html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++END RESET+++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++GLOBALS+++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
	scroll-behavior: smooth;
}
body {
	font-size:62.5%;
	background-color: rgba(128, 128, 128, 0.274);
}
section,header{
	background: linear-gradient(#64d4ef,#156B9D);
	margin:1rem auto;
	max-width:90%;
	background-size: cover;
	padding:2.5%;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++END GLOBALS+++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++HEADER+++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
header{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-transform: uppercase;
	align-items: flex-start;
	margin-top:0;
}
#menu{
	top:6rem; left:14rem;
	width: 19rem;
}
#menu li{
	list-style: none;
	text-indent: 1.5rem;
}
.hidden{
	visibility: hidden;
	height: 0;
}
h1{
	text-align: center;
	width: 100%;
	color: red;
	font-size:2.5rem;
	padding-bottom:2.5%;
}
header nav{
	display: flex;
	flex-direction: column;
	font-size: 1.5rem;
	line-height: 3rem;
	margin:0 5%;
}
header nav a{
	color:white;
	width: 18rem;
	text-decoration: underline;
}
header a:hover,header nav p:hover{
	color:red;
}
header img{
	width:34rem;
}
header figure{
	width: 100%;
	margin-bottom:3rem;
	text-align: center;
	background-color: white;
}
header figure img{
	width: 40rem;
}
header div{
	position: absolute;
	left:0.5%;
	top: 50%;
	position: fixed;

}
header div i{
font-size: 2rem;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++END HEADER+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++FIRST SECTION CONTACT++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.fullPicture{
	width: 100%;
}
#contact article{
	display: flex;
	flex-wrap: wrap;
}
#contact img{
	width:40rem;
	margin-right:2%;
	width:48%;
	min-width:15rem;
	min-height: 8rem;
}
iframe{
	width:48%;
	min-width:15rem;
}
aside{
	width:48%;
	margin-right: 2%;
}
aside a {
	color: white;
	font-size:1.8rem;
	line-height: 5rem;
	width: 100%;
}
h6{
	text-transform: uppercase;
	width: 100%;
	margin:2rem 0;
}
#contact p ,h6{
	color: white;
	font-size:1.8rem;
}
#contact p{
	width:100%;
	line-height:2rem;
}
#contact span,h6{
	text-decoration: underline;
}
#contact nav{
	display: flex;
	justify-content: space-around;
	width:50%;
	margin:5rem 0 0 0;
}
#contact nav img{
	width:8rem;
	min-width:auto;
	min-height:auto;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++END FIRST SECTION CONTACT++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++Reglement interieur+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

p,td,th{
	font-size: 1.2rem;
}
table td{
	border: 1px solid black;
	border-collapse: collapse;
	text-align: center;
	padding: 0 0.5rem;
}
table{
	display: block;
	border-collapse: collapse;
}
.space{
	margin: 1rem 0 0 0;
}
.directeur{
	text-align: right;
	text-decoration: underline;
}
.underline{
	text-decoration: underline;
	font-weight: bolder;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++end Reglement interieur+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++SECOND SECTION FORMATION : PERMIS B++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.formation{
	display: flex;
	justify-content:space-around;
	align-items: center;
}
.formation article{
	width:55rem;
}
.formation img{
	width: 100%;
	display: block;
	margin-left:3%;
	width: 75%;
}
h2{
	color: white;
	background-color: rgb(43, 124, 172);
	text-transform: uppercase;
	text-align: center;
	font-size:1.6rem;
}
h3{
	background-color: white;
	color: #2B7CAC;
	text-transform: uppercase;
	text-align: center;
	margin: 1rem 0;
	font-size: 1.4rem;
}
li{
	list-style-type: '-';
	font-size:1.2rem;
}
h4{
	color: white;
	font-size: 2.5rem;
	text-decoration: underline;
	text-align: center;
	margin-bottom: 2rem;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++END SECTION FORMATION++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++section ETG+++++++++++++++++++++++++++++++++++++++++++++++++++*/

.part,.triple{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.part article{
	width: 49%;
}
.triple article{
	width: 32%;
}
.white{
	background-color: white;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++SECTION IMAGE++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#image{
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}
#image img{
	width: 25%;
	margin:1rem;
}
img#double{
	width: 52%;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++END SECTION IMAGE++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++RESPONSIVE++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media screen and (max-width: 1024px){
	
	header h1{
		font-size:2rem;
	}
	header img{
		width: 90%;
	}
	h4{
		font-size:1.8rem;
	}
	#menu{
		position: static;
		top:0; left:0;
		width:auto;
	}
	#contact article{
		display: block;
		margin: 0 auto;
	}
	#contact article img,iframe{
		display: block;
		margin: 1rem auto;
		width: 100%	
	}
	iframe{
		height: 200px;
		min-height: 8rem;
	}
	#contact aside{
		display: block;
		margin: 0 auto;
		text-align: center;
		width: 100%;
	}
	#contact h6, #contact p{
		font-size: 1.5rem;
	}
	#contact nav img{
		padding:1rem;			
	}
	#contact nav{
		margin: 0 auto;	
	}
	section.formation{
		flex-direction: column;
	}
	.formation img{
		margin: 1rem 0;
	}
	.formation article{
		margin:0 auto;
		width: 100%;
	}
	#image {
		display: block;
	}
	#image img{
		width: 100%;
		margin: 1rem 0;
	}	
	table{
		overflow: scroll;
		overflow-y: hidden;
	}
	.part,.triple{
		flex-direction: column;	
	}
	.part article,.triple article{
		width: 100%;
	}

}

@media screen and (max-width: 757px){

	#contact nav{
		display:block;
		margin:0 auto;
		width:6rem;
	}
	aside a{
		font-size : 1.2rem;
	}
	header figure img{
		width: 100%;
	}
	#menu li{
		text-indent: 0;
		font-size:1rem;
	}
	.hidden{
		display: none;
	}
}