@font-face { font-family: 'Nexa'; src: url('../fonts/NexaBold.woff2') format('woff2'), url('../fonts/NexaBold.woff') format('woff'); font-weight: bold; font-style: normal; font-display: swap; }
@font-face { font-family: 'Nexa'; src: url('../fonts/NexaLight.woff2') format('woff2'), url('../fonts/NexaLight.woff') format('woff'); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: 'Nexa'; src: url('../fonts/NexaRegular.woff2') format('woff2'), url('../fonts/NexaRegular.woff') format('woff'); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: 'Nexa'; src: url('../fonts/NexaHeavy.woff2') format('woff2'), url('../fonts/NexaHeavy.woff') format('woff'); font-weight: 900; font-style: normal; font-display: swap; }

:root{
  --primary: var(--or);
  --secondary: var(--noir);
  --secondary-clair: var(--or-clair);
  --or: #DA953B;
  --or-clair: #e49d41;
  --noir: #1B1716;
  --gris: #F5F5F5;
}
::selection { background: var(--primary); color:#fff }
::-moz-selection { background: var(--primary); color:#fff }

.color-primary{ color: var(--primary) }
.color-secondary{ color: var(--secondary) }

body{ line-height:1.5; font-weight: 300; overflow-x: hidden; font-family: 'Nexa';  }
body.airi-body{ font-size:18px;  }
@media (max-width:767px){
  body.airi-body{ font-size:18px }
}
p a{ text-decoration: none; }
p a:hover{ text-decoration: underline; }

b, strong { font-weight: 500; }
h2.bolder,
h3.bolder,
.bolder h2,
.bolder h3,
.bolder h2.heading-tag,
.bolder h3.heading-tag{ font-weight:400 }

img[src$=".svg"]{ width: 100% }

/* Scrollbar non standard (chrome, etc) */
::-webkit-scrollbar { width: 0.5em; min-width: 8px; }
::-webkit-scrollbar-track-piece { background: darkgray; width: 2px; -webkit-box-shadow: none; }
::-webkit-scrollbar-thumb { background-color: #464646; }
/* Scrollbar standard version (only FF actually) */
html {
  scrollbar-color: #464646 darkgray;
  scrollbar-width: thin;
}

.video-responsive { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }
.video-responsive iframe,
.video-responsive object,
.video-responsive embed { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }

.vc_row{ padding: 80px 0; }
.vc_row.pt-0{ padding-top: 0; }
.vc_row.pt-double{ padding-top: 140px; }
.vc_row.pb-double{ padding-bottom: 140px; }
.vc_row.pb-0{ padding-bottom: 0; }
.vc_row.align-center{ display: flex; align-items: center;}
.vc_row.inverted{ text-align: right; }
.vc_row .vc_row{ padding: 0; }

.fake-titre{ text-align: center; font-size:28px; font-weight: normal; }
.fake-titre span{ color: var(--primary); }

.row-grise{ background: var(--gris); }

.row-black{ display: flex; overflow: visible !important; padding: 0; color: #fff; z-index: 2; }
.row-black .heading-tag{ color: #fff; }
.row-black .wpb_single_image{ margin-bottom: 0; }
.row-black .wpb_single_image img { width: 100%; position: absolute; top: 0; left: 0; height: 110%; object-fit: cover; }
.row-black .vc_col-sm-6{ position: relative; }
.row-black .vc_col-sm-6 + .vc_col-sm-6{ background: var(--secondary); padding: 70px; }
.row-black .vc_col-sm-6 + .vc_col-sm-6 > div{ max-width: 360px; }

.row-black .wpcf7-form{ display: block !important }
.row-black .champ-envoyer{ position: relative; }
.row-black .champ-envoyer label{ position: absolute; top: -35px; left: 0; color: var(--primary); text-transform: uppercase; font-weight: bold; font-size: 14px; }
.row-black .champ-envoyer .wpcf7-form-control-wrap{ margin-bottom: 0; }
.row-black .champ-envoyer input[type="submit"]{ position: absolute; top: 5px; right: 5px; padding: 13px 20px; font-size: 13px; background: var(--primary); color: #fff; border: none; font-weight: bold; }
.row-black .champ-envoyer .ajax-loader { position: absolute; top: 17px; right: -20px; background-color: #fff; border-radius: 50%; }
.row-black .wpcf7-acceptance{ color: rgba(255, 255, 255, .6); font-size: 13px; padding: 0; font-weight: normal; }
.row-black .wpcf7-acceptance .wpcf7-list-item{ margin: 0; }
@media (min-width:992px){
  .concis{ max-width: 70%; margin: auto; text-align: center; }
  .big-title h2,
  .concis h2{ font-size: 42px; line-height: 44px; }
  .concis.left{ text-align: left; }
}

@media (max-width:767px){
  .hide-mobile{ display: none !important }
  .vc_row { padding: 40px 0; }
  .vc_row.pt-double { padding-top: 70px; }
  .vc_row.inverted{ text-align: left; }
  .vc_row.align-center{ display: block; padding: 0; }
  .row-black{ display: block; padding: 0; }
  .row-black .btn.btn-more { margin: 0 0 30px 0; }
  .row-black .wpb_single_image img { position: static; height: 50vw; }
  .row-black .vc_col-sm-6 + .vc_col-sm-6 { padding: 40px; }
}

/* Container */
.site-main { padding-top: 0px; padding-bottom: 0px; }
@media (max-width:767px){
  .site-main + .vc_row { overflow: hidden; max-width: 100vw; margin-left: 0; }
}
body.home .site-main { padding-top: 0px; padding-bottom: 30px; }
.site-main,
.page-content { position: relative; z-index: 2; }
.container-full{ left: calc(calc(100vw - 100% ) / -2); width: 100vw; position: relative; }
.entry-content { line-height: 1.6; }
.entry-content .lead{ font-size: 3rem; line-height: 4rem; margin-bottom: 3.5rem; }
@media (max-width:767px){
  .entry-content .lead { font-size: 2.4rem; line-height: 3.3rem; }
}
@media (min-width: 1200px){
  .container { width: 1150px; }
}
@media (min-width: 1200px){
  .container { width: 1150px; }
}


/* Titles */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{ font-weight: 500; position: relative; font-family: 'Nexa'; font-weight: 300; }
.home h1{ text-align: left; font-size: 40px; }
h1, .h1 { font-size:42px;  }
h2, .h2 { font-size: 32px; line-height: 34px; }
h3, .h3 { font-size: 26px }
h4, .h4 { font-size: 22px; line-height: 30px; letter-spacing: 1px; }
@media (min-width:1600px){
  h2, .h2 { font-size: 40px; line-height: 44px; }
  h3, .h3 { font-size: 32px }
  h4, .h4 { font-size: 26px }
}
@media (max-width:991px){
  .home h1,
  h1, .h1 {font-size:26px }
  h2, .h2 { font-size: 26px; line-height: 30px; font-weight: 400; }
  h3, .h3 { font-size: 21px }
  h4, .h4 { font-size: 18px }
}

.la-headings{ display: flex; flex-direction: column }
.la-headings .subheading-tag{ order: 1; font-size: 16px; text-transform: capitalize; letter-spacing: 1px; margin: 0 0 0px 0; color: var(--primary); font-weight: bold; }
.la-headings .subheading-tag.blacked{ color: #000; text-transform: uppercase; font-weight: 600; }
.la-headings .subheading-tag.spaced{ margin-bottom: 25px; }
.la-headings .subheading-tag.etape{  }
.la-headings .heading-tag{ order:2; max-width: 700px; margin: 10px auto 15px auto; width: 100%; font-weight: 300; padding: 0 0 10px 0; }
.la-headings .heading-tag.mx-0{ margin-left:0; margin-right: 0; }

.decouvrez{ position: absolute; bottom: 30px; z-index: 99; left: 50%; transform: translateX(-50%); text-transform: uppercase; font-size: 13px; font-weight: 600; }
.decouvrez:after{ animation: 2000ms slidein infinite forwards; transform-origin: center 0; content: ''; display: block; width: 1px; height: 40px; background: var(--secondary); position: absolute; left: 50%; bottom: -50px; z-index: 333; }
@keyframes slidein {
  0% { transform: scaleY(0); transform-origin: center 0; }
  50%   { transform: scaleY(1); }
  100%   { transform: scaleY(0); transform-origin: center bottom }
}
@media (max-width:767px) {
  .decouvrez{ display: none; }
}

/* Buttons */
.wpcf7-submit,
.btn { color: #fff; background-color: var(--primary); border: 1px solid var(--primary); border-radius: 0; text-transform: uppercase; transition: all 200ms ease; text-decoration: none; padding: 10px 25px; font-size: 14px; font-weight: 600; letter-spacing: 1px; }
.wpcf7-submit:hover,
.btn:hover { background-color: var(--secondary-clair); border-color: var(--secondary-clair); text-decoration: none;  }
.btn.btn-secondary { border-color: var(--secondary); background-color: var(--secondary); color: #fff; }
.btn.btn-secondary:hover { background: transparent; color: var(--secondary) }
.btn.btn-more{ background-color: transparent; color: #000; padding: 0; min-width: initial; border: none !important; font-weight: bold; }
.btn.btn-more:before{ content: ''; display: inline-block; width: 15px; border-top: 1px solid var(--secondary); margin: 0 10px 6px 0; vertical-align: middle; transition: all 200ms ease }
.btn.btn-more:hover:before{ margin-right:16px}
.btn.btn-bordered{ background-color:transparent; border:1px solid var(--secondary); color:var(--secondary); }
.btn.btn-bordered:hover{ background-color:var(--secondary); color: #fff; }
@media (max-width:767px){
  .btn { line-height: 20px; letter-spacing: 0px; padding: 10px 15px; }
}


/* Forms */
.panel-devis .wpcf7-form-control-wrap .wpcf7-select,
.panel-devis .wpcf7-form-control-wrap .wpcf7-text,
.panel-devis .wpcf7-form-control-wrap .wpcf7-textarea
.site-content .wpcf7-form-control-wrap .wpcf7-select,
.site-content .wpcf7-form-control-wrap .wpcf7-text,
.site-content .wpcf7-form-control-wrap .wpcf7-textarea { padding: 10px 15px; border: 1px solid #CAD0D9; background: #fff; color: var(--secondary); font-size: 15px; font-weight: normal; }
.panel-devis .wpcf7-form-control-wrap .wpcf7-text { padding: 10px 15px; }
.panel-devis .wpcf7-form-control-wrap .wpcf7-textarea,
.site-content .wpcf7-form-control-wrap .wpcf7-textarea { padding: 10px 15px; height: 200px; font-size:15px;}
.panel-devis .wpcf7-form-control-wrap .wpcf7-select,
.site-content .wpcf7-form-control-wrap .wpcf7-select { border: 1px solid #CAD0D9; height: 44px; background: #fff url(../images/ico-select.svg) no-repeat right 20px center; }

.site-content .wpcf7-form{ display: grid; grid-template-columns: 1fr 1fr; grid-gap: 0 30px; padding: 3rem 0 0 0; }
.site-content .wpcf7-form p { position: relative; margin: 0 0 50px 0; }
.site-content .wpcf7-form p:nth-of-type(n+5) { grid-column: 1 / span 2 }
.site-content .wpcf7-form p label { text-transform: uppercase; color: var(--primary); font-size: 14px; display: block; padding: 0 0 10px 0; font-weight: bold; }
.site-content .wpcf7-form p:last-of-type { text-align: center; }
@media (max-width:767px){
  .site-content .wpcf7-form { display: block; }
}

.site-content .wpcf7-form .wpcf7-form-control-wrap { margin-bottom: 0; }

.panel-devis .wpcf7-form .wpcf7-form-control-wrap.signup-to-newsletter,
.site-content .wpcf7-form .wpcf7-form-control-wrap.signup-to-newsletter{ display: inline-block; width: auto; text-transform: none; }
.panel-devis .wpcf7-form .wpcf7-form-control-wrap.signup-to-newsletter .wpcf7-list-item,
.site-content .wpcf7-form .wpcf7-form-control-wrap.signup-to-newsletter .wpcf7-list-item{ margin: 0; }
.panel-devis .wpcf7-form .wpcf7-acceptance,
.site-content .wpcf7-form .wpcf7-acceptance { display: inline-block; }
.panel-devis .wpcf7-form .wpcf7-acceptance label,
.site-content .wpcf7-form .wpcf7-acceptance label { font-weight: normal; color: #bbb; background: transparent; text-transform: none; }
.panel-devis .wpcf7-form .wpcf7-form-control-wrap.signup-to-newsletter + a,
.site-content .wpcf7-form .wpcf7-form-control-wrap.signup-to-newsletter + a{ display: inline-block;  text-transform: none; color: var(--primary); text-transform: none; margin: 0 0 0 30px; }
.panel-devis .wpcf7-form .wpcf7-form-control-wrap.signup-to-newsletter{ margin-bottom:0 }

.panel-devis .wpcf7-form .wpcf7-form-control-wrap.signup-to-newsletter + a{ margin-left:0 }
.panel-devis .wpcf7-form > p:last-of-type{ text-align: center; }
.panel-devis h3{ font-weight: normal; }

input[type="checkbox"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; vertical-align: text-bottom; outline: 0; cursor: pointer; border: 1px solid #727e96; background: #fff; width: 15px; height: 15px; transition: background-color .15s; vertical-align: middle; margin: 0 5px 0 0; }
input[type="checkbox"]:checked { background:#fff url('../images/ico-check.svg') center center no-repeat }
input[type="checkbox"] + label { margin-left: .5rem; vertical-align: middle; font-weight: normal; }
input[type="checkbox"]::-ms-check { display: none; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 50px #F9F9F9 inset !important;
    -webkit-text-fill-color: var(--secondary) !important;
}

select{ line-height: 22px; font-weight: normal; }

.site-content .wpcf7-form ::-webkit-input-placeholder { color: #858585 !important; }
.site-content .wpcf7-form :-moz-placeholder { color: #858585 !important; opacity:  1; }
.site-content .wpcf7-form ::-moz-placeholder { color: #858585 !important; opacity:  1; }
.site-content .wpcf7-form :-ms-input-placeholder { color: #858585 !important; }
.site-content .wpcf7-form ::-ms-input-placeholder { color: #858585 !important; }
.site-content .wpcf7-form ::placeholder { color: #858585 !important; }

@media (max-width:991px){
  .wpcf7-form{ display: block; }
}
@media (max-width:767px){
  .wpcf7-form-control-wrap .wpcf7-select { height: 52px }
}

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

/* Header */
.site-main-nav .main-menu > li.active > a:after{ display: none; }
.site-main-nav .main-menu > li { border-right: 1px solid black; }
.site-main-nav .main-menu > li.menu-item-51 .popup { display: none; }
.site-main-nav .main-menu > li > a { font-weight: 600; letter-spacing: 0.5px; text-transform: uppercase; font-size: 14px !important; color: #000000; }
.site-main-nav .main-menu > li:nth-last-of-type(1) { border-right:none }
.site-main-nav .main-menu > li:nth-last-of-type(2) { border-right:none; position: relative; right: -18px; }
.site-main-nav .main-menu > li:nth-last-of-type(3) { border-right:none }
.site-main-nav .main-menu > li:nth-last-of-type(1) > a { background: var(--noir); color: #fff; padding: 8px 20px;}
.site-main-nav .main-menu > li:nth-last-of-type(2) > a { background: var(--primary); color: #fff; padding: 8px 20px;}
.site-main-nav .main-menu > li:nth-last-of-type(2) > a:hover { background:var(--secondary-clair) }
@media (min-width:1400px) {
  .site-main-nav .main-menu > li:nth-last-of-type(1) { position: absolute; top: 50%; right: 0; transform: translateY(-50%); }
  .site-main-nav .main-menu > li:nth-last-of-type(2) { position: absolute; top: 50%; right: 115px; transform: translateY(-50%); }
}
@media (max-width:1299px) {
  .mega-menu > li { padding: 0; }
  .site-main-nav .main-menu > li > a { font-size: 11px !important; }
}

.site-header-mobile li.dl-back{ font-size: 0px }
.site-header-mobile li.dl-back > a:before { font-size: 2.7rem; }
.site-header-mobile ul li .wp-post-image { display: none !important }
.site-header-mobile a.trigger-dlmenu { width: 100%; }
.site-header-mobile .site-branding { max-width: 220px; }

.mega-menu .popup { position: fixed; width: 100%; top: 50px; margin-top: 50px !important;}
.admin-bar .mega-menu .popup { top: 82px; }
.site-header.is-sticky .header-component-inner { padding-top: 18px; padding-bottom: 16px; }
.site-header.is-sticky .mega-menu .popup { top: 30px; box-shadow: 0 5px 3px rgba(0, 0, 0, .05); }
.site-header.is-sticky .site-header-outer .site-header-inner { box-shadow: 0 0 3px 3px rgba(0, 0, 0, .05); }
.mega-menu .popup > .inner{ box-shadow:none }
.mega-menu .popup ul.sub-menu { display: flex; justify-content: center; background: #F5F5F5; }
.mega-menu .popup ul.sub-menu li { display: flex; justify-content: center; background: #ababab; z-index: -1; height: 120px; margin: 0 10px; width: 220px; overflow: hidden; }
.mega-menu .popup ul.sub-menu li > a { position: static; display: flex; align-items: center; text-align: center; }
.mega-menu .popup ul.sub-menu li:hover > a:before { display: none !important }
.mega-menu li.menu-item li > a:hover .mm-text:after { display: none !important }
.mega-menu .popup ul.sub-menu li > a img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: -1; object-fit: cover; transition: all 200ms ease }
.mega-menu .popup ul.sub-menu li > a:hover img { transform: scale(1.05);}
.mega-menu .popup ul.sub-menu li > a .mm-text { position: static; text-transform: uppercase; color: #fff; font-size: 16px; font-weight: 800; text-shadow:0px 0px 5px black;}

.panel-devis{ opacity: 0; pointer-events: none; position: fixed; top: 0; width: 100%; z-index: 99; left: 0; height: 100%; background: rgba(0, 0, 0, .8); transition: all 300ms ease; }
.panel-devis h3 span{ color: var(--primary) }
.panel-devis p label{ color: var(--primary); text-transform: uppercase; font-size: 14px; display: block; padding: 0; font-weight: bold; }
.panel-devis-cont{ opacity: 0; position: fixed; transform: translateX(100%);  top: 0; right: 0; background: #EFEFEF; z-index: 99; padding: 100px 50px; overflow: auto; height: 100%; transition: all 300ms ease; width: 50%; }
@media (max-width:767px){
	.panel-devis-cont{width: 100%; padding:80px 15px !important;}
}
.panel-devis .cont-form{ display: grid; grid-template-columns: 1fr 1fr; grid-gap:0 30px; padding-top: 20px; }
.panel-devis .cont-form p{ margin-bottom: 0; }
body.panel-devis-active{ overflow: hidden; }
body.panel-devis-active .panel-devis{ pointer-events: initial; opacity: 1;  }
body.panel-devis-active .panel-devis-cont{ opacity: 1; transform: translateX(0) }
@media (max-width:767px){
  .panel-devis .cont-form { display: block; }
}
.panel-devis .close{ background: #fff; color: #000; text-transform: uppercase; position: absolute; top: 20px; right: 50px; font-size: 13px; padding: 13px 18px; border: none; font-weight: 600;}
.panel-devis .close:before{ content: ''; width: 20px; height: 20px; background: url('../images/ico-fermer.svg') no-repeat center center; display: inline-block; vertical-align: middle; margin: 0 5px 0 0; position: relative; top: -3px; }


.panel-devis .wpcf7-form-control-wrap{margin-bottom: 15px;}

/* Home */
.section-page-header{ background: #F5F5F5; font-size: 14px; }
.section-page-header .page-title{ display: none;}
.section-page-header .page-header-inner:before{ content: ''; width: 50px; height: 10px; display: inline-block; vertical-align: middle; background: url(../images/fleche.svg) no-repeat center center; margin: 0 5px 0 0; }
.section-page-header .page-header-inner > .row{ display: inline-block; vertical-align: middle; }
.section-page-header .la-breadcrumb-item{ font-weight: normal; }
.section-page-header .la-breadcrumb-item:nth-last-of-type(1),
.section-page-header .la-breadcrumb-item:nth-last-of-type(2) .la-breadcrumb-item-sep{ color: var(--primary); font-weight: bold; }
.home .section-page-header { display: none; }
@media (max-width:767px){
  .section-page-header .page-header-inner:before { display: none; }
  .la-breadcrumbs:not(.use-custom-text) { font-size: 13px; }
}

.ban-accueil { position: relative; padding: 0; background: #000; overflow: visible !important;}
.ban-accueil > .wpb_column:after{  content: ''; background: #fff; height: 5px; width: 100%; left: 0; bottom: -3px; position: absolute; }
.ban-accueil .wpb_content_element{ margin-bottom: 0; }
.ban-accueil .image img{ width: 100%; }
.ban-accueil ul{ list-style: none; margin: 0; padding: 0; display: block; }
.ban-accueil ul li{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; background-repeat: no-repeat; background-position: center center; opacity: 0; }
.ban-accueil ul li:nth-of-type(1){ background-image: url(../images/point1b.png); background-size: cover; animation: .3s ease 1s apparition forwards; z-index: 2; }
.ban-accueil ul li:nth-of-type(2){ background-image: url(../images/point2.png); background-size: cover; animation: .3s ease 2s apparition forwards; }
.ban-accueil ul li:nth-of-type(3){ background-image: url(../images/point3.png); background-size: cover; animation: .3s ease 3s apparition forwards; }
.ban-accueil ul li div{  position: absolute; display: block; pointer-events: initial }
.ban-accueil ul li:nth-of-type(1) div{ top: 20%; left: 20%; }
.ban-accueil ul li:nth-of-type(2) div{ top: 58%; left: 39%; }
.ban-accueil ul li:nth-of-type(3) div{ top: 41%; left: 66%; }
.ban-accueil ul li div span{  color: #fff; font-size: 30px; line-height: 30px; font-weight: 400; display: inline-block; transition: all 200ms ease-in }
.ban-accueil ul li div .btn-ban { display: inline-block; cursor: pointer; background: #000; color: #fff; font-size: 13px; text-transform: uppercase; padding: 4px 10px; transition: all 200ms 0.15s ease; font-weight: 800; }
.ban-accueil ul li div .btn-ban:hover { background: #fff; color: #000 }
@media (max-width:991px){
  .ban-accueil ul { position: absolute; top: 50%; left: 5vw; width: 100%; display: block; transform: translateY(-50%); }
  .ban-accueil ul li { transform: none !important; position: static; padding: 0 0 20px 0; background: none !important; }
  .ban-accueil ul li div { position: static; }
}
@media (max-width:767px){
  .ban-accueil ul { display: none; }
  .ban-accueil .image img { height: 70vh; object-fit: cover; }
}

#instagram-feed{ position: relative; left: -6vw; width: calc(100% + 12vw); }
#instagram-feed .instagram_gallery .slick-slide { padding: 0 10px; position: relative; }
#instagram-feed .instagram_gallery .slick-slide:after { content: ''; display: block; width: 20px; height: 20px; position: absolute; bottom: 10px; right: 20px; background: url(../images/ico-insta.svg) no-repeat center center; }
#instagram-feed .instagram_gallery .slick-slide img { width: 100% !important; }
@media (max-width:767px){
  #instagram-feed { position: relative; left: initial; width: 100%; padding: 0 25px 0 15px; }
}

@keyframes apparition { from { opacity:0 } to { opacity:1 }  }

.images-destructurees { position: relative; text-align: right; padding: 0 0 280px 15px !important }
.images-destructurees .wpb_single_image{ display: inline-block; }
.images-destructurees .wpb_single_image:nth-of-type(1){ width: 64%; }
.images-destructurees .wpb_single_image:nth-of-type(2){ position: absolute; top: 60%; left: 0; width: 52%; }
.images-destructurees .wpb_single_image:nth-of-type(3){ position: absolute; top: 98%; width: 425px; left: 56%; width: 77%; }
@media (max-width:1500px){
  .images-destructurees { overflow: hidden; }
}

.images-destructurees2 { position: relative; text-align: left }
.images-destructurees2 .wpb_single_image{ display: inline-block; }
.images-destructurees2 .wpb_single_image:nth-of-type(1){ width: 64%; }
.images-destructurees2 .wpb_single_image:nth-of-type(2){ position: absolute; top: 8%; left: 44%; width: 34%; }
@media (max-width:1500px){
  .images-destructurees2 { overflow: hidden; }
}

.images-destructurees3 { position: relative; text-align: left }
.images-destructurees3 .wpb_single_image{ display: inline-block; }
.images-destructurees3 .wpb_single_image:nth-of-type(1){ width: 64%; }
.images-destructurees3 .wpb_single_image:nth-of-type(2){ position: absolute; top:46%; left: 44%; width: 34%; }
@media (max-width:1500px){
  .images-destructurees3 { overflow: hidden; }
}

.images-destructurees4 { position: relative; text-align: left }
.images-destructurees4 .wpb_single_image{ display: inline-block; }
.images-destructurees4 .wpb_single_image:nth-of-type(1){ width: 64%; }
.images-destructurees4 .wpb_single_image:nth-of-type(2){ position: absolute; top:-8%; left: 44%; width: 34%; }

.temoignages{ text-align: center; }
.temoignages blockquote:not(.la-blockquote) { margin: 0; border-left: none; padding: 0 30px 20px 30px; font-size: 18px; font-family: 'Nexa'; font-weight: 400 }
.temoignages .slick-arrow { width: 50px; height: 10px; background: url(../images/fleche.svg) center center no-repeat; font-size: 0; opacity: 1; bottom: 0px; top: initial; }
.temoignages .slick-arrow.slick-prev { right: 60px; left: initial; }
.temoignages .slick-arrow.slick-next { right: 0; left: initial; transform:translateY(-50%) rotate(180deg) }
.temoignages .temoignage-infos{ font-weight: 600; }
@media (max-width:767px){
  .temoignages { padding: 0 0 50px 0; }
}

.inte-exte{ list-style: none; padding: 0; margin: 0;}
.inte-exte li{ padding: 0 0 0 30px; line-height: 30px; font-size: 30px; border-left: 2px solid transparent; margin: 0 0 10px 0; cursor: pointer; transition: all 200ms ease; font-weight: 500; }
.inte-exte li:hover{ padding-left: 36px; }
.inte-exte li.active{ color: var(--primary); border-left:2px solid var(--primary) }
.inte-exte-images .wpb_single_image{ display: none; }
.inte-exte-images .wpb_single_image:nth-of-type(1){ display: block; }

.slide-photos{ }
.slide-photos .slick-arrow { width: 60px; height: 54px; background: #F5F5F5 url(../images/fleche.svg) center center no-repeat; font-size: 0; background-size: 54%; opacity: 1; bottom: 0px; top: initial; }
.slide-photos .slick-arrow.slick-prev { right: 60px; left: initial; }
.slide-photos .slick-arrow.slick-next { right: 0; left: initial; transform:translateY(-50%) rotate(180deg) }
.slide-photos .wpb_single_image .vc_figure,
.slide-photos .wpb_single_image .vc_single_image-wrapper { display: block; width: 100%; }
.slide-photos .slick-slide img { display: block; width: 100%; }

.liens-contact{ list-style: none; padding: 0; margin: 0; }
.liens-contact li{ display: inline-block; vertical-align: middle; margin: 0 10px 0 0; }
.liens-contact li a{ display: inline-block; padding: 14px 25px; background: var(--secondary); color: #fff; text-transform: uppercase; font-size: 14px; font-weight: 800; }
.liens-contact li a span:nth-of-type(2){ display:none }
.liens-contact li a.active span:nth-of-type(1){ display:none }
.liens-contact li a.active span:nth-of-type(2){ display:block }

.chemin-etapes{ background: url('../images/chemin.png') no-repeat center 360px }

/* Bannière */
.banniere{ position: relative; background: #d6d6d6; min-height: 18vh; }
.banniere .banniere-img{ position: relative; }
.banniere .banniere-img img{ width: 100%; min-height: 18vh; max-height: 28vh; object-fit: cover; }
.banniere .banniere-title { position: absolute; left: 0; width: 100%; top: 50%; z-index: 2; transform: translateY(-50%); }
.banniere .banniere-title .h1,
.banniere .banniere-title h1{ position: relative; color: #fff; font-size: 50px; line-height: 50px; text-transform: uppercase; margin: 0 !important; text-align: center; font-weight: 800; text-shadow: 0px 0px 10px black;}
.page-id-39 .banniere{ display: none }
@media (max-width:767px){
  .banniere { min-height: 30vh; }
  .banniere .banniere-img img { width: 100%; min-height: 30vh; height: 30vh; }
  .ban-home .h1,
  .banniere .banniere-title .h1,
  .banniere .banniere-title h1 { font-size: 3rem; line-height: 3rem; }
}


/* Contact */
.contact-dep{ }
.contact-dep .contact-dep-select{ padding: 0 0 30px 0; }
.contact-dep .contact-dep-select select{ width: 100%; background-color: var(--gris); height: 60px; }
.contact-dep .titre-label{ color: var(--primary); text-transform: uppercase; font-size: 16px; font-weight: bold; }
.contact-dep .wpb_content_element{ margin-bottom: 25px; }
.contact-dep .wpb_single_image{ width: 55px; margin-bottom: 10px; }
.contact-dep .vc_row{ border-bottom: 2px solid #eee; padding: 10px 0 30px 0; margin: 0 0 50px 0; font-size: 20px; font-weight: 400; }
.contact-dep .vc_row[class*="dep-"]{ display: none; }
.contact-dep .vc_row .vc_col-sm-5 > .vc_column-inner { padding-left: 0; }
@media (max-width:767px){
  .contact-dep .vc_row .vc_col-sm-5 > .vc_column-inner { padding-left: 15px; }
}

/* Actualités */
.page-id-41 #tri-agence option[value="1"]{ display: none; }

.actu-liste{ list-style: none; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(100px, 1fr)); grid-gap: 50px }
.actu-liste .actu{ position: relative;  }
.actu-liste .actu:nth-of-type(14n+10),
.actu-liste .actu:nth-of-type(14n+1) { grid-column: span 2; }
.actu-liste .actu:nth-of-type(14n+10) .image,
.actu-liste .actu:nth-of-type(14n+1) .image { padding-bottom: 80%; }
.actu-liste .actu h3{ margin-top: 0; font-size: 22px;font-weight: normal;  }
.actu-liste .actu .date{ text-transform: uppercase; font-size:15px; color: var(--primary); padding: 25px 0 0 0; margin: 0 0 10px 0; font-weight: bold; }
.actu-liste .actu .image { padding-bottom: 130%; position: relative; overflow: hidden; }
.actu-liste .actu .image img{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; transition: all 200ms ease }
.actu-liste .actu:hover .image img{ transform: scale(1.05) }
@media (max-width:991px){
  .actu-liste { grid-template-columns: repeat(3, minmax(100px, 1fr)); grid-gap: 30px; }
  .actu-liste .actu:nth-of-type(14n+10),
  .actu-liste .actu:nth-of-type(14n+1) { grid-column: span 1; }
  .actu-liste .actu:nth-of-type(14n+10) .image,
  .actu-liste .actu:nth-of-type(14n+1) .image { padding-bottom: 130%; }
}
@media (max-width:767px){
  .actu-liste { grid-template-columns: repeat(2, minmax(100px, 1fr)); }
}
@media (max-width:510px){
  .actu-liste { grid-template-columns: 1fr; }
}

.actu-related h2{ text-align: center; font-size: 16px; text-transform: uppercase; padding: 0 0 30px 0; }
.actu-related .actu-liste { display: flex; flex-wrap: wrap; justify-content: center; }
.actu-related .actu-liste .actu { flex: 0 0 20%; }
.actu-related .actu-liste .actu .image{ padding-bottom: 130%; }
@media (max-width:767px){
  .actu-related .actu-liste .actu { flex: 0 0 40%; }
}
@media (max-width:510px){
  .actu-related .actu-liste { display: block; padding: 0 20px; }
  .actu-related .actu-liste .actu{ margin-bottom: 30px; }
}

.actu-filter{ display: flex; align-items: center; justify-content: space-between; padding:80px 0 40px 0 }
.actu-filter h3{ font-weight: normal; }
.actu-filter select{ width: 245px; }
@media (max-width:767px){
  .actu-filter { flex-direction: column; }
}

/* Actualité single */
.single-post .toutes-actus{  padding: 80px 0 30px 0; }
.single-post .toutes-actus .btn{ font-size:14px; padding: 6px 20px; text-transform: none; }
.single-post .toutes-actus .btn:before{ content: ''; display: inline-block; width: 10px; height: 10px; background: url(../images/chevron.svg) no-repeat center center; margin: 0 10px 0 0; }
.single-post .toutes-actus .btn:hover:before{ filter:brightness(10); }
.single-post .la-headings .dl-icon-clock{ display: none; }
.single-post .single-post-content .entry-footer { border-bottom: none; }


/* Footer */
.site-footer { font-size: 13px; }
.site-footer .footer-top { padding-top: 80px; padding-bottom: 10px; }
.site-footer ul.menu { display: grid; grid-template-columns: 1fr 1fr 1fr; }
.site-footer ul.menu > li > a{ text-transform: uppercase; font-weight: 800; }
.site-footer ul li ul { display: block; margin: 20px 0 65px 0; }
.site-footer ul li ul li a{ color: #696868; font-weight: 800; }
.site-footer ul li ul li a:hover{ color: #fff; }
.site-footer ul li ul img{ display: none }
.site-footer .widget .widget-title{ text-transform: uppercase; font-weight: 800; margin: 5px 0 30px 0; }
/*.site-footer .footer-column-1 .widget_media_image{ width: 90%; }
.site-footer .footer-column-1 .widget_text{ width: 90%; }*/
.site-footer .footer-copyright { padding: 15px 0 0 0; font-weight: 400; }
@media (max-width:767px){
  .site-footer ul.menu { grid-template-columns: 1fr 1fr; }
  .site-footer .footer-column-1 .widget_media_image { width: 100%; max-width: 270px; margin-left: auto; margin-right: auto; }
}

/* Newsletter */
.newsletter-content { color: #fff; }
.newsletter-content form p:first-of-type{ font-weight: bold; font-size: 17px; }
.newsletter-content .champ-envoyer{ position: relative; }
.newsletter-content .champ-envoyer label{ display: none; }
.newsletter-content .champ-envoyer .wpcf7-form-control-wrap{ margin-bottom: 0; }
.newsletter-content .champ-envoyer input[type="email"]{ padding: 10px 20px; background: transparent; border: 1px solid #1F1F1F; border-radius: 3px; color: rgba(255, 255, 255, .6); }
.newsletter-content .champ-envoyer input[type="submit"]{ position: absolute; top: 1px; right: 1px; padding: 11px 20px; font-size: 13px; background: #1F1F1F; color: #fff; border: none; font-weight: 800; }
.newsletter-content .champ-envoyer .ajax-loader { position: absolute; top: 17px; right: -20px; background-color: #fff; border-radius: 50%; }
.newsletter-content .wpcf7-acceptance{ color: rgba(255, 255, 255, .6); font-size: 13px; padding: 0; font-weight: 300; }
.newsletter-content .wpcf7-acceptance .wpcf7-list-item{ margin: 0; }
@media (max-width:767px){
  .champ-envoyer { width: 95%; }
  .newsletter-content .champ-envoyer input[type="submit"] { padding: 13px 20px; }
}

/* Social */
.social-media-link a { margin: 0 5px; border: 1px solid rgba(0, 0, 0, .2); width: 70px; display: inline-block; height: 70px; line-height: 70px; border-radius: 50%; color: var(--primary); }

/* Back to top */
.backtotop-container .btn-backtotop { background: var(--tertiary); color: #fff; width: 30px; height: 30px; line-height: 30px; border-radius: 0; }
.backtotop-container.show .btn-backtotop { bottom: 30px; right: 30px; }


/* réalisations liste */
.realisations-filtres{ display: flex; align-items: center; justify-content: space-between; margin: 0 0 40px 0; }
.realisations-filtres h3{ font-weight: 500; }
.realisations-filtres select{ font-size: 15px; border-color:#707070; line-height: 20px; }
.realisations-filtres input[type="checkbox"]{ vertical-align: middle; }
.realisations-filtres label{ padding-right: 30px; font-size: 15px }
.realisations-filtres label[for="cat-4"]{ color: var(--primary); }
.block-realisations{ display: grid; grid-template-columns: 1fr 1fr 1fr; grid-gap: 30px; }
.block-realisations .realisation .rea-img{ position: relative; display: block; padding-bottom: 130%; overflow: hidden; }
.block-realisations .realisation .rea-img img{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; transition: all 200ms ease }
.block-realisations .realisation .rea-img:hover img{ transform: scale(1.05) }
.block-realisations .realisation .rea-title{ position: relative; padding: 20px 0 0 0; }
.block-realisations .realisation .rea-title h3{ margin: 0; font-size: 22px; font-weight: 500; }
.block-realisations .realisation:hover .rea-title h3{ color: var(--primary); }
.block-realisations .realisation .rea-title .realisation-taxo{ position: absolute; bottom: 100%; right: 0; background: #000; color: #fff; display: inline-block; font-size: 14px; padding: 13px 2px; transform: rotate(-180deg); text-orientation: sideways-right; writing-mode: vertical-rl; transition: all 200ms ease; font-weight: normal; }
.block-realisations .realisation .rea-title .realisation-taxo.exterieur{ background: var(--primary) }
.block-realisations .realisation:hover .rea-title .realisation-taxo{ bottom: calc(100% - 12px); right: -12px; }
@media (max-width:991px){
  .realisations-filtres { flex-direction: column; text-align: center; }
  .realisations-filtres select { margin: 20px 0 0 0; width: 100%; }
}
@media (max-width:767px){
  .block-realisations { grid-template-columns: 1fr 1fr; }
}
@media (max-width:510px){
  .block-realisations { grid-template-columns: 1fr }
}

/* réalisation single */
.single-gc-realisation .rea-top{ padding: 80px 0 20px 0; }
.single-gc-realisation .rea-top .btn.btn-bordered{ text-transform: none; font-size: 14px; padding: 6px 25px; }
.single-gc-realisation .rea-top .btn:before{ content: ''; display: inline-block; width: 10px; height: 10px; background: url(../images/chevron.svg) no-repeat center center; margin: 0 10px 0 0; }
.single-gc-realisation .rea-top .btn:hover:before{ filter:brightness(10); }
.single-gc-realisation .banniere{ display: none; }
.single-gc-realisation .other-img .slick-arrow{ opacity: 0; font-size:0px; background: #fff url('../images/ico-fleche.svg') no-repeat center center; }
.single-gc-realisation .other-img:hover .slick-arrow{ opacity: 1 }
.single-gc-realisation .other-img .slick-arrow.slick-prev{ transform:translateY(-50%) rotate(90deg); }
.single-gc-realisation .other-img .slick-arrow.slick-next{ transform:translateY(-50%) rotate(-90deg); }
.single-gc-realisation .la-headings .subheading-tag { text-transform: uppercase; }
.single-gc-realisation .img-selected{ position: relative; padding-bottom: 60%; display: block; }
.single-gc-realisation .img-selected img{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover }
.single-gc-realisation .image .image-cont{ position: relative; padding-bottom: 60%; margin: 2px 1px; opacity: .2; }
.single-gc-realisation .image.active .image-cont{ opacity: 1; }
.single-gc-realisation .image.active .image-cont:before{ content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 3px solid var(--primary); z-index: 2; }
.single-gc-realisation .image .image-cont img{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; cursor: pointer; }

.single-gc-realisation .information{ position: relative; margin: 50px 0 0 0;  }
.single-gc-realisation .information-infos{ position: absolute; top: 0; left: 0; font-size: 15px; }
.single-gc-realisation .information-infos strong{ display: block; border-bottom: 1px solid #ccc; width: 200px; padding: 0 0 10px 0; margin: 0 0 10px 0; }
.single-gc-realisation .information-txt{ max-width: 500px; margin: auto; }

.single-gc-realisation .encart-insta{ background: #CC8D27; color: #fff; text-align: center; width: 90%; margin: 120px auto 0 auto; padding:70px 30px }
.single-gc-realisation .encart-insta .la-headings .heading-tag{ color: #fff }
.single-gc-realisation .encart-insta .la-headings .subheading-tag{ color: #fff; padding: 0 0 20px 0; }
.single-gc-realisation .encart-insta ul{ list-style: none; padding: 0; display: flex; justify-content: center }
.single-gc-realisation .encart-insta ul li{ margin: 0 10px }

@media (max-width:991px){
  .single-gc-realisation .information-infos { position: static; padding: 0 0 30px 0; }
  .single-gc-realisation .information-txt { max-width: 100%; }
}

@media (max-width:767px){
  .single-gc-realisation .encart-insta ul { flex-direction: column; }
  .single-gc-realisation .encart-insta ul li { margin: 0 0 10px 0; }
}

/* Pinterest */
.pins-feed-list{}
.pins-feed-list li.pins-feed-item{ height: initial !important; margin: 0; }
.pins-feed-list li.pins-feed-item .nailthumb-container{ width:initial !important; height: initial !important }
.pins-feed-list li.pins-feed-item .nailthumb-container img{ width: auto !important; height: initial !important; left: initial !important;
  top: initial !important;
}

/* Equipe */
.ligne-photos { display: flex; justify-content: center }
.ligne-photos .wpb_content_element { margin-bottom: 25px; }
@media (max-width:767px){
  .ligne-photos img { width: 100%; }
  .ligne-photos .wpb_single_image .vc_figure { width: 100%; }
  .ligne-photos .wpb_single_image .vc_single_image-wrapper { width: 100%; }
  .ligne-photos .vc_col-sm-3{ width: 25%;}
}
@media (max-width:510px){
  .ligne-photos { flex-wrap: wrap; }
  .ligne-photos .vc_col-sm-3{ width: 50%;}
}

/* Agences */
.liste-agences{ list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; grid-gap: 0 30px }
.liste-agences li img{ max-width:250px }
.liste-agences li img + p{ min-height: 55px; margin: 10px 0 30px 0; font-weight: normal; }
@media (max-width:991px){
  .liste-agences { grid-template-columns: 1fr 1fr; }
  .liste-agences li{ margin-bottom: 50px; }
}
@media (max-width:767px){
  .liste-agences { grid-template-columns: 1fr; }
  .liste-agences li { text-align: center; }
  .liste-agences li img + p { min-height: initial; }
}

.single-gc-agence .agence-logo img{ max-width:250px }
.single-gc-agence .agence-contact{ font-size: 14px; padding: 30px 0 0 0; display: grid; grid-template-columns: 1fr 1fr; }
.single-gc-agence .agence-contact span{ color: var(--primary); text-transform: uppercase; font-weight: bold; }
.single-gc-agence .agence-content{ margin: 80px auto 100px auto; text-align: left; }
.single-gc-agence .realisations-agence h2{ margin-bottom: 50px; }
.single-gc-agence .more-rea{ text-align: center; padding: 70px 0 0 0;}

.plan{ height: 450px; width: 100%; }

@media (min-width:767px) {
  .hidefromweb{display: none;}
}

@media (max-width:767px) {
  .hidefrommobile{display: none;}
}

/* CSS additionnel *>
#rangeenoire{
    background:var(--secondary);
}

#grise2{
	padding-top:0px !important;
	padding-bottom:0px !important;
}

#financement{
	padding-top:0px !important;
	padding-bottom:0px !important;
}
 
.bouton_orange{
    	/*background: linear-gradient(-45deg, #da953b, #eac177, #d58925, #f5cf8f);
    background-size: 200% 200%;
-webkit-animation: Gradient 10s ease infinite;
	-moz-animation: Gradient 10s ease infinite;
	animation: Gradient 5s ease infinite;*/
	animation: wiggle 2.5s infinite;
	font-size:16px;
} 

    @-webkit-keyframes Gradient {
		0%{background-position:0% 50%}
		50%{background-position:100% 50%}
		100%{background-position:0% 50%}
	}
	@-moz-keyframes Gradient {
		0%{background-position:0% 50%}
		50%{background-position:100% 50%}
		100%{background-position:0% 50%}
	}
	@keyframes Gradient { 
		0%{background-position:0% 50%}
		50%{background-position:100% 50%}
		100%{background-position:0% 50%}
	}

@keyframes wiggle {
    0% { transform: rotate(0deg); }
   80% { transform: rotate(0deg); }
   85% { transform: rotate(3deg); }
   95% { transform: rotate(-3deg); }
  100% { transform: rotate(0deg); }
}

.btn_orange:hover {
  animation: none;
}

.btn-insta{
    background: linear-gradient(-45deg, #405DE6, #833AB4, #C13584, #FD1D1D);
    background-size: 200% 200%;
	-webkit-animation: Gradient 10s ease infinite;
	-moz-animation: Gradient 10s ease infinite;
	animation: Gradient 5s ease infinite;
}

.site-content .wpcf7-form p {
	margin: 0 0 15px 0;
}

/* PAGE DES AGENCES */
.commerciaux {
    border: solid white 5px;
    box-shadow: grey 1px 1px 3px;
}

@media (max-width:767px){
.commerciaux {
    max-width:80%;
    margin-left: auto;
    margin-right: auto;
	  margin-bottom:30px;
}
}

.commerciaux img{
    max-width: 80% !important;
    border: solid white 5px;
}

.commerciaux .wpb_content_element{
    margin-bottom: 20px !important;
}

@media (min-width:767px){
.agence_texte{
    padding-left:50px;
}
}

.agence_texte .wpcf7-submit, .btn {
    width:100%;
}

.agence_texte .wpcf7-textarea{
    height:120px !important;
}

.bloc_villes{
    border: solid 1px black;
    font-size:15px !important;
    padding: 15px 10px 10px 10px !important;
    min-height: 185px;
}

.bords_ronds img{
    border: solid 5px white;
    box-shadow: grey 1px 1px 3px;
}

/* PAGES VILLES */
.icon_cards{
    border: solid white 5px;
    /*border-radius: 25px !important;*/
    box-shadow: grey 1px 1px 2px;
	  background:#f5f5f5;
}

.icon_cards:hover{
	border: solid #DB962C 5px;
	cursor:pointer;
}

@media (max-width:767px){
.icon_cards {
    max-width:95%;
    margin-left: auto;
    margin-right: auto;
}
}
.cadre_video{box-shadow: 10px -10px 0px #db962c;}

@media (max-width:767px){
    .cadre_video{box-shadow: 4px -4px 0px #db962c;}
}

.btn-phone hover{
    background:transparent !important;
    border:solid 2px --primary;
}

.btn-centre{
    text-align:center;
}

.fsize{
    font-size:12px;
}

.fsize2{
    font-size:16px;
}