:root {
  /* COLOR */
  /* ===== */
  --primary-h: 0; /* hue */
  --primary-s: 0%; /* saturation */
  --primary-l: 13%; /* lightness */

  --accent-h: 10; /* hue */
  --accent-s: 39%; /* saturation */
  --accent-l: 28%; /* lightness */

  --text-h: 15; /* hue */
  --text-s: 30%; /* saturation */
  --text-l: 26%; /* lightness */

  --background-h: 30; /* hue */
  --background-s: 56%; /* saturation */
  --background-l: 96%; /* lightness */



  --gray0: hsla(0, 0%, 100%, 1);
  --brand100: rgba(245, 234, 223, 1);

  --background-2:var(--brand100);
  --title-color: rgba(48, 29, 24, 1);

  /* font size */
  /* ===== */

  --display2xl: 70px;
  --displayxl: 39px;
  --displaylg: 35px;
  --displaymd: 31px;
  --displaysm: 25px;
  --displayxs: 20px;

  --textlg: 20px;
  --textmd: 16px;
  --textsm: 13px;
  --textxs: 10px;

  --h1-font-size: var(--display2xl);
  --h2-font-size: var(--displayxl);
  --h3-font-size: var(--displaylg);
  --h4-font-size: var(--displaymd);
  --h5-font-size: var(--displaysm);
  --h6-font-size: var(--displayxs);

  --h1-mobile-font-size: var(--displaymd);
  --h2-mobile-font-size: var(--displaysm);
  --h3-mobile-font-size: var(--displayxs);
  --h4-mobile-font-size: var(--textlg);
  --h5-mobile-font-size: var(--textsm);
  --h6-mobile-font-size: var(--textxs);

  /* FONT FAMILY */

  /* ===== */
  --primary-font: "omnes-pro";
  --secondary-font: "ivypresto-display";

  /* RADIUS */
  /* ===== */
  --border-radius: 8px;
  --button-border-radius: 40px;

  /* FONT WEIGHT */
  /* ===== */
  --font-weight-regular: 400;
  --font-weight-semi-bold: 600;
  --font-weight-bold: 700;
  --line-height: 1.5rem;

  --transition: 0.3s all ease-in-out;
}

[class*="btn"] a.btn,
[id*="formulaire"] .btn {
  padding: 10px 16px;
  font-weight: 500;
  letter-spacing: 0px;
  font-size: 16px;
  line-height: 24px;
}

[class*="btn"] a.btn svg {
    margin-right: .5rem;
}

.contact-page [id*="formulaire"] .btn.primary {
    border-color: var(--accent-color);
    background-color: var(--accent-color);
    border: 2px solid var(--accent-color);
}

.contact-page [id*="formulaire"] .btn.primary:hover {
    background-color: var(--accent-color-30);
}

[class*="btn"] a.btn:not(.accent),
.index-page [id*="formulaire"] .btn.primary {
  color: rgba(48, 29, 24, 1);
  background: rgba(243, 206, 181, 1);
    border: 1px solid rgba(243, 206, 181, 1);
}

[class*="btn"] a.btn:not(.accent):hover,
[id*="formulaire"] .btn.primary:hover {
    background-color: var(--primary-color);
    color: #fff;
}
a.lien-categorie-catalogue.btn.small.outlined {
  background: rgba(250, 234, 221, 1);
  color: rgba(59, 19, 15, 1);
  font-weight: 600;
  padding: 4px 12px;
  border-color: rgba(250, 234, 221, 1);
}
a.lien-categorie-catalogue.btn.small.outlined:hover {
  background: rgba(243, 206, 181, 1);
}


@media screen and (min-width: 601px) {
    [class*="btn"] a.btn {
        width: auto;
    }
}
/* =============================== */
/*           GENERAL                 */
/* =============================== */
a[href="#"] {
  cursor: default;
}
.politique-de-confidentialite main .btn-contact {
  margin-top: 1rem;
  width: max-content;
}
.card {
  position: relative;
  display: block;
}
.card a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 4;
}
.catalogue-card-image img,.actualites-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-interne .sc-content .clear_both {
  margin-bottom: 60px;
}
.card-image a, .card-image a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
a,
.card-image img {
  transition: var(--transition);
}
p {
  margin: 12px 0 1.5rem;
}
p strong {
  font-weight: 700;
}
main p a {
  font-weight: 700;
  color: rgb(205 164 136);
  text-decoration: none;
}
main p a:hover {
  text-decoration: underline;
}
body.contact-page main .section:first-child .row .col .row {
  flex-wrap: nowrap;
}
#blocHorsLigne {
  z-index: 999999 !important;
}
#fil_ariane, .fil-ariane {
  font-size: 14px;
}

a, p {
  line-height: var(--line-height);
}


.blocs {
  position: relative;
}


h1,
.title-1 {
  font-size: var(--h1-mobile-font-size);
  line-height: var(--h1-mobile-font-size);
}
h2,
.title-2 {
  font-size: var(--h2-mobile-font-size);
  line-height: var(--h2-mobile-font-size);
}
h3,
.title-3,h1.h1-geoloc span, .title-1.h1-geoloc span,h1 span, .title-1 span {
  font-size: var(--h3-mobile-font-size);
  line-height: var(--h3-mobile-font-size);
}
h4,
.title-4 {
  font-size: var(--h4-mobile-font-size);
  line-height: var(--h4-mobile-font-size);
}
h1,
h2,
h3,
h4,
h5,
[class*="title"],
[class*="title"] a,
h1 span,
h1.h1-geoloc span,
#relance a {
  font-family: var(--secondary-font);
  font-weight: var(--font-weight-regular);
  margin: 0;
}
h1.h1-geoloc span{
  margin-top: 8px;
}
h1.h1-geoloc span::before, .title-1.h1-geoloc span::before {
  content: "";
  margin-right: 0;
}
.index-page h1,
.page-interne h1 {
  margin: 0;
}
.index-page h1{
  margin-bottom: 20px;
}
.slick-catalogue,
.slick-actualites,
.slick-avis,.slick-points-fort, .slik-ptfort {
  margin-top: 48px;
}
.slick-prestations {
    margin-top: 15px;
}
.card-title,
.card-title a {
  font-size: var(--displayxs);
  line-height: var(--displayxs);
  text-decoration: none;
}
.catalogue-card-title a{
  color: rgba(48, 29, 24, 1);
  font-size: 25px;
}
body :where(address) {
  margin: 0;
}
#fil_ariane {
  margin: 40px 0;
}
.fil-ariane {
  margin-bottom: 25px;
}
.sitemap-nav li {
  margin: 10px 0;
}
.card-prix {
  /* margin-top: 10px; */
  font-size: 24px;
  line-height: 37px;
}
.slick-next .slick-next-icon:before {
  content: "";
  background: url(../assets/gifs/next.png);    width: 56px;
    height: 40px;
    display: block;
    opacity: 1;
}
.slick-prev .slick-prev-icon:before {
  content: "";
  background: url(../assets/gifs/prev.png);    width: 56px;
    height: 40px;
    display: block;
    opacity: 1;
}


@media screen and (max-width: 992px) {
  .blocs img,
  .page-interne .sc-content .ac-doubleColonne .ac-colonne img,
  .ac-colonne img,
  #listing-autres-actus-categorie {
    display: block;
    max-width: 450px;
    max-height: 400px;
    margin: 30px auto;
    object-fit: cover;
    width: 100%;
  }

}
@media screen and (max-width: 600px) {}
@media screen and (min-width: 993px) {
  .page-interne #encart-contact .container.section {
    width: 100%;
}
  #encart-catalogue .slick-catalogue {
    margin-bottom: 50px;
}
  div#encart-catalogue {
    padding-bottom: 80px;
}
  #fil_ariane, nav#fil_ariane, .fil-ariane {
    font-size: 14px;
}
nav#fil_ariane, #fil_ariane {
  margin: 3em 0em 3em 0em;
}
  .contact-page .intro {
    margin-bottom: 0;
  }
  .page-interne .sc-content .clear_both {
    margin-bottom: 80px;
  }

  h1 {
    font-size: var(--h1-font-size);
    line-height: var(--h1-font-size);
  }
  h2,
  .title-2, .title-1 {
    font-size: var(--h2-font-size);
    line-height: var(--h2-font-size);
  }
  h3, .title-3,h1.h1-geoloc span, .title-1.h1-geoloc span,h1 span, .title-1 span{
    font-size: var(--h3-font-size);
    line-height: var(--h3-font-size);
  }
  h4,
  .title-4 {
    font-size: var(--h4-font-size);
    line-height: var(--h4-font-size);

  }

  .index-page main .section {
    padding: 120px 0;
  }
}


/* =============================== */
/*           END              */
/* =============================== */




/* =============================== */
/*           BRAND                 */
/* =============================== */

.brand a {
  display: inline-block;
  transition: opacity 0.3s;
}
.brand a:hover {
  opacity: 0.75;
}
header .brand img.footer-only,
footer .brand img.header-only,
.rappel_telephonique .brand img.footer-only {
  display: none;
}

/* =============================== */
/*           HEADER                 */
/* =============================== */
@media screen and (max-width: 600px) {
  
  .fold-tel {
    justify-content: center;
    margin-bottom: 12px;
  }
  .index-contact .tel {
    text-align: center;
    display: block;
    margin: auto;
  }
  .fold .btn-rdv, .fold .btn-contact, .fold .btn-devis {
    margin-top: 10px;
  }

}

@media screen and (max-width: 992px) {
  header a.tel {
    font-size: 20px;
}
.menu_opened .menu-mobile {
  height: 3.5rem;
  background-color: var(--primary-color-darken);
}
  .menu-mobile {
    height: 90px;
    background-color: var(--background-color);
}

  .header-content .nav#topbar-nav li:not(.opened) a {
    padding: 1.5rem;
    text-decoration: none;
    border-bottom: solid 1px var(--brand200);
  }
  .header-content .nav#main-nav li:not(.opened) a {
    padding: 1.5rem;
    border-color: var(--brand200);
  }
  .header-content .nav#main-nav li.index-link a {
    border-top: solid 1px var(--brand200);
  }
  .header-content nav a {
    font-weight: var(--font-weight-bolder);
    font-size: var(--textlg);
  }
  .fold {
    margin-top: 16px;
  }
  .header-content .nav > ul > .sous_menu.opened > a,
  .header-content .nav .dropdown > .sous_menu.opened > a {
    font-size: var(--textmd);
  }
  .header-content .nav ul li a.selected {
    color: var(--accent-color);
  }
  .index-contact {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  .menu-mobile .brand img {
    max-width: 75%;
}
  .sticky-active .menu-mobile {
    box-shadow: 0px 4px 4px 0px hsla(0, 0%, 0%, 0.15);
  }
  .span-menu-burger {
    background: var(--gray0);
    color: var(--accent-color);
    border: 1px solid var(--accent-color);
    border-radius: 40px;
    padding: 12px;
}
 
  .header-content .nav>ul>.sous_menu.opened>a,
  .header-content .nav .dropdown>.sous_menu.opened>a {
    width: calc(100% - 12rem); left: 22px;
  }
  .sous_menu.selected.opened a {
    background-color: transparent!important;
  }

  .fold-tel {
    display: flex;
    align-items: center;
    gap: .5rem;
  }
  .fold-tel .tel {
    font-size: 20px;
    font-weight: 400;
    line-height: 31px;
    color: var(--text-color)
  }

}
@media screen and (min-width: 993px) {
  .main-header-content {
    padding-top: 10px;
  }
  .header-content .nav ul li.sous_menu ul.dropdown > li a {font-size: 13px;}
  .header-content .nav#main-nav > ul {
    gap:16px
  }
  .header-content .nav#main-nav > ul > li > a {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 4px;
    position: relative;
  }
  .header-content .nav#main-nav>ul>li>a::before,
  .header-content .nav#topbar-nav>ul>li>a:before,
  .nav-footer a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 2px;
    background-color: rgba(220, 178, 149, 1);
    width: 0;
    transition: var(--transition);
  }
  .header-content .nav ul li.sous_menu ul.dropdown > li:hover a, .header-content .nav ul li.sous_menu ul.dropdown > li a.selected{
    background-color: rgba(220, 178, 149, 1);
  }
 
  .header-content .nav#main-nav>ul>li>a.selected:before,
  .header-content .nav#main-nav>ul>li>a:hover:before,
  .header-content .nav#topbar-nav>ul>li>a:hover:before,
  .header-content .nav#topbar-nav>ul>li>a.selected:before,
  .nav-footer a:hover::before,
  .nav-footer a.selected::before {
    width: 100%;
    left: 0;
    right: 0;
  }
  .header-contact {
    display: flex;
    align-items: center;
    gap: .5rem;
  }

}
@media screen and (min-width: 1280px) {

}


.catalogue-card-content {
  padding: 20px;
}

/* =============================== */
/*           FOLD + SLIDER         */
/* =============================== */
.slider-slick {
  display: block;
}
.slider-slick {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
}
.slider-slick .slick {
  height: 100%;
}

.slide-img {
  position: relative;
  min-height: auto;
  background-size: cover;
  background-position: center;
  text-align: center;
  z-index: 0;
}
.slide-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 52%, 8%, 0.55);
  z-index: 0;
}

.slide-content {
  color: var(--background-color);
  position: relative;
  z-index: 1;
  padding-block: 80px;
  max-width: 600px;
  margin: 0 auto;
}
.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");
}
.slide-img.slide-03 {
  background-image: url("../assets/gifs/slider/slide-03.jpg");
}
.slide-img .container {
  min-height: auto;
}
.fold .slick-slider {
  margin-bottom: 0;
}
.logo-slider {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

@media screen and (max-width: 992px) {  
  .slide-content .boutons {
    display: none;
  }
  .fold-top,
  .fold-interne {
    padding: 12px 5%;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .fold .btn-contact {
    margin-top: 10px;
  }


}
@media screen and (min-width: 993px) {
}


/* =============================== */
/*           ENCART PRESTATIONS      */
/* =============================== */
#encart-prestations {
  background: rgba(245, 234, 223, 1);
}
#encart-prestations .encart-text {
  margin: 20px auto 64px;
}

#encart-prestations .note {
  font-size: 1.5rem;
  line-height: 26px;
  color: hsla(22, 12%, 42%, 1);
}

.prestations-card .card-content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  padding: 20px;
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 2;
}

.prestations-card .card-image a {
  position: relative;
}

.prestations-card .card-image a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
  linear-gradient(180deg, rgba(48, 29, 24, 0) 0%, rgba(48, 29, 24, 0.6) 100%);  
  left: 0;
  top: 0;
  z-index: 1;
  transition: .5s;
}

.prestations-card:hover .card-image a::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
  linear-gradient(180deg, rgba(48, 29, 24, 0) 0%, rgba(48, 29, 24, 0.8) 100%);
  
}
.prestations-card:hover img {
  transform: scale(1.1);
}
.prestations-card-image{overflow: hidden;}
.prestations-card .card-link {
  margin-top: 1rem;
  font-weight: 600;
}

.prestations-card-title a {
  text-decoration: none;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0px;
}

.prestations-card .card-text {
  display: none;
  margin-top: 1.5rem;
}

@media screen and (min-width: 993px) {
  .prestations-card:hover .card-text {
      animation: mymove .2s linear;
      display: block;
  }
  @keyframes mymove {
      from {
          margin-bottom: -93px;
      }
      to {
          margin-bottom: 0px;
      }
  }
  .prestations-card-title a{
    font-size: 31px;line-height: 31px;
  }
}

/* =============================== */
/*           BLOC 01     */
/* =============================== */
.section-b1 {
  padding: 1rem 0  2rem 0;
}
.header-tel {
  display: flex;
  align-items: center;
  gap: 8px;
}
.rows-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@media screen and (min-width: 993px) {
  .content-b01 h1.h1-geoloc {
    margin-left: -215px;
    position: relative;
    z-index: 1;
}
.content-b01 h1.h1-geoloc span {
  margin-left: 95px;
}
  .content-b01 {
    max-width: 608px;
    margin-left: 60px;
    padding: 90px 0;
}
  .section-b1 {
    padding: 40px 0 80px 0;
  }
  .col-img {
    position: relative;
  }
  #bloc-01 img{
    position: absolute;
        max-width: 836px;
        width: 150%;
        height: 100%;
        right: 0;
        top: 0;
        object-fit: cover;
  }
  #bloc-01{
    position: relative;
} 
#bloc-01:after{
  content: "";
  background: url(../assets/gifs/after-b01.png);
  position: absolute;
  top: 100px;
  right: 0;
  width: 260px;
        height: 548px;    
}

}


/* =============================== */
/*           BLOC 02     */
/* =============================== */
.content-b02 {
  background: rgba(245, 234, 223, 1);
  padding: 25px;
  position: relative;
}



@media screen and (min-width: 993px) {
  .section-b02 {
    padding-top: 68px;padding-bottom: 150px;
  }
  .content-b02 {
    padding: 40px 60px;
    margin-top: 122px;
  }
  #bloc-02 img, #bloc-04 img{
    position: absolute;
        width: 110%;
        max-width: 593px;
        right: 0;
        height: auto;
  }
  #bloc-02 .col-img:before, #bloc-04 .col-img:before{
    content: "";
    position: absolute;
    background: url(../assets/gifs/top-b2.png);
    width: 271px;
    height: 249px;
    left: -236px;
    top: -56px;
  }
  #bloc-02 .col-img:after,  #bloc-04 .col-img:after{
    content: "";
    position: absolute;
    background: url(../assets/gifs/bas-b2.png);
    width: 299px;
        height: 226px;
        top: 448px;
        left: -112px;
        z-index: -1;
  }  

    


}


/* =============================== */
/*           ENCART point forts    */
/* =============================== */
#encart-ptfort{
  background: rgba(245, 234, 223, 1)
}
.section-pt {
  padding: 2rem 0;
}
.card-pf svg {
  margin-bottom: 20px;
}
.title-pf {
  color: rgba(37, 39, 38, 1);
  font-size: 31px;
  margin-bottom: 8px;
}
.card-pf .text {
  color: rgba(59, 62, 60, 1);
  font-size: 16px;
  font-weight: 400;
}


@media screen and (min-width: 993px) {
  .section-pt {padding: 100px 0;}

}



/* =============================== */
/*           BLOC 03  + 04 + 05   */
/* =============================== */
#bloc-03{
  position: relative;
}
@media screen and (min-width: 993px) {
  #bloc-03, #bloc-05 {
    padding-top: 160px;
  }

#bloc-03:before{
  content: "";
  position: absolute;
  background: url(../assets/gifs/top-b3.png);
  width: 339px;
  height: 433px;
  top: -153px;
  left: -10px;
  z-index: -1;
}
#bloc-04:after{
  content: "";
  position: absolute;
  background: url(../assets/gifs/bas-b4.png);
  width: 331px;
  height: 313px;
  bottom: -63px;
  right: 0;
  z-index: -1;
}

}

/* =============================== */
/*           ENCART devis    */
/* =============================== */
html.devis .g-recaptcha {
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) { 
  
}
@media screen and (max-width: 600px) {
  
}
@media screen and (min-width: 993px) {

}

/* =============================== */
/*           ENCART AVIS     */
/* =============================== */
.avis-card {
  padding: 24px;
  color: var(--text-color);
  position: relative;
  background-color: rgba(245, 234, 223, 1);
  font-weight: 400;
}
.avis-card .avis-card-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-left: 76px;
  height: 96px;
  margin: 8px 0 4px;
}
.avis-name {
  font-style: normal;
  font-weight: 700;
  color: var(--title-color);
  font-size: var(--textmd);
  line-height: 24px;
}
.encart-avis .align-right button.show-more.btn.small {
  padding: 0 !important;    color: rgba(195, 114, 76, 1);
}
.avis-date {
  font-size: var(--textxs);
  font-style: normal;
  font-weight: 400;
  margin-left: -16px;
  color: hsla(209, 17%, 59%, 1);
}
.encart-avis .row.s-middle.s-start {
  padding-top: 4px;
}

.date.avis-date.card-date.avis-card-date.avis-encart-card-date.small,
.encart-avis .avis-card.js-more .avis-card-text::after {
  display: none;
}

/*********************** SLICK DOTS tirets/dots*/
ul.slick-dots {
  bottom: -2.5rem;
  z-index: 1;
}
ul.slick-dots li button {
  width: 14px;
  height: 10px;
  transition: 0.3s ease-in-out;
}
ul.slick-dots li.slick-active button {
  width: 64px;
}
ul.slick-dots li button .slick-dot-icon {
  opacity: 1;
  color: rgba(231, 203, 181, 1);
}
ul.slick-dots li button .slick-dot-icon::before {
  content: "";
  top: -2px;
  left: -2px;
  width: 10px;
  height: 10px;
  border-radius: 8px;
  background-color: rgba(231, 203, 181, 1);
  transition: 0.3s ease-in-out;
}
ul.slick-dots li button:is(:hover, :focus) .slick-dot-icon::before {
  background-color: rgba(205, 142, 106, 1);
}
ul.slick-dots li.slick-active button .slick-dot-icon::before {
  width: 60px;
  background-color: rgba(205, 142, 106, 1);
}
/* =============================== */
/*   ENCART ACTUALITES               */
/* =============================== */
#encart-actualites {
  background: rgba(245, 234, 223, 1);
}
.bloc-top-act .encart-btn {
  margin-top: 20px;
}

#encart-actualites .col-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 48px;
}

.actualites-card {
  transition: var(--transition);
}

.actualites-card-title a {
  display: block;
  text-decoration: none;
  font-size: var(--displayxs);
  font-weight: 500;
  color: var(--title-color);
  line-height: 25px;
  transition: var(--transition);
}

/* .actualites-card-text {
  height: 72px;
  overflow: hidden;
  margin-top: 12px;
} */


.slick-actualites .actualites-card-image a,.slick-actualites .actualites-card-image a img {
  display: block;
  height: 100%;
  object-fit: cover;
}
.actualites-card-image {
  overflow: hidden;
}
.actualites-card-image img {
  transition: var(--transition);
}
.actualites-card:hover img {
  transform: scale(1.1);
}
.actualites-card:hover .actualites-card-title a {
 color: var(--accent-color);
}
.actualites-card-title {
  margin-top: 20px;margin-bottom: 8px;
}
.actualites-card .link-actu {
  margin-top: 8px;
}
.link-actu a {
  text-decoration: none;font-weight: 600;color: rgba(48, 29, 24, 1);
}
.bloc-actualites .col-1 img {
  margin-bottom: 30px;
}
@media screen and (min-width:601px) {
.recherche_actu #input_recherche_actu {
  width: calc(100% - 10.25rem) !important;
}
.btn:not(.fluid) {
  width: auto;
}
}

@media screen and (min-width:993px) {
  .bloc-actualites .col-1 img {
    margin-bottom: 0;
}
.actualites-card-title {
  max-height: 60px;
  overflow: hidden;
}
  .actualites-card-title a {
    font-size: 25px;
    line-height: 25px;
  }
.slick-actualites .actualites-card-image {
  width: 100%;
}
.slick-actualites .actualites-card-content {
  width: 100%;
}
.slick-actualites .actualites-card { 
  height: 100%; 
}
.slick-actualites {
  row-gap: 24px;
  height: 100%;
  margin-bottom: 0;
}
}

/* =============================== */
/*   END ENCART ACTUALITES               */
/* =============================== */

/* =============================== */
/*           PAGE ACTUALITES DETAIL     */
/* =============================== */

body.actualites-detail .listing-autres-actus-categorie {
  height: max-content;
  padding: 24px;
  margin-bottom: 24px;
  background-color: var(--brand100);
}
body.actualites-detail .listing-autres-actus-categorie .detail-btn {
  text-align: center;
}
#listing-autres-actus-categorie ul li ul li {
  list-style: none !important;
}
#listing-autres-actus-categorie ul li a {
  text-decoration: none;
}
#listing-autres-actus-categorie ul li a:hover {
  text-decoration: underline;
}
main .fb-like.fb_iframe_widget {
  position: relative;
  top: 6px;
}

#listing-autres-actus-categorie {
  padding: 20px 30px;
  border-radius: 4px;
}
#listing-autres-actus-categorie a {
  text-decoration: none;
}
#listing-autres-actus-categorie a:hover {
  opacity: 0.7;
}
.fb-like.fb_iframe_widget {
  top: 6px;
}
@media screen and (min-width: 601px) {
  .recherche_actu #input_recherche_actu {
    width: calc(100% - 7rem) !important;
  }
}


/* =============================== */
/*           FOOTER    */
/* =============================== */

footer {
  background-color: rgba(245, 234, 223, 1);
}

footer .section.footer-1 {
  padding: 3rem 0 1.5rem;
}
.section.footr-1 {
  padding-top: 48px;
}
footer .contact-link,
footer .actus-link {
  display: none;
}
footer .brand {
  margin-bottom: 20px;
}
footer .title-4{
  font-size: 20px;
  margin-bottom: 12px;
}
footer .horaires tr td {
  padding-bottom: 6px;
}
#footer-nav nav.nav > ul {
  display: flex;
  flex-direction: column;
  gap: 7px;
}



@media screen and (min-width: 993px) {
  footer #footer-nav .nav ul li.sous_menu ul.dropdown {
      bottom: 100%;
  }
}

@media screen and (max-width: 992px) {
  footer #footer-nav .nav ul li.sous_menu ul.dropdown {
      min-width: 34%;
      top: 100%;
  }
  .footer-contact {
      margin-top: 2rem;
  }
  #footer-nav nav a {
      FONT-SIZE: 14px;
  }
}

.footer-row-contact {
  display: flex;
  gap: 6px;
  margin-bottom: 1rem;
}

.footer-row-contact svg {
  margin-top: 4px;
}

footer address {
  margin: 0;
}

footer .section.footer-1 {
  padding: 3rem 0 1.5rem;
}

footer .footer-1 .title-4 {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

.footer-1 address a,
.footer-1 .text {
  font-weight: 400;
  line-height: 24px;
}

footer .siret {
  font-weight: 400;
  line-height: 24px;
}

#footer-nav .nav ul li.sous_menu ul.dropdown {
  position: absolute;
  left: 0;
  display: none;
  flex-direction: column;
  align-items: stretch;
  width: max-content;
  min-width: 41%;
  margin: 0;
  padding: 0;
  font-weight: normal;
  z-index: 1;
  background-color: #fff;
  border: 1px solid var(--primary-color);
}

#footer-nav .nav ul li.sous_menu>a::after {
  position: absolute;
  right: 0.625rem;
  display: block;
  font-family: var(--icon-font);
  line-height: 0;
  content: "\e5c5";
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin: -0.125em 0 0 0.25em;
  text-decoration: none;
}

#footer-nav nav a {
  font-weight: 400;
  line-height: 24px;
}

#footer-nav .nav ul li a.selected,
#footer-nav .nav ul li:hover>a {
  text-decoration: underline;
  color: var(--text-color);
  text-decoration-color: rgba(48, 29, 24, 1);
  text-underline-offset: 6px;
  text-decoration-thickness: 3px;
}

a.lien-maps:hover {
  text-decoration: underline;
}

#footer-nav .nav>ul>li {
  margin-bottom: 8px;
}

#footer-nav .nav ul li.sous_menu ul.dropdown>li:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}

#footer-nav .nav ul li.sous_menu {
  position: relative;
}

#footer-nav .nav ul li.sous_menu:hover ul.dropdown {
  display: flex;
}

#footer-nav .nav ul li.sous_menu ul.dropdown>li a {
  padding: 0.5rem;
  margin: 0;
  font-size: 13px;
  display: block;
}

.footer-2 {
  padding: 24px 0 48px;
}

.footer-2 nav a,
.page-404 footer a {
  font-weight: 700;
  line-height: 24px;
  color: var(--accent-color);
}

.footer-2 nav a:hover,
.page-404 footer a:hover {
  text-decoration: underline;
  color: var(--accent-color);
}

body.page-404 footer {
  margin-top: inherit;
}



.paginationControl {
  text-align: center;
  margin: 20px 0 10px;
  font-size: 14px;
}
.col.date.card-date.actualites-date.actualites-card-date.actualites-listing-card-date.line-clamp-1 {
  font-size: 14px;
  margin: 10px 0px;
}
.contact-page .fold {
  display: none;
}



/* =============================== */
/*           PAGE INTERNE    */
/* =============================== */
.page-interne .sc-content .clear_both {
  margin-bottom: 60px;
}
.politique-de-confidentialite main .btn-contact {
  margin-top: 1rem;
}
.contact-page .index-contact .tel {
  display: none;
}

.sc-content .ac-doubleColonne .ac-colonne {
  width: 100%!important;
}
.page-interne p {
  margin-top: 0px;
  margin-bottom: 30px;
}
.bg-notes{
  background: var(--background-2);
  padding: 20px;
  margin: 10px 0;
}
.page-interne .bg-notes p {
  margin-bottom: 0;
}
.cards .ac-colonne {
  border: 1px solid var(--accent-color);
  padding: 15px;
  margin: 15px 0;
}

@media screen and (min-width: 993px) {
  .page-interne h1, .page-interne h2, .page-interne h3 {
    margin-bottom:8px;
  }
  .page-interne h2, .page-interne h3 {
    margin-top:0;
  }
  img.mobile-seulement {
    display: none;
  }
  body.contact-page main .intro {    
    margin-bottom: 0px;
  }
  .index-contact {
    display: none !important;
  }
  p.intro {
    margin-bottom: 60px;
  }
  .sc-content #relance {
    margin: 60px auto !important;
  }
  .page-interne #container {
    padding-bottom: 0;
  }

  section.ac-doubleColonne h2 {
    margin-top: 0px;
  }
  main img {
    margin: 0px auto;
  }
  
  
}

/* =============================== */
/*           ENCART CONTACT    */
/* =============================== */

#encart-contact .container{
  position: relative;
  background: linear-gradient(rgba(53, 25, 21, 0.75), rgba(53, 25, 21, 0.75)), url(../assets/gifs/bg-contact.jpg);
  background-size: cover;
}

  /* =============================== */
/*          PAGES INTERNE           */
/* =============================== */

.hero-bg .title-1, .hero-interne .title-1 {
  max-width: 90%;
  color: var(--background-color);
}
.hero-bg *, .section-interne *, .hero-interne * {
  color: var(--background-color);
}
.page-interne div#container {
  padding-top: 0;
}
.ac-doubleColonne.hero-bg p {
  color: var(--background-color);
  margin: 1rem 0 0;
}
 .hero-interne {
  margin-bottom: 60px;
}
.hero-interne .title-1,.hero-interne h1 {
  max-width: 900px;
  margin: 0;
}
body[class*="listing"] h1, .devis h1 {
  margin-bottom: 20px;
}
body[class*="listing"] .fold {
  margin-top: -2px;
}
body[class*="listing"] main > .section, .catalogue-detail main > .section, 
.actualites-detail main > .section,.politique-de-confidentialite main > .section,.plan-site main > .section {
  padding-top: 0;
}
.sc-content .ac-doubleColonne.hero-bg,.hero-interne {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 400px;
}
.section-hero {
  position: relative;
}
.hero-bg::before,
.hero-interne::before,
.hero-interne::after,
.hero-bg::after {
  position: absolute;
  content: "";
  background: url(../assets/gifs/slider/slide-01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 150%;
  left: -23%;
  max-width: 1920px;
  top: 0;
  height: 100%;
  z-index: -1;
  background-position: top;
  margin: 0 auto;
  right: -20%;
}
nav#fil_ariane,
#fil_ariane,
.fil-ariane {
  margin: 0 0 3em;
}
  .page-interne .hero-bg::after,.hero-interne::after {
    background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%),
    linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);    
  }

@media screen and (min-width: 993px) {
  .hero-interne p{
    max-width: 60%;
  }
  .section.section-hero {
    margin-bottom: 48px;
}
  body[class*="listing"] .hero-interne {
      margin-bottom: 88px;
  }
  .page-interne .sc-content img:not(.page-interne #encart-actualites img) {
      height: 100%;
      object-fit: cover;
  }
  h2.western,
  .sc-content .ac-doubleColonne h2 {
    margin-top: 0;
  }
  div#container:not(.devis div#container) {
    padding-bottom: 0;
  }
  .page-interne
    section:not(section.ac-doubleColonne, section.ac-doubleColonne
      section, #relance, .ac-include)
    p,
  section.ac-doubleColonne p:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .page-interne p.intro {
    margin-bottom: 30px;
  }
  #fil_ariane,
  nav#fil_ariane,
  .fil-ariane {
    font-size: 14px;
  }
  .page-interne .ac-doubleColonne p {
    font-size: 16px;
  }
  .sc-content #relance {
    margin-top: 4rem;
    margin-bottom: 4rem;
    text-align: center;
  }

}

/* =============================== */
/*           CONTACT PAGE    */
/* =============================== */
.section-hero h1{
  margin: 20px 0;
  font-size: var(--h4-font-size);
}
.section-hero [class*="title"] {
  color: var(--background-color);
}
.section-hero {
  position: relative;
  background-image: url('../assets/gifs/slider/slide-01.jpg');
  background-size: cover;
  max-width: 1920px;
  margin: 0 auto;
  z-index: 0;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-hero::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%),
  linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%); 
  min-height: 400px;
  z-index: -1;
}
.section-info {
  background-color: var(--background-2);
}
.contact-page h1 {
  font-size: var(--displaymd);
  margin: 25px 0 0;
  line-height: normal;
}
.col.contact-page-horaires .row,
.contact-page-coordonnees.reset .row,
.contact-page-infos-pratiques .row {
  flex-wrap: nowrap;
}
.contact-page .contact-page-infos-pratiques {
  margin-bottom: 2rem;
}
.contact-page-infos-pratiques .title-2 {
  margin: 0;
}
.contact-page .map-container iframe {
  max-height: 400px;
}