/*TOUS LES EFFETS*/
/* orange=FF7400 - gris clair=b2b2b2 - gris foncé = 5a5a5a*/
a
{
	text-decoration: none;
	color: black;
}

p
{
	text-align: center;
	font-family: Open Sans, sans-serif;
	font-size: 18px;
}

h1
{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: Open Sans, sans-serif;
}

.centrer
{
	height: 0.5px;
}

.etoile
{
	position: relative;
	width: 60px;
	height: 60.92px;
}

/*TRANSITION*/

.img_fix
{
	background-image: url(images/locaux.jpg);
	background-size: 100%;
	background-position: center bottom;
	height: 300px;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.afterheader
{
	width: 100%;
	height: 40px;
}

.taille2
{
	display: block;
	width: 23px;
	height: 34px;
}

.taille3
{
	display: block;
	width: 30px;
	height: 33px;
}

.detail h3
{
	margin: 0;
	padding-top: 15%;
	font-size: 90px;
	color: white;
	font-family: Open Sans, sans-serif;
}

.taille4
{
	display: block;
	width: 100%;
	height: 100%;
}

@keyframes entete
{
	0% 
	{
		opacity: 1;
	}
	50%
	{
		opacity: 0;
	}
	100% 
	{
		opacity: 1;
	}
}

@keyframes ensuite
{
	0%
	{
		opacity: 0;
	}
	50%
	{
		opacity: 1;
	}
	100%
	{
		opacity: 0;
	}
}

.intervention
{
	width: 20%;
	height: 90px;
	text-align: center;

}

.slogan
{
	width: 20%;
	height: 100%;
}

.avant
{
	width: 90px;
	height: 90px;
	text-align: center;
	font-size: 60px;
	border: 2px black solid;
	border-radius: 20px;
}

.avant:hover
{
	background-color: #b2b2b2;
}

#actu
{
	width: 80%;
	background: white;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	box-shadow: 0px 0px 10px black;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}

/*#actu img
{
    height:540px;
    padding: 10px;
    margin-top: auto;
    margin-bottom: auto;
}*/

#actu
{
	flex-direction: column;
	height: none;
}

#actu img
{
	width: 95%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

.texte_flottant
{
	flex-grow: 1;
	margin: 50px;
}

#quali
{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	background: #5A5A5A;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}

#quali div
{
	width: 400px;
	height: 500px;
	background-color: #E75936;
	border-radius: 10px;
	box-shadow: 0px 0px 10px black;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	margin: 10px;
	overflow: hidden;
}

#quali h1
{
	color: white;
	font-family: Open Sans, sans-serif;
}

#quali p
{
	color: white;
	font-family: Open Sans, sans-serif;
	text-align: center;
	padding: 30px;
	height: 35%;
}

#quali img
{
	height: 100px;
}

#base
{
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}

.base
{
	display: flex;
	justify-content: flex-start;
}

.base2
{
	display: flex;
	justify-content: flex-end;
}

#base div a
{
	width: 70%;
	height: 300px;
	background: white;
	border-radius: 10px;
	box-shadow: 0px 0px 10px black;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}

#ancre
{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	height: 1000px;
	margin-left: 50px;
}

.avis_img
{
	display: flex;
	width: 100%;
	justify-content: space-around;
	margin-left: auto;
	margin-right: auto;
}

.avis_img div
{
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 0px 10px black;
	margin-right: 80px;
	margin-left: 80px;
}

.avis_img div img
{
	width: 100%;
}

.avis
{
	position: relative;
	align-items: center;
	width: 280px;
	height: 60px;
	text-align: center;
	color:  black;
	font-size: 18px;
	/*text-transform: uppercase;*/
	text-decoration: none;
	font-family: Open Sans, sans-serif;
	background: white;
	margin-left: auto;
	margin-right: auto;
}

.avis:before,.avis:after,.avis2:before,.avis2:after
{
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	background: #E75936;
	transition: 1s;
	z-index: -1;
}

.avis:hover:before,.avis:hover:after,.avis:hover .avis2:before,.avis:hover .avis2:after
{
	width: calc(280px/2);
	height: calc(60px/2);
}

.avis:before
{
	top: -2px;
	left: -2px;
}

.avis:after
{
	top: -2px;
	right: -2px;
}

.avis2:before
{
	bottom: -2px;
	left: -2px;
}

.avis2:after
{
	bottom: -2px;
	right: -2px;
}

#organigramme
{
	color: white;
	background: #5A5A5A;
}

.organigramme
{
	width: 80%;
	background: white;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	box-shadow: 0px 0px 10px black;
	overflow: hidden;
}

.organigramme img
{
	width: 100%;
}

#formation
{
	height: 600px;
}

#chiffre
{
	width: 100%;
	padding-top: 50px;
	background: #FF7400;
	color: white;
}

#chiffre .chiffre
{
	display: flex;
	justify-content: space-around;
	flex-wrap: nowrap;
}

#chiffre .chiffre .chiffre2
{
	display: flex;
	justify-content: space-around;
	flex-grow: 0.5;
}

#chiffre .chiffre .chiffre2 div p
{
	width: 200px;
}

#chiffre .chiffre .chiffre2 div li
{
	list-style: none;
	height: 50px;
	width: 200px;
	overflow: hidden;
	transition: 0.5s ease-in-out;
}

#chiffre .chiffre .chiffre2 div li p
{
	margin-top: 0;
	font-size: 50px;
}

#entreprise
{
	width: 100%;
	padding-top: 50px;
}

#entreprise .entreprise
{
	display: flex;
	justify-content: space-around;
	flex-wrap: nowrap;
}

#entreprise .entreprise div
{
	display: flex;
	justify-content: space-around;
	flex-grow: 0.5;
}

#entreprise .entreprise div a li
{
	list-style: none;
	height: 200px;
	width: 200px;
	border-radius: 100px;
	box-shadow: 0px 0px 10px black;
	overflow: hidden;
	transition: 0.5s ease-in-out;
}

#entreprise .entreprise div a li:hover
{
	box-shadow: 0px 0px 30px black;
}

#entreprise .entreprise div a li img
{
	width: 200px;
	height: 200px;
}


#presentation
{
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	justify-content: space-between;
}

#presentation2
{
	display: flex;
	height: 100px;
}

#entete
{
	display: flex;
	flex-wrap: wrap;
}

video
{
	display: block;
	width: 80%;
	max-height: 100vh;
	margin-left: auto;
	margin-right: auto;
}

#remplace
{
	display: none;
	width: 80%;
	max-height: 100vh;
	margin-left: auto;
	margin-right: auto;
}

@media all and (max-width: 1200px)
{
	.img_fix{background-attachment: scroll;}
	video{display: none;}
	#remplace{display: block;}

	#actu
	{
		flex-direction: column;
		height: none;
	}

	#actu img
	{
		width: 50%;
		height: 30%;
		margin-left: auto;
		margin-right: auto;
	}

	#quali{flex-direction: column;}

	#quali div
	{
		margin-left: auto;
		margin-right: auto;
		width: 600px;
		height: 800px;
	}

	#quali img{height: 100px;}

	#base div a
	{
		flex-direction: column;
		height: 800px;
		padding: 10px;
	}

	#base div a img
	{
		height: 400px;
		margin-left: auto;
		margin-right: auto;
	}

	.avis_img{flex-direction: column;}
	.avis_img div{margin-bottom: 50px;}

	#chiffre .chiffre{flex-direction: column;}
	#chiffre .chiffre div{margin-bottom: 50px;}

	#entreprise .entreprise{flex-direction: column;}
	#entreprise .entreprise div{margin-bottom: 50px;}
}