:root {
  /* COLOR */
  /* ===== */
  --primary-h: 141; /* hue */
  --primary-s: 23%; /* saturation */
  --primary-l: 22%; /* lightness */

  --accent-h: 33; /* hue */
  --accent-s: 78%; /* saturation */
  --accent-l: 47%; /* lightness */

  --text-h: 0; /* hue */
  --text-s: 0%; /* saturation */
  --text-l: 24%; /* lightness */

  --background-h: 0; /* hue */
  --background-s: 0%; /* saturation */
  --background-l: 100%; /* lightness */

  --accent50: hsla(200, 33%, 96%, 1);
  --accent100: hsla(204, 100%, 91%, 1);
  --accent200: hsla(206, 100%, 83%, 1);
  --accent300: hsla(208, 100%, 73%, 1);
  --accent400: hsla(214, 100%, 62%, 1);
  --accent500: hsla(220, 100%, 54%, 1);
  --accent600: hsla(221, 100%, 50%, 1);
  --accent700:hsla(221, 100%, 50%, 1);
  --accent800: hsla(221, 100%, 45%, 1);
  --accent900: hsla(223, 100%, 35%, 1);

  --gray0: hsla(0, 0%, 100%, 1);
  --gray50: rgba(246, 246, 246, 1);
  --gray100: hsla(210, 31%, 95%, 1);
  --gray200: hsla(215, 27%, 91%, 1);
  --gray300: hsla(213, 22%, 84%, 1);
  --gray400: hsla(215, 13%, 65%, 1);
  --gray500: hsla(215, 12%, 47%, 1);
  --gray600:hsla(217, 15%, 35%, 1);
  --gray700: hsla(216, 21%, 27%, 1);
  --gray800: hsla(218, 28%, 17%, 1);
  --gray950: rgba(30, 30, 30, 1);
  --background-2:var(--accent50);
  --title-color: var(--gray950);

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

  --display2xl: 59px;
  --displayxl: 40px;
  --displaylg: 35px;
  --displaymd: 30px;
  --displaysm: 24px;
  --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: "Inter", sans-serif;
  --secondary-font: "Plus Jakarta Sans", sans-serif;

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

  /* 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;
}

/* =============================== */
/*           GENERAL                 */
/* =============================== */
.white-text * {
  color: #fff;
}
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;
}
.card-image {
  position: relative;
}
.catalogue-card-image img,.actualites-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-interne .sc-content .clear_both {
  margin-bottom: 60px;
}

a,
.card-image img {
  transition: var(--transition);
}
p {
  margin: 12px 0 1.5rem;
}

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: 26px;
}
a{color: var(--accent-color);}

.blocs {
  position: relative;
}
main p a {
  text-decoration: underline;
}
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-bold);
  color: var(--title-color);
  margin: 0;
}
h1 span{
  margin-top: 8px;
}
.index-page h1,
.page-interne h1 {
  margin: 0;
}
.slick-catalogue,
.slick-actualites,
.slick-prestations,
.slick-avis,.slick-points-fort {
  margin-top: 60px;
}
.card-title,
.card-title a {
  font-size: var(--displayxs);
  line-height: var(--displayxs);
  text-decoration: none;
}
body :where(address) {
  margin: 0;
}
#fil_ariane {
  margin: 40px 0;
}
.fil-ariane {
  margin-bottom: 25px;
}
.sitemap-nav li {
  margin: 10px 0;
}
@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) {
  #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, .title-1{
    font-size: var(--h1-font-size);
    line-height: var(--h1-font-size);
  }
  h2,
  .title-2 {
    font-size: var(--h2-font-size);
    line-height:50px;
  }
  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;
  }
  .section-avis{
    padding: 80px 0;
    background: #fff;
    z-index: 1;
  }
}


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

/* =============================== */
/*           BOUTONS                 */
/* =============================== */

[class*="btn"] a.btn,.btn.outlined,.btn.accent {
  padding: 16px 24px;
  border-radius: 24px 0 0 0;
  font-weight: 600;
  line-height: 100%;
  position: relative;
  overflow: hidden;
  min-width: max-content;
}
.btn-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 60px;
  transition: transform 0.5s ease-in-out;
}
.btn-text svg{
  margin-left: 8px;
}
.btn-wrapper {
  height: 19px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.btn:hover .btn-text {
  transform: translateY(-20px); 
}
.btn.accent {
  background-color: var(--accent-color);
  color: var(--gray0);
  transition-property: var(--border-radius);
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
}
.btn.accent:hover, .btn.accent:focus{
  background: var(--accent-color);
  border-radius: 0 24px 0 0;
}
.btn.outlined {
  background-color: var(--background-color);
  border: 1px solid var(--accent500);
  color: black;
  padding: 16px 17px;
}
.btn.primary {
  backdrop-filter: blur(5px)
}
.btn.primary:hover {
  background-color: var(--brand700);
}



@media screen and (min-width:600px) {
  [class*="btn"] a.btn, .btn.primary {
    width: auto;
  }
}



/* =============================== */
/*           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 {
    color: var(--accent-color);
    font-size: var(--textmd);
  }
  .header-content .nav ul li a.selected {
    color: var(--accent-color);
  }
  .index-contact {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  .sticky-active .menu-mobile {
    box-shadow: 0px 4px 4px 0px hsla(0, 0%, 0%, 0.15);
  }
  .span-menu-burger {
    background: rgba(252, 228, 228, 1);
    color: rgba(226, 81, 81, 1);
    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) {
  .header-content .nav ul li.sous_menu ul.dropdown{
    background: var(--accent-color);
  }
  .header-content .nav ul li.sous_menu ul.dropdown li:hover a{

  }

  .img-slidet-top:before{
    content: "";
    position: absolute;
    background: url(../assets/gifs/seringue.png);
    width: 152px;
        height: 179px;
        top: 17px;
        left: -35px;

  }
  .img-slidet-top:after{
    content: "";
    position: absolute;
    background: url(../assets/gifs/pansement.png);
    width: 132px;
    height: 156px;
    right: -28px;
    bottom: 38px;

  }
  .index-page header, .img-slidet-top{
    position: relative
  }
  .index-page header:after{
    content: "";
    background: url(../assets/gifs/right-header.png);
    position: absolute;
    position: absolute;
        width: 685px;
        height: 602px;
        top: 0;
        right: 0;
        z-index: 0;
  }
  .slide-img::before {
    content: "";
    background: url(../assets/gifs/left-slider.png);
    position: absolute;
    width: 482px;
    height: 930px;
    top: 0;
    left: 0;
    z-index: 1;
}
.slide-img::after{
  content: "";
  background: url(../assets/gifs/bas-slider.png);
  position: absolute;
  bottom: 0;
  right: 0;
  width: 502px;
  height: 630px;
}
  .main-header-content {
    padding: 24px 0;
    position: relative;
    z-index: 1;
}
.main-header-content:before{
  content: "";
  position: absolute;
  background: url(../assets/gifs/before-header.png);
  width: 138px;
  height: 152px;
  left: 33px;
        top: 0px;
}
  .main-header-content a.tel {
    color: #fff;
    font-weight: 600;
}
  .header-content nav li:not(li.sousLi) {
    margin: 0 12px;
}
.header-content .nav#main-nav>ul>li>a, .header-content .nav#topbar-nav>ul>li>a, .nav-footer a {
  position: relative;
  padding: 8px 0;color: var(--gray0);
}
.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: var(--accent-color);
  width: 0;
  transition: var(--transition);
}
.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;
}

  .no-menu-desk{display: none;}
  .header-contact {
    display: flex;
    align-items: center;
    gap: .5rem;
  }

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

}




/* =============================== */
/*           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;

  z-index: 0;
}

.slide-content .title-1{color: var(--gray0);margin-bottom: 24px;          }

.slide-content {
  color: var(--background-color);
  position: relative;
  z-index: 1;
  padding-block: 80px;
 }
.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;
  position: relative;
}
.fold .slick-slider {
  margin-bottom: 0;
}
.logo-slider {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.row-btn  {
  display: flex ;
  align-items: center;
  gap: 12px;
}

@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;
  }
  .row-btn {
    flex-direction: column;
    row-gap: 1rem;
    align-items: normal;
}


}
@media screen and (min-width: 993px) {
  .slide-img .container:before{
    content: "";
    position: absolute;
    background: url(../assets/gifs/ecouteur.png);
    width: 167px;
    height: 159px;
    bottom: 45px;
    left: -127px;
  }
  .slide-img .container:after{
    content: "";
    position: absolute;
    background: url(../assets/gifs/fleur.png);
    width: 154px;
        height: 252px;
        top: 177px;
        right: -183px;
  }
  .slide-content {
    padding-top: 60px;
    padding-bottom: 30px;
}
  .slide-content .title-1{
    font-weight: 700;
    line-height: 74px;
}


}


/* =============================== */
/*           ENCART POINT FORT     */
/* =============================== */

.encart-pt-top {
  margin-top: 64px;
}
.encart-pt h5{
  line-height: 30px;
}
.encart-pt p{
  margin-top: 0;
}


@media screen and (max-width: 992px) {
  
}
@media screen and (max-width: 600px) {
  
}
@media screen and (min-width: 993px) {
  .encart-pt-top .l3 {
    max-width: 278px;
}
  
  .left-encart-pt {
    padding-top: 35px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-bottom: 35px;
}
}



/* =============================== */
/*           ENCART PRESTATIONS      */
/* =============================== */
#encart-prestations .title-2, .encart-text, #encart-actualites .title-2{
 color: var(--gray0);
 max-width: 780px;
 margin: 0 auto
}
.encart-text {
  margin-top: 20px;
}
.prestations-card-content {
  position: absolute;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 86.06%);
  padding: 24px;
  color: var(--gray0);
}
.prestations-card-title a {
  color: var(--gray0);
  margin-bottom: 8px;
}
.card-text {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
  margin-top: 8px;
}
.card-link {font-weight: 600;}
.prestations-card {
  border-radius: 210px 0 0 0;
  overflow: hidden;
  transition: var(--transition);
}
.prestations-card:hover {
  border-radius: 0 210px  0 0;
}


@media screen and (max-width: 992px) {
  
}
@media screen and (max-width: 600px) {
  
}
@media screen and (min-width: 993px) {
  #encart-prestations, #encart-prestations .container .slick-prestations{
    position: relative;
    z-index: 1;
  }
  #encart-prestations:after {
    content: "";
    position: absolute;
    background: url(../assets/gifs/after-prest.png);
    width: 493px;
    height: 933px;
    right: 0;
    top: 0;
  }
  #encart-prestations:before{
    content: "";
    background: url(../assets/gifs/left-icon-prestations.png);
    width: 747px;
    height: 933px;
    position: absolute;
    top: 0;
  }
  .prestations-card-title a { 
    font-size: 24px;
  }
  #encart-prestations .container .slick-prestations:before{
    content: "";
    position: absolute;
    background: url(../assets/gifs/before-prest.png);
    width: 158px;
    height: 159px;top: -60px;
  }
  #encart-prestations .container .slick-prestations:after{
    content: "";
    position: absolute;
    background: url(../assets/gifs/after-presta.png);
    width: 154px;
    height: 253px;
    right: -63px;
    z-index: -1;
    top: -156px;
    
  }
  .card-text {
    height: 104px;
}


}


/* =============================== */
/*           BLOC 01     */
/* =============================== */

#bloc-01 .container, .col-img1, .content-b02 {
  position: relative;
}

@media screen and (max-width: 992px) { 
  
}
@media screen and (max-width: 600px) {
  
}
@media screen and (min-width: 993px) {
  #bloc-01 .container:before{
    content: "";
    background: url(../assets/gifs/before-b01.png);
    position: absolute;
    width: 214px;
    height: 204px;
    top: -239px;
    left: -180px;
    z-index: 1;
  }
  .col-img1:before {
    content: "";
    background: url(../assets/gifs/plante-v.png);
    position: absolute;
    width: 170px;
    height: 262px;
    right: -27px;
    top: -19px;
  }
  .content-b02:before {
    content: "";
    position: absolute;
    background: url(../assets/gifs/after-b01.png);
    width: 152px;
    height: 179px;
    right: -84px;
    bottom: -48px;  
  }
  .content-b02:after {
    content: "";
    position: absolute;
    background: url(../assets/gifs/right-b01.png);
    width: 144px;
    height: 146px;
    top: -66px;
    right: -82px;  
  
  }


}

/* =============================== */
/*           BLOC 02     */
/* =============================== */

#bloc-02, #bloc-04 {
  background: var(--gray50);
}
.primary {
  color: #fff;
}
.col-img02 {
  position: relative;
}
.col-img02:after{
  content: "";
  background: url(../assets/gifs/after-b02.png);
  position: absolute;
  width: 170px;
    height: 287px;
    top: -37px;
    right: -28px;
}
.index-page h2 em{
  display: block;
  margin-top: 12px;
  font-size: 24px;
  line-height: 30px;
  font-style: normal;
}
.bg-encart-vert {
  margin-top: 48px;
  padding: 24px 12px;
  margin-bottom: 32px;
}
.bg-encart-vert ul {
  padding-left: 27px;
  margin: 0;
  padding-right: 10px;
}
.bg-encart-vert ul li {
  font-weight: 600;margin-bottom: 17px;
}


@media screen and (max-width: 992px) { 
  
}
@media screen and (max-width: 600px) {
  
}
@media screen and (min-width: 993px) {
  #bloc-02 h2 {
    max-width: 500px;
    margin-bottom: 24px;
}
.col-img02:before{
  content: "";
  background: url(../assets/gifs/after-text-b02.png);
  position: absolute;
        width: 153px;
        height: 146px;
        bottom: 0;
        left: -155px;
}




}


/* =============================== */
/*           BLOC 04    */
/* =============================== */
.bloc-img4{position: relative; margin-bottom: 48px;}
#bloc-04 .l6 p>em{
  background: rgba(43, 69, 52, 1);
  color: var(--gray0);
  border-radius: 0 30px 0 0 ;
  padding: 12px;
  display: block;
    font-style: normal;
}


@media screen and (max-width: 992px) { 
  
}
@media screen and (max-width: 600px) {
  
}
@media screen and (min-width: 993px) {
  .content-b04-left {
    max-width: 616px;
}
.content-b04-right {
  max-width: 616px;
  margin-right: 0;
  margin-left: auto;
}
.bloc-img4:before{
  content: "";
  position: absolute;
  background: url(../assets/gifs/before-b04.png);
  width: 154px;
  height: 252px;
  left: -13px;
  top: -52px;
}
.bloc-img4:after{
  content: "";
  position: absolute;
  background: url(../assets/gifs/after-b04.png);
  width: 181px;
  height: 181px;
  bottom: -43px;
  right: -90px;
}



}

/* =============================== */
/*           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(--gray0);
  position: relative;
  background-color: var(--primary-color);
  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: 600;
  color: var(--gray0);
  font-size: var(--textmd);
  line-height: 24px;
}
.encart-avis .align-right button.show-more.btn.small {
  padding: 0 !important;    color: var(--gray0);
}
.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;
}

.encart-avis .container, .encart-avis {
position: relative;
}
.encart-avis .container:before {
  content: "";
  position: absolute;
  background: url(../assets/gifs/plante.png);
  width: 138px;
    height: 152px;
    left: -92px;
    top: -81px;
}
.encart-avis:after {
  content: "";
  position: absolute;
background: url(../assets/gifs/plante-avis.png);
width: 83px;
    height: 245px;
    top: 90px;
    right: 0;
}


/* =============================== */
/*   ENCART ACTUALITES               */
/* =============================== */
#encart-actualites {
  position: relative;
}
.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);
}
.slick-actualites .actualites-card-content{
  background: var(--gray0);
  padding: 32px 24px 12px 24px;
}
.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 .link {
  margin-top: 1rem;
}
.actualites-card-text {
  color: rgba(22, 38, 85, 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;
}
}
#encart-contact .btn-contact a.btn.accent{
  background: rgba(33, 33, 33, 1);
  color: rgba(213, 129, 26, 1)
}
#encart-contact .btn-contact a.btn.accent svg path{
  fill: rgba(33, 33, 33, 1);
}
h1.h1-geoloc span::before, .title-1.h1-geoloc span::before{
  display: none;content: "";
}

.encart-btn.actualites-encart-btn.align-center.align-center {
  margin-top: 48px;
  color: rgba(165, 87, 24, 1);
  border: 1px solid rgba(165, 87, 24, 1);
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width:993px) {
  #encart-actualites:after{
    content: "";
    position: absolute;
    background: url(../assets/gifs/after-act.png);
    width: 415px;
        height: 1023px;
        right: 0;
        top: 0;
}
#encart-actualites:before{
  content: "";
  position: absolute;
  background: url(../assets/gifs/before-act.png);
  width: 524px;
  height: 599px;
  top: 0;
  left: 0;
}
  .actualites-card {
    border-radius: 0 114px 0 0;
    overflow: hidden;
  }
  .bloc-actualites .col-1 img {
    margin-bottom: 0;
}
.actualites-card-title {
  height: 30px;
  overflow: hidden;
}
  .actualites-card-title a {
    font-size: var(--displaysm);
    line-height: 30px;
  }
.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%;
}
}

/* =============================== */
/*   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);
  border-radius: var(--border-radius);
}
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 {
  background: rgba(243, 243, 255, 1);
  padding: 24px !important;
}
#listing-autres-actus-categorie {
  background: #efefef;
  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;
  }
}

/* =============================== */
/*           ENCART FORMULAIRE    */
/* =============================== */
.col-form {
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1);
}
.primary.white-text .title-2{
color: var(--gray0);
margin-bottom: 24px;
}
.bloc-contact .text-form{
  color: var(--gray0);
  margin-bottom: 12px;
}
.primary.white-text .reseaux-sociaux {
  margin-bottom: 80px;
}
.for01 {
  margin-bottom: 24px;
}
.col-form .title-2 {
  margin-bottom: 48px;
}
.encart-formulaire form p {
  margin-top: 0;
}
#formulaire_8 .divGenerateur  label.optional{
  display: none;
}
.encart-formulaire .g-recaptcha {
  margin: 15px 0;
}

@media screen and (min-width: 993px) {
  .primary.white-text {
    position: relative;
  }
  .primary.white-text:before{
    content: "";
    background: url(../assets/gifs/after-form.png);
    position: absolute;
        width: 500px;
        height: 476px;
        right: 0;
        bottom: 100px;
  }
  .encart-formulaire .col.primary {
    padding: 3rem 80px;
    min-width: 44%;
  }
  .encart-formulaire .col.col-form {
    padding: 3rem;
    max-width: 56%;
}

}



/* =============================== */
/*           FOOTER    */
/* =============================== */
footer {
  background: var(--primary-color);
  color: var(--gray0);
} 
footer .title-4 {
  color: var(--gray0);
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
}
.text-f {
  margin-top: 12px;
}


@media screen and (max-width: 992px) { 
  footer #footer-nav .nav ul li.sous_menu ul.dropdown {
    min-width: 18%;
    top: 100%;
}
.footer-contact {
    margin-top: 2rem;
}
#footer-nav nav a {
    FONT-SIZE: 14px;
}
  footer {
    text-align: center;
  }
  footer .brand .row {
    justify-content: center;
  }
  
}

span.erreur {
  font-size: 11px;
}


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

  .cp_ville {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}


  #footer-nav .container{
    position: relative;
  }
  #footer-nav .container:before{
    content: "";
    position: absolute;
    background: url(../assets/gifs/before-cf.png);
    width: 152px;
        height: 153px;
        z-index: 0;
  }
  #footer-nav .container:after{
    content: "";
    position: absolute;
    background: url(../assets/gifs/after-cf.png);
    width: 150px;
    height: 250px;
    right: 0;
    bottom: -99px;
    z-index: 1;
  }
  footer{
    position: relative;
  }
  footer:before{
    content: "";
    background: url(../assets/gifs/befoter-footer.png);
    position: absolute;
    width: 497px;
        height: 379px;
  }
  footer:after{
    content: "";
    background: url(../assets/gifs/after-footer.png);
    position: absolute;
    width: 623px;
    height: 379px;
    right: 0;
    top: 0;
  }
 
  #footer-nav .nav>ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin: 1.5rem 0;
}
footer #footer-nav .nav ul li.sous_menu ul.dropdown {
    bottom: 100%;
}


}

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: 100%;
  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,
.footer-2 nav a:hover,
.page-404 footer a:hover {
  text-decoration: underline;
  color: var(--accent-color);
}

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

span.lien-maps span {
  display: block;
}
#footer-nav .nav ul li.sous_menu ul.dropdown>li:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}
.footer-2 a{font-weight: 700;}

#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: 0 0 48px;
}

.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;
}

@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-inter {
  border: 2px solid rgba(43, 69, 52, 1);
  border-radius: 50px 0 0 0;
  padding: 14px;
  text-align: center;  margin: 15px 0;
}
.ac-1v1 .ac-colonne{
  margin: 15px 0;
  border: 2px solid rgba(43, 69, 52, 1);
  border-radius: 50px 0 0 0;
  padding: 15px;
}
.bloc-primary {
  background: var(--primary-color);
  color: var(--gray0);
  padding:12px;
  border-radius: 20px 0 0 0;
  overflow: hidden;
}
.bloc-primary em{
  font-style: normal;
}

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

#encart-contact {
  position: relative;
}

#encart-contact .card {
  margin: 40px auto;
  padding: 20px;
  border: 2px solid #383838;
  border-radius: 8px;
}

#encart-contact:before {
  content: "";
  position: absolute;
  left: -5000px;
  width: 10000px;
  height: 100%;
  background: rgba(213, 129, 26, 1);
  z-index: -1;
  bottom: 0px;
}
.card-title.contact-card-title.contact-encart-card-title {
  margin-bottom: 15px;
}
  /* =============================== */
/*          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;
}