:root {
  --color-ffffff: #FFFFFF;
  --color-9a9a9a: #9A9A9A;
  --color-000000: #000000;
  --color-414344: #414344;
  --color-e74e01: #E74E01;
  --color-707070: #707070;
  --color-cbcfd1: #c3c0c0;
  --color-e3e3e3: #E3E3E3;
  --couleur-secondaire-1: #E74E01;
  --couleur-texte: #707070;
  --font-family: "neue-haas-grotesk-display",sans-serif;
}

.error404 h1 {
	color: red !important;
}


body {
  font-size: 18px;
  line-height: 24px;
  font-family: var(--font-family);
  font-weight: 500;
  color: var(--color-707070);
  overflow-x: hidden;
  letter-spacing: 1px;
}

main {
  position: relative;
}

strong,
b {
  font-weight: bold;
}

blockquote,
q {
  letter-spacing: 1px;
}
blockquote:before,
q:before {
  content: open-quote !important;
}
blockquote:after,
q:after {
  content: close-quote !important;
}
blockquote p,
q p {
  display: inline-block;
  padding: 0 10px;
  letter-spacing: 1px;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none !important;
  outline: none !important;
}

a.calltoaction-gris, a.calltoaction-noir, a.calltoaction {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 18px !important;
  line-height: 21px !important;
  font-weight: 600 !important;
  border-radius: 14px !important;
  padding: 15px 15px !important;
  border-width: 1px;
  border-style: solid;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
a.calltoaction-gris:after, a.calltoaction-noir:after, a.calltoaction:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 10px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M16.172 11l-5.364-5.364 1.414-1.414L20 12l-7.778 7.778-1.414-1.414L16.172 13H4v-2z'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M16.172 11l-5.364-5.364 1.414-1.414L20 12l-7.778 7.778-1.414-1.414L16.172 13H4v-2z'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
a.calltoaction-gris img, a.calltoaction-noir img, a.calltoaction img {
  margin: 0 !important;
  padding: 0 !important;
}

a.calltoaction {
  color: var(--color-e74e01);
  border-color: var(--color-e74e01) !important;
  display: inline-block;
}
a.calltoaction:hover {
  background-color: var(--color-e74e01) !important;
  color: #fff !important;
}

a.calltoaction-noir {
  border-color: var(--color-707070) !important;
  background-color: transparent !important;
  color: var(--color-707070);
}
a.calltoaction-noir:hover {
  background-color: var(--color-e74e01) !important;
  border: 1px solid var(--color-e74e01) !important;
  color: #fff;
}

a.calltoaction-gris {
  border-color: var(--color-707070) !important;
  background-color: var(--color-707070) !important;
  color: #000 !important;
}
a.calltoaction-gris:hover {
  background-color: var(--color-e74e01) !important;
  border-color: var(--color-e74e01) !important;
}

.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.very-slowest {
  -webkit-animation-duration: 13s !important;
          animation-duration: 13s !important;
}

.lienlibel {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.fond-orange {
  display: inline-block;
  margin-bottom: 5px;
  background-color: var(--color-e74e01);
  color: #fff;
  padding: 0px 10px;
  border-radius: 14px;
  font-style: normal;
}

.fond-blanc {
  display: inline-block;
  margin-bottom: 5px;
  background-color: #fff;
  padding: 0px 10px;
  border-radius: 14px;
  font-style: normal;
}

.fond-gris {
  display: inline-block;
  margin-bottom: 5px;
  background-color: var(--color-e3e3e3);
  padding: 0px 10px;
  border-radius: 14px;
  font-style: normal;
}

/* ***********HEADER*********** */
header {
  z-index: 9999;
  background-color: #fff;
}
header .custom-logo {
  max-width: 200px;
}
header .picto-header a {
  color: var(--couleur-secondaire-1);
}
header.woocommerce-Address-title {
  position: relative !important;
}

.content-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content-header .navbar-toggler {
  position: absolute;
  right: 20px;
  top: 80px;
  display: none;
}
.content-header .logo {
  margin-left: 20px;
  padding-top: 30px;
  padding-bottom: 15px;
  max-width: 214px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.content-header .content-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.content-header .content-menus {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-header .menu-top {
  padding-top: 20px;
  padding-bottom: 17px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.content-header .menu-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  text-align: center;
  list-style: none;
}
.content-header .menu-top ul li {
  display: inline-block;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  color: var(--color-9a9a9a);
  margin-left: 40px;
  letter-spacing: 1px;
  font-weight: 600;
}
.content-header .menu-top ul li a {
  color: var(--color-414344);
  font-size: 11px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.content-header .menu-top ul li a:hover {
  color: var(--color-e74e01);
}
.content-header .menu-general ul,
.content-header .menu-general li {
  list-style: none;
  margin: 0 15px;
}
.content-header .menu-general ul a,
.content-header .menu-general li a {
  font-size: 20px;
}
.content-header .menu-general .sub-menu {
  position: absolute;
  z-index: 999;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 2px 2px 10px var(--color-707070);
          box-shadow: 2px 2px 10px var(--color-707070);
  padding: 0;
  margin: 0;
}
.content-header .menu-general .sub-menu li {
  margin: 0;
}
.content-header .menu-general .sub-menu li a {
  display: block;
  background-color: var(--color-e74e01);
  white-space: nowrap;
  padding: 15px 10px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
}
.content-header .menu-general .sub-menu li a:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.content-header .menu-general .sub-menu .sub-menu {
  left: 100%;
  top: 0;
  margin-bottom: 0 !important;
}
.content-header .menu-general .menu-principal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-left: 0;
}
.content-header .menu-general .menu-principal > li {
  display: inline-block;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  position: relative;
}
.content-header .menu-general .menu-principal > li > a {
  display: block;
  padding-bottom: 25px;
  letter-spacing: 0px;
  color: var(--color-414344);
  position: relative;
}
.content-header .menu-general .menu-principal > li > a:after {
  content: "";
  display: block;
  width: 0%;
  height: 3px;
  background-color: var(--color-e74e01);
  position: absolute;
  top: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.content-header .menu-general .menu-principal > li > a:hover {
  color: var(--color-e74e01);
}
.content-header .menu-general .menu-principal > li:hover >.sub-menu {
  opacity: 1;
  visibility: visible;
}
.content-header .menu-general .menu-principal > li:hover > a:after {
  width: 100%;
}
.content-header .menu-general .menu-principal > li.current-menu-item > a {
  color: var(--color-e74e01);
}
.content-header .menu-general .menu-principal > li.current-menu-item > a:after {
  width: 100%;
}
.content-header .menu-general > ul > li .sub-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.content-header .content-bouton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content-header .content-bouton img,
.content-header .content-bouton svg {
  display: inline-block;
  margin-bottom: 14px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  height: 36px;
  width: auto;
}
.content-header .content-bouton a {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
}
.content-header .content-bouton span {
  display: block;
  color: var(--color-414344);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
}
.content-header .contact-header {
  width: 110px;
  height: 100%;
  padding: 15px 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.content-header .boutique-header {
  width: 110px;
  height: 100%;
  background-color: var(--color-e74e01);
  padding: 15px 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.content-header .boutique-header a, .content-header .boutique-header span {
  color: #fff;
}
.content-header .boutique-header .sub-menu {
  background-color: var(--color-e74e01);
  position: absolute;
  width: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.content-header .boutique-header .sub-menu svg {
  width: 25px;
  height: 25px;
}
.content-header .boutique-header:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.devis-header {
  width: 110px;
  height: 100%;
  background-color: var(--color-e74e01);
  padding: 15px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.devis-header span {
  color: #fff;
}
.devis-header .list-menu-devis {
  position: absolute;
  top: 100%;
  background-color: var(--color-e74e01);
  right: -1000%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.devis-header .list-menu-devis ul,
.devis-header .list-menu-devis li {
  list-style: none;
}
.devis-header .list-menu-devis a {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  padding: 5px 20px;
  white-space: nowrap;
  text-align: right;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.devis-header .list-menu-devis a:hover {
  color: var(--color-414344);
}
.devis-header .list-menu-devis:after {
  content: "";
  width: 100px;
  height: 100%;
  background-color: var(--color-e74e01);
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  border-bottom-left-radius: 100px;
}
.devis-header:hover .list-menu-devis {
  right: 0;
}

/* *********FOOTER******** */
footer .content-footer {
  background-color: var(--color-000000);
  padding: 60px 0;
}
footer .widget {
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
}
footer .widget .widgettitle {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
footer .widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer .widget ul li {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 15px;
}
footer .widget ul .sub-menu {
  padding-left: 10px;
}
footer .widget a {
  color: var(--color-707070);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
footer .widget a:hover {
  color: var(--color-e74e01);
}
footer .footer-credits {
  font-size: 14px;
  line-height: 16px;
}

/* *********ACCUEIL*********** */
/* .accroche-accueil {
  background-image:url(https://picsum.photos/1920/1000);
  background-repeat:no-repeat;
  background-size:cover;
  .content-accroche {
    max-width:693px;
    background-image:url(../assets/svg/Groupe_234.svg);
    background-position:right bottom;
    background-size:cover;
    position:relative;
    &:before {
      content:'';
      background-color:var(--color-414344);
      position:absolute;
      top:0;
      width:1000%;
      height:100%;
      right:100%;      
    }
  }
  .texte {
    padding-top:180px;
    padding-bottom:82px;
    padding-right:140px;
    color:#fff;
    font-size:20px;
    line-height:25px;
    font-weight:400;
  }
  h1,h2,h3,h4,h5,h6 {
    font-size:48px;
    font-weight:600;
    line-height:52px;
  }
}
.menu-secondaire {
  padding:45px 0;
  background-color:var(--color-e3e3e3);
  .content-grid {
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    grid-column-gap:50px;
  }
  .grid-item {
    display:flex;
    flex-wrap:nowrap;
    align-items:flex-start;
    position:relative;
  }
  .picto {
    width:100px;
    padding-right:25px;
    text-align:right;
  }
  .texte {
    flex-grow:2;
    font-size:18px;
    line-height:20px;
    font-weight:500;
    color:var(--color-9a9a9a);
  }
  h3 {
    font-size:22px;
    line-height:26px;
    font-weight:600;
    color:var(--color-e74e01);
    margin-bottom:9px;
  }
  .link {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:0
  }
}
.portails {
  padding-top:110px; 
  .bloc-para {
    max-width:1100px;
    padding-bottom:90px;
    .texte {
      font-size:26px;
      line-height:31px;
      font-weight:600;
      color:var(--color-707070);
    }
    h1,h2,h3,h4,h5,h6 {
      font-size:48px;
      line-height:52px;
      font-weight:600;
      color:var(--color-414344);
      margin-bottom:30px;
      max-width:580px;
    }
  }
  .slide-portail {
    margin-bottom:140px;
  }
  .content-grid {
    display:grid;
    grid-template-columns:1fr 2.7fr;
    grid-column-gap:100px;
    align-items:flex-start;
  }
  .menu-slide {
    a {
      font-size:32px;
      line-height:38px;
      color:#c3c0c0;
      font-weight:600;
      padding:0 0 36px 0;
      border-bottom:1px solid #c3c0c0;
      cursor:pointer;
      &.active {
        color:var(--color-414344);
        border-bottom:4px solid var(--color-e74e01);
        background-color:transparent !important;
      }
      &:nth-child(n+2) {
        padding-top:32px;
      }
    }
  }
  .bloc-slide {
    position:relative;
    .the-slide {
      position:relative;
      transition:all 0.3s;
    }
    .texte {
      font-size:22px;
      line-height:26px;
      color:var(--color-e74e01);
      font-weight:600;
      margin-bottom:56px;
    }
    h3 {
      color:var(--color-707070);
      font-size:26px;
      line-height:31px;
      font-weight:600;
      margin-bottom:8px;
    }
    .blocs {
      display:grid;
      grid-template-columns:1fr 1fr;
      grid-row-gap:20px;
    }
    .bloc {
      background-image:url(../assets/svg/Composant_8_1.svg);
      background-repeat:no-repeat;
      background-position:right top;
      position:relative;
      .image {
        width:100%;
        position:relative;
        padding-top:70%;
        text-align:center;
        img {
          position:absolute;
          top:50%;
          left:50%;
          transform:translate(-50%, -50%);
        }
      }
      .content-texte {      	
        padding:0 80px 20px 50px;
      }
      .titre {
        color:#fff;
        font-size:22px;
        line-height:26px;
        font-weight:600;
        display:flex;
        justify-content:space-between;
        margin-bottom:15px;
        span {
          display:block;
          max-width:200px;
        }
        .fleche {
          position:relative;
          transition:all 0.3s;
        }
      }
      .texte-slide {
        color:#fff;
        font-size:18px;
        font-weight:500;        
      }
      .link {
        display:block;
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        opacity:0;
      }
      &:nth-child(4n),&:nth-child(4n+1) {
        background-image:url(../assets/svg/Composant_7_1.svg);
      }
      &:hover {
        .titre {
          .fleche {
            animation: .5s ease-in infinite alternate slidein;
          }
        }
      }
    }
  }
}
.calltoaction-accueil {
  padding-top:242px;
  padding-bottom:226px;
  background-color:var(--color-414344);
  background-position:center center;
  background-size:cover;
  background-repeat:no-repeat;
  background-attachment:fixed;
  color:#fff;
  position:relative;
  &:before {
    content:'';
    display:block;
    background-color:rgba(0,0,0,.6);
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
  }
  .bloc-texte {  
    font-size:26px;
    line-height:31px;
    font-weight:600;
    margin-bottom:68px;
    position:relative;
    h1,h2,h3,h4,h5,h6 {
      font-size:48px;
      font-weight:600;
      line-height:52px;  
      margin-bottom:20px;
    }
  }
  .bouton-calltoaction {
    display:flex;
  }
}
.point-fort {
  padding-top:138px;
  overflow:hidden;
  .bloc-para {
    position:relative;
    .bloc-texte {
      font-size:26px;
      line-height:31px;
      font-weight:600;
      margin-bottom:60px;
      h1,h2,h3,h4,h5,h6 {
        font-size:48px;
        line-height:58px;
        font-weight:600;
        color:var(--color-414344);
        margin-bottom:32px;
      }
    }
    &.bloc-para-point-fort {
      position:relative;
      margin-bottom:220px;
      .bg {
        position: absolute;
        top: 0;
        left: 0;
        max-width: inherit;
        height: 350px;
        overflow: hidden;
        width: 140%;
      }
      .img {
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
        width: 100%;
        height: 100%;
      }
      .bloc-content-texte {
        position:relative;
        background-color:#fff;
        max-width:670px;
        margin-left:auto;
        padding:50px;
        .bloc-texte {
          position:relative;
          z-index:2;
          font-size:26px;
          line-height:31px;
          color:var(--color-414344);
          font-weight:600;
        }        
        .image-fond-bloc-texte {
          img {
            position:absolute;
            z-index:1;
            top:130px;
            right:20px;
          }
        }
        &:after {
          content:'';
          display:block;
          position:absolute;
          bottom:100%;
          left:0;
          width:100%;
          height:100%;
          background-image:url('../assets/svg/Composant_12_1.svg');
          background-position:bottom left;
          background-size:cover;
        }
      }    	
    }
  }
}



.newsletter {
  .content-grid {
    display:grid;
    grid-template-columns:220px auto;
  }
  .image-newsletter {
    background-color:var(--color-e74e01);
    color:#fff;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:flex-start;
    width:220px;
    height:220px;
    border-top-right-radius:220px;
    .content-image {
      text-align:center;
      padding-left:50px;
      img {
        display:block;      
        margin:10px auto;
        max-width:45px;
      }
      span {
        font-size:12px;
        line-height:14px;
        font-weight:600;
        letter-spacing:1.2px;
      }
    }
  }
  .bloc-newsletter {
    background-color:var(--color-414344);
    color:#fff;
    display:flex;
    flex-wrap:wrap;
    flex-direction:column;
    justify-content:center;
    padding:0 120px;
    h3 {
      font-size:26px;
      line-height:31px;
      font-weight:600;
      margin-bottom:25px;
    }
    .form-newsletter {
      display:flex;
      flex-wrap:wrap;
      input {
        flex-grow:2;
        margin-right:100px;
        background-color:transparent;
        border:none;
        border-bottom:1px solid var(--color-707070);
        color:#fff;
      }
      input[type="submit"] {
        border:1px solid var(--color-707070) !important;
        background-color:transparent !important;
        color:#fff !important;
        border-radius:30px !important;
        padding:14px 25px !important;
        transition:all 0.3s !important;
        font-size:14px !important;
        line-height:17px !important;
        font-weight:600 !important;
        &:hover {
          background-color:var(--color-e74e01) !important;
          border:1px solid var(--color-e74e01) !important;
        }        
      }
    }
  }
} */
/* ********* ACCUEIL 2023 *********** */
.sous-titre-zone h3 {
  color: var(--color-e74e01);
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 0;
}

.home h2 {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 52px;
  color: var(--color-414344);
}
#zone-1-home .bloc-titre-accueil {
  max-width: 1440px;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
#zone-1-home .titre-carousel-header {
  max-width: 680px;
  padding-bottom: 83px;
  font-size: 62px;
  line-height: 62px;
  font-weight: 600;
  color: #fff;
}
#zone-1-home .owl-carousel {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
#zone-1-home .owl-carousel .owl-item > div {
  position: relative;
  width: 100%;
  height: 930px;
  background-color: var(--color-414344);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#zone-1-home .owl-carousel .owl-item > div:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}

#zone-2-home {
  background-color: var(--color-e3e3e3);
  color: var(--color-414344);
  padding: 90px 0;
}
#zone-2-home .content-bloc {
  max-width: 465px;
  margin: auto;
}
#zone-2-home .content-bloc .bloc-image {
  width: 100%;
  height: 535px;
  position: relative;
  overflow: hidden;
  background-color: var(--color-414344);
}
#zone-2-home .content-bloc .bloc-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 5s;
  -o-transition: all 5s;
  transition: all 5s;
}
#zone-2-home .content-bloc .picto {
  width: 50px;
  height: 50px;
}
#zone-2-home .content-bloc h3 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 0;
}
#zone-2-home .content-bloc .bloc-titre {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: grayscale(1) brightness(170%);
          filter: grayscale(1) brightness(170%);
}
#zone-2-home .content-bloc:hover .bloc-image img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
#zone-2-home .content-bloc:hover .bloc-titre {
  -webkit-filter: grayscale(0) brightness(100%);
          filter: grayscale(0) brightness(100%);
}

#zone-2-woocommerce-home {
  background-color: var(--color-e3e3e3);
  color: var(--color-414344);
  padding: 90px 0;
}
#zone-2-woocommerce-home .titre-zone {
  max-width: 930px;
  margin: auto;
}
#zone-2-woocommerce-home .content-bloc {
  border: 1px solid #C3C0C0;
  height: 100%;
}
#zone-2-woocommerce-home .bloc-image {
  width: 100%;
  padding-top: 81.03%;
  position: relative;
  overflow: hidden;
}
#zone-2-woocommerce-home .bloc-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#zone-2-woocommerce-home .bloc-para {
  font-size: 18px;
  line-height: 21px;
}
#zone-2-woocommerce-home .bloc-para h3 {
  font-size: 26px;
  line-height: 31px;
  font-weight: 600;
}
#zone-2-woocommerce-home .bloc-para .bouton-commande a {
  display: block;
  color: var(--color-e74e01);
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  padding: 15px 20px;
  border: 1px solid var(--color-e74e01);
  border-radius: 14px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#zone-2-woocommerce-home .bloc-para .bouton-commande a:hover {
  background-color: var(--color-e74e01);
  color: #fff;
}
#zone-2-woocommerce-home .bloc-para .bloc-tarif {
  color: var(--color-e74e01);
}
#zone-2-woocommerce-home .bloc-para .bloc-tarif .label {
  display: block;
  font-size: 18px;
  line-height: 20px;
}
#zone-2-woocommerce-home .bloc-para .bloc-tarif .prix {
  font-size: 26px;
  line-height: 31px;
  font-weight: 600;
}
#zone-2-woocommerce-home .btn-devis a {
  color: var(--color-707070);
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  text-decoration: underline !important;
}
#zone-2-woocommerce-home .btn-devis a:hover {
  text-decoration: none !important;
}

#zone-3-home {
  padding-top: 50px;
  background-color: var(--color-e3e3e3);
  color: var(--color-414344);
}
#zone-3-home .bloc-texte {
  font-size: 26px;
  line-height: 31px;
  font-weight: 600;
  color: var(--color-707070);
}
#zone-3-home h1,
#zone-3-home h2,
#zone-3-home h3,
#zone-3-home h4,
#zone-3-home h5,
#zone-3-home h6 {
  color: var(--color-414344);
}

#zone-4-home {
  padding: 100px 0;
}
#zone-4-home .bloc-titre {
  max-width: 780px;
  margin: auto;
}
#zone-4-home .bloc-titre .bloc-texte {
  font-size: 26px;
  line-height: 31px;
  font-weight: 600;
}
#zone-4-home .bloc-liste-zone-4-home .the-bloc {
  padding: 100px 30px 30px;
  border: 1px solid #C3C0C0;
  height: 100%;
}
#zone-4-home .bloc-liste-zone-4-home .bloc-texte {
  font-size: 18px;
  line-height: 20px;
  color: var(--color-9a9a9a);
}
#zone-4-home .bloc-liste-zone-4-home h3 {
  font-size: 26px;
  line-height: 31px;
  font-weight: 600;
  color: var(--color-e74e01);
}
#zone-4-home .bouton-zone-4-home a {
  display: inline-block;
  color: #fff;
  background-color: var(--color-e74e01);
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  padding: 15px 20px;
  border: 1px solid var(--color-e74e01);
  border-radius: 14px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#zone-4-home .bouton-zone-4-home a:hover {
  background-color: #fff;
  color: var(--color-e74e01);
}

#zone-4-boutique-home {
  background-color: var(--color-414344);
  color: #fff;
  padding: 100px 0;
}
#zone-4-boutique-home .bloc-titre .bloc-texte {
  color: #fff;
  font-size: 26px;
  line-height: 31px;
  font-weight: 600;
}
#zone-4-boutique-home .bloc-titre .bloc-texte h1,
#zone-4-boutique-home .bloc-titre .bloc-texte h2,
#zone-4-boutique-home .bloc-titre .bloc-texte h3,
#zone-4-boutique-home .bloc-titre .bloc-texte h4,
#zone-4-boutique-home .bloc-titre .bloc-texte h5,
#zone-4-boutique-home .bloc-titre .bloc-texte h6 {
  color: #fff;
}
#zone-4-boutique-home .bloc-cta a {
  display: inline-block;
  color: #fff;
  background-color: var(--color-e74e01);
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  padding: 15px 20px;
  border: 1px solid var(--color-e74e01);
  border-radius: 14px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#zone-4-boutique-home .bloc-cta a:hover {
  background-color: #fff;
  color: var(--color-e74e01);
}
#zone-4-boutique-home .bloc-liste-items-zone-4-boutique-home ul li {
  padding: 50px 0;
  font-size: 26px;
  line-height: 31px;
  font-weight: 600;
}
#zone-4-boutique-home .bloc-liste-items-zone-4-boutique-home ul li svg {
  margin-right: 4vw;
}
#zone-4-boutique-home .bloc-liste-items-zone-4-boutique-home ul li:not(:last-child) {
  border-bottom: 1px solid #C3C0C0;
}

#zone-5-home {
  background-color: var(--color-e74e01);
  padding-top: 90px;
  padding-bottom: 90px;
  color: #fff;
  background-image: url(../assets/img/visu-bloc-contactez-nous-gauche.webp), url(../assets/img/visu-bloc-contactez-nous-droite.webp);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left center, right center;
  font-size: 26px;
  line-height: 31px;
}
#zone-5-home h1,
#zone-5-home h2,
#zone-5-home h3,
#zone-5-home h4,
#zone-5-home h5,
#zone-5-home h6 {
  color: #fff;
}
#zone-5-home .calltoaction {
  background-color: #fff;
  border: 1px solid #fff !important;
}

#zone-6-home {
  background-color: var(--color-e3e3e3);
  padding-top: 80px;
  padding-bottom: 80px;
}
#zone-6-home .bloc-titre {
  position: relative;
  padding-bottom: 40px;
}
#zone-6-home .bloc-carousel-zone-6-home .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#zone-6-home .bloc-carousel-zone-6-home .owl-item > div {
  background-color: #fff;
  height: 100%;
}
#zone-6-home .bloc-carousel-zone-6-home .bloc-image {
  width: 100%;
  padding-top: 75%;
  position: relative;
}
#zone-6-home .bloc-carousel-zone-6-home .bloc-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#zone-6-home .bloc-carousel-zone-6-home .bloc-image .bloc-picto-carousel {
  position: absolute;
  bottom: 0;
  left: 40px;
  background-color: #fff;
  width: 75px;
  height: 75px;
  border-top-right-radius: 100%;
}
#zone-6-home .bloc-carousel-zone-6-home .bloc-image .bloc-picto-carousel svg {
  position: absolute;
  top: 30px;
  left: 15px;
}
#zone-6-home .bloc-carousel-zone-6-home .bloc-texte {
  padding: 0 40px 20px;
}
#zone-6-home .bloc-carousel-zone-6-home .bloc-infos {
  padding: 20px 40px;
}
#zone-6-home .bloc-carousel-zone-6-home .owl-dots {
  padding-top: 80px;
  text-align: center;
}
#zone-6-home .bloc-carousel-zone-6-home .owl-dots button {
  margin: 0 15px;
  outline: none;
}
#zone-6-home .bloc-carousel-zone-6-home .owl-dots button span {
  display: block;
  width: 8px;
  height: 8px;
  background-color: var(--color-9a9a9a);
  border-radius: 50%;
}
#zone-6-home .bloc-carousel-zone-6-home .owl-dots button.active span {
  background-color: var(--color-414344);
}
#zone-6-home .btn-more {
  display: inline-block;
  padding: 10px 25px;
  color: var(--color-e74e01);
  border: 1px solid var(--color-e74e01);
  border-radius: 25px;
}
#zone-6-home .btn-more:hover {
  background-color: var(--color-e74e01);
  color: #fff;
}

#zone-7-home {
  padding-top: 100px;
  padding-bottom: 50px;
  background-color: var(--color-000000);
  color: #fff;
}
#zone-7-home .bloc-titre h2 {
  color: #fff;
}
#zone-7-home .btn-zone-7-home {
  color: var(--color-e74e01);
  border: 1px solid var(--color-e74e01);
  display: block;
  padding: 10px 15px;
  border-radius: 25px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
}
#zone-7-home .btn-zone-7-home:hover {
  background-color: #fff;
}
#zone-7-home .bloc-galerie .content-bloc {
  max-width: 340px;
  margin: auto;
  height: 530px;
  position: relative;
}
#zone-7-home .bloc-galerie a {
  color: #fff;
}
#zone-7-home .bloc-galerie a figure {
  position: relative;
  background-color: var(--color-cbcfd1);
  overflow: hidden;
}
#zone-7-home .bloc-galerie a figure img {
  -webkit-transition: all 5s;
  -o-transition: all 5s;
  transition: all 5s;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: multiply;
}
#zone-7-home .bloc-galerie a figure .infos-image {
  position: absolute;
  bottom: 60px;
  left: 20px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  max-width: 250px;
}
#zone-7-home .bloc-galerie a figure .titre-image {
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
}
#zone-7-home .bloc-galerie a figure .picto {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: var(--color-707070);
  border-top-right-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 32px;
  line-height: 36px;
  padding-right: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#zone-7-home .bloc-galerie a:hover figure img {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
}
#zone-7-home .bloc-galerie a:hover figure .picto {
  background-color: var(--color-e74e01);
}
#zone-7-home .bloc-galerie .owl-dots {
  padding-top: 80px;
  text-align: center;
}
#zone-7-home .bloc-galerie .owl-dots button {
  margin: 0 15px;
  outline: none;
}
#zone-7-home .bloc-galerie .owl-dots button span {
  display: block;
  width: 8px;
  height: 8px;
  background-color: var(--color-9a9a9a);
  border-radius: 50%;
}
#zone-7-home .bloc-galerie .owl-dots button.active span {
  background-color: #fff;
}

#zone-8-home {
  padding-top: 80px;
}
#zone-8-home .btn-zone-8-home {
  color: var(--color-e74e01);
  border: 1px solid var(--color-e74e01);
  display: block;
  padding: 10px 15px;
  border-radius: 25px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
}
#zone-8-home .btn-zone-8-home:hover {
  background-color: var(--color-e74e01);
  color: #fff;
}

/* ******** CORPORATE ******** */
.accroche-corpo {
  background-color: var(--color-cbcfd1);
  position: relative;
  overflow: hidden;
}
.accroche-corpo .container {
  background-image: url(../assets/svg/Composant_3_1.svg);
  background-position: -150px bottom;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.accroche-corpo .content-accroche {
  position: relative;
  display: grid;
  grid-template-columns: 500px auto;
  grid-column-gap: 20px;
}
.accroche-corpo .content-accroche:before {
  content: "";
  background-color: var(--color-414344);
  position: absolute;
  top: 0;
  width: 1000%;
  height: 100%;
  right: 100%;
}
.accroche-corpo .bloc-droite {
  padding-top: 180px;
  padding-bottom: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.accroche-corpo .bloc-image {
  margin-bottom: 30px;
  text-align: right;
}
.accroche-corpo .bloc-image img {
  max-width: none;
  max-height: 540px;
}
.accroche-corpo .bloc-btn-document {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 30%;
  margin-top: auto;
}
.accroche-corpo .bloc-btn-document a:before {
  content: url(../assets/svg/telecharger.svg);
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.accroche-corpo .bloc-btn-document a:hover:before {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
.accroche-corpo .texte {
  max-width: 500px;
  padding-top: 180px;
  padding-bottom: 82px;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  letter-spacing: 1px;
}
.accroche-corpo .texte p {
  margin-bottom: 20px;
}
.accroche-corpo .texte strong,
.accroche-corpo .texte b {
  font-weight: bold;
}
.accroche-corpo h1,
.accroche-corpo h2,
.accroche-corpo h3,
.accroche-corpo h4,
.accroche-corpo h5,
.accroche-corpo h6 {
  font-size: 48px;
  font-weight: 600;
  line-height: 52px;
  margin-bottom: 45px;
}

.zone-demande-devis {
  background-color: var(--color-e74e01);
  padding: 30px 0;
  text-align: center;
}
.zone-demande-devis a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
}
.zone-demande-devis a img {
  margin-right: 20px;
}

.paragraphe-one {
  padding-top: 100px;
  padding-bottom: 50px;
  overflow: hidden;
  position: relative;
}
.paragraphe-one .bloc-image {
  position: absolute;
  top: 157px;
  right: 0;
  max-width: 50%;
}
.paragraphe-one .bloc-texte {
  max-width: 50%;
  font-size: 18px;
  line-height: 24px;
  color: var(--color-707070);
  font-weight: 500;
  padding-right: 150px;
  letter-spacing: 1px;
}
.paragraphe-one .bloc-texte p {
  margin-bottom: 20px;
}
.paragraphe-one .bloc-texte strong {
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
}
.paragraphe-one .bloc-texte h1,
.paragraphe-one .bloc-texte h2,
.paragraphe-one .bloc-texte h3,
.paragraphe-one .bloc-texte h4,
.paragraphe-one .bloc-texte h5,
.paragraphe-one .bloc-texte h6 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  color: var(--color-414344);
  margin-bottom: 23px;
}
.paragraphe-one-lp .container .bloc-para {
  position: relative;
  margin-bottom: 157px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.paragraphe-one-lp .container .bloc-para:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.paragraphe-one-lp .container .bloc-para .bloc-image {
  top: 0;
  position: relative;
}
.paragraphe-one-lp .container .bloc-para:nth-child(even) .bloc-texte {
  margin-left: auto;
  padding-right: 0;
  padding-left: 150px;
}
.paragraphe-one-lp .container .bloc-para:nth-child(even) .bloc-image {
  left: 0;
  right: inherit;
}

.paragraphe-two {
  background-color: var(--color-e3e3e3);
  padding-top: 73px;
  padding-bottom: 190px;
}
.paragraphe-two .titre-zone-two {
  text-align: center;
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  color: var(--color-414344);
  margin-bottom: 73px;
}
.paragraphe-two .content-grid {
  display: grid;
  grid-template-columns: 64% auto;
  grid-column-gap: 5%;
}
.paragraphe-two .bloc-image {
  position: relative;
}
.paragraphe-two .bloc-image:before {
  content: "";
  display: block;
  width: 393px;
  height: 390px;
  position: absolute;
  bottom: -80px;
  left: -80px;
  background-image: url(../assets/svg/Composant_7_1.svg);
  background-size: cover;
}
.paragraphe-two .bloc-image img {
  position: relative;
  z-index: 1;
  border-radius: 20px;
}
.paragraphe-two .bloc-image iframe {
  position: relative;
  border-radius: 20px;
  width: 100%;
  height: 380px;
}
.paragraphe-two .bloc-texte {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  color: var(--color707070);
}
.paragraphe-two .bloc-texte p {
  margin-bottom: 20px;
}
.paragraphe-two .bloc-texte strong {
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
}
.paragraphe-two .bloc-texte h1,
.paragraphe-two .bloc-texte h2,
.paragraphe-two .bloc-texte h3,
.paragraphe-two .bloc-texte h4,
.paragraphe-two .bloc-texte h5,
.paragraphe-two .bloc-texte h6 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 23px;
}

.paragraphe-two-bis {
  padding: 90px 0;
}
.paragraphe-two-bis .content-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-column-gap: 100px;
}
.paragraphe-two-bis .grid-item {
  width: 0%;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  min-width: calc(50% - 100px);
  margin-bottom: 50px;
}
.paragraphe-two-bis .grid-item:last-child {
  margin-bottom: 0;
}
.paragraphe-two-bis .bloc-texte {
  letter-spacing: 1px;
}
.paragraphe-two-bis .bloc-texte strong {
  font-size: 20px;
}
.paragraphe-two-bis .bloc-texte a {
  color: var(--color-e74e01);
}
.paragraphe-two-bis .bloc-texte p {
  margin-bottom: 20px;
}
.paragraphe-two-bis .bloc-texte strong,
.paragraphe-two-bis .bloc-texte b {
  font-weight: bold;
}
.paragraphe-two-bis .bloc-texte h1,
.paragraphe-two-bis .bloc-texte h2,
.paragraphe-two-bis .bloc-texte h3,
.paragraphe-two-bis .bloc-texte h4,
.paragraphe-two-bis .bloc-texte h5,
.paragraphe-two-bis .bloc-texte h6 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 23px;
}
.paragraphe-two-bis .bloc-texte ul {
  margin-left: 40px;
  margin-bottom: 20px;
}

.paragraphe-three {
  padding-top: 75px;
}
.paragraphe-three .bloc-texte {
  margin-bottom: 45px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: var(--color-707070);
  letter-spacing: 1px;
}
.paragraphe-three .bloc-texte p {
  margin-bottom: 20px;
}
.paragraphe-three .bloc-texte strong {
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
}
.paragraphe-three .bloc-texte h1,
.paragraphe-three .bloc-texte h2,
.paragraphe-three .bloc-texte h3,
.paragraphe-three .bloc-texte h4,
.paragraphe-three .bloc-texte h5,
.paragraphe-three .bloc-texte h6 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 23px;
}
.paragraphe-three .bloc-image {
  background-image: url(../assets/svg/Trace_279.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto 100%;
  position: relative;
  margin-bottom: 30px;
}
.paragraphe-three .bloc-image img {
  display: block;
}
.paragraphe-three .bloc-image .bouton-telechargement {
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  padding: 30px 50px 100px;
  border-bottom-left-radius: 100%;
}
.paragraphe-three .bloc-image .bouton-telechargement a:before {
  content: url(../assets/svg/telecharger.svg);
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.paragraphe-three .bloc-image .bouton-telechargement a:hover:before {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
.paragraphe-three .bouton-devis {
  padding: 30px 0 60px;
  text-align: center;
}
.paragraphe-three .bouton-devis a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-e74e01);
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
}
.paragraphe-three .bouton-devis a img {
  margin-right: 20px;
}

.paragraphe-three-bis {
  padding-top: 75px;
  padding-bottom: 75px;
}
.paragraphe-three-bis .bloc-texte {
  margin-bottom: 45px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: var(--color-707070);
  letter-spacing: 1px;
}
.paragraphe-three-bis .bloc-texte p {
  margin-bottom: 20px;
}
.paragraphe-three-bis .bloc-texte strong {
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
}
.paragraphe-three-bis .bloc-texte h1,
.paragraphe-three-bis .bloc-texte h2,
.paragraphe-three-bis .bloc-texte h3,
.paragraphe-three-bis .bloc-texte h4,
.paragraphe-three-bis .bloc-texte h5,
.paragraphe-three-bis .bloc-texte h6 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 23px;
}
.paragraphe-three-bis .bloc {
  padding: 20px 40px;
}
.paragraphe-three-bis .bloc h3 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #e74e01;
}
.paragraphe-three-bis .bloc .bloc-image {
  margin-bottom: 20px;
}
.paragraphe-three-bis .bloc .description {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: var(--color-707070);
  letter-spacing: 1px;
}
.paragraphe-three-bis .bouton-devis {
  padding: 30px 0 60px;
  text-align: center;
}
.paragraphe-three-bis .bouton-devis a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-e74e01);
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
}
.paragraphe-three-bis .bouton-devis a img {
  margin-right: 20px;
}

.garantie {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: var(--color-414344);
  color: #fff;
}
.garantie h2 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 60px;
}
.garantie .content-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 50px;
  max-width: 90%;
  margin: auto;
}
.garantie .grid-item {
  display: grid;
  grid-template-columns: 30% 70%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.garantie .bloc-image {
  margin-right: 20px;
}
.garantie .texte {
  font-size: 26px;
  font-weight: 600;
  line-height: 31px;
}

.galerie-corpo {
  padding: 65px 0;
  background-color: var(--color-414344);
}
.galerie-corpo h2 {
  color: #fff;
  font-size: 26px;
  line-height: 31px;
  font-weight: 600;
  margin-bottom: 50px;
}
.galerie-corpo ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
.galerie-corpo ul li {
  position: relative;
  text-align: center;
  display: block;
  cursor: pointer;
  overflow: hidden;
}
.galerie-corpo ul li a {
  position: relative;
  width: 100%;
}
.galerie-corpo ul li .bloc-image {
  width: 100%;
  padding-top: 70%;
  position: relative;
  overflow: hidden;
}
.galerie-corpo ul li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.galerie-corpo ul li h3 {
  padding: 15px 0;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
}
.galerie-corpo ul li .texte-description {
  padding: 15px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
}
.galerie-corpo ul li:hover .bloc-image img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.description-corpo {
  padding-bottom: 100px;
  padding-top: 90px;
}
.description-corpo .content-grid {
  display: grid;
  grid-template-columns: 2fr 3fr;
  grid-column-gap: 100px;
}
.description-corpo .menu-slider-paragraphes-description a {
  display: block;
  border-bottom: 1px solid #c3c0c0;
  padding: 0 0 36px 0;
}
.description-corpo .menu-slider-paragraphes-description a h2 {
  font-size: 28px;
  line-height: 32px;
  color: #c3c0c0;
  font-weight: 600;
  cursor: pointer;
}
.description-corpo .menu-slider-paragraphes-description a.active {
  border-bottom: 4px solid var(--color-e74e01);
  background-color: transparent !important;
}
.description-corpo .menu-slider-paragraphes-description a.active h2 {
  color: var(--color-414344);
}
.description-corpo .menu-slider-paragraphes-description a:nth-child(n+2) {
  padding-top: 32px;
}
.description-corpo .content-paragraphe .texte {
  letter-spacing: 1px;
}
.description-corpo .content-paragraphe .texte strong {
  font-size: 20px;
}
.description-corpo .content-paragraphe .texte a {
  color: var(--color-e74e01);
}
.description-corpo .content-paragraphe .texte p {
  margin-bottom: 20px;
}
.description-corpo .content-paragraphe .texte strong,
.description-corpo .content-paragraphe .texte b {
  font-weight: bold;
}
.description-corpo .content-paragraphe .texte h1,
.description-corpo .content-paragraphe .texte h2,
.description-corpo .content-paragraphe .texte h3,
.description-corpo .content-paragraphe .texte h4,
.description-corpo .content-paragraphe .texte h5,
.description-corpo .content-paragraphe .texte h6 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 23px;
}
.description-corpo .content-paragraphe .texte ul {
  margin-left: 40px;
  margin-bottom: 20px;
}

/* ********* SINGLE ******** */
.container-965 {
  max-width: 990px;
  width: 100%;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.header-single {
  background-color: var(--color-e3e3e3);
  padding-top: 70px;
  padding-bottom: 100px;
  position: relative;
}
.header-single .fil-ariane {
  font-size: 14px;
  line-height: 17px;
  color: var(--color-414344);
}
.header-single .fil-ariane li {
  display: inline-block;
  margin-right: 5px;
}
.header-single .fil-ariane .separateur {
  display: inline-block;
  margin-right: 5px;
}
.header-single .fil-ariane a {
  color: inherit;
}
.header-single .fil-ariane a:hover {
  color: var(--color-e74e01);
}
.header-single .fil-ariane li:last-child {
  font-weight: bold;
}
.header-single .accroche-single .bloc-texte {
  position: relative;
  margin-top: 87px;
  margin-bottom: 67px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--color-414344);
}
.header-single .accroche-single .bloc-texte p {
  margin-bottom: 20px;
}
.header-single .accroche-single .bloc-texte h1,
.header-single .accroche-single .bloc-texte h2,
.header-single .accroche-single .bloc-texte h3,
.header-single .accroche-single .bloc-texte h4,
.header-single .accroche-single .bloc-texte h5,
.header-single .accroche-single .bloc-texte h6 {
  font-size: 48px;
  line-height: 52px;
  margin-bottom: 45px;
}
.header-single .accroche-single .bloc-texte a {
  color: var(--color-e74e01);
}
.header-single .accroche-single .bloc-texte:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url("../assets/svg/Trace_4.svg");
  position: absolute;
  top: -50px;
}
.header-single .infos-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
}
.header-single .date-actu {
  padding-right: 50px;
  font-size: 14px;
  line-height: 16px;
  color: var(--color-414344);
  font-weight: 500;
}
.header-single .categorie {
  padding-right: 50px;
}
.header-single .categorie a {
  display: inline-block;
  margin: 0 15px;
  font-size: 14px;
  line-height: 16px;
  color: var(--color-414344);
  font-weight: 500;
}
.header-single .categorie a:hover {
  color: var(--color-e74e01);
}
.header-single .widget-rs {
  margin-left: auto;
  position: relative;
  z-index: 1;
}
.header-single .widget-rs .widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-single .widget-rs .widget h3 {
  color: var(--color-e74e01);
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1px;
  padding-right: 15px;
}
.header-single:after {
  content: "";
  display: block;
  width: 30%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url("../assets/svg/Trace_285.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 100%;
  mix-blend-mode: multiply;
}

.image-accroche {
  position: relative;
  text-align: center;
  margin-top: -100px;
  padding-bottom: 98px;
}
.paragraphes-single .bloc-para {
  margin-bottom: 60px;
}
.paragraphes-single .para-bold {
  font-size: 26px;
  line-height: 31px;
  font-weight: 600;
  letter-spacing: 1px;
}
.paragraphes-single .bloc-texte {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  color: var(--color-707070);
}
.paragraphes-single .bloc-texte p {
  margin-bottom: 20px;
}
.paragraphes-single .bloc-texte ul {
  margin-left: 40px;
}
.paragraphes-single .bloc-texte strong,
.paragraphes-single .bloc-texte b {
  font-size: 22px;
  line-height: 24px;
  font-weight: bold;
}
.paragraphes-single .bloc-texte a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.paragraphes-single .bloc-texte a:hover {
  color: var(--color-e74e01);
}
.paragraphes-single .bloc-texte h1,
.paragraphes-single .bloc-texte h2,
.paragraphes-single .bloc-texte h3,
.paragraphes-single .bloc-texte h4,
.paragraphes-single .bloc-texte h5,
.paragraphes-single .bloc-texte h6 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 23px;
}
.paragraphes-single .galerie ul,
.paragraphes-single .galerie li {
  list-style: none;
}
.paragraphes-single .galerie ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.paragraphes-single .galerie li {
  width: calc(50% - 10px);
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.paragraphes-single .galerie li a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.paragraphes-single .galerie li a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.paragraphes-single .galerie li:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 83%;
}
.paragraphes-single .galerie li:nth-child(3n) {
  width: 100%;
}
.paragraphes-single .galerie li:nth-child(3n):before {
  padding-top: 60%;
}

/* ******* DERNIERE ACTU ********** */
.dernieres-actus {
  padding-top: 40px;
  padding-bottom: 80px;
}
.dernieres-actus .titre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dernieres-actus h2 {
  font-size: 48px;
  line-height: 58px;
  font-weight: 600;
  color: var(--color-414344);
}
.dernieres-actus .content-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
.dernieres-actus .grid-item {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.dernieres-actus .grid-item .bloc-image {
  width: 100%;
  position: relative;
  padding-top: 70%;
  overflow: hidden;
}
.dernieres-actus .grid-item .bloc-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.dernieres-actus .grid-item .texte {
  position: relative;
  padding: 35px 40px 16px;
  overflow: hidden;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  letter-spacing: 1px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.dernieres-actus .grid-item .texte .date-actu {
  font-size: 14px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 1.5px;
  color: var(--color-e74e01);
  text-transform: uppercase;
  border: 1px solid var(--color-e74e01);
  border-radius: 5px;
  padding: 3px 5px;
  margin-bottom: 15px;
}
.dernieres-actus .grid-item .texte h3 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  color: var(--color-707070);
  margin-bottom: 20px;
}
.dernieres-actus .grid-item .texte .extrait {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: var(--color-707070);
  padding-bottom: 35px;
}
.dernieres-actus .grid-item .texte:before {
  content: "";
  width: 40px;
  height: 40px;
  border: 0px;
  border-top: 40px solid var(--color-e74e01);
  border-right: 40px solid var(--color-e74e01);
  border-top-right-radius: 40px;
  background: transparent;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.dernieres-actus .grid-item .texte:after {
  content: "+";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  color: #fff;
  font-weight: 600;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.dernieres-actus .grid-item .link-actu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.dernieres-actus .grid-item .more {
  margin-top: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.dernieres-actus .grid-item .more span {
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  color: var(--color-e74e01);
}
.dernieres-actus .grid-item:hover {
  background-color: var(--color-e3e3e3);
}
.dernieres-actus .grid-item:hover .bloc-image img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.dernieres-actus .grid-item:hover .texte:before {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.dernieres-actus .grid-item:hover .texte:after {
  opacity: 1;
}
.dernieres-actus .grid-item:hover .more {
  opacity: 1;
}
.single .dernieres-actus h2 {
  text-align: center;
  margin-bottom: 60px;
}

/* ********* BLOG LISTE (HOME) ******** */
.header-blog-liste {
  background-color: var(--color-e74e01);
  padding-top: 70px;
  padding-bottom: 118px;
  position: relative;
}
.header-blog-liste .fil-ariane {
  font-size: 14px;
  line-height: 17px;
  color: #fff;
}
.header-blog-liste .fil-ariane li {
  display: inline-block;
  margin-right: 5px;
}
.header-blog-liste .fil-ariane .separateur {
  display: inline-block;
  margin-right: 5px;
}
.header-blog-liste .fil-ariane a {
  color: inherit;
}
.header-blog-liste .fil-ariane a:hover {
  color: var(--color-e74e01);
}
.header-blog-liste .fil-ariane li:last-child {
  font-weight: bold;
}
.header-blog-liste .accroche-blog-liste .bloc-texte {
  position: relative;
  margin-top: 87px;
  margin-bottom: 67px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
}
.header-blog-liste .accroche-blog-liste .bloc-texte h1 {
  max-width: 866px;
  font-size: 48px;
  line-height: 52px;
  margin-bottom: 45px;
}
.header-blog-liste .accroche-blog-liste .bloc-texte:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url("../assets/svg/Trace_4.svg");
  position: absolute;
  mix-blend-mode: multiply;
  top: -50px;
}
.header-blog-liste:after {
  content: "";
  display: block;
  width: 30%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url("../assets/svg/Trace_285.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 100%;
  mix-blend-mode: multiply;
}

.liste-categories {
  background-color: var(--color-e3e3e3);
  padding: 40px 0;
}
.liste-categories .content-liste {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.liste-categories ul,
.liste-categories li {
  list-style: none;
}
.liste-categories li {
  display: inline-block;
  margin-left: 20px;
}
.liste-categories li a {
  display: block;
  border: 1px solid var(--color-e74e01);
  padding: 10px 20px;
  border-radius: 23px;
  color: var(--color-e74e01);
  font-weight: 600;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.liste-categories li a:hover, .liste-categories li a.current {
  background-color: var(--color-e74e01);
  color: #fff;
}
.blog .dernieres-actus {
  padding-top: 120px;
}

/* ********* LP DEVIS ******* */
.page-template-lp-devis header .navbar-toggler,
.page-template-lp-devis header #content-nav {
  display: none !important;
}
.page-template-lp-devis footer .col-2-footer {
  display: none !important;
}

.formulaire-devis {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.formulaire-devis .bloc-image-bg {
  width: 100%;
  max-width: 45%;
  background-color: var(--color-707070);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.formulaire-devis .content-formulaire {
  max-width: 55%;
  width: 100%;
  height: 100%;
  background-color: var(--color-414344);
}
.formulaire-devis .content-formulaire .bloc-form {
  max-width: 800px;
  width: 100%;
  height: 100%;
  padding: 110px 80px 110px 100px;
}
.formulaire-devis .content-formulaire .bloc-form .bloc-texte {
  color: #fff;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 1px;
  font-weight: 600;
}
.formulaire-devis .content-formulaire .bloc-form .bloc-texte h1,
.formulaire-devis .content-formulaire .bloc-form .bloc-texte h2,
.formulaire-devis .content-formulaire .bloc-form .bloc-texte h3,
.formulaire-devis .content-formulaire .bloc-form .bloc-texte h4,
.formulaire-devis .content-formulaire .bloc-form .bloc-texte h5,
.formulaire-devis .content-formulaire .bloc-form .bloc-texte h6 {
  font-size: 48px;
  line-height: 52px;
  font-weight: 600;
  margin-bottom: 20px;
}
.formulaire-devis .content-formulaire .bloc-caldera-form .etiquette {
  font-size: 20px;
  color: var(--color-9a9a9a);
  padding-bottom: 10px;
  padding-top: 40px;
}
.formulaire-devis .content-formulaire .bloc-caldera-form select.form-control,
.formulaire-devis .content-formulaire .bloc-caldera-form input.form-control {
  background: transparent;
  border-radius: 23px;
  border: 1px solid var(--color-e74e01);
  font-weight: 600;
  text-align: center;
  height: auto;
  padding: 10px 25px;
  color: #fff;
  letter-spacing: 1px;
  font-size: 16px;
}
.formulaire-devis .content-formulaire .bloc-caldera-form select.form-control option,
.formulaire-devis .content-formulaire .bloc-caldera-form input.form-control option {
  color: var(--color-e74e01);
}
.formulaire-devis .content-formulaire .bloc-caldera-form .liste-image-design {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
}
.formulaire-devis .content-formulaire .bloc-caldera-form .liste-image-design .item {
  width: 100% !important;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.formulaire-devis .content-formulaire .bloc-caldera-form .liste-image-design .item .image-label {
  background-color: rgba(0, 0, 0, 0.3);
  overflow: hidden;
  border-radius: 23px;
  border: 1px solid var(--color-e74e01);
  cursor: pointer !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.formulaire-devis .content-formulaire .bloc-caldera-form .liste-image-design .item .image-label:hover {
  -webkit-box-shadow: 0 0 10px 0px var(--color-e74e01);
          box-shadow: 0 0 10px 0px var(--color-e74e01);
}
.formulaire-devis .content-formulaire .bloc-caldera-form .liste-image-design .item .image-label.checked {
  -webkit-box-shadow: 0 0 20px 0px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 20px 0px rgba(255, 255, 255, 0.5);
}
.formulaire-devis .content-formulaire .bloc-caldera-form .btn {
  margin-top: 30px !important;
  background: transparent !important;
  border-radius: 23px !important;
  border: 1px solid var(--color-e74e01) !important;
  text-align: center !important;
  height: auto !important;
  padding: 10px 100px !important;
  font-size: 20px !important;
  color: var(--color-e74e01) !important;
  font-weight: 500 !important;
}
.formulaire-devis .content-formulaire .bloc-caldera-form .alert {
  background-color: var(--color-e74e01) !important;
  border: 1px solid var(--color-e74e01) !important;
  border-radius: 23px !important;
  padding: 10px 25px !important;
  margin-top: 20px !important;
  color: #fff !important;
}

/* ********** CONTACT ******* */
.header-contact {
  background-color: #5e6162;
  padding-top: 70px;
  padding-bottom: 118px;
  position: relative;
}
.header-contact .fil-ariane {
  font-size: 14px;
  line-height: 17px;
  color: #fff;
}
.header-contact .fil-ariane li {
  display: inline-block;
  margin-right: 5px;
}
.header-contact .fil-ariane .separateur {
  display: inline-block;
  margin-right: 5px;
}
.header-contact .fil-ariane a {
  color: inherit;
}
.header-contact .fil-ariane a:hover {
  color: var(--color-e74e01);
}
.header-contact .fil-ariane li:last-child {
  font-weight: bold;
}
.header-contact .accroche-blog-liste .bloc-texte {
  position: relative;
  margin-top: 87px;
  margin-bottom: 67px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
}
.header-contact .accroche-blog-liste .bloc-texte h1 {
  max-width: 866px;
  font-size: 48px;
  line-height: 52px;
  margin-bottom: 45px;
}
.header-contact .accroche-blog-liste .bloc-texte:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url("../assets/svg/Trace_4.svg");
  position: absolute;
  mix-blend-mode: multiply;
  top: -50px;
}
.header-contact:after {
  content: "";
  display: block;
  width: 30%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url("../assets/svg/Trace_285.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 100%;
  mix-blend-mode: multiply;
}

.contact-infos {
  padding: 90px 0;
  background-color: var(--color-414344);
}
.contact-infos .content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 100px;
}
.contact-infos h1,
.contact-infos h2,
.contact-infos h3,
.contact-infos h4,
.contact-infos h5,
.contact-infos h6 {
  font-weight: bold;
}
.contact-infos h1,
.contact-infos h2 {
  font-size: 28px;
  line-height: 31px;
}
.contact-infos h3,
.contact-infos h4,
.contact-infos h5,
.contact-infos h6 {
  font-size: 22px;
  line-height: 28px;
}
.contact-infos .coordonnees {
  color: #c3c0c0;
}
.contact-infos .coordonnees p {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 20px;
}
.contact-infos .caldera-grid .form-group {
  margin-bottom: 50px;
}
.contact-infos .caldera-grid .form-control {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #c3c0c0;
  padding: 0 0 10px;
  height: auto;
  border-radius: 0;
  letter-spacing: 1px !important;
  color: #fff;
}
.contact-infos .caldera-grid .form-control::-webkit-input-placeholder {
  color: #c3c0c0;
  font-size: 18px;
  letter-spacing: 1px;
}
.contact-infos .caldera-grid .form-control::-moz-placeholder {
  color: #c3c0c0;
  font-size: 18px;
  letter-spacing: 1px;
}
.contact-infos .caldera-grid .form-control:-ms-input-placeholder {
  color: #c3c0c0;
  font-size: 18px;
  letter-spacing: 1px;
}
.contact-infos .caldera-grid .form-control::-ms-input-placeholder {
  color: #c3c0c0;
  font-size: 18px;
  letter-spacing: 1px;
}
.contact-infos .caldera-grid .form-control::placeholder {
  color: #c3c0c0;
  font-size: 18px;
  letter-spacing: 1px;
}
.contact-infos .caldera-grid .label-perso {
  margin-top: 40px;
  margin-bottom: 10px;
  color: #c3c0c0;
  letter-spacing: 1px;
}
.contact-infos .caldera-grid .liste-portail .form-control {
  color: #c3c0c0;
  border: 1px solid #c3c0c0;
  border-radius: 23px;
  padding: 10px 25px;
  letter-spacing: 1px;
}
.contact-infos .caldera-grid .bouton-envoyer {
  background: transparent;
  color: var(--color-e74e01);
  font-weight: 500;
  border: 1px solid var(--color-e74e01);
  border-radius: 23px;
  padding: 10px 25px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-infos .caldera-grid .bouton-envoyer:hover {
  background-color: var(--color-e74e01);
  color: #fff;
}
.contact-infos .caldera-grid textarea.form-control {
  color: #fff;
}

.map {
  width: 100%;
  height: 600px;
  margin-bottom: 100px;
}
.map * {
  width: 100%;
  height: 100%;
}

/* FLEXIBLE */
.flexible h2 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 23px;
}
.flexible h3 {
  font-size: 23px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 15px;
}
.flexible .owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexible .owl-carousel .owl-item img {
  width: auto;
}
.flexible .owl-carousel .owl-dots {
  padding: 10px 0;
  text-align: center;
}
.flexible .owl-carousel .owl-dots .owl-dot {
  outline: none;
}
.flexible .owl-carousel .owl-dots .owl-dot span {
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  background-color: #fff;
  border: 1px solid var(--color-e74e01);
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.flexible .owl-carousel .owl-dots .owl-dot.active span, .flexible .owl-carousel .owl-dots .owl-dot:hover span {
  background-color: var(--color-e74e01);
}
.flexible .owl-carousel .owl-nav button.owl-prev,
.flexible .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 10px 20px !important;
  background-color: var(--color-e74e01) !important;
  border: 1px solid var(--color-e74e01) !important;
  color: #fff !important;
  outline: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.flexible .owl-carousel .owl-nav button.owl-prev:hover,
.flexible .owl-carousel .owl-nav button.owl-next:hover {
  background-color: #fff !important;
  color: var(--color-e74e01) !important;
}
.flexible .owl-carousel .owl-nav button.owl-prev.owl-prev,
.flexible .owl-carousel .owl-nav button.owl-next.owl-prev {
  left: -48px;
}
.flexible .owl-carousel .owl-nav button.owl-prev.owl-next,
.flexible .owl-carousel .owl-nav button.owl-next.owl-next {
  right: -48px;
}

/* .bloc-cta-1 {   
   background-color: var(--color-000000);
   color:var(--color-ffffff) !important;
   .calltoaction {
      background-color: var(--color-e74e01) !important;
      border:1px solid var(--color-e74e01) !important;
      color:var(--color-ffffff) !important;
      &:hover {
         background-color: var(--color-ffffff) !important;
         //border:1px solid var(--couleur-texte) !important;
         color:var(--color-e74e01) !important;
      }
   }
} */
.bloc-cta-1 {
  background-color: var(--color-000000);
  color: var(--color-ffffff);
}
.bloc-cta-1 .calltoaction {
  background-color: #fff !important;
  border: 1px solid #fff !important;
  color: var(--color-000000) !important;
}
.bloc-cta-1 .calltoaction:hover {
  background-color: var(--color-000000) !important;
  color: #fff !important;
}
.bloc-cta-1 .parallax-effect {
  background-attachment: fixed;
}

.bloc-cta-3 {
  color: #fff;
}
.bloc-card .liste-blocs {
  margin: auto;
  max-width: 1310px;
}
.bloc-card .content-bloc {
  background-color: var(--color-414344);
  font-size: 22px;
  line-height: 28px;
}
.bloc-card .content-bloc .content-bloc-texte {
  padding: 30px 20px 10px;
}
.bloc-card .content-bloc .bloc-texte {
  padding: 0 15px;
  letter-spacing: -0.44px;
  color: #fff;
}
.bloc-card .more {
  padding-top: 5px;
}
.bloc-card .more a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.bloc-card .more a .picto {
  padding: 0px 25px 15px;
}
.bloc-card .more a .picto svg {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.bloc-card .more:hover .titre {
  display: block;
  position: relative;
}
.bloc-card .more:hover .titre:before {
  content: "";
  display: block;
  width: calc(100% - 1.5rem);
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: calc(100% + 5px);
  left: 1.5rem;
}
.bloc-card .more:hover .picto svg {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.bloc-mea h3 {
  color: var(--couleur-texte);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.bloc-mea h3:hover {
  color: var(--couleur-secondaire-1);
}

.the-bloc-mea-1 {
  max-width: 400px;
}
.the-bloc-mea-1 .bloc-image {
  overflow: hidden;
  max-width: 100%;
  position: relative;
  background-color: var(--color-e74e01);
}
.the-bloc-mea-1 .bloc-image:before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  padding-top: 75%;
}
.the-bloc-mea-1 .bloc-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
}
.the-bloc-mea-1 .bloc-image:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.the-bloc-mea-1 .more {
  position: relative;
  z-index: 1;
  color: var(--couleur-texte);
  font-size: 18px;
  line-height: 23px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
  border-top: 2px solid var(--couleur-secondaire-1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none !important;
}
.the-bloc-mea-1 .more:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -10px;
  width: 0;
  height: 100%;
  background-color: var(--couleur-secondaire-1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
.the-bloc-mea-1 .more svg {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.the-bloc-mea-1 .more:hover {
  color: #fff;
  border-top: 2px solid transparent;
}
.the-bloc-mea-1 .more:hover:after {
  width: calc(100% + 20px);
}
.the-bloc-mea-1 .more:hover svg {
  fill: #fff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.the-bloc-mea-3 svg {
  fill: var(--couleur-texte);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.the-bloc-mea-3 a:hover h3 {
  color: var(--couleur-secondaire-1);
}
.the-bloc-mea-3 a:hover svg {
  fill: var(--couleur-secondaire-1);
}
.bloc-mea-4 .bloc-mea-blog {
  border-top: 2px solid var(--couleur-secondaire-1);
  padding-top: 1.5rem;
}
.bloc-mea-4 .bloc-mea-blog .more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--couleur-secondaire-1);
  font-size: 18px;
  line-height: 23px;
  font-weight: bold;
  padding: 0 10px 20px 0;
}
.bloc-mea-4 .bloc-mea-blog .bloc-texte {
  max-width: 520px;
}
.bloc-mea-4 .bloc-mea-blog .extrait {
  display: none;
}
.bloc-mea-4 .bloc-mea-blog h3 a {
  color: var(--couleur-texte);
}
.bloc-mea-4 .info-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: 600;
}
.bloc-mea-4 .info-blog .info-blog-categorie {
  margin-right: 10px;
}
.bloc-mea-4 .info-blog .info-blog-categorie ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.bloc-mea-4 .info-blog .info-blog-categorie ul li a {
  color: var(--couleur-secondaire-1);
  display: block;
  padding: 5px 15px;
  border: 1px solid var(--couleur-secondaire-1);
  border-radius: 23px;
  text-transform: uppercase;
}
.bloc-mea-4 .info-blog .info-blog-date {
  color: var(--couleur-secondaire-1);
}
.bloc-mea-4 .content-bloc-mea-left {
  padding: 30px 0 0 30px;
  background-color: var(--couleur-secondaire-1);
  color: #fff;
}
.bloc-mea-4 .content-bloc-mea-left .extrait {
  display: block;
}
.bloc-mea-4 .content-bloc-mea-left h3 a {
  color: #fff;
}
.bloc-mea-4 .content-bloc-mea-left .more a {
  color: #fff;
}
.bloc-mea-4 .content-bloc-mea-left .info-blog-categorie ul li a {
  color: #fff;
  border: 1px solid #fff;
}
.bloc-galerie .image-galerie {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.bloc-galerie .image-galerie:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}
.bloc-galerie .image-galerie a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.bloc-galerie .image-galerie a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg clip-rule='evenodd' fill='rgb(110,110,100)' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m15.97 17.031c-1.479 1.238-3.384 1.985-5.461 1.985-4.697 0-8.509-3.812-8.509-8.508s3.812-8.508 8.509-8.508c4.695 0 8.508 3.812 8.508 8.508 0 2.078-.747 3.984-1.985 5.461l4.749 4.75c.146.146.219.338.219.531 0 .587-.537.75-.75.75-.192 0-.384-.073-.531-.22zm-5.461-13.53c-3.868 0-7.007 3.14-7.007 7.007s3.139 7.007 7.007 7.007c3.866 0 7.007-3.14 7.007-7.007s-3.141-7.007-7.007-7.007z' fill-rule='nonzero'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.bloc-galerie .image-galerie a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bloc-galerie .image-galerie a:hover:before {
  top: 0;
}
.bloc-carousel .owl-item > div {
  width: 100%;
  max-width: 510px;
  margin: auto;
  position: relative;
  overflow: hidden;
  /* &:before {
     content:'';
     display: block;
     width:100%;
     padding-top:75%;
     position: relative;
     top:0;
     left:0;
  } */
}
.bloc-carousel .owl-item > div img {
  width: 100%;
}
.bloc-faq .bloc-accordion {
  margin-bottom: 20px;
}
.bloc-faq .entete-card {
  background-color: #fff;
  padding: 13px 35px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.bloc-faq .entete-card h3 {
  position: relative;
  padding-right: 40px;
}
.bloc-faq .entete-card button {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  color: var(--color-e74e01);
  margin-bottom: 0;
  width: 100%;
  text-align: left;
}
.bloc-faq .entete-card button .picto {
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--color-e74e01);
  border-bottom: 2px solid var(--color-e74e01);
  position: absolute;
  right: 20px;
  top: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bloc-faq .entete-card:hover, .bloc-faq .entete-card.active {
  background-color: var(--color-e74e01);
}
.bloc-faq .entete-card:hover button, .bloc-faq .entete-card.active button {
  color: #fff;
}
.bloc-faq .entete-card:hover button .picto, .bloc-faq .entete-card.active button .picto {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.bloc-faq .content-card {
  overflow: hidden;
  border-left: 1px solid var(--color-e74e01);
  border-top: 1px solid var(--color-e74e01);
  border-right: 1px solid var(--color-e74e01);
}
.bloc-faq .content-card:first-child {
  border-top-left-radius: 23px;
  border-top-right-radius: 23px;
}
.bloc-faq .content-card:last-child {
  border-bottom: 1px solid var(--color-e74e01);
  border-bottom-left-radius: 23px;
  border-bottom-right-radius: 23px;
}
.bloc-faq .card-body {
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  padding-left: 35px;
  padding-right: 35px;
}
.texte-modele-4 .liste-blocs {
  margin: auto;
  max-width: 1320px;
}
.texte-modele-4 .content-bloc {
  color: var(--color-414344);
  position: relative;
  background-color: var(--color-e74e01);
}
.texte-modele-4 .bloc-texte {
  padding: 70px 65px 30px;
  width: 100%;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.4px;
}
.texte-modele-4 .bloc-texte h1,
.texte-modele-4 .bloc-texte h2,
.texte-modele-4 .bloc-texte h3,
.texte-modele-4 .bloc-texte h4,
.texte-modele-4 .bloc-texte h5,
.texte-modele-4 .bloc-texte h6 {
  letter-spacing: -0.5px;
  line-height: 1.1em;
  font-weight: 600;
}
.texte-modele-4 .bloc-texte-bottom {
  padding: 0 30px 10px;
}
.texte-modele-4 .picto {
  width: 60px;
  height: 60px;
  position: absolute;
}
.texte-modele-4 .picto span {
  position: absolute;
  display: block;
}
.texte-modele-4 .picto span:nth-child(1) {
  background-color: #fff;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
}
.texte-modele-4 .picto span:nth-child(2) {
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
}
.texte-modele-4 .picto span:nth-child(3) {
  background-color: #fff;
  top: 0;
  left: 0;
  width: 5px;
  height: 5px;
}
.texte-modele-4 .picto.picto-haut {
  top: 30px;
  left: 30px;
}
.texte-modele-4 .picto.picto-bas {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  bottom: 30px;
  right: 30px;
}
.bloc-videos .content-bloc-video iframe {
  width: 100%;
  height: 450px;
}
.bloc-chiffres .bloc-content-texte {
  padding-top: 40px;
  border-top: 2px solid var(--couleur-secondaire-1);
}
.bloc-chiffres .bloc-chiffre {
  font-size: 75px;
  line-height: 62px;
  letter-spacing: -1.9px;
  -webkit-text-stroke-color: var(--couleur-secondaire-1);
  margin-bottom: 20px;
}
.bloc-temoignage .bloc-image img {
  width: 300px !important;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.tobi-zoom__icon {
  display: none;
}

.temoignage {
  overflow: hidden;
  background-color: var(--color-e3e3e3);
  padding: 88px 0;
}
.temoignage .bloc-para {
  margin-bottom: 34px;
}
.temoignage .bloc-para .bloc-texte {
  font-size: 26px;
  line-height: 31px;
  color: var(--color-707070);
  font-weight: 600;
}
.temoignage .bloc-para h1,
.temoignage .bloc-para h2,
.temoignage .bloc-para h3,
.temoignage .bloc-para h4,
.temoignage .bloc-para h5,
.temoignage .bloc-para h6 {
  font-size: 48px;
  color: var(--color-414344);
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 58px;
}
.temoignage .content-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.temoignage .texte-intro-temoignage {
  width: 30%;
  padding-top: 57px;
  position: relative;
  z-index: 2;
  background-color: var(--color-e3e3e3);
}
.temoignage .texte-intro-temoignage .bloc-texte {
  font-size: 22px;
  line-height: 25px;
  font-weight: 500;
}
.temoignage .texte-intro-temoignage .note {
  padding-top: 25px;
  color: var(--color-e74e01);
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 1.4px;
  clear: both;
  text-transform: uppercase;
}
.temoignage .texte-intro-temoignage .note img {
  float: left;
  margin-right: 15px;
  vertical-align: middle;
}
.temoignage .liste-temoignage:before {
  content: "";
  display: block;
  width: 1000%;
  height: 100%;
  right: 100%;
  top: 0;
  position: absolute;
  background-color: var(--color-e3e3e3);
  z-index: 1;
}
.temoignage .bloc-carousel {
  width: 70%;
  position: relative;
  padding-left: 140px;
}
.temoignage .bloc-temoignage {
  background-color: #D0D0D0;
  padding: 50px 90px;
  height: 100%;
}
.temoignage .owl-carousel .owl-stage-outer {
  overflow: visible !important;
}
.temoignage .owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.temoignage .owl-carousel .owl-item img {
  width: auto !important;
}
.temoignage .owl-carousel .owl-prev,
.temoignage .owl-carousel .owl-next {
  position: absolute;
  bottom: -7px;
  z-index: 1;
  background-color: transparent;
  border: none;
  outline: none;
}
.temoignage .owl-carousel .owl-prev {
  left: -45px;
}
.temoignage .owl-carousel .owl-next {
  right: 35px;
}

/* ************************
*** STYLE CALDERA FORM ***
************************* */
/* .caldera-grid {
.etiquette {
font-weight:bold;
font-size:16px;
letter-spacing:1px;
padding:10px;
background-color:#000;
color:#fff;
border-top-left-radius:5px;
border-top-right-radius:5px;
}
.liste-image-design {
display:flex;
flex-wrap:wrap;
.item {
display:flex;
align-items:flex-end;
.image-label {
cursor:pointer !important;
transition:all 0.3s;
img {          
max-width:200px;
width:100%;
}
&:hover {
box-shadow:0 0 6px 0px $secondary-color-1;
}
&.checked {
box-shadow:0 0 6px 0px $secondary-color-1;
}
}      
}    
}
.bouton-form {
padding-top :20px;
text-align:center;
input {
background:$primary-color;
color:#fff !important;
transition:all 0.3s;
border:none !important;
border-radius:5px;
padding:10px 20px;
font-size:20px;
font-weight:bold;
letter-spacing:1px;
outline:none !important;
&:hover {
background-color:$secondary-color-1;        
}
}
}
select.form-control,input.form-control {
border:none;
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;
height:40px;
}
input[type="radio"] {
width: 20px;
height: 20px;
vertical-align: middle;
appearance:none !important;
border:1px solid $secondary-color-1 !important;
border-radius:50%;
background-color:rgba(255,255,255,0.6);
outline:none !important;
&:checked {
background-color:$secondary-color-1 !important;
}    
}
.radio-inline {
padding-top:10px;
}
.alert {
background: #000 !important;
color: #fff !important;
border: none !important;
padding: 50px !important;
}
} */
@-webkit-keyframes slidein {
  from {
    left: 0;
  }
  to {
    left: 10px;
  }
}
@keyframes slidein {
  from {
    left: 0;
  }
  to {
    left: 10px;
  }
}
.admin-bar {
  /* main {
    margin-top:117px;
  } */
}
.admin-bar header {
  top: 32px;
}

#tarteaucitronAlertSmall {
  display: none !important;
}

/* WordPress Core */
/* -------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* ****************
*** RESPONSIVE ***
***************** */
@media all and (min-width: 993px) {
  header:not(.woocommerce-products-header) {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
  }
  header:not(.woocommerce-products-header).scroll {
    -webkit-box-shadow: 0px 1px 3px #ccc;
            box-shadow: 0px 1px 3px #ccc;
  }
  header:not(.woocommerce-products-header).scroll .menu-top {
    padding-top: 0;
    padding-bottom: 7px;
  }
  header:not(.woocommerce-products-header).scroll .logo {
    padding-top: 0;
    padding-bottom: 5px;
    max-width: 100px;
  }
  header:not(.woocommerce-products-header).scroll .content-bouton {
  }
  header:not(.woocommerce-products-header).scroll .content-bouton img {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    margin-bottom: 0;
  }
  header:not(.woocommerce-products-header).scroll .contact-header,
header:not(.woocommerce-products-header).scroll .boutique-header {
    padding: 5px 5px;
  }
  header:not(.woocommerce-products-header).scroll .menu-general .menu-principal > li.current-menu-item > a {
    padding-bottom: 5px;
  }
}
@media all and (max-width: 1330px) {
  header {
  }
  header .content-header .content-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #zone-1-home .titre-carousel-header {
    font-size: 32px;
    line-height: 42px;
  }
}
@media all and (max-width: 992px) {
  .navbar-toggler {
    display: block !important;
  }
  .logo {
    padding-left: 0 !important;
    padding-top: 10px !important;
    margin-left: 0 !important;
    width: 100%;
    margin: 0 auto !important;
  }
  .logo a {
    margin: auto;
  }
  .content-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content-header .boutique-header {
    width: 100%;
    height: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .content-header .boutique-header .list-menu-devis {
    padding-left: 0;
    padding-top: 20px;
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
  }
  .content-header .boutique-header .list-menu-devis a {
    text-align: center;
  }
  .content-header .boutique-header .menu-bouton-devis {
    margin: auto;
  }
  .content-nav {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #fff;
    padding: 20px 0;
  }
  .content-nav:not(.show) {
    display: none;
  }
  .content-nav.show {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .content-menus {
    margin-left: 0;
    padding-right: 0;
  }
  .menu-top {
    padding: 0 15px !important;
  }
  .menu-top ul {
    text-align: center !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .menu-top ul li {
    display: block;
    margin-left: 0 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    margin-bottom: 10px !important;
  }
  .menu-general {
    padding: 0 15px;
    text-align: left;
  }
  .menu-general .menu-principal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu-general .menu-principal > li {
    display: block;
    text-align: left;
    margin-left: 0;
    font-size: 16px;
  }
  .menu-general .sub-menu {
    position: relative !important;
    top: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin-bottom: 20px !important;
  }
  .menu-general .sub-menu li a {
    white-space: normal;
  }
  .menu-general .sub-menu .sub-menu li a {
    padding-left: 20px;
  }
  .contact-header {
    width: 100%;
    height: auto;
    border-radius: 0;
  }
  main {
    margin-top: 0 !important;
  }
  .accroche-accueil {
    background-color: rgba(0, 0, 0, 0.8);
    background-blend-mode: multiply;
  }
  .accroche-accueil .content-accroche {
    background: none;
  }
  .accroche-accueil .content-accroche:before {
    display: none;
  }
  .accroche-accueil .texte {
    padding-right: 0;
    padding-top: 80px;
  }
  .menu-secondaire {
  }
  .menu-secondaire .content-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 50px;
  }
  .portails {
  }
  .portails .content-grid {
    grid-template-columns: 1fr;
  }
  .portails .bloc-slide {
    margin-top: 50px;
  }
  .portails .bloc-slide .blocs {
    grid-template-columns: 1fr;
  }
  .portails .bloc-slide .bloc {
    background-position: left top;
  }
  .portails .bloc-slide .bloc .image {
    padding-top: 0;
  }
  .portails .bloc-slide .bloc .image img {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .point-fort {
  }
  .point-fort .bloc-para.bloc-para-point-fort {
  }
  .point-fort .bloc-para.bloc-para-point-fort .bg {
    position: relative;
    height: auto;
    width: auto;
  }
  .description-accueil,
.description-corpo {
  }
  .description-accueil .content-grid,
.description-corpo .content-grid {
    grid-template-columns: 1fr;
  }
  .description-accueil .content-paragraphe,
.description-corpo .content-paragraphe {
    margin-top: 30px;
  }
  .temoignage {
  }
  .temoignage .texte-intro-temoignage {
    width: 100%;
    padding-top: 0;
  }
  .temoignage .bloc-carousel {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .temoignage .bloc-temoignage {
    padding: 20px 15px;
  }
  .dernieres-actus {
    padding-bottom: 30px;
  }
  .dernieres-actus .content-grid {
    grid-template-columns: 1fr;
  }
  .newsletter {
  }
  .newsletter .content-grid {
    grid-template-columns: 1fr;
  }
  .newsletter .image-newsletter {
    width: 100%;
    height: auto;
    padding: 10px 0;
  }
  .newsletter .bloc-newsletter {
    padding: 20px 15px;
  }
  .newsletter .form-newsletter {
  }
  .newsletter .form-newsletter .first_col,
.newsletter .form-newsletter .last_col {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  footer {
  }
  footer .content-grid-footer {
    grid-template-columns: 1fr;
  }
  footer .content-grid-footer .content-cols {
    grid-template-columns: 1fr;
  }
  footer .credit-footer {
  }
  footer .credit-footer .content-grid-credit {
    grid-template-columns: 1fr;
  }
  footer .credit-footer .content-grid-credit .col-left {
    margin-top: 20px;
  }
  footer .credit-footer .content-grid-credit .col-right {
    margin-top: 20px;
    grid-template-areas: none;
    grid-template-columns: 1fr;
  }
  footer .credit-footer .content-grid-credit .col-right .design,
footer .credit-footer .content-grid-credit .col-right .realisation {
    grid-area: auto;
  }
  .accroche-corpo {
    background-color: var(--color-414344);
  }
  .accroche-corpo .container {
    background: none;
  }
  .accroche-corpo .content-accroche {
    grid-template-columns: 1fr;
  }
  .accroche-corpo .content-accroche:before {
    display: none;
  }
  .accroche-corpo .texte {
    max-width: none;
    padding-top: 50px;
    padding-botom: 50px;
  }
  .accroche-corpo .bloc-droite {
    padding-top: 0;
    padding-botom: 50px;
  }
  .accroche-corpo .bloc-droite .bloc-image {
    margin-bottom: 0;
    text-align: center;
  }
  .accroche-corpo .bloc-droite .bloc-image img {
    max-width: 100%;
    height: auto;
  }
  .paragraphe-one {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .paragraphe-one .bloc-texte {
    max-width: 100%;
  }
  .paragraphe-one .bloc-image {
    margin-top: 30px;
    position: relative;
    top: 0;
    max-width: 100%;
  }
  .paragraphe-two {
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .paragraphe-two .content-grid {
    grid-template-columns: 1fr;
  }
  .paragraphe-two .bloc-image {
    margin-bottom: 30px;
  }
  .paragraphe-two .bloc-image:before {
    bottom: -20px;
    left: -30px;
  }
  .paragraphe-two-bis {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .paragraphe-two-bis .content-grid {
  }
  .paragraphe-two-bis .content-grid .grid-item {
    width: 100%;
  }
  .paragraphe-two-bis .bloc-texte {
  }
  .paragraphe-two-bis .bloc-texte iframe {
    width: 100%;
  }
  .paragraphe-three {
    padding-top: 50px;
  }
  .paragraphe-three .bloc-image {
  }
  .paragraphe-three .bloc-image .bouton-telechargement {
    position: relative;
    border-bottom-left-radius: 0;
    padding: 30px 0;
    text-align: center;
  }
  .garantie {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .garantie .content-grid {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
  .description-corpo {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .temoignage {
    padding-top: 50px;
    padding-botom: 50px;
  }
  .formulaire-devis {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .formulaire-devis .bloc-image-bg {
    max-width: 100%;
    width: 100%;
    height: 400px;
  }
  .formulaire-devis .content-formulaire {
    max-width: 100%;
  }
  .formulaire-devis .content-formulaire .bloc-form {
    padding: 50px 15px;
  }
  .contact-infos {
    padding-top: 50px;
    padding-botom: 50px;
  }
  .contact-infos .content-grid {
    grid-template-columns: 1fr;
  }
  .map {
    height: 300px;
  }
  .header-blog-liste {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .header-blog-liste .accroche-bloc-liste {
  }
  .header-blog-liste .accroche-bloc-liste .bloc-texte {
    margin-bottom: 0;
  }
  .header-blog-liste .accroche-bloc-liste .bloc-texte h1 {
    font-size: 28px;
    line-height: 35px;
  }
  .bloc {
  }
  .bloc .dernieres-actus {
    padding-top: 50px;
  }
  .header-single {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .header-single .accroche-single {
  }
  .header-single .accroche-single .bloc-texte {
  }
  .header-single .accroche-single .bloc-texte h1,
.header-single .accroche-single .bloc-texte h2,
.header-single .accroche-single .bloc-texte h3,
.header-single .accroche-single .bloc-texte h4,
.header-single .accroche-single .bloc-texte h5,
.header-single .accroche-single .bloc-texte h6 {
    font-size: 28px;
    line-height: 35px;
  }
  .header-single:after {
    display: none;
  }
  .image-accroche {
    margin-top: -50px;
  }
  /* Accueil 2023 */
  #zone-1-home {
    min-height: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #zone-1-home .owl-carousel {
  }
  #zone-1-home .owl-carousel .owl-item > div {
    height: 240px;
  }
  #zone-1-home .owl-carousel .owl-item > div img {
    max-width: 20%;
  }
  #zone-1-home .bloc-titre-accueil {
    position: relative;
    bottom: 0 !important;
    margin: 0 auto;
  }
  #zone-1-home .bloc-titre-accueil .titre-carousel-header {
    color: var(--color-414344);
    font-size: 32px;
    line-height: 42px;
    padding: 40px 10px;
    text-align: center;
  }
  #zone-2-home {
    padding: 0;
  }
  #zone-2-home .content-bloc {
  }
  #zone-2-home .content-bloc .picto {
    width: 30px;
    height: 30px;
  }
  #zone-2-home .content-bloc h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .home h2 {
    font-size: 30px;
    line-height: 35px;
  }
  #zone-3-home {
  }
  #zone-3-home .bloc-texte {
    padding-top: 40px;
  }
  #zone-4-home .bloc-right ul .bloc-texte h3 {
    font-size: 22px;
    line-height: 28px;
  }
  #zone-5-home .calltoaction {
    font-size: 30px !important;
    line-height: 35px !important;
  }
  #zone-6-home .bloc-titre {
    min-height: auto;
    padding-bottom: 30px;
  }
  #zone-6-home .bloc-picto {
    display: none;
  }
  #zone-6-home .bloc-carousel-zone-6-home .bloc-texte {
    padding-bottom: 20px;
  }
}
@media all and (max-width: 768px) {
  .accroche-accueil {
  }
  .accroche-accueil h1,
.accroche-accueil h2,
.accroche-accueil h3,
.accroche-accueil h4,
.accroche-accueil h5,
.accroche-accueil h6 {
    font-size: 28px;
    line-height: 35px;
  }
  .menu-secondaire {
  }
  .menu-secondaire .content-grid {
    grid-template-columns: 1fr;
  }
  .portails {
  }
  .portails .bloc-para {
    padding-bottom: 30px;
  }
  .portails .bloc-para .texte {
    font-size: 22px;
    line-height: 28px;
  }
  .portails .bloc-para h1,
.portails .bloc-para h2,
.portails .bloc-para h3,
.portails .bloc-para h4,
.portails .bloc-para h5,
.portails .bloc-para h6 {
    font-size: 28px;
    line-height: 35px;
  }
  .portails .menu-slide {
  }
  .portails .menu-slide a {
    font-size: 20px;
    line-height: 25px;
  }
  .calltoaction-accueil {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .calltoaction-accueil .bloc-texte {
    font-size: 22px;
    line-height: 28px;
  }
  .calltoaction-accueil .bloc-texte h1,
.calltoaction-accueil .bloc-texte h2,
.calltoaction-accueil .bloc-texte h3,
.calltoaction-accueil .bloc-texte h4,
.calltoaction-accueil .bloc-texte h5,
.calltoaction-accueil .bloc-texte h6 {
    font-size: 28px;
    line-height: 35px;
  }
  .point-fort {
    padding-top: 50px;
  }
  .point-fort .bloc-para {
  }
  .point-fort .bloc-para .bloc-texte {
  }
  .point-fort .bloc-para .bloc-texte h1,
.point-fort .bloc-para .bloc-texte h2,
.point-fort .bloc-para .bloc-texte h3,
.point-fort .bloc-para .bloc-texte h4,
.point-fort .bloc-para .bloc-texte h5,
.point-fort .bloc-para .bloc-texte h6 {
    font-size: 28px;
    line-height: 35px;
  }
  .point-fort .bloc-para.bloc-para-point-fort {
  }
  .point-fort .bloc-para.bloc-para-point-fort .bloc-content-texte {
    padding: 15px;
  }
  .point-fort .bloc-para.bloc-para-point-fort .bloc-content-texte .bloc-texte {
    font-size: 22px;
    line-height: 28px;
  }
  .point-fort .bloc-para.bloc-para-point-fort .bloc-content-texte:after {
    display: none;
  }
  .temoignage {
  }
  .temoignage .bloc-para {
  }
  .temoignage .bloc-para .bloc-texte {
    font-size: 22px;
    line-height: 28px;
  }
  .temoignage .bloc-para h1,
.temoignage .bloc-para h2,
.temoignage .bloc-para h3,
.temoignage .bloc-para h4,
.temoignage .bloc-para h5,
.temoignage .bloc-para h6 {
    font-size: 28px;
    line-height: 35px;
  }
  .newsletter {
  }
  .newsletter .bloc-newsletter {
  }
  .newsletter .bloc-newsletter h3 {
    font-size: 22px;
    line-height: 28px;
    text-align: center;
  }
  .dernieres-actus h2 {
    font-size: 28px;
    line-height: 35px;
  }
  .accroche-corpo {
  }
  .accroche-corpo h1,
.accroche-corpo h2,
.accroche-corpo h3,
.accroche-corpo h4,
.accroche-corpo h5,
.accroche-corpo h6 {
    font-size: 28px;
    line-height: 35px;
  }
  .paragraphe-one {
  }
  .paragraphe-one .bloc-texte {
    padding-right: 0;
  }
  .paragraphe-one .bloc-texte h1,
.paragraphe-one .bloc-texte h2,
.paragraphe-one .bloc-texte h3,
.paragraphe-one .bloc-texte h4,
.paragraphe-one .bloc-texte h5,
.paragraphe-one .bloc-texte h6 {
    font-size: 28px;
    line-height: 35px;
  }
  .paragraphe-two {
  }
  .paragraphe-two .titre-zone-two {
    font-size: 28px;
    line-height: 35px;
  }
  .paragraphe-three {
  }
  .paragraphe-three .bloc-texte {
  }
  .paragraphe-three .bloc-texte h1,
.paragraphe-three .bloc-texte h2,
.paragraphe-three .bloc-texte h3,
.paragraphe-three .bloc-texte h4,
.paragraphe-three .bloc-texte h5,
.paragraphe-three .bloc-texte h6 {
    font-size: 28px;
    font-weight: 35px;
  }
  .garantie {
  }
  .garantie h2 {
    font-size: 28px;
    line-height: 35px;
  }
  .garantie .texte {
    font-size: 20px;
    line-height: 25px;
  }
  .paragraphe-one-lp {
  }
  .paragraphe-one-lp .container {
  }
  .paragraphe-one-lp .container .bloc-para {
    margin-bottom: 50px;
  }
  .paragraphe-one-lp .container .bloc-para .bloc-texte {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .paragraphe-one-lp .container .bloc-para .bloc-image {
    text-align: center !important;
  }
  .header-single .widget-rs {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1440px;
  }
}