/* UTF-8 à jamais */
div.expertises{
	background-color:#f1f1f1;
	clear:left;
}
div.expertises h3{
	text-transform:uppercase;
	text-align:center;
	font-family:'Poppins',sans-serif;
	font-weight:400;
	color:#272727;
	font-size:2.14em;
	line-height:30px;
}
div.expertises ul{
	background-color:#fff;
}
div.expertises ul li{
	border-bottom:2px solid #f1f1f1;
}
div.expertises ul li.dernier{
	border-bottom:0;
}
div.expertises ul li a{
	display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex;
	-webkit-flex-flow:row nowrap;flex-flow:row nowrap;
	text-decoration:none;
	width:100%;
	height:100%;
}
div.expertises ul li div.bloc_img{
	display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex;
	margin:10px 0;
}
div.expertises ul li div.bloc_img img{
	/*margin:auto;*/
	align-self:center;
	margin:0 auto;
}
div.expertises ul li div.bloc_texte h4{
	text-transform:uppercase;
	font-family:'Poppins',sans-serif;
	font-weight:600;
	color:#00d7c5;
	font-size:1.57em;
	line-height:24px;
}
div.expertises ul li div.bloc_texte p{
	margin:0;
	margin-top:10px;
	color:#1e1e1e;
	font-size:1.14em;
	line-height:28px;
}
/*------- Détail --------*/
div.detail_expertise{
	background-color:#fff;
}
#detail_expertise_contenu{
	display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex;
	-webkit-flex-flow:row nowrap;flex-flow:row nowrap;
	margin:0 auto;
}
#detail_expertise_contenu h1{
	-webkit-box-flex:1;-webkit-flex:1;flex:1;
	text-align:right;
	padding:50px 60px 90px 60px;
	text-transform:uppercase;
	font-family:'Poppins',sans-serif;
	font-weight:400;
	color:#272727;
}
#detail_expertise_contenu p{
	-webkit-box-flex:1;-webkit-flex:1;flex:1;
	padding:50px 140px 20px 0;
	margin:0;
	font-family:'Poppins',sans-serif;
	font-weight:600;
	color:#00d7c5;
}
div.detail_service{
	background-color:#fff;
	clear:left;
}
div.detail_service ul#liste_service li{
	position:relative;
	overflow:hidden;
	padding:45px 0 100px 0;
}
div.detail_service ul#liste_service li.pair{
	background-color:#f1f1f1;
}
div.detail_service ul#liste_service li span.nb{
	font-family:'Merriweather',serif;
	font-weight:300;
	font-size:14.29em;
	line-height:1em;
	position:absolute;
	bottom:-50px;
	left:0;
	color:#f1f1f1;
}
div.detail_service ul#liste_service li.pair span.nb{
	color:#fff;
}
div.detail_service ul#liste_service li div.contenu{
	margin:0 auto;
	display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex;
	-webkit-flex-flow:row nowrap;flex-flow:row nowrap;
}
div.detail_service ul#liste_service li div.contenu div.bloc_titre{
	-webkit-box-flex:1;-webkit-flex:1;flex:1;
}
div.detail_service ul#liste_service li div.contenu div.bloc_titre h2{
	float:right;
	margin-right:50px;
	text-transform:uppercase;
	font-family:'Poppins',sans-serif;
	font-weight:600;
	color:#2b2b2b;
	font-size:2.5em;
	line-height:1em;
	width:185px;
	text-align:right;
	padding-bottom:10px;
	position:relative;
}
div.detail_service ul#liste_service li div.contenu div.bloc_titre h2 svg{
	position:absolute;
	bottom:0;
	right:0;
}
div.detail_service ul#liste_service li div.contenu div.bloc_titre img{
	float:right;
	clear:right;
	margin-top:15px;
	margin-right:50px;
}
div.detail_service ul#liste_service li div.contenu div.bloc_description{
	-webkit-box-flex:2;-webkit-flex:2;flex:2;
}
div.detail_service ul#liste_service li div.contenu div.bloc_description p{
	margin:0;
	color:#1e1e1e;
	font-size:1.14em;
	line-height:27px;
}
.detail_service #intervenant{
	background-color:#272727;
}
.detail_service #intervenant_contenu{
	width:77%;
	max-width:1400px;
	margin:0 auto;
	padding-top:50px;
	padding-bottom:70px;
}
.detail_service #intervenant_contenu h3{
	font-family:'Poppins',sans-serif;
	font-weight:400;
	font-size:1.43em;
	text-transform:uppercase;
	line-height:1em;
	text-align:center;
}
.detail_service #intervenant_contenu ul{
	display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex;
	-webkit-flex-flow:row wrap;flex-flow:row wrap;
	-webkit-justify-content:center;justify-content:center;
	margin-top:40px;
}
.detail_service #intervenant_contenu li{
	float:left;
	width:180px;
	text-align:center;
	font-size:1.29em;
	margin-bottom:20px;
}
.detail_service #intervenant_contenu li a{
	text-decoration:none;
	color:#ccc;
}
.detail_service #intervenant_contenu li div.photo_equipe{
	width:100px;
	height:100px;
	border-radius:100px;
	position:relative;
	overflow:hidden;
	background:#666;
	margin-left:40px;
	margin-bottom:10px;
	transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;-o-transition:all 0.3s ease;
}
.detail_service #intervenant_contenu li div.photo_equipe:hover{
	background:#;
}
.detail_service #intervenant_contenu li div.photo_equipe img{
	width:120px;
	position:absolute;
	top:0;
	left:0;
	transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;-o-transition:all 0.3s ease;
}