body{
	background-color: white;	
	width:100%;
	margin: 0;
	padding: 0;
	border: 0;
}


/*Titre de la page*/


#OCommentaires{
height:5vw;
background: #eaeaea;
width: 100%;
margin-top: 0;
padding-top: 0;
border-top: 0;
color: #31618f;
font-size: 2vw;
text-align: center;
margin-top: 0vw;
line-height: 4vw;
position: relative;
z-index: 1;
border-bottom: 0.7vw #1a3752 solid;
font-family: roboto, Herotica, sans-serif;
}

/*Zone d'écriture ou l'utilisateur rentre son commentaire*/


#Zonetexte{
	font-size: 1.1vw;
	font-family: roboto, Herotica, sans-serif;
	text-align: center;	
	line-height: 1vw;
	color: #5f5f5f;	
	resize: none;
	padding: 2vw 3vw 2vw 3vw;
	width: 80%;
	background-color: #e5e5e5;
	border:	0.3vw #818181 solid;
	border-radius: 	0.2vw;
	height: 11.6vw;
	margin-left: 9.75vw;
	margin-top: 2vw;
}

/*Mise en forme botuon d'envoie*/


#Validation{
	font-size: 1.5vw;
	color: #39658e;
	font-family: roboto, Herotica, sans-serif;
	width: 9vw;
	height: 3vw;
	background-color: #eaeaea;
	border:0.2vw solid #39658e;	
	border-radius: 4px;
	margin-top:	3vw;
	margin-left: 45.3vw;
	opacity: 0.8;
}


#Validation:hover{
	border-color: #204465;		
	color: #31618f;
	opacity: 1;
}

/*Mise en forme bandeau de fin de page du haut*/

#endclair{
	margin-top: 23.8vw;
	position: absolute;
	width: 100%;
	height: 1vw;
	background: #eaeaea;
	z-index: 300;
}

/*Mise en forme bandeau de fin de page du bas*/

.footer{
	bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}
#endfonce{
	margin-top: 23.8vw;
	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: 25vw;
	text-decoration: none;
	color: white;
}
.sondage{
	margin-left: 29vw;
	text-decoration: none;
	color: white;
}

.commentaire{
	margin-left: 35vw;
	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;	
}

/*Mise en forme bouton anglais*/

.anglais{	
	width: 5vw;
	display: flex;
	z-index: 250;
	margin-top: 0;
	margin-bottom: 0;
	position: absolute;
	margin-left: 4vw;
	margin-top: 1vw;
}

.mail2{
	display: none;
}

/*Mise en forme bouton 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;
  height: 5vw;
  z-index: 10;	

}

.btn1 {
  letter-spacing: 0.1em;
  cursor: pointer;
  font-size: 1vw;
  font-weight: 400;
  line-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: 1515px) {


/*Augmentation bandeau de fin de page 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 bandeau de fin de page 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) {

/*Augmentation taille de titre*/

#OCommentaires{
	font-size: 3vw;
}

/*Augmentation taille drapeau anglais*/

.anglais{
	margin-top: 7vw;
	width: 10vw;
}

/*Augmentation taille du bouton sombre*/

.container1{
	margin-top: 5.5vw;
	height: 8vw;
	width: 15vw;
	margin-left: 77	vw;
}
.btn1{
	width: 22vw;
	height: 5.5vw;
	line-height: 4.5vw;
	font-size: 2.2vw;	
	}

/*Augmentation taille zone de remplissage par l'utilisateur*/

#Zonetexte{
	margin-top: 7vw;
	font-size: 2vw;
}

/*Augmentation taille bouton de validation*/

#Validation{
	height: 4vw;
	width: 12vw;
	margin-left: 44vw;
	font-size: 2vw;
}
}


@media screen and (max-width: 650px){

/*Augmentation de la taille de titre*/

#OCommentaires{
	height: 8vw;
	line-height: 7.5vw;
	font-size: 5vw;
}


/*Augmentation bandeau de fin du bas*/


#endfonce{
	text-align: center;
	height: 20vh;
}
.telephone{
	display: block;
}
#endfonce{
	font-size: 10vw;
	height: 55vw;
}
.accueil{
	font-size: 5vw;	
	display: block;
	margin-left: 0;
	margin-bottom: 1vh;
}
.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: -1vw;

}
.mail2{
	margin-top: 2.5vh;
	display: block;
	color: white;
	text-decoration: none;
	font-size: 5vw;
	margin-bottom: 0.9vh;
}

.mail2:hover{
	text-decoration: underline;
}
.contact, .mail{
	display: none;
}

/*Augmentation taille du drapeau anglais*/

.anglais{
	margin-top: 9vw;
	width: 15vw;
	margin-left: 8vw;
}

/*Augmentation taille du bouton sombre*/
.container1 {
	margin-top: 8.5vw;
	width: 14vw;
	height: 10vw;
	margin-left: 70vw;
}
.btn1 {
	font-size: 3vw;
	width: 20vw;
	height: 9vw;
	  max-width: 18vw;
	  line-height: 4.2vw;
}

/*Augmentation taille zone de remplissage de texte*/ 

#Zonetexte{
	margin-top: 8vw;
	height: 50vw;
	font-size: 4vw;
	padding-top: 5vw;
}
/*Augmentation taille du bouton de validation*/

#Validation{
	height: 7vw;
	width: 20vw;
	margin-left: 40vw;
	font-size:4vw;
	}
}

@media screen and (max-width: 550px) {

/*Augmentation taille du bouton sombre*/

	.container1{
		margin-top: 9.5vw;
	}

/*Augmentation taille du drapeau anglais*/

.anglais{
	margin-top: 11vw;
}
}
