* {
  font-family: Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

#Diaporama {
  /*width: 80%;*/
  background-color: #000000;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 5%;
  margin-bottom: 5%;
  height: 1180px;
}

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

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

.gpsRed {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  top: 25px;
  font-size: 1.3rem;
  color: rgb(143, 136, 239);
  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: #000000;
}

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: #000000;
}

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: #000000;
}

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

#Presentation {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  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;
  margin: 0 auto;
  top: 612px;
  width: 300px;
  height: 40px;
  border-width: 0.15rem;
  /*border-style: solid;*/
  border-color: #a3a3a3;
  border-radius: 10px;
  background-color: rgb(80, 80, 80);
  padding: 6px;
  font-size: 1.3rem;
  color: #ffffff;
  text-shadow: 4px 4px 10px #000000;
  cursor: url(Curseurs/MainSuperGF-ok.png) 5 5, auto;
}

.centrer {
  display: flex;
  align-items: center;
  justify-content: space-around;
  z-index: 20;
}

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

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

#Merci {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  top: 660px;
  font-size: 1.2rem;
  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: 657px) {
  #contact {
    position: relative;
    display: flex;
    /*----- Pour le texte -----*/
    justify-content: space-around;
    /*-------------------------*/
    text-decoration: none;
    margin: 0 auto;
    top: 572px;
    width: 300px;
    height: 40px;
    border-width: 0.15rem;
    /*border-style: solid;*/
    border-color: #a3a3a3;
    border-radius: 10px;
    background-color: rgb(80, 80, 80);
    padding: 6px;
    font-size: 1.3rem;
    color: #ffffff;
    text-shadow: 4px 4px 10px #000000;
    cursor: url(../Curseurs/MainSuperGF-ok.png) 5 5, auto;
  }
}
