* {
  font-family: Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
  color: #ffffff;
}
/***************************** ANIMATIONS ******************************/

.MypDiapo {
  /*---Animaton de la photo----*/
  /*animation: MyRotation 0.8s 1.5s;*/

  animation: MyRotation 2.8s 0.8s infinite;
  visibility: hidden;

  /*transform: scale(2, 2);*/

  /*transform: scale(1, 1);*/
}

#Logo:hover {
  animation: MyRotation 2.8s 0.8s infinite;
}

#TelContact {
  position: relative;
  top: 418px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  text-align: center;
  margin-left: 35%;
  margin-right: 35%;
  width: 30%;
  /*color: #ffd700;*/
  padding: 10px;
  cursor: url(Curseurs/MainSuperGF-ok.png) 5 5, auto;
  z-index: 12;
}

#emailHP {
  position: relative;
  top: 418px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  text-align: center;
  margin-left: 35%;
  margin-right: 35%;
  width: 30%;
  color: #ffffff;
  padding: 10px;
  cursor: url(Curseurs/MainSuperGF-ok.png) 5 5, auto;
  z-index: 15;
}

#emailHP2 {
  cursor: url(Curseurs/MainSuperGF-ok.png) 5 5, auto;
  z-index: 15;
}

#TelContact:hover {
  /*animation: MyZoom 2.5s 0.1s infinite;*/
}

#emailHP:hover {
  /*animation: MyZoom 2.5s 0.1s infinite;*/
}

/* ====================== ANIMATIONS ============================== */
@keyframes MyZoom {
  0% {
    transform: rotate(0deg) scale(1);
    color: #ffd700;
  }
  50% {
    transform: rotate(0deg) scale(1.3);
    color: #e1afe4;
  }
  100% {
    transform: rotate(0deg) scale(1);
    color: #ffd700;
  }
}

/* ====================== ANIMATIONS =======MONDE ======================= */
@keyframes MyZoomMonde {
  0% {
    transform: rotate(0deg) scale(1);
    color: #ffd700;
  }
  50% {
    transform: rotate(0deg) scale(2.2);
    color: #e1afe4;
  }
  100% {
    transform: rotate(0deg) scale(1);
    color: #ffd700;
  }
}

/* ====================== ANIMATIONS ============================== */
@keyframes MyZoomBtn {
  0% {
    transform: rotate(0deg) scale(1);
    color: #e1afe4;
  }
  50% {
    transform: rotate(0deg) scale(1.2);
    color: #00d5ff;
  }
  100% {
    transform: rotate(0deg) scale(1);
    color: #e1afe4;
  }
}

/* ====================== ANIMATIONS ============================== */
@keyframes MyRotation {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(360deg) scale(0.4);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}

/***********************************************************************/

#Diaporama {
  /*width: 80%;*/
  position: relative;
  display: block;
  top: 200px;
  align-items: center;
  background-color: #000000;
  margin-bottom: 0;
  height: 1420px;
}

#MerdumBody {
  position: relative;
  align-items: center;
  color: #ffd700;
}

#Logo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  top: -170px;
  border-radius: 600px;
  cursor: url(Curseurs/MainSuperGF-ok.png) 5 5, auto;
}

#DrapReunion {
  position: relative;
  display: flex;
  align-items: center;
  /*justify-content:space-between;*/
  top: -210px;
  transform: rotate(-30deg);
}

#DrapFrance {
  position: relative;
  display: flex;
  align-items: center;
  /*justify-content:space-between;*/
  top: -210px;
  transform: rotate(30deg);
}

#DrapMonde {
  position: relative;
  display: flex;
  align-items: center;
  /*justify-content:space-between;*/
  top: -90px;
  z-index: 33;
}

#DrapMonde:hover {
  animation: MyZoomMonde 2.5s 0.1s infinite;
}

#LogoH {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  top: 35px;
  z-index: 250;
}

.gpsRed1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  top: -150px;
  font-size: 1.3rem;
  font-weight: 400;
  color: rgb(255, 255, 255);
  z-index: 10;
}

.gpsRed2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  top: -160px;
  font-size: 1.6rem;
  color: rgb(255, 255, 255);
  z-index: 10;
}

gpsBold {
  position: relative;
  top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  font-weight: 600;
  font-size: 1.5rem;
  color: #b1910d;
}

gpsBold2 {
  position: relative;
  top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  font-weight: 600;
  font-size: 1.1rem;
  color: #ffffff;
}

gpsBold3 {
  position: relative;
  top: 230px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  font-weight: 600;
  font-size: 1.2rem;
  color: #ffffff;
}

gpsBold4 {
  position: relative;
  top: 235px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  font-style: italic;
  color: #ffffff;
}

#Infos {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  top: -130px;
  font-size: 1.3rem;
  font-style: italic;
  text-align: center;
  color: #ffffff;
  z-index: 10;
}

#pCentreTrage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  top: 75px;
  cursor: url(../Curseurs/MainSuperGF-ok.png) 5 5, auto;
  visibility: hidden;
}

.LigneDiapo {
  cursor: url(../Curseurs/CocheVerteNew.png) 5 5, auto;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-items: center;
  background-color: rgb(0, 0, 0);
  color: rgb(255, 193, 246);
}

#jssor_1 {
  /*background-image: url("../img/NewYork.jpg");*/
}

#CopyRight {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  top: 420px;
  font-size: 0.8rem;
  z-index: 10;
  color: rgb(255, 255, 255);
}

.LigneDiapo:hover {
  cursor: url(../Curseurs/CocheVerteNew.png) 5 5, auto;
  background-color: rgb(0, 0, 0);
  color: rgb(255, 193, 246);
  text-align: center;
}

#ListeDiaporama {
  /*background-color: rgb(214, 214, 214);*/
  height: 1.6rem;
  border-radius: 0.5rem;
  width: 9rem;
  background-color: rgb(0, 0, 0);
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  cursor: url(../Curseurs/MainSuperGF-ok.png) 5 5, auto;
}

#ListeDiaporama:hover {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-items: center;
  text-align: center;
  background-color: rgb(0, 0, 0);
  color: #ffffff;
  color: rgb(255, 193, 246);
  font-size: 1.2rem;
  height: 1.6rem;
  font-weight: 600;
  cursor: url(../Curseurs/MainSuperGF-ok.png) 5 5, auto;
  width: 20rem;
}
/*
#ListeDiaporama:hover.LigneDiapo {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-items: center;
  text-align: center;
  cursor: url(../Curseurs/CocheVerteNew.png) 5 5, auto;
}*/

#Presentation {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  font-size: 0.8rem;
  justify-content: space-around;
  top: 60px;
  color: rgb(255, 255, 255);
}

#contact {
  position: relative;
  display: flex;
  /*----- Pour le texte -----*/
  justify-content: space-around;
  /*-------------------------*/
  text-decoration: none;
  border: 0.14rem solid #a5a5a5;
  border-radius: 10px;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  padding-top: 2px;
  font-size: 1.2rem;
  margin: 0 auto;
  top: 390px;
  line-height: 2rem;
  width: 300px;

  cursor: url(Curseurs/MainSuperGF-ok.png) 5 5, auto;
}

#contact:hover {
  /*animation: MyZoomBtn 1s 0.2s infinite;*/
  background-color: #3e852c;
  color: #ffffff;
  border: 0.14rem solid #000000;
  text-shadow: 1px 1px 2px #000000;
}

.centrer {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row;
  justify-content: space-around;
  z-index: 200;
}

#MyContact {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  top: 430px;
  font-size: 1rem;
  color: rgb(255, 255, 255);
  z-index: 20;
}

gpsOr {
  color: #ffd700;
  font-size: 1rem;
}

#Merci {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  top: 632px;
  font-size: 1rem;
  color: rgb(143, 136, 239);
  z-index: 10;
}

.MypDiapo {
  position: relative;
  top: 100px;
  text-align: center;
  align-items: center;
  color: #ffffff;
  text-shadow: 4px 4px 10px #000000;
  font-size: 2rem;
  background-color: #000000;
  opacity: 0.5;
  z-index: 24;
}

@media (max-width: 430px) {
  #contact4 {
    position: relative;
    display: flex;
    /*----- Pour le texte -----*/
    justify-content: space-around;
    /*-------------------------*/
    text-decoration: none;
    margin: 0 auto;
    top: 382px;
    line-height: 35px;
    width: 300px;
    height: 40px;
    border-width: 0.15rem;
    /*border-style: solid;*/
    border-color: #000000;
    border-radius: 10px;
    background-color: rgba(39, 39, 39, 0.5);
    padding: 5px;
    font-size: 1.2rem;
    color: #ffffff;
    text-shadow: 4px 4px 10px #ffffff;
    cursor: url(../Curseurs/MainSuperGF-ok.png) 5 5, auto;
  }

  #TelContact {
    position: relative;
    top: 358px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    text-align: center;
    /*color: #ffd700;*/
    padding: 10px;
    cursor: url(Curseurs/MainSuperGF-ok.png) 5 5, auto;
    z-index: 12;
  }

  #emailHP {
    position: relative;
    top: 368px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    text-align: center;
    color: #ffd700;
    padding: 10px;
    cursor: url(Curseurs/MainSuperGF-ok.png) 5 5, auto;
    z-index: 15;
  }
}

@media (max-width: 430px) {
  #contactKK {
    position: relative;
    display: flex;
    /*----- Pour le texte -----*/
    justify-content: space-around;
    /*-------------------------*/
    text-decoration: none;
    margin: 0 auto;
    top: 222px;
    line-height: 35px;
    width: 300px;
    height: 40px;
    border-width: 0.15rem;
    /*border-style: solid;*/
    border-color: #000000;
    border-radius: 10px;
    background-color: rgba(39, 39, 39, 0.5);
    padding: 5px;
    font-size: 1.2rem;
    color: #ffffff;
    text-shadow: 4px 4px 10px #ffffff;
    cursor: url(../Curseurs/MainSuperGF-ok.png) 5 5, auto;
  }


#contact {
  position: relative;
  display: flex;
  /*----- Pour le texte -----*/
  justify-content: space-around;
  /*-------------------------*/
  text-decoration: none;
  border: 0.14rem solid #a5a5a5;
  border-radius: 10px;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  padding-top: 2px;
  font-size: 1.2rem;
  margin: 0 auto;
  top: 215px;
  line-height: 2rem;
  width: 300px;

  cursor: url(Curseurs/MainSuperGF-ok.png) 5 5, auto;
}

  #TelContact {
    position: relative;
    top: 170px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    text-align: center;
    /*color: #ffd700;*/
    padding: 10px;
    cursor: url(Curseurs/MainSuperGF-ok.png) 5 5, auto;
    z-index: 12;
  }

  #emailHP {
    position: relative;
    top: 170px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    text-align: center;
    color: #ffd700;
    padding: 10px;
    cursor: url(Curseurs/MainSuperGF-ok.png) 5 5, auto;
    z-index: 15;
  }

  #MyContact {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    top: 335px;
    font-size: 1rem;
    color: rgb(255, 255, 255);
    z-index: 20;
  }

  #CopyRight {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    top: 270px;
    font-size: 0.8rem;
    z-index: 10;
    color: rgb(255, 255, 255);
  }
}
