html {
	scroll-behavior: smooth;
}

/* start - scroll button*/

#scroll-button {
  display: inline-block;
  background-color: #892b37;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#scroll-button:hover {
  cursor: pointer;
  background-color: #9f3342;
}
#scroll-button:active {
  background-color: #282d33;
}
#scroll-button.show {
  opacity: 1;
  visibility: visible;
}

#scroll-button svg{
	fill:white;
	width:35px;
	padding-top:5px;
}

/* end - scroll button*/

header.main-header.main-header-regular .header-bottom {
    background: transparent;
    transition: .3s ease background;
}

header.main-header.main-header-regular.scrollmin .header-bottom {
    background: #f5f5f5;
}

.main-menu > .menu-item-has-children > a {
    position: relative;
    padding-right: 18px;
    transition: .1s ease color;
		cursor: pointer;
}

.main-menu > .menu-item-has-children > a::before {
    content: '\f04b';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 500;
    position: absolute;
    transform: rotate(90deg);
    font-size: 10px;
    right: 1px;
    color: #892B37;
    opacity: 1;
    transition: .1s ease opacity;
}
.main-menu > .menu-item-has-children > a::after {
    content: '\f04b';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
    position: absolute;
    transform: rotate(90deg);
    font-size: 10px;
    right: 1px;
    color: #892B37;
    opacity: 0;
    transition: .1s ease opacity;
}

.main-menu>li.menu-item-has-children:hover>a::before {
	opacity: 0;
}
.main-menu>li.menu-item-has-children:hover>a::after {
	opacity: 1;
}

.main-menu>li>a {
    font-family: Barlow;
    font-style: normal;
    font-weight: 800;
    font-size: 17px;
    color: #282D33;
    padding:0;
    transition: .3s ease color;
}

.main-menu>li {
    padding:0 30px;
}

.main-menu>li:first-child {
    padding-left:0px;
}
.main-menu>li:last-child {
    padding-right:0px;
}

.main-menu>li>ul {
	display: block!important;
	visibility: hidden;
    background: #f5f5f5;
    padding: 25px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.075);
    opacity: 0;
    transition: .3s ease opacity;
}

a:hover {
	color:#892B37;
	transition: .3s;
}

.main-menu>li:hover>ul {
    opacity:1;
    visibility: visible;
}

.main-menu li>ul>li>a {
	padding:0;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #282D33;
    font-family: Barlow;
	font-size: 15px;
	color: #282D33;
	transition: .3s ease color;
}

.main-menu li:hover>a,
.main-menu li>ul>li>a:hover {
	color: #892B37;
}

.main-menu li>ul>li:last-child>a {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.trier-env-col {
    background-image: url(/wp-content/uploads/2021/06/CTA-contact-red.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.trier-env-col .vc_column-inner {
    max-width: 500px;
    margin:0 auto;
}

.trier-env-col h2 {
    color:#fff;
}

.content-bottom-map-col .vc_column-inner{
	padding:0!important;
}

.content-bottom{
	padding:0;
}

.dist-btn {
    position: relative;
    transition: background .3s ease, color .3s ease;
}
.dist-btn::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: #892B37;
    position: absolute;
    left: 6px;
    bottom: -6px;
    overflow: hidden;
    z-index: -1;
    transition: left .3s ease, bottom .3s ease;
}
.dist-btn::before {
    content: attr(data-text);
    width: 0;
    height: 0;
    display: block;
    background: #892B37;
    color: #892B37 !important;
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: hidden;
    transition: width .3s ease, height .3s ease, padding .3s ease, color .3s ease .3s;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    padding: 0 0;
    box-sizing: border-box;
}
.dist-btn:hover::after {
    left: 0px;
    bottom: 0px;
}
.dist-btn:hover::before {
    width: 100%;
    height: 100%;
    color: #fff !important;
    padding: 15px 25px;
}
.dist-btn.type2::after {
    background: #fff;
}
.dist-btn.type2::before {
    background: #fff;
    color: #fff !important;
}
.dist-btn.type2:hover {
    background: #fff !important;
    color: #892B37 !important;
}
.dist-btn.type2:hover::before {
    color: #892B37 !important;
}

.dist-btn.type3::after {
	background: #5d843e;
}
.dist-btn.type3::before {
	background: #5d843e;
	color: #5d843e !important;
}
.dist-btn.type3:hover {
	background: #5d843e !important;
	color: #fff !important;
}
.dist-btn.type3:hover::before {
	color: #fff !important;
}

.footer-top.footer-col-count-4 .footer-col-1 {
    width: 100%;
    margin-bottom:80px;
}

.footer-top.footer-col-count-4 .footer-col-1 h2{
    color:#fff;
}

.footer-top.footer-col-count-4 .footer-col-2,
.footer-top.footer-col-count-4 .footer-col-3 {
    width: 40%;
}

.footer-top.footer-col-count-4 .footer-col-4 {
    width: 20%;
    text-align: right;
}

.footer-top.footer-col-count-4 .footer-col-2 .footer-widget,
.footer-top.footer-col-count-4 .footer-col-3 .footer-widget {
    width: 50%;
    float: left;
    display: block;
}

.footer-top.footer-col-count-4 h5 {
    font-family: Barlow;
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
	color: #FFFFFF;
}

.footer-top.footer-col-count-4 p,
.footer-top.footer-col-count-4 a,
.footer-top.footer-col-count-4 td {
	font-family: Barlow;
	font-size: 15px;
	line-height: 25px;
	color: #989898;
	transition: .3s ease color;
}

.footer-top.footer-col-count-4 a:hover {
	color: #fff;
}

.heures-table {
    width: 100%;
}

.color-grey {
    color: #989898;
}

.color-dark-blue{
    color:#282D33;
}

.center-inner {
    max-width: 135px;
    margin: 0 auto;
}

.italic {
	font-style: italic;
}

.footer-bottom p{
	font-family: Barlow;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #989898;
}

.footer-bottom p img{
	padding-right:10px;
}

.footer-bottom a{
	font-family: Barlow;
	font-weight: 700;
	font-size: 15px;
	line-height: 18px;
	color: #fff;
	transition: .3s ease color;
}

.footer-bottom a:hover{
	color: #989898;
}

.footer-bottom-right a{
	text-decoration: underline;
}

.footer-bottom-right a:first-child{
	padding-right: 80px;
}

.footer-top {
    padding: 100px 0 50px;
}

.footer-bottom {
    padding: 0 0 30px;
}

body.home .content-inner {
    padding-top: 0;
}

.accueil-title-row {
    padding-top: 100px;
    width: 100%;
    display: table!important;
}
.accueil-title-text-col, .accueil-title-green-col {
    display: table-cell!important;
    float: none;
    vertical-align: middle;
    width: 50%;
}

.accueil-title-green-col {
    background-image: url(/wp-content/uploads/2020/12/acc-title-green-bg.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.color-red{
	color: #892B37;
}

.color-green{
	color: #5D843E;
}

.accueil-toptitle,
.toptitle{
	margin-bottom:50px;
}

.accueil-toptitle.color-green p{
	color: #5D843E;
}

.accueil-toptitle p,
.toptitle p{
	font-family: Barlow;
	font-weight: bold;
	font-size: 20px;
	line-height: 22px;
	text-transform: uppercase;
	color: #892B37;
}

.etapes-row .vc_col-sm-6 {
    margin-bottom: 50px;
}

.etapes-row .vc_col-sm-6 .vc_column-inner{
    width: 90%;
}

.small-frais {
    font-size: 13px;
    font-style: italic;
}

.etapes-row.padding-100 {
    padding-bottom:50px;
}

.accueil-title-green-col .vc_column-inner {
    padding-top: 75px!important;
    padding-bottom: 60px;
}

.accueil-title-text-col .vc_column-inner {
    max-width: 615px;
    margin: 0 auto;
}

.accueil-title-row h1 {
    position: relative;
}

.accueil-title-row h1::before {
    content: url(/wp-content/themes/distantheme-child/images/fleche-title.svg);
    width: 30px;
    height: 54px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -100px;
}

.accueil-title-contact {
    position: absolute;
    width: 100%;
    bottom: 60px;
}

.accueil-title-contact a {
    float: left;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid #282D33;
    font-family: Barlow;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #282D33;
    transition: .3s ease color, .3s ease border;
}

.accueil-title-contact a:hover {
    color: #892B37;
    border-bottom: 1px solid #892B37;
}

.accueil-title-contact a:first-child {
    margin-right: 60px;
}
.accueil-saviez {
	text-align: right;
	max-width: 280px;
	margin:0 auto;
	padding-bottom:75px;
}

.accueil-saviez strong {
    text-transform: uppercase;
}

.accueil-saviez p {
	font-family: Open Sans;
	font-size: 13px;
	line-height: 25px;
	color: #FFFFFF;
}

.center-row{
	text-align: center;
}

.white-text,
.white-text p,
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6,
.white-text a{
	color:#fff;
}

.padding-100{
    padding:100px 0;
}

.margin-100{
	margin:100px 0;
}

.padding-top-100{
    padding:100px 0 0;
}

.padding-top-50{
	padding:50px 0 0;
}

.padding-bot-100{
    padding:0 0 100px;
}

.padding-bot-50{
	padding:0 0 50px;
}

.negative-margin-bottom .vc_column_container {
    margin-bottom: -250px;
}

.padding-top-300 {
    padding-top:300px!important;
}

.margin-bot-35 {
	margin-bottom: 35px;
}

.padding-right-50 {
	padding-right: 50px;
}

.acc-tagline-row .vc_column-inner {
    padding: 100px 15px!important;
}

.acc-tagline-row p {
	width: 65%;
	margin: auto;
}

.tagline-img img {
	padding: 0px 25px;
}

.acc-slider-row .owl-dots {
    display: none;
}

.owl-carousel .owl-item {z-index: 0;}
.owl-carousel .owl-animated-in {z-index: 0;}
.owl-carousel .owl-animated-out {z-index: 1;}

.acc-slider-row .vc_col-sm-6:last-child .vc_column-inner{
    padding: 20px;
    max-width: 500px;
    margin: 0 auto;
    box-sizing: border-box;
}

.valeurs-row .vc_column_container {
	padding: 0px 25px;
}

.valeurs-row .valeurs-borders {
	border-left: 1px solid #282D33;
	border-right: 1px solid #282D33;
}

.gestion-pancan-img {
	margin-top: -100px;
}


/*
.materiaux .blog-listing-thumbnail {
	background-size: auto;
	padding-bottom: 135px;
	text-align: center;
	margin-bottom: -15px;
	padding-top: 35px;
}
*/

.materiaux .blog-listing-thumbnail {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	padding-bottom: 70%;
	margin-left: 10px;
	margin-right: 10px;
}

.conteneur .blog-listing-thumbnail {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	padding-bottom: 70%;
	margin-left: 10px;
	margin-right: 10px;
}

.materiaux-carousel .owl-stage-outer {
	padding-top: 50px;
}

.materiaux-carousel.owl-carousel {
	width: 140%;
}

.materiaux-carousel.owl-carousel .owl-nav {
	margin-top: 50px;
}

.materiaux-carousel.owl-carousel.owl-hidden {
	opacity: 0; 
}

.materiaux-carousel.owl-carousel.owl-prev, .materiaux-carousel.owl-carousel.owl-next {
	position: relative;
	font-style: unset; 
}

.blog-listing-holder article {
	padding: 0px 75px;
}

.blog-listing-holder .blog-listing-thumbnail img {
	padding-bottom: 50px;
}

.blog-listing-holder .blog-listing-title {
	font-size: 20px;
	color:#892B37;
	font-weight: 700;
	line-height: 35px;
}

.post-type-archive .blog-listing-inner {
	padding-bottom: 100px!important;
	padding: 200px 92px;
}

.produit .blog-single-middle {
	padding-top: 50px;
	padding-bottom: 100px;
  display: flex;
}

.produit .blog-single-thumbnail {
	padding-right: 50px;
	width: 600px;
	text-align: center;
}

.produit .blog-single-content {
	width: 70%;
}

.produit .blog-listing-content::after {
	content: 'En savoir plus';
	display: block;
	margin-top: 15px;
	font-weight: 700;
	color: #892b37;
}
html[lang^='en'] .produit .blog-listing-content::after {
	content: 'Learn more';
}

.produit .blog-single-thumbnail img {
	width: 316px;
}
/*
.produit .blog-single-top {
	display: none;
}
*/

.blog-single-top {
	padding-top: 200px;
}


.blog-single-top .dist-btn {
	border:none;
}

.blog-single-top .dist-btn:hover {
	color: #262626;
}

.blog-single-top .dist-btn::before {
	background: none;
	font-family: "Font Awesome 5 Pro";
	content: "\f060";
	color: #5A1212;
	position: relative;
	display: unset;
	padding-right: 5px;
	transition: .3s;
}

.blog-single-top .dist-btn:hover:before {
	color: #262626!important;
	transition: .3s;
}

.blog-single-top .dist-btn::after {
	background: none;
}


.produit .blog-single-title {
	color:#892B37;
}

.widget-bottom-content .widget .vc-row {
	margin: 0px!important;
}

.materiaux-content h3 {
	color: #262626;
	font-style: italic;
	text-align: center;
	font-size: 17px;
	padding-top: 25px;
	font-weight: 600;
}

.stats-residu {
    max-width: 410px;
    margin: 0 auto;
    padding: 65px;
    box-sizing: border-box;
    border: 2px solid #fff;
    text-align: center;
}

.stats-residu sup {
    font-family: Barlow;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    vertical-align: top;
}

.trois-etapes-row {
    display: inline-block;
    width: 100%;
}

.trois-etapes-left, .trois-etapes-right {
    width: 50%;
    float: left;
    display: block;
}

.trois-etapes-btns a {
    font-family: Barlow;
    font-weight: 300;
    font-size: 30px;
    line-height: 30px;
    color: #282D33;
    border-bottom:2px solid transparent;
    transition: .3s ease color, .3s ease border;
}

.trois-etapes-btns a.selected {
    font-weight: 600;
    color: #5D843E;
    border-bottom:2px solid #5D843E;
}

.itineraire-btn{
    padding-right: 100px;
}

.itineraire-btn, .tarifs-btn {
    font-family: Barlow;
    font-weight: 500;
    font-size: 15px;
    line-height: 52px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #5D843E;
    position: relative;
    transition: .3s ease color;
    padding-left:75px;
}

.itineraire-btn span, .tarifs-btn span{
    border-bottom: 2px solid #5D843E;
    transition: .3s ease border;
    padding-bottom:5px;
}

.itineraire-btn:hover span, .tarifs-btn:hover span{
    border-bottom: 2px solid #282D33;
}

.itineraire-btn::before {
    content: '';
    background-image: url('/wp-content/uploads/2020/12/itineraires-icon.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 52px;
    height: 52px;
    display: block;
    position: absolute;
    left: 0;
    top:50%;
    transform: translateY(-50%);
    transition: .3s ease background;
}

.itineraire-btn:hover::before {
    background-image: url('/wp-content/uploads/2020/12/itineraires-icon-hover.png');
}

.itineraire-btn:hover, .tarifs-btn:hover {
    color: #282D33;
}

.tarifs-btn::before {
    content: '';
    background-image: url('/wp-content/uploads/2020/12/tarifs-icon.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 53px;
    height: 48px;
    display: block;
    position: absolute;
    left: 0;
    top:50%;
    transform: translateY(-50%);
    transition: .3s ease background;
}

.tarifs-btn:hover::before {
    background-image: url('/wp-content/uploads/2020/12/tarifs-icon-hover.png');
}

.trois-etapes-content, .content-btns {
    max-width: 620px;
    margin: 0 auto;
}

.trois-etapes-title{
    font-weight: 700;
    margin-bottom:50px;
    color:#282D33;
}

.trois-etapes-desc{
    color: #989898;
}

.trois-etapes-content{
    margin-bottom:50px;
}

.histoire-centre h2, .histoire-centre p {
	margin: auto;
	width: 70%;
}

.resume-services-row .container .row-in-grid-inner{
    background-image: url(/wp-content/uploads/2020/12/resume-services-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding:100px 0;
}

.resume-services-row .vc_col-sm-4 .vc_column-inner{
    max-width: 350px;
    margin:0 auto;
}

.tarif-slider-col {
    padding-top: 100px;
}

.tarifs-text-col .vc_column-inner .wpb_wrapper {
    max-width: 545px;
    margin: 0 auto;
    width: 100%;
}

.boite-prix {
    max-width: 200px;
    margin: 0 auto;
    color: #fff;
    background: #336733;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}

.boite-prix-nom,
.boite-prix-a-partir,
.boite-prix-metric {
    font-family: Barlow;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
}

.boite-prix-nom,
.boite-prix-metric{
    margin-bottom: 0;
}

.tarif-slider {
    padding: 0 15px;
    box-sizing: border-box;
}

.boite-prix-price {
    font-family: Barlow;
    font-size: 50px;
    line-height: 60px;
}

.conteneurs-carousel.owl-carousel .owl-prev,.conteneurs-carousel.owl-carousel .owl-next {
    width: 15px;
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
    border:0px solid black;
}

.conteneurs-carousel.owl-carousel .owl-prev   { 
    left: -75px; 
}

.conteneurs-carousel.owl-carousel .owl-next { 
    right: -75px; 
}

.nom-conteneur {
	font-family: Barlow;
	font-weight: bold;
	font-size: 20px;
	line-height: 22px;
	color: #892B37;
}

.materiaux-carousel.owl-carousel .owl-prev {
  margin-right: 25px;
	margin-left: 100px;
}

.materiaux-carousel.owl-carousel .owl-prev i, .materiaux-carousel.owl-carousel .owl-next i {
	font-style: none!important;
	font-size: 30px;
}

.pourquoi-trier-title-col .vc_column-inner {
    max-width: 500px;
}

.pourquoi-trier-desc-col .vc_column-inner {
    max-width: 645px;
    color: #989898;
}

.pourquoi-trier-list-row ol {
    list-style-type: decimal-leading-zero;
    font-weight: 600;
}

.pourquoi-trier-list-row ol li{
    padding-left:10px;
    color:#282d33;
}

.pourquoi-trier-list-row ol li::marker{
    color:#892B37;
}

.vc_column_container {
    z-index: 1;
}

.trois-etapes-numero {
    font-family: Barlow;
    font-weight: 300;
    font-size: 100px;
    line-height: 15px;
    text-transform: uppercase;
    color: rgba(93, 132, 62, 0.15);
    text-align: right;
}

.matiere-accepter-row .row-in-grid-inner{
    display: table;
    width: 100%;
}
.cta-matiere-accepter-col .vc_column-inner {
    max-width: 600px;
    margin: 0 auto;
}

.matieres-accepter-green-col .vc_column-inner {
    padding:65px 100px!important;
}

.matieres-accepter-green-col,
.cta-matiere-accepter-col {
    display: table-cell;
    width: 50%;
    float: none;
    vertical-align: middle;
}

.page-int-title{
    padding-top:280px;
    padding-bottom:120px;
}

.page-int-title .wpb_column:first-child .vc_column-inner {
    max-width: 90%;
}

.content-inner {
    padding: 0;
}

.title-number {
    position: absolute;
    left: -100px;
    top: -50px;
}
.title-number p {
    font-family: Barlow;
    font-weight: 300;
    font-size: 100px;
    line-height: 80px;
    text-transform: uppercase;
    color: rgba(93, 132, 62, 0.15);
    transform: rotate(-90deg);
}

.conteneur-slider-col .conteneur-slider{
    max-width: 500px;
    margin: 0 auto;
    padding:50px 15px;
    box-sizing: border-box;
}

.no-margin-bot {
	margin-bottom: 0px;
}

body.error404 .content {
    padding-top: 100px;
}
.wpcf7 form .wpcf7-response-output {
    background-color: #892B37;
}

input.wpcf7-file::file-selector-button {
  position: relative;
	display: inline-block;
	font-family: 'Barlow', sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #262626;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	padding: 15px 25px;
	border: solid 2px #262626;
	background-color: #f5f5f5;
	text-align: center;
	user-select: none;
	-webkit-transition: color .2s ease, background-color .2s ease, border .2s ease;
	-moz-transition: color .2s ease, background-color .2s ease, border .2s ease;
	-ms-transition: color .2s ease, background-color .2s ease, border .2s ease;
	-o-transition: color .2s ease, background-color .2s ease, border .2s ease;
	transition: color .2s ease, background-color .2s ease, border .2s ease;
	-webkit-appearance: none;
  cursor: pointer;
}

input.wpcf7-file::-webkit-file-upload-button {
  position: relative;
	display: inline-block;
	font-family: 'Barlow', sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #262626;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	padding: 15px 25px;
	border: solid 2px #262626;
	background-color: #f5f5f5;
	text-align: center;
	user-select: none;
	-webkit-transition: color .2s ease, background-color .2s ease, border .2s ease;
	-moz-transition: color .2s ease, background-color .2s ease, border .2s ease;
	-ms-transition: color .2s ease, background-color .2s ease, border .2s ease;
	-o-transition: color .2s ease, background-color .2s ease, border .2s ease;
	transition: color .2s ease, background-color .2s ease, border .2s ease;
	-webkit-appearance: none;
  cursor: pointer;
}
input.wpcf7-file::file-selector-button:hover {
  color:#f5f5f5;
  border-color:#262626;
  background-color:#262626;
  text-decoration: none;
}
input.wpcf7-file::-webkit-file-upload-button:hover {
  color:#f5f5f5;
  border-color:#262626;
  background-color: #262626;
  text-decoration: none;
}

input.wpcf7-file {
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 0;
}

.file-label {
	display: block;
}

.conteneur-slider-col .vc_column-inner {
    background: #eaeaea;
}

.conteneur-slider-col > .vc_column-inner > .wpb_wrapper{
    max-width: 500px;
    margin: 0 auto;
    padding:50px 15px;
    box-sizing: border-box;
}

.a-propos-img-left-col .wpb_single_image:first-child {
    margin-bottom: 15px;
}

.conteneur-slider img {
    margin-bottom:100px;
}

.conteneur-info-titre {
    font-family: Barlow;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #892B37;
}

.conteneur-info-desc {
    font-family: Open Sans;
    font-size: 17px;
    line-height: 30px;
    color: #989898;
}

.conteneur-info-dimensions {
    font-weight: bold;
    color:#282D33;
}

.conteneur-slider .owl-prev {
    left: -30px;
}

.conteneur-slider .owl-next {
    right: -30px;
}

.conteneur-slider .owl-prev i,
.conteneur-slider .owl-next i {
    font-size:20px;
}

.location-conteneur-title .row-in-grid-inner > .row-image-bg + .wpb_column .vc_column-inner {
    max-width: 90%;
}

.matiere-accepter-conteneur-row .container .row-in-grid-inner {
    background-image: url(/wp-content/uploads/2021/06/matieres-acceptees-red.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding:100px 50px;
}

.matiere-accepter-conteneur-row.conteneur-row-green .container .row-in-grid-inner {
	background-image: url(/wp-content/uploads/2020/12/matieres-accepter-bg.jpg) !important;
}

.avantages-title-col .vc_column-inner {
    max-width: 580px;
}

.avantages-desc-col .vc_column-inner {
    max-width: 650px;
    margin:0 auto;
}

.tablinks {
	background-color: #5A1212;
	padding: 30px 75px;
	border-color: #fff;
	border-width: 1px;
	border-style: solid;
	margin: 0;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	transition: background-color .3s;
}

.tablinks-middle {
	margin: 0px -5px;
}

.tablinks-left {
	margin-left: -1px;
}

.tabcontent {
	display: none;
}

.tabcontent.current{
	display: block;
}

.tablinks.current{
	border-bottom-color: #892B37;
	background-color: #892B37;
}

.tablinks:hover{
	background-color: #892B37;
	transition: background-color .3s;
}

.yard-calculator {
	background: url('/wp-content/uploads/2021/06/calculator-bg-2.jpg');
	position: sticky;
	background-size: cover;
	padding: 150px 100px;
	padding-top: 100px;
}

.yard-calculator h3 {
	font-family: Barlow;
	font-weight: 600;
}

.yard-calculator .tab-row {
	padding-top: 35px;
}

.yard-calculator .dist-btn {
	margin-right: 30px;
}

.yard-calculator input {
	padding: 15px 25px;
	max-width: 175px;
	text-align: center;
	font-style: italic;
	font-size: 17px;
}

.yard-calculator .input-inbetween {
	padding: 0px 30px;
}
/*

.yard-calculator button {
	font-family: 'Barlow', sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	padding: 15px 25px;
	border-width: 2px;
	border-color: #ffffff;
	background-color: #892b37;
}

.yard-calculator button::before {
	content: attr(data-text);
	width: 0;
	height: 0;
	display: block;
	background: #ffffff;
	color: #ffffff !important;
	position: absolute;
	right: 0;
	bottom: 0;
	overflow: hidden;
	transition: width .3s ease, height .3s ease, padding .3s ease, color .3s ease .3s;
	font-family: 'Barlow', sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	padding: 0 0;
	box-sizing: border-box;
}

.yard-calculator button::after {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	background: #ffffff;
	position: absolute;
	left: 6px;
	bottom: -6px;
	overflow: hidden;
	z-index: -1;
	transition: left .3s ease, bottom .3s ease;
}

*/

.a-propos-title h2 {
    margin-bottom: 100px!important;
}
.page-id-165 img.logo1,
.page-id-248 img.logo1 {
    display: none;
}
.page-id-165 img.logo2,
.page-id-248 img.logo2  {
    display: inline;
}

.page-id-165 header.main-header.main-header-regular.scrollmin .header-bottom img.logo1,
.page-id-248 header.main-header.main-header-regular.scrollmin .header-bottom img.logo1 {
    display: inline;
}

.page-id-165 header.main-header.main-header-regular.scrollmin .header-bottom img.logo2,
.page-id-248 header.main-header.main-header-regular.scrollmin .header-bottom img.logo2 {
    display: none;
}

.page-id-165 .main-menu>li>a,
.page-id-248 .main-menu>li>a {
    color: #fff;
}

.page-id-165 .main-menu > .menu-item-has-children > a::after,
.page-id-165 .main-menu > .menu-item-has-children > a::before,
.page-id-248 .main-menu > .menu-item-has-children > a::after,
.page-id-248 .main-menu > .menu-item-has-children > a::before {
    color: #fff;
}

.page-id-165 header.main-header.main-header-regular.scrollmin .menu-item-has-children > a::after,
.page-id-165 header.main-header.main-header-regular.scrollmin .menu-item-has-children > a::before,
.page-id-248 header.main-header.main-header-regular.scrollmin .menu-item-has-children > a::after,
.page-id-248 header.main-header.main-header-regular.scrollmin .menu-item-has-children > a::before {
    color:#892B37;
}

.page-id-165 header.main-header.main-header-regular.scrollmin li>a,
.page-id-248 header.main-header.main-header-regular.scrollmin li>a {
    color:#282D33;
}

.page-id-165 header.main-header.main-header-regular.scrollmin li>ul>li:hover>a,
.page-id-248 header.main-header.main-header-regular.scrollmin li>ul>li:hover>a {
    color:#892B37;
}

.a-propos-row .wpb_column .vc_column-inner {
    max-width: 600px;
}

.pourquoi-trier-fleche {
    position: absolute;
    left: -100px;
    top: 50%;
    transform: translateY(-50%);
}

.raisons-col {
    padding-left: 100px;
    padding-bottom:100px;
    box-sizing: border-box;
}

.raisons-numero {
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(-90deg);
    margin-bottom: 0;
}
.raisons-numero p {
    font-family: Barlow;
    font-weight: 300;
    font-size: 100px;
    line-height: 100px;
    text-transform: uppercase;
    color: rgba(93, 132, 62, 0.15);
}
.trucs-astuces-row h2 {
    max-width: 410px;
}

.trucs-astuces-text p {
    max-width: 630px;
}

.form-input {
    padding: 0 0 8px 0!important;
    border: 0!important;
    border-bottom: 1px solid #892B37!important;
    background: transparent!important;
    font-family: Open Sans!important;
    font-size: 17px!important;
    line-height: 22px!important;
    color: #989898!important;
    margin-bottom:25px!important;
}

.wpcf7-form br {
    display: none;
}

.contact-row{
	padding-top:200px;
	padding-bottom:100px;
}

.contact-row .wpcf7-form{
	padding-top:70px;
}

.wpb_gmaps_widget .wpb_wrapper {
	padding: 0px!important;
}

.wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper {
	position: relative;
	padding-bottom: 0px!important;
	height: 415px!important;
}

.wpcf7-form select {
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    background: transparent!important;
    background-image: url(/wp-content/uploads/2021/06/arrow-select-red.png)!important;
    background-repeat: no-repeat!important;
    background-position-x: 100%!important;
    background-position-y: center!important;
}

.form-input::-webkit-input-placeholder { /* WebKit browsers */
color: #989898 !important;
opacity: 1;
}
.form-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #989898 !important;
opacity: 1;
}
.form-input::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #989898 !important;
opacity: 1;
}
.form-input:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #989898 !important;
opacity: 1;
}

.contact-address,
.contact-tel-email,
.contact-terracube,
.contact-heures {
    font-family: Barlow;
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    color: #282D33;
}

.contact-address p,
.contact-tel-email p,
.contact-terracube p,
.contact-heures p {
    margin-bottom:10px;
}

.contact-address a,
.contact-tel-email a,
.contact-terracube a {
    color: #282D33;
    transition: .3s ease color;
}

.contact-address a:hover,
.contact-tel-email a:hover,
.contact-terracube a:hover {
    color:#892B37;
}

.contact-title, .contact-title-desc {
    max-width: 505px;
}

.wpcf7-not-valid-tip{
	display:none;
}

.form-input.wpcf7-not-valid{
	border-bottom: 1px solid #dc3232!important;
}

.cb-trier-env-map-row {
    display: table!important;
    width: 100%!important;
    margin: 0;
}

.single-produit .cb-trier-env-map-row {
	display: table!important;
	width: 101%!important;
	margin: 0;
}


.cb-trier-env-map-row .wpb_column {
    display: table-cell!important;
    float: none;
    vertical-align: middle;
}

.footer-bottom.footer-col-count-2 .footer-bottom-left {
    width: 60%;
}
.footer-bottom.footer-col-count-2 .footer-bottom-right {
    width: 40%;
}

.tarifs-text-col.white-text .vc_column-inner {
    padding-top: 50px;
    padding-bottom: 50px;
}

.a-propos-title {
    padding-top: 100px;
}

.acc-serv-inner-row .vc_col-sm-6:first-child a {
    color:#282d33;
    transition: .3s ease color;
}
.acc-serv-inner-row .vc_col-sm-6:first-child a:hover {
    color:#892B37;
}

.temoignages-row {
	background-size: contain;
	background-image: url('/wp-content/uploads/2021/06/quote-bg.png');
	margin: 75px 0px;
	font-weight:100!important;
	padding: 135px 0;
}

.temoignages-row p {
	max-width: 650px;
	margin: auto;
}

.temoignages-row .italic {
	font-family: Open Sans;
	font-size: 20px;
	line-height: 35px;
	margin: auto;
}

.call-to-action .vc_column_container {
	margin: auto;
	width: 600px;
	text-align: center;
}

.accordion-no-bg .dist-accordion-title {
	background-color: unset;
}

.dist-accordion-content .blog-listing-thumbnail img {
	width: 260px;
}

.dist-accordion-content .blog-listing-content {
	padding-left: 30px;
	width: 90%;
	padding-top: 50px;
}

.dist-accordion-content .blog-listing-article-inner {
	display: flex;
}

.dist-accordion-content .blog-listing-holder article {
	padding: 0px;
}

.dist-accordion-title {
	border-color: #282D33!important;
	border-width: 0px;
	border-top-width: 1px;
	padding: 35px 0px;
}

.dist-accordion-title:before {
	content: '\f078';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 700;
	color: #5A1212;
	position: absolute;
	line-height: 25px;
	right: 16px;
	margin-top: 6px;
	display: block;
}

.open .dist-accordion-title:before {
	content: '\f077';
}

.dist-accordion-section:first-child .dist-accordion-title {
	border-top-width: 0px;
}

.dist-accordion-content {
	border-width: 0;
  margin-bottom: 45px;
}

.dist-accordion-section {
	margin-bottom: 0px;
}

.debuts-humbles-small-img img {
	height: 300px;
}
.avantages-img {
	display: none;
}

a {
    color: #282d33;
}

@media (min-width: 992px) {
	/*body.home > .wrapper > .wrapper-inner > header.main-header img.logo1,
	body.page-id-82 > .wrapper > .wrapper-inner > header.main-header img.logo1 {
		display: none;
	}
	body.home > .wrapper > .wrapper-inner > header.main-header img.logo2,
	body.page-id-82 > .wrapper > .wrapper-inner > header.main-header img.logo2 {
		display: inline-block;
	}
	body.home  > .wrapper > .wrapper-inner > header.main-header:not(.scrollmin) img.logo1,
	body.page-id-82 > .wrapper > .wrapper-inner > header.main-header:not(.scrollmin) img.logo1 {
		display: inline-block;
	}
	body.home > .wrapper > .wrapper-inner > header.main-header:not(.scrollmin) img.logo2,
	body.page-id-82 > .wrapper > .wrapper-inner > header.main-header:not(.scrollmin) img.logo2 {
		display: none;
	}*/
}
.content-outer > .title-outer:first-child > .title {
	padding-top: 100px;
}
.content-outer > .content:first-child > .content-inner {
	/*margin-top: 100px;*/
}
@media (min-width: 992px) {
	.split-header > .wpb_column > .vc_column-inner > .wpb_wrapper {
		max-width: 500px;
        margin:0 auto;
	}
	/* Slider Left */
	.split-header.slider-right > .wpb_column > .vc_column-inner > .wpb_wrapper > .dist-shortcode-container {
    display: block;
    position: absolute;
    left: 50%;
    top: 100px;
    bottom: 0;
    width: 150%;
    width: 50vw;
}
	.split-header.slider-right > .wpb_column > .vc_column-inner > .wpb_wrapper > .dist-shortcode-container::before {
	    content: "";
	    display: block;
	    position: absolute;
	    top: 0;
	    left: 0;
	    right: 0;
	    width: 100%;
	    height: 180px;
	    z-index: 99;
	}

	.split-header.slider-right > .wpb_column:last-child::after {
		content: "";
		display: block;
		position: absolute;
		bottom: 0;
		right: 50%;
		height: 50vh;
		width: 16px;
	}
	.split-header.slider-right > .wpb_column:last-child,
	.split-header.slider-right > .wpb_column:last-child > .vc_column-inner,
	.split-header.slider-right > .wpb_column:last-child > .vc_column-inner > .wpb_wrapper,
	.split-header.slider-right > .wpb_column:last-child > .vc_column-inner > .wpb_wrapper > .dist-shortcode-container > .dist-slider-outer {
		position: static;
		background-color: transparent;
	}
	.split-header.slider-right > .wpb_column > .vc_column-inner > .wpb_wrapper > .dist-shortcode-container > .dist-slider-outer > .dist-slider-size {
		display: none !important;
	}
	.split-header.slider-right > .wpb_column:first-child > .vc_column-inner > .wpb_wrapper {
		margin-right: auto;
	}
	.split-header.slider-right > .wpb_column > .vc_column-inner > .wpb_wrapper > .dist-shortcode-container .dist-slider .owl-dots {
		left: -100%;
	    right: 100%;
	}
}

@media (max-width: 1649px) {
	.pourquoi-trier-fleche {
	    left: -35px;
	}	
}

@media (max-width: 1599px) {
	.title-number {
	    position: absolute;
		left: -50px;
	    top: -25px;
	}	
}
@media (max-width: 1499px) {
	.page-int-title {
	    padding-top: 200px;
	    padding-bottom: 100px;
	}
	.raisons-col {
	    padding-left: 75px;
	    padding-bottom: 75px;
	}
	.raisons-numero p {
	    font-size: 75px;
	    line-height: 75px;
	}	
	.materiaux{
    width: 71.5%;
	}
	.conteneurs-carousel.owl-carousel .owl-prev {
    left: -55px;
	}
	.conteneurs-carousel.owl-carousel .owl-next {
    right: -55px;
	}
	.yard-calculator input {
    max-width: 100px;
	}
	.yard-calculator .input-inbetween {
    padding: 0px 15px;
	}
}
@media (max-width: 1399px) {
	.raisons-numero p {
	    font-size: 60px;
	    line-height: 60px;
	}
	.raisons-col {
	    padding-left: 60px;
	    padding-bottom: 60px;
	}
}

@media (max-width: 1299px) {
	.acc-serv-inner-row h2 br {
	    display: none;
	}
	.matieres-accepter-green-col .vc_column-inner,
	.matiere-accepter-conteneur-row .container .row-in-grid-inner {
	    padding: 50px!important;
	}
	.a-propos-title h2 br {
	    display: none;
	}
	.conteneurs-carousel.owl-carousel .owl-prev, .conteneurs-carousel.owl-carousel .owl-next {
    display: none!important;
	}
}

@media (max-width: 1199px) {
	.main-menu>li {
	    padding: 0 20px;
	}
	.matieres-accepter-green-col .vc_column-inner,
	.matiere-accepter-conteneur-row .container .row-in-grid-inner {
	    padding: 50px 30px!important;
	}
	.raisons-col{
		width: 50%;
		float: left;
	}
	.raisons-col:nth-child(2n+1){
		clear: both;
	}
	.pourquoi-trier-fleche {
	    position: relative;
	    left: 0;
	    top: 0;
	    transform: none;
	}
	.contact-row {
	    padding-top: 150px;
	}
    .footer-top.footer-col-count-4 .footer-col-4 {
        display: none;
    }
    .footer-top.footer-col-count-4 .footer-col-2, .footer-top.footer-col-count-4 .footer-col-3 {
        width: 50%;
    }
    .footer-top {
        padding: 50px 0 50px;
    }
    .trois-etapes-btns a {
        font-size: 24px;
        line-height: 24px;
    }
    .a-propos-title h2 {
        margin-bottom: 50px!important;
    }
		.gestion-pancan-img {
			margin-top: 0px;
		}
		.tablinks {
			padding: 30px 30px;
		}
		.yard-calculator {
			padding: 75px 50px;
			padding-top: 60px;
		}
		.dist-accordion-title h4 {
			width: 90%;
		}
}

@media (max-width: 1099px) {
	.main-menu>li {
    padding: 0 13px;
}
}

@media (max-width: 991px) {
	.mobile-menu li>a {
	    font-family: Barlow;
	    font-style: normal;
	    font-weight: 800;
	    font-size: 16px;
	    line-height: 16px;
	    color: #282D33;
	    transition: .3s ease color;
	}
	.mobile-menu ul {
	    padding: 0;
	    border-top: 1px solid #5a121250;
	}
	.mobile-menu ul li a {
	    padding-left:50px;
	}
	.mobile-menu li {
	    border-bottom: 1px solid #5a121250;
	}
	i.far.fa-chevron-right.sub-menu-arrow-close::before{
		content:'\f04b';
	}
	i.far.fa-chevron-right.sub-menu-arrow-close{
		font-weight: 300;
		color:#892B37;
		font-size: 12px;
	}
	li.sub-menu-open>.sub-menu-arrow i.sub-menu-arrow-open::before{
		content:'\f04b';
	}
	li.sub-menu-open>.sub-menu-arrow i.sub-menu-arrow-open{
		transform: rotate(90deg);
		display: inline-block;
		font-weight: 800;
		color:#892B37;
		font-size: 12px;
	}
	li>.sub-menu-arrow, li>.menu-item-inner>.sub-menu-arrow {
	    line-height: 36px;
	}
	.accueil-title-row {
	    padding-top: 0;
	}
	.accueil-title-green-col .vc_column-inner {
	    padding-top: 0!important;
	    padding-bottom: 0;
	}
	.accueil-title-contact a {
		margin-bottom:20px!important;
	}
	.padding-100{
		padding:50px 0;
	}
	.padding-top-100 {
		padding-top: 50px;
	}
	.padding-top-50 {
    padding: 25px 0 0;
	}
	.padding-bot-100 {
		padding-bottom: 50px;
	}
	.acc-tagline-row .vc_column-inner {
	    padding: 50px 15px!important;
	}
	.trois-etapes-btns a {
	    font-size: 25px;
	    line-height: 25px;
	}
	.accueil-toptitle, .toptitle {
	    margin-bottom: 30px;
	}
	.stats-residu sup {
	    font-size: 20px;
	    line-height: 25px;
	}
	.resume-services-row .wpb_column {
	    width: 50%;
	}
	.resume-services-row .wpb_column:nth-child(3) {
	    margin-top: 50px;
	}
	.resume-services-row .container .row-in-grid-inner {
	    padding: 50px 0;
	}
	.tarif-slider.owl-carousel .owl-item img {
	    width: auto;
	    max-height: 350px;
	    margin: 0 auto;
	}
	.tarif-slider-col, .tarifs-text-col {
	    width: 100%;
	    display: block!important;
	    float: left;
	}
	.tarif-slider-col {
	    padding-top:0;
	}
	.tarifs-text-col .vc_column-inner{
		padding:50px 15px!important;
	}
	.page-int-title .wpb_column {
	    width: 100%;
			margin-bottom: 35px;
	}
	.page-int-title .wpb_column:nth-child(1) {
	    margin-bottom:50px;
	}
	.page-int-title {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	.matieres-accepter-green-col, .cta-matiere-accepter-col{
		display: block;
		width: 100%;
		float: left;
	}
	.padding-top-100{
		padding-top:50px;
	}
	.cta-matiere-accepter-col .vc_column-inner {
	    max-width: 100%;
	    padding-top:50px;
	}
	.matiere-accepter-row .row-in-grid-inner{
		display: inline-block;
		margin: 0;
	}
	.matiere-accepter-conteneur-row .wpb_column,
	.a-propos-row .wpb_column {
	    width: 100%;
	    float: left;
	}
	.matiere-accepter-conteneur-row .container .row-in-grid-inner,
	.conteneur-slider-col .conteneur-slider{
		padding:50px 0!important;
	}
	.location-conteneur-title .row-in-grid-inner > .row-image-bg + .wpb_column .vc_column-inner {
	    max-width: 100%;
	    padding-bottom:50px;
	}
	.conteneur-slider-col .vc_column-inner{
		padding-left:30px;
		padding-right:30px;
	}
	.conteneur-slider .owl-prev {
	    left: -25px;
	}

	.conteneur-slider .owl-next {
	    right: -25px;
	}
	.conteneur-slider img {
	    margin-bottom: 50px;
	}
	.conteneur-info-desc {
	    font-size: 15px;
	    line-height: 28px;
	}
	.dist-btn {
	    font-size: 14px;
	    line-height: 17px;
	    letter-spacing: 0.05em;
	    padding: 10px 20px;
			margin-bottom: 35px;
	}
	.page-int-title .wpb_column:first-child .vc_column-inner {
	    max-width: 100%;
	}
	.a-propos-row .wpb_column:nth-child(1) {
	    margin-bottom: 50px;
	}
	.a-propos-row .wpb_column .vc_column-inner {
	    max-width: 100%;
	}
	.page-id-165 img.logo1, .page-id-176 img.logo1,
    .page-id-248 img.logo1, .page-id-259 img.logo1 {
	    display: inline;
	}
	.page-id-165 img.logo2, .page-id-176 img.logo2,
    .page-id-248 img.logo2, .page-id-259 img.logo2 {
	    display: none;
	}
	.a-propos-title h2 {
	    margin-bottom: 50px!important;
	}
	.raisons-numero p {
	    font-size: 50px;
	    line-height: 50px;
	}
	.raisons-col {
	    padding-left: 50px;
	    padding-bottom: 50px;
	}
	.contact-row {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	.form-input {
	    font-size: 15px!important;
	    line-height: 20px!important;
	}
    .matiere-accepter-conteneur-row .vc_col-sm-6:first-child {
        margin-bottom: 30px;
    }
    .footer-bottom.footer-col-count-2 .footer-bottom-left, .footer-bottom.footer-col-count-2 .footer-bottom-right{
        width: 100%;
    }
    .footer-bottom-right a:first-child{
        padding-right:0;
    }
    .a-propos-img-left-col .wpb_single_image,
    .a-propos-img-left-col .wpb_single_image:first-child{
        margin-bottom:30px;
    }
    .a-propos-img-left-col,
    .a-propos-img-right-col{
        width: 100%;
    }
    .dist-btn:hover::before {
        font-size: 14px;
        line-height: 17px;
        letter-spacing: 0.05em;
        padding: 10px 20px;
    }
    .resume-services-row .wpb_column:nth-child(3){
        width: 100%;
    }
    .tarif-slider-col .vc_align_left {
        text-align: center;
    }
    .trois-etapes-btns a {
        font-size: 22px;
        line-height: 22px;
    }
    .a-propos-title {
        min-height: 0!important;
        padding-bottom: 50px;
        padding-top: 50px;
    }

		.split-header.slider-right > .wpb_column > .vc_column-inner > .wpb_wrapper > .dist-shortcode-container {
			display: block;
			position: absolute;
			bottom: 0;
			right: 0;
			left: 0;
			margin: auto;
			width: 150%;
			width: 100vw;
			height: 125%;
			height: 100vh;
		}
		.split-header.slider-right > .wpb_column:last-child, .split-header.slider-right > .wpb_column:last-child > .vc_column-inner, .split-header.slider-right > .wpb_column:last-child > .vc_column-inner > .wpb_wrapper, .split-header.slider-right > .wpb_column:last-child > .vc_column-inner > .wpb_wrapper > .dist-shortcode-container > .dist-slider-outer {
			position: static;
			display: none;
			background-color: transparent;
		}
		.accueil-title-text-col, .accueil-title-green-col {
			width: 100%;
		}
	.nos-services-img-col {
		padding-top: 100px;
	}
	.nos-services-col-2 {
		width: 100%;
	}
	.conteneurs-carousel.owl-carousel .owl-prev, .conteneurs-carousel.owl-carousel .owl-next {
    display: block!important;
	}
	.valeurs-borders {
		border-left : 0px!important;
		border-right: 0px!important;
	}
	.valeurs-row .wpb_column {
		width: 100%;
		margin-bottom: 35px;
	}
	.temoignages-row .italic {
    font-size: 16px;
    line-height: 25px;
	}
	.produits-en-vrac-img {
		text-align:center!important;
	}
	.yard-calculator {
    padding: 100px 50px;
    padding-top: 15px;
	}
	.yard-calculator .tab-row {
    display: grid;
	}
	.yard-calculator input {
    padding: 15px 0px;
    max-width: unset;
    width: 100%;
		font-size: 14px;
	}
	.yard-calculator .input-inbetween {
    margin: auto;
    padding: 10px 0px;
	}
	.yard-calculator .dist-btn {
    margin-right: unset;
	}
	.debuts-humbles .wpb_column {
		width: 100%;
		margin-bottom: 35px;
	}
	.debuts-humbles-small-img {
    display: none;
	}
	.temoignages-row {
    margin: 50px 0px;
    padding: 75px 0;
	}
	.produit .blog-single-middle {
    padding: 50px;
    display: block;
	}
	.produit .blog-single-content {
    width: 100%;
	}
	.blog-single-top {
		padding-top: 50px;
	}
	.produit .blog-single-middle {
		padding-top: unset;
	}
	.produit .blog-single-thumbnail {
    padding-right: unset;
    margin: auto;
    width: 25%;
		padding-bottom: 35px;
	}
	.dist-accordion-title:before {
		margin-top: 0px;
	}
	.dist-accordion-title {
    padding: 25px 0px;
	}
	.dist-accordion-content {
    margin-bottom: 20px;
	}
	.mission-row {
		padding-top: 100px!important;
	}
}

@media (max-width: 799px) {
	.footer-top.footer-col-count-4 .footer-col-2, .footer-top.footer-col-count-4 .footer-col-3 {
	    width: 100%;
	}
	.center-inner {
	    max-width: 100%;
	}
	.footer-top.footer-col-count-4 .footer-col-2{
		margin-bottom: 50px;
	}
	.footer-top.footer-col-count-4 .footer-col-1 {
	    width: 100%;
	    margin-bottom: 50px;
	}
	.accueil-title-text-col, .accueil-title-green-col {
	    display: block!important;
	    float: left;
	    width: 100%;
	    padding:50px 0;
	}
	.accueil-title-row {
	    width: 100%;
	    display: inline-block!important;
	}
	.accueil-title-contact {
	    position: relative;
	    width: 100%;
	    bottom: unset;
	}
	.accueil-title-row h1::before {
	    left: -50px;
	}
	.trois-etapes-left, .trois-etapes-right {
	    width: 100%;
	}
	.trois-etapes-left {
	    margin-bottom:50px;
	}
	.trois-etapes-numero {
		font-size: 75px;
	    line-height: 60px;
	    margin-bottom: 0;
	}
	.itineraire-btn {
	    padding-right: 50px;
	}
	.trois-etapes-title {
	    margin-bottom: 30px;
	}
	.mission-row .wpb_column:nth-child(1) {
	    margin-bottom: 30px;
	}
	.mission-row .wpb_column {
	    width: 100%;
	}
	.stats-residu {
	    max-width: 100%;
	}
	.resume-services-row .wpb_column {
	    width: 100%;
	    margin-bottom:50px;
	}
	.resume-services-row .wpb_column:nth-child(3) {
	    margin-top: 0;
	    margin-bottom:0;
	}
	.acc-serv-inner-row .wpb_column,
	.pourquoi-trier-inner-row .wpb_column {
	    width: 100%;
	}
	.acc-serv-inner-row .wpb_column:nth-child(1),
	.pourquoi-trier-inner-row .wpb_column:nth-child(1) {
	    margin-bottom: 50px;
	}
	.pourquoi-trier-list-row ol li {
	    padding-left: 5px;
	}
	.cb-trier-env-map-row {
	    display: inline-block!important;
	    width: 100%!important;
	    margin: 0;
	}
	.cb-trier-env-map-row .wpb_column {
	    display: block!important;
	    width: 100%;
	    float: left;
	    vertical-align: middle;
	}
	.trier-env-col{
		padding-top:50px;
		padding-bottom:50px;
	}
	.content-bottom-map-col #map {
	    height: 300px!important;
	}
	.avantages-title-col, .avantages-desc-col,
	.contact-row .wpb_column {
	    width: 100%;
	    float: left;
	}
	.avantages-title-col {
	    padding-bottom:50px;
	}
	.contact-row .wpb_column:nth-child(1) {
	    margin-bottom: 35px;
	}
	.resume-services-row .vc_col-sm-4 .vc_column-inner {
			max-width: 90%;
	}
	.acc-slider-row {
		min-height: 0!important;
	}
	.tablinks {
    padding: 20px 20px;
    font-size: 16px;
	}
	.histoire-centre h2, .histoire-centre p {
		width: 100%;
	}
	.wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper {
		height: 300px!important;
	}
}
@media (max-width: 767px) {
.etapes-row .vc_col-sm-6:last-child {
    margin-bottom: 0;
}
.materiaux .blog-listing-thumbnail {
	padding-bottom: 35%;
}
.materiaux-carousel.owl-carousel .owl-nav {
	position: absolute;
	left: 0;
	top: 25px;
	margin-top:0px;
}
.materiaux-carousel.owl-carousel .owl-prev {
	margin-left: 0px;
}
.materiaux-carousel .owl-stage-outer {
	padding-top: 75px;
}
.acc-tagline-row p {
	width: 100%;
}
.avantages-img {
	display: block;
}
.avantanges-clients-row .vc_column-inner {
	background-image: unset!important;
}
.yard-calculator {
	padding: 45px 50px;
}
.dist-accordion-content .blog-listing-article-inner {
	display:block;
}
.dist-accordion-content .blog-listing-content {
	padding-left: unset;
	width: 100%;
	padding-top: unset;
	padding-bottom: 25px;
}
.dist-accordion-content .blog-listing-thumbnail img {
	width: 260px;
	margin: auto;
	text-align: center;
	display: block;
	padding-bottom: 25px;
}
.produit .blog-single-thumbnail {
	width: 35%;
}
.row-form-emploi h2 {
	padding-bottom: 35px;
}

}
@media (max-width: 619px) {
	.footer-bottom p img {
	    display: block;
	    margin-bottom: 10px;
	    margin-left: auto;
	    margin-right: auto;
	    padding-right: 0;
	}
	.footer-bottom p{
		margin-bottom:10px;
	}
	.itineraire-btn {
	    padding-right: 0;
	    display: block;
	    margin-bottom: 30px;
	}
	.trois-etapes-btns a {
	    font-size: 20px;
	    line-height: 20px;
	}
	.raisons-col{
		width: 100%;
		float: left;
	}
	.raisons-col:nth-child(2n+1){
		clear: none;
	}
	.raisons-numero p {
	    font-size: 35px;
	    line-height: 35px;
	}
	.raisons-col {
	    padding-left: 35px;
	}
	.raisons-numero {
	    left: 10px;
	}
	.trois-etapes-numero {
	    font-size: 50px;
	    line-height: 30px;
	}
	.stats-residu sup {
	    font-size: 15px;
	    line-height: 15px;
	}
    .raisons-col:last-child{
        padding-bottom:0;
    }
	.conteneur-slider-col .owl-nav {
		display: none;
	}
	.tablinks {
    padding: 15px;
	}
	.tabs {
		display: flex;
	}
	.dist-accordion-content .blog-listing-thumbnail img {
    width: 175px;
	}
	.padding-top-300 {
    padding-top: 200px!important;
	}
	.nos-services-img-col {
    padding-top: 0px;
	}
	.produit .blog-single-thumbnail {
    width: 45%;
	}
	.faq-row {
		padding-top: 300px!important;
	}
	.tablinks-right {
		border-right-width: 0px;
	}
	.produit .blog-single-middle {
    padding: 0px;
    display: block;
}
}

@media (max-width: 519px) {
    .footer-top.footer-col-count-4 .footer-col-2 .footer-widget, .footer-top.footer-col-count-4 .footer-col-3 .footer-widget{
        width: 100%;
    }
    .footer-top.footer-col-count-4 .footer-col-2 .footer-widget:first-child, .footer-top.footer-col-count-4 .footer-col-3 .footer-widget:first-child{
        margin-bottom:30px;
    }
		.produit .blog-single-thumbnail {
			width: 70%;
			margin-bottom: 35px;
		}
		.produit .blog-single-content {
			width: 100%;
		}
}

@media (max-width: 399px) {
    .header-mobile-logo {
        width: 200px;
    }
    .trois-etapes-btns a {
        font-size: 18px;
        line-height: 18px;
    }
		.tablinks {
			font-size: 14px;
			padding: 12px;
		}
}