body{	
	width:100%;
	margin: 0;
	padding: 0;
	border: 0;
}


/*barre d'étape en haut de la fenêtre*/
#OAccueil{
height:4vw;
background: #cfd4ff;
width: 25%;
z-index: 250;
color: #31618f;
font-size: 1.5vw;
text-align: center;
margin-top: 0;
line-height: 1vw;
border-bottom: 0.7vw #1a3752 solid;
font-family: roboto, Herotica, sans-serif;
float:left;
}

/* configuration de l'onglet Continent;*/

#OContinent{
	border
	position: relative;
display: flex;
height:4vw;
background: white;
width: 24.7%;
z-index: 150;
color: #31618f;
font-size: 1.5vw;
justify-content: center;
line-height: 1vw;
border-right: 0.3vw #a9cce3 solid;
margin-top: 0;
border-left: 0.3vw #a9cce3 solid;
border-bottom: 0.7vw  #bdbdbd solid;
font-family: roboto, Herotica, sans-serif;
float: left;

}

/* configuration de l'onglet Selection;*/

#OSelection{
position: absolute;
display: flex;
height:4vw;
background: white;
width: 25%;
z-index: 150;
color: #31618f;
font-size: 1.5vw;
justify-content: center;
line-height: 1vw;
margin-left: 50.2%;
margin-top: 0;
border-bottom: 0.7vw #bdbdbd solid;
font-family: roboto, Herotica, sans-serif;
float: left;

/* configuration de l'onglet Pays;*/
}
#OPays{
position: absolute;
display: flex;
height:4vw;
background: white;
width: 24.8%;
z-index: 150;
color: #31618f;
font-size: 1.5vw;
justify-content: center;
line-height: 1vw;
margin-left: 74.95%;
margin-top: 0;
border-bottom: 0.7vw #bdbdbd solid;
border-left: 0.3vw #a9cce3 solid;	
font-family: roboto, Herotica, sans-serif;
}

/*logo et fond*/
#logo{
height: 7vw;
float: left;
display: relative;
z-index: 10;
margin-left: 25vw;
margin-top: 0.5vw;
margin-bottom: 0.5vw;
}

#mercurious{
	display: flex;
	height: 5vw;
	display: relative;
	padding-top: 1.3vw;
	z-index: 10;
	margin-bottom: 1.74vw;
}
#fond{
	background-color: #dcdcdc; 
	position: absolute;
	width: 100%;
	height: 8.05vw;
	opacity: 1;
	z-index: -10;
}


/* Diapo d'image au début de la page*/
.img-slider{
  position: relative;
  width: 100%;
  height: 32vw;
  margin: 6.4vw 0vw 0vw ;
  background: #dcdcdc;
}

.img-slider .slide{
  z-index: 1;
  position: absolute;
  width: 100%;
  clip-path: circle(0% at 0 50%);
}

.img-slider .slide.active{
  clip-path: circle(150% at 0 50%);
  transition: 2s;
  transition-property: clip-path;
}

.img-slider .slide img{
  z-index: 1;
  width: 100%;

}

.img-slider .slide .info{
  position: absolute;
  top: 0;
}

.img-slider .slide .info h2{
  color: #fff;
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 2px;
}

.img-slider .slide .info p{
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
  font-size: 16px;
  width: 60%;
  padding: 10px;
  border-radius: 4px;
}

.img-slider .navigation{
  z-index: 2;
  position: absolute;
  display: flex;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.img-slider .navigation .btn{
  background: rgba(255, 255, 255, 0.5);
  width: 12px;
  height: 12px;
  margin: 10px;
  border-radius: 50%;
  cursor: pointer;
}

.img-slider .navigation .btn.active{
  background: #2696E9;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}


/* Bouton de démarrage de recherche*/

.buttons {
  display: flex;
  flex-direction: row;
      flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}


.container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: #FFF;
  padding:  40px 0px;
  width: 50vw;
  font-family: roboto, Herotica, sans-serif;

}

.btn {
  letter-spacing: 0.1em;
  cursor: pointer;
  font-size: 1vw;
  font-weight: 400;
  line-height: 45px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
.btn:hover {
  text-decoration: none;
}

/*btn_background*/
.effect01 {
  color: #FFF;
  border: 4px solid #000;
  border-radius: 2px;
  box-shadow:0px 0px 0px 1px #000 inset;
  background-color: #000;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.effect01:hover {
  border: 4px solid #666;
  border-radius: 2px;
  background-color: #FFF;
  box-shadow:0px 0px 0px 4px #EEE inset;
}

/*btn_text*/
.effect01 span {
  transition: all 0.2s ease-out;
  z-index: 2;
}
.effect01:hover span{
  letter-spacing: 0.13em;
  color: #333;
}

/*highlight*/
.effect01:after {
  background: #FFF;
  border: 0px solid #000;
  border-radius: 2px;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .8;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 50px;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);/*easeOutCirc*/
  z-index: 1;
  border-radius: 2px;
}
.effect01:hover:after {
  background: #FFF;
  border: 20px solid #000;
  border-radius: 2px;
  opacity: 0;
  left: 120%;
  -webkit-transform: rotate(40deg);
        transform: rotate(40deg);
}


/*Barre de fin du haut des pages annexes*/

#endclair{
	position: absolute;
	width: 100%;
	height: 1vw;
	background: #e3e4e5;
	z-index: 300;
}
/*Barre de fin du bas des pages annexes*/

#endfonce{
	position: absolute;
	width: 100%;
	height: 7vw;
	background: #a4a4a4;
	font-size: 1vw;
	color: white;
	font-family: roboto, Herotica, sans-serif;
	font-style: normal;	
	max-height: 20vw;
}
.haut,.nous{
	margin-top: 2vw;
	margin-left: 2vw;
	text-decoration: none;
	color: white;
}

.accueil{
	margin-left: 24vw;
	text-decoration: none;
	color: white;
}
.sondage{
	margin-left: 29vw;
	text-decoration: none;
	color: white;
}

.commentaire{
	margin-left: 34vw;
	text-decoration: none;
	color: white;
}

.mail{
	color: white;
	text-decoration: none;
}

.mail:hover{
	color: #0294fb
}
.nous:hover{
	text-decoration: underline; 
}
.sondage:hover{
	text-decoration: underline;
}
.commentaire:hover{
	text-decoration: underline; 
}
.accueil:hover{
	text-decoration: underline;	
}


/*Annulation des liens pour téléphone*/


.mail2{
	display: none;
}

.telephone{
	display: none;
}

/*Mise en forme bouton pour la version anglais*/ 
.anglais{	
	width: 5vw;
	display: flex;
	z-index: 250;
	margin-top: 0;
	margin-bottom: 0;
	position: absolute;
	margin-left: 87.5vw;
	margin-top: 1vw;
	}

/*Mise en forme bouton théme sombre*/

.container1 {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 12vw;
  font-family: roboto, Herotica, sans-serif;
  display: flex;
  position: absolute;
  margin-left: 80.5vw;
  margin-top: 4.4vw;


}

.btn1 {
  letter-spacing: 0.1em;
  cursor: pointer;
  font-size: 1vw;
  font-weight: 400;
  line-height: 2.5vw ;
  height: 2.5vw;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
.btn1:hover {
  text-decoration: none;
}

/*btn_background*/
.effect011 {
  color: black;
  border: 4px solid #666;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.effect011:hover {
  border: 4px solid black;
  border-radius: 2px;
  background-color: black;
}

/*btn_text*/
.effect011 span {
  transition: all 0.2s ease-out;
  z-index: 2;
}
.effect011:hover span{
  letter-spacing: 0.13em;
  color: white;
}

/*highlight*/
.effect011:after {
  background: #FFF;
  border: 0px solid #000;
  border-radius: 2px;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .8;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 50px;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);/*easeOutCirc*/
  z-index: 1;
  border-radius: 2px;
}
.effect011:hover:after {
  background: #FFF;
  border: 20px solid #000;
  border-radius: 2px;
  opacity: 0;
  left: 120%;
  -webkit-transform: rotate(40deg);
        transform: rotate(40deg);
}








@media screen and (max-width: 850px) {


/*Augmentation des boutons de navigation dans le slider*/


.btn {
	font-size: 2vw;
}

.img-slider .navigation{
	bottom: 15px;
}
.img-slider .navigation .btn{
	  width: 10px;
  height: 10px;
	}

/*Drapeau anglais augmentation de la taille*/
.anglais{
  margin-left: 8vw;
  width: 10vw;
  margin-top: 1.5vw;
}

/*Bouton sombre augmentation de la taille*/
.container1{
  margin-top: 1.7vw;
  width: 20vw;
  margin-left: 75vw;
}
.btn1{
  font-size: 2vw;
  line-height: 3.5vw;
  height: 3.5vw;
}
}


@media screen and (max-width: 650px) {

/*Augmentation de la taille des boutons de navigatino du slider*/


.img-slider .navigation{
	bottom: 10px;
}
.img-slider .navigation .btn{
	  width: 8px;
  height: 8px;
	}
}
@media screen and (max-width: 500px) {

/*Augmentation de la taille des boutons de navigatino du slider*/ 


.img-slider .navigation{
	bottom: 5px;
}
.img-slider .navigation .btn{
	  width: 6px;
  height: 6px;
	}
}


@media screen and (max-width: 1515px) {

/*Augmentatino de la taille de police du bandeau de progression supérieur*/

#OAccueil, #OContinent, #OSelection, #OPays{
font-size: 2vw;
line-height: 0vw;
}

/*Augmentation de la taille du bandeau de fin du bas*/
#endfonce{
	font-size: 1.3vw;
}
.accueil{
	margin-left: 20vw;
}
.sondage {
	margin-left: 25vw;
}
.commentaire{
	margin-left: 33vw;
}
}


@media screen and (max-width: 1000px) {

  /*Augmentation de la taille de la police du bandeau supérieur*/

#OAccueil, #OContinent, #OSelection, #OPays{
font-size: 2vw;
line-height: 0vw;
}

/*Augmentatino taille du titre*/
.desc{
	font-size: 2vw;
	margin-top: 2vh;
}
.titre{
	font-size: 3vh;
	height: 8vh;
	line-height: 2vh;
	padding-top: 2vh;
}

.bouton{
	margin-top: -6vh;
}
/*Augmentation taille du bandeau de fin du bas*/


#endfonce{
	font-size: 1.7vw;
	height: 9vw
}
.accueil{
	margin-left: 10vw;
}
.sondage {
	margin-left: 22vw;
}
.commentaire{
	margin-left: 27vw;
}
}


@media screen and (max-width: 650px){

/*Augmentation de la taille de police du bandeau de progression*/

#OAccueil, #OContinent, #OSelection, #OPays{
	height: 4vh;
	font-size: 2vh;
}
.img-slider{
	margin-top: 5.1vh;
}

/*Augmentation de la taille du bandeau de fin de page du bas*/

#endfonce{
	font-size: 10vw;
	max-height: 50vw;
	height: 50vw;
}
.accueil{
	font-size: 5vw;	
	display: block;
	margin-left: 0;
	margin-bottom: 1vh;
	margin-left: 38vw;
}
.sondage {
	display: block;
	font-size: 5vw;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 23vw;
}
.commentaire{
	display: block;
	font-size: 5vw;
	margin-left: 0;
	margin-left: 28vw;
}
.nous{
	display: block;
	font-size: 5vw;
	margin-left: 0;
	margin-top: 0;
	padding: 0;
	margin-bottom: 1vh;
	margin-top: -7vw;
	margin-left: 27vw;

}
.mail2{
	margin-top: 2.5vh;
	display: block;
	color: white;
	text-decoration: none;
	font-size: 5vw;
	margin-bottom: 0.9vh;
	margin-left: 30vw;
}

.mail2:hover{
	text-decoration: underline;
}

/*Remplacement du mail par un texte cliquable*/
.contact, .mail{
	display: none;
}
.telephone{
  display: block;
}
}