*{
	margin: 0px;
	padding: 0px;
}
body{
	font-family: 'Century Gothic', Calibri, serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}
h1{
	font-size: 40px;
	font-weight: normal;
	text-align: center;
}
header{
	height: 100%;
}
header img{
	width: 100%;
}
footer{
	height: 80px;
	padding-top: 30px;
	text-align: center;
	background-color: #b9b6b6;
	border-top: 2px solid #AAA;
	font-family: 'Arial', Calibri, serif;
}
nav>ul{
	width: 100%;
	background-color: #AAA;
	font-family: 'Arial', Calibri, serif;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px;
}
/*nav ul{
	margin: -25px;
	padding: -30px;
}*/
nav li{
	list-style-type: none; /* permet de retirer les tirets*/
	/* float: left ; */
}
nav a{
	display: inline-block;
	text-decoration: none;
	padding: 20px 30px;
	color: #080505;
	/*text-transform: uppercase;*/
	font-size: 20px;
}
#formations ul{
	position: absolute;
	background-color: #AAA;
	width: 300%;
	visibility: hidden;
}
#formations:hover ul{
	visibility: visible;
}
#partenaire ul{
	position: absolute;
	background-color: #AAA;
	width: 100%;
	visibility: hidden;
}
#partenaire:hover ul{
visibility: visible;

}
.div2, .div3, .div4, .div5{
	font-size: 20px;
}
.menu-ind:hover{
	border-top: 5px solid #0070BB;
	background-color: RGBa(888, 788, 145, 0.15);
}
.menu-ser:hover{
	border-top: 5px solid #0070BB;
	background-color: RGBa(888, 788, 145, 0.15);
}
.menu-for:hover {
	border-top: 5px solid #0070BB;
	background-color: RGBa(888, 788, 192, 0.15);	
}
.menu-cli:hover {
	border-top: 5px solid #0070BB;
	background-color: RGBa(888, 789, 195, 0.15);
}
.menu-pat:hover {
	border-top: 5px solid #0070BB;
	background-color: RGBa(888, 789, 197, 0.15);
}
.menu-con:hover {
	border-top: 5px solid #0070BB;
	background-color: RGBa(888, 789, 199, 0.15);
}

nav li:hover a{
	padding: 15px 30px 20px 30px;
}

section{
	width: 100%;
	font-family: 'Arial', Calibri, serif;
	font-size: 20px;
}
.etoile{
	color: red;
}
.idole{
	font-weight: bold;
}
.rel{	
	background-image: url("formation.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
}
/*.sec{
	margin: 0px 10%;
}*/

.left{
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	color: #08050581;
	font-size: 30px;
	height: 350px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url(background0.png);

	/*background-color: #b9e3f9;*/
	/* border-top: 2px solid #b9e3f9;
	border-bottom: 2px solid #b9e3f9; 
	background-image: url("pheb.PNG");

	-webkit-animation-name: diapo1;
	-webkit-animation-duration: 13s ;
	-webkit-animation-timing-function: ease-in;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: normal;

	-moz-animation-name: diapo1;
	-moz-animation-duration: 13s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: normal;

	animation-name: diapo1;
	animation-duration: 13s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: normal;
}

@-webkit-keyframes diapo1{
	0%{background-image: url("image11.png");}
	/*background-repeat: no-repeat;
	background-size: 100%;}
	/*33%{background-image: url("office.png");
	33%{background-image: url("octopus.PNG");}
		/*background-repeat: no-repeat;
		background-size: 100%}
	66%{background-image: url("imagi.png");}
		/*background-repeat: no-repeat;
		background-size: 100%}
}

@-moz-keyframes diapo1{
	0%{background-image: url("pheb.PNG");}
		/*background-repeat: no-repeat;
		background-size: 100%}
	/*33%{background-image: url("office.png");}
	33%{background-image: url("octopus.PNG");}
		/*background-repeat: no-repeat;
		background-size: 100%}
	66%{background-image: url("sages.png");}
		/*background-repeat: no-repeat;
		background-size: 100%}
}

@-o-keyframes diapo1{
	0%{background-image: url("pheb.PNG");}
		/*background-repeat: no-repeat;
		background-size: 100%}
	/*33%{background-image: url("office.png");}
	33%{background-image: url("octopus.PNG");}
		/*background-repeat: no-repeat;
		background-size: 100%}
	66%{background-image: url("sages.png");}
		/*background-repeat: no-repeat;
		background-size: 100%}*/
}
.left h1{
	font-weight: 900;
	color: black;
	text-shadow: 0px 0px 10px white;
	background-color: rgba(255, 255, 255, 0.664);
}
.right{
	padding-top: 50px;
	padding-bottom: 50px;
	float: right;
	width: 100%;
	/*color: #1031ec;*/
	background-color: #b9e3f9;
	border-top: 2px solid #b9e3f9;
	border-bottom: 2px solid #b9e3f9;
	text-align: center;
	/* display: flex;
	align-items: center;
	justify-content: center; */

}
.proposition{
	float: right;
	width: 100%;
	background-color: #b9e3f9;
	border-top: 2px solid #b9e3f9;
	display: flex;
	justify-content: center;
}

.center{
	padding-top: 50px;
	padding-bottom: 50px;
	width: 100%;
	background-color: white;
	/*border-bottom: 2px solid #b9e3f9;*/

}
.center h1{
	color: rgb(211, 105, 30);
}
.first_center, .second_center{
	display: flex;
	justify-content: space-evenly;
}
.first_center div, .second_center div{
	width: 25%;
	text-align: center;
	margin: 50px;
}.first_center div img, .second_center div img{
	width: 100%;
}
.ccenter, .dcenter{
	display: flex;
	justify-content: space-evenly;
}

.bottom{
	text-align: center;
	width: 100%;
	background-color: RGBa(64, 0, 64, 0.15);
	height: 150px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	background-image: url("back1.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
}
.fbottom{
	background-color: violet;
	padding: 20px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}
.sec, .sed{
	display: flex;
	justify-content: space-evenly;
}
.sed1{
	text-align: center;
}
.idole1{
	font-weight: bold;
}
.sech{
	display: right;
	justify-content: space-evenly;
}
.secg{
	display: left;
	justify-content: space-evenly;
}
.bor{
	
	display: flex;
	justify-content: space-between;
	background-image: url("dog.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	
}
.sarl{
	display: inline-block;
	text-align: center;
}
/*.beta{
	float: right;
	width: 100%;
	font-size: 20px;
	background-color: #fff;
	display: flex;
	justify-content: center;

}
/*
.right{
	float: left;
	width: 70%;
}
.cleft, .cright, .sousleft, .sousright{
	width: 50%;
	float: left;
}
.sec::after, .exp::after, .reco::after{		
	content: "";
	display: table;
	clear: both;
}
.orange{
	border-top: 5px solid #e47d26;
	background-color: RGBa(228, 117, 38, 0.15);
	margin-bottom: 0px;
}
.rose{
	border-top: 5px solid #e44d96;
	background-color: RGBa(228, 77, 128, 0.15);
	margin-bottom: 0px;
}
.vert{
	border-top: 5px solid #5f6;
	background-color: RGBa(70, 240, 80, 0.15);
}
.bleu{
	border-top: 5px solid #29c;
	background-color: RGBa(30, 152, 212, 0.15);
}
.jaune{
	border-top: 5px solid #f3e241;
	background-color: RGBa(240, 255, 69, 0.15);
}
.rouge{
	border-top: 5px solid #f3e241;
	background-color: RGBa(228, 77, 38, 0.15);
}
	
.leftexp{
	width: 45%;
	float: left;
}
.rightexp{
	width: 50%;
	float: left;
	margin-left: 5%;
}
.leftexp img{
	 width: 100%;
	 max-width: 400px;
}*/

	
@media screen and (max-width: 780px){
	header{
		height: 50px;
	}
	h1{
		font-size: 28px;
		margin: 20px 0px 0px 0px;
	}
	nav li a{
		font-size: 12px;
		padding: 10px;
	}
	nav li:hover a{
			padding: 5px 10px 10px 10px;
	}
}


	



	