
body,html{  width: 100%;  height: 100%;}
body {
  background-color: #222;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}

.photologointro{
  margin-top: 20px;
  width: 25%;
  z-index:10;
  }
.photolettreintro{
  width:10%;
}

.lettrel{
  margin-left: -20px;
  margin-right: -20px;
}

.titrelogo{
  position: absolute;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  letter-spacing: 10px;
  color: #FFFFFF;
  text-align: center;
  margin-top:100;
  padding-top: 20px;
  padding-bottom: 20px;
    font-weight: 500;
    background-color: #fff;
    left:0;
      transform: translateY(-50%);
}

.titre-section{
  font-family: 'Montserrat', sans-serif;
  font-size: 60px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: row;
}


.lettre-coul{
    font-size: 35px;
		color: #E4FF03;
}

.lettre-coul-section{
    font-size: 60px;
		color: #E4FF03;
}



.soustitrelogo{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  font-family: 'Comfortaa', cursive;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #E4FF03;
  text-align: center;
}

#fleche1{
  width: 20px;

}
#fleche2{
  width: 30px;

}
#fleche3{
  width: 40px;

}

.fleche{
  position:absolute;
  margin-top:5px;
  margin-bottom: 5px;
    z-index: 20;
}




.wrapper-lettres{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: row;
  margin-top: -100px;
  z-index: 20;
}


.photocarte{
  position:absolute;
  height: 90%;
  right: -10px;
  top:40px;

}

#carte{
  z-index: 30;

}

#carte-ombre{
  z-index: 20;

}
.nav{
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    top: 50%;
    left: 0;
    width: 45px;

    transform: translateY(-50%);
    z-index: 999;


    }





.box {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top:0px;
  left:0px;
  z-index: -10;

}

#scene0 {
  background-color:#0074A3;
}

#scene1{
background: radial-gradient( #00A2DB, #005F80);
}

#scene2 {
background: radial-gradient( #FF911C, #A55E12);
}

#scene3 {
	background: radial-gradient( #DB0081, #8B0051);
}

#scene4 {
background: radial-gradient( #BDDB00, #859A00);
}


.slide{
  cursor: pointer;
    position: relative;
    top: 0;
    font-weight: normal;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: none;
    color:#fff;
    margin: 10px auto;
    width:15px;
    height:15px;
}


.slide.active{
  background-color: #fff;
 border: 1px solid #fff ;
}

.slide:hover{
  width:20px;
  height:20px;
  border: 5px double #BDDB00;
}


#anim0{
  background-color:transparent;
  width:100%;
  height:100%;
  overflow: hidden;
  transform: translate3d(0,0,0);
  text-align: center;
  opacity: 1;
  z-index:100;
}



#menu{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  flex-direction: row;
  overflow: hidden;
  width: 100%;
  position: absolute;
  top:10px;
  left:0px;
  z-index: 200;
}



#About{
  overflow: hidden;
  transform: translate3d(0,0,0);
  text-align: center;
  opacity: 1;
  width:10%;
  z-index: 300;


}



#ESRs{
  overflow: hidden;
  transform: translate3d(0,0,0);
  text-align: center;
  opacity: 1;
  width:10%;
    z-index: 300;
}

#Team{
  overflow: hidden;
  transform: translate3d(0,0,0);
  text-align: center;
  opacity: 1;
  width:10%;
    z-index: 300;
}


#News{
  overflow: hidden;
  transform: translate3d(0,0,0);
  text-align: center;
  opacity: 1;
  width:10%;
    z-index: 300;
}


#Private{
  overflow: hidden;
  transform: translate3d(0,0,0);
  text-align: center;
  opacity: 1;
  width:10%;
    z-index: 300;
}
