/*
Theme Name: Équipements du Boulevard
Author: Scale
Author URI: https://chezscale.com/
Version: 1.0
*/


@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?56f4di');
  src:  url('fonts/icomoon.eot?56f4di#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?56f4di') format('truetype'),
    url('fonts/icomoon.woff?56f4di') format('woff'),
    url('fonts/icomoon.svg?56f4di#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
  content: "\e900";
}
.icon-arrow-left:before {
  content: "\e901";
}
.icon-arrow-right:before {
  content: "\e902";
}
.icon-arrow-up:before {
  content: "\e903";
}
.icon-email:before {
  content: "\e904";
}
.icon-facebook:before {
  content: "\e905";
}
.icon-telephone:before {
  content: "\e906";
}
.icon-urgence:before {
  content: "\e907";
}
.icon-x:before {
  content: "\e908";
}

/* 
    font-family: 'Anek Devanagari', sans-serif;
    font-family: 'Anton', sans-serif;
*/

/*  ---- CORE ----  */

/*html { scroll-behavior: smooth; }*/
body { position: relative;  font-size: 18px; font-family: 'Anek Devanagari', sans-serif;  overflow-x: hidden; letter-spacing: 0.025em;}
input {-webkit-appearance: none; border-radius: 0;}
img:focus, a:focus, input[type="submit"]:focus, :focus  { outline:0 !important; }
input, textarea, button, select, a, div { -webkit-tap-highlight-color: transparent;}
a, a:focus, a:hover { outline: none; text-decoration: none;}
a { color: #000;  -webkit-transition: all 0.25s ease; transition: all 0.25s ease;}
a:hover { color: #f49b25;}
button::-moz-focus-inner { border: 0;}
p { color: #4d4d4d; font-size: 18px;  line-height: 1.5; margin-bottom: 30px;}
img { max-width: 100%; height: auto;}
b, strong { font-weight: 700;}

h1, h2, h5 { font-family: 'Anton', sans-serif; font-weight: 400; letter-spacing: 0.05em;  }

h2 { font-size: 52px; text-transform: uppercase; }
h3 { font-size: 24px; font-family: 'Anek Devanagari', sans-serif; font-weight: 700; }
h4 { font-size: 22px; font-family: 'Anek Devanagari', sans-serif; font-weight: 700; text-transform: uppercase; }



/**** SEOPRESS CONSENT ****/

body .seopress-user-consent { border:0;   z-index: 999999;}
body .seopress-edit-choice {  z-index: 999998;}
body .seopress-user-consent-backdrop { z-index: 99999; }
.seopress-user-message.seopress-user-consent button, .seopress-user-consent #seopress-user-consent-close, body  #seopress-user-consent-edit { 
  font-size: 14px;
  background: #1d1d1b;
  border: 1px solid #1d1d1b;
  color: #FFF;
  cursor: pointer;
  font-weight: 400;
  outline: 0;
  padding: 5px 10px 0px;
  line-height: 1.2;
  box-shadow: none;
  border-radius:0;
  -webkit-transition: all .2s; 
  transition: all .2s;
}
.seopress-user-consent button:hover, #seopress-user-consent-close:hover, body  #seopress-user-consent-edit:hover { background: #f49b25;  border: 1px solid #f49b25;  color: #FFF;}
.seopress-user-consent a { text-decoration: underline; }

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.logo-position-left .moove-gdpr-company-logo-holder { display: none; }

body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme, body #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme {
    background-color: rgba(0, 0, 0, .85);
    border-top: 0;
    z-index: 999999999;
    min-height: 100%;
    padding: 0 20px;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    position: relative;
    display: inline-block;
    top: calc(50vh - (170px / 2));
    width: 100%;
    max-width: 400px;
    left: 0;
    text-align: center;
    background: #FFF;
    padding: 30px;
    border-radius: 6px;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: self-start;
    justify-content: flex-start;
    width: 100%;
    flex-direction: column;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p, body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a { 
  color: #000;
  font-size: 15px;
  font-weight: 400;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
    padding-left: 0;
    gap: 10px;
    margin-top: 20px;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {  margin: 0; }


body .gdpr_lightbox { z-index: 999999999; }


.privacy-policy p {  margin-bottom: 20px; }
.privacy-policy p a { text-decoration: underline; }

.animate {-webkit-transition: all 0.25s ease; transition: all 0.25s ease;}
.stopFlickering { 
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    transform: translateZ(0);
}

.grecaptcha-badge {opacity:0;}

.clear { clear: both; display: block;}
.btn { white-space: normal;}

.cover {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#page { width: 100%; overflow: hidden;}

.cta { 
    display: inline-block;
    background: #000;
    color: #FFF;
    line-height: 1.1;
    font-weight: 700;
    text-transform: uppercase;
    padding: 25px 40px 18px 40px;
}
.cta:hover {  background: #FFF; color: #000; }

.cta.jaune { background: #f49b25; }
.cta.jaune:hover { background: #FFF; color: #f49b25;}

.cta.gris-dark { background: #1d1d1b; }
.cta.gris-dark:hover { background: #FFF; color: #1d1d1b;}


.section-pad120 { padding: 120px 0; }
.section-pad160 { padding: 160px 0 130px 0; }


body .container {
  width: 100%;
  max-width: 1300px;
}
.container-full {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.container-full > .row {
  margin-left: 0;
  margin-right: 0;
}
.container-full > .row > [class^="col"] {
  padding-left: 0;
  padding-right: 0;
}
.padding130 {
  padding: 130px 0;
}

.bg-orange { background-color: #f49b25; }
.bg-gris { background-color: #f3f3f3; }
.bg-gris-dark { background-color: #1d1d1b; }



.top-header {
    background: #000; 
    width:100%; 
    height: 60px;
    color: #FFF;
}
.top-header .container, .top-header .container .row { height:100%; }
.top-header a { display: inline-block; color: #FFF; font-size:18px; font-weight:500;  margin-right: 90px; line-height: 1; vertical-align: text-bottom; }
.top-header a i { color:#f49b25; vertical-align: middle; margin-right: 10px; }
.top-header a:hover span { text-decoration: underline; }


.top-header a.tel i { font-size: 19px; vertical-align: -3px; }
.top-header a.email i { font-size: 12px; }
.top-header a.urgence i { font-size: 17px; vertical-align: -1px; }

.top-header a.facebook { margin: 0; width: 24px; height:24px; text-align: center; line-height: 24px; border: 1px #f49b25 solid; border-radius: 3px; }
.top-header a.facebook i { color: #FFF; margin: 0;  font-size: 14px; vertical-align: -2px; }
.top-header a.facebook:hover { background: #f49b25;}


.header {
    position: absolute;
    width: 100%;
    top:60px;
    height: 160px;
    background: #FFF;
    border-bottom: 1px #000 solid;
    z-index: 50;
    -webkit-transition: height 0.3s;  
    transition: height 0.3s; 
}
.header .container, .header .container .row { height:100%; }

.header .logo { width:286px; display: block; -webkit-transition:  all 0.3s; transition: all 0.3s;  }

.header  .col.text-right, .header .menu-principal { height: 100%; }

.header .menu-principal > ul { 
	margin: 0 0 0 auto;
    padding: 5px 0 0 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
	height: 100%;
}
.header .menu-principal > ul > li { 
	display: flex;
    padding: 0 40px;
    position: relative;
    align-items: center;
	height: 100%;
}
.header .menu-principal > ul > li:first-of-type { padding: 0 40px 0 0; }
.header .menu-principal > ul > li:last-of-type { padding: 0 0 0 40px; }
.header .menu-principal > ul > li > a { color:#000; font-size:18px; font-weight: 400; position: relative; line-height: 1;  display: inline-block; padding-top:5px; }
.header .menu-principal > ul > li > a::after {
    content: '';
    display: block;
    height: 2px;
    background: #f49b25;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s cubic-bezier(.77,.2,.05,1);
    transition: all 0.3s cubic-bezier(.77,.2,.05,1);
}
.header .menu-principal > ul > li > a:hover::after, .header .menu-principal > ul > li.current-menu-item:not(.menu-item-52):not(.menu-item-53) > a::after  {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

#page::before { content:""; height: 160px; display:block; -webkit-transition:  all 0.3s; transition: all 0.3s;}

.menu-fixed .header { position:fixed;  top:0; height: 80px; } 
.menu-fixed .header .logo { width: 200px; }
.menu-fixed #page::before { height: 80px;}


/***** GÉNÉRAL *****/

.bandeau { position: relative; padding: 150px 0;  }
.bandeau h1 { font-size:60px; color: #000; margin: 0 0 40px 0; text-transform: uppercase; }
.bandeau .content-wrap { display: block; max-width: 580px; }
.bandeau p { font-size: 18px; color: #4d4d4d;}

.bandeau .back-wrap { position: absolute; right:0; top:0; z-index: -1; text-align: right; }

.general { padding: 120px 0; }
.general h1{ font-size:60px; color: #000; margin: 0 0 40px 0;  text-transform: uppercase; }
.general h2 { font-size: 32px; }
.general .cta:hover { color:#FFF; background: #f49b25; }


.besoin-infos { text-align: center; }
.besoin-infos h2 { color: #FFF; margin: 0 0 30px 0;}
.besoin-infos p:last-of-type { margin: 0; }


.blocs-icones { padding: 160px 0  60px 0;}
.blocs-icones .col-lg-4 { margin-bottom: 100px; }
.blocs-icones .bloc { position:relative; background: #FFF; padding: 80px 40px 20px 40px;  height: 100%;}
.blocs-icones .icone { position: absolute; top: 0; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.blocs-icones h3 { font-family: 'Anton', sans-serif; font-weight: 400; letter-spacing: 0.05em; color:#000; font-size: 28px; text-transform: uppercase; margin: 0 0 40px 0; }
.blocs-icones p { color: #000; }



/***** ACCUEIL *****/

.accueil .bandeau { padding: 0 ; }
.accueil .bandeau .content-wrap {
    display: block;
    max-width: 470px;
    margin-left: auto;
}
.accueil .bandeau .content-wrap p { color: #FFF; font-size: 18px; }
.accueil .bandeau h1 { font-size: 52px; color: #FFF; }

.accueil .blocs .bloc-location-vente { background-image: url("img/edb_accueil_vente-location.jpg"); }

.accueil .blocs .bloc-roulottes { background-image: url("img/edb_accueil_mini-roulottes_orange.jpg"); }
.accueil .blocs .bloc-roulottes .texte-wrap { max-width: 452px; display: block;  }

.accueil .blocs .col-lg-6 { padding: 70px 100px; position: relative; }
.accueil .blocs h2 { color: #FFF; margin: 0 0 40px 0;}
.accueil .blocs p { color: #FFF; margin: 0 0 40px 0; }
.accueil .blocs .col-lg-6 p:last-of-type { margin: 0; }

.accueil .blocs .bloc-location { background: #f49b25; }
.accueil .blocs .bloc-location .texte-wrap { max-width: 435px; margin-left: auto; }
.accueil .blocs .bloc-location .kubota { position: absolute; margin-right: 540px; left:30px; top:50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); z-index: 0;}

.accueil .blocs .bloc-services { background-image: url("img/edb_accueil_services-excavation_back.jpg"); }
.accueil .blocs .bloc-services .texte-wrap { max-width: 452px; display: block;  }


.territoires .texte-wrap { display: block; max-width: 540px; }
.territoires .texte-wrap h2 { color: #000; margin: 20px 0 40px 0; }
.territoires .texte-wrap p { margin: 0 0 40px 0;  }


.accueil .reservez { position: relative;}
.accueil .reservez .texte-wrap { 
    display: block;
    margin: 0 auto;
    max-width: 750px;
    text-align: center;
}

.accueil .reservez .texte-wrap h3 { max-width: 680px;  margin: 0 auto 35px auto;}
.accueil .reservez .texte-wrap p { display: block; margin: 0;}
.accueil .reservez .texte-wrap a { 
    margin: 15px 15px 0 15px;  
    padding: 25px 40px 18px 40px;
    display: inline-block;
}

.accueil .reservez .img-left {
    position: absolute;
    left: calc((100% - 1300px) / 2);
    bottom: -20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.accueil .reservez .img-right { position: absolute;  right: calc((100% - 1300px) / 2);  bottom:0;  -webkit-transform:translateX(35%); transform:translateX(35%);  }


.accueil .qui h2, .accueil .qui h3 {  margin: 0 0 30px 0;}
.accueil .qui img {  margin: 0 0 30px 0;}




/***** EXCAVATION *****/

.excavation .bandeau {}
.excavation .bandeau h1 { font-size: 52px; }
.excavation .bandeau h1 strong { 
    display: block; 
    font-size: 24px; 
    color:#f49b25; 
    font-family: 'Anek Devanagari', sans-serif; 
    font-weight: 700;
    text-transform: none;
    margin-bottom: 10px;
    letter-spacing: 0.025em;
}


.excavation .demande-service h3 { margin-bottom: 35px; }
.excavation .demande-service  p:last-of-type { margin: 0; }
.excavation .demande-service .texte-wrap { max-width: 736px; margin: 0 auto; text-align: center;}



/***** LOCATION *****/

.location .bandeau ul { list-style: none; margin: 0 0 30px 0; padding: 0;}
.location .bandeau ul li { color: #4d4d4d; position: relative;  padding: 6px 0 6px 30px;  line-height: 1.2; }
.location .bandeau ul li::before {
    content: "";
    width: 14px;
    height:14px;
    background-image: url("img/check.svg");
    background-repeat: repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top:6px;
}
.location .bandeau p:last-of-type { margin:0; }
.location .bandeau .cta.jaune:hover { background: #1d1d1b; color: #FFF; }

.location .excavatrices {
  background : -moz-linear-gradient(50% 100% 90deg,rgba(160, 160, 160, 1) 0%,rgba(113, 113, 112, 1) 29.11%,rgba(68, 68, 66, 1) 61.12%,rgba(40, 40, 38, 1) 85.82%,rgba(29, 29, 27, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(160, 160, 160, 1) 0%, rgba(113, 113, 112, 1) 29.11%, rgba(68, 68, 66, 1) 61.12%, rgba(40, 40, 38, 1) 85.82%, rgba(29, 29, 27, 1) 100%);
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(160, 160, 160, 1) ),color-stop(0.2911,rgba(113, 113, 112, 1) ),color-stop(0.6112,rgba(68, 68, 66, 1) ),color-stop(0.8582,rgba(40, 40, 38, 1) ),color-stop(1,rgba(29, 29, 27, 1) ));
  background : -o-linear-gradient(90deg, rgba(160, 160, 160, 1) 0%, rgba(113, 113, 112, 1) 29.11%, rgba(68, 68, 66, 1) 61.12%, rgba(40, 40, 38, 1) 85.82%, rgba(29, 29, 27, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(160, 160, 160, 1) 0%, rgba(113, 113, 112, 1) 29.11%, rgba(68, 68, 66, 1) 61.12%, rgba(40, 40, 38, 1) 85.82%, rgba(29, 29, 27, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#A0A0A0', endColorstr='#1D1D1B' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(160, 160, 160, 1) 0%, rgba(113, 113, 112, 1) 29.11%, rgba(68, 68, 66, 1) 61.12%, rgba(40, 40, 38, 1) 85.82%, rgba(29, 29, 27, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1D1D1B',endColorstr='#A0A0A0' , GradientType=0);

}

.location .excavatrices .texte-wrap{
    display: block;
    max-width: 715px;
    text-align: center;
    margin: 0 auto 70px auto;
}
.location .excavatrices h2 {
    font-size: 60px;
    color: #FFF;
    margin: 0 0 40px 0;
    text-transform: uppercase;
}
.location .excavatrices p {  color: #FFF; }

.excavatrices .col-lg-4 { margin-top: 30px; }
.excavatrices .excavatrice-wrap { height: 100%; display: block; }
.excavatrices .excavatrice-wrap .title-wrap { display: block;  padding: 30px 30px 20px 30px; background: #FFF;  }
.excavatrices .excavatrice-wrap .title-wrap h3 {
    text-transform: uppercase; 
    font-size: 28px; 
    margin: 0 0 5px 0;
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    letter-spacing: 0.05em;
}

.excavatrices .excavatrice-wrap .img-wrap {
    display: block;
    background: #e4e4e4;
    text-align: center;
    aspect-ratio: 402/300;
    padding: 30px;
    position: relative;
}
.excavatrices .excavatrice-wrap .img-wrap  img { width: 100%; height: 100%; object-fit: contain; }

.excavatrices .excavatrice-wrap .spec-wrap { display: table; width: 100%; }
.excavatrices .excavatrice-wrap .spec-row { display: table-row; width: 100%; padding: 0 15px; }
.excavatrices .excavatrice-wrap .spec-row:nth-child(odd) { background: #FFF; }
.excavatrices .excavatrice-wrap .spec-row:nth-child(even) { background: #f3f3f3; }
.excavatrices .excavatrice-wrap .spec-row span { display: table-cell;  padding: 15px 15px 8px 15px;  line-height: 18px; vertical-align: middle;  }
.excavatrices .excavatrice-wrap .spec-row span:first-child { padding: 15px 15px 8px 30px; }
.excavatrices .excavatrice-wrap .spec-row span:last-child { padding: 15px 30px 8px 15px; }
.excavatrices .excavatrice-wrap .btn-wrap { 
    display: block; 
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: #FFF;
    background: #1d1d1b;
    padding: 25px 10px 18px 10px;
    -webkit-transition: all 0.25s ease; 
    transition: all 0.25s ease;
}

.excavatrices .excavatrice-wrap:hover { color: #000; }
.excavatrices .excavatrice-wrap:hover .btn-wrap  { background: #f49b25; color: #FFF; }


/***** POPUP *****/

body.popup-open { overflow: hidden; }

.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.popup .blocker { position: absolute; width: 100%; height: 100%; }
.popup .box {
    display: block;
    width: 90vw;
    max-height: 90vh;
    overflow-y: auto;
    max-width: 1270px;
    position: relative;
    opacity: 0;
    padding: 60px 60px 20px 60px;
    background: #FFF;
    box-shadow: 0 4px 64px rgb(106 112 38 / 15%);
    border-radius: 0;
    z-index: 999999;
}

.popup-open .popup { opacity: 1; visibility: visible; webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease; }
.popup-open .popup .box {  opacity: 1; -webkit-transition: opacity 0.3s ease 0.3s;  transition: opacity 0.3s ease 0.3s; }

.popup .box .nav-close {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    font-size: 16px;
    color: #000;
}
.popup .box .nav-close:hover  { color: #f49b25;}

.popup .box h2 { margin-bottom: 5px; color: #000; }
.popup .box .description { font-size: 24px; display: block; margin-bottom: 40px; color: #000; }
.popup .box .col-lg-6 { margin-bottom: 40px; }
.popup .box .prix-wrap { display: table; width: 100%; margin-bottom: 15px;}
.popup .box .prix-wrap .prix-row { display: table-row; }
.popup .box .prix-wrap .prix-cell { display: table-cell; text-align: center; vertical-align: middle; font-weight: 500; padding: 15px 0 10px 0;  width: 33.333%; }

.popup .box .prix-wrap .prix-row:last-child .prix-cell { 
    background: #f49b25; 
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    padding:15px 0;
    font-size: 31px;
    line-height: 1;
    border-right: 1px #FFF solid;
}
.popup .box .prix-wrap .prix-row:last-child .prix-cell:last-child {  border-right: 0; }

.popup .box .spec-wrap { display: table; width: 100%; }
.popup .box .spec-row { display: table-row; width: 100%; padding: 0 15px; }
.popup .box .spec-row:nth-child(odd) { background: #f3f3f3; } 
.popup .box .spec-row:nth-child(even) { background: #FFF; }
.popup .box .spec-row span { display: table-cell;  padding: 15px 15px 8px 15px;  line-height: 18px; vertical-align: middle;  }
.popup .box .cta { 
    display: block; 
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: #FFF;
    background: #1d1d1b;
    padding: 25px 10px 18px 10px;
    margin-top: 15px;
    -webkit-transition: all 0.25s ease; 
    transition: all 0.25s ease;
}

.popup .box .cta:hover   { background: #f49b25; color: #FFF; }



.slick-slide { background: #e4e4e4; }

.main-slider { position: relative; }
.main-slider .slick-slide { aspect-ratio: 545/420; }
.main-slider .slick-slide img { width: 100%; height:100%; object-fit: cover;}

.thumb-slider { margin-top: 15px; position: relative; }
.thumb-slider .slick-list { margin: 0 72px}
.thumb-slider .slick-track { display: flex; justify-content: space-around;}
.thumb-slider .slick-slide { aspect-ratio: 1/1;  margin: 0 8px; cursor: pointer;}
.thumb-slider .slick-slide img { width: 100%; height:100%; object-fit: cover;}
.thumb-slider .slick-current  {  opacity: 0.5; }
.thumb-slider .slick-prev, .thumb-slider .slick-next {
    font-size: 24px;
    position: absolute;
    top: 50%;
    display: block;
    width: 63px;
    height: 100%;
    z-index: 99;
    padding: 0;
    line-height: 1;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: #FFF;
    border: none;
    outline: none;
    border-radius: 0;
    background: #1d1d1b;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.thumb-slider .slick-prev:hover, .thumb-slider .slick-next:hover { background: #f49b25; }
.thumb-slider .slick-prev:before, .thumb-slider .slick-next:before { display: none; }
.thumb-slider .slick-prev i, .thumb-slider .slick-next i { vertical-align: -8px; }
.thumb-slider .slick-prev { left:0; }
.thumb-slider .slick-next { right:0; }


/***** CONTACT *****/

.contact .bandeau { padding: 120px 0;}
.contact .bandeau .content-wrap { display: block;  max-width: 840px;  text-align: center; margin: 0 auto; }

.contact .infos { display: block;  margin-top: 70px;}
.contact .infos a.tel, .contact .infos a.email { 
    display: inline-block; 
    color: #000; 
    font-size:25px; 
    font-weight:500;  
    line-height: 1; 
    vertical-align: text-bottom;
    margin-top: 20px;
}
.contact .infos a.tel { margin-right: 100px; }
.contact .infos a.tel i, .contact .infos a.email i { color:#f49b25; vertical-align: middle; margin-right: 15px; }
.contact .infos a.tel:hover span, .contact .infos a.email:hover span { text-decoration: underline; }
.contact .infos a.tel i { font-size: 27px; vertical-align: -4px; }
.contact .infos a.email i { font-size: 18px; vertical-align: 0px; }

.contact-form h2 { font-size: 60px; text-align: center; color: #FFF; margin: 0 0 100px 0; }


.wpcf7 { max-width: 840px;  margin: 0 auto;}
.wpcf7 .wpcf7-form-control-wrap { display: block; margin-bottom: 20px; position: relative; }
.wpcf7  label { margin: 0;}
.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=tel], .wpcf7 input[type=date], .wpcf7 textarea {
	background: #FFF;
	border: 0;
	box-sizing: border-box;
	border-radius: 0;
	font-size: 18px;
	box-shadow: none;
	font-weight: 400;
	color: #000;
    height: auto;
    padding: 20px 25px 11px 25px;
    margin-top: 5px;
    letter-spacing: 0.025em;
} 

.wpcf7 .wpcf7-form-control-wrap.message { margin-top: 30px; }

.wpcf7 textarea, textarea.form-control { height:220px; padding:20px 25px;}
.wpcf7 input:focus[type=text], 
.wpcf7 input:focus[type=email], 
.wpcf7 input:focus[type=tel], 
.wpcf7 textarea:focus, 
.form-control:focus, 
.wpcf7 input[type=date]:focus {  border: 0; box-shadow:none; background: #FFF;  color: #000;}


.wpcf7 input[type=date] { padding: 20px 15px 11px 25px; }
.wpcf7 input[type=date]::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 0);
    opacity: 1;
    display: block;
    background: url(img/calendrier.svg) no-repeat;
    width: 20px;
    height: 16px;
    position: absolute; 
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    right: 20px;
    z-index: 5;
    cursor: pointer;
}


.wpcf7 .btn-wrap { text-align: right; margin-top: 30px; }

.wpcf7 input[type=submit], .wpcf7 input:not(:disabled):not(.disabled):active:focus[type=submit], .wpcf7 input[type=submit]:focus{
	display: inline-block;
	line-height:1;
	box-shadow: none;
	width: auto; 
	height:auto;
	text-align: center;
	position: relative;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
    border: 0; 
    color: #FFF; 
    background: #1d1d1b;
    border-radius:0; 
    font-size: 18px; 
    font-weight: 700;
    letter-spacing: 0.025em;
    text-decoration: none; 
    text-transform:  uppercase;
    padding: 25px 80px 20px;

}
.wpcf7 input[type=submit]:focus { box-shadow: none; border: 0; }
.wpcf7 input[type=submit]:hover {color: #1d1d1b; background: #FFF; border: 0; }

.wpcf7-spinner { float: left; }
.wpcf7-not-valid-tip { text-align: left; margin-top: 5px; }

.wpcf7 input::-webkit-input-placeholder { color: #a0a0a0;}
.wpcf7 input::-moz-placeholder { color: #a0a0a0;}
.wpcf7 input:-ms-input-placeholder { color: #a0a0a0;}
.wpcf7 input:-moz-placeholder { color: #a0a0a0;}

.wpcf7 select { height: 55px; }
.select2-container .select2-selection--single {  height: 60px;}
.select2-container--default .select2-selection--single { background-color: #fff;  border: 0;  border-radius: 0;}
.select2-container--default .select2-selection--single .select2-selection__rendered {  color: #444;  line-height: 60px; background: #f2f2f2; padding-left: 20px;  padding-right: 20px;}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 60px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 40px;
}


.custom-checkbox span.wpcf7-list-item {
    margin: 0 20px 0 0 ;
    display: inline-block;
}
.custom-checkbox label {
    position: relative;
    overflow: hidden;
    margin: 0;
}

.custom-checkbox span.wpcf7-list-item-label {
    position: relative;
    cursor: pointer;
}

.custom-checkbox input[type=radio] {
    position: absolute;
    left: -9999px;
}

.custom-checkbox span.wpcf7-list-item-label::before {
    content: '';
    width: 20px;
    height: 20px;
    background: #FFF;
    border: 1px #FFF solid;
    display: inline-block;
    margin-right: 7px;
    vertical-align: -4px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.custom-checkbox span.wpcf7-list-item-label::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #f49b25;
    position: absolute;
    left: 4px;
    top: 6px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.custom-checkbox span.wpcf7-list-item input:checked+span.wpcf7-list-item-label::after {
    opacity: 1;
}

/**** FOOTER ****/

footer { padding: 120px 0 80px 0; color: #FFF; }
footer .row > div { margin-bottom: 40px; }
footer .logo { width: 202px; display:block; margin-bottom:  40px; }
footer h4 { color: #a0a0a0; margin-bottom: 20px; }
footer p { max-width: 350px;  color: #FFF; }
footer ul { list-style: none; margin: -3px 0 0 0; padding: 0;}
footer ul li { color: #FFF; padding: 3px 0;}
footer ul li a { color: #FFF; }
footer ul li a:hover { color: #f49b25; }

footer a.facebook { margin: 0; width: 40px; height:40px; text-align: center; line-height: 40px; border: 2px #f49b25 solid; border-radius: 4px; display: block; }
footer a.facebook i { color: #FFF; margin: 0;  font-size: 24px; vertical-align: -5px; }
footer a.facebook:hover { background: #f49b25; }

footer a.tel, footer a.email { display: block; color: #FFF; font-size:20px; font-weight:500;  margin-right: 90px; line-height: 1; vertical-align: text-bottom; }
footer a.tel i, footer a.email i { color:#f49b25; vertical-align: middle; margin-right: 10px; }
footer a.tel:hover span, footer a.email:hover span { text-decoration: underline; }
footer a.tel { margin-bottom: 20px; }
footer a.tel i { font-size: 19px; vertical-align: -3px; }
footer a.email i { font-size: 13px; vertical-align: 0px; }

footer .footer-heures p { margin: 0; }
footer .footer-heures span { width: 130px;  display: inline-block; }

.copyright  ul { list-style: none; margin: 0 -10px 40px -10px; padding: 0;}
.copyright  ul li { color: #a0a0a0; padding: 0 10px; margin-bottom: 20px; line-height: 1.2;}
.copyright  ul li a { color: #a0a0a0; }
.copyright  ul li a:hover { text-decoration: underline; } 



.location.mr .bandeau .content-wrap { max-width: 630px; }


/****  À  VENDRE ****/




.vendre.location .excavatrices .texte-wrap { max-width: 760px; }
.vendre.location .excavatrices .texte-wrap p { font-size: 20px; }
.vendre.location .excavatrices .texte-wrap a { color: #FFF; text-decoration: underline;  white-space: nowrap; }

.popup .box .texte { display: block; margin: 20px 0 10px 0; }
.popup .box .texte p { font-size: 16px; margin-bottom: 15px; }
.popup .box .texte p:last-of-type { margin: 0; }


/***** RESPONSIVE *****/

@media (min-width: 1400px) {

.vendre.location .bandeau img { max-width: 90%;}

}



@media (min-width: 1800px) {

.vendre.location .bandeau img { max-width: 80%;}

}

@media (max-width: 1800px) {
    
    .accueil .bandeau .back-wrap { width: 54%; }
    .excavation .bandeau .back-wrap { width: 54%; }
    .location .bandeau .back-wrap { width: 54%; }
    
    .accueil .blocs .col-lg-6 { padding: 70px 50px; }
    
}

@media (max-width: 1400px) {
    
 
    

}

@media (min-width: 1024px) and (max-width: 1400px) {
    
    .accueil .blocs .bloc-location .kubota { display: none; }
    
}


@media (max-width: 1200px) {
    
    .header .menu-principal > ul > li { padding: 0 20px; }
    .header .menu-principal > ul > li:first-of-type { padding: 0 20px 0 0; }
    .header .menu-principal > ul > li:last-of-type { padding: 0 0 0 20px; }
    
	
	.accueil .bandeau h1 { font-size: 46px;}
	
    h2 {  font-size: 46px; }

    .accueil .reservez .img-left, .accueil .reservez .img-right { display: none; }
    
    .popup .box { padding: 60px 30px 20px 30px; } 
    
}



@media (max-width: 1024px) {
    
    #page::before { display: none;}
    #responsive-menu-pro-header { border-bottom: 1px #000 solid; z-index: 99999 !important;}
    button#responsive-menu-pro-button .responsive-menu-pro-box { vertical-align: -6px; }
    
    #responsive-menu-pro-container #responsive-menu-pro-wrapper { padding-top: 80px;}
    #responsive-menu-pro-wrapper #responsive-menu-pro { padding-top: 20px;}
    #responsive-menu-pro-button .responsive-menu-pro-inner, 
    #responsive-menu-pro-button .responsive-menu-pro-inner::before, 
    #responsive-menu-pro-button .responsive-menu-pro-inner::after { border-radius:0; }
    body #responsive-menu-pro-container #responsive-menu-pro-additional-content { padding: 0 5% 30px 5%; }
    #responsive-menu-pro-additional-content a { display: block; color: #FFF; font-size:18px; font-weight:500;  line-height: 1; vertical-align: text-bottom; margin: 15px 0; }
    #responsive-menu-pro-additional-content a i { color:#f49b25; vertical-align: middle; margin-right: 10px; }
    #responsive-menu-pro-additional-content a:hover span { text-decoration: underline; }


    #responsive-menu-pro-additional-content a.tel i { font-size: 19px; vertical-align: -3px; }
    #responsive-menu-pro-additional-content a.email i { font-size: 12px; }
    #responsive-menu-pro-additional-content a.urgence i { font-size: 17px; vertical-align: -1px; }

    #responsive-menu-pro-additional-content a.facebook { margin: 0; width: 24px; height:24px; text-align: center; line-height: 24px; border: 1px #f49b25 solid; border-radius: 3px; }
    #responsive-menu-pro-additional-content a.facebook i { color: #FFF; margin: 0;  font-size: 14px; vertical-align: -2px; }
    #responsive-menu-pro-additional-content a.facebook:hover { background: #f49b25;}
    
    /*#responsive-menu-pro-header, body button#responsive-menu-pro-button {-webkit-transition: all 0.25s ease;  transition: all 0.25s ease; }
    .nav-up #responsive-menu-pro-header, .nav-up .responsive-menu-pro-button { -webkit-transform: translateY(-80px);  transform: translateY(-80px); }*/
    
    body .container { padding-right: 5%; padding-left: 5%; }
    
    .bandeau { padding: 80px 0; }
    .bandeau .back-wrap { display: none; }
    .bandeau .content-wrap {  max-width: 100%; }
    .bandeau .content-wrap *:last-child { margin: 0;}
    
    .section-pad120 { padding: 80px 0; }
    .section-pad160 {padding: 80px 0 50px 0;}
    

    
    .blocs-icones { padding: 120px 0 10px 0;}
    .location .excavatrices .texte-wrap { margin: 0 auto 50px auto; }
    
    .contact .bandeau { padding: 80px 0; }
    .contact-form h2 {  font-size: 44px;  margin: 0 0 80px 0; }
    
    .general { padding: 80px 0; }
    
    
    footer { padding: 80px 0 30px 0; }

}




@media (max-width: 991px) {
    
    .territoires .texte-wrap { max-width: 100%; }
    .territoires .texte-wrap h2 { margin: 0 0 40px 0; }
    
    .contact .infos a.tel {  margin-right: 50px; }
    
    .popup .box { padding: 40px 0 0 0; }
    
    .general h1 {  font-size: 52px; }
    

    .copyright  ul li  { text-align: center; }
	
	
    
    
}

@media (min-width: 768px) and (max-width: 991px) {

    
}

@media (max-width: 767px) {
    
    
    .accueil .blocs .bloc-location .kubota { display: none;}
    .accueil .blocs .bloc-location .texte-wrap, .accueil .blocs .bloc-services .texte-wrap, .accueil .blocs .bloc-roulottes .texte-wrap { margin: 0; max-width: 100%;  }
    .accueil .blocs .col-lg-6 {  padding: 70px 5%; }
    
    .excavation .bandeau h1 { font-size: 48px; }
	
	.accueil .bandeau .content-wrap { max-width: 100%; }
    
    
    .copyright ul li { margin-bottom: 10px; }
	
	.vendre.location .excavatrices .texte-wrap p { font-size: 18px; }
    
    
}

@media (max-width: 575px) {
    
    body { font-size: 16px; }
    
    .bandeau { padding: 50px 0; }
    .bandeau h1 {  font-size: 36px;  margin: 0 0 30px 0; }
    
    .section-pad120 { padding: 50px 0; }
    .section-pad160 {padding: 50px 0 20px 0;}
    
    footer { padding: 50px 0 10px 0;}
    
    p { font-size: 16px; }
    h2 { font-size: 30px; }
    h3 { font-size: 20px; }
    .cta { font-size: 14px;  padding: 25px 30px 18px 30px; }
    
    .blocs-icones { padding: 80px 0 0 0;}
    .blocs-icones .bloc { padding: 70px 5% 10px 5%; }
    .blocs-icones .icone img { max-width: 80%; }
    .blocs-icones h3 { font-size: 24px; margin-bottom: 20px;}
    .blocs-icones .col-lg-4 {  margin-bottom: 80px; }
    .blocs-icones .col-lg-4:last-of-type {  margin-bottom:50px; }
    
    .territoires .texte-wrap h2 { font-size: 32px; margin: 0 0 30px 0; }
    
	
	.accueil .bandeau h1 {  font-size: 30px; }

    .accueil .blocs h2 {  margin: 0 0 30px 0; }
    .accueil .reservez .texte-wrap p { display: block; }
    .accueil .blocs .col-lg-6 { padding: 50px 5%; }
    .accueil .qui img {  max-width: 80px; }
    

    .location .bandeau h1 {  font-size: 40px;  }
    .location .excavatrices .texte-wrap {  margin: 0 auto;}
    .location .excavatrices h2 { font-size: 40px; margin: 0 0 30px 0; }
    .location .excavatrices p { margin: 0; }
    .excavatrices .excavatrice-wrap .title-wrap { padding: 20px 20px 10px 20px; }
    .excavatrices .excavatrice-wrap .img-wrap { padding: 15px;  aspect-ratio: 330/200;  }
    .excavatrices .excavatrice-wrap .btn-wrap { font-size: 14px; } 
    .excavatrices .excavatrice-wrap .spec-row span:first-child { padding: 15px 15px 8px 20px;}
    .excavatrices .excavatrice-wrap .spec-row span:last-child { padding: 15px 20px 8px 15px;}
    
    .excavation .bandeau h1 {  font-size: 36px; }
    .excavation .bandeau h1 strong {  font-size: 22px; }
    
    .contact .bandeau { padding: 50px 0; }
    .contact .infos a.tel, .contact .infos a.email { display: block; font-size: 20px; }
    .contact .infos a.tel { margin-right: 0; }
    .contact-form h2 {  font-size: 32px;  margin: 0 0 40px 0; }
    
    .wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=tel], .wpcf7 input[type=date], .wpcf7 textarea { font-size: 16px; }
    .wpcf7 textarea, textarea.form-control { height: 160px; }
    .SumoSelect > .CaptionCont > span { font-size: 16px; }
    .wpcf7 input[type=submit], .wpcf7 input:not(:disabled):not(.disabled):active:focus[type=submit], .wpcf7 input[type=submit]:focus { font-size: 16px; padding: 25px 80px 18px; }
    
    
    .popup .box .description { font-size: 18px; margin-bottom: 10px; }
    .popup .box .prix-wrap .prix-row:last-child .prix-cell { font-size: 22px; }
    .popup .box .cta { font-size: 14px; }
    .thumb-slider .slick-list {  margin: 0 60px; }
    .thumb-slider .slick-prev, .thumb-slider .slick-next { font-size: 20px; width: 50px; }
    .thumb-slider .slick-prev i, .thumb-slider .slick-next i { vertical-align: -5px; }
    
    
    .general { padding: 50px 0; }
    .general h1 {  font-size: 40px; }
    .general h2 { font-size: 24px;}
    
    .copyright ul { margin: 0 0 20px 0;  font-size: 14px; }
    .copyright ul li { padding: 0; }
    
}


/** Small devices (landscape phones, 576px and up) **/
@media (min-width: 576px) {}
/** Medium devices (tablets, 768px and up) **/
@media (min-width: 768px) {}
/** Large devices (desktops, 992px and up) **/
@media (min-width: 992px) {}
/** Extra large devices (large desktops, 1200px and up) **/
@media (min-width: 1200px) {}