body{
	background-color: #eeeeee;	
	width:100%;
	margin: 0;
	padding: 0;
	border: 0;
}

/* Titre de QuiSommesNous*/

#OTitre{
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;
margin-bottom: 5vw;	
}

/*Bandeau de fin de pages annexe du haut*/


#endclair{
	margin-top: 1vw;
	position: absolute;
	width: 100%;
	height: 1vw;
	background: #dadada;
}

/*Bandeau de fin de pages annexe du bas*/


#endfonce{
	margin-top: 2vw;
	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: 1.5vw;
	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;	
}

/*Drapeau anglais pour envoyer sur la traduction*/
.anglais{	
	width: 5vw;
	display: flex;
	z-index: 250;
	margin-top: 0;
	margin-bottom: 0;
	position: absolute;
	margin-left: 4vw;
	margin-top: 0.9vw;
}

.mail2{
	display: none;
}


/*Bouton du 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: 83vw;
  margin-top: -0.25vw;
  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);
  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 des titres*/


h1{
	font-size: 2.2vw;
	margin-bottom: 3vw;
	text-align: center;
	font-weight: bold;
}
h1:before, h1:after{
  content:'';
  width:20vw;
  border:rgba(0, 0, 0, 0.5) solid 0.3vw;
  border-radius: 0.2vw;
  display:inline-block;
  vertical-align:middle;
  margin-top: -0.3vw;
}
h1:before {
margin-left:-100%;
margin-right:12vw;
}
h1:after {
  margin-right:-100%;
margin-left:12vw;
}


/*Mise en forme des textes de descirption*/


.texte{
	text-align: justify;
	margin: 0 10vw;
	margin-bottom: 3.5vw;
	font-size: 0.95vw;
}
.groupe{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
	padding-bottom: 0;
}
.membre{
	background:	#d0d0d0;
	margin-bottom: 0;	
	margin-left: 0;
	padding: 1vw 0;
	width: 50%;
	height: 11vw;	
	justify-content: justify;
}


/*Couleur des carrés de la description dees membres*/


.lea{
	background: #a6a6a6;
}
.lea:hover{
	background: #939393;
}

.clara{
	background: #a6a6a6;
}

.coco:hover, .neil:hover{
	background:	#bdbdbd;
}
.clara:hover{
	background:	#939393;
}
.prenom{
	margin-top: 0.7vw;
	font-weight: bold;
	font-size: 1.3vw;
	text-align: center;
}
.description{
	margin: 1vw;
	text-align: justify;
	padding: 0 1vw;
	font-size: 0.95vw;
}


/*Mise en forme du titre du 3éme §*/


#projet{
	margin-left: 7.55vw;
	margin-top: 4vw;
}



@media screen and (max-width: 1515px) {


/*Augmentation de la taille du bandeau de fin de page du bas*/


#endfonce{
	font-size: 1.3vw;
}
.accueil{
	margin-left: 20vw;
}
.sondage {
	margin-left: 25vw;
}
.commentaire{
	margin-left: 33vw;
}

/*Augmentation du texte de description*/

.texte{
	font-size: 1.2vw;
}

/*Augmentation taille du titre*/ 

h1{
	font-size: 2.5vw;
}
.description{
	font-size: 1.2vw;
}
.membre{
	height: 14.5vw;
}
.prenom{
	font-size: 1.5vw;
}
}


@media screen and (max-width: 1000px) {

/*Augmentation taille du bandeau 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 du titre*/

#OTitre{
	font-size: 3vw;
	height: 6vw;
	line-height: 5.5vw;	
}

/*Augmentation taille du drapeau anglais pour trad anglaise*/

.anglais{
	margin-top: 9.2vw;
	width: 10vw;
}

/*Augmentation taille du bouton sombre*/

.container1{
	margin-top: 7vw;
	height: 8vw;
	width: 15vw;
	margin-left: 77vw;
}
.btn1{
	width: 22vw;
	height: 5.5vw;
	line-height: 4.5vw;
	font-size: 2.2vw;	
	}
.groupe{
	display: block;
}
.membre{
	width: 100%;
}

/*Changement de couleur pour faire 1 couleurs / 2*/

.clara{
	background: #d0d0d0;
}
.clara:hover{
	background:	#bdbdbd;
}

.neil{
	background: #a6a6a6;
}
.neil:hover{
	background:	#939393;
}
.prenom{
	font-size: 2.2vw;
	margin-bottom: 0.5vw;
}
.description{
	margin-top: 0;
	font-size: 1.5vw;
}

/*Augmentation taille du titre*/

h1{
	font-size: 3vw;	
	margin-top: 9vw;
}
h1:after{
	margin-left: 5vw;
}
h1:before{
	margin-right: 5vw;
}


 #projet{
	margin-left: 0vw;
}


.texte{
	font-size: 2vw;
}
}

@media screen and (max-width: 715px){

/*Augmentation taille de description*/

.description{
	font-size: 2vw;
}

/*Augmentation taille de titre*/

h1{
	margin-top: 13vw;
}
.membre{
	height: 18vw;
}
}


@media screen and (max-width: 650px){


/*Augmentation taille du titre*/


#OTitre{
	height: 8vw;
	line-height: 7.5vw;
	font-size: 5vw;
}

/*Augmentation taille du bandeau de fin de page du bas*/

#endfonce{
	text-align: center;
	height: 45vw;
}
.telephone{
	display: block;
}
.accueil{
	font-size: 4vw;	
	display: block;
	margin-left: 0;
	margin-bottom: 1vh;
}
.sondage{
	display: block;
	font-size: 4vw;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.commentaire{
	display: block;
	font-size: 4vw;
	margin-left: 0;
}
.nous{
	display: block;
	font-size: 4vw;
	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: 4vw;
	margin-bottom: 0.9vh;
}

.mail2:hover{
	text-decoration: underline;
}
.contact, .mail{
	display: none;
}

/*Augmentation taille du bouton anglais*/

.anglais{
	margin-top: 11vw;
	width: 15vw;
	margin-left: 8vw;
}

/*Augmentation taille bouton théme sombre*/

.container1 {
	margin-top: 9.3vw;
	width: 14vw;
	height: 10vw;
	margin-left: 70vw;
}
.btn1 {
	font-size: 3vw;
	width: 20vw;
	height: 9.5vw;
	  max-width: 18vw;
	  line-height: 4.2vw;
}
}


@media screen and (max-width: 550px) {

/*Augmentation taille bouton théme sombre*/

.container1{
	margin-top: 9.5vw;
	}

/*Augmentation taille bouton anglais*/

.anglais{
	margin-top: 11vw;
}
.description{
	font-size: 3vw;
	padding: 0 5vw;
}
.membre{
	height: 37vw;
}
.prenom{
	font-size: 5.5vw;
}
.texte{
	font-size: 3vw;
}
#endfonce{
	height: 47vw;
}

/*Augmentation taille du titre*/

h1{
	font-size: 5vw;
}
h1:after, h1:before{
	width: 15vw;
}
}	
