body{
	background-color: #e8fcff;	
	width:100%;
	margin: 0;
	padding: 0;
	border: 0;
}
/* Mise en page des 4 onglets de progression/*
/* configuration de l'onglet Accueil*/
#OAccueil{
height:4vw;
background: white;
width: 25%;
z-index: 250;
color: #31618f;
font-size: 1.5vw;
text-align: center;
margin-top: 0;
line-height: 1vw;
border-bottom: 0.7vw #bdbdbd solid;
border-right: 0.3vw #a9cce3 solid;
font-family: roboto, Herotica, sans-serif;
float:left;

}

/* configuration de l'onglet Continent*/

#OContinent{
	position: relative;
display: flex;
height:4vw;
background: #cfd4ff;
width: 24.7%;
z-index: 150;
color: #31618f;
font-size: 1.5vw;
justify-content: center;
line-height: 1vw;

margin-top: 0;
border-bottom: 0.7vw #1a3752 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: 49.9%;
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 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;
display: flex;
float: left;
}


/* configuration du titre "Selection du continent"*/

#selection{
	font-family: roboto, Herotica, sans-serif;
	text-align: center;
		margin: 0;
}
.titre{
	background-color: #dadada;
	display: inline-block;
	margin-top: 0;
	font-size: 3vw;
	font-weight: bolder;
	color: #757575;
	height: 8vw;
	line-height: 6vw;
	width: 100%;
	padding: 0;
	margin-bottom: 0;
}
/*Texte de description sous le titre "(Selectionnez le continent de destination)"*/
.desc{
	font-size: 1.5vw;
	margin-top: -3vw;
	display: block;
	color: #8f8f8f;
}
/*Mise en page de la carte de 1900px * 1060px*/
#I1900x1060{
	align-items: center;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	display: block;
	background-size: cover;
	}
/* Annulation des cartes de pas de bonne mesure*/
#I1500{
	display: none;
}

#I1000{
	display: none;
}

#B1000{
	display: none;
}
#I650{
	display: none;
}

#B650{
	display: none;
}
/* Mise en forme bouton d'accueil*/
.bouton{
	margin-top: -4.9vw;
	margin-bottom: 3vw;
}
/*Animation Bouton de retour à l'accueil*/
.button {
  padding: 1vw 2.5vw;
  font-size: 1.5vw;
  cursor: pointer;
  border: 0;
  color: #8e8e8e;
  background: transparent;
  position: relative;
  margin: 3vw;
  transition: all .25s;
  font-family: roboto, Herotica, sans-serif;
  text-decoration: none;
  font-size: 1.5vw;
}
.button::after,.button::before {
  border: 0.2vw solid #8e8e8e;
  content: '';
  position: absolute;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  left: 0px;
  bottom: 0px;
  transition: all .25s;
}
.button:hover::after {
  transform: translate(-0.5vw, -0.5vw);
}

.button:hover::before {
  transform: translate(0.5px, 0.5px);
}

.buttons {
  display: flex;
  flex-direction: row;
      flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
/* Drapeau Anglais*/
.anglais{	
	width: 5vw;
	display: flex;
	z-index: 250;
	margin-top: 0;
	margin-bottom: 0;
	position: absolute;
	margin-left: 87.5vw;
	margin-top: 5.7vw;
	}


/* 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: 3.2vw;
  height: 5vw;
}

.btn1 {
  letter-spacing: 0.1em;
  cursor: pointer;
  font-size: 1vw;
  font-weight: 400;
  line-height: 2.5vw;
  max-width: 12vw;
  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);
}

/*Mise en forme du bandeau de fin de page (bande du haut)*/
#endclair{
	position: absolute;
	width: 100%;
	height: 1vw;
	background: #dadada;
	z-index: 300;
}
/*Mise en forme du bandeau de fin de page (bande du bas)*/
#endfonce{
	position: absolute;
	width: 100%;
	height: 7vw;
	background: #b6b6b6;
	font-size: 1vw;
	color: white;
	font-family: roboto, Herotica, sans-serif;
	font-style: normal;	
}
.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;	
}

.mail2{
	display: none;
}

.telephone{
	display: none;
}

/*Les putains de mediaqueries de ses morts */
@media screen and (max-width: 1915px) {
/*Annulation de la carte d'au dessus*/
#I1900x1060{
	display: none;
}
/*Affichage carte de bonne taille*/
#B1500{
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	display: block;
}

#I1500{
	display: block;
	align-items: center;
	margin-right: auto;
	margin-left: auto;
}


@media screen and (max-width: 1515px) {
/*Annulation des cartes d'au dessus*/
#I1900x1060{
	display: none;
}

#B1500{
	display: none;
}

#I1500{
	display: none;
}

/*Affichage carte de bonne taille*/

#I1000{
	display: block;
	align-items: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	align-items: top center;
}
#B1000{
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	display: block;
	margin-top: 0;
	border: 0;
	align-items: top center;
}

#OAccueil, #OContinent, #OSelection, #OPays{
font-size: 2vw;
line-height: 0vw;
}

#endfonce{
	font-size: 1.3vw;
}
.accueil{
	margin-left: 20vw;
}
.sondage {
	margin-left: 25vw;
}
.commentaire{
	margin-left: 33vw;
}
}

@media screen and (max-width: 1000px) {

	/*Annulation des cartes d'au dessus*/

#B1000{
	display: none;
}
#I1000{
	display: none;
}

.container1 {
	margin-top: 4vw;
}

/*Affichage carte de bonne taille*/

#I650{
	display: block;
	align-items: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	align-items: top center;
}
#B650{
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	display: block;
	margin-top: 0;
	border: 0;
	align-items: top center;
}
/*Changement de taille du bandeau de selection*/
#OAccueil, #OContinent, #OSelection, #OPays{
font-size: 2vw;
line-height: 0vw;
}
/*Changement de tail ldu titre de la page*/
.desc{
	font-size: 2vw;
	margin-top: 2vh;
}
.titre{
	font-size: 3vh;
	height: 8vh;
	line-height: 2vh;
	padding-top: 2vh;
}
.bouton{
	margin-top: -6vh;
}
/*Cahngement de etaille 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: 900px) {

/*Changement de taille des boutons anglais et sombres*/

.anglais{
	margin-top: 6vw;
}
.container1{
	margin-top: 4vw;
	height: 8vw;
}

.btn1{
	line-height: 2.5vw;
	font-size: 1.5vw;
	}}
@media screen and (max-width: 650px){

	/*Annulation des cartes d'au dessus*/

#I650{
	display: none;
}
#B650{
	display: none;
}

/*changement de taille bandeau de fin inferieur*/

.titre{
	font-size: 4vh;
	height: 8vh
}

.desc{
	font-size: 2vh;		
	margin-top: -0.5vh;
}

/* Changement de taille du titre*/

.titre{
	font-size: 3vh;
}
.desc{
	margin-top: 2vh;
	font-size: 2.2vh;
	margin-bottom: 2vh;
}

/*Affichage de la liste des continents pour téléphone*/

.item{
	cursor: pointer;
	display: block;
	background-color: #babfee;
	border: 1.3vw solid #285278;
	margin:	4vw;
	text-decoration: none;
	padding: 5vw;
	color: #285278;
	font-size: 8vw;
	font-family: roboto, Herotica, sans-serif;
	text-align: center;
	border-radius: 16px;
	width: 80%;

}

body{
	background-color: white;
}
/*Changement de taille du bandeau de progression*/

#OAccueil, #OContinent, #OSelection, #OPays{
	height: 4vh;
	font-size: 2vh;
}

/*Changement de taille du bandeau de fin du bas*/

#endfonce{
	font-size: 10vw;
	height: 50vw;
	text-align: center;
}
.accueil{
	font-size: 5vw;	
	display: block;
	margin-left: 0;
	margin-bottom: 1vh;
}

.telephone{
	display: block;
}

.sondage {
	display: block;
	font-size: 5vw;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.commentaire{
	display: block;
	font-size: 5vw;
	margin-left: 0;
}

.nous{
	display: block;
	font-size: 5vw;
	margin-left: 0;
	margin-top: 0;
	padding: 0;	
	margin-bottom: 1vh;
	margin-top: -7vw;
}

.mail2{
	margin-top: 7vw;
	display: block;
	color: white;
	text-decoration: none;
	font-size: 5vw;
	margin-bottom: 0.9vh;
}

.mail2:hover{
	text-decoration: underline;
}

.contact, .mail{
	display: none;
}

/*Changement de taille des boutons anglais et sombre*/

.anglais{
	margin-top: 16.5vh;
	width: 15vw;
	margin-left: 8vw;
}

.container1 {
	margin-top: 11.5vh;
	width: 14vw;
	height: 9vw;
	margin-left: 70vw;
}

.btn1 {
	font-size: 3vw;
	width: 20vw;
	height: 8vw;
	max-width: 18vw;
	line-height: 3.7vw;
}
.endclair{
	height: 10vw;
	max-height: 10vw;
}
}
@media screen and (max-width: 650px) {
	/*Changement de taille bouton */
.bouton{
	margin-top: 2vh;
	  margin-bottom: 3vh;
	  margin-left: 35%;
}

.button{
	font-size: 5vw;
	vertical-align: center;	
}
#endclair{
	height: 3vw;
}
}
