/*
Theme Name: Hubert & fils by JTSconseils
Theme URI: https://www.hubertetfils.fr/
Author: JTSconseils
Author URI: https://jtsconseils.com/
Description: Site Hubert & fils, la maitrise des travaux durables
Version: 1.1
*/
/*************Reset****************/
/* Box sizing rules */
*,
*::before,
*::after {
  /*box-sizing: border-box;*/
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}
/*balise base */
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, 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;
}
html {
    overflow-x: hidden;
   
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block }
ol, ul { list-style: none }
blockquote, q { quotes: none }
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
button, input, select, textarea { margin: 0 }
:focus { outline: 0 }

img, video, object, embed {
   max-width: 100%;
    height: auto!important;

}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/***************************************************/
/************************ [Police] ******************/
/***************************************************/
@font-face {
    font-family: 'oswaldbold';
    src: url('fonts/oswald-bold-webfont.woff2') format('woff2'),
         url('fonts/oswald-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'oswaldlight';
    src: url('fonts/oswald-light-webfont.woff2') format('woff2'),
         url('fonts/oswald-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'oswaldmedium';
    src: url('fonts/oswald-medium-webfont.woff2') format('woff2'),
         url('fonts/oswald-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Oswald-SemiBold';
    src:url('fonts/Oswald-SemiBold.ttf.woff') format('woff'),
        url('fonts/Oswald-SemiBold.ttf.svg#Oswald-SemiBold') format('svg'),
        url('fonts/Oswald-SemiBold.ttf.eot'),
        url('fonts/Oswald-SemiBold.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'oswalddemibold';
    src: url('fonts/oswald-demibold-webfont.woff2') format('woff2'),
         url('fonts/oswald-demibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'oswaldbook';
    src: url('fonts/oswald-regular-webfont.woff2') format('woff2'),
         url('fonts/oswald-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.cookie_boutons {background: #ec6608 !important;color: white !important;}


/***************************************************/
/************************ [current content] ******************/
/***************************************************/
#search_block{
        width: 300px;
        height: 90px;
        float: right;
    }


table img{
max-width: inherit;
}
iframe { max-width: 100% }
blockquote {
    font-style: italic;
    font-weight: normal;
    font-family: 'oswaldlight';
    font-size: 15px;
    padding: 0 10px 20px 27px;
    position: relative;
    margin-top: 25px;
}
blockquote:after {
    position: absolute;
    content: '"';
    font-size: 40px;
    color: #D0D9E0;
    width: 50px;
    top: -5px;
    left: 0;
    font-family: 'oswaldlight';
}
blockquote p { margin-bottom: 10px }

em, i, cite {
    font-style: normal;
    font-family: 'oswaldlight';
}
small { font-size: 100% }
figure { margin: 10px 0 }
code, pre {
    font-family: 'oswaldlight';
    font-weight: normal;
    font-style: normal;
}
pre {
    margin: 5px 0 20px 0;
    line-height: 1.3em;
    padding: 8px 10px;
    overflow: auto;
}
code {
    padding: 0 8px;
    line-height: 1.5;
}
mark {
    padding: 1px 6px;
    margin: 0 2px;
    color: black;
    background: #FFD700;
}
address { margin: 10px 0 }
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.sticky { }
.gallery-caption { }
.bypostauthor { }
.wp-caption-text { }
/*-[ Framework ]--------------------*/
body {
    line-height: 1;
    font: 13px/19px 'oswaldlight', sans-serif;
    color: #000;
	background:#fff;
}
::-moz-selection {
    background: #222;
    color: white;
    text-shadow: none;
}
::selection {
    background: #222;
    color: white;
    text-shadow: none;
}
.cale01{
    width:100%;
    height:195px;
    display: block;
}
.logo{
	
	width: 268px;
	height:128px;
	
	background:url('images/logo_hubert.png') no-repeat;
    background-size: cover;
    margin:0;
}
#page, .container {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
    
    margin-bottom: 12px;
    
    
}
h1 {
    font-family: 'oswaldmedium';
    font-size: 30px;
    line-height: normal;
    display: block;
    text-align: left;
    color:#143f6f;
   
}

h2{ font-family: 'oswalddemibold';
    font-size: 30px;
    line-height: normal;
    display: block;
    text-align: center;
    color: #143f6f;
    margin-top: 40px;}

h3 {
    font-family: 'oswaldmedium';
    font-size: 30px;
    line-height: normal;
    color: #ec6608;
    display: block;
    text-align: left;
}

#p_home h1{
    font-size:30px;
}
#p_home h2 {
    font-size: 50px;
  
}

h4 {
    font-size: 20px;
    line-height: 1.4;
}
h5 {
    font-size: 18px;
    line-height: 1.4;
}
h6 {
    font-size: 16px;
    line-height: 1.4;
}
.sub-title { font-size: 12px }
p { 
    margin: 2px;
    font-size: 14px;
    line-height: normal;
    font-family: 'oswaldlight';
    color: #143f6f;
    
    
}
a {
    text-decoration: none;
    color: #000;
    -webkit-transition: background-color, color 0.2s linear;
    -moz-transition: background-color, color 0.2s linear;
    transition: background-color, color 0.2s linear;
}
a:hover { color: #C1377F }
a:link, a:visited, a:active { text-decoration: none }





/*-[ Main container ]---------------*/

#map{
    width:100%;
    height:600px;
    border:solid 1px;
}
.main-container {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    clear: both;
    overflow: hidden;
    
}
/**************************************************************/
/*****************************bouton une question*****************************/
/**************************************************************/


#re_call{
    position: fixed;
    top: 200px;
    right:2%;
    padding:15px;
    background-color: #ec6608;
    z-index: 10000;
    width: 50px;
}

#re_call img{
    
    position: absolute;
    bottom:-30px;
    left:-35px;
}
#re_call:hover{
   
    background-color: #68afc4;
    
}
#re_call a{
    display:block;
}

#p_home{
    width: 100%;
    text-align: center;
}




.titre_cadre{
    text-align: left;
    margin: 15px 15px 8px 15px;
    font-size: 28px;
    color:#3c3c3b;
    line-height: 30px;
}

.medium{
    font-family: 'oswaldlight';
}
.sub_titl_cadr{
    text-align: left;
    margin: 5px 15px;
    font-size: 18px;
    color:#3c3c3b;
}
.elm_form{
    margin: 10px 0 5px 8px;
    text-align: center;
	
	color:#3c3c3b;
	
	font-size: 12px;
	font-family: 'oswaldlight';
}
.dech_mq{
     text-align: center;
    margin: 0px 15px;
    font-size: 14px;
    
}
.dech_mq a{
    color:#fff;
    text-decoration: none;
}
.dech_mq a:hover{
    color:#555;
    
}
#cadr_question{
    width: 135px;
    height: 65px;
    position: absolute;
    right: 5px;
    top:-60px;
}

.question1{
    color:#fff;
    margin: 0;
}
.question2{
    color:#3c3c3b;
    
    text-align: center;
}
#page, .container {
    width: 100%;
    min-width: 240px;
    overflow: visible;
}
#page_home, .container {
    width: 100%;
    min-width: 240px;
    overflow: visible;
}
.containerfluxh {
    width: 100%;
    min-width: 240px;
    overflow: visible;
    background-color: #fff;
    height: 128px;
}
#page {
   
    padding-top: 15px;
    min-height: 100px;
   
    clear: both;
    overflow: hidden;
	width:1280px;
	margin:0 auto 0 auto;
}

.init>p>label>span>input, .init>p>label>span>textarea{width: 100%}
/**************************************************************/
/*************************** Service homepage***********************/
/**************************************************************/

#services{
    width: 1180px;
    height:385px;
    margin:0 auto;
}
#services li{
    display:inline-block;
    vertical-align: top;
    width:25%;
    height:385px;
    overflow: hidden;
    position: relative;
    filter: grayscale(30%);
    transition: .3s ease-in-out;
}
#services li img{
    max-width: inherit;
    height: 385px !important;
    width:auto!important;
     filter:blur(3px);
   transition: .3s ease-in-out;
}
.filtre_couleur{
    background:#143f6f;
    position: absolute;
    left: 0;
    top:0;
   opacity: .68;
    width:100%;
    height: 100%;
    z-index: 100;
    background-blend-mode: multiply;
    transition: .3s ease-in-out;
}
#services li:hover img{
   
     filter:blur(0);
}
#services li:hover .filtre_couleur{
   
     opacity: 0;
}
#services li:hover .bando_blan{
   opacity: .62;
     height: 210px;
}
#services li:hover .trai_blan{
  width: 150px;
}
.bando_blan{
    height: 0;
    width:100%;
    background: #fff;
     opacity: 0;
    position: absolute;
    top:115px;
     transition: .3s ease-in-out;
    z-index: 110;
}
.cont_text_serv{
    width:100%;
    height: 190px;
    position: absolute;
    top:115px;
    z-index: 120;
}
.picto_serv{
    width:150px;
    height: 100px;
    margin:0 auto;
}
.trai_blan{
    height: 2px;
    background: #fff;
    width: 25px;
    margin:0 auto;
     transition: .3s ease-in-out;
}
.text_serv{
    text-align: center;
    font-family: 'oswaldmedium';
    color:#fff;
    font-size:20px;
    text-transform: uppercase;
    line-height: 25px;
    transition: .3s ease-in-out;
    margin-top: 10px;
}
#services li:hover .text_serv{
  color:#143f6f;
}
#pic01{
    background:url('images/picto_serv01.png') no-repeat;
}
#pic02{
    background:url('images/picto_serv02.png') no-repeat;
}
#pic03{
    background:url('images/picto_serv03.png') no-repeat;
}
#pic04{
    background:url('images/picto_serv04.png') no-repeat;
}
#services li:hover #pic01{
  background:url('images/picto_serv01h.png') no-repeat;
}
#services li:hover #pic02{
  background:url('images/picto_serv02h.png') no-repeat;
}
#services li:hover #pic03{
  background:url('images/picto_serv03h.png') no-repeat;
}
#services li:hover #pic04{
  background:url('images/picto_serv04h.png') no-repeat;
}
/**************************************************************/
/********************button*************************/
/**************************************************************/

.categoryWrapper{
   
}
.categoryWrapper button{
	position: absolute;
    left: 85px;
   top:110px;
	transform: translatey(60px);
	-webkit-appearance: none;
	border: none;
	background: none;
	color:#143f6f;
	width: 115px;
	height:25px;
	font-size: 14px;
	padding: 0;
	margin: 0;
	outline: none;
	z-index: 10;
    text-align: left;
}

.categoryWrapper button span{
	display: block;
	position: relative;
	line-height: 25px;
	height: 25px;
	cursor: pointer;
}

.categoryWrapper button > span:after{
	content:'';
	position: absolute;
	top:0;
	left: 50%;
	width: 0;
	height: 0;
	
	border: 1px solid #143f6f;
	border-left: none;
	border-bottom: none;
	
	    transition: height 0.15s ease-out, width 0.15s ease-out 0.15s;
}

#services li:hover button > span:after{
	width: calc(50% - 1px);
	height: calc(100% - 2px);
	transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
}

.categoryWrapper button > span:before{
	content:'';
	position: absolute;
	top:0;
	right: 50%;
	width: 0;
	height: 0;
	
	border: 1px solid #143f6f;
	border-right: none;
	border-bottom: none;
	
	    transition: height 0.15s ease-out, width 0.15s ease-out 0.15s;
}

#services li:hover button > span:before{
	width: calc(50% - 1px);
	height: calc(100% - 2px);
	transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
}

.categoryWrapper button > span > span:before{
	content:'';
	position: absolute;
	bottom:0;
	right: 0%;
	width: 1px;
	height: 1px;
	opacity: 0;
	
}

#services li:hover button > span > span:before{
	opacity: 1;
	border-bottom: 1px solid #143f6f;
	width: calc(50%);
	height: 1px;
	transition: opacity 0s ease-out 0.29s, width 0.15s ease-out 0.3s;
}

.categoryWrapper button > span > span:after{
	content:'';
	position: absolute;
	bottom:0;
	left: 0%;
	width: 1px;
	height: 1px;
	opacity: 0;
	
}

#services li:hover button > span > span:after{
	opacity: 1;
	border-bottom: 1px solid #143f6f;
	width: calc(50%);
	height: 1px;
	transition: opacity 0s ease-out 0.29s, width 0.15s ease-out 0.3s;
}

.categoryWrapper button > span > span > span{
	transition: color 0.15s ease-out 0.3s;
	color: transparent;
    padding-left: 10px;
}
.categoryWrapper button > span > span > span > span{
	width:0;
    position: absolute;
	top:0;left:90px;right:0;bottom:0;
    background:url('images/picto_arrow.jpg') no-repeat;
    transition: color 0.15s ease-out 0.3s;
}

#services li:hover button > span > span > span{
	color:#143f6f;
    
}

.categoryWrapper button > span > span > span:after{
	position: absolute;
	top:0;left:0;right:0;bottom:0;
	color:#fff;
	content: 'En savoir plus';
	width: 0%;
	height: 100%;
	background:#143f6f;
	white-space: nowrap;
	text-align: center;
	margin: auto 0;
	overflow: hidden;
	display: flex;
	justify-content: center;
	transition: width 0.2s;
}
.categoryWrapper button > span > span > span > span:after{
	position: absolute;
	top:0;left:90px;right:0;bottom:0;
	color:#fff;
	 
	width: 0%;
	height: 100%;
	background:#143f6f;
	white-space: nowrap;
	text-align: left;
	margin: auto 0;
	overflow: hidden;
	display: flex;
	justify-content: center;
	transition: width 0.2s;
}

.categoryWrapper button:hover > span > span > span:after{
	width: 90px;
}
#services li:hover .categoryWrapper button > span > span > span > span{
	width: 25px;
}
.categoryWrapper button:hover > span > span > span > span{

    background:url('images/picto_arrowh.jpg') no-repeat;
}
/**************************************************************/
/*************************Contenu homepage*********************/
/**************************************************************/

.content_home{
    width:100%;
    height: auto;
}
#main_post{
    width:1180px;
    height: auto;
    margin:60px auto;
}
#main_post li{
    display:inline-block;
    vertical-align: top;
   width:50%;
    text-align: justify;
  
}
#main_post li img{
    max-width: 540px;
    height: auto!important;
    box-shadow: -10px 10px #cdcddb;
    float: right;
    margin-right: 30px;
}
#main_post>li>div>div>p:first-of-type{font-size: 20px;
    color: #EC6608;
    font-family: 'oswaldlight';}
#btn_recall{
    width:180px;
    margin-top: 30px;
    border:2px solid #ec6608;
    color:#ec6608;
    position:relative;
    transition: width 0.2s;
}
#btn_recall::after{
position: absolute;
	top:0;right:0; 
  content:' ';
    border-top:1px solid #ec6608;
    border-bottom:1px solid #ec6608;
display:block;
	width: 0;
	height: 32px;
	background:url('images/picto_arrow_call.jpg') no-repeat;
	justify-content: center;
	transition: width 0.2s;
}
#btn_recall:hover {
   
	width: 214px;
	
}
#btn_recall:hover::after{
   
	width: 34px;
	
}
#btn_recall p{
    width: 180px;
     text-align: center;
   line-height: 30px;
    color:#ec6608;
}
#btn_recall a{
    
    color:#ec6608;
    text-align: inherit;
   
}
.titl_part{
    font-family: 'oswaldmedium';
    font-size: 30px;
     line-height: 35px;
    display: block;
    text-align: left;
    color:#143f6f;
    text-align: center;
    margin-bottom: 40px;
}
.bar_orange{
    width:64px;
    height: 4px;
    margin:40px auto;
    background: #ec6608;
}
/*************************************************************/
/******************** Slider logo confiance ******************/
/**************************************************************/

.slick-slide {
    margin: 0px 60px;
}

.slick-slide img {
    width: 100%;
    filter: sepia() hue-rotate(340deg) saturate(400%);
    opacity: .5;
    transition: color 0.15s ease-out 0.3s;
}
.slick-slide img:hover {
    
    filter: sepia(0%) hue-rotate(0deg) saturate(100%);;
    opacity: 1;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;

}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/**************************************************************/
/************Actu homepage*********************/
/**************************************************************/


#actu_home{
    width: 100%;
    
}
.btn_actu{
    position: absolute;
    left:30px;
    border:1px solid #143f6f;
    width: 25px;
	height: 25px;
    transition: width 0.2s;
    display: block;
    overflow: hidden;
}
.readMore a{
    color:#143f6f;
    line-height: 25px;
}
.btn_actu::after{
    position: absolute;
	top:0;right:0; 
    content:' ';
    display:block;
	width: 25px;
	height: 25px;
	background:url('images/picto_arrow.jpg') no-repeat;
	justify-content: center;
	transition: width 0.2s;
}

.btn_actu:hover{
    width:100px;
    
}

.article {
    width: 100%;
    padding: 30px;
    
}
#content_box {
    float: left;
    width: 100%;
}
#content { overflow: hidden;

}
#content2 { overflow: hidden;
position: relative;
}
.post {
    
    width: 100%;
    margin-right: 2.4%;
}
.excerpt {
    width: 575px;
    height: auto;
    min-height: 210px;
    position: relative;
    margin: 35px 0 35px 40px;
    background-color: #fff2e8;
    max-height: 210px;
    display:inline-block;
}
.title_news{
    
    font-size: 20px;
    margin:20px 0;
   
    text-transform: uppercase;
    width:100%;
}
.infos_news{
min-height:  50px;
    
    padding:20px 10px 10px 0;
    margin:0 0 0 230px;
    text-align: left;
}
.infos_news p{
    margin:10px 0;
}
.date_crea{
    text-transform: uppercase;
    height: 18px;
    width: 150px;
 
    font-size: 14px;
    font-family: 'oswaldlight';
    color:#ec6608;
     text-decoration: inherit;
   
}
.wp-post-image { float: left }
.cadre_thumb{
    width:210px;
    height: 210px;
    position:relative;
    overflow: hidden;
}


.featured-thumbnail {
    float: left;
    width: 100%;
    position: relative;
   
}
#featured-thumbnail {
    float: left;
    margin:0 17px 0 0;
   width:210px;
}
.featured-thumbnail img {
    margin-bottom: 0;
    float:left;
    
 
}


.single_post {
   margin-top:40px;
    padding: 0;
    float: left;
    width: 100%;
}


.single_page {
    
    overflow: hidden;
    height: 100%;
    padding:10px 0 0 0;
     /*font-family: 'oswaldbold';*/
    
    font-size: 14px;
}
.single_page .title{
   margin-left: 50px;
    font-family: 'oswaldbold';
    color: #143f6f;
    font-size: 30px;
}
.single_page h1{
   
    font-family: 'oswaldbold';
    color: #000;
    font-size: 100px;
    
}
.single_page h2{
   
    font-family: 'oswaldbold';
   /* color: #25b7bc;
    font-size: 18px;*/
  
}
.single_page h3{
   
    font-family: 'oswaldbold';
    color:#143f6f;
    font-size: 24px;
   
}

.postsby{
    font-family: 'oswaldbold';
    color:#143f6f;
}

.single .post {
    width: 99%;
    padding-right: 1%;
}
.post-content {
   
    margin-bottom: 10px;
   font-size: 20px;
    font-family: 'oswaldlight';
    line-height: 14px;
    padding: 0 15px 0 5px;
   
    /*max-height: 76px;
    overflow: hidden;*/
}
.excerpt .post-content {
    
   font-size: 12px;
    font-family: 'oswaldlight';
  text-align: justify;
    max-height: 76px;
    overflow: hidden;
}
.single_page .post-content { max-height: 100%; }
.post-single-content p{
    text-align: justify;
}
.readMore {
    color: #7B7A79;
    position: relative;
    margin-left:203px;
}
.readMore a {
    display: inline-block;
    font-size: 13px;
}
.ss-full-width {
    
    /*padding: 20px;*/
    margin-bottom: 30px;
    overflow: hidden;
    padding-top: 0;
}
.ss-full-width #content_box {
    padding-right: 0;
    padding-left: 0;
}
.ss-full-width .post-content {
    max-height: 100%;
}


.title {
    
    font-family: 'oswaldbold';
    margin:10px 0;
}
.title h2{
    
    line-height: 60px;
}

.single #page { padding: 30px 0 0 0 }
.title a { color: #143f6f; font-family: 'oswaldbook'; }
.page h1.title { margin-bottom: 20px ; padding-top: 0;}
.post-info {
    display: block;
    font-size: 13px;
    color: #AAAAAA;
    text-transform: uppercase;
    font-weight: bold;
}
.single-postmeta {
    clear: both;
    float: left;
    font-size: 12px;
    margin-bottom: 12px;
}
.single .article{
    padding:0;
}
.archive .article{
    padding:0;
}
.home article header, .archive article header { margin-bottom: 5px }
article header {
    float: left;
    width: 100%;
}
.post-info a { color: #919191 }
.article img.left, .article img.alignleft, .wp-caption.alignleft {
    margin: 0.3em 1.571em 0.5em 0;
    display: block;
    float: left;
}
.ss-full-width img.left, .ss-full-width img.alignleft, .wp-caption.alignleft {
    margin: 0.3em 1.571em 0.5em 0;
    display: block;
    float: left;
}
.article img.right, .article img.alignright, .wp-caption.alignright {
    margin: 0.3em 0 0.5em 1.571em;
    display: block;
    float: right;
}
.article img.center, .article img.aligncenter, .wp-caption.aligncenter {
    margin: 0.3em auto 0.5em auto;
    display: block;
}
.article img.aligncenter, .article img.alignnone {
    /*margin-top: 1em;
    margin-bottom: 1em;*/
    display: block;
}

.article ol {
    margin: 1em 0 0 1.9em;
    list-style-type: decimal;
}



/************popup formulaire*********************/
#JPO div{
   
    color:#000;
}
#JPO .label, #DEVIS .label, #JPO span, #DEVIS span{
    font-size:16px;
    color:#000;
   
    line-height: 25px;
    font-family: 'oswaldbold';
}
.popup_content {
  margin: 10px;
  padding:30px;
  max-width: 60%;
 
    box-shadow: 1px 1px 12px #555;
    
  background: rgb(255, 255, 255, 1);
}

.titlform{
    font-size:30px;
    color:#6db7cc;
    text-align: center;
    line-height: 35px;
    font-family: 'oswaldbold';
}
.titlform2{
    font-size:30px;
    color:#000;
    text-align: center;
    line-height: 35px;
    font-family: 'oswaldbold';
}
.textform{
    font-size:20px;
    color:#000;
    text-align: center;
    line-height: 25px;
    font-family: 'oswaldlight';
}
#footform{
    width: 100%;
    height: 65px;
    font-size:30px;
    color:#fff;
    position:absolute;
    bottom: 0;
    left:0;
    line-height: 65px;
    font-family: 'oswaldbold';
    background-color: #4d9021;
    text-align: center;
    
}
#formcon{
    position:absolute;
    top:0;
    right:0;
    background-color: #ececec;
    float: right;
    padding: 20px;
    
}
.call_input{
    width:100%;
}
.fer_g{
    text-align: left;
}
.fer_d{
    text-align: right;
}
#formcon label{
    font-size:20px;
    color:#000;
    line-height: 25px;
    font-family: 'oswaldbold';
}
.label
{
    font-size:20px;
    color:#000;
    line-height: 25px;
    font-family: 'oswaldbold';
}
#sep01{
    width: 230px;
    height: 40px;
    margin: 40px auto 0 auto;
    border-top: 1px solid #000;
}
#sep02{
    width: 100%;
    height: 40px;
    margin: 40px auto 0 auto;
 
}
#sep03{
    width: 100%;
    height: 400px;
    margin: 40px auto 0 auto;
 
}
#slide_background {
  transition: all 0.3s 0.3s;
}
#JPO, #DEVIS,
#slide_wrapper {
  transition: all 0.3s ease-out;
}
#JPO, #DEVIS {
  transform: translateX(0) translateY(-40%);
}
.popup_visible #JPO, .popup_visible #DEVIS {
  transform: translateX(0) translateY(0);
}

.single_page li{
  list-style-type: square;
	margin-left: 30px;
	
}

/*-[ Header ]-----------------------*/
body > header {
    float: left;
    width: 100%;
    position: relative;
    
}
.main-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    background:#fff;
   
    
    
}
#the_header{
     height: 217px;
    transition: color 0.15s ease-out 0.3s;
}
#header {
    position: relative;
    width: 1180px;
    height: 162px;
border-bottom: 1px solid #f1f3f6;
    padding-top: 55px;
    margin: 0 auto 0 auto;
    transition: color 0.15s ease-out 0.3s;
  
}
.header-inner {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    overflow: hidden;
}
#header h1, #header h2 {
    font-size: 34px;
    float: left;
    display: inline-block;
    line-height: 1;
    margin: 18px 0;
}
#logo a {
    color: white!important;
    text-transform: uppercase;
}
.widget-header {
    float: right;
    max-width: 76%;
    margin-bottom: 0;
}
/*-[ Navigation ]-----------------*/

.secondary-navigation .children li .sf-sub-indicator { display: none }
.secondary-navigation {
    display: block;
    margin:0 auto;
    width: 100%;
    height: auto;
	
}
.secondary-navigation a {
    font-size: 20px;
    color: #143f6f;
    text-align: center;
    text-decoration: none;
    line-height: 48px;
    
}

.secondary-navigation a .sub {
    font-size: 11px;
    font-weight: normal;
    font-family: arial;
    color: #9B9B9B;
}
#menuToggle
{
  display: block;
  position: relative;
 
 
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle > div > ul > li > div > a
{
  text-decoration: none;
  color: #ec6608;
  
  transition: color 0.3s ease;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  right: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle #hamburger span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  right:0;
  background: #ec6608;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle #hamburger span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle #hamburger span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ #hamburger span
{
  opacity: 1;
  transform: rotate(45deg) translate(-7px, -14px);
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ #hamburger span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ #hamburger span:nth-last-child(2)
{
    transform: rotate(-45deg) translate(-5px, 13px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
.text_ham{
    width:50px;
    margin:0;
    position: absolute;
    top:5px;
    right:45px;
    color:#143f6f;
    font-family: 'oswaldmedium';
    font-size: 20px;
}
#cont_menu{
     width: 0;
    position: absolute;
    top:35px;
  right:0;
    overflow: hidden;
    transition: .3s ease-in-out;
    z-index: 10000;
}
#menu
{
  /*position: absolute;*/
  width: 250px;
  margin: 0;
  padding:20px;
  background: #fff;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}
.forhover{
    padding:0;
    margin:0;
    width:100%;
}
.flechemenu{
    color: #ec6608;
    margin-left: 20px;
    display:inline-block;
}
#navigation ul ul .flechemenu{
    display:none;
}
#navigation ul li:hover .flechemenu{
    color:#143f6f;
    transform: rotate(90deg);
}

#navigation ul li:hover a{
    color:#143f6f;
    
}
#menu li:hover #menu > li > div > a{
    color:#143f6f;
}
#navigation ul li:hover ul a{
    color:#ec6608;
    
}
#navigation ul ul .forhover:hover{
    background: #ec6608;
}
#navigation ul ul a{
    color: #ec6608;
}
#menu li
{
  padding: 10px 0;
  font-size: 22px;
    text-transform: uppercase;
    border-bottom: 1px solid #ec6608;
    text-align: center;
}
#menu li li
{ 
    text-transform: none;
    border-bottom: none;

}
#menuToggle > div > ul > li > ul > li > div > a
{
  text-decoration: none;
  color: #ec6608;
  transition: color 0.3s ease;
}
#menuToggle > div > ul > li > ul > li > div:hover a
{
  color: #fff;
}

#menu>li:nth-of-type(3)>.forhover>.flechemenu, #menu>li:nth-of-type(4)>.forhover>.flechemenu{display: none}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ #cont_menu ul
{
  transform: none;
}
#menuToggle input:checked ~ #cont_menu 
{
   width: 280px;
}
#navigation {
    font-size: 13px;
   margin: 0 auto 0 auto;
    width: 100%;
    position: relative;
	/*height: 48px;*/
    padding:0;

}
#hamburger{
    position: absolute;
    right:0;
}

#navigation ul ul {
   height: 0;
	transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
    overflow: hidden;
}
#navigation .sf-sub-indicator {
    display: none;
    width: 10px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    top: 9px;
}
#navigation select { display: none }
#navigation ul li:hover ul {
    height:auto;
}

/*//////////////////////////////////////menu responsive/////////*/
.hamburger{
  background:none;
  position:absolute;
  top:70px;
  right:0;
  line-height:45px;
  padding:5px 15px 0px 15px;
  color:#4c585f;
  border:0;
  font-size:4em;
  font-weight:bold;
  cursor:pointer;
  outline:none;
  z-index:10000000000000;
    display:none;
}
.cross{
  background:none;
  position:absolute;
  top:100px;
  right:0;
  padding:7px 15px 0px 15px;
  color:#4c585f;
  border:0;
  font-size:10em;
  font-weight:bold;
  cursor:pointer;
  outline:none;
  z-index:10000000000000;
    display:none;
}
.secondary-navigation .hamburger{
 
  color:#fff;
 
}
.secondary-navigation2 .hamburger{
 
  color:#4c585f;
 
}
.secondary-navigation .cross{
 
  color:#fff;
 
}
.secondary-navigation2 .cross{
 
  color:#4c585f;
 
}
/*//////////////////////////////////////menu responsive/////////*/


#prefoot{
    width:100%;
    text-align: center;
    height: 80px;
    margin-top: 20px;
}
#footlink1{
   
    padding:3px 0 0 22px;
    font-family: 'oswaldbold';
    margin:5px;
}
#footlink2{
   
    padding:3px 0 0 22px;
    font-family: 'oswaldbold';
    margin:5px;
}
#footlink3{
    
    padding:3px 0 0 22px;
    font-family: 'oswaldbold';
    margin:5px;
}
#footlink4{
  
    padding:3px 0 0 22px;
    font-family: 'oswaldbold';
    margin:5px;
}
#story{
    width:380px;
}
#pic_metho {
    width:1310px;
    margin:20px auto;
}
#pic_metho li{
    display:inline-block;
    width:24%;
    text-align: center;
    font-size:20px;
    margin-bottom: 10px;
}
#pic_metho li img{
    margin:0 auto;
}

/*-[GENERALES]-------------------------------------------------------------*/

/*---- Separateur orange ----*/
.separateur {
    height: 5px;
    border: none;
    background-color: #ec6608;
    width: 60px;
    margin: auto;
    margin-top: 40px;
}

.texte_centre{
    text-align: center;
    margin-top: 50px;
}
/**************************************************************/
/************    BANNIERE HAUT DE PAGE    *********************/
/**************************************************************/

.banner_top_page{
    position: relative;
}

.shadow{
    box-shadow: rgba(41, 64, 108, 0.76) 0px 0px 0px 1000px inset;
    position: absolute;
    width: 100%;
    height: 100%;
}

.banner_top_page>img{
    width: 100%;
    height: 385px !important;
    object-fit: cover;
}

.texte_banner_top_page{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.texte_banner_top_page>h1{
    font-size: 50px;
    color: white;
    font-family: 'Oswald-SemiBold';
}

.texte_banner_top_page>hr{
    background-color: white;
    border: none;
    height: 5px;
    margin-top: 3rem;
    width: 70px;
}

/*-[ A PROPOS ]-------------------------------------------------------------*/

.notre_histoire_container{
    display: flex;
    height: 260px;
}

.notre_histoire_image{
    width: 50%;
    position: relative;
}

.notre_histoire_image>img{
    position: absolute;
    top: -54px;
    left: 115px;
    width: 430px;
    height: 287px !important;
}

.grey_rectangle{
    position: absolute;
    width: 430px;
    top: 20px;
    height: 240px;
    background-color: #cdcdcd;
    left: 90px;
  }

.notre_histoire_content{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 40px;
    text-align: justify;
}

.nos_valeurs_container{
    height: 510px;
    display: flex;
    justify-content: space-between;
    background: linear-gradient(180deg, #fff 30%, #f4dcce 20%);
}

.carte_nos_valeurs{
    width: 260px;
    height: 400px;
    margin-top: 40px;
    background: white;
}

.carte_nos_valeurs:hover{transform: scale(1.05)}

.carte_nos_valeurs>img{
    height: 280px !important;
    object-fit: cover;
}

.carte_nos_valeurs>p{
    padding: 20px;
    text-align: justify;
}

.nos_engagements_container{
    height: 960px;
    width: 100%;
    cursor: default;
}

.nos_engagements_container>h1{
    text-align: center;
    padding-top: 40px;
}

.nos_engagements_content{
    display: flex;
    justify-content: center;
    padding-top: 23px;
    padding-bottom: 11px;
    margin: 11px 5px 0 5px;
    transition: .1s linear;
}

.nos_engagements_content:hover{
    box-shadow: 0px 0px 5px black;
}

.nos_engagements_image{
    width: 100px;
    height: 100px !important;
}

.nos_engagements_image>img{
    margin: auto;
}

.nos_engagements_texte{
    width: 60%;
    text-align: justify;
    padding-left: 50px;
}

.nos_engagements_texte>h3{
    color: #143f6f;
}

.nos_engagements_partenaires{
    padding-top: 20px;
}

.nos_engagements_partenaires>p{
    width: max-content;
    padding: 1px 5px;
}

.nos_engagements_partenaires>p:hover{
    color: white;
    background-color: #ec6608;
}

.nos_metiers_container{
    text-align: center;
}

.nos_metiers_container>h1{
    text-align: center;
    padding-top: 40px;
}

.nos_metiers_container>p{
    padding-bottom: 40px;
}

.nos_metiers_vignettes_container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.nos_metiers_vignettes{
    position: relative;
    width: 350px;
    height: 250px;
    margin-bottom: 60px;
}

.nos_metiers_vignettes>img{
    width: 350px;
    height: 250px !important;
}

.nos_metiers_texte{
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    background: rgba(208, 103, 42, 0.61);
    color: #fff;
    visibility: hidden;
    opacity: 0;
    width: 350px;
    height: 250px;
    transition: opacity .2s, visibility .2s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.nos_metiers_vignettes:hover .nos_metiers_texte{
    visibility: visible;
    opacity: 1;
}

.nos_metiers_texte>h2{
    font-size: 30px;
    color: white;
    text-align: center;
    line-height: 40px;
}

.nos_metiers_texte>hr{
    width: 50px;
    height: 5px;
    border: none;
    background: white;
}

.nos_metiers_texte>p{
    font-size: 18px;
    color: white;
    text-align: center;
}

.h_f_c-est_aussi_container{
    position: relative;
}

.h_f_c-est_aussi_container>.shadow{
    height: 340px;
}

.h_f_c-est_aussi_container>img{
    width: 100%;
    height: 340px !important;
    object-fit: cover;
}

.h_f_c-est_aussi_container>h2{
    text-align: center;
}

.h_f_c-est_aussi_content{
    width: 195px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0.3s;
}

.h_f_c-est_aussi_content:last-of-type{width: 205px}

.h_f_c-est_aussi_content:hover{transform: scale(1.1);}

.h_f_c-est_aussi_vignettes{
    position: absolute;
    width: 100%;
    height: inherit;
    top: 115px;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
}

.h_f_c-est_aussi_texte>*{text-align: center; color: white;}
.h_f_c-est_aussi_texte>h2{margin-top: 10px;font-size: 20px}

.nous_rejoindre{
    margin: 50px auto 60px auto !important;
}

.avis_clients>h1{
    text-align: center;
    margin-top: 50px;
}

/*-[ SERVICES ]-------------------------------------------------------------*/

.block{
    position: absolute;
    width: 250px;
    right: -10px;
    background: white;
    z-index: 999;
    height: inherit;
}

.services_petits_textes{
    font-family: 'oswaldlight';
    font-size: 18px;
    text-align: center;
    color: #29406c;
    margin-top: 45px;
}

.assainissements_prives_et_collectif_container{
    position: relative;
    height: 400px;
}

.assainissements_prives_et_collectif_vignettes{
    width: 400px;
    height: 400px;
    position: absolute;
    top: 0;
}

.assainissements_prives_et_collectif_vignettes:nth-of-type(1){ left: 50%; transform: translate(-100%);     z-index: 999;}
.assainissements_prives_et_collectif_vignettes:nth-of-type(2){ left: 50%;}

.assainissements_prives_et_collectif_vignettes_fond{ position: relative; }

.assainissements_prives_et_collectif_vignettes_fond>.shadow{
    box-shadow: rgba(207, 102, 28, 0.51) 0px 0px 0px 1000px inset;
}

#vignette_collectif:hover + .assainissements_prives_et_collectif_vignettes:nth-of-type(1){
    width: 800px;
    left: 50%;
    transform: translate(0);
}

.assainissements_prives_et_collectif_vignettes_fond>img{ 
    height: 400px !important;
    width: 400px;
    object-fit: cover;
}

.assainissements_prives_et_collectif_vignettes_picto{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.assainissements_prives_et_collectif_vignettes_picto>h2{text-align: center;color: white;}

.assainissements_prives_et_collectif_vignettes_picto>hr{
    width: 50%;
    height: 5px;
    border: none;
    background-color: white;
    margin-top: 15px;
}

.assainissements_prives_et_collectif_vignettes:nth-of-type(1):hover ~ .assainissement_collectif{
    left: 50%;
    transform: none;
    visibility: visible;
}

.assainissement_collectif{
    visibility: hidden;
    position: absolute;
    text-align: center;
    left: 50%;
    transform: translate(-100%);
    width: 400px;
    background: #fff2e8;
    padding: 158.5px 0;
    z-index: 1;
    transition: 1s linear;
    font-size: 17px;
}

.assainissement_collectif>p{ font-size: 17px; }

.assainissement_prive{
    width: 550px;
    z-index: 9999;
    position: absolute;
    background-color: #fff2e8;
    padding: 55px 10px;
    left: 95%;
    visibility: hidden;
    transform: translate(-100%);
    transition: 1s linear;
    z-index: 1;
    overflow: hidden;
}

.assainissement_prive>p{ padding: 0 20px;}
.assainissement_prive_note { position: relative;margin: 47px 0 40px; }
.assainissement_prive_note>p{
    position: absolute;
    bottom: -51px;
    width: 70%;
    left: 90px;
    background: white;
    padding: 10px;
    padding-left: 30px;
    border: solid;
}

.assainissement_prive_note>img{
    width: 80px;
    position: relative;
    top: 20px;
    z-index: 9;
    left: 30px;
}

.assainissements_prives_et_collectif_vignettes:nth-of-type(2):hover ~ .assainissement_prive{
    left: 50%;
    visibility: visible;
}

.amenagements_exterieurs_container{
    margin-top: 60px;
}

.amenagements_exterieurs_content{
    display: flex;
}

.amenagements_exterieurs_number{
    display: flex;
    width: 30%;
    flex-direction: column;
    align-items: center;
}

.amenagements_exterieurs_number>p{
    font-size: 30px;
    height: min-content;
    border: 2px solid #ec6608;
    padding: 20px 30px;
    box-shadow: 10px 10px #cdcdcd;
}

.amenagements_exterieurs_content:last-of-type>.amenagements_exterieurs_number>div{display: none}

.amenagements_exterieurs_texte{
    width: 885px;
}

.amenagements_exterieurs_texte>h2{
    font-size: 30px;
}

.amenagements_exterieurs_texte>p{
    padding-bottom: 60px;
    padding-top: 20px;
    font-size: 18px;
    text-align: justify;
}

.amenagements_exterieurs_content:nth-of-type(3)>.amenagements_exterieurs_texte>p{ padding: 0; }
.amenagements_exterieurs_content:nth-of-type(2), .amenagements_exterieurs_content:nth-of-type(3){ margin-top: -2px; }

.demolition_terrassement_container{
    display:flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 50px;
    background: linear-gradient(to bottom, #fff2e8 90%, white 50%);
    padding-top: 40px;
    position: relative;
    padding-bottom: 50px;
}

.demolition_terrassement_container>img{ 
    width: 85px;
    margin-top: 9px;
}

.demolition_terrassement_container>img:hover{transform: scale(1.2)}
.demolition_terrassement_container>img:nth-of-type(2){ width: 75px; }
.demolition_terrassement_container>img:last-of-type{ width: 75px;position: relative;z-index: 10; }
.demolition_terrassement_container>p:last-of-type{
    position: absolute;
    bottom: -15px;
    width: 65%;
    border: 2px solid;
    padding: 10px;
    background-color: white;
    padding-top: 20px;
}

.demolition_terrassement_container>p{
    font-size: 18px;
}


.transport_vehicule{
    display: flex;
    justify-content: center;
    height: 330px;
    margin: 90px 0 50px 0;
}

.transport_vehicule_image_container{ width: 500px; }
.transport_vehicule_image_container>img{ box-shadow: -10px 10px #cdcdcd; }

.transport_vehicule_texte_container{ width: 600px; }
.transport_vehicule_texte_container>h2{ font-size: 30px; }
.transport_vehicule_texte_container>p { font-size: 17px; padding-top: 20px; }

/*-[ Nos réalisations ]-------------------------------------------------------------*/
.nos_realisations_demolition, .nos_realisations_terrassement, .nos_realisations_assainissement, .nos_realisations_amenagement {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.categorie_vignette{
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 10px 0;
}

.categorie_vignette>img{ width: 490px; height: 326px !important; object-fit: cover;}

.nos_realisations_liste_items{
    display: flex;
    justify-content: space-evenly;
    height: 320px;
    align-items: center;
}

.nos_realisations_item{
    width: 256px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 180px;
    justify-content: flex-end;
    cursor: pointer;
}

.nos_realisations_item>[type=radio]{
    position: absolute;
    visibility: visible;
    width: inherit;
    height: 100px;
}

.nos_realisations_item>img{ 
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    background-size: contain;
    border: none;
    background-color: white;
    background-position-y: center;
}

.nos_realisations_item>label{
    padding-top: 13px;
    text-align: center;
    font-size: 30px;
    line-height: normal;
    cursor: pointer;
}

.nos_realisations_texte{
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    background: rgba(41, 64, 108, 0.68);
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: opacity .2s, visibility .2s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.categorie_vignette:hover .nos_realisations_texte{
    visibility: visible;
    opacity: 1;
}

.nos_realisations_texte>hr, .nos_realisations_texte>h2{
    color: white;
    margin: 0;
    margin-bottom: 15px;
    padding: 0 60px;
    text-align: center;
}

.nos_realisations_texte>hr{background-color: white;}

.notre_materiel_container{
    display: flex;
    align-items: center;
    flex-direction: column;
}

.notre_materiel_container>h2{
    font-size: 30px;
    padding-top: 50px;
}

.materiel{
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}

.notre_materiel_pelles>div{
    height: 170px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.notre_materiel_pelles>h2, .notre_materiel_camions>h2 { font-size: 30px; text-align: center;}

.notre_materiel_pelles>.separateur, .notre_materiel_camions>.separateur{ margin: 15px auto 25px auto; width: 30px; background-color: #29406c;}

.notre_materiel_pelles>div>p{ padding-right: 30px;}

.notre_materiel_pelles>div>p, .notre_materiel_camions>div>p{ font-size: 17px; }

/*-[ Contact ]-------------------------------------------------------------*/

.contact_telephone_mail>p{
    text-align: center;
    font-size: 18px;
    margin-top: 55px;
}

.contact_telephone_mail>div{
    display: flex;
    justify-content: space-around;
    width: 700px;
    margin: auto;
    margin-top: 30px;
}

.contact{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact>p{
    font-size: 20px;
    padding-top: 30px;
    color: #ec6608;
}

.contact:first-of-type>.contact_image{background-image: url("images/contact/phone_off.png")}
.contact:last-of-type>.contact_image{background-image: url("images/contact/mail_off.png")}
.contact_image{
    width: 86px;
    height: 86px;
}

.contact_image:hover{transform: scale(1.2);}

.nous_trouver>.separateur{
    margin-top: 60px;
}

.nous_trouver>h2{
    font-size: 30px;
    color: #29406c;
    text-align: center;
    margin: 40px 0;
    font-family: 'oswaldbold';
}

.contact_nous_rejoindre{
    background: linear-gradient(180deg, #fff2e8 85%, white 30%);
    margin-top: 50px;
    margin-bottom: 50px;
}

.contact_nous_rejoindre>h2{
    text-align: center;
    padding: 15px 0 30px 0;
    font-size: 30px;
    color: #29406c;
}

.contact_nous_rejoindre>p{
    font-size: 18px;
    padding: 0 15px;
    text-align: center;
}

.contact_nous_rejoindre>div{
    display: flex;
    justify-content: space-around;
    margin-top: 25px;
}

.contact_nous_rejoindre>div>img{cursor: pointer;}

.formulaire_postul{margin: auto; width: 50%;display:none}
/*-[ Search Form ]-------------------------------------------------------------*/

#searchform {
    padding: 0;
    /*float: right;*/
    clear: both;
    width: 100%;
    /*margin:60px 0 0 0;*/
}
nav #searchform { float: right }
nav #searchform fieldset {
    /*padding: 5px 0 5px 15px;*/
    border: 0;
    border-left: 1px solid #eee;
}
#searchform fieldset {margin-bottom: 10px; }
#searchform input { border: 0 }

#searchform input[type="submit"] {
    color: #fff;
    cursor: pointer;
    border:none;
    width: 26px;
    height: 18px;
    background:url(images/btn_search.png) no-repeat;
    
}
.sbutton {
    padding: 8px 12px 10px 12px;
    border: 1px solid #e8e5de!important;
}
.main-header #s { width: 180px }
.sidebar #searchform label {
    color: #444;
    padding-top: 10px;
    float: left;
    font-weight: bold;
}
#s {
    width: 68%;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    float: left;
    
    text-indent: 10px;
}
.footer-widgets fieldset, #sidebars fieldset { width: 100% }
.footer-widgets .sbutton, #sidebars .sbutton {
    /*float: right;*/
    background-color: #f9f7f2;
    text-align: center;
}
.sidebar .sbutton { padding-top: 1px }
.breadcrumb {
    margin-bottom: 20px;
    line-height: 24px;
}


/*-[ Tab widget ]------------------------------*/

#search_widget{
    position:relative;
  /*position:absolute;
    left:-190px;
    top:30px;*/
    width:200px;
    overflow: hidden;
     transition: .3s ease-in-out;
}
#search_widget:target{
   
    width:230px;
}
#search_widget input{
  
}
#search_widget a img{
  float:right;
   
}
#lang_widget ul li, #search_widget ul li {
  
    display: inline-block;
    
}


/*-[ Read More ]-------------------*/
.read-more {
    margin: 0 0 0 10px;
    font-family: 'oswaldlight';
    line-height: 1.4em;
    background: none;
    padding: 0;
    font-size: 16px;
}


/*-[ Footer ]-------------------*/
.catfoot{
float:left;
    font-family: 'oswaldmedium';
	
color:#fff;
font-size:14px;

line-height:22px;
text-decoration:none;
list-style-type:none;
/*width: 250px;*/
margin-top:10px;

}
.catfoot:nth-child(1){
}
.catfoot:nth-child(2){
}
.catfoot:nth-child(3){
}
.catfoot:nth-child(4){
}
.catfoot:nth-child(5)>a>img:hover{background-color: white}
.container>ol{
    display: flex;
    justify-content: space-between;
}
.title_footer{
    border-bottom: 1px solid #fff;
}

.catfoot ul li{
	
color:#fff;
text-decoration:none;
list-style-type:none;
font-size:14px;
text-align: left;
line-height:16px;
font-family: 'oswaldlight';
padding:0;
    display: block;
    
}
.catfoot > ul > li > ul > li{
	
color:#fff;
text-decoration:none;
list-style-type:none;
font-size:14px;
text-align: left;
line-height:22px;

padding:0;
    display: inline-block;
    vertical-align: top;
}
.catfoot:nth-child(3) img{
    margin : 20px auto;
}

.catfoot ul {

margin:0;
margin-top:5px;
padding:0;
}

.catfoot ul li a{
color:#fff;
text-decoration:none;
list-style-type:none;
	text-align: center;
    
}
.catfoot ul li a:hover{
color:#555;
}
#menu_foot li{
    display:inline-block;
    vertical-align: top;
    font-family: 'oswaldmedium';
}
#menu_foot li a{
  
    font-family: 'oswaldmedium';
}
body > footer {
    overflow: hidden;
    width: 100%;
   
    padding-top: 10px;
   
}

footer a { color: #fff }
footer a:hover { color: #555 }
footer {
    position: relative;
    overflow: hidden;
}
footer .container { max-width: 1280px;  }
#haut_footer{width:100%; height: auto; background: #ec6608;}
footer p { color: #8D8D8D }
.footer-widgets {
    overflow: hidden;
    padding: 0 0 10px;
    width: 100%;
    margin: 0;
}
.footer-widgets .advanced-recent-posts li {
    border-bottom: 1px solid #e5ecf1;
    padding-bottom: 19px;
    padding-top: 14px;
}
.footer-widgets .advanced-recent-posts li:first-child { padding-top: 0 }
.footer-widgets .advanced-recent-posts li:last-child { border-bottom: none }
.footer-widgets h3 {
    font-size: 14px;
    padding-bottom: 2px;
    text-transform: uppercase;
    color: #F1F1F1;
}
.footer-widgets h3 span {
    width: 100%;
    display: block;
    clear: both;
    padding-bottom: 15px;
    border-bottom: 1px solid #727272;
}
.f-widget {
    width: 31.4%;
    float: left;
    position: relative;
    color: #B6B6B6;
    margin-bottom: 30px;
    margin-right: 2.8%;
}
.copyrights {
    float: left;
    clear: both;
    /*border-top: 1px solid #fff;*/
    color: #143f6f;
    padding: 10px 0;
    width: 100%;
}
.copyrights a{
   
    color: #143f6f;
   
}
#copyright-note {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    clear: both;
    max-width: 100%;
}
#sidebars .wp-post-image, footer .wp-post-image {
    margin-bottom: 0;
    margin-top: 5px;
    margin-right: 10px;
}
.postsby { margin-bottom: 25px ; font-size: 16px; text-transform: uppercase;}
.textwidget a:hover { color: #222!important }
/*-[ Related Posts ]---------------------------*/
.related-posts {
    background-color: #182335;
    margin-top: 5px;
    clear: both;
    float: left;
    padding: 20px;
}
.postauthor p {
    padding-top: 0px;
    letter-spacing: 0.2px;
    line-height: 24px;
}
.related-posts ul {
    margin-left: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    margin-top: 0;
}
.related-posts h5 {
    line-height: 20px;
    padding-left: 80px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}
.related-posts h3 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
    margin-bottom: 10px;
}
.relatedthumb img {
    width: 100%;
    height: auto;
    
    margin-bottom: 0;
}
.rthumb_text {
    
    max-width: 200px;
    margin-top: 10px;
    color:#fff;
}
.single .postauthor-top {
    border: none;
    margin-bottom: 0;
}
.single .related-posts { margin-top: 14px }
.rpexcerpt {
    clear: both;
    margin: 0 auto;
    padding: 4% 0;
    width: 100%;
}
.single .related-posts li {
    /*background-color: #FFFFFF;*/
    float: left;
    list-style: none outside none;
    margin-bottom: 10px;
    margin-right: 2%;
    max-width: 200px;

    width: 34%;
}
.single .related-posts li img{

    border:1px solid #aaa;

}
.single .related-posts .last { margin-right: 0 !important }
.single .related-posts {
    padding: 20px;
    width: 100%;
}
.postauthor-top {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 10px;
}
.related-posts li {
    width: 48%;
    float: left;
    list-style: none;
    margin-right: 4%;
    min-height: 100px;
}
.related-posts .last { margin-right: 0 }
.related-posts a {
    color: #868686;
    font-weight: bold;
}
.rthumb { float: left }
.related-posts .last { margin-right: 0 }
.tags {
    margin: 20px 0 20px 0;
    width: 100%;
    float: left;
}
.tagtext { margin-right: 5px }
.postauthor {
    margin: 14px 0 0px 0;
    padding: 0%;
    min-height: 125px;
    background-color: #fff;
    float: left;
    clear: both;
    width: 100%;
}
.postauthor h4 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}
.postauthor h5 {
    text-transform: capitalize;
    font-weight: bold;
    float: left;
    font-size: 14px;
    padding: 0;
    margin: 0 5px 0 0;
    line-height: 24px;
}
.postauthor img {
    float: left;
    margin: 5px 15px 25px 0;
}
.postauthor h4 a { color: #473636 }
.clear { clear: both }
.left {
    float: left;
    margin-left: 15px;
}
.right { float: right }



/*-[ pagination ]------------------*/
.pagination {
    clear: both;
    overflow: hidden;
    font-family: 'oswaldlight';
    background-color: #FFF;
    padding: 10px 0 20px 0;
}
.pagination ul {
    list-style: none;
    margin: 0;
    text-align: center;
    overflow: hidden;
}
.pagination ul li {
    margin: 0;
    display: block;
    float: left;
}
.currenttext, .pagination a:hover {
    color: #fff;
    margin: 0 5px 0 0;
    display: inline-block;
    float: left;
    line-height: 1.2em;
    text-decoration: none;
    padding: 8px 12px;
}
.pagination a, .pagination2 {
    margin: 0 5px 0 0;
    display: inline-block;
    float: left;
    line-height: 1.2em;
    text-decoration: none;
    color: #858585;
    background: #F3F3F3;
    padding: 8px 12px;
}
.pagination a:hover { color: #fff }
.pagination2 { clear: both }
.top {  }
.pnavigation2 {
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    float: left;
    margin-bottom: 10px;
}
.nav-previous { float: left }
.nav-next { float: right }
.nav-previous { float: left }
.nav-next { float: right }



.mentions_legales{margin: 50px 0;}
.mentions_legales>p>b{font-family: 'oswaldbold';font-size: 25px;}


/*-----------------------------------------------
/* Responsive
/*---------------------------------------------*/
@media screen and (max-width:1280px) {
    #page, #p_actu, #header, #indic, .secondary-navigation, #list_serv, #page_calc{
        width: 100%;
    }
}

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

    /*-[ Homepage ]------------------*/
    #page, #p_actu, #header, #indic, .secondary-navigation, #list_serv, #page_calc{
        width: 100%;
    }

    #services li{
        width: 25%;
    }
   
    #main_post li img {
        max-width: 460px;
    }

    .post { width: 80%; }

    .excerpt { width: 1000px; }

    #re_call{ bottom: 220px; top: auto}

    /*-[ A propos ]------------------*/

    .grey_rectangle{
        width: 370px;
        top: 14px;
        height: 226px;
    }

    .notre_histoire_image > img { top: -43px; width: 390px; }

    /*-[ Services ]------------------*/

    .assainissements_prives_et_collectif_vignettes { width: 350px; height: 350px;}

    .assainissements_prives_et_collectif_vignettes_fond > img { height: 350px !important; width: 350px; }

    .block{ width: 250px;}

    .assainissement_collectif{ width: 350px; height: 33px;}

    .assainissements_prives_et_collectif_vignettes:nth-of-type(2):hover ~ .assainissement_prive { bottom: -276px; left: 79.6%}

    .assainissement_prive {width: 681px;left: 79.6%;padding: 33px 10px;}

    .assainissement_prive_note>img { width: 80px;margin: 10px auto;top: 20px;left: -252px;}

    .assainissement_prive_note > p {
        bottom: -31px;
        width: 70%;
        left: 110px;
    }

    .amenagements_exterieurs_texte > p {padding-right: 15px;}

    .transport_vehicule_image_container>img{ width: 400px; margin-left: 46px;}

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


    /*-[ Footer ]------------------*/

    .container > ol {
        flex-direction: column;
        align-items: center;
    }

    .catfoot:nth-child(4) ul{ display: flex;flex-direction: column;align-items: center;}
    .catfoot:nth-child(4)>ul>li:nth-child(3)>ul{flex-direction: row}
    /*-[ Homepage ]------------------*/
    #services{ width: 870px;}

    #main_post{
        width: 870px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .texte_banner_top_page>p{
        text-align: center;
        line-height: normal;
    }

    /*-[ A propos ]------------------*/

    .notre_histoire_container{
        height: auto;
        flex-direction: column;
        margin-top: 50px;
        align-items: center;
        margin-bottom: 70px;
    }

    .notre_histoire_image>img{ position: initial; width: auto; box-shadow: -10px 10px #cdcddb;}

    .notre_histoire_content{ padding-top: 15px; padding-right: 0; width: 700px;}

    .grey_rectangle{ display: none}

    .nos_valeurs_container{ flex-wrap: wrap; height: auto; justify-content: space-evenly; }

    .carte_nos_valeurs{ width: 320px; margin-top: 20px;}

    .h_f_c-est_aussi_content{width: 150px;}

    /*-[ Services ]------------------*/
    .block {
        width: 185px;
        height: 350px;
    }

    .assainissement_prive {
        width: 700px;
        left: 83.5%;
        padding: 0;
        height: 350px;
    }
    .assainissements_prives_et_collectif_vignettes:nth-of-type(2):hover ~ .assainissement_prive { bottom: -300px; left: 83.5%; }

    .transport_vehicule{
        flex-direction: column;
        height: auto;
        align-items: center;
        margin: 50px 0;
    }   
    
    .transport_vehicule_texte_container{ margin-top: 30px;}

    /*-[ Nos réalisations ]------------------*/

    .nos_realisations_liste_items{transform: scale(0.9);}

    .nos_realisations_item{ justify-content: center;}

    .nos_realisations_item>label{font-size: 25px;}

    .materiel{ flex-direction: column; height: auto; margin: 20px 0;}

    .notre_materiel_pelles, .notre_materiel_camions {margin: auto;}


}
/*/////////////////////////////////////////////////////////////////////////////////////////*/
@media screen and (max-width:750px){
    .slick-slider{transform: scale(2.5)}
}
@media screen and (max-width:650px) { 


    /*-[ Homepage ]------------------*/
    .categoryWrapper button{left: unset;right: -25px;top: 50%;transform: translatey(-25%);}

    #re_call{ width: 80px;}

    .excerpt{margin: 30px 10px; width: 70%; height: auto; max-height: initial;}

    #services{width: 100%; height: auto;}

    #services>ul{ display: flex; flex-direction: column;}

    #services li { width: 100%; height: 150px;}

    .bando_blan{top: 0;}

    .cont_text_serv{top: 0; height: auto; transform: scale(0.8);}

    #main_post, #main_post li{width: 100%; margin-left: 15px;}

    .slick-slider .slick-track, .slick-slider .slick-list{ transform: scale(2);}

    #actu_home{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .excerpt>header{display: flex; flex-direction: column;}

    #featured-thumbnail { width: 100%; }

    .cadre_thumb{width: 100%;}

    .featured-thumbnail img{ width: 100%;}

    .infos_news, .readMore {margin: 0;}
    /*-[ Services ]------------------*/
    #assainissements_prives_et_collectif{ height: auto;}

    .assainissements_prives_et_collectif_vignettes{
        position: initial;
        transform: none !important;
        margin: auto;
        width: 100% !important;
        height: auto;
    }

    .assainissements_prives_et_collectif_vignettes_fond >img {height: 400px !important; width: 100%; }

    .assainissement_collectif {
        width: 100%;
        height: auto;
        left: 0;
        top: 0;
        transition: none;
        transform: none;
    }

    .assainissements_prives_et_collectif_vignettes:nth-of-type(1):hover ~ .assainissement_collectif, .assainissement_collectif:hover { top: 0; left: 0; visibility: visible;}

    .assainissement_prive{
        left: 0;
        transform: none;
        top: 400px;
        height: 400px;
        width: 100%;
        transition: none;
    }

    .assainissement_prive>p{margin-top: 50px;}

    .assainissement_prive_note>img{    top: 10px;left: -230px;}

    .demolition_terrassement_container > p:last-of-type {
        bottom: -15px;
        width: 80%;
    }

    .assainissements_prives_et_collectif_vignettes:nth-of-type(2):hover ~ .assainissement_prive, .assainissement_prive:hover { top: 400px; left: 0; visibility: visible;}

    .block{display: none;}

    /*-[ A propos ]------------------*/

    .notre_histoire_content {
        padding-top: 30px;
        padding-right: 0;
        width: 90%;
    }

    .nos_engagements_container{height: auto;}

    .nos_valeurs_container{background: linear-gradient(180deg, #fff 22%, #f4dcce 20%);}

    .h_f_c-est_aussi_container>.shadow{ height: 870px; }

    .h_f_c-est_aussi_container > img {height: 870px !important;}

    .h_f_c-est_aussi_vignettes{ align-items: center; flex-direction: column; top: 40px;}

    .h_f_c-est_aussi_content { width: 115px; padding: 10px 0; }
}
@media screen and (max-width:550px) {
    /*-[ Homepage ]------------------*/

    .post {
        width: 88%;
        margin: 0;
    }

    #main_post li img {
        max-width: 460px;
        width: 300px;
        margin-right: 70px;
    }

    #main_post, #main_post li {margin-top: 20px;}
    /*-[ A propos ]------------------*/

    .nos_engagements_content{flex-direction: column;}
    .nos_engagements_image{width: auto;}
    .nos_engagements_texte{width: 80%; padding: 0; margin: auto;}
    .nos_engagements_partenaires > p {width: auto;}

    /*-[ Nos services ]------------------*/

    .assainissement_prive_note{ margin: 5px 0 40px;}

    .assainissement_prive_note>img {
        width: 60px;
        margin: 10px auto;
        position: relative;
        z-index: 999;
        left: 0;
    }

    .assainissement_prive_note > p {
        bottom: -122px;
        width: 100%;
        left: -10px;
        transform: scale(0.9);
        background: white;
        padding: 10px;
        border: solid;
    }
    .demolition_terrassement_container{padding-bottom: 50px;}
    .demolition_terrassement_container>h1{text-align:center}
    .demolition_terrassement_container > p:last-of-type {
        bottom: -30px;
        width: 95%;
        font-size: initial;
    }

    .demolition_terrassement_container>img:last-of-type {width: 60px;}

    .amenagements_exterieurs_content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .amenagements_exterieurs_texte { width: 80%; }

    .transport_vehicule_image_container {width: 350px;}
    .transport_vehicule_image_container > img {width: 350px; margin: 0;}
    .transport_vehicule_texte_container {width: 350px;}

    .nos_realisations_liste_items{
        flex-wrap: wrap;
        height: auto;
    }

    /*-[ Nos realisations ]---------------------*/
    .notre_materiel_pelles>div {height: auto;align-items: center;}
    .notre_materiel_pelles>div>p{padding-right: 0}
    .notre_materiel_camions>div{text-align: center}

    /*-[ Contact ]---------------------*/
    .contact_telephone_mail > div {
        width: 100%;
        margin-top: 15px;
        flex-direction: column;
    }

    .contact{margin-top: 15px;}

    .contact_nous_rejoindre>div{flex-direction: column;align-items: center;}
    .contact_nous_rejoindre>div>a:last-of-type {margin-top: 25px}
}

@media screen and (max-width: 450px) {
    .assainissement_prive_note>img {
        width: 60px;
        margin: 10px auto;
        position: relative;
        z-index: 999;
    }

    .assainissement_prive_note > p {
        bottom: -122px;
        width: 100%;
        left: -10px;
        transform: scale(0.9);
        background: white;
        padding: 10px;
        border: solid;
    }
    .notre_histoire_image {
        width: 75%;
    }

    .categorie_vignette>img{width: 350px; height: auto !important;}
}