:root {
  --primary-color: hsla(212, 41%, 29%, 1);
  --primary-color-lighten: hsla(212, 41%, 39%, 1);
  --primary-color-darken: hsla(212, 41%, 19%, 1);

  --secondary-color: hsla(188, 51%, 53%, 1);
  --secondary-color-lighten: hsla(188, 51%, 63%, 1);
  --secondary-color-darken: hsla(188, 51%, 43%, 1);

  --accent-color: hsla(33, 80%, 57%, 1);
  --accent-color-lighten: hsla(33, 80%, 67%, 1);
  --accent-color-darken: hsla(33, 80%, 47%, 1);

  --background-color: hsla(0, 100%, 100%, 1);
  --text-color: hsla(0, 0%, 15%, 1);
  --text-color-lighten: hsla(0, 0%, 35%, 1);

  --primary-background-color: hsla(212, 41%, 89%, 1);
  --secondary-background-color: hsla(188, 51%, 82%, 1);
  --accent-background-color:hsla(18, 71%, 39%, 1);

  --success-color: hsla(122, 39%, 49%, 1);
  --error-color: hsla(4, 90%, 58%, 1);
  --info-color: hsla(199, 98%, 48%, 1);

  --font-primary: Poppins, sans-serif;
  --font-secondary: Poppins, sans-serif;

  --card-border-radius: 4px;
  --button-border-radius: 4px;
}

.slide-img .container {
  height: 500px;
  min-height: 500px;
}

.fold .slider-slick {
  height: 500px;
}


.encart-slider {
    position: absolute;
    top: 40%;
    background: rgba(255, 255, 255, 70%);
    right: 0;
    left: 0;
    width: 355px;
    padding: 20px 40px 20px 20px;
    transition: .3s;
    margin: 0 auto 0 0;
    text-align: center;
}

.encart-slider a {
    font-size: 26px;
    font-weight: 600;
    color:var(--text-color);
}

.encart-slider:hover {
  /* right: -50px; */
  transform: scale(1.08);
}


.index-page .slick-list {overflow: hidden !important;}


.fold .slide-img {
  min-height: 500px;
}

.slide-img.slide-01 {
  background-image: url('../assets/gifs/slider/slide-01.jpg');
}

.slide-img.slide-02 {
  background-image: url('../assets/gifs/slider/slide-02.jpg');
  background-position: 20% 70%;
}

.slide-img.slide-03 {
  background-image: url('../assets/gifs/slider/slide-03.jpg');
}

html, .index-page {
  overflow-x: hidden !important;
}

.menu-mobile {
  z-index: 9999999;
}

#nav-meatballs .tel {
  margin-bottom: 1rem;
}

.clear {
  clear: both;
}

input[class*="btn"] {
  white-space: normal;
}

/*h1, h2, h3, .title-1, .title-2, .title-3, .titre_avis {
  color: var(--primary-color);
}*/
/* ===========================================  MOBILE  */
/* =========================== */

.white{
  background:#fff;
}

/* TOP-BAR */
/* =========================== */

.brand a .flex-row{
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content:center;
}

.brand a{
  margin:0 auto;
  display: block;
}

.brand a svg{
  margin-bottom:10px;
}

.brand a .flex-row .bold, .brand a .flex-row .baseline{
  text-align: center;
}


.top-bar .reseaux-sociaux ul {
  display: flex;
  justify-content: center;
  margin-top: 1em;
  margin-bottom: 1rem;
}
/* FOLD */
/* =========================== */

body:not(.index-page) a.tel{
  display: inline-block;
  margin:10px 0px;
}
.fold .col.s12 .flow-text{
  text-align: center;
  margin-top:25px;
}

.fold .img-header{
  height: 250px;
  max-width: 100%;
  object-fit: cover;
  object-position: right;
}

#qualifications ul.list-nostyle{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#qualifications ul.list-nostyle li{
 margin:10px;
}

body:not(.index-page) .fold{
  padding-bottom: 15px;
}
/* BLOCS */
/* =========================== */

#bloc-02 img{
  max-width: 100%;
  object-fit: cover;
  max-height: 300px;
}

#bloc-03 .container, #bloc-04 .container{
  position: relative;
}

#bloc-03, #bloc-04{
  overflow: hidden;
}

#bloc-03 .container:before, #bloc-04 .container:before{
  position: absolute;
  content:' ';
  width:200%;
  height: 100%;
  display: block;
  background-color: var(--primary-color);
  z-index: -1;
  opacity: 0.4;
}

#bloc-03 .container:before{
  transform: rotate(-45deg);
  left:-100%;
  bottom:-30%;
}

#bloc-04 .container:before{
  transform: rotate(45deg);
  right:-100%;
  bottom:-30%;
}

/* BDD */
/* =========================== */

/* CATALOGUE ACCUEIL */
/* ======== */

#encart-catalogue .card{
  background:rgba(0,0,0,0);
  box-shadow: none;
}

#encart-catalogue .card-title{
  font-size:1.2em;
  text-align: left;
}

#encart-catalogue .card-content{
  padding:24px 20px 24px 0px;
}

.catalogue-detail img{
  height: auto;
}

#encart-catalogue .slick-dots{
  bottom:10px;
}

/* LISTING */
/* ======== */

#catalogue_contenu .card-image a{
  z-index: 999;
}

#catalogue_contenu .col.s12 {
  width: 280px;
}

#catalogue_contenu{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#catalogue_contenu .card{
  background:rgba(0,0,0,0);
  box-shadow: none;
}

#catalogue_contenu .card:hover{
  transform: translateY(-20px);
  transition:0.5s ease-in-out;

}

#catalogue_contenu .card .card-content{
  padding:24px 20px 24px 0px;
}

#catalogue_contenu .card .card-content .card-title{
  text-align: left;
  font-size: 1em;
}
/* DETAIL */
/* ======== */

.img-details2 img{
  height: auto;
}

#bdd-detail .slick-prev, #bdd-detail .slick-next{
  display:none!important;
}

/* ENCARTS */
/* =========================== */

/* NEWSLETTER - ACTUS */
/* ======== */

#encart-actualites .card p{
  display: none;
}

#encart-actualites .actus-accueil ul li{
  background:#fff;
  margin:5px 10px;
}

#encart-actualites .actus-accueil ul.slick-dots li{
  background:transparent;
}

#encart-actualites .actu-content{
  padding:10px;
}


#encart-actualites .card{
  margin-top:0px;
}

#encart-actualites .card .date-actualite{
  margin-top:15px;
}

#newsletter-reseaux .reseaux-sociaux ul li{
  width:80px!important;
  margin:10px 0px!important;
}


.newsletter-accueil{
  margin-top:50px;
}

#newsletter-reseaux .reseaux{
  margin-top: 15px;
}

#newsletter-reseaux .divider{
  margin: 30px 0px;
}

/* ACTUALITES DETAIL */
/* ======= */

.actualitesDetailContenu ul, .actualitesDetailContenu ol {
  margin-left: 40px;
}

/* POINTS FORTS */
/* ============== */



#points-forts ul li div span{
  margin-bottom:15px;
}


#points-forts ul li p.description-pts{
  opacity: 0.8;
  font-size: 0.8rem;
}

#points-forts ul li p{
  font-size: 1.2rem;
}
/* AVIS */
/* ============== */

.encart-avis #encart_avis .slick-next, .encart-avis #encart_avis .slick-prev{
  top:115%!important;
}

/* PRESTATIONS */
/* ============== */

#encart-prestations .card.card.horizontal{
  min-height: 200px;
}

#encart-prestations .card.horizontal .card-image{
  width:40%;
}

#encart-prestations .card-arrow{
  display: none;
}

#encart-prestations  .card .card-title{
  font-size: 1.3rem;
}

#encart-prestations  .card:hover .card-title {
  color:var(--accent-color)!important;
  transition:0.5s ease-in-out;
}

#encart-prestations  .card:hover .card-image {
  opacity: 0.5;
  transition:0.5s ease-in-out;
}
#encart-prestations  .card:hover .card-arrow {
  background-color: var(--accent-color);
  transition:0.5s ease-in-out;
}

#encart-prestations ul.slick-dots {
  bottom: -30px;
}

#encart-prestations .prestation.card > a::after {
  position: absolute;
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
}

/* CONTACT ENCART */
/* ============== */

#encart-contact .title-4{
  margin-bottom:5px!important;
}

#encart-contact .detail-contact{
  margin-bottom:15px;
}
/* MARQUES */
/* ============== */

#encart-marques img{
  max-width: 100%;
}

#encart-marques ul li{
  padding:10px;
}

#encart-marques .slick-dots {
  bottom: -50px!important;
}

/* DEVIS */
/* ============== */

#encart-devis .white{
  padding:20px;
}

#encart-devis{
  position: relative;
  margin-bottom:-1px;
}

#encart-devis .white{
  position: relative;
 
}

#encart-devis:before{
  position: absolute;
  width:100%;
  height: 30%;
  background:#fff;
  content:' ';
  left:0;
  right:0;
  top:-1px;
  z-index:0;
}

.contact-page #fil_ariane a{
  color:#fff;
}
/* fOOTER */
/* =========================== */

/* ASIDE (ENCART-MAP) */
/* ================== */

#encart-map .coordonnees > ul > li:not(:last-child) {
  margin-bottom: 1rem;
  padding-bottom: 1.5rem;
  border-bottom: solid 1px rgba(255,255,255,.16);
}

/* FOOTER */
/* =========================== */

footer .brand svg,
footer .brand svg * {
  fill: #FFFFFF;
}

footer nav {
  flex-direction: column;
}

footer .brand {
  margin-bottom: 1rem;
}

footer .siret {
  margin-bottom: 1rem;
  text-align: center;
}

footer address:before{
  position: absolute;
  bottom:0;
  content:' ';
  width:280px;
  left:0;
  right:0;
  margin:0 auto;
  height: 1px;
  display: block;
  background:#fff;
}

footer iframe{
  max-height: 300px;
}

.contact-page footer #encart-map{
  display: none;
}
/* PAGE CONTACT */
/* =========================== */

.infos-content span.material-icons{
  flex-shrink:0;
}

.devis-page footer #encart-map{
  display: block!important;
}
/* ACTUALITES */
/* =========================== */

#encart-actualites ul:not(.slick-dots) li {
  margin: 0;
}
#encart-actualites ul:not(.slick-dots) > .slick-list {
  overflow: hidden!important;
}
#encart-actualites .card,
#encart-actualites ul:not(.slick-dots) > .slick-list > .slick-track > li .card {
  margin: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2) !important;
}
#encart-actualites .card .card-title {
  margin: 0;
  padding: 1rem 1rem 1.5rem;
  font-size: 1.125rem;
}

body.fancy-box-body {
  padding-top: 0px;
}

body.fancy-box-body h2 {
  font-size: 18px;
}


ul.points-forts.list-nostyle {
  max-width: 700px;
  margin: auto;
}

.contact-page .coordonnees a.tel.accent-text.tel-important {
  color: var(--background-color);
}
.contact-page #infos-pratiques {
  background: var(--background-color);
 
}

div#nav-meatballs {
  text-align: center;
}



div#nav-meatballs table.horaires {
  margin: auto;
}


div#nav-meatballs .reseaux-sociaux ul {
  justify-content: center;
}

nav#main-nav {
  padding-bottom: 80px;
}


section.ac-doubleColonne img {
  width: 100%;
  height: auto;
}


section.ac-colonne.ac-colonne_1.ui-sortable img {
  width: 100%;
  height: auto;
}

section.ac-colonne.ac-colonne_2.ui-sortable img {
  width: 100%;
  height: auto;
}


.sc-content .ac-doubleColonne .ac-colonne {
  object-fit: cover;
}


.fancy-box-body .logo .flex-row.s-align-items-center {
  justify-content: center;
}

.fancy-box-body .brand a {
  display: block;
  width: 100%;
  max-width: 100%;
  font-size: 0.8em;
}

.fancy-box-body h2::before {

  width: 0px;
  height: 0px;

}


.fancy-box-body h2 {
  display: block;
  text-align: center;
}


.fancy-box-body h2 {
font-size: 13px !important;
padding-bottom: 8px;
margin-bottom: 0px;
}

body.fancy-box-body {
 padding: 0 15px;
}

body.fancy-box-body form.generateur p.erreur {
padding:0 5px;
margin:0 0 3px;
}


body.fancy-box-body a.logo img {
  width: 100px;
}

div#catalogue_categorie a {
  padding: 10px;
  font-weight: 700;
}

div#catalogue_categorie {
  margin-bottom: 25px;
}

@media screen and (max-width: 601px){
  .card.horizontal .card-image {
    width: 100%!important;
    height: 200px;
    max-width: 100%;
  }
  #encart-prestations .card.card.horizontal {
    flex-direction: column;
  }
  #encart-prestations .card-title {
    min-height: 62px;
    display: flex;
    align-items: center;
  }
}


aside .coordonnees li {

  justify-content: center;

}

footer .brand a {
  margin: auto;
}


@media screen and (min-width: 601px){
  /* ===========================================  IPAD  */
  /* =========================== */


  .just-mobile{
    display: none;
  }

  /* TOP-BAR */
/* =========================== */


.top-bar .brand{
  margin-bottom:10px;
}

/* FOLD */
/* =========================== */

.fold .container .bloc{
  position: relative;
}

.fold .container .bloc .slide-content{
  position: absolute;
  bottom:0;
  right:-6%;
  padding:50px 25px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
}

.fold .col.s12 .flow-text{
  margin-top:0px;
  margin-right: 10px;
  
}

.fold .slick .slick-prev, .fold .slick .slick-next{
  top:95%;
  background-color: #fff;
  z-index: 9999;
  width:60px;
  height: 60px;
}

.fold .slick .slick-prev{
  left:-1px;
}

.fold .slick .slick-next{
  left:58px;
  right:inherit;
}

#bloc-01 #qualifications ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#qualifications .list-nostyle{
  margin-right: 15px;
}


/* BLOCS */
/* =========================== */

#bloc-03 .container:before{
  left:-200%;
  bottom:-163%;
  width:300%;
  height: 200%;
}

#bloc-04 .container:before{
  right:-200%;
  bottom:-163%;
  width:300%;
  height: 200%;
}

#bloc-02 .image-wrapper.m-fit-content {
  height: 50%;
}
/* BDD */
/* =========================== */

/* CATALOGUE ACCUEIL */
/* ======== */

/* LISTING */
/* ======== */

#catalogue_contenu .card{
  margin:10px;
}

/* DETAIL */
/* ======== */

#bdd-detail .slick-prev, #bdd-detail .slick-next{
  display:block!important;
}

.box-detail{
  margin-bottom:25px;
}

.content-button .col.m6:nth-child(1){
  text-align: right;
}


/* ENCARTS */
/* =========================== */

/* CONTACT */
/* ============== */

#encart-contact .card{
  min-height: 204px;
}

#contact-page-interne .detail-contact{
  min-height: 50px;
}




/* AVIS */
/* ============== */

.encart-avis #encart_avis .slick-prev, .encart-avis #encart_avis .slick-next{
  top:50%!important;
}

/* PRESTATIONS */
/* ============== */

#encart-prestations .card-arrow{
  position: absolute;
  padding-top:12%;
  padding-right:5px;
  padding-left:5px;
  height:100%;
  right:0;
  background-color:var(--secondary-color);
  color:#fff;
  display: block;
}


#encart-prestations .card-title {
  font-size: 1.5rem!important;
  position: absolute;
  max-width: 320px;
  display: flex;
  align-items: center;
}
#encart-prestations .card-content{
  max-width: 50%;
  display: flex;
  align-items: center;
}

/* MARQUES */
/* ============== */

/* DEVIS */
/* ============== */

#encart-devis form ul {
  display: flex;
  flex-direction: initial;
  flex-wrap: wrap;
}

#encart-devis form ul li{
  margin-right: 15px!important;
}

#encart-devis .divGenerateurRequired{
  padding:0 25px;
  text-align: left;
}

@media screen and (min-width: 601px) {
  #encart-devis form[id*=formulaire_] .submit input.btn {
    width: auto !important;
  }


  .btn.primary.outlined, .primary.outlined.btn-1, .outlined.btn-2, .btn-3, .newsletterInput #js_submit, .actualitesListingLien {

    padding: 15px 8px;
 
}

.card .card-content {
  padding: 24px 10px;
}



  .sc-content .ac-doubleColonne .ac-colonne {
      width: 100%;
  }
    section.ac-colonne.ac-colonne_2.ui-sortable img {
      width: 100%;
      height: 300px;
      object-fit: cover;
  }
    section.ac-colonne.ac-colonne_1.ui-sortable img {
      width: 100%;
      height: 300px;
      object-fit: cover;
  }
    
    
  }
  








  
  @media screen and (min-width: 768px) {

    .fold .container .bloc .slide-content{

      padding:15px 25px;

    }

    

  .sc-content .ac-doubleColonne .ac-colonne {
      width: 50%;
  }
    
    section.ac-colonne.ac-colonne_2.ui-sortable img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
    
    section.ac-colonne.ac-colonne_1.ui-sortable img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
    
  }
  
  

@media screen and (min-width: 992px) {
  #encart-devis form[id*=formulaire_] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  #encart-devis form[id*=formulaire_] p.submit {
    margin: 0;
  }
  
  #encart-prestations .card.horizontal .card-image {
    width: 50%;
  }
}

/* fOOTER */
/* =========================== */

footer nav.flex-row{
  text-align: right;
}


footer address{
  margin-top:0px;
  text-align: left;
}

footer address a{
  justify-content: flex-start;
}

footer address a.tel{
  font-size: 1.5em;
}

footer address:before{
  left:0;
  right:inherit;
}

footer .brand a .flex-row{
  flex-direction: row;
  text-align: left;
  justify-content: flex-start;
}

footer .brand a .flex-row .bold, footer .brand a .flex-row .baseline{
  text-align: left;
}

footer .brand a {
  margin: auto;
}
/* ACTUALITES */
/* =========================== */

.actus-accueil{
  width:48%;
  float: left;
}

.newsletter-accueil{
  width:48%;
  float: right;
  margin-top:0px;
}

.newsletter-accueil form{
  margin-top:40px;
}

.newsletter-accueil .title-4{
  margin-top:25px;
}

#newsletter-reseaux .divider{
  margin:50px 0px;
}

.actus-accueil .card-title{
  padding:10px 20px;
  font-size: 1.2rem;
}

.actus-accueil .date-actualite{
  padding:0px 20px;
}

.actus-accueil {
  margin-bottom:20px;
}




}






@media screen and (min-width: 993px){

  
  div#catalogue_categorie a:hover {
    opacity: 0.7;
  }
  .encart-slider {
    /* right: 355px; */
  }

.encart-slider {
    margin: 0 auto 0 0;
    top: 60%;
}

  .encart-slider:hover {
    /* right: 315px; */
  }


  .top-bar.sticky a.logo img {
    width: 100px;
}



  nav#main-nav {
    padding-bottom: 0px;
}
  aside  .coordonnees li {
 
    justify-content: flex-start;
   
}


aside #encart-map .coordonnees > ul > li:not(:last-child) {
  margin-bottom: 0rem;
  padding-bottom: 0rem;
  border-bottom: solid 0px rgba(255,255,255,.16);
}



aside  address.coordonnees ul {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}

  .btn.primary.outlined, .primary.outlined.btn-1, .outlined.btn-2, .btn-3, .newsletterInput #js_submit, .actualitesListingLien {

    padding: 15px 19px;
 
}

.card .card-content {
  padding: 24px 24px;
}

  .contact-page .form_right {
    float: left;
    width: 100%;
}


.contact-page .form_left {
    float: right;
    width: 100%;
}


.contact-page  .divGenerateurRequired {
  text-align: right;
}

  #encart-devis form ul {
    flex-direction: initial;
 
    max-width: 580px;
}


  /* ===========================================  DESKTOP  */
  /* =========================== */
  .top-bar {
    font-size: .75em;
  }
  .main-nav {
    font-weight: 700;
  }

  /* TOP-BAR */
/* =========================== */

.top-bar .brand a .flex-row{
  flex-direction: row;
  justify-content: flex-start;
}

.top-bar .brand{
  margin-top:5px;
}

.top-bar .brand a:hover{
  opacity: 0.5;
  transition:0.5s;
}

.top-bar .brand a .flex-row .baseline, .top-bar .brand a .flex-row .bold{
  text-align: left;
}

/* FOLD */
/* =========================== */

#bloc-01 #qualifications {
  margin-left: 2rem;
  position: relative;
}

#bloc-01 #qualifications::before {
  position: absolute;
  content: ' ';
  left: -20px;
  bottom: 0;
  width: 1px;
  height: 100%;
  display: block;
  background: var(--primary-color);
}

.fold .slider-slick{
  /* width: 145%; */
}

.fold .slider-slick .bloc .slide-content{
  right: 0;
}

.fold .slider-slick .bloc .slide-content:before {
  content:' ';
  width:300%;
  left:99%;
  height: 100%;
  display: block;
  position: absolute;
  bottom:0;
  background:#fff;
}
/* BLOCS */
/* =========================== */

#bloc-03 .container:before{
  right:-98%;
  bottom:-221%;
  height: 258%;
  left:inherit;
  transform: rotate(-153deg);
}

#bloc-04 .container:before{
  right:-200%;
  bottom:-79%;
  height: 200%;
  transform:rotate(-25deg);
}
/* BDD */
/* =========================== */

/* CATALOGUE ACCUEIL */
/* ======== */

#encart-catalogue .card:hover .card-title a{
  color:var(--accent-color);
}

#encart-catalogue .card:hover .card-image{
  opacity: 0.5;
  transition: 0.5s ease-in-out;
}
/* LISTING */
/* ======== */

#catalogue_contenu .col.l3{
  margin:15px;
  width:270px;
}

#catalogue_contenu .col.l3 .card-title{
  font-size: 1.2em;
}


#caralogue_contenu div{
  width:100%;
}

#catalogue_contenu{
  justify-content: space-between;
}

/* DETAIL */
/* ======== */

#bdd-detail .img-details2 .slick-prev, #bdd-detail .img-details2 .slick-next{
  display: none!important;
}

.box-detail{
  margin-right: 25px;
}

/* ENCARTS */
/* =========================== */

/* POINTS FORTS */
/* ============== */

#points-forts ul li{
  max-width: 23%;
}

/* AVIS */
/* ============== */

/* PRESTATIONS */
/* ============== */

/*
#encart-prestations li:nth-child(1){
  padding-top:87px;
}
*/

.prestation{
  position: relative;
}

#encart-prestations .card-arrow{
  padding-top: 85px;
}
/* MARQUES */
/* ============== */

#encart-marques ul.fournisseurs-slick {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

/* CONTACT */
/* ============== */

#encart-contact .card{
  min-height: 230px;
}

#encart-contact .detail-contact{
  min-height: 50px;
}

/* DEVIS */
/* ============== */

/* fOOTER */
/* =========================== */

footer .brand {
  margin-bottom: 0;
}
footer .siret {
  margin-bottom: 0;
}

.devis-page address:before{
  width:280px!important;
}
.contact-page address:before{
  width:0px;
}
/* ACTUALITES */
/* =========================== */

.actus-accueil .card-image{
  max-height: 160px;
}

.actus-accueil .card-image img{
  max-height: 160px;
  object-fit: cover;
}

#encart-actualites .card .date-actualite{
  margin-top:0px;
  padding:0px;
}

.newsletter-accueil .title-4{
  margin-top:0.83333rem;
  margin-bottom:45px;
}


footer .siret {
  text-align: center;
}


footer nav {
  margin-top: 0px;
}

}


@media screen and (min-width: 1200px){

.fold .container{
  position: relative;
}

#qualifications ul {
  flex-direction: row;
  margin-right: 0 !important;
}

#qualifications ul img{
  max-width: 80px;
}

.index-page .fold{
  position: relative;
  overflow: hidden;
}

/*.index-page .fold:before{
  position: absolute;
  width:200%;
  height: 200%;
  display: block;
  background:var(--primary-color);
  opacity:0.4;
  right:-50%;
  bottom:-150%;
  content:' ';
  transform: rotate(-15deg);
}*/



/* PRESTATIONS */
/* ================*/

#encart-prestations .card{
  min-height: 240px;
}

/* ENCART CONTACT */
/* ================*/

#encart-contact .card, #contact-page-interne .card{
  min-height: 210px;
}

#encart-contact{
  padding:4rem 0px;
}

/* ENCART MARQUES */
/* ================*/

#encart-marques ul li{
  max-width: 160px;
}

/* BLOCS */
/* ================*/

#bloc-04 .container:before{
  right:-193%;
  bottom:-45%;
}

#bloc-02, #bloc-03, #bloc-04{
  padding-top:5rem;
  padding-bottom:5rem;
}

/* ENCART DEVIS */
/* ================*/

#encart-devis .white{
  padding:40px;
}

}




/* NEWSLETTER */
/* ========== */

#newsletter label {
  display: none;
}

/* CATALOGUE DÃ‰TAIL */
/* ================ */

.catalogue-detail a.lightbox,
.catalogue-detail a.lightbox img {
  display: block;
  width: 100%;
  height: auto;
}
.catalogue-detail a.lightbox {
  margin-bottom: 1.5rem;
}
.catalogue-detail .row .flex-row .col:not(:first-child) {
  width: 33.333333333333333%;
}
/*================================================ SOMMAIRE */
html {
  scroll-behavior: smooth;
 }

.sommaire{
  background-color: var(--primary-background-color);
  position: relative;
  padding:40px 0px;
  z-index: 1;
}

.sommaire:before{
  background-color: var(--primary-background-color);
  position: absolute;
  width:100%;
  height: 100%;
  left:-70%;
  top:0;
  content:'';
  z-index: -1;
}

.sommaire:after{
  background-color: var(--primary-background-color);
  position: absolute;
  width:100%;
  height: 100%;
  right:-70%;
  top:0;
  content:'';
  z-index: -1;
}

.sommaire ol li{
  padding:15px 0px;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 700;
}

.sommaire ol{
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-wrap: wrap;
  margin-left: 20px;
}

.sommaire ol li a{

  margin-left:10px;
}

.sommaire ol li::marker{
  margin-right: 5px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width:902px){
  
.sommaire ol{
  max-height: 250px;
}

.sommaire{
  padding:48px 0px;
}
}
/* PLAN DU SITE */
/* ============ */

.plan-site li {
  color: inherit;
  list-style: unset;
}
.plan-site .col-plan > ul {
  margin-left: 0;
}
.plan-site .col-plan > ul > li.firstLi {
  list-style: none;
}
.plan-site .col-plan > ul > li > a {
  color: var(--secondary-color);
  text-decoration: underline;
}
.plan-site .col-plan > ul > li > a:hover {
  text-decoration: none;
}
.plan-site .col-plan > ul > li.firstLi > a[href='#'] {
  color: inherit !important;
  text-decoration: none !important;
  opacity: .4;
  pointer-events: none !important;
}
.plan-site .col-plan > ul > li.firstLi > a[href='#']::after {
  content: '\00A0 :';
}

/* LOGO */
/* ==== */

img.footer-only {
  display: none;
}
body > footer .logo img.footer-only {
  display: block;
}
body > footer .logo img.header-only {
  display: none;
}

/* PAGE 404 */
/* ==== */

.page-404 header .container {
  display: flex;
  flex-direction: column-reverse;
}

.page-404 img {
  max-width: 100%;
  height: auto;
}

.page-404 header {
  padding: 5px;
}

.page-404 .divider {
  opacity: 0.1;
}

.page-404 {
  padding-top: 0px;
  background: var(--background-color);
}

.intro-404 {
  font-size: 1.3em;
}

.page-404 .section ul {
  list-style: none;
  margin: 30px 0px 30px 30px;
}

.page-404 .top-bar .brand {
  margin-bottom: 0px; 
}

.page-404 .section ul li {
  position: relative;
}

.page-404 .section ul li:before {
  position: absolute;
  left: -30px;
  top: 7px;
  content: ' ';
  width: 16px;
  height: 16px;
  background-image: url('../assets/gifs/icons/cancel.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.page-404 .right-404 {
  background: #fff;
  padding: 15px;
  border: 1px solid #EBEBEB;
  border-radius: 4px;
  margin: 50px 0px;
}

.page-404 .title {
  color: var(--primary-color);
  font-size: 40px;
  font-weight: 700;
  margin: 20px 0px;
}

.page-404 .btn-accueil svg .a {
  fill: transparent;
}

.page-404 .btn-accueil svg .b {
  fill: #fff;
}

.page-404 .btn-accueil svg {
  transform: translate3d(-5px, 2px, 0px);
}

.page-404 .container .flex-content {
  flex-direction: column-reverse;
}

@media screen and (min-width:602px){

  .page-404 .container .flex-content {
    flex-direction: row-reverse;
  }

  .page-404 .right-404 {
    padding: 25px;
  }
  
  .page-404 .top-bar .col:nth-child(2) {
    text-align: center;
  }

}

@media screen and (min-width:993px){

  .page-404 .right-404 {
    padding: 48px;
  }

  .page-404 .top-bar {
    padding: 0px;
  }

  .page-404 .top-bar .col:nth-child(2) {
    text-align: right;
  }

  .page-404 .brand a {
    margin: 0px;
  }

}

/* GdC */
/* === */

input[class*="mce-"] {
  width: 320px;
  max-width: 100%;
  box-sizing: border-box;
}
.mce-label {
  position: static !important;
}