/*
Theme Name: DEFI-Écologique
Theme URI: https://www.defi-ecologique.com
Author: Grégoire Llorca
Author URI: https://www.marketingmalin.fr
Description: Thème pour DEFI-Écologique
Version: 2.0
*/

/*
Couleurs DE :
white : #fff
red : #b3323c
Orange : #ffa001
limegreen: #81a26e
gold : ffcc66
background : #f3f5f6
Light Primary : #d8ded3
Primary : #879a77
Dark Primary : #5c775b
Darkest Primary : #435643
Accent : #ffa000
Dark Accent: #cc8000
Primary text : #666
Secondary text : #444
Light text : #aaa;
Text contrast : #688B88 - 104, 139, 136
Divider color : #bdbdbd
Light divider color : #eaeaea
Lightest divider color : #f3f5f6
Hero_shot gradient : #4f1c0d - rgba(79, 28, 13, 1)

SSC : #9fc75e - 159, 199, 94
SSC - light : #e5e9e2
SSC - blog : #4fa472 - 79, 164, 114
SSC - blog - light : #ddeee4 - 79, 164, 114
SSC - ebook : #48868f - 72, 134, 143
SSC - ebook - light : #ddecee - 72, 134, 143

*/

/* RESET */
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;
	max-width: 100%;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ul {
	list-style: square;
	text-align: left;
}
ol, ul{
	padding-left: 2.1em;
}
ol.no_list_type,
ul.no_list_type{
	list-style-type: none;
	-webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0;
	padding: 0;
}
ul li,
ol li{
	line-height: 1.5em;
	margin-bottom: 0.6em;
}
li p{
	margin-bottom: 0.25em;
}
.mentions_legales > li p{
	margin-bottom: 1em;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
em,
.italic,
i.taxonomy{
	font-style: italic;
}
sup{
	vertical-align: super;
	font-size: 0.7em;
}
sub{
	vertical-align: sub;
	font-size: 0.7em;
}
/* END RESET */

/* GESTION DES FONDS IMAGES */
#home #hero_shot,
#home #equipe{
    *background-image: url(images/hero_shot_1000x700.png);
	background: transparent;
}
.html-mobile-background {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 125%; /* To compensate for mobile browser address bar space */
    *background: url(images/hero_shot_1000x700.png) no-repeat; 
    background-size: auto 100% ;
    background-position: center;
    background: #4f1c0d !important;
}
/* GENERAL */
.gl_link{
	box-shadow: none;
	display: none;
	opacity: 0.5;
}
body{
	background-color:#fff;
	color:#666;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 17px;
    line-height: normal;
	letter-spacing: 1px;
	margin:0;
	font-weight: 400;
}
::selection {
    background-color: #d8ded3;
	color:#444;
}
p, ul{
	margin-bottom:1em;
}
a{
	text-decoration: none;
	color: #ffa000;
	transition: 150ms ease-in-out;
}
a:hover{
	cursor: pointer;
	color:#cc8000;
}
.broken_link, a.broken_link {
	color: #666;
	text-decoration: none !important;
}
.broken_link:hover, a.broken_link:hover{
	cursor: auto;
	color: #666;
}
.centre{
	text-align: center;
}
.left{
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
.right{
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}
.left_align{
	text-align: left;
}
.right_align{
	text-align: right;
}
.fixed{
	position: fixed;
}
.content{
	max-width: 100% !important;
	display: table;
	margin: 0 auto;
}
.block{
	display: block !important;
}
.full_width{
	width: 100%;
}
.absolute{
	position: absolute;
}
.relative{
	position: relative;
}
#contenu_page,
form{
	padding: 0 1%;
}
.padded{
	padding: 1px;
}
.stripe{
	padding: 2em 4%;
	clear: both;
	background: #fff;
}
.single-service #contenu .stripe,
.service_footer .stripe{
	background: transparent;
}
.stripe h2{
	margin-top: 0 !important;
}
.clear{
	clear: both;
}
.single .center,
.page .center,
.center{
	margin: 0 auto;
    display: table;
}
.single .center_dm,
.page .center_dm,
.center_dm{
	margin: 0.5em auto;
    display: table;
}
.single .center_m,
.page .center_m,
.center_m{
	margin: 1em auto;
    display: table;
}
.single .center_bm,
.page .center_bm,
.center_bm{
	margin: 2em auto;
    display: table;
}
.single .center_tm,
.page .center_tm,
.center_tm{
	margin: 3em auto;
    display: table;
}
.page #page_content{
	padding: 1em;
}
svg{
	vertical-align: middle;
    max-width: 100%;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
figcaption{
	font-size: 0.8em;
	color: #aaa;
	font-style: italic;
    caption-side: bottom;
	padding: 0 1%;
}
hr{
	width:100%;
	background:#bdbdbd;
	background-size: 2px 2px;
	margin:1em auto;
	height:2px;
	border:none;
	display: table;
	clear: both;
}
.note{
	font-size:0.8em;
	font-style:italic;
}
.note em{
	font-style:normal;
}
.big{
	font-size: 1.2em;
}
strong, .bold, strong em, strong a, .bold a, strong span, .bold span, strong .fa, .bold .fa, .bold em{
	font-weight: 600;
}
h1 strong, h2 strong, h3 strong, h4 strong{
	font-weight: 700;
}
.picto i {
    padding: 30px;
    border-radius: 60px;
    background: #879a77;
    color: #fff;
    font-size: 50px;
    float: left;
    margin-right: 30px;
}
.no-border{
	border: none !important;
}
.hidden{
	display: none;
}
/* Hn */
h1{
	*font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
	margin: 1em auto;
	display: table;
	font-size: 1.1em;
	clear: both;
	*color: #879a77;	
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: lowercase;
    line-height: 1.5em;
}
h2, h3, h4{
	font-weight: 700;
	*font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
	margin: 1.5em 0 0.5em;
	line-height: 1.4;
}
h2{
	clear: both;
	color: #444;
}
.post .cta_service h3,
.h1_stripe h1,
.body_type h1,
.body_type #faq h2,
.body_type #contact h2,
.body_service h1,
.body_service #faq h2,
.body_service #contact h2{
	color: #fff;
	text-transform: lowercase;
	margin: 0 0 1em 0 !important;
	letter-spacing: 0.1em;
    line-height: 1.2em;
	font-weight: 300;
}
.post .cta_service h3 em,
.post .cta_service h3 strong,
.h1_stripe h1 em,
.h1_stripe h1 strong,
.body_type h1 em,
.body_type h1 strong,
.body_type #faq h2 em,
.body_type #faq h2 strong,
.body_type #contact h2 em,
.body_type #contact h2 strong,
.body_service h1 em,
.body_service h1 strong,
.body_service #faq h2 em,
.body_service #faq h2 strong,
.body_service #contact h2 em,
.body_service #contact h2 strong{
	font-weight: 300;
}
.h1_stripe h1{
	margin: 0 !important;
}
.h1_stripe .overlay{
	padding: 2em 0 2em 5%;
	background: linear-gradient(to right, rgba(79, 28, 13, 0.8) , rgba(79, 28, 13, 0));
}
h1 i, h2 i, h3 i, h4 i{
	margin-right: 0.2em;
}
h1 i.taxonomy, h2 i.taxonomy, h3 i.taxonomy, h4 i.taxonomy,
h1 em, h2 em, h3 em, h4 em{
	margin-right: 0;
	font-weight: 700;
}
/* CTA */
.cta_p{
	margin-bottom: 0;
}
.cta{
	text-align: center;
	display: table;
	margin: 1em auto;
	text-transform: uppercase;
	line-height: 1.45em;
    font-weight: 700;
    padding: 0.8em 2.5em;
    border: solid 2px;    
    border-radius: 2.5em;
    text-decoration: none !important;
    max-width: 100%;
    white-space: normal;
	*font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
	color: #fff;
	background-color: transparent;
	border-color: #fff;
	transition: 200ms ease-in-out;
}
.cta:hover{
	color: #879a77;
	background-color: #fff;
	border-color: #fff;
	cursor: pointer;
}
.cta.cta_round{
	padding: 0.8em;
}
.cta.cta_round i{
	margin: 0;
	display: block;
}
.cta i{
	margin-right: 0.5em;
}
.cta_big{
	box-shadow: 0 2px 6px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,.2);
	-moz-box-shadow: 0 2px 6px rgba(0,0,0,.2);
}
.cta_disable{
	color:#bdbdbd !important;
	background-color: transparent !important;
	border-color: #bdbdbd !important;
}
.cta_disable:hover{
	cursor: default;
}
.cta_primary{
	color:#879a77 !important;
	background-color: transparent !important;
	border-color: #879a77 !important;
}
.cta_primary:hover{
	color:#fff !important;
	background-color: #879a77 !important;
	border-color: #879a77 !important;
}
.cta_darkprimary{
	color:#5c775b !important;
	background-color: transparent !important;
	border-color: #5c775b !important;
}
.cta_darkprimary:hover{
	color:#fff !important;
	background-color: #5c775b !important;
	border-color: #5c775b !important;
}
.cta_accent{
	color:#fff !important;
	background-color: #ffa000 !important;
	border-color: #ffa000 !important;
}
.cta_accent:hover{
	color:#fff !important;
	background-color: #cc8000 !important;
	border-color: #cc8000 !important;
}
.cta_accent_ghost{
	color:#ffa000 !important;
	background-color: transparent !important;
	border-color: #ffa000 !important;
}
.cta_accent_ghost:hover{
	color:#fff !important;
	background-color: #ffa000 !important;
	border-color: #ffa000 !important;
}
.cta_ssc_ghost{
	color:#9fc75e  !important;
	background-color: transparent !important;
	border-color: #9fc75e  !important;
}
.cta_ssc_ghost:hover{
	color:#fff !important;
	background-color: #9fc75e  !important;
	border-color: #9fc75e  !important;
}
.cta_ghost_dark_primary{
	color:#5c775b  !important;
	background-color: transparent !important;
	border-color: #5c775b  !important;
}
.cta_ghost_dark_primary:hover{
	color:#fff !important;
	background-color: #5c775b  !important;
	border-color: #5c775b  !important;
}
.cta_atext:hover{
	color:#879a77 !important;
}
.cta_ptext{
	color:#666 !important;
	background-color: transparent !important;
	border-color: #666 !important;
}
.cta_ptext:hover{
	color:#fff !important;
	background-color: #666 !important;
	border-color: #666 !important;
}
.cta_stext{
	color:#444 !important;
	background-color: transparent !important;
	border-color: #444 !important;
}
.cta_stext:hover{
	color:#fff !important;
	background-color: #444 !important;
	border-color: #444 !important;
}
.cta_white{
	color:#fff !important;
	background-color: transparent !important;
	border-color: #fff !important;
}
.cta_white:hover{
	color:#879a77 !important;
	background-color: #fff !important;
	border-color: #fff !important;
}
/* COLORS */
.red,
.red a{
	color: #b3323c !important;
}
.green,
.green a{
	color: #81a26e !important;
}
.orange,
.orange a{
	color: #ffa001 !important;
}
.white,
.white a{
	color: #fff !important;
}
.gold,
.gold a{
	color: #ffcc66 !important;
}
.dark_primary,
.dark_primary a,
.dark_primary_color,
.dark_primary_color a{
	color: #5c775b;
}
.primary,
.primary a,
.primary_color,
.primary_color a{
	color: #879a77;
}
.primary_background{
	background-color: #879a77;
}
.contrast_text,
.contrast_text a{
	color: #9fc75e;
}
.accent{
	color : #ffa000 !important;
}
.gold_background{
	background: #ffcc66;
}
.ssc{
	color: #9fc75e;
}
.ssc_background{
	background-color: #9fc75e;
}
.ssc_border{
	border-color: #9fc75e !important;
}
.ssc_background_light{
	background-color: #e5e9e2;
}
.ssc_blog{
	color: #4fa472;
}
.ssc_ebook{
	color: #48868f;
}
.ssc_gradient{
	background: #9fc75e;
    background: -webkit-linear-gradient(#5c775b, #9fc75e);
    background: -o-linear-gradient(#5c775b, #9fc75e);
    background: -moz-linear-gradient(#5c775b, #9fc75e);
    background: linear-gradient(#5c775b, #9fc75e);
}
.ssc_gradient_h{
	background: #5b765a;
	background: -moz-linear-gradient(left, #5b765a 0%, #9fc75e 100%);
	background: -webkit-linear-gradient(left, #5b765a 0%,#9fc75e 100%);
	background: linear-gradient(to right, #5b765a 0%,#9fc75e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b765a', endColorstr='#9fc75e',GradientType=1 );
}
.white_bg,
.light_bg{
	background-color: #fff;
}
/* .body_type .html-mobile-background, */
/* .service_post .html-mobile-background, */
article.post,
.pagination,
#categories_menu,
.page #page_content{
	background: #fff;
}
/* BREADCRUMBS */
#breadcrumbs {
	margin: 0.5em auto 0.5em 0;
	padding: 0.5em 2%;
	font-size: 0.8em;
	text-align: left;
	border-radius: 5px;
}
.tax-type #breadcrumbs {
	margin: 0;    
	padding-left: 5%;
}
#breadcrumbs li{
	display: table-cell;
	vertical-align: middle;
}
#breadcrumbs a{
	text-decoration: none;
}
#breadcrumbs a:hover{
	color: #5c775b;
}
#breadcrumbs i{
	margin: 0 5px;	
}
/* SITEMAPS */
.sitemap .child li{
	padding-left: 2em;
	margin: 0;
	clear: both;
	border-left: 1px solid;
}
.sitemap .child li p{
	margin: 0;
}
.sitemap .child li a{
	padding: 0.5em 0 0.5em 0;
	display: table;
}
.sitemap .child li a > *{
	display: table-cell;
	vertical-align: top;
	padding-left: 0.5em;
	min-width: 10em;
	text-align: right;
}
.sitemap .child li a > *:first-child{
	padding: 0;
	width: 100%;
	text-align: left;
}
/* BIOGRAPHIES */
.guest_bio{
	max-width: 55em;
	border-top: 1px solid #d8ded3;
    margin-top: 3em !important;
	text-align: center;
	font-size: 0.8em;
}
.post #contenu  .post .guest_bio{
    margin-top: 6em !important;
}
.guest_bio a{
	color: #9fc75e; 
}
.guest_bio .img_container{
	margin-top: -2em !important;
	background: transparent;
    padding: 0 1em;
}
.guest_bio .img_container img{
	border-radius: 100em;
	max-height: 80px;
}
.guest_bio .guest_social span{
	margin: 0 0.5em;
}
.guest_bio .bio_container p{
	margin-bottom: 0.5em;
}
.guest_bio .articles_loop.list h4{
	margin-bottom: 0.2em;
	font-style: italic;
	font-size: 1em;
	margin-top: 0;
}
.guest_bio .articles_loop.list p{
	margin-bottom: 0;
}
.guest_bio .articles_loop.list a{
	color: #ffa000;
}
/* GRAPHS */
.rapport_graph{
	width: 100%;
	height: 400px;
}
/* FIN GENERAL */

/* STRUCTURE */
header .stripe,
footer .stripe{
	background: transparent;
	padding: 1em;
	width: calc( 100% - 2em );
}
/* HEADER */
header{
	position: inherit;
    z-index: 99999;
	top: 0;
    left: 0;
	display: table;
	width: 100%;	
}
header .stripe.h_stripe{
	padding-top: 0;
	padding-bottom: 0;
}
section#center{
	margin-top: 0;
	min-height: 80vh;
}
section#center.margin_top{
	margin-top: 49px; 
}
header .header_container > div{
	display:table-cell;
	vertical-align: middle;
	margin: 0 0 0 auto;
}
header .header_container > div:first-child{
	margin: 0 auto 0 0;
}
header#header_shadow.reduced.desktop #de_petit_logo{
	display: block;
}
header#header_shadow.reduced.desktop #de_gros_logo{
	display: none !important;
}
header#header_shadow.reduced.desktop #header{
	height: auto;
	padding: 0.66em 1em;
}
header#header_shadow.reduced.desktop svg{
	height: 20px;
}
header#header_shadow.reduced.desktop #header #tagline p{
	font-size: 0.6em;
}
header .header_top{ 
	background-color: #5c775b;
}
header .header_top .center.full_width > *{	
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
header .header_top .center.full_width > #rs{
	text-align: right;
}
header .header_top a{
	color:#fff;
}
header .header_top a:hover{
	color: #ffa000;
}
header .header_top p{
	margin: 0;
}
header .header_top #rs{
	line-height: 1;
}
header #rs li{
	border: none;
	font-size: 15px;
	vertical-align: top;
	margin: 0 0.25em;
}
header #rs li:hover{
	background-color: transparent;
}
header #rs li:first-child{
	margin-left: 0;
}
header #rs li:last-child{
	margin-right: 0;
}
header #rs li a{
	width: 30px;
	text-align: center;
	padding: 0;
	color: #fff;
	line-height: 30px;
}
header #rs li a:hover{
	background-color: #fff;
	color: #5c775b;
}
header .header_container #logo {
	margin: 0 auto 0 0;
}
header .header_container #tagline{
	display:none;
}
header .header_container #tagline p{
	color: #ffa000;
	font-weight: 300;
	margin:0;
	text-transform: lowercase;
	font-size: 0.6em;
    padding-left: 2em;
    max-width: 18em;
}
header.reduced .header_container #tagline p{
	max-width: 100%;
}
header svg,
header img{
	height: 15px;
	width: auto;
	max-width: 10em;
	max-height: 3.5em;
}
/* FIN HEADER */
/* FOOTER */
footer{
	*background-color: #879a77;
	border-top: solid #5c775b 1px;
    line-height: 1.75em;
	display: block;
	margin:0;
	clear: both;
	font-size: 1em;
	padding: 1px 0;
	text-align: left;
}
footer#footer .logo svg,
footer .logo img{
	height: 75px;
    margin: 5px 0;
	width: auto;
}
footer #footer_navigation .footer_navigation_item{
	margin-top: 2em;
}
footer #footer_navigation .footer_navigation_item:first-child{
	margin-top: 0;
}
footer #footer_navigation .footer_navigation_item li:before{
    font-weight: 900;
    font-style: normal;
    line-height: normal;
    margin-right: 0.5em;
    margin-left: 0.5em;
    color: #5c775b;
	content: "-";
}
footer #footer_navigation .footer_navigation_item li:first-child:before{
	font-family: 'Font Awesome 5 fREE';
    content: '\f054';
    margin-left: 0em;
    font-weight: 600;
}
footer #footer_navigation .footer_navigation_item li a,
footer .footer_contacts i{
	color: #fff;
}
footer #footer_navigation .footer_navigation_item li a:hover{
	color: #5c775b;
}
footer #footer_navigation .footer_navigation_item li:first-child a{
	font-weight: 600;
	font-size: 1.1em;
}
footer .footer_contacts address ,
footer .footer_contacts p ,
footer .footer_contacts h3{
	color: #5c775b;
}
footer .footer_contacts #contacts_liste{
	margin:0;
}
footer .footer_rs #rs li{
	border-color: #fff;
}
footer .footer_rs #rs li:first-child{
	margin-left:0;
}
footer .footer_rs #rs li:last-child{
	margin-right:0;
}
footer .footer_rs #rs li:hover{
	border-color: #5c775b;
	background-color: transparent;
}
footer .footer_rs #rs li a{
	width: 46px;
	padding: 11px 0;
	display: block;
	color: #fff;
	line-height: 1;
}
footer .footer_rs #rs li a:hover{
	color: #5c775b;
	background-color: transparent;
}
#copyright {
    line-height: 1.9em;
	font-size: 0.8em;
	background-color: #5c775b;
	width: 96%;
	padding: 1em	2%;
	color: #fff;
}
/* COOKIE LAW INFO BAR */
.cookie-notice-container{
	max-width: calc( 100% - 20px );
}
.mobile .cookie-notice-container > *{
	display: table;
	margin: 0.1em auto 0.1em  !important;
}
/* FIN FOOTER */
/* MENUS */
.hbm nav{
	margin-right: 0;
}
.hbm #hbm_container,
.hbm #hbm_checkbox {
	display: none;
}
.hbm #hbm_label {
    display: table;
    margin: 0 0 0 auto;
    cursor: pointer;
    width: 50px;
    text-align: center;
    font-size: 2em;
	line-height: 50px;
}  
.hbm #hbm_label:after{
	content: "\f0c9";
    font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color:#fff;
	font-size: 0.9em;
	line-height: 1;
}
.hbm #hbm_container{
	height: 90vh;
	text-align: center;
    width: calc( 100% - 4em );
    padding: 2em;
	z-index: 9999;
    position: absolute;
    right: 0px;
    left: 0%;
}
.hbm #hbm_container a{
	color: #fff;
}
.hbm #hbm_container a:hover{
	color: #ffa000;
}
.hbm #hbm_ul li{
	margin: 0;
	line-height: 1;
}
.hbm #hbm_ul a{
	width: 100%;
	padding: 2em 0;
	display: block;
	text-align: center;
	border-bottom: 1px solid #5b765a;
}
.hbm #hbm_ul a:hover{
	background-color: #5b765a;
}
.hbm #hbm_ul li:first-child a{
	border-top: 1px solid #5b765a;
}
.hbm #hbm_container #rs{
	text-align: center;
	margin-top: 4em;
}
.hbm #hbm_container #rs li{
	margin: 0.5em;
	font-size: 0.9em;
}
.hbm #hbm_container #rs a{
	width: 50px;
    line-height: 50px;
}
/* FIN MENUS */
/* FIN STRUCTURE */

/* EXTRA ELEMENTS */
/* RESEAUX SOCIAUX */
#rs{
	list-style: none;
	font-size: 1.5em;
	text-align: center;
	line-height: 1em;
}
#rs li{
	display : inline-block;
	vertical-align: middle;
	border: 1px solid #ffa000;
	border-radius: 3px;
	margin: 0.2em;
}
#rs li a{
	color: #ffa000;
	padding: 1em 0;
    width: 3.5em;
    text-align: center;
	display: block;
}
#rs li:hover{
	background: #ffa000;
}
#rs li:hover a,
#rs li a:hover{
	color: #fff;
}
#rs .fa{
	font-size: 1em;
	line-height: 1em;
}
/* REVUE PRESSE */
#revues_concours,
#revues_presse{
	background: #eaeaea;
}
#revues_concours > .center,
#revues_presse > .center{
	width: 100%;
}
#revue_presse .logo_rp{
	display: inline-block;
	vertical-align: middle;
	margin: 1em;	
}
#revue_presse .logo_rp img{
	max-width: 100px;
}
#revue_presse #tagline_rp h2{
	color:#bdbdbd;	
}
/* CATEGORIES LOOP */
#categories_loop_stripe{
	*background: #d8ded3;
}
#categories_loop .cat_loop{
	*background:#5c775b;
	background:#435643;
	color:#fff;
	margin: 1em auto;
	transition: 200ms ease-in-out;
	text-align: left;
	display:block;
}
#categories_loop.tuile .cat_loop{
	max-width: 20em;
	padding: 3em 2em;
}
#categories_loop.liste .cat_loop{
	padding: 1em;
}
#categories_loop.liste .cat_desc{
	display: block;
}
#categories_loop .cat_loop:hover{
	background-color:#9fc75e;
}
#categories_loop.tuile .cat_loop img,
.archive .h1_stripe img{
    height: 150px;
}
#categories_loop.liste .cat_loop img{
    width: 150px;
}
#categories_loop.tuile .cat_loop h3{
	margin: 1em 0;
}
#categories_loop.liste .cat_loop h3{
	margin: 0 0 1em;
}
/* STATISTIQUES BLOG */
.body_service #statistiques_sponsors > .number,
.body_service #statistiques_sponsors > div{
	border-color: #ffa000 !important;
	color: #ffa000;
	text-shadow: 0px 0px 5px #435643;
    -webkit-text-shadow: 0px 0px 5px #435643;
    -moz-text-shadow: 0px 0px 5px #435643;
}
#pem #statistiques_sponsors > .number,
#pem #statistiques_sponsors > div{
	border-color: #9fc75e !important;
    color: #9fc75e;
}
/* Partenaires */
#partenaires{
    border-bottom: 1px solid #bdbdbd;
    *background: #d8ded3;
}
#partenaires .partenaire{
	display: inline-block;
	vertical-align: middle;
	margin: 1em 1.5em;
	width: 30%;
}
#partenaires .partenaire div.center{
	padding: 0.5em;
	background: #fff;
}
#partenaires .partenaire img{
	max-width: 80px;
	max-height: 80px;
}
#partenaires .partenaire h3{
	margin: 0.5em auto;
	font-size: 1em;
}
#partenaires .partenaire h3 a{
	color: #5c775b;
}
/* LOGOS */
#logo_list > li .logo_de{
    padding: 2em;
    border: 1px dashed #5c775b;
}
#logo_list > li img{
	width: 300px;
	height: auto;
	min-height: 120px;
}
#logo_list .cta{
	display: inline-block;
	margin: 1em 0.5em;
	font-size: 0.8em;
}
/* FORMS */
.response{
	padding: 5px 9px;
	margin: 1em auto;
	display: table;
	font-weight: 400;
	border-radius: 3px;
	border: 1px solid #b3323c;	
	font-size: 1.1em;
}
.response.error{
	border-color: #b3323c;
	color: #b3323c;
}
.response.success{
	border-color: #81a26e;
	color: #81a26e;
}
.mm_form > div{
	display: table;
	margin: 0 auto;
	min-width: 50%;
}
.mm_form p{
	margin: 1em 0 0;
	padding-left: 3em;
    text-align: left;
}
.mm_form#gateway_form p{
	padding-left: 0;
}
.mm_form label{
	*font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
	font-weight:700;
}
.mm_form select,
.mm_form textarea,
.mm_form input{
	width:94%;
    display: table;
    margin: 0 auto;
	background: #fff;
    border: 2px solid #d8ded3;
    color: #444;
    outline: 0;
	font-size:1.1em;
    padding: 7px 1%;
    max-height: 12em;
}
.mm_form select:focus,
.mm_form textarea:focus,
.mm_form input:focus{
	border-color:#5c775b;
}
.mm_form textarea{
	max-height: 70vh;
	display: block;
	min-height: 11em;
}
#home .mm_form textarea,
#pem .mm_form textarea{
	min-height: 9.74em;	
}
article.page .mm_form textarea{
	max-height: 40vh;
}
.mm_radiobutton{
	padding: 0.5em 1em;
	border: 1px dashed #eaeaea;
}
.mm_radiobutton p{
	margin: 0;
}
.mm_radiobutton p label{
	font-weight: 400;
}
.mm_radiobutton input[type="radio"]{
	width: auto;
	margin: 0 0.3em 0.3em 0;
	display: inline-block;
}
.mm_checkbox input[type="checkbox"]{
	width: auto;
	margin: 1em;
	display: inline-block;
}
.mm_form button[type="submit"],
.mm_form input[type="submit"]{
    -webkit-appearance: none;
	-webkit-border-radius: 2.5em;
	-moz-appearance: none;
	box-shadow: none;
	appearance: none;  
	color: #fff;
	background-color:#ffa000;
	border-color:#ffa000;
	border-radius: 2.5em;
	margin: 1em auto 0;
	display: table;
	width: auto;
    min-width: 25%;
	transition: 200ms ease-in-out;
	font-size: 1.3em;
	padding: 0.5em 1.5em;
	border-style: unset;
}
.mm_form button[type="submit"]:hover,
.mm_form input[type="submit"]:hover{
	cursor: pointer;
	background-color: #cc8000;
	border-color: #cc8000;
}
.mm_form .checkbox{
	display: inline-block;
	margin-top: 0.5em;
	margin-right: 1em;
}
.mm_form.blocklist .checkbox{
	display: block;
}
.mm_form p.mm_checkbox{
	padding-left: 0;
}
.mm_form .checkbox > *{
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin-right: 5px;
}
.mm_checkbox label[for=consent]{
	font-size: 0.9em;
	font-style: italic;
}
.required{
	color: #b3323c;
    margin-left: 1px;
}
.stripe .mm_form textarea,
.stripe .mm_form input,
.stripe .mm_form select,
.body_type footer .mm_form textarea,
.body_type footer .mm_form input,
.body_type footer .mm_form select,
.body_service footer .mm_form textarea,
.body_service footer .mm_form select,
.body_service footer .mm_form input{
	border-color: transparent;
}
#formulaire_recherche_shop .mm_form input{
	border-color: #5c775b;
	min-width: 50%;
}
#formulaire_recherche_shop .mm_form input:focus,
.stripe .mm_form textarea:focus,
.stripe .mm_form input:focus,
.stripe .mm_form select:focus,
.body_type footer .mm_form textarea:focus,
.body_type footer .mm_form input:focus,
.body_type footer .mm_form select:focus,
.body_service footer .mm_form textarea:focus,
.body_service footer .mm_form select:focus,
.body_service footer .mm_form input:focus{
	border-color: #d8ded3;
}
#loading_icon{
	display: none;
}
#loading_icon.show{
	display: table;
}
#loading_icon img{
	height: 4em !important;
	width: auto;
}
/* NEWSLETTER - HUSTLE */
.inc_opt_shortcode_wrap{
	max-width: 35em;
	margin: 1em auto;
}
/* REFERENCES */
.reference{
	vertical-align: top;
}
.reference .reference_contenu{
	background: #eaeaea;
	color: #666;
    padding: 20px 20px 30px;
    margin: 0 auto;
	display: table;
}
.references .reference .reference_contenu{
	height: 9em;
}
.reference .reference_contenu p{
	margin-bottom: 1.6em;
	text-align: left;
	display: table-cell;
    vertical-align: middle;
	padding: 2% 0;
}
.reference_1 .reference .reference_contenu{
	display:block;
}
.reference_1 .reference .reference_contenu p{
	display: table;
	margin: 0 auto;
	text-align: center;
}
.reference img.center,
.reference .img,
.reference img{
	display: block;
	border-radius: 99em;
    width: 70px;
    margin: -35px auto 20px;
	box-shadow: 0 2px 6px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,.2);
	-moz-box-shadow: 0 2px 6px rgba(0,0,0,.2);
}
.reference.reference_presse .img,
.reference.reference_presse img{
	height: 70px;
}
.reference h3{
	font-size: 1.3em;
	margin: 1em auto 0em !important;
	font-weight: 400;
	display: table;
}
.reference > p{
	font-size: 0.9em;
}
/* QUOTES */
.quote{
	margin:2em auto;
	clear:both;
	overflow:auto;
	padding: 1em 2em;
    border: 1px solid #879a77;
	border-radius: 1em;
	transition: 200ms ease-in-out;
}
.quote.service_quote{
    border: none;
	transition: 200ms ease-in-out;
}
.quote:hover{
	border-color: #5c775b;
}
.quote:hover span a{
	color: #879a77;
}
.quote:hover span a:after{
	color: #00aced;
}
.quote_ref{
	border: 1px solid #bdbdbd;
	padding: 1em 2%;
}
.quote img{
    border-radius: 64px;
    float: left;
    margin-right: 1em;
    margin-bottom: 5px;
	width:128px;
	height:128px;
}
.quote blockquote{
	position: relative;
    color: #444;
    margin: 1em 0 0.5em;
    padding-left: 1.5em;
	font-style: italic;
}
.quote blockquote:before{
    content: "\f10d";
    color: #879a77;
    font-size: 1em;
    font-style: normal;
    font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}
.quote blockquote span.position,
.quote blockquote strong{
	font-family: "Noticia Text", Georgia, Times, sans-serif;
	font-style: normal;
	display: inline-block;
}
.quote a{
	text-decoration:none;
	color:inherit;
}
.quote strong a:after{
    font-size: 1em;
    font-style: normal;
    font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
    margin-left: 5px;
	content: "\f35d";	
}
.quote span{
	text-transform: uppercase;
    font-size: 0.8em;
    display: block;
	font-style: normal;
    text-align: right;
}
.quote span a{
	color: #bdbdbd;
}
.quote span a:hover{
	color: #879a77;
}
.quote span a:after{
    font-family: 'Font Awesome 5 Brands';
	font-weight: 900;
	font-style: normal;
    content: "\f099";
	margin-left: 3px;
	color: #c0deed;
}
.quote span a:hover:after{
	color: #00aced;
}
/* MEMBRE EQUIPE */
.member{
	margin: 1em 15px;
	display: inline-block;
	vertical-align: top;
	max-width: 300px;
	text-align: left;
}
.member_full{
	width: 100%;
	display: table;
	max-width: 100%;
	margin: 3em auto;
}
.member img {
    display: block;
    width: 100%;
    margin: 0;
}
.member_full img {
    width: 300px;
	min-width: 300px;
	display: table;
    margin: 0 auto;
}
.member div.member_content{
	background: #fff;
    padding: 1em;
    margin: 0;
	min-height: 55px;
}
.member_full div.member_content{
	min-height: 300px;
}
/*.member_full, .member_home div{
    border: 1px solid #eaeaea;	
}*/
.member .member_nom_container{
	margin: 0 auto;
	padding: 1em;
	background: #fff;
}
.member_home .member_nom_container{
	min-height: 3.5em;
}
.member h3{
    text-transform: uppercase;
    background: #FFF;
    font-size: 1.2em;
    color: #444;
}
.member_home h3{
	margin:0 !important;
}
.member_home .member_home_content{
	padding: 1em;
	width: calc( 100% - 2em );
    background: #FFF;
}
.member_home .member_home_content > div{
	padding:0;
}
.member_full .member_nom_container{
	margin: 2em auto;
	padding: 0;
	border-top: 1px solid #9fc75e;
	width: 100%;
	height: auto;
}
.member_full h3{
    margin-top: -0.6em !important;
    padding: 0 0.5em;
}
.member .position{
    min-height: 3em;
}
.member .position > p{
    text-transform: uppercase;
    font-size: 0.8em;
	display: table-cell;
	vertical-align: top;
}
.member_full .position{
	font-weight: 600;
}
.member .member_contact.small{
	min-height: 2em;
}
.member .member_contact i{
	margin: 0 0.25em;
}
.member .member_contact a{
	color: #9fc75e;
}
.member .description{
	margin: 2em 0 0;
}
/* FIN EXTRA ELEMENTS */

/* HOMEPAGE */
/* HERO SHOT */
#home #hero_shot{
	z-index: 99;
	background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
#home .overlay{	
    display: block;
	position: relative;
   *min-height: 80vh;
    width: 100%;
    *min-height: 500px;
	background: linear-gradient(to right, rgba(79, 28, 13, 0.8) , rgba(79, 28, 13, 0));
}
#avis_overlay,
#home .overlay.blog_overlay,
.overlay.blog_overlay{	
	background: linear-gradient(to right, rgba(56, 11, 35, 0.8) , rgba(56, 11, 35, 0));
}
#home .overlay.ebook_overlay,
.overlay.ebook_overlay{	
	background: linear-gradient(to right, rgba(12, 44, 56, 0.8) , rgba(12, 44, 56, 0));
}
/*#home .overlay #pictos_home{
    background: url(images/pictos_home.svg);
	-webkit-filter: drop-shadow( 0px 0px 5px #435643 ); 
    filter: drop-shadow( 0px 0px 5px #435643 );
    background-repeat: no-repeat;
    background-position: right center;
	height: 100%;
}*/
#home .overlay.ebook_overlay #hs_content{
	*height:100%;
	padding: 0 10%;
}
#home .overlay #hs_content{
	*height:100%;
	padding: 10%;
}
#home .overlay #hs_content > div{
	display: table-cell;
	vertical-align: middle;
	padding: 0 1em;
}
#home #hero_shot h1{
	margin: 0;
    line-height: 1.5em;
    color: #fff;
    font-size: 2em;
	font-weight: 300;
}
#home #hero_shot h2{
	color:#fff;
	font-size: 1.2em;
	margin: 3em auto;
}
#home #hero_shot .cta{
    padding: 0.8em; 
	font-size: 0.8em;
}
#home h2{
	color:#444;
	margin: 1em auto;
	display: table;
}
/* SOCIAL PROFILES */
#home #social_profiles,
#social_profiles.pem{
	*background: #879a77;
	padding: 1em 0;
	border-bottom: 2px solid #5c775b;
}
#home #social_profiles #rs,
#social_profiles.pem #rs{
	list-style: none;
	margin: 0;
    padding: 0;
	font-size: 1em;
	text-align: center;
}
#home #social_profiles #rs li,
#social_profiles.pem #rs li{
	display: inline-block;
    margin: 0 0.8em;
    border: none;
	transition: 200ms ease-in-out;
}
#home #social_profiles #rs li:hover,
#social_profiles.pem #rs li:hover {
    background: none;
}
#home #social_profiles #rs a ,
#social_profiles.pem #rs a {
	color:#fff;
	padding: 0;
	width: auto;
}
#home #social_profiles #rs a:hover,
#social_profiles.pem #rs a:hover {
	color: rgba(255,255,255,.7);
}
/* SERVICES */
.post-type-archive-service,
#home #types{
	box-shadow: 0 2px 6px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,.2);
	-moz-box-shadow: 0 2px 6px rgba(0,0,0,.2);
	*background: #d8ded3;
	text-align: center;
	padding: 1em;
}
/* REFERENCES */
#home #references{
	text-align: center;
}
#logos{
	text-align: center;
	border-bottom: 1px solid #bdbdbd;
	padding: 2em 0;
	*background: #d8ded3;
}
#logos img{
	display: inline-block;
	vertical-align: middle;
	margin: 1em;
    max-height: 100px;
}
/* BLOG */
#home #blog{
	padding: 4em 1em;
}
#home #blog .text{
	color:#444;
}
#home #blog .text h2{
	margin-top: 0;
}
#home #blog .text1{
    margin-bottom: 4em;
	color:#444;
}
/* EQUIPE */
#home #equipe_title{
	*background-color: #879a77;
	padding: 1px;
	border-top: 2px solid #5c775b;
}
#home #equipe_title h2{
	color:#fff;
}
#home #equipe{
	background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	.border-top: 25px solid #5c775b;
	text-align: center;
	box-shadow: 0 2px 6px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,.2);
	-moz-box-shadow: 0 2px 6px rgba(0,0,0,.2);
}
#home #equipe .overlay{
	height: auto;
	min-height: 10px;
	padding: 4em 5%;
	width: 90%;
	*background: none repeat scroll 0 0 rgba(135, 154, 119, 0.54);
}
#home #equipe .center{
	max-width: 1350px;
}
/* CONTACT */
#contact.home_contact img,
#home #contact img,
#home #contact svg{
	max-height: 20em;
	height: auto;
}
#contact.home_contact h2,
#home #contact h2{
    margin-top: 2em !important;
}
#contact.home_contact label,
#home .mm_form label,
#pem .mm_form label{
	color: #fff;
}
#contact.home_contact .response,
#home .response{
	background-color: #fff;
}
/* FIN HOMEPAGE */

/* ARCHIVE POSTS */
.ebooks_loop .ebook_container,
.articles_loop .art_container{
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin: 0 1em 1em;
	font-size: 0.9em;
}
.articles_loop .art_container.small{
	width: 238px;
}
.ebooks_loop .ebook_container a,
.articles_loop .art_container a{
	color: #9fc75e;
}
.ebooks_loop .ebook_container a:hover,
.articles_loop .art_container a:hover{
	color: #879a77;
}
.ebooks_loop .ebook_container article,
.articles_loop .art_container article{
	margin-bottom: 40px; 
	background: #f3f5f6;
	width: 100%;
	transition: 200ms ease-in-out;
}
#categories_loop .cat_loop:hover,
.ebooks_loop .ebook_container article:hover,
.articles_loop .art_container article:hover{
    box-shadow: 0 1px 4px rgba(0,0,0,.4);
}
.ebooks_loop .ebook_container .ebook_thumbnail_container img,
.articles_loop .art_container .post-thumbnail img{
	width: 100%;
}
.ebooks_loop .ebook_container .ebook_thumbnail_container:hover img,
.articles_loop .art_container .post-thumbnail:hover img{
	opacity: 0.9;
}
.ebooks_loop .ebook_container .ebook_content{
	padding: 1em;    
	min-height: 13em;
}
.ebooks_loop .ebook_container .ebook_content .center{
	width:100%;
}
.ebooks_loop .ebook_container .ebook_content h3{
	min-height:0;
	margin: 1em auto;
}
.ebooks_loop .ebook_container .ebook_content .center > div{
	display: table-cell;
	vertical-align: middle;
}
.articles_loop .art_container .article_description{
	padding: 1em;
	min-height:21em;
}
.articles_loop .art_container.small .article_description{
	min-height:1em;
	border: none !important;
}
.articles_loop .art_container .article_category{
	margin-bottom: 1em;
	text-transform: uppercase;
	font-size: 0.8em;
}
.articles_loop .art_container h3{
	margin: 0;
	min-height: 5em;
	line-height: 1.3;
}
.articles_loop .art_container.small h3{
	font-size: 1em !important;
	min-height: 7em;
	display: table;
    width: 100%;
}
.ebooks_loop .ebook_container h3 a,
.articles_loop .art_container h3 a{
	color: #5c775b;
	font-weight: 700;
}
.articles_loop .art_container.small h3 a{
	display: table-cell;
    vertical-align: middle;
}
.ebooks_loop .ebook_container h3 a:hover,
.articles_loop .art_container h3 a:hover{
	color: #879a77;
}
.articles_loop .art_container .article_date{
	color: #bdbdbd;
	font-size: 0.8em;
	text-align: right;
}	
.articles_loop .art_container .article_commentaires{
	font-size: 0.8em;
	text-align: left;
}	
.articles_loop .art_container .article_commentaires i{
	margin-right: 5px;
}
.articles_loop .art_container .article_resume{
    min-height: 10em;
}
.articles_loop .art_container .article_foot{
	width: 100%;
}
.article_auteur ul,
.articles_loop .art_container .article_foot ul,
.articles_loop .art_container .article_cta > p,
.article_auteur ul li,
.articles_loop .art_container .article_foot ul li{
	margin-bottom: 0;
}
.article_auteur{
	font-size: 0.8em;
}
.post_title .guest_bio{
	color: #fff;
}
.post_title .article_auteur{
	font-size: 1em;
    display: table;
    margin: 0 auto;
}
.post_title .article_auteur a{
	color: #eaeaea;
}
.article_auteur .center{
	margin-left: 0;
}
.article_auteur .center > *{
	display: table-cell;
	vertical-align: middle;
}
.post_title .article_auteur .center > *{
	display: block;
}
.article_auteur img{
	border-radius: 99em;
	margin-right: 0.6em;
}
.post_title .article_auteur img{
	margin: 0 auto;
	max-height: 80px;
	max-width: 80px;
	background: #fff;
}
.articles_loop .art_container .cta{
	text-transform: none;
	padding: 0.5em 1em;
	border-color: #e5e9e2 !important;
	*border-color: #d8ded3 !important;
	transition: 200ms ease-in-out;
}
.articles_loop .art_container:hover .cta{
	border-color: #5c775b !important;
}
.ebooks_loop .ebook_container .image-share-wrap,
.articles_loop .art_container .image-share-wrap{
	display: none;
}
/* FIN ARCHIVE POSTS */
/* ARCHIVE TYPES */
.type{
	background: #fff;
	margin: 3em 1em;
	padding: 1em 2em;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	transition: 200ms ease-in-out;
}
.type:hover{
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
}
.post #cta .cta_service #cta_preview img{
    width: 470px;
    max-height: 246px;
},
.type img{
	width: 100%;
	height: auto;
	max-width: 470px;
	max-height: 246px;
	margin: 1em 0;
}
.type h3,
.type .type_description{
	max-width: 470px;
}
.type .type-thumbnail img{
	max-width: 470px;
	max-height: 246px;
	width: 100%;
}
.type .type-thumbnail:hover img{
	opacity: 0.9;
}
.type h3{
	color: #5c775b;
	height: 4em;
	margin: 0 !important;
	vertical-align: middle;
    display: table-cell;
	font-size: 1.5em;
}
.type h3 a{
	color: #5c775b;	
	font-weight: 300;
	font-style: italic;
}
.type .benefice{
	font-size: 1.1em;
	min-height: 8em;
	display: table;
	width: 100%;
	padding: 1em 0;
}
.type .benefice > p{
	display:table-cell;
	width: 100%;
	vertical-align: middle;
}
.type .description{
	min-height: 10em;
}
.cta.cta_small,
.type .cta{
	text-transform: none;
	padding: 0.5em 1em;
}
.post-type-archive-service{
	padding: 0;
}
/* SERVICES LANDING PAGES */
.body_service header #contact_info{
	text-align: right;
	padding-right: 0.5em;
    height: 46px;
}
.body_service header #contact_info p{
	margin-bottom: 0;
}
.body_service header #contact_info a{
	color: #fff;
	font-size: 0.8em;
}
.body_service section#center{
	*background: #4f1c0d;
}
.body_type,
.body_type .white_bg,
.body_type .post-type-archive-service{
	background: #f3f5f6;
}
.body_service .service_img.inline_img{
	margin: 1em;
}
.body_service #article_bg {
	*background: #f3f5f6;
    *background-image: url(images/hero_shot.png);
	background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.body_service #article_bg #article_overlay{
	background: linear-gradient(rgba(79, 28, 13, 0.8) , rgba(79, 28, 13, 1));
}
.body_service h1{
	font-size: 2.5em;
	margin: 1em auto !important;
}
.body_service #hero_shot{
	z-index: 99;
	color: #fff;
}
.body_service .overlay{	
    display: block;
    width: 100%;
	height: 100%;
}	
.body_service .overlay .contenu{
	padding: 1em 10%;
}
.body_service .contenu h2{
	/*color: #ffa000;
	text-shadow: 0px 0px 5px #435643 ;
	-webkit-text-shadow: 0px 0px 5px #435643 ;
    -moz-text-shadow: 0px 0px 5px #435643 ;*/
	color: #fff;
	font-weight: 400;
}
.body_service .contenu h2.pop{
	border-radius: 1em;
	border: 1px solid #fff;
	padding: 2em;
	margin: 2em auto;
}
.body_service .contenu li,
.body_service .contenu li h4{
	clear: both;
}
.body_service .contenu h2.soustitre{
	background-color: #ffa000;
    color: #fff;
    padding: 0.2em 0.5em;
    display: table;
	font-weight: 700;
	text-shadow: inherit ;
	-webkit-text-shadow: inherit ;
    -moz-text-shadow: inherit ;
	margin: 1em auto 3.5em 0;	
}
.body_service .contenu h3{    
	text-shadow: 0px 0px 5px #435643;
    -webkit-text-shadow: 0px 0px 5px #435643;
    -moz-text-shadow: 0px 0px 5px #435643;
}
.body_service .contenu a{
	color: #fff;
	text-decoration: underline;
}
.body_service .contenu ul h3{
	display: inline;
}
.body_service #service_thumbnail img{
	max-width: 761px;
	max-height: 399px;
	margin: 0 auto;
	width: 100%;
}
.body_service #resume{
	font-style: italic;
	font-size: 1.1em;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
	padding: 2em 1em;
	margin: 4em auto;
}
.post #cta .cta_service ul,
.body_type #technique ul,
.body_type #benefices ul,{
	padding-left: 1em;
}
.body_service #benefices{
	padding: 0 1em;
}
.post #cta .cta_service ul li,
.body_type #benefices ul li,
.body_service #benefices ul li,
.body_service #contenu ul li{
	/* display: table; */
	width: 100%;
}
.post #cta .cta_service ul li > *,
.body_type #benefices ul li > *,
.body_service #benefices ul li > *,
.body_service #contenu ul li > *,
.post #cta .cta_service ul li:before,
.body_type #benefices ul li:before,
.body_service #benefices ul li:before,
.body_service #contenu ul li:before{
	display: table-cell;
	vertical-align: top !important;
	*display: inline-block;
	*vertical-align: top;
	*max-width: 90%;
}
.body_service #contenu ul li:before{
	padding: 0em 0.5em 0 0;
}
.post #cta .cta_service ul li:before,
.body_type #benefices ul li:before,
.body_service #benefices ul li:before{
	padding: 0.6em 0.4em 0 0;
}
.post #cta .cta_service ul li:before,
.body_type #technique ul li:before,
.body_type #benefices ul li:before,
.body_service #benefices ul li:before,
.body_service #contenu ul li:before{
	font-family: 'Font Awesome 5 fREE';
    font-weight: 900;
    font-style: normal;
    font-size: 0.7em;
    line-height: normal;
    margin-right: 10px;
    *text-shadow: -2px 2px 3px rgba(79, 28, 13,.3);
    color: #ffa000;
    content: '\f00c';
}
.body_service #revue_presse{
	background-color: #eaeaea;
	padding: 1em;
}
.body_type #references,
.body_service #references{
	border-top: 3em solid #9fc75e;
	text-align: center;
	background: #fff;
	color: #666;
}
.body_type #faq,
.body_service #faq{
	*background: #879a77;
	color: #fff;
}
.body_type #faq .faqrow,
.body_service #faq .faqrow{
	width: 100%;
	margin-top: 2em;
}
.body_type #faq .faqrow > div p,
.body_service #faq .faqrow > div p{
	display: table;
	margin: 1em auto;
	padding: 2em;
}
.body_type #faq .faqrow .question p,
.body_service #faq .faqrow .question p{
	*font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
	border-radius: 1em;
	background: #5c775b;
	font-weight: 500;
	font-style: italic;
}
.body_type #faq .faqrow .reponse p,
.body_service #faq .faqrow .reponse p{
	border-top: 1px solid #fff;
	padding: 0.5em;
	*font-size: 1.1em;
	margin-bottom: 1.5em;
}
.body_type blockquote,
.body_service blockquote{
	color: #eaeaea;
}
.body_type blockquote:before,
.body_service blockquote:before{
	content:"";
}
.body_service .thinglink > div{
	max-width: 100% !important;
}
.body_service .portrait img{
	max-width: 128px;
	max-height: 128px;
}
.body_type footer,
.body_service footer{
	color: #fff;
	padding: 2em;
	background: #5c775b;
	font-size: 1em;
}
.body_type footer .response,
.body_service footer .response{
	background-color: #fff;
}
#faq h2,
.body_type footer h2,
.body_service footer h2{
	font-size: 2em;
}
.body_type footer #formulaire_container,
.body_service footer #contact{
	width: 98%;
	max-width: 85em !important;
}
.body_type footer .content,
.body_service footer .content{
	max-width: 98% !important;
}
.body_service footer .footer_cta{
	margin: 3em auto;
}
.body_service footer .footer_cta .cta{
	min-width: 50%;
}
/* BODY SERVICE SHORTCODES */
.body_service #contenu ul li:before{
	color:#fff;
}
.body_service #contenu ul#exemples_traductions li:before,
.body_service #contenu ul#exemples_sponsors li:before,
.body_service #contenu ul.exemples_portfolio li:before{
	content: '\f30b';
    font-weight: 900;
}
.body_service #contenu ul#exemples_traductions li:hover,
.body_service #contenu ul#exemples_sponsors li:hover{
	border: none;
}
.body_service #contenu ul#exemples_traductions li a,
.body_service #contenu u.exemples_portfolio li a,
.body_service #contenu ul#exemples_sponsors li a{
	color: #fff;
}
.body_service #contenu ul#exemples_traductions li a:hover,
.body_service #contenu ul#exemples_traductions li:hover:before,
.body_service #contenu ul.exemples_portfolio li a:hover,
.body_service #contenu ul#exemples_sponsors li a:hover,
.body_service #contenu ul#exemples_sponsors li:hover:before{
	color:#ffa000;
}
.body_service #contenu ul.exemples_portfolio li:before{
	width: 1.5em;
	padding-top: 0.5em !important;
}
#statistiques_sponsors,
.body_service #statistiques_sponsors{
	width: 100%;	
	text-align: center;
}
#statistiques_sponsors > div,
.body_service #statistiques_sponsors > div{
	display: inline-block;
	vertical-align: top;
	margin: 1em;
	border: 3px solid #fff;
	border-radius: 1em;
}
#statistiques_sponsors p,
.body_service #statistiques_sponsors p{
	padding: 1em;
    min-height: 5em;
    min-width: 5em;
	margin: 0;
}
#statistiques_sponsors .number,
.body_service #statistiques_sponsors .number{
	font-size: 2em;
}
.body_service #lectorat_shortcode h4{
	color: #fff !important;
}
.body_service #lectorat_shortcode .w_container{
	width: 100%;
}
.body_service #lectorat_shortcode table{
	min-width: 50%;
	text-align: center;
	border: none;
    border-spacing: 0;
}
.body_service #lectorat_shortcode table tbody tr td {
    border-top: 1px solid #879a77;
    padding: 0.5em;
    vertical-align: middle;
}
.body_service #lectorat_shortcode table thead,
.body_service #lectorat_shortcode ul{
	display: none;
}
.body_service #lectorat_shortcode .rapport_graph {
    width: 100%;
    height: 400px;
	background: transparent;
}
.body_service #lectorat_shortcode .rapport_graph rect{
	fill:  rgba(255, 255, 255, 0.5);
}
/* TYPES LANDING PAGES */
.body_type #article_bg{
	*background-color: #5c775b;
	background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.body_type #article_bg #article_overlay{
	padding-bottom: 6em;
}
.body_type #gallerie_slug{
	*background: #d8ded3;
	margin-bottom: 5em;
}
.body_type #logos{
	padding: 0;
}
.body_type .top_half{
	padding: 1em 1em 3em;
}
.body_type h1{
	font-size: 1.9em;
	display: block;
	margin-bottom: 0.5em !important;
}
.body_type .page_title{
	width: 100%;
	clear:none;
}
.body_type .page_title > .center{
	padding: 3em;
	width: calc(100% - 6em);
}
.body_type .page_title .page_iso img{
	height: 150px;
	width: 150px;
	margin: 0 auto 0 0;
	/*-webkit-filter: drop-shadow( 0px 0px 5px #435643 ); 
    filter: drop-shadow( 0px 0px 5px #435643 );*/ 
}
.body_type .page_title #txt_container h1{
	margin: 0 !important;
	clear:none;
}
.body_type .page_title #txt_container h2{
	clear:both;
	background-color: #ffa000;
    color: #fff;
	text-align: left;
	padding: 0.2em 0.5em;
    display: table;
    font-weight: 700;
    text-shadow: inherit;
    -webkit-text-shadow: inherit;
    -moz-text-shadow: inherit;
	margin: 3em auto;
}
.body_type #description{
	color: #435643;
	font-size: 1.8em;
    line-height: 1.3;
}
.body_type #description p{
	max-width: 40em;
}
.body_type .type,
.body_type .type h3 a{
	color: #fff;
}
.body_type .type_red{
	background-color: #4f1c0d;
}
.body_type .type_green{
	background-color: #435643;
}
.body_type .type_grey{
	background-color: #444;
}
.body_service #contenu ul.no_list_type li{
	margin: 2em 0;
}
.body_service #contenu ul.small_margins li{
	margin: 0;
}
.body_service #contenu ul.no_list_type li p{
	margin: 1em 0;
}
.body_service #contenu ul.small_margins li p{
	margin: 0.25em;
}
.body_service #contenu ul.small_margins li:before{
	padding: 0.3em 0.2em 0 0;
    font-size: 1em;
    margin-right: 0.1em;
    text-shadow: none;
}
.body_service #contenu .ug-button-tile-navigation.ug-button-tile-left{
	background-image: url(images/tile_button_left.png);
}
.body_service #contenu .ug-button-tile-navigation.ug-button-tile-right{
	background-image: url(images/tile_button_right.png);
}
.ug-lightbox .ug-lightbox-numbers{
	top: auto !important;
    bottom: 1em;
    left: 2em !important;	
}
.ug-lightbox .ug-lightbox-button-close{
	right: 0.7em;
    left: auto !important;	
}
.body_service #contenu ul li:before,
.body_type #technique ul li:before{
    content: '\f192';	
    text-shadow: none;
	color: #879a77;    
	font-weight: 300;
}
.body_type #technique ul{
	width: 100%;
}
.body_type #technique ul li:before,
.body_type #technique ul.no_list_type li > div{
	display: inline-block;
	min-width: 1em;
	vertical-align: top;
}
.body_type #technique ul li:before{
	margin-top: 0.5em;
}
.body_type #technique ul.no_list_type li > div{
    width: calc( 100% - 2em);
}
.body_service #contenu ul li:before{
	color: #fff;
	font-size: 1.2em;
	text-shadow: 0px 0px 5px #435643;
	padding: 0.4em 0.4em 0 0;
    -webkit-text-shadow: 0px 0px 5px #435643;
    -moz-text-shadow: 0px 0px 5px #435643;
}
.body_type #references{
	background: #fff;
}
/* FIN SERVICES LANDING PAGES */
/* EBOOKS */
/*.ebook_container{
	color: #9fc75e;
	padding: 1em;
	border: 1px dashed #9fc75e;
	border-radius: 1em;
}
.ebook_container:hover{
	border: 1px solid;
	background: #9fc75e;
}
.ebook_container h3{
	min-height: 2em;
}
.ebook_container p{
	min-height: 6em;
}
.ebook_container a,
.ebook_container h3 a{
	color: #9fc75e;
}
.ebook_container:hover a,
.ebook_container:hover h3 a{
	color: #fff;
}*/
/* FIN EBOOKS */
/* PAGES */
.page{
	*padding-bottom: 2em;
}
/* CONTACT */
#contacts_liste{
	margin: 0 0 4em;
}
#contacts_liste h3,
#contacts_liste p{
	margin: 0.5em 0;
}
#contacts_liste i{
	margin-right: 0.5em;
}
#contacts_liste .cta{
	margin-left: 0;
	padding: 0.5em 1em;
}
.contact_menu > li{
	margin: 1em;
}
.contact_menu > li > a{
	color: #fff;
	padding: 1em;
	display: table-cell;
	vertical-align: middle;
	background: #5c775b;
	min-width: 15em;
}
.contact_menu > li > a:hover{
	background: #9fc75e ;
}
/* FIN PAGES */

/* RESPONSIVE */
@media screen and (min-width: 550px) {
	.ebooks_loop .ebook_container,
	.articles_loop .art_container{
		width: 476px;
	}
}
@media screen and (min-width: 600px) {
	#home #hero_shot,
	#home #equipe{
		*background-image: url(images/hero_shot_1000x700.png);
		background: #4f1c0d !important;
	}
	.html-mobile-background {
        display: none;
	}
	article.post,
	.pagination,
	#categories_menu,
	.page #page_content{
		background: transparent;
	}
}/*
@media screen and (min-width: 700px) {
	#home #hero_shot,
	#home #equipe,
	.h1_stripe{
		background-image: url(images/hero_shot_1000x1000.png);
	}
}
@media screen and (min-width: 1000px) {
	#home #hero_shot,
	#home #equipe,
	.h1_stripe{
		background-image: url(images/hero_shot_1000x1500.png);
	}
}
@media screen and (min-width: 1500px) {
	#home #hero_shot,
	#home #equipe,
	.h1_stripe{
		background-image: url(images/hero_shot_1000x2000.png);
	}
}*/ 
@media screen and (min-width: 35em) {	
	.gl_link{
		display: initial;
	}
	header .header_bot.h_stripe{
		padding-top: 0.5em;
		padding-bottom: 0.5em;
	}
	header.desktop.reduced .header_bot.h_stripe{
		padding-top: 0em;
		padding-bottom: 0em;		
	}
	header.mobile.reduced .header_bot.h_stripe{
		border-top: none;		
	}
	header svg,
	header img{
		height: 30px;
	}
	header .header_container > div{
		*height: 40px;
	}	
	header.reduced .header_container  > div{
		height: auto;
	}
	section#center.margin_top{
		margin-top: 48px;
	}
	h1, h2, h3{
		font-size: 1.5em;
	}
	.ebooks_loop .ebook_container h3 a,
	.articles_loop .art_container h3 a{
		font-weight: initial;
	}
	.articles_loop .art_container h3 a em{
		font-weight: initial;
	}
	.body_type h1{
		font-size: 2.5em;
	}
	.single h2,
	.page h2,
	.single h3,
	.page h3,
	.single h4,
	.page h4{
		margin: 2em 0 1em;
	}
	.page ul h3{
		margin-top: 0;
	}
	h4{
		font-size: 1.3em;
	}
	#home #hero_shot h1{
		padding: 0;
		font-size: 3.5em;
	}
	#home #hero_shot h2,
	#home #hero_shot p.cta_p{
		margin: 2em 0;
	}
	#home #hero_shot p{
		margin: 0 auto;
	}
	#home #hero_shot .cta_big{
		/* margin: 2.5em auto 0; */
		margin: 3.5em 0 0;
		padding: 0.8em 1.2em;
		font-size: 1em;
	}
	#home .overlay #hs_content > div {
		padding: 1em 0;
	}
	/* REVUE PRESSE */	
	#revue_presse > div{
		display: table-cell;
		vertical-align: middle;
		width: 100%;
	}
	#revue_presse #tagline_rp{
		padding-right: 2em;
		border-right: 1px solid #bdbdbd;
		margin-right: 2em;
		width: 30%;
	}
	/* QUOTES */
	.quote blockquote{
		padding-left: 2.5em;
	}
	.quote blockquote:before{
		font-size: 2em;
	}	
	/* MENUS */
	header#header_shadow.reduced.desktop #header #tagline p{
		font-size: 0.8em;
	}
	footer #footer_container{
		width: calc( 100% - 2em );
	}	
	footer .stripe{
		padding: 1em;
	}
	footer #footer_container{
		table-layout: fixed;
	}
	footer #footer_desktop_left,
	footer #footer_desktop_right{
		display: table-cell;
		vertical-align: top;
		min-width: 15em;
	}
	footer #footer_desktop_left > .stripe > .center{
		margin-left:0;
	}
	footer #copyright > .center {
		width: 100%;
	}
	.ebook_footer #copyright > .center {
		width: auto;
	}
	footer #footer_container,	
	footer #copyright > .center{
		max-width: 85rem !important;
	}
	footer #copyright > .center > p{
		display: table-cell;
		vertical-align: middle;
		padding: 0 1em;
	}
	footer #copyright > .center > p:last-child{
		text-align: right;
	}
	.body_service header #contact_info{
		padding-right: 15px;
	}
	.body_service header #contact_info a{
		font-size: 1em;
	}
	/* REFERENCES */
	.reference.content,
	.reference{
		margin: 2em 4% !important;
		display: inline-block !important;
		max-width: 50% !important;		
	}
	.reference.reference_presse{
		margin: 2em auto !important;
		display: table !important;
	}
	.reference:first-child{
		*margin-left: auto !important;
	}
	.reference:last-child{
		*margin-right: auto !important;
	}
	.reference_1 .reference.content,
	.reference_1 .reference{
		display: table !important;
		margin: 1em auto !important;
	}
	.references_2 .reference.content,
	.references_2 .reference{
		width: 42% !important;		
	}
	.references_x .reference.content,
	.references_x .reference{
		max-width: 23em !important;		
	}
	.references .reference .reference_contenu{
		height: 21em;
	}
	.ebooks_loop .ebook_container  .ebook_thumbnail_container,
	.articles_loop .art_container .post-thumbnail{
		min-height: 249px;
	}
	.articles_loop .art_container.small .post-thumbnail{
		min-height: 125px;
	}
	.ebooks_loop .ebook_container  .ebook_content,
	.articles_loop .art_container .article_description{
		border: 1px solid #eaeaea;
	}
	.articles_loop .art_container .article_foot > div{
		display: table-cell;
		vertical-align: middle;
	}	
	.articles_loop .art_container .cta{
		margin: 0 0 0 auto;
	}
	.body_service #benefices,
	.body_type #benefices{
		/* margin: 4em auto; */
		font-size: 1.5em;
		/* min-width: 70%; */
	}
	#partenaires .partenaire{
		width: 7em;
	}
	#partenaires .partenaire h3{   
		min-height: 3em;
	}
	#logos img{
		max-height: inherit;
	}
	.service_img.left_img{
		max-width: 50%;
		margin: 0 0.5em 4em 0;
		display: block;
		float:left;
	}
	.service_img.inline_img{
		margin: 0;
		display: table-cell;
		vertical-align: middle;
		padding: 1em;
	}
	#statistiques_sponsors .number,
	.body_service #statistiques_sponsors .number{
		font-size: 3em;
	}
	#statistiques_sponsors p,
	.body_service #statistiques_sponsors p{
		min-height: 11em;
		min-width: 11em;
	}
	.post_title .guest_bio{
		min-width: 30em;
	}
	/* CONTACT */
	#contacts_liste.contacts_liste_x{
		display: table;
		margin: 3em auto;
		width: 100%;
		table-layout: fixed;
	}
	#contacts_liste.contacts_liste_x > li{
		display: table-cell;
		vertical-align: top;
		padding: 0 1em;
	}
	/* CATEGORIES LOOP */
	#categories_loop.liste .cat_loop > span > span{
		display: inline-block;
		vertical-align: top;
		max-width: calc( 100% - 150px - 1em );
	}
	#categories_loop.liste .cat_loop > span > span:first-child{
		margin-right: 1em;
	}
}
@media screen and (min-width: 45em) {
	body{
		font-size: 18px;
		line-height: 1.5em;
	}
	header#header_shadow{
		position: fixed;
	}
	.body_service header#header_shadow{
		position: initial;
	}
	header .header_container #hid{
		display: table;
	}
	header .header_container #hid > *{
		display: table-cell;
		vertical-align: middle;
	}	
	section#center{
		margin-top: 120px;
	}
	.body_service section#center{
		margin-top: 0px;
	}
	.stripe{
		padding: 4em 5%;
	}
	.stripe#types{
		padding: 4em 2%;
	}
	.moities{
		display: table;
		width: 100%;
	}
	.moities > div{
		display: table-cell !important;
		vertical-align: middle;
		width: 50%;
	}
	.moities > div .rapport_graph{
		width: calc( 100% - 1em );
		padding: 0 0.5em;
	}
	/* MENU HEADER */
	.hbm nav{
		display: table;
		width: 100%;
	}
	.hbm #hbm_container{
		display: block !important;
		background: none;
		height: auto;
		position: unset;
		width: auto;
		padding: 0;
	}
	.hbm #hbm_label,
	.hbm #hbm_container #rs{
		display: none;
	}
	.hbm #hbm_ul{
		line-height: 1;
		width: auto;
		margin-left: auto;
		margin-right: 0;
	}
	.hbm #hbm_ul li{
		display: inline-block;
		vertical-align: middle;
		padding-left: 2.5em;
	}
	.hbm #hbm_ul li:first-child{
		padding-left: 0;
	}
	.hbm #hbm_ul li:first-child a,
	.hbm #hbm_ul li a{
		border: none;
	}
	.hbm #hbm_ul a{
		text-align: right;
		padding: 0;
		line-height: 30px;
	}
	.hbm #hbm_ul a:hover{
		background-color: transparent;
		color: #5c775b;
	}
	/* FIN MENU HEADER */
	#home #hero_shot .cta{
		padding: 1em 1.5em; 
	}
	.cta_big{
		font-size: 1.5em;
		margin: 2.5em auto;
	}	
	h1{
		font-size: 2.5em;
	}
	.h1_stripe{
		*background-image: url(images/hero_shot.png);
		background-repeat: no-repeat;
		background-position: center top;
		background-attachment: fixed;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
	}
	.h1_stripe .overlay{
		padding: 6em 0 6em 10%;
		display: block;
		position: relative;
		width: 90%;
	}
	h2{
		font-size: 2em;
	}
	/* TYPES */
	.body_type .page_title > .center > div{
		display : inline-block;
		vertical-align: middle;
		float: none;
		margin: 0;
	}
	.body_type .page_title #txt_container{
		width: calc(100% - 200px);
	}
	.body_type h1{
		text-align: left;
		font-size: 3.5em;
		display: table;
	}
	.body_type .page_title #txt_container h2{
		text-align: left;
		margin: 2em auto 0 0; 
		font-size: 1.5em;
	}
	.body_type .page_title .page_iso img{
		height: 200px;
		width: 200px;
	}
	/* FORMS */
	#home #hero_shot h2,
	#home #hero_shot p.cta_p{
		margin: 3em 0;
	}
	/*#home .overlay{
		min-height: 80vh;
	}*/
	#home .overlay #hs_content > div {
		padding: 0;
	}
	#home #social_profiles,
	#social_profiles.pem{
		padding: 2em 0;
	}
	#home #social_profiles #rs a,
	#social_profiles.pem #rs a {
		font-size: 1.7em;
	}
	#home #references{
		padding: 4em 0;
	}
	.member_full .member_container > *{
		display: table-cell;
		vertical-align: top;
	}
	.member_full .member_container > .member_content{
		padding: 0 1em;
	}
	.body_service h1{
		font-size: 3.5em;
		margin: 1em 0 0 !important;
	}
	.body_service h2{
		margin: 2em 0 1.5em;
	}
	.body_type #faq .faqrow > div,
	.body_service #faq .faqrow > div{
		width: 50%;
		display: inline-block;
		vertical-align: top;
	}	
	.body_type #faq .faqrow .question p,
	.body_service #faq .faqrow .question p{
		margin: 0 1em 0 auto;
	}
	.body_type #faq .faqrow .reponse p,
	.body_service #faq .faqrow .reponse p{
		margin: 0 auto 0 1em;
	}
	.body_type .top_half{
		padding: 1em 2em 6em;
	}
	.body_service .service_auteur{
		padding: 0 1em;
	}
	/* #revue_presse .logo_rp img{ */
		/* max-width: 150px; */
	/* } */
	.contact_menu{
		text-align: center;
	}
	.contact_menu > li{
		display: inline-block;
		vertical-align: middle;
	}
	.contact_menu > li > a{
		height: 7em;
		width: 7em;
		min-width: 1px;
	}
}
@media screen and (min-width: 55em) {	
	.content{
		max-width:  55em !important;
	}	
	section.error404,
	section.page{
		*padding-bottom: 1em;
	}
	section.home{
		padding-bottom: 0;
	}
	section#center.margin_top{
		margin-top: 120px;
	}
	.page #page_content{
		padding: 4em 1em;
		max-width: calc( 100% - 2em );
	}
	/* header */
	.hbm #hbm_ul a{
		line-height: 50px;
	}
	header.mobile .header_bot.h_stripe{
		border-top: 31px solid #5b765a;
	}
	header .header_container > div{
		height: 75px;
	}
	header .header_container #tagline p{
		font-size: 1em;
		padding-left: 2.5rem;
	}
	header.reduced .header_container #tagline p{
		font-size: 0.8em;
	}
	header svg,
	header img{
		height: 3.5em;
	}
	/* FOOTER */
	footer #footer_desktop_left,
	footer #footer_desktop_right{
		display: table;
		margin: 0 auto;
		min-width: 1px;
	}
	footer #footer_desktop_left > .stripe > .center{
		margin-left: auto;
	}
	footer #footer_desktop_right{
		min-width: 50em;
		margin: 2em auto;
	}
	footer #footer_desktop_right #footer_navigation nav > ul > li{
		padding-right: 5em;
	}	
	footer #footer_desktop_right #footer_navigation nav > ul > li{
		display: table-cell;
		vertical-align: top;
	}
	footer #footer_desktop_right #footer_navigation nav > ul > li:last-child{
		padding-right: 0;
	}
	/*.single,
	.error404,
	.page{
		display: table;
		margin: 0 auto;
	}*/
	.home{
		display: block !important;
	}
	/* TYPES */
	.body_type .page_title #txt_container{
		width: calc(100% - 260px);
	}
	.body_type .page_title .page_iso img{
		height: 250px;
		width: 250px;
	}
	#logo_list > li{
		display: table-cell;
		vertical-align: top;
		padding: 1em;
	}
	/* CATEGORIES LOOP */
	#categories_loop.tuile .cat_loop{
		margin: 1em 2%;
		display:inline-block;
		vertical-align: top;
		max-width: 37%;
	}
	#categories_loop.tuile .cat_loop .cat_desc{
		min-height: 15em;
	}	
	
}
@media screen and (min-width: 65em) {
	header #header #logo,
	header #header #tagline{
		display: table-cell;
		vertical-align: middle;
	}
	header #header #tagline p{
		font-size: 1em;
		padding-left: 3em;
		max-width: 20em;
	}
	header .header_container #tagline p{
		max-width: 100%;
	}
}
@media screen and (min-width: 75em) {
	.body_service #intro{
		width: 100%;
	}
	.body_service #intro > *{
		display: table-cell;
		vertical-align: top;
		width: 50%;
	}
	footer #footer_container{
		table-layout: unset;
	}
	footer #footer_desktop_left > .stripe > .center{
		margin-left:0;
	}
	footer #footer_desktop_left > .stripe{
		padding-right: 5em;
	}
	footer #footer_desktop_left,
	footer #footer_desktop_right{
		display: table-cell;
	}
	footer #footer_desktop_right{
		margin-top: 0;
	}
	/* CATEGORIES LOOP */
	#categories_loop.tuile .cat_loop{
		max-width: 24%;
		min-width: 20em;
	}
	.contact_menu > li:first-child{
		margin-left: 0;
	}
	.contact_menu > li:last-child{
		margin-right: 0;
	}
}
