*{
	margin: 0%;
	padding: 0%;
}
body{
	width: 100%;
	height: 100%;
	position: absolute;
}
a{
	text-decoration: none;
	color: unset;
}

header{
	width: 100%;
	float: left;
	overflow: hidden;
}
header .header-1{
	width: 90%;
	padding: 1%;
	padding-left: 5%;
	padding-right: 5%;
	background: blue;
	float: left;
	position: relative;
	display: grid;
	grid-template-columns: 20% 20%;
	grid-gap: 60%;
	box-shadow: 2px 2px 10px black;
}
header .header-1 img{
	width: 70%;
	margin: auto;
	float: left;
}
header .header-1 h1{
	min-width: 100%;
	margin: auto;
	font-family: "Vollkorn", serif;
  	font-optical-sizing: auto;
	font-size: 150%;
	color: white;
}
header .header-1 h1 strong{
	padding-left: 1%;
	margin-left: 1%;
	display: block;
	font-size: 200%;
}
header .header-1 div{
	width: 100%;
	margin: auto;
	display: grid;
	grid-template-columns: 22% 22% 22% 22%;
	grid-gap: 4%;
}
header .header-1 div a{
	width: auto;
	text-align: right;
	font-size: 150%;
	color: white;
}

header .header-2{
	width: 100%;
	padding-top: 1%;
	padding-bottom: 1%;
	background-color: rgb(6, 164, 77);
	float: left;
	border-bottom: 2px solid silver;
}
header .header-2 .div-ul{
	width: 60%;
	margin-top: 1%;
	margin-left: 5%;
	float: left;
	display: grid;
}
header .header-2 .div-ul #menu,
header .header-2 .div-ul #menu-1{
	display: none;
}
header .header-2 .div-ul ul{
	width: 100%;
	margin: auto;
	display: grid;
	grid-template-columns: auto auto auto auto auto auto auto;
	grid-gap: 2%;
}
header .header-2 .div-ul ul li{
	width: 100%;
	float: left;
	list-style: none;
	font-family: sans-serif;
	border-radius: 5px;
	color: white;
}
header .header-2 .div-ul ul strong i{
	margin-right: 5%;
}
header .header-2 .div-ul ul div{
	display: none;
}


header .header-2 form{
	width: 20%;
	margin-right: 5%;
	float: right;
	display: grid;
}
header .header-2 form div{
	width: 96%;
	padding: 2%;
	background-color: white;
	display: grid;
	grid-template-columns: 85% 15%;
	border: 2px solid gray;
	border-radius: 50px;
}
header .header-2 form input{
	width: 98%;
	padding: 1%;
	background-color: transparent;
	float: right;
	border: none;
	outline: none;
}
header .header-2 form button{
	width: 100%;
	margin-left: 3%;
	background-color: transparent;
	float: right;
	border: none;
	outline: none;
	font-size: 110%;
}

header .header-2 form a{
	width: auto;
	margin: auto;
}
header .header-2 form a i{
	font-size: 125%;
	color: rgba(0, 0, 0, 0.7);
}

.txt-sliding{
	width: 80%;
	padding-top: 1%;
	padding-bottom: 1%;
	margin-top: 3%;
	margin-left: 10%;
	float: left;
	overflow: hidden;
	border-top: 2px solid rgb(0,109,176);
	border-bottom: 2px solid rgb(0,109,176);
}
.txt-sliding p{
	width: auto;
	float: left;
	font-family: sans-serif;
	font-size: 200%;
}


.next{
	width: 100%;
	margin-top: 5%;
	float: left;
}

/**********container-1**********/
.container-1{
	width: 100%;
	height: 93%;
	background-color: black;
	float: left;
}

#projets, #projets-ect{
	width: 80%;
	margin-top: 3%;
	margin-left: 10%;
	margin-right: 10%;
	float: left;
}
#projets h2, #projets-ect h2{
	width: 100%;
	margin-bottom: 2%;
	float: left;
	border-bottom: 2px dashed green;
	font-family: sans-serif;
	font-size: 200%;
}
#projets p{
	width: 100%;
	margin-bottom: 2%;
	float: left;
	font-family: sans-serif;
	font-size: 120%;
}
#projets p strong{
	width: 100%;
	margin-bottom: %;
	float: left;
}
#projets p span{
	width: 100%;
	margin-bottom: 1%;
	float: left;
}

#projets-ect li{
	width: 100%;
	margin-bottom: 2%;
	float: left;
	list-style: decimal;
	font-family: sans-serif;
	font-size: 120%;
}

#projets-ect p{
	width: 100%;
	margin-bottom: 2%;
	float: left;
	font-family: sans-serif;
	font-size: 120%;
	font-weight: bold;
}



















/***************650px***************/
@media only screen and (max-width: 650px) 
{



header{
	width: 100%;
	float: left;
	overflow: hidden;
}
header .header-1{
	width: 90%;
	padding: 2%;
	padding-left: 5%;
	padding-right: 5%;
	background: blue;
	float: left;
	position: relative;
	display: grid;
	grid-template-columns: 25% 50%;
	grid-gap: 25%;
	box-shadow: 2px 2px 10px black;
}
header .header-1 img{
	width: 70%;
	margin: auto;
	float: left;
}
header .header-1 h1{
	min-width: 100%;
	margin: auto;
	font-size: 150%;
	color: white;
}
header .header-1 h1 strong{
	padding-left: 1%;
	margin-left: 1%;
	display: block;
	font-size: 200%;
}
header .header-1 div{
	width: 100%;
	margin: auto;
	display: grid;
	grid-template-columns: 22% 22% 22% 22%;
	grid-gap: 4%;
}
header .header-1 div a{
	width: auto;
	text-align: right;
	font-size: 100%;
	color: white;
}


header .header-2{
	width: 95%;
	padding-bottom: 1%;
	padding: 2.5%;
	background-color: rgb(6, 164, 77);
	float: left;
	border-bottom: 2px solid silver;
}
header .header-2 .div-ul{
	width: auto;
	margin-top: 1%;
	margin-left: 0%;
	float: right;
	display: grid;
}
header .header-2 .div-ul #menu{
	display: unset;
	font-size: 150%;
	color: white;
}
header .header-2 .div-ul ul{
	width: 100%;
	margin: auto;
	display: grid;
	grid-template-columns: auto auto auto auto auto auto auto;
	grid-gap: 2%;
	display: none;
}
header .header-2 .div-ul ul li{
	width: 100%;
	float: left;
	list-style: none;
	font-family: sans-serif;
	border-radius: 5px;
	color: white;
}
header .header-2 .div-ul ul strong i{
	margin-right: 5%;
}
header .header-2 .div-ul ul div{
	display: none;
}
header .header-2 .div-ul:hover{
	width: 100%;
	height: 100%;
	margin-top: 0%;
	margin-left: -3%;
	position: absolute;
	display: unset;
	top: 0;
}
header .header-2 .div-ul:hover ul{
	width: 70%;
	height: 100%;
	padding: 5%;
	margin-left: 0%;
	background-color: rgb(2, 104, 178);
	float: left;
	display: unset;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
header .header-2 .div-ul:hover #menu{
	display: none;
}
header .header-2 .div-ul:hover ul #menu-1{
	width: auto;
	margin-bottom: 15%;
	float: right;
	display: block;
	text-align: right;
	color:rgba(255, 255, 255, 0.8);
}
header .header-2 .div-ul:hover ul li{
	width: 100%;
	margin-bottom: 8%;
	float: left;
	border-bottom: 1px dashed white;
}


header .header-2 form{
	width: 50%;
	margin-right: 5%;
	float: left;
	display: grid;
}
header .header-2 form div{
	width: 98%;
	padding: 1%;
	background-color: white;
	display: grid;
	grid-template-columns: 85% 15%;
	border: 2px solid gray;
	border-radius: 50px;
}
header .header-2 form input{
	width: 98%;
	padding: 1%;
	background-color: transparent;
	float: right;
	border: none;
	outline: none;
	font-size: 80%;
}
header .header-2 form button{
	width: 100%;
	margin-left: 3%;
	background-color: transparent;
	float: right;
	border: none;
	outline: none;
	font-size: 110%;
}

header .header-2 form a{
	width: auto;
	margin: auto;
}
header .header-2 form a i{
	font-size: 90%;
	color: rgba(0, 0, 0, 0.7);
}



.container{
	width: 100%;
	height: 85%;
	float: left;
	overflow-y: scroll;
}






}