body{
	width: 80%;
	height: 100%;
	margin: 0 auto;
	font-family: Bebas;
	font-size: 100%;
}
.entete{
	margin-top: 3%;
	display: block;
width: 100%;
}

.entete img{
	width: 15%;
	margin: 0 auto;
	display: block;

}
@media screen and (max-width: 640px) {
     
      
    .entete img{
    	width: 20%;
      }
      
    }
h1{
	
font-size: 2.3rem;
text-align: center;
margin: 0px auto;
margin-bottom: 0.6%;
}
@media screen and (max-width: 1280px) {
      h1{
        font-size: 1.6rem;
      }
    }


@media screen and (max-width: 1024px) {
     
      
      h1{
        font-size: 1.3rem;
      }
    }
@media screen and (max-width: 640px) {
     
      
      h1{
        font-size: 1.1rem;
      }

    }
#trait1{
	width: 24%;
	background: #bfbfbf;
	height: 0.2rem;
	margin: 1% auto;
}

nav{
	margin: 0 auto;
	height: 1.875rem;
	margin-bottom: 5%;
	width: 28%;
}

nav a{
	float: left;
	color: #999999;
	text-decoration: none;
	font-size: 1.1rem;
	text-align: center;

}
#project{
	width: 34.33%;
}
#home{
	width: 38.33%;
}
#team{
	width: 27.33%;
}
@media screen and (max-width: 640px) {
      nav{
 		width: 35%;
      }
    }



nav a:hover{
	color: black;
}

@media screen and (max-width: 1024px) {
      nav a {
       
        font-size: 1em;
      }
    }

@media screen and (max-width: 640px) {
      nav a {
 		
 		font-size: 0.9rem;
      }
    }

#trait2{
	width: 100%;
	background: #dfdfdf;
	height: 0.2rem;
	float: left;
	margin-bottom: 1%;
}

main{
	height: 100%;
	width: 100%;
	margin-bottom: 2rem;
}
.col1{
	width: 43%;
	height: 100%;
	float: left;

}
@media screen and (max-width: 640px) {
      .col1{
      	width: 100%;
      	margin-bottom: 2rem;
      }
    }

iframe{
	width: 87%;
	
}
@media screen and (max-width: 1280px) {
   
	iframe{
		width: 100%;
	
	}
}
.col2{
	width: 49%;
	float: left;
	margin-left: 8%;
	margin-bottom: 3%;
	height: 80%;
}
@media screen and (max-width: 640px) {
      .col2{
      	width: 100%;
      }
    }

.vignette{
	width: 18%;
	
	float: left;
	margin-right: 7%;
}
.vignette img{
	width: 100%;

}
.vignette1{
	background: url(../img/editorial_8mars_vignette.png) no-repeat;
	background-size: cover;
	width: 8rem;
	height: 8rem;
	border-radius: 50%;
	
	float: left;
	margin-right: 5%;
}

.photos{
	width: 100%;

}
.photos1{
	width: 100%;

}
/*.vignette1{
	background: url(../img/editorial_8mars_vignette.png) no-repeat;
	background-size: cover;
	width: 9rem;
	height: 9rem;
	border-radius: 50%;
	margin-left: 30%;
}*/

.vignette2{
	background: url(../img/photo_june_1.jpg) no-repeat;
	background-size: cover;
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	
	float: left;
	margin-right: 5%;
}
.vignette3{
	background: url(../img/photo_june_2.jpg) no-repeat;
	background-size: cover;
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	
	float: left;
	margin-right: 5%;
}
.vignette4{
	background: url(../img/photo_june_3.jpg) no-repeat;
	background-size: cover;
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	
	float: left;
	margin-right: 5%;
}
.vignette5{
	background: url(../img/photo_june_4.jpg) no-repeat;
	background-size: cover;
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	
	float: left;
	margin-right: 5%;
}
.vignette6{
	background: url(../img/photo_june_5.jpg) no-repeat;
	background-size: cover;
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	
	float: left;
	margin-right: 5%;
}


@media screen and (max-width: 1280px) {
      .vignette1, .vignette2, .vignette3, .vignette4, .vignette5, .vignette6{
        	width: 4rem;
			height: 4rem;
      }
    }
@media screen and (max-width: 1024px) {
      .vignette1, .vignette2, .vignette3, .vignette4, .vignette5, .vignette6{
        	width: 4rem;
			height: 4rem;
      }
    }
 @media screen and (max-width: 640px) {
      .vignette1, .vignette2, .vignette3, .vignette4, .vignette5, .vignette6{
        	width: 3rem;
			height: 3rem;
      }
    }
     @media screen and (max-width: 480px) {
      .vignette1, .vignette2, .vignette3, .vignette4, .vignette5, .vignette6{
        	width: 3rem;
			height: 3rem;
      }
    }
.texte{
	width: 100%;
}
.col p{
	
	text-align: justify;
	height: 5rem;
	margin: 3% auto;
	font-size: 10pt;
}

.texte{
	font-family: arial;
	font-size: 10pt;

}
.texte p{
float: left;
width: 61%;
text-align: justify;
margin-right: 10%;
margin-top: 11%;

}

.texte h3{
	width: 28%;
float: left;
text-align: left;
margin-top: 11%;
}
main h2{
	font-size: 28pt;
	text-align: center;
	
}
#english{
float: right;
width: 44%;
margin-left: 10%;
}
#english a{
	font-family: arial;
	font-size: 10pt;
	text-decoration: none;
	
}
#en{
	color: black;
}
#fr{
	color: #999999;
}
#english a:hover{
	color: black;
}
#reseaux-sociaux img{
	width: 2rem;
	margin: 0 0.44rem;
}

footer{
	display: block;
	width: 9rem;
	margin: 0px auto;
	position: relative;
    z-index: -1;
}
#reseaux-sociaux p{
	color: #BFBFBF;
	text-align: center;
	font-family: arial;
	font-weight: bold;

}
#warning-message img{
width: 100%;
}
span{
color:#999999;
}
