/*
Theme Name: Modèle by OmahaBeach.fr
Theme URI: http://www.omahabeach.fr/
Author: OmahaBeach
Author URI: http://www.omahabeach.fr/
Description: Bonjour ! Je suis le thème <code>Omaha Office</code> version 2016. Je suis codé par l'agence OmahaBeach et parmis mes préoccupations, il y a le référencement, la facilité d'utilisation et l'adaptabilité :)
Version: 4.0 / Responsive
License: © OmahaBeach
Text Domain: modele
Domain Path: /languages/
*/

/* ________________
TABLE DES MATIÈRES

010 - GLOBAL
020 - BALISES INLINE
030 - TITRES
040 - TABLEAUX
050 - FORMULAIRES
060 - BOUTONS
070 - HEADER
080 - FOOTER
090 - NAVIGATION PRINCIPALE
100 - NAVIGATION SECONDAIRE
110 - NAVIGATION MOBILE
120 - BREADCRUMBS
130 - ARTICLES
140 - BOUTONS PARTAGER
150 - SIDEBAR
160 - BLOCS	
170 - BLOC HAUT DE PAGE
170B - BLOC OFFRES
180 - BLOC ÉTAPES/TIMELINE
190 - BLOC FORMULAIRE
200 - BLOC ACTU
210 - BLOC ARGUMENTS	
220 - BLOC BANDEAU CONTACT
230 - BLOC PARAGRAPHE AVEC PHOTO
240 - BLOC CHIFFRES CLÉS
250 - BLOC CITATIONS
260 - BLOC TÉLÉCHARGEMENT
270 - BLOC TITRE ET SOUS-TITRE
280 - REALISATION
290 - BLOC RÉFÉRENCES
300 - BANDEAU ACTUALITÉ
290 - BLOC RÉFÉRENCES
310 - SPÉCIFICITÉS
Zz - RESPONSIVE
________________ */

/*********************************************************************************/

/* 010 - GLOBAL																		*/

/*********************************************************************************/
::selection {
	background: #D6DF40;
	color: #FFF;
}
::-moz-selection {
	background: #D6DF40;
	color: #FFF;
}

body {
	background: #ffffff;
	color: #5d5957;
	font-family: 'opensans', sans-serif;
	font-size: 14px;
	line-height: 1.429em;
	font-weight: normal;
	margin:0;
}
body.open {
	overflow: hidden;
	height:100%;
	width:100%;
}

#page {
	background: #fff;
	margin: auto;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	z-index: 99;
	position: relative;
	height:100%;
	width:100%;
	overflow: auto;
	overflow-x: hidden;
}
.open #page {
	overflow: hidden;
}

#main {
	background: #FFF;
}

.clear:after,
.row:after {
	clear:both;
	display: block;
	content: '';
}

.inner {
	width: 100%;
	max-width: 1110px;
	margin: auto;
	padding: 0 2em;
}

.row {
	margin: 0 -2em;
}

hr {
	position: relative;
	display: block;
	border: 0;
	border-bottom: 2px solid #ececec;
	clear: both;
	margin: 3em 0;
}
iframe {
	max-width: 100%;
}
/* alignement */
.alignleft,
.alignright {
	display: inline;
	max-width: 50%;
	float: left;
}
.alignleft {
	margin-right: 1.5em;
}
.alignright {
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 20px auto;
}
.gauche {
	text-align: left;
}
.centrer {
	text-align: center;
}
.droite {
	text-align: right;
}
	
/*********************************************************************************/

/* 020 - BALISES INLINE																		*/

/*********************************************************************************/
/* liens */
a {
	text-decoration: underline;
	color: #87a93c;
	-moz-transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
a:hover {
	color: #9BA21F;
}

/* supérieur/inférieur */
sub,
sup {
	position: relative;
	font-size: .8em;
	top: 0.5em;
}
sup {
	top: -0.5em;
}

/* citation */
blockquote {
	border-left: solid 0.5em #ddd;
	padding: 1em 0 1em 2em;
	font-style: italic;
}

/* listes */
ul {
	margin-left: 1.1em;
}
ul li {
	padding: .25em 0 .25em .25em;
	list-style: none;
	position: relative;
}
ul li:before {
	content: '\f00c';
	font-weight: normal;
	font-family: 'FontAwesome';
	color: #D6DF40;
	position: absolute;
	left: -1em;
	display: block;
}
ul li ul {
	margin-bottom: .25em;
}
ul li ul li {
	list-style-type: circle;
}
ul li ul li:before {
	content: none;
}
ul li ul li:last-child{
	padding-bottom: 0;
}

/* images */
img {
	max-width: 100%;
	height: auto;
}

/* italic */
.emphase {
	font-size: 1.286em;
	color: #777777;
	font-weight: 300;
	line-height: 1.778em;
}
	
	

/*********************************************************************************/

/* 030 - TITRES																		*/

/*********************************************************************************/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	clear: both;
	line-height: 1.5em;
	color: #87a93c;
	font-family: 'din', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	position: relative;
}

h1, .h1 {
	font-size: 2em;
	margin-bottom: 1.5em;
	font-weight: normal;
	background: #5173a7;
	min-height: 54px;
	padding: 7px 20px 5px 0;
	display: inline-block;
	color: #ffffff;
}
h1:before, .h1:before,
h1:after, .h1:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
}
h1:before, .h1:before {
	right: 100%;
	bottom: 0;
	left: -9000px;
	background: #5173a7;
}
h1:after, .h1:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 54px 35px 0 0;
	border-color: #5174a7 transparent transparent transparent;
	right: -35px;
}

h2, .h2 {
	font-size: 1.429em;
	letter-spacing: -.5px;
	margin-bottom: 40px;
	padding-bottom: 15px;
	line-height: normal;
}
h2:before, .h2:before,
h2:after, .h2:after {
	content: '';
	display: block;
	position: absolute;
	top: 100%;
}
h2:before, .h2:before {
	width: 250px;
	height: 3px;
	background: #988d87;
	margin-top: -2px;
	z-index: 1;
}
h2:after, .h2:after {
	width: 100%;
	height: 1px;
	background: #dedad8;
}


h3, .h3 {
	line-height: 1em;
	color: #5173a7;
	text-transform: none;
	letter-spacing: -.5px;
	font-size: 1.786em;
}
	
/*********************************************************************************/

/* 040 - TABLEAUX																		*/

/*********************************************************************************/
table {
	width: 100%;
}
table * {
	vertical-align: middle;
}


/* tête de tableau */
thead td {
	background: #486fa9;
	font-size: 1.286em;
	font-weight: bold;
	text-transform: uppercase;
	line-height: normal;
	color: #ffffff;
	padding: 1.3em 1em;
}
thead td:nth-child(2n) {
	background: #152742;
}

thead td strong {
	display: block;
	font-size: 1.667em;
	text-shadow: 0 0 21px rgba(0, 0, 0, .75);
}

/* corps du tableau */
tbody tr {
	border-bottom: 2px solid #eceae8;
}
tbody td {
	padding: 0.5em 1em 0.5em 1em;
}

tbody td strong {
	text-transform: uppercase;
	font-size: 1.429em;
	color: #486fa9;
}
tbody td:nth-child(2n) strong {
	color: #152742;
}

tbody td em {
	font-style: normal;
	color: #486fa9;
}
tbody td:nth-child(2n) em {
	color: #152742;
}

table th {
	text-align: left;
	padding: 0.5em 1em 0.5em 1em;
	background: #f9fafc;
	font-weight: bold;
	color: #988c86;
}
table img {
	margin: .5em auto !important;
}

/* pied de tableau */
table tfoot {
	background: #eee;
}

/*********************************************************************************/

/* 050 - FORMULAIRES																*/

/*********************************************************************************/
/* formulaire */
form {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: solid 1px #e2e6e7;
	padding: 10%;
}
	
/* label */
form label {
	display: block;
	color: #606a67;
	font-size: 0.765em;
	line-height: 1.5em;
}

/* champs */
form ::-webkit-input-placeholder,
form :-moz-placeholder,
form ::-moz-placeholder,
form :-ms-input-placeholder {
	color: #555 !important;
}

form input[type="text"],
form input[type="password"],
form input[type="email"],
form input[type="search"],
form select,
form textarea {
	color: #988d87;
	padding: 8px 10px;
	width: 100%;
	margin-bottom: 18px;
	border: 0;
	background: #f4f3f2;
	display: block;
}
form select {
	height: 33px;
}
form input[type="submit"]{
	margin: 1em 0;
}
form textarea {
	min-height: 17em;
}
form input[type="text"].wpcf7-not-valid, 
form input[type="password"].wpcf7-not-valid, 
form input[type="email"].wpcf7-not-valid, 
form input[type="search"].wpcf7-not-valid, 
form select.wpcf7-not-valid, 
form textarea.wpcf7-not-valid{
	border-color: #FFBAA1;
	background: #FFEDED;
}

/* groupes de champs */
form fieldset {
	float: left;
	width: 50%;
	max-width: 300px;
	padding-right: 60px;
}
form legend{
	font-weight: 600;
	font-size: 1.118em;
	color: #606a67;
	margin-bottom: 1em;
}

/* paragraphes */
form p {
	margin-bottom: .5em;
	clear: both;
}


/* page protégée par mot de passe */
.post-password-required form.mdp {
	padding: 2%;
}

/* = Contact form 7 ----------------------------------------------- */
 div.wpcf7 {
	 margin: 0;
	 padding: 0;
	 position: relative;
	/* loader */
}
 div.wpcf7 div.wpcf7-response-output {
	 display: none !important;
	 /*clear: both;
	 margin: 2em 0.5em 1em;
	 padding: 0.2em 1em;*/
}
 div.wpcf7 div.wpcf7-mail-sent-ok, div.wpcf7 div.wpcf7-validation-errors, div.wpcf7 span.wpcf7-not-valid-tip {
	 border: 1px solid;
	 margin: 0;
	 padding: 5px 10px;
	 -moz-border-radius: 0.3em;
	 -webkit-border-radius: 0.3em;
	 border-radius: 0.3em;
}
 div.wpcf7 div.wpcf7-mail-sent-ok {
	 border: 1px solid #4f8746;
	 color: #4f8746;
	 background: #d4ffcd;
	 margin-top: 1em;
}
 div.wpcf7 div.wpcf7-mail-sent-ng {
	 border: 2px solid #f00;
}
 div.wpcf7 div.wpcf7-spam-blocked {
	 border: 2px solid #ffa500;
}
 div.wpcf7 div.wpcf7-validation-errors {
	 border: 1px solid #dbda97;
	 color: #aca559;
	 background: #fdfdcb;
	 margin-top: 1em;
}
 div.wpcf7 span.wpcf7-form-control-wrap {
	 position: relative;
}
 div.wpcf7 span.wpcf7-not-valid-tip {
	 border: 1px solid #e7948e;
	 color: #b64d45;
	 background: #ffd2d4;
}
 div.wpcf7 span.wpcf7-list-item {
	 margin-left: 0.5em;
}
 div.wpcf7 .wpcf7-display-none {
	 display: none;
}
 div.wpcf7 .ajax-loader {
	 display: none;
	 position: absolute;
	 top: -20px;
	 right: -20px;
	 bottom: -20px;
	 left: -20px;
	 background: rgba(81, 115, 167, 0.7);
}
 div.wpcf7 .ajax-loader:before {
	 content: '\f1ce';
	 font-family: 'FontAwesome';
	 font-weight: 900;
	 display: block;
	 font-size: 64px;
	 line-height: 1;
	 animation: fa-spin 2s infinite linear;
	 width: 64px;
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 margin-top: -32px;
	 margin-left: -32px;
	 color: #000;
}
 div.wpcf7 .ajax-loader.is-active {
	 display: block;
}
 div.wpcf7 div.wpcf7 div.ajax-error {
	 display: none;
}
 div.wpcf7 div.wpcf7 .placeheld {
	 color: #888;
}
 div.wpcf7 .screen-reader-response, div.wpcf7 .wpcf7-not-valid-tip {
	 display: none;
}
 div.wpcf7 .wpcf7-form-control-wrap {
	 display: block !important;
}
 

/*********************************************************************************/

/* 060 - BOUTONS																		*/

/*********************************************************************************/
.bouton {
	outline: none;
	border: none;
	display: inline-block;
	max-width: 100%;
	cursor: pointer;
	font-family: 'din', sans-serif;
	font-size: 1.429em;
	color: #ffffff;
	background: #87a93c;
	border: 2px solid #87a93c;
	box-shadow: 0 5px 15px rgba(53, 65, 75, .30);
	text-decoration: none;
	padding: 16px 20px;
	position: relative;
	-moz-transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.bouton:not(:disabled):hover {
	background: 0;
	color: #87a93c;
}
.bouton.bleu {
	background: #5173a7;
	font-size: 1.143em;
	border: 0;
	font-weight: bold;
	padding: 10px 10px 10px 19px;
	min-height: 45px;
}
.bouton.bleu:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 45px 30px 0 0;
	border-color: #5174a7 transparent transparent transparent;
	position: absolute;
	top: 0;
	right: -30px;
	-moz-transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.bouton.bleu:not(:disabled):hover {
	background: #B4CCF1;
	padding-left: 30px;
	color: #5173a7;
}
.bouton.bleu:not(:disabled):hover:after {
	border-color: #B4CCF1 transparent transparent transparent;
}
.bouton:disabled {
	opacity: .5;
	cursor: default;
}
	
/*********************************************************************************/

/* 070 - HEADER																		*/

/*********************************************************************************/
#header {
	position: relative;
	background: #5173a7;
	margin: 0;
	padding-bottom: 50px;
}
#header.transparent {
	background: 0;
    padding-bottom: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
#header > .inner {
	position: relative;
}
#header > .inner .bg{
	position: relative;
	background: #f4f3f2;
	width:calc(100% - 110px);
	
}
#header > .inner .bg:before{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 150px 110px 0 0;
	border-color: #f4f3f2 transparent transparent transparent;
	position: absolute;
	top: 0;
	right: -110px;

	
}
/* logo */
#header .site-title {
	position: relative;
	background: #f4f3f2;
	max-width: 250px;
    width: 25%;
	height: 150px;
	float: left;
	z-index: 1;
    margin-left: -30px;
}
#header .site-title:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -9000px;
	right: 100%;
	bottom: 0;
	background: #f4f3f2;
}
/*#header .site-title:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 150px 110px 0 0;
	border-color: #f4f3f2 transparent transparent transparent;
	position: absolute;
	top: 0;
	right: -110px;
}*/

#logo {
	width: 100%;
	height: 100%;
	display: flex;
	margin: auto;
	text-align: center;
	text-decoration: none;
}
#logo img {
	display: inline-block;
	vertical-align: middle;
	-moz-transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
#logo:hover img {
	opacity: .7;
	-moz-transform: scale(.95);
	-webkit-transform: scale(.95);
	-o-transform: scale(.95);
	-ms-transform: scale(.95);
	transform: scale(.95);
}

/* menus */
#header .site-title + div {
	float: right;
	width: 78%;
	padding-left: 110px;
	text-align: right;
}
	
/*********************************************************************************/

/* 080 - FOOTER																		*/

/*********************************************************************************/
#footer {
	position: relative;
	overflow: hidden;
	clear:both;
	background: #988d87;
}

#footer > .inner > div {
	float: left;
}

/* logo */
#footer .b30 {
	background: #f4f3f2;
	position: relative;
}

#footer .b30 a,
#footer .b30 img {
	display: block;
	margin: auto;
}
#footer .b30 a {
	padding: 25px;
}
#footer .b30 img {
	display: inline-block;
	vertical-align: middle;
	-moz-transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
#footer .b30 a:hover img {
	opacity: .7;
	-moz-transform: scale(.95);
	-webkit-transform: scale(.95);
	-o-transform: scale(.95);
	-ms-transform: scale(.95);
	transform: scale(.95);
}

#footer .b30:after,
#footer .b30:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 100%;
}
#footer .b30:before {
	left: -9000px;
	background: #f4f3f2;
}
#footer .b30:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 140px 60px 0 0;
	border-color: #f4f3f2 transparent transparent transparent;
	right: -60px;
}

/* navigation */
#footer .b70 {
	padding-top: 55px;
	padding-left: 100px;
}
.footer-navigation ul,
.footer-navigation li {
	padding: 0;
	margin: 0;
}
.footer-navigation li {
	display: inline-block;
}
.footer-navigation a {
	color: #f4f3f2;
    padding: 0 10px 0 5px;
    border-right: 1px solid #f4f3f2;
}
.footer-navigation a:hover {
	text-decoration: underline;
}
.footer-navigation li:first-child a {
	padding-left: 0;
}
.footer-navigation li:last-child a {
	border-right: 0;
	padding-right: 0;
}

/*********************************************************************************/

/* 090 - NAVIGATION PRINCIPALE														   */

/*********************************************************************************/
.main-navigation {
	position: absolute;
	margin: 0;
	font-size: 1.286em;
	/*right: 60px;*/
	bottom: 0px;
	left: 250px;
	border-bottom: 1px solid #89a0c3;
}
.transparent .main-navigation {
	border-bottom-color: rgba(255, 255, 255, .32);
}

.main-navigation ul,
.main-navigation li,
.main-navigation a {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	border: 0;
	text-decoration: none;
}

/* *********** */
/* 1er niveau */
/* *********** */
	.main-navigation > ul > li {
		display: inline-block;
		padding-bottom: 1px;
		position: relative;
		margin-right: 50px;
	}
	.main-navigation > ul > li:last-child {
		margin-right: 0;
		padding-right: 0;
	}
	
	/* liens */
	.main-navigation > ul > li > a {
		font-family: 'din', sans-serif;
		color: #87a93c;
		font-weight: bold;
		padding: 5px  0 15px 50px;
		position: static;
		
		text-align: left;
	}
	.main-navigation > ul > li > a:after {
		content: '';
		display: block;
		background: #ffffff;
		position: absolute;
		width: 100%;
		height: 3px;
		bottom: -1px;
		left: 0;
		-moz-transition: all 0.35s ease-in-out;
		-webkit-transition: all 0.35s ease-in-out;
		-o-transition: all 0.35s ease-in-out;
		-ms-transition: all 0.35s ease-in-out;
		transition: all 0.35s ease-in-out;
	}
	.main-navigation > ul > li:last-child > a{
		padding-right:0;
	}
	
	.main-navigation > ul > li > a img {
		display: inline-block;
		margin-right: -40px;
		margin-bottom: -18px;
		transform:translateX(-50px);
		width:33px;
		-moz-transition: all 0.35s cubic-bezier(0.42, 0, 0, 1.95);
		-webkit-transition: all 0.35s cubic-bezier(0.42, 0, 0, 1.95);
		-o-transition: all 0.35s cubic-bezier(0.42, 0, 0, 1.95);
		-ms-transition: all 0.35s cubic-bezier(0.42, 0, 0, 1.95);
		transition: all 0.35s cubic-bezier(0.42, 0, 0, 1.95);
	}
	
	/* survol et navigation en cours */
	.main-navigation > ul > li > a:hover,
	.main-navigation > ul > li.current-menu-item > a,
	.main-navigation > ul > li.current-page-ancestor > a {
  		color: #B7C839;
	}
	.main-navigation > ul > li > a:hover img,
	.main-navigation > ul > li.current-menu-item > a img,
	.main-navigation > ul > li.current-page-ancestor > a img {
		margin-bottom: 0px;
		margin-top: -20px;
	}
	.main-navigation > ul > li > a:hover:after,
	.main-navigation > ul > li.current-menu-item > a:after,
	.main-navigation > ul > li.current-page-ancestor > a:after {
		background: #B7C839;
	}
	.main-navigation > ul > li.current-menu-item > a:after,
	.main-navigation > ul > li.current-page-ancestor > a:after {
		height: 6px;
		z-index: 1;
	}
	

/* *********** */
/* 2ème niveau */
/* *********** */
	/* affichage au survol */
	.main-navigation > ul > li:hover > ul {
		display: block;
	}
	
	/* liste */
	.main-navigation > ul > li > ul {
		display: none;
		
		position: absolute;
		left: 50%;
		width: 300px;
		margin-left: -150px;
		height: auto;
		
		border-radius: 0.5em;
		box-shadow: 0 0.15em 0.25em 0 rgba(0, 0, 0, 0.25);
		border-top: 6px solid #E0E0E0;
		background: rgba(255, 255, 255, 0.975);
		padding: 1em 1.25em;
		
		text-align: left;
		font-size: 0.9em;
		line-height: 1em;
	}
	.main-navigation > ul > li ul:before {
		content:'';
		position: absolute;
		left: 50%;
		top: -16px;
		margin-left: -0.75em;
		border-bottom: solid 0.75em #E0E0E0;
		border-left: solid 0.75em rgba(64, 64, 64, 0);
		border-right: solid 0.75em rgba(64, 64, 64, 0);
	}
	
	/* liens */
	.main-navigation > ul > li ul li a {
		color: #5b5b5b;
		padding: 0.5em 0 0.5em 0;
	}
	
/*********************************************************************************/

/* 100 - NAVIGATION SECONDAIRE														*/

/*********************************************************************************/
.second-navigation {
	margin-top: 20px;
	position: relative;
	float: right;
    width: calc(100% + 230px);
    margin-right:-160px;
}
.second-navigation .menu > li {
	display: block;
	float: left;
}
.second-navigation .menu > li > a {
	color: #36517B;
	display: block;
	padding: 6px 11px;
	border-left: 1px solid #36517B;
	line-height: 1em;
	position: relative;
}
.second-navigation .menu > li > a:hover, .second-navigation .menu > li.current-page-ancestor > a {
	text-decoration: underline;
}
.second-navigation .menu > li:first-child > a {
	border-left: 0;
}
.second-navigation .menu > li.current-menu-item > a {
	/*font-weight: bold;*/
	color: #B7C839;
}
/* contact */
.second-navigation .menu > li:last-child > a {
	font-weight: bold;
	background: #587aac;
	color: #f4f3f2;
}
.second-navigation .menu > li:last-child > a span {
	position: relative;
	z-index: 1;
}
.second-navigation .menu > li:last-child > a strong {
	display: block;
	font-size: .8em;
	font-weight: normal;
}
.second-navigation .menu > li:last-child > a:before,
.second-navigation .menu > li:last-child > a:after {
	content: '';
	display: block;
	position: absolute;
	top: -30px;
	z-index: 0;
	-moz-transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.second-navigation .menu > li:last-child > a:before {
	background: #87a93c;
	right: -1px;
	bottom: -7px;
	left: -1px;
}
.second-navigation .menu > li:last-child > a:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 78px 58px 0 0;
	border-color:  #87a93c transparent transparent transparent;
	right: -59px;
}
.second-navigation .menu > li:last-child > a:hover {
	color: #ffffff;
	text-decoration: none;
}
.second-navigation .menu > li:last-child > a:hover:before {
	background: #36517B;
}
.second-navigation .menu > li:last-child > a:hover:after {
	border-color: #36517B transparent transparent transparent;
}
.second-navigation .menu li.menu-item-has-children {
	position: relative;
}
.second-navigation .menu li:hover ul, .second-navigation .menu li:hover ul:before {
	display: block;
}
/* SOUS-MENU */
.second-navigation .menu ul {
	display: none;
	position: absolute;
	width: 200px;
	left: 50%;
	margin-left: -100px;
	text-align: left;
	background: #fff;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
	z-index: 10;
	padding: 1rem;
	border-top: 3px solid #87a93c;
}
.second-navigation .menu ul:before {
	content: '';
	display: none;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 7px 5px;
	border-color: transparent transparent #87a93c transparent;
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -5px;
}
.second-navigation .menu ul > li {
	list-style-type: none;
	margin-bottom: 10px;
}
.second-navigation .menu ul > li.current_page_item a {
	color: #87a93c;
}
/*********************************************************************************/

/* 110 - NAVIGATION MOBILE																		*/

/*********************************************************************************/
/* bouton menu mobile */
#menu_mobile_bouton {
	display: none;
	position: fixed;
	z-index: 1000;
	right: 30px;
    top: 70px;
	cursor: pointer;
	background: #eeeeee;
	width: 60px;
	height: 60px;
	z-index: 100;
}
#menu_mobile_bouton img {
	display: block;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
}

/* menu mobile */
#menu_mobile {
	position: fixed;
	top: 100%;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10000;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	overflow:auto;
	background: -moz-linear-gradient(top,  rgba(19,20,20,1) 0%, rgba(19,20,20,0.9) 100%);
	background: -webkit-linear-gradient(top,  rgba(19,20,20,1) 0%,rgba(19,20,20,0.9) 100%);
	background: linear-gradient(to bottom,  rgba(19,20,20,1) 0%,rgba(19,20,20,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131414', endColorstr='#d1131414',GradientType=0 );
}
.open #menu_mobile {
	top: 0;
}

#menu_mobile > .close,
#menu_mobile > .close img {
	display: block;
}
#menu_mobile > .close {
	position: absolute;
	top: 20px;
	right: 20px;
    z-index: 100000;
}

#menu_mobile ul,
#menu_mobile li {
	list-style-type: none;
}

#menu_mobile > ul,
#menu_mobile > div > ul {
	margin: 40px;
}
#menu_mobile > ul {
	border-top: 1px solid #424242;
	padding-top: 40px;
}
#menu_mobile ul li ul {
	display: none;
    margin: 0;
    max-width: 260px;
    margin: auto;
    margin-bottom: 2em;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#1affffff',GradientType=0 );
}

#menu_mobile a {
	display: block;
	padding: 5px;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 1.5px;
}
#menu_mobile a:after {
	content: '';
	display: block;
	clear: both;
}
#menu_mobile > ul > li > a.parent > div:after {
	content: '\f0d7';
	display: inline-block;
	margin-left: 10px;
	font-family: 'FontAwesome';
}
#menu_mobile a i {
	font-size: 1.4em;
}
#menu_mobile a:not(.close) img {
    margin-right: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: auto;
    margin-top: -15px;
}
#menu_mobile ul li ul a {
	text-transform: none;
	letter-spacing: normal;
	padding: 10px;
	color: #C1C1C1;
}

/* menu principal */
#menu_mobile #menu-menu-principal a {
	padding-left: 50px;
	margin-bottom: 20px;
	font-weight: bold;
}

/* menu footer */
#menu_mobile #menu-menu-footer a {
	font-weight: normal;
	font-style: italic;
	letter-spacing: normal;
	text-transform: none;
}
	
/*********************************************************************************/

/* 120 - BREADCRUMBS																		*/

/*********************************************************************************/
#breadcrumbs {
	background: #777;
	padding: 2em 0;
	margin-bottom: 2em;
}
#breadcrumbs i {
	margin: 0 1em;
}
.breadcrumb_last {
	opacity: .5;
}

/*********************************************************************************/

/* 130 - ARTICLES																		  */

/*********************************************************************************/

/* *********** */
/* single et archives */
/* *********** */
	/* date */
	.post time {
		float: left;
		width: 82px;
		text-align: center;
		color: #fff;
		padding: 8px 0 5px 0px;
		background: #dcdcdc;
	}
	.post time span {
		font-size: 29px;
		font-weight: bold;
		display: block;
		line-height: 29px;
	}
	
	/* img */
	.post p img,
	.post .gallery img {
		border-radius: 2px;
		-webkit-box-shadow: 0px 2px 10px -5px #000;
		box-shadow: 0px 2px 10px -5px #000;
		width: auto;
	}

/* *********** */
/* archives */
/* *********** */
	/* liste */
	.list article {
		border: 1px solid #f5f5f5;
		margin-bottom: 3em;
		padding: 2em;
	}
	.list article .texte_realisation {
		padding-top: 1em;
	}
	.list article:nth-child(3n+4) {
		clear: left;
	}
	.list img {
		display: block;
	}

	/* article */
	.archive .post > a,
	.blog .post > a {
		margin-bottom: 30px;
	}
	

/* *********** */
/* single */
/* *********** */
	.single .bloc_hdp {
		margin-bottom: 10px !important;
	}
	.single .post > div {
		padding: 0;
		clear: both;
		border-top: 1px solid #F0F4F4;
		padding-top: 1.5em;
	}
	.wp-caption-text {
		text-align: center;
		font-style: italic;
		font-size: 1em;
	}
	
	.single .bloc_hdp + .bloc_para .type-post,
	.single .bloc_hdp + .bloc_para .type-guide
	{
		width: 100%;
		float: none;
		/*max-width: 750px;*/
		margin: auto;
	}
	
	.single .retour {
		padding: 3em 0;
	}
	.single #main article > .centrer .diaporama,
	.single #main article > .centrer .diaporama li {
		margin: 0;
		padding: 0;
	}
	.single #main article > .centrer .diaporama li:before {
		display: none;
	}
	.single #main article > .centrer .bx-viewport {
		max-width: 750px !important;
		display: block;
		margin: auto;
		border-radius: 2px;
		-webkit-box-shadow: 0px 2px 10px -5px #000;
		box-shadow: 0px 2px 10px -5px #000;
	}
	.single #main article > .centrer .bx-controls {
		margin-top: 10px;
	}
	.single #main article > .centrer .bx-next,
	.single #main article > .centrer .bx-prev {
		margin: 0 5px;
	}
	.single #main article > .centrer .bx-next:hover,
	.single #main article > .centrer .bx-prev:hover {
		color: #333333;
	}
	.single #main article > .centrer .diaporama img {
		border-radius: 2px;
	}
	
	
/* *********** */
/* bloc auteur */
/* *********** */
	.author {
		position: relative;
		background: #f6f6f6;
		padding: 15px 20px;
	}
	.author .author-avatar {
		width: 120px;
		position: relative;
		float: left;
	}
	.author .avatar {
		width: 100%;
		height: auto;
		border-radius: 100px;
		border: 5px solid #F0F4F4;
	}
	.author > ul {
		margin: 0;
		padding: 0;
		list-style: none;
		float: right;
		width: 75%;
	}
	.author li[itemprop=name] {
		font-style: normal;
		font-size:1em;
		font-weight: bold;
		font-size: 1.2em;
		font-weight: 700;
	}
	.author li[itemprop=telephone] {
		margin-bottom: 0;
	}
	.author li[itemprop=description] {
		clear: both;
	}
	.author li.nom {
		float: left;
		width: 50%;
		font-weight: bold;
		line-height: 2em;
	}
	.author li.rezo_social {
		float: right;
		width: 50%;
		text-align: right;
	}
	.author li.rezo_social ul {
		padding: 0;
		margin: 0;
		display: block;
		width: 100%;
	}
	.author li.rezo_social ul li {
		display: inline;
		font-size: 1.5em;
	}
	.author li.rezo_social ul li a.icone span {
		display: none;
	}

/* *********** */
/* pagination */
/* *********** */
	.paging-navigation {
		clear: both;
		display: block;
		margin: 2em 0 5em;
	}
	.pagination {
		list-style: none;
		padding: 0;
		margin: auto;
		display: block;
		text-align: center;
	}
	.pagination li {
		display: inline-block;
		margin: 0 5px;
	}
	.pagination li:before {
		display: none;
	}
	.pagination li a {
		display: block;
		width: 40px;
		height: 40px;
		line-height: 40px;
		background: #E7E4E7;
		font-weight: 700;
		text-decoration: none;
	}
	.pagination li a:hover,
	.pagination li.active a {
		color: #ffffff;
		background: #87a93c;
	}
	
	.pagination li.page_suivante a,
	.pagination li.page_precedente a {
		line-height: normal;
		width: auto;
		height: auto;
		background: 0;
		text-transform: uppercase;
		font-size: .8em;
	}
	.pagination li.page_suivante a:hover,
	.pagination li.page_precedente a:hover {
		text-decoration: underline;
		color: inherit;
	}

/*********************************************************************************/

/* 140 - BOUTONS PARTAGER														  */

/*********************************************************************************/
.social {
	clear: both;
	text-align: center;
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	margin-top: 20px;
} 
.social li {
	width: auto;
	margin: 0 10px;
	display: inline-block;
}
.social li:before {
	display: none;
}
.social li a {
	display: block;
	background: #000000;
	color: #ffffff;
	border: 1px solid #000000;
	width: 40px;
	line-height: 40px;
	font-size: 1em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.social li a:hover {
	color: #000000;
	background: 0;
}
	
/*********************************************************************************/

/* 150 - SIDEBAR																	  */

/*********************************************************************************/
#secondary{
	width: 25%;
	float: right;
	padding-top: 40px;
}

/* widget */
#secondary .widget {
	margin-bottom: 55px;
	position: relative;
}
#secondary .widget ul {
	list-style: none;
}
#secondary .widget ul li {
	border-bottom: 1px solid #E7E6E6;
	padding: 10px 10px 10px 0;
}
#secondary .widget ul li .post-date, #secondary .widget ul li .wpp-date {
	color: #DBDBDB;
	font-size: .9em;
	display: block;
}
#secondary .widget .widget-title {
	margin-bottom: 18px;
	font-weight: bold;
}	
	
/*********************************************************************************/

/* 160 - BLOCS																	  */

/*********************************************************************************/
div[class^='bloc'],
div[class*='bloc']{
	margin-top: 3em;
	padding-top:2em;
	padding-bottom:2em;
	clear:both;
}
.bloc_para:after {
	content:'';
	clear: both;
	display: block;
}
.bloc_para .para {
	float:left;
	padding:1em 2em;
}
.centrer .para{
	margin: auto;
}

/* fonds colorés */
.fond_blanc {
	background: #ffffff;
}
.fond_gris {
	background: #f4f3f2;
	padding: 70px 0;
}
div.fond_gris {
	margin-top: 0 !important;
}
/**** hack bloc no content */
div[class^='bloc'].no_content,
div[class*='bloc'].no_content{
	margin-bottom: 0;
	height:1px;
	clear:both;
}
.bloc_para.no_content .para {
	padding:0;
}
/*********************************************************************************/

/* 170 - BLOC HAUT DE PAGE																	  */

/*********************************************************************************/
.bloc_hdp {
	padding: 2em 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	margin-bottom: 150px !important;
}

.bloc_hdp.avec_image {
	padding-top: 250px;
	margin-top:0;
}
.bloc_hdp.avec_image + #bloc_1{
	margin-top:-100px;
}
.bloc_hdp.avec_image.sans_contenu + #bloc_1{
	margin-top:0;
}
.bloc_hdp.sans_contenu, .bloc_hdp.avec_image.sans_contenu {
	margin-bottom: 2em !important;
}
.bloc_hdp.avec_image > .inner {
	position: relative;
	z-index: 1;
}
.bloc_hdp.avec_image:before {
	content: '';
	display: block;
	width: 100%;
	height: 487px;
	position: absolute;
	top: 0;
	left: 0;
	background: url('img/bg_hdp_overlay.png') repeat-x;
	z-index: 0;
}
.bloc_hdp span:not(.bouton) {
	display: block;
	position: relative;
}
/* titre */
.bloc_hdp.avec_image h1 {
	margin-bottom: 30px;
}
.bloc_hdp:not(.avec_image) h1 {
	position: relative;
	top: -30px;
	margin-bottom: 0px;
}
.bloc_hdp:not(.avec_image) h1:before {
	left: -9000px;
    background: #5173a7;
}
/* sous-titre */
.bloc_hdp .sstitre {
	text-transform: uppercase;
	letter-spacing: -.5px;
	font-size: 2.857em;
	line-height: 1.125em;
	color: #5173a7;
	font-family: 'din', sans-serif;
	margin-bottom: 30px;
	display: block;
}
.bloc_hdp.avec_image .sstitre {
	color: #ffffff;
	text-shadow: 0 2px 21px rgba(0, 0, 0, .75);
}

/* *********** */
/* bloc de contenu */
/* *********** */
#contenu_hdp {
	margin: 110px 0 -90px;
}
#contenu_hdp:not(.clic){
	padding: 55px;
	background: #ffffff;
	border: 1px solid #f5f5f5;
	box-shadow: 0 8px 21px rgba(0, 0, 0, .15);
}
#contenu_hdp.avecintro{
	padding: 0;
	background: transparent;
	border: none;
	box-shadow: none;
}
.btn + #contenu_hdp {
	margin-top: 80px;
}
#contenu_hdp > .contenu {
	display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}
#contenu_hdp > .contenu > div {
	padding: 0 5px;
	position: relative;
}
#contenu_hdp > .contenu > div > div:not(.intro_hdp) {
	background: #fff;
	box-shadow: 0 8px 21px rgba(0, 0, 0, .15);
	position: relative;
	height: 100%;
	padding-bottom: 40px;
}
#contenu_hdp > .contenu > div > div > a {
	text-decoration: none;
	color: #5d5957;
	padding-bottom: 30px;
	height: 100%;
	display: block;
}
#contenu_hdp > .contenu > div > div > a p{
	color: #5d5957;
}
#contenu_hdp > .contenu > div > div .bouton.bleu {
	position: absolute;
	bottom: 30px;
}
#contenu_hdp > .contenu > div .header {
	width: 100%;
	z-index: 1;
	padding-top: 20px;
	padding-left: 20px;
	display: flex;
}
#contenu_hdp > .contenu > div .header.simple {
	position: relative;
}
#contenu_hdp > .contenu > div .header.simple h2 {
	color: #988d87;
}
#contenu_hdp > .contenu > div .bg {
	display: inline-block;
	width: 100%;
}
#contenu_hdp > .contenu > div .bg figure {
	display: inline-block;
	overflow: hidden;
	position: relative;
	height: 230px;
	width: 100%;
}
#contenu_hdp > .contenu > div .bg figure:after {
	content: '';
	background: #11294e;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .6;
	-moz-transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
#contenu_hdp > .contenu > div a:hover .bg figure:after {
	opacity: .4;
}
#contenu_hdp > .contenu > div .bg img {
	width: 100%;
	height: auto;
}
/* titre */
#contenu_hdp h2 {
	color: #fff;
	text-transform: none;
	font-size: 2.143em;
	margin-bottom: 50px;
}
#contenu_hdp .header h2 {
	margin-left: 10px;
	padding-left: 7px;
	margin-bottom: 0;
	font-weight: normal;
	font-size: 1.929em;
	padding-bottom: 0;
	color: #988d87;
}
#contenu_hdp .header h2:before, #contenu_hdp .header h2:after {
	display: none;
}
/* icone */
#contenu_hdp .header .icn {
	display: inline-block;
	width: 100%;
	height: auto;
	max-width: 50px;
}
.home #contenu_hdp .header .icn{
	max-width: 84px;
}
/* texte */
#contenu_hdp span.texte {
	padding: 30px;
}
#contenu_hdp .contenu > a .bouton {
	padding-top: 13px;
    padding-bottom: 12px;
    opacity: 0;
    cursor: pointer;
    position: relative;
    left: -27px;
    bottom: 6%;
    box-shadow: none;
}
/* arguments */
#contenu_hdp .arguments,
#contenu_hdp .arguments li {
	padding: 0;
	margin: 0;
}
#contenu_hdp .arguments {
	margin: 35px -20px -30px 0;
}
#contenu_hdp .arguments li:before {
	display: none;
}
#contenu_hdp .arguments li {
	float: left;
	font-weight: bold;
	color: #988d87;
	line-height: 1.286em;
	padding: 0 40px 0 30px;
	position: relative;
}
#contenu_hdp .arguments li i,
#contenu_hdp .arguments li img {
	color: #87a93c;
	font-size: 2.143em;
	display: block;
	position: absolute;
	top: 0;
	right: 100%;
	margin-right: -20px;
}
/* intro */	
#contenu_hdp .intro_hdp{
	background-color:#FFF;
	padding:30px;
	box-shadow: 0 8px 21px rgba(0, 0, 0, .15);
	/*margin-bottom:60px;*/
}
#contenu_hdp .intro_hdp h2{
	color: #87a93c;
}
#contenu_hdp .intro_hdp h2:before,
#contenu_hdp .intro_hdp h2:after
{
	display:none;
}
#contenu_hdp .contenu_boutons{
	display:flex;
	padding-top:20px;
	padding-bottom:20px;
}
#contenu_hdp .contenu_boutons div{
	text-align:center;
}
	
/* haut de page suivi d'un bloc à fond gris */
.bloc_hdp + .fond_gris {
    margin-top: -200px;
   /* padding-top: 200px;*/
}








/*********************************************************************************/

/* 170B - BLOC OFFRES																	*/

/*********************************************************************************/


.bloc_offres {
	margin: 40px 0 ;
}
/*.bloc_offres inner:not(.clic) {
	padding: 55px;
	background: #ffffff;
	border: 1px solid #f5f5f5;
	box-shadow: 0 8px 21px rgba(0, 0, 0, .15);
}*/
.btn + .bloc_offres{
	margin-top: 80px;
}
.bloc_offres .inner{
	padding-top:40px;
} 
.bloc_offres  .contenu {
	display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}
.bloc_offres .inner > .contenu > div {
	padding: 0 10px;
	position: relative;
}
.bloc_offres .inner > .contenu > div > div {
	background: #fff;
	box-shadow: 0 8px 21px rgba(0, 0, 0, .15);
	position: relative;
	height: 100%;
	padding-bottom: 40px;
}
.bloc_offres .inner > .contenu > div > div > a {
	text-decoration: none;
	color: #5d5957;
	padding-bottom: 30px;
	height: 100%;
	display: block;
}
.bloc_offres .inner > .contenu > div > div > a p{
	color: #5d5957;
}
.bloc_offres .inner > .contenu > div > div .bouton.bleu {
	position: absolute;
	bottom: 30px;
}
.bloc_offres .inner > .contenu > div .header {
	width: 100%;
	z-index: 1;
	padding-top: 20px;
	padding-left: 20px;
	display: flex;
}
.bloc_offres .inner > .contenu > div .header.simple {
	position: relative;
}
.bloc_offres .inner > .contenu > div .header.simple h2 {
	color: #988d87;
}
.bloc_offres .inner > .contenu > div .bg {
	display: inline-block;
	width: 100%;
}
.bloc_offres .inner > .contenu > div .bg figure {
	display: inline-block;
	overflow: hidden;
	position: relative;
	height: 230px;
	width: 100%;
}
.bloc_offres .inner > .contenu > div .bg figure:after {
	content: '';
	background: #11294e;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .6;
	-moz-transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.bloc_offres  .inner > .contenu > div a:hover .bg figure:after {
	opacity: .4;
}
.bloc_offres .inner > .contenu > div .bg img {
	width: 100%;
	height: auto;
}
/* titre */
.bloc_offres h2 {
	color: #fff;
	text-transform: none;
	font-size: 2.143em;
	margin-bottom: 50px;
}
.bloc_offres .header h2 {
	margin-left: 10px;
	padding-left: 7px;
	margin-bottom: 0;
	font-weight: normal;
	font-size: 1.929em;
	padding-bottom: 0;
	color: #988d87;
}
.bloc_offres .header h2:before, .bloc_offres .header h2:after {
	display: none;
}
/* icone */
.bloc_offres .header .icn {
	display: inline-block;
	width: 100%;
	height: auto;
	max-width: 50px;
}
.bloc_offres .header .icn{
	max-width: 84px;
}
/* texte */
.bloc_offres .inner .contenu span.texte {
	padding: 30px;
	display:block;
}
.bloc_offres .inner .contenu > a .bouton {
	padding-top: 13px;
    padding-bottom: 12px;
    opacity: 0;
    cursor: pointer;
    position: relative;
    left: -27px;
    bottom: 6%;
    box-shadow: none;
}
/*********************************************************************************/

/* 180 - BLOC ÉTAPES/TIMELINE																		*/

/*********************************************************************************/
/* titre général */
.bloc_etapes h2 {
	color: #5173a7;
	font-size: 2.143em;
	text-transform: none;
}

/* liste */
.bloc_etapes ul {
	position: relative;
}
.bloc_etapes ul,
.bloc_etapes li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.bloc_etapes li:before {
	display: none;
}

.bloc_etapes ul:before {
	content: '';
    display: block;
    width: 3px;
    height: 100%;
    background: #f4f3f2;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    z-index: 1;
}
.bloc_etapes.fond_gris ul:before {
	background: #ffffff;
}

.bloc_etapes ul > li {
	width: 50%;
    float: left;
    text-align: right;
    margin-bottom: 50px;
    position: relative;
    clear: left;
}

/* texte */
.bloc_etapes .texte {
	color: #5d5957;
    padding-left: 10px;
    padding-right: 160px;
    position: relative;
}

/* icone */
.bloc_etapes ul > li img {
	display: block;
	margin: auto;
}
.bloc_etapes ul > li figure {
	position: absolute;
    top: 10px;
    right: 48px;
    max-width: 60px;
    height: auto;
}

/* titres */
.bloc_etapes h3 {
	font-weight: bold;
	font-size: 1.429em;
	line-height: 1.100em;
	margin-bottom: 20px;
	padding-right: 160px;
}
.bloc_etapes h3 strong {
	width: 70%;
	display: inline-block;
	margin-left: 30%;
}
.bloc_etapes h3:after {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background: #f4f3f2;
	position: absolute;
	bottom: -10px;
	left: 0;
}
.bloc_etapes h3 span {
	color: #8da8d2;
	font-size: 2.250em;
	line-height: 1em;
	background: #f4f3f2;
	display: inline-block;
	padding: 4px 12px;
    margin: 0 5px;
    position: absolute;
    bottom: -10px;
    right: 50px;
}
.bloc_etapes.fond_gris h3 span,
.bloc_etapes.fond_gris h3:after {
	background: #ffffff;
}

/* droite */
.bloc_etapes ul > li.droite {
	float: right;
	text-align: left;
	margin-top: 60px;
	clear: right;
}

.bloc_etapes ul > li.droite figure {
	right: auto;
	left: 48px;
}
.bloc_etapes li.droite .texte {
    padding-right: 10px;
    padding-left: 160px;
}

.bloc_etapes ul > li.droite h3 {
	padding-right: 0;
	padding-left: 160px;
}
.bloc_etapes ul > li.droite h3 strong {
	margin-left: 0;
	margin-right: 30%;
}
.bloc_etapes ul > li.droite h3 span {
	right: auto;
	left: 50px;
}

/* premier */
.bloc_etapes li.premier h3:before {
	content: '';
    display: block;
    background: #ffffff;
    width: 10px;
    height: 100px;
    position: absolute;
    bottom: -7px;
    right: -5px;
	font-weight: bold;
    z-index: 2;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.bloc_etapes.fond_gris li.premier h3:before {
	background: #f4f3f2;
}

/* dernier */
.bloc_etapes li.dernier {
	float: none;
	clear: both;
	margin: auto;
	text-align: center;
	background: #ffffff;
    z-index: 3;
}
.bloc_etapes.fond_gris li.dernier {
	background: #f4f3f2;
}

.bloc_etapes li.dernier h3,
.bloc_etapes li.dernier h3 strong {
	padding: 0;
	margin: 0;
	display: block;
	width: 100%;
}
.bloc_etapes li.dernier h3 {
	margin: 10px 0;
}
.bloc_etapes li.dernier h3:after {
	display: none;
}
.bloc_etapes li.dernier h3 span,
.bloc_etapes li.dernier h3 strong {
	vertical-align: middle;
}
.bloc_etapes li.dernier h3 span {
	display: inline-block;
    position: static;
}
.bloc_etapes li.dernier h3 strong {
	display: inline;
}

.bloc_etapes li.dernier .texte {
	padding: 0;
}

/* --- */
/* timeline */
/* --- */
	/* liste */
	.bloc_etapes.type_timeline ul:before {
		background: #5173a7;
	}
	
	/* etiquette référence date */
	.bloc_etapes.type_timeline strong.ref {
		background: #5173a7;
		display: inline-block;
		font-weight: bold;
		font-size: 1.286em;
		text-transform: uppercase;
		font-family: 'din', sans-serif;
		color: #ffffff;
		padding: 5px 10px;
		position: absolute;
		z-index: 1;
		margin-left: -40px;
		z-index: 5;
		right: 0;
		top: -60px;
		
		text-align: center;
	}
	.bloc_etapes.type_timeline .premier strong.ref {
		top: 23px;
	}
	
	/* titre */
	.bloc_etapes.type_timeline h3:before {
		content: '';
		display: block;
		width: 10px;
		height: 10px;
		background: #bfcf33;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		border-radius: 100%;
		position: absolute;
		right: -5px;
		bottom: -13px;
		z-index: 5;
	}
	
	/* droite */
	.bloc_etapes.type_timeline .droite h3:before {
		right: auto;
		left: -5px;
	}
	.bloc_etapes.type_timeline .droite strong.ref {
		right: auto;
		left: 0;
	}
	
	/* dernier */
	.bloc_etapes.type_timeline .dernier {
	    padding-top: 50px;
	}
	.bloc_etapes.type_timeline .dernier h3:before {
		display: none;
	}
	.bloc_etapes.type_timeline .dernier strong.ref {
		right: 50%;
		top: 0;
	}
	
	.bloc_etapes.type_timeline  .n2{
		margin-top: 170px;
	}

/*********************************************************************************/

/* 190 - BLOC FORMULAIRE																		*/

/*********************************************************************************/
/* titre */
.bloc_formulaire h2,
.bloc_formulaire .h2 {
	text-transform: none;
	font-size: 1.929em;
	color: #5173a7;
	font-weight: normal;
	display: inline-block;
	margin-bottom: 50px;
	line-height: 1em;
}
.bloc_formulaire h2:before,
.bloc_formulaire .h2:before {
	background: #5173a7;
}
.bloc_formulaire h2:after,
.bloc_formulaire .h2:after {
	background: #dee4ee;
}
.bloc_formulaire h2:before,
.bloc_formulaire .h2:before {
    max-width: 55px;
}

/* titre global */
.bloc_formulaire > .inner > h2 {
	display: block;
	font-weight: bold;
	font-size: 2.143em;
	color: #988d87;
	margin: 0;
	margin-bottom: 50px;
}
.bloc_formulaire > .inner > h2:before {
	background: #988d87;
	max-width: none;
}
.bloc_formulaire > .inner > h2:after {
	background: #e2dfdd;
}

/* formulaire */
.bloc_formulaire .para.formulaire {
	margin-right: 2%;
	max-width: 58%;
	padding: 25px;
}

.bloc_formulaire form {
	padding: 0;
	border: 0;
}
.bloc_formulaire form:after {
	content: '';
	display: block;
	clear: both;
}

.bloc_formulaire form .b50 {
	float: left;
	width: 50%;
	padding-right: 15px;
}
.bloc_formulaire form .b50 + .b50 {
	padding-right: 0;
	padding-left: 15px;
}

.bloc_formulaire form .b100 {
	clear: both;
}

.bloc_formulaire form input[type="submit"] {
	box-shadow: none;
	padding: 12px 25px;
	margin: 0;
    margin-top: 2em;
}

.bloc_formulaire form input[type="submit"]:not(:disabled):hover {
	padding-left: 45px;
}

/*.bloc_formulaire form .ajax-loader {
	position: absolute;
	right: -100px;
	top: 26px;
}*/

/* contact */
.bloc_formulaire .para.contact {
	margin-left: 2%;
	max-width: 38%;
	padding: 0;
}

.bloc_formulaire .para.contact img {
	display: block;
	width: 100%;
}

.bloc_formulaire .para.contact img + div {
	padding: 25px;
}

.bloc_formulaire .para.contact h2,
.bloc_formulaire .para.contact .h2 {
	display: block;
	margin-bottom: 30px;
}

.bloc_formulaire .para.contact img + div > div:not(.centrer) {
	margin-bottom: 20px;
}

.bloc_formulaire .para.contact a {
	color: #5d5957;
	text-decoration: underline;
	display: inline-block;
}
.bloc_formulaire .para.contact a:first-child {
	margin-right: 10px;
}
.bloc_formulaire .para.contact a i {
	color: #5173a7;
	font-size: 1.143em;
	margin-right: 5px;
}
.bloc_formulaire .para.contact a:hover {
	color: #5173a7;
}

/*********************************************************************************/

/* 200 - BLOC ACTU															  */

/*********************************************************************************/
.bloc_actu .inner {
	padding: 0 10px;
}
.bloc_actu .inner article a {
	font-weight: bold;
}
.bloc_actu .inner article a,
.bloc_actu .inner article img {
	display: block;
}
.bloc_actu .inner article img {
	border-radius: 2px;
	-webkit-box-shadow: 0px 2px 10px -5px #000;
	box-shadow: 0px 2px 10px -5px #000;
}

/*********************************************************************************/

/* 210 - BLOC ARGUMENTS														  */

/*********************************************************************************/
.bloc_arg {
	margin-bottom: 4em;
}

.bloc_arg .entete_arg {
	margin-bottom: 80px;
}
.bloc_arg .bloc_para {
	margin-bottom: 0;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	align-items: flex-start;
}
.bloc_arg .centrer .para{
	margin:0;
}
.bloc_arg .para {
	margin-bottom: 3em;
}
.bloc_arg.cont-b50 .para:nth-child(2n + 1) {
	clear: left;
}
.bloc_arg.cont-b33 .para:nth-child(3n + 1) {
	clear: left;
}
.bloc_arg.cont-b25 .para:nth-child(4n + 1) {
	clear: left;
}
.bloc_arg h2 {
	text-align: left;
	font-size: 2.143em;
	color: #87a93c;
	margin-bottom: 0.667em;
	text-transform: none;
}
.bloc_arg .emphase {
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	color: #978b85;
}
.bloc_arg .contenu {
	text-align: left;
	float: left;
	max-width: 80%;
	padding-left: 15px;
}
.bloc_arg h3 {
	color: #5173a7;
	font-size: 1.786em;
	margin-bottom: 0.600em;
}
.bloc_arg .picto_arg {
	background: #ffffff;
	border-radius: 100%;
	float: left;
	border: 1px solid #cecbc9;
	width: 60px;
	height: 60px;
	max-width: 20%;
}
.bloc_arg .b25 .picto_arg {
	background: #ffffff;
	border-radius: 100%;
	float: left;
	border: 1px solid #cecbc9;
	width: 40px;
	height: 40px;
	/*max-width: 20%;*/
}
.bloc_arg img{
	text-align: center;
	padding-top: 16px;
}
.bloc_arg .b25 img{
	padding-top: 8px;
}
.bloc_arg .lien_arg {
	text-align: left;
}
.bloc_arg .lien_arg a {
	padding: 10px 10px 14px 19px;
}

/*********************************************************************************/

/* 220 - BLOC BANDEAU CONTACT												  */

/*********************************************************************************/
.bloc_contact {
	background: #f5f5f5;
	color: #FFF;
	padding: 3.5em 0;
	vertical-align: middle;
}
.bloc_contact span {
	color: #333333;
	font-size: 1.571em;
	text-transform: uppercase;
	font-weight: 600;
	margin-right: 1em;
	display: inline-block;
	margin-top: .5em;
}


/*********************************************************************************/

/* 220B - BLOC PARAGRAPHE SIMPLE										*/

/*********************************************************************************/
.bloc_para  h2{
	text-align: left;
    font-size: 2.143em;
    color: #87a93c;
    margin-bottom: 0.667em;
    text-transform: none;
}
/*********************************************************************************/

/* 230 - BLOC PARAGRAPHE AVEC PHOTO																  */

/*********************************************************************************/
.bloc_pp {
	/*margin-bottom: 4em !important;*/
}
.bloc_pp h2 {
	font-size: 2.143em;
	color: #5173a7;
	margin-bottom: 0.667em;
	text-transform: none;
}
.bloc_pp h3 {
	color: #87a93c;
	font-size: 1.429em;
	text-transform: uppercase;
	margin-bottom: 1.250em;
	line-height: 1.500em;
}
.bloc_pp .pp_photos img{
	display: block;
	margin-bottom: 2em;
	border-radius: 3px;
	-webkit-box-shadow: 8px 8px 21px 0 rgba(0,0,0,.15);
	box-shadow: 8px 8px 21px 0 rgba(0,0,0,.1);
}
.bloc_pp.fond_gris .pp_photos img{
	-webkit-box-shadow: none;
	box-shadow: none;
}
.bloc_pp .pp_photos img.demi {
	width: 46.6%;
	float: left;
}
.bloc_pp .pp_photos img:nth-child(3),
.bloc_pp.pp_droite .pp_photos {
	float: right;
}
.bloc_pp .entete_pp {
	position: relative;
	margin-bottom: 1em;
}
.bloc_pp .entete_pp:before, .bloc_pp .entete_pp:after {
	content: '';
    display: block;
    position: absolute;
    top: 100%;
}
.bloc_pp .entete_pp:before{
	width: 250px;
	height: 3px;
	background: #988d87;
	margin-top: -2px;
	z-index: 1;
}
.bloc_pp .entete_pp:after {
	width: 100%;
	height: 1px;
	background: #dedad8;
}
.bloc_pp .entete_pp h2 {
	margin-bottom: 0;
	padding: 0;
	max-width: 35%;
}
.bloc_pp .entete_pp h2, .bloc_pp .entete_pp img {
	display: block;
	float: left;
}
.bloc_pp .entete_pp h2:before, .bloc_pp .entete_pp h2:after {
	display: none;
}
.bloc_pp ul {
	margin-left: 1.2em;
}
.bloc_pp ul li {
	color: #978b85;
	/*font-weight: bold;*/
	position: relative;
	margin-bottom: 10px;
}
.bloc_pp ul li:last-child {
	margin-bottom: 0;
}
.bloc_pp ul li strong {
	color: #5d5957;
}
.bloc_pp ul li:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	color: #87a93c;
	display: inline-block;
	position: absolute;
	left: -1.3em;
}
/*********************************************************************************/

/* 240 - BLOC CHIFFRES CLÉS															  */

/*********************************************************************************/
.bloc_cc{
	background: #f5f5f5;
	padding: 3em 0 2em 0;
	margin: -2em 0;
}
.bloc_cc .gc{
	color: #777777;
	font-size: 3.143em;
	font-weight: 300;
	margin-bottom: -.2em;
	line-height: normal;
}
.bloc_cc .label {
	color: #333333;
	text-transform: uppercase;
	font-size: 1.286em;
	font-weight: 600;
}

/*********************************************************************************/

/* 250 - BLOC CITATIONS															  */

/*********************************************************************************/
.bloc_cit {
	background: 50% 50% no-repeat #999999;
	background-size: cover;
	margin: 0;
	color: #FFF;
	padding: 100px 0;
}

.bloc_cit .texte {
	font-size: 2.214em;
	font-weight: 300;
	line-height: normal;
}

.bloc_cit .dixit {
	font-size: 1.286em;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	margin-top: 1em;
}
.type-page .bloc_cit a{
	color: #FFF;
	text-decoration: none;
}
.bloc_cit .inner {
	position: relative;
}
.bloc_cit .bx-next {
	position: absolute;
	right: 0;
	top: 48%;
	font-size: 3em;
}
.bloc_cit .bx-prev {
	position: absolute;
	left: 0;
	top: 48%;
	font-size: 3em;
}

/*********************************************************************************/

/* 260 - BLOC TÉLÉCHARGEMENT															  */

/*********************************************************************************/
.bloc_telechargement .formulaire_telechargement {
	display: none;
}
.bloc_telechargement .bloc_para .para:nth-child(3n+1){
	clear: left;
}
.bloc_telechargement .para > div {
	margin-bottom: 3em;
	border: 1px solid #e2e6e7;
	display: block;
	margin-bottom: 1em;
	border-radius: 3px;
	padding: 2em;
}

/*********************************************************************************/

/* 270 - BLOC TITRE ET SOUS-TITRE															  */

/*********************************************************************************/
.bloc_titre {
	margin-bottom: 0 !important;
	margin-top: 2em;
}

.bloc_titre h2 {
	font-size: 2.143em;
	color: #5173a7;
	margin-bottom: 0.667em;
	text-transform: none;
	float: left;
	max-width: 60%;
    position: static;
    margin-bottom: 0;
}
.bloc_titre h2:before, .bloc_titre .h2:before, .bloc_titre h2:after, .bloc_titre .h2:after {
	display: none;
}

.bloc_titre .entete {
	position: relative;
	padding-bottom: 0;
	margin-bottom: 15px;
}
.bloc_titre .entete:before,
.bloc_titre .entete:after {
	content: '';
	display: block;
	position: absolute;
	top: 100%;
}
.bloc_titre .entete:before {
	width: 250px;
	height: 3px;
	background: #988d87;
	margin-top: -2px;
	z-index: 1;
}
.bloc_titre .entete:after {
	width: 100%;
	height: 1px;
	background: #dedad8;
}

.bloc_titre h2 + img {
	max-width: 45%;
	float: right;
	
	max-height: 45px;
	width: auto;
}


.bloc_titre p {
	
	font-family: 'din', sans-serif;
	font-weight: bold;
    margin-top: -20px;
    
    color: #B7C839;
}

/*********************************************************************************/

/* 280 - BLOC REALISATION	 /  guides														  */

/*********************************************************************************/
div.bloc_realisation {
	/*margin-bottom: 3em !important;*/
}
.bloc_realisation h2 {
	color: #988d87;
	font-size: 2.143em;
	margin-bottom: 2em;
	text-transform: none;
}
.bloc_realisation h2:before {
	background: #988d87;
}
.bloc_realisation h2:after {
	background: #d6d2d0;
}
.bloc_realisation ul {
	margin-left: 0;
}
.bloc_realisation ul li {
	padding: 0;
	margin: 0 15px;
}
.bloc_realisation ul li:before {
	display: none;
}
.bloc_realisation article {
	width: 100%;
	margin: 0;
}
.type-post/*, .type-guide*/ {
	width: 31%;
	float: left;
	margin: 1%;
	background: #fff;
	overflow: hidden;
}
.type-post .texte_realisation/*, .type-guide .texte_realisation*/ {
	padding: 0 1.714em;
}
.type-post h3/*, .type-guide h3*/ {
	padding-bottom: 1em;
	margin: 1em 0;
}
.type-post h3:before, .type-post h3:after/*, .type-guide h3:before, .type-guide h3:after*/  {
	content: '';
	display: block;
	position: absolute;
	top: 100%;
}
.type-post h3:before/*, .type-guide h3:before*/ {
	width: 54px;
	height: 3px;
	background: #5173a7;
	margin-top: -2px;
	z-index: 1;
}
.type-post h3:after/*, .type-guide h3:after*/ {
	width: 100%;
	height: 1px;
	background: #c7d2e3;
}
.type-post .texte_realisation p, .type-guide .texte_realisation p:last-child {
	margin-bottom: 2em;
}
.type-guide .texte_realisation p:not(:last-child) {
	margin: 0;
}
.type-post figure/*, .type-guide figure*/ {
	height: 266px;
	overflow: hidden;
}
.type-post figure a/*, .type-guide figure a*/ {
	display: block;
}
.type-post img/*, .type-guide img*/ {
	display: block;
	width: 100%;
	-moz-transition: all 2s ease-in-out;
	-webkit-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	-ms-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
}
.type-post a:hover img/*, .type-guide a:hover img*/ {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.type-post .bouton/*, .type-guide .bouton*/ {
	margin-bottom: 2em;
	padding: 10px 10px 15px 19px;
}

/*DIAPORAMA*/
.bloc_realisation .bx-wrapper {
	max-width: none !important;
}
.bloc_realisation .bx-wrapper {
	position: relative;
}
.bloc_realisation .bx-controls {
	position: absolute;
	top: 25%;
	width: 100%;
}
.bloc_realisation .bx-prev {
	position: relative;
	left: -50px;
}
.bloc_realisation .bx-next {
	float: right;
	position: relative;
	right: -50px;
}
.bloc_realisation .bx-controls i {
	color: #5173a7;
	font-size: 2.286em;
}

/* SOUS MENU GUIdES*/
#main .submenu{
	width:100%;
}
#main .submenu .taxo-navigation{
	
}
#main .submenu .taxo-navigation ul{
	width:100%;
	text-align:center;
}
#main .submenu .taxo-navigation ul li{
	display:inline-block;
	padding:2em;
}
#main .submenu .taxo-navigation ul li a{
	
}
#main .submenu .taxo-navigation ul li a:hover,
#main .submenu .taxo-navigation ul li a.active{
	
}
/*********************************************************************************/

/* 290 - BLOC RÉFÉRENCES															  */

/*********************************************************************************/
.bloc_ref {
	padding: 70px 0;
	margin-bottom: 0 !important;
}
.bloc_ref .bloc_para {
	margin-bottom: 0;
}
.bloc_ref .para {
	display: inline-block;
	vertical-align: middle;
	float: none;
	padding: 1em;
}
.bloc_ref .para.b20 {
	display: inline-block;
	vertical-align: middle;
	float: none;
	padding: 1em;
    width:19%;
}
.bloc_ref img {
	margin: auto;
	display: block;
}
.bloc_ref.nb img {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	opacity: .5;
}
/*********************************************************************************/

/* 300 - BANDEAU ACTUALITÉ															  */

/*********************************************************************************/
#bandeau {
	position: relative;
	z-index: 10;
	padding: 1rem 0;
	text-align: center;
	background-color:#5173a7;
	color:#FFF;
	font-weight:bold;
}
#bandeau a:hover {
	text-decoration: none;
}
/*********************************************************************************/

/* 310 - SPÉCIFICITÉS															  */

/*********************************************************************************/
.page-id-557 #contenu_hdp .contenu .b40, .page-id-557 #contenu_hdp .contenu .b60 {
	float: left;
}

.google-reviews {
	position: fixed;
	bottom: 30px;
	left: 0;
	z-index: 10000000000;
	padding: 10px;
	width: 300px !important;
	background: #fff;
	-webkit-box-shadow: 10px 10px 50px -10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 10px 10px 50px -10px rgba(0, 0, 0, 0.5);
	box-shadow: 10px 10px 50px -10px rgba(0, 0, 0, 0.5);
}

.google-reviews > * {
	padding: 0;
	margin: 0;
	border: 0;
}
/*********************************************************************************/

/* Zz - RESPONSIVE															  */

/*********************************************************************************/
@media screen and (max-width: 1110px) {
     #header .site-title + div{
        padding-left:10px;
    }
    .second-navigation{
        width: auto;
        margin-right: -2.2em;
    }
    .second-navigation .menu > li > a {
        /*font-size:0.8em;*/
        padding: 6px 6px;
    }
     #header > .inner .bg {
        width: calc(100% + 2em);
    }
    #header > .inner .bg:before{
        display:none;
    }
    
    .second-navigation .menu > li:last-child > a:after {
        display:none;
    }
}

/* *********** */
/* tablettes & petits écrans */
/* *********** */
@media screen and (max-width: 1090px) {
	/* HDP HOME */
   
	#contenu_hdp > .contenu > div .bg figure {
		height: auto;
	}
	#contenu_hdp .header h2 {
		font-size: 1.5em;
        padding: 6px 5px;
	}
	/* MENU SECONDAIRE */
	.second-navigation .menu > li > a {
		/*font-size: .8em;*/
        /* padding: 6px 0.18vw;*/
	}
    .second-navigation .menu > li:last-child{
        padding: 6px 6px;
    }
	.second-navigation .menu > li:last-child > a:after {
		/*border-width: 74px 40px 0 0;*/
        border-width: 72px 58px 0 0;
	}
}
@media screen and (max-width: 1000px) {
	/* NAVIGATION */
	.main-navigation,
	.second-navigation,
	.footer-navigation {
		display:none;
	}
	
	/* BOUTON NAVIGATION MOBILE */
	#menu_mobile_bouton {
		display:block;
	}
	
	/* LOGO */
	#header .site-title {
	    margin-left: -10px;
	    width: 30%;
	}
	/* BLOC HDP */
	#contenu_hdp .header .icn {
		width: 50px;
		height: 50px;
	}
	#contenu_hdp .header h2 {
		font-size: 1.2em;
	}	
	/* BLOC ARG */
	.bloc_arg .picto_arg {
		width: 40px;
		height: 40px;
	}
	.bloc_arg img {
		padding-top: 8px;
	}
}
@media screen and (max-height: 850px) {
	.bloc_hdp.avec_image {
		padding-top: 200px;
	}
}
/* *********** */
/* mobiles */
/* *********** */
@media screen and (max-width: 680px) {
	/* HEADER */
	#header {
	    background: #f4f3f2 !important;
	}
	#header .site-title {
		background: 0;
	}
	#menu_mobile_bouton {
		right: 10px;
	}
	#header .site-title {
		height: auto;
		width: auto;
		max-width: 50%;
		padding: 10px;
		margin: 0;
		float: none;
	}
	#logo img {
		margin-top: 0;
	}
	#header .site-title:after,
	#logo:before {
		display: none;
	}
	#header > .inner {
		padding: 0;
	}
	/* CONTENU HDP */
	#contenu_hdp > .contenu > div > div {
		padding-bottom: 0;
	}
	#contenu_hdp > .contenu > div > div .bouton.bleu {
		position: relative;
		bottom: 0;
	}
	/* FOOTER */
	#footer {
		display: none;
	}
	
	/* TITRES */
	h2:before,
	h2:after,
	.h2:before,
	.h2:after,
	.bloc_titre .entete:before, .bloc_titre .entete:after {
		display: none;
	}
	
	/* SINGLE ET ARCHIVE */
	.archive #main, .single #main, .search #main, .blog #main {
		width: 100%;
		float: none;
	}
	#secondary{
		display: none;
	}
	.single .post > div {
		float: none;
		width: 100%;
	}
	.single h1 {
		float: none;
		width: 100%;
	}
	.post time {
		display: none;
	}
	
	
	/* BLOCS */
	.bloc_para .inner > div {
		float:none;
		padding:0;
	}
	.bloc_para .inner > div .texte {
		width: 100%;
	}
	
	.para.b100,
	.para.b95,
	.para.b90,
	.para.b85,
	.para.b80,
	.para.b75,
	.para.b70,
	.para.b66,
	.para.b65,
	.para.b60,
	.para.b55,
	.para.b50,
	.para.b45,
	.para.b40,
	.para.b35,
	.para.b33,
	.para.b30,
	.para.b25,
	.para.b20,
	.para.b15,
	.para.b10,
	.para.b05 {
		width:100%;
		float: none;
		margin-bottom: 4em;
	}
	
	/* BLOC HDP */
	h1 {
		font-size: 1.3em;
	    min-height: 40px;
	}
	h1:after, .h1:after {
		display: none;
	}
	
	.bloc_hdp.avec_image {
		padding-top: 120px;
	}
	
	.bloc_hdp .sstitre {
		font-size: 2em;
	}
	#contenu_hdp > .contenu {
		display: block;
	}
	#contenu_hdp > .contenu > div {
		width: 100%;
		padding: 0;
		margin-bottom: 2em;
	}
	#contenu_hdp > .contenu > div:last-child {
		margin-bottom: 0;
	}
	#contenu_hdp > .contenu > div .bg {
		display: none;
	}
	#contenu_hdp > .contenu > div .header {
		position: relative;
		align-items: center;
	}
	#contenu_hdp .header h2 {
		font-size: 1.6em;
		color: #988d87;
	}
	#contenu_hdp > .contenu > div .header > img {
		width: 84px;
		height: 84px;
	}
	/* BLOC RÉALISATIONS */
	.type-post {
		float: none;
		width: 100%;
	}
	.type-post figure {
		height: 150px;
	}
	
	/* BLOC TITRE */
	.bloc_titre h2 {
		max-width: none;
	}
	.bloc_titre img {
		display: none;
	}
	
	/* BLOC ETAPES TIMELINE */
	.bloc_etapes ul:before {
		left: auto;
		right: -10px;
	}
	.bloc_etapes ul > li {
		float: none;
		width: 100%;
		clear: both;
		text-align: left;
	    margin-top: 20px !important;
	}
	.bloc_etapes ul > li figure,
	.bloc_etapes li.premier h3:before {
		display: none;
	}
	.bloc_etapes h3 {
		padding: 0 !important;
		padding-left: 50px !important;
	}
	.bloc_etapes .texte,
	.bloc_etapes li.droite .texte {
		padding: 0 10px;
	}
	.bloc_etapes ul > li h3 span {
		left: 0 !important;
	    right: auto !important;
	    font-size: 1.5em;
	    padding: 2px 5px;
	}
	.bloc_etapes h3 strong {
		width: auto !important;
	    margin: 0 !important;
	}
	
	.bloc_etapes.type_timeline strong.ref {
		position: static !important;
	    margin: 0 -10px 10px 5px !important;
	    display: block;
	}
	
	.bloc_etapes.type_timeline .droite h3:before {
		left: auto;
		right: -13px;
	}
	
	.bloc_etapes h3:after {
		width: auto;
		left: 0;
		right: -7px;
	}
	
	.bloc_etapes .dernier h3 {
		padding-left: 0 !important;
	}
	
	/* BLOC FORMULAIRE */
	.bloc_formulaire .para.formulaire,
	.bloc_formulaire .para.contact {
		max-width: none;
	    margin: 0;
	    margin-bottom: 1em;
	}
	.bloc_formulaire form .b50 {
		width: 100%;
		float: none;
		padding: 0 !important;
	}
	
	/* BLOC ACTU */
	.bloc_actu .inner article {
		width: 100%;
		float: none;
		padding: 0;
		margin-bottom: 20px;
	}
	.bloc_actu .inner article img {
		float: left;
		width: 165px;
		margin-right: 10px;
	}
	
	/* BLOC CITATION */
	.bloc_cit .texte {
		font-size: 1em;
	}

	.google-reviews {
		display: none;
	}
}

.cli-bar-btn_container {
	display: grid;
	column-gap: 1rem;
}