:root {
  /* COLOR */
  /* ===== */
  --primary-h: 9; /* hue */
  --primary-s: 100%; /* saturation */
  --primary-l: 95%; /* lightness */

  --accent-h: 11; /* hue */
  --accent-s: 66%; /* saturation */
  --accent-l: 31%; /* lightness */

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

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

  --accent50: hsla(200, 33%, 96%, 1);

  --gray0: hsla(0, 0%, 100%, 1);
  --gray50: hsla(210, 40%, 98%, 1);

  --gray900: hsla(219, 36%, 11%, 1);
  --background-2:#FFE8E4;
  --title-color: var(--gray900);

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

  --display2xl: 61px;
  --displayxl: 40px;
  --displaylg: 33px;
  --displaymd: 28px;
  --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: "Poppins", sans-serif;

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

  /* FONT WEIGHT */
  /* ===== */
  --font-weight-regular: 400;
  --font-weight-semi-bold: 600;
  --font-weight-bold: 800;
  --line-height: 26px;

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

/* =============================== */
/*           GENERAL                 */
/* =============================== */
a[href="#"] {
  cursor: default;
}
.p50{
  padding: 50px 0;
}
.relative{
  position: relative;
}
.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;
  cursor: pointer;
}
.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;
}
p strong {
  font-weight: 700;
}
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);
}
main p a {
  color: inherit;
  text-decoration: underline;
}

.blocs {
  position: relative;
}
main p a {
  color: inherit;
  text-decoration: underline;
}
h1,
.title-1,h1.h1-geoloc span, .title-1.h1-geoloc span,h1 span {
  font-size: var(--h1-mobile-font-size);
  line-height: 40px;
}
h2,
.title-2 {
  font-size: var(--h2-mobile-font-size);
  line-height: var(--h2-mobile-font-size);
}
h3,
.title-3 {
  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);
  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: 48px;
}
.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) {
  .cp_ville {
    display: grid
;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
  li.no-menu-desk {
    display: none;
}
  #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, h1.h1-geoloc span, .title-1.h1-geoloc span,h1 span{
    font-size: var(--h1-font-size);
    line-height: var(--h1-font-size);
  }
  .index-page h1, .index-page h1 span{
    font-size: var(--h2-font-size);
    line-height: 60px
  }
  h2,
  .title-2, .title-1 {
    font-size: var(--h2-font-size);
    line-height: 60px;
  }
  h3, .title-3{
    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: 100px 0;
  }
}

/* =============================== */
/*           BOUTONS                 */
/* =============================== */
[class*="btn"] a.btn {
  padding: 14px 1.5rem;
  font-weight: 600;
  letter-spacing: 0px;
  border: 1px solid;
}

[class*="btn"] .accent.btn {
  color: var(--background-color);
}

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

.contact-page [id*="formulaire"] .btn.primary {
  border-color: var(--accent-color);
  background-color: 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: var(--accent-color);
  background: #fff;
  border: 1px solid var(--accent-color);
}

a.btn:has(.content) {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-align: center;
  transition: 0.3s;
  height: 51px;
  border: none;
  padding: 0;
}

a.btn .content {
  position: relative;
  bottom: 0%;
  transition: 0.5s;
  height: 100%;
  padding: .85rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 993px) {
  a.btn:has(.content):hover .content {
      bottom: 101%;
  }
}

@media screen and (max-width: 992px) {
  a.btn .content:last-of-type {
      display: none;
  }
}

/* =============================== */
/*           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                 */
/* =============================== */
a.tel {
  font-weight: 600;
}
@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: var(--textmd);
  }
  .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;
  }

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

}
@media screen and (min-width: 993px) {
  .top-bar , .top-bar .nav ul li.sous_menu ul.dropdown, .top-bar .nav ul li.sous_menu ul.ssdropdown {
    background-color: var(--accent-color);
    color: white;
}
  .main-header-content {
    padding: 27px 0;
}
  .header-content nav li:not(li.sousLi) {
    margin: 0 8px;
  }
  .header-content .nav#main-nav>ul>li>a,
  .header-content .nav#topbar-nav>ul>li>a,
  .nav-footer a{
    position: relative;
    padding: 4px;
  }
  .header-content .nav#topbar-nav>ul>li>a, .nav-footer a {   
    font-size: var(--textmd);
    line-height: 30px;
}
  .header-content nav ul.dropdown a {
    font-size: var(--textsm);
  }
  .header-content .nav ul li.sous_menu > a::after {
        content: url(../assets/gifs/after-nav.svg);
    }
 
  .header-content .nav#main-nav>ul>li>a.selected:before,
  .header-content .nav#main-nav>ul>li>a:hover:before,
  .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: -6px;
    left: 50%;
    height: 2px;
    background-color: var(--accent-color);
    width: 0;
    transition: var(--transition);
  }

  .header-content .nav#topbar-nav>ul>li>a:before{   
    bottom: 4px;    
    background-color: var(--background-color);   
  }
  .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-content .nav ul:not(ul.dropdown) li a:hover, .header-content .nav ul:not(ul.dropdown) li a.selected {
    color: inherit;
  }
  .header-content .nav ul li.sous_menu ul.dropdown > li a:hover,.header-content .nav ul li.sous_menu ul.dropdown > li > a.selected {
    color: var(--primary-color-80);
}
  .header-contact {
    display: flex;
    align-items: center;
    gap: .5rem;
  }

}

/* =============================== */
/*           FOLD + SLIDER         */
/* =============================== */
.row-btn {
  display: flex;flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.slide-img .container, .slide-img, .slider-slick {
    height: auto;
    min-height: auto;
}
.slider-slick {
  width: 100%;  display: block;
  height: auto;
  position: relative;
  z-index: 0;
}
.slider-slick .slick {
  height: 100%;
}

.slide-img {
  min-height: auto;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.slide-img.slide-01 {
  background-image: url("../assets/gifs/slider/slide-01.jpg");
}
.fold .slick-slider {
  margin-bottom: 0;
}
.line-slider { 
  position: relative;
}
.line-slider:before{
  content: "";
  background: #1B1C1DE5;
  position: absolute;
  width: 100%;
  left: calc(-100% + 0.75rem);
  height: 100%;
  top:0
}

.main-slider {
  background: #1B1C1DE5;position: relative; 
  transition: all 1s 0ms ease-in-out;
  display: flex;
    flex-direction: column;
    gap: 40px;
    padding-block: 155px;
}
.main-slider .title-1 {
  max-width: 695px;
  text-transform: uppercase;
  color: var(--background-color);
  
}
#encart-catalogue .title-2 em, #encart-actualites h2 em{font-style: normal;}
@media screen and (min-width:993px) {
  .main-slider .title-1 span, #encart-catalogue .title-2 em, #encart-actualites h2 em {
    position: relative;
  }
  #encart-catalogue .title-2 em, #encart-actualites h2 em{color: var(--background-color);; z-index: 1; font-style: normal;}
  .main-slider .title-1 span:after, #encart-catalogue .title-2 em:after,  #encart-actualites h2 em:after{
  content: "";
      position: absolute;
      background: rgba(132, 46, 27, 1);
      width: 101%;
      height: 69px;
      top: 50%;
      left: 0%;
      z-index: -1;
      transform: translateY(-50%);
  }
  .main-slider {
   
    clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
    
  }
  .line-slider:after {
    content: "";
    position: absolute;
    height: 136%;
    top: -143px;
    width: 100px;
    rotate: -21deg;
    right: -60px;
    background: #00000080;
  }
  .main-slider .title-1 {
    max-width: 695px;   
    font-size: 61px;line-height: 92px;
  }
  .main-slider .title-1 {
    font-size: 61px;line-height: 92px;
  }
  .descrip-catalog { max-width: 360px;}
}

.descrip-catalog {
  margin-top: 40px;
  font-weight: 600;
}
.nbr-exp {
  color: var(--background-color);
  font-weight: 800;
  font-family: var(--secondary-font);
  font-size: 40px; line-height: 60px;display: flex  ;
      align-items: center;
      gap: 8px;
}
.nbr-exp span{
  font-size: var(--textmd);
  line-height: var(--line-height);
  font-weight: var(--font-weight-regular);
}


@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: 600px;
    max-height: 400px;
    margin: 30px auto;
    object-fit: cover;
    width: 100%;
  }
  .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) {
  .slide-img.slide-01 {
    overflow: hidden;
  }
}





/* =============================== */
/*           BLOC 01+02+03+04     */
/* =============================== */
.etiquettes {
  background: #FCEBD8;
  display: inline-block;
  border-radius: var(--border-radius);
  padding: 5.5px 8px;
  color: var(--accent-color);
  font-size: 14px;
  font-weight: 600;margin-bottom: 48px;
}
.etiquette {
  background: var(--background-color);;
  display: inline-block;
  border-radius: var(--border-radius);
  padding: 5.5px 8px;
  color: #EB894C;
  font-size: 14px;
  font-weight: 600;margin-bottom: 48px;
}
.col-img img {
  clip-path: polygon(25% 0%, 100% 0, 100% 100%, 0 100%, 0% 20%);
  max-width: max-content;
  border-radius: 0 var(--border-radius) var(--border-radius) var(--border-radius);
}
.img-path {
   clip-path: polygon(25% 0%, 100% 0, 100% 100%, 0 100%, 0% 20%);
   border-radius: var(--border-radius);
}

.bg-conseil {
  position: absolute;
  background: var(--background-color);
  bottom: 0;
  left: 328px;
  padding: 30px 58px;
  width: 100%;
  max-width: 646px;
}
.title-conseil {
    color: var(--background-color);
    background: var(--accent-color);
    padding: 8px 15px;
    display: inline-block;
    font-size: 28px;
    margin-bottom: 20px;
}


@media screen and (min-width: 993px) {
  .col-img img {
    margin-top: 207px;
  }
  .content-b04 {max-width: 616px;}
#bloc-01 {
    padding-top: 158px;
}
#bloc-01 p {
    margin: 70px 0 48px 0;
}
  .col-img img:first-of-type {
    position: absolute;
    right: -203px;
    width: auto;
    top: -207px;
}
.col-img {
  position: relative;
}
#bloc-04 img{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  object-fit: cover;
  object-position: center;
  max-width: none;
  width: 50vw;
  height: 100%;
  aspect-ratio: auto;
  border-radius: var(--border-radius);
}


}

/* =============================== */
/*           ENCART POINT FORTS      */
/* =============================== */
#encart-points-forts, #bloc-04 {
    clip-path: polygon(7% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 40%);
    background-color: var(--primary-color)
}
.section-p {
padding: 70px 0;
}
.points-forts-card {
    padding: 48px;
}
.points-forts-img img {
    max-width: max-content;
    margin: 0;
}
.points-forts-title {
    margin: 20px 0 16px 0;
}
.card-title, .card-title a {
    font-size: var(--displaysm);
    line-height: 30px;
}

@media screen and (min-width: 993px) {
.card-b:after {
    content: "";
    background: rgba(209, 209, 209, 1);
    width: 1px;
    height: 200px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

}

/* =============================== */
/*           bloc 02     */
/* =============================== */
.index-page h2{
  text-transform: uppercase;
}
h2 em {
  font-style: normal;
  color: var(--accent-color);
}
.content-img02 {
    clip-path: polygon(23.5% 0%, 99.25% 0%, 100% 100%, 0% 100%, 0% 23.02%);
    border-radius: 8px;overflow: hidden;
}

.titre-notes {    
    display: inline-block;
    padding: 15px 30px 4px 30px;
    border-radius: 0 8px 0 0;
    font-size: 28px;
    font-family: var(--secondary-font);
    font-weight: var(--font-weight-bold);
}
.descrip-notes {
  padding: 36px 30px 49px 30px;
}
@media screen and (min-width: 993px) {
  .blok-notes {
    position: absolute;
    bottom: 0;
}
.content-img02 {
    max-width: 626px;
}

}

@media screen and (max-width: 992px) {
  .blok-notes {
    margin: 20px 0;
}

}
/* =============================== */
/*           ENCART PRESTATIONS      */
/* =============================== */
.prestations-card{
  transition: var(--transition);
  border-radius: var(--border-radius);
  background: var(--accent-color);
  border:2px  solid var(--accent-color);
  padding: 40px 33px;
  color: var(--background-color);
}
.prestations-card:hover {
  background: var(--background-color);;
  color: #1E1E1E;
}
.card-text {
    margin: 12px 0 20px 0;
}
.card-link {
    margin-top: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;font-weight: 600;
}
.card-link svg {
    border-radius: calc(var(--border-radius)/4);
}

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


/* =============================== */
/*           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: 16px;
  color: var(--text-color);
  position: relative;
  background-color: rgba(246, 246, 246, 1);
  font-weight: var(--font-weight-regular);
}
.avis-card .avis-card-text {
  font-size: var(--textmd);
  font-style: normal;
  font-weight: var(--font-weight-regular);
  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 ;    color: rgba(120, 36, 36, 1);
}
.avis-date {
  font-size: var(--textxs);
  font-style: normal;
  font-weight: var(--font-weight-regular);
  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;
}


/* ***************************************ACTUALITES*********************************** */

@media screen and (min-width: 993px) {
  #encart-actualites .title-2 {
      width: fit-content;
      margin: 0 auto;
  }
  #encart-actualites .title-2::after {
      content: url(../assets/gifs/after-title-actus.png);
      margin-left: 30px;
      vertical-align: middle;
  }
  #encart-actualites .title-2::before {
      content: url(../assets/gifs/before-title-actus.png);
      margin-right: 30px;
      vertical-align: middle;
  }
}

.actualites-card-content {
padding-top: 20px;
}

.actualites-card-image {
  height: 324px;
  overflow: hidden;
}

.actualites-card:hover img {
  transform: scale(1.1);
}

.card-image img,
.card-image a {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
  transition: .6s;
}

.actualites-card-title a {
  text-decoration: none;
  color: hsla(0, 0%, 12%, 1);
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0px;
}

.actualites-card-content .card-text {
  margin: 8px 0;
}

.slick-actualites {
  margin: 18px 0 60px;
}

#listing-autres-actus-categorie ul a {
  font-size: 15px;
  text-decoration: none;
  color: #000;
}

#listing-autres-actus-categorie ul a:hover {
  text-decoration: underline;
}

.actualites-detail .detail-btn {
  text-align: center;
}

.actualites-detail .detail-actu-reseaux-sociaux {
  align-items: flex-start;
}

.detail-actu-reseaux-sociaux>div {
  display: flex;
}

.detail-actu-image img {
  border-radius: var(--border-radius);
}

.actualites-listing #fil_ariane {
  margin: 2rem 0rem;
}

@media screen and (max-width: 1400px) and (min-width: 993px) {
  #listing-autres-actus-categorie a.btn {
      padding: 12px 12px;
      font-size: 12px;
  }
}

@media screen and (min-width: 601px) {
  .actualites-listing .recherche_actu #input_recherche_actu {
      width: calc(100% - 5.25rem);
  }
}

.actualites-detail #listing-autres-actus-categorie {
  background-color: var(--text-color-90);
  padding: 1rem;
  border-radius: var(--border-radius);
}

/* =============================== */
/*           FOOTER    */
/* =============================== */
@media screen and (max-width: 992px) { 
  footer {
    text-align: center;
  }
  footer .brand .row {
    justify-content: center;
  }
  
}
@media screen and (max-width: 600px) {
  
}
@media screen and (min-width: 993px) {

}


span.lien-maps span {
  display: block;
}


.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%;
}
.page-interne p {
  margin-top: 0px;
  margin-bottom: 30px;
}
.page-interne .bg-notes p {
  margin-bottom: 0;
}
.ac-1v1 .ac-colonne {
  margin: 15px 0;
  padding: 20px;
  border: 2px solid #F6F6F6;
}
@media screen and (min-width: 993px) {
  .padding-0{
    padding: 0  !important;
  }
  .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 ;
  }
  .page-interne #container {
    padding-bottom: 0;
  }

  section.ac-doubleColonne h2 {
    margin-top: 0px;
  }
  main img {
    margin: 0px auto;
  }
  .bg-notes {
    background-color: #f3f3f3;
    padding: 20px;
    margin-top: 8px ;
    display: block;
    border-radius: 5px;
  }
  
}

/* =============================== */
/*           ENCART CONTACT    */
/* =============================== */
#encart-contact {
  margin: 60px auto 60px auto;
}

#encart-contact .container {
 background: linear-gradient(#0000008F, #0000008F), url(../assets/gifs/bg-contact.jpg);
 background-size: cover;
 background-position: center;
 padding: 48px 15px 48px 48px;
 color: var(--background-color);
 border-radius: calc(var(--border-radius) + 4px);
}
#encart-contact h2{
  max-width: 500px;
  margin-bottom: 15px;
}
#encart-contact p {
  margin-bottom: 10px;
}
#encart-contact .reseaux-sociaux{margin-bottom: 48px;}
#encart-contact .reseaux-sociaux svg path{fill:#fff}

  /* =============================== */
/*          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 #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) {
  #encart-contact .container {width: 100%;}
  .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;
  }
  #container:not(.devis #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: var(--textmd);
  }
  .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;
}

/* =============================== */
/*               FOOTER            */
/* =============================== */
footer svg path {
  fill: black;
}
footer {
  padding-bottom: 24px;
  background-color: hsla(0, 0%, 96%, 1);
}
footer .section.section-1 {
  padding-top: 40px;
}
footer a {
  color: var(--text-color);
}
footer .section-3 {
  color: var(--title-color);
}
footer .section .materiel-icons {
  font-size: 20px;
}
footer .section {
  padding: 24px 0;
}
footer .title {
  margin-bottom: 12px;
  font-weight: 600;
  font-family: var(--primary-font);
  color: var(--accent-color);
}
footer ul a {
  color: var(--title-color);
}
.footer-coordonnee {
  display: flex;
  gap: 8px;
}
.nav-footer ul.row a {
  text-decoration: none;
}
footer .section-3 a,
.siret {
  font-weight: 600;
  color: var(--title-color);
  font-family: var(--tertiary-font);
}
 a.lien-maps:hover,
footer .section-3 a:hover {
  text-decoration: underline;
  color: var(--link-color);
}
.index-page footer {
  position: relative;
}
footer ul.dropdown {
  position: absolute;
  left: 0;
  display: none;
  flex-direction: column;
  align-items: stretch;
  width: max-content;
  min-width: 100%;
  max-width: 4rem;
  margin: 0;
  padding: 0;
  font-weight: normal;
  background-color: var(--background-color);
  border: solid 1px rgba(0, 0, 0, 0.1);
  color: var(--text-color);
  z-index: 1;
  bottom: 100%;
  list-style: none;
}
  footer ul.dropdown a {
    font-size: 13px;
    text-transform: none;
  }
footer ul li.sous_menu > a::after {
  content: '\e5cf';
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin: -.125em 0 0 .25em;
  font-family: 'Material Icons';
}
footer ul.dropdown li {
  padding: 0.75rem;
}
footer ul li.sous_menu ul.dropdown > li:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}
footer ul li.sous_menu {
  position: relative;
}
footer ul li.sous_menu:hover ul.dropdown {
  display: block;
}
footer .nav ul li.sous_menu ul.dropdown > li a {
  padding: 0.5rem 0.75rem;
}
footer ul.dropdown li {
  margin: 0;
}
footer .nav ul li.sous_menu ul.dropdown > li a {
  padding: 0.5rem;
  margin: 0;
  font-size: 13px;
  display: block;
}
.nav-footer ul {
  margin: 0;
}
.footer-coordonnee-2 {
  margin-top: 16px;
}
footer .section-1 .lien-maps span {
  display: block;
}
@media screen and (max-width: 992px) {
.reseaux-sociaux ul.row {
    justify-content: center;
  }
  .section.section-2.nav-footer {
    padding: 24px 0 0;
    max-width: 400px;
    margin: 0 auto;
  }
  footer {
    text-align: center;
  }
  footer .title {
    margin-top: 30px;
  }
  .section.section-1 {
    padding-bottom: 0;
  }
  footer .section li {
    margin: 15px 0;
  }
  .footer-coordonnee {
    flex-direction: column;
    margin: 0 0 25px;
    gap: 6px;
    justify-content: center;
  }
  .horaire-footer > div {
    margin-bottom: 20px;
    flex-direction: column;
    gap: 6px;
  }
  footer .brand {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 993px) {
  .footer-brand p {
    margin: 12px 0 0;
  }
  .nav-footer ul {
    display: flex;
    justify-content: center;
  }
  footer  ul.dropdown, footer  ul.ssdropdown {
    max-width: none;
  }
  footer .row {
    flex-wrap: nowrap;
  }
}



/***/
div#bloc-formulaire {
 
  position: relative;
  margin-bottom: 20px;
}
div#bloc-formulaire:before{
  content: "";
  position: absolute;
  background-color:#F6F6F6;
  width: 300%  ;
  height: 100%;
  left: -100%;
  top: 0;
  z-index: -1;
}
.bloc-info {
  background-color: var(--accent-color);
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 48px 68px;
}
.bloc-info h2{color: var(--background-color);}
.bloc-info::before {
  position: absolute;
  content: '';
 left: -50px;
 bottom: 0;
 right: 0;
  width: 592px;
  height: 350px;
}
.bloc-info  .title-2, .bloc-info p {
  color: white;
}
.formulaire-coordonneers {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: hsla(0, 0%, 91%, 1);
}
.formulaire-coordonneers .titre {
  color: white;
  font-weight: 600;
  margin-bottom: 12px;
}
.bloc-formulaire {
  background-color: white;
  box-shadow: 0px 4px 24px 0px hsla(0, 0%, 0%, 0.1);
  border-radius: var(--border-radius);
}
div#bloc-formulaire .title-2 {
  margin-bottom: 24px;
}
div#bloc-formulaire label {
  padding-bottom: 4px;
  color: var(--text-color);
  font-weight: 600;
}
div#bloc-formulaire input:not(div#bloc-formulaire p.submit .btn),
div#bloc-formulaire textarea {
  padding: 10px 18px;
  border-radius: var(--border-radius);
  border: 1px solid hsla(0, 0%, 82%, 1);
  min-width: 16px;
  min-height: 16px;
  background-color: white;
  color: hsla(0, 0%, 43%, 1);
  box-shadow: 0px 1px 2px 0px hsla(220, 43%, 11%, 0.05);
}
div#bloc-formulaire input:not(div#bloc-formulaire .accent):hover,
div#bloc-formulaire textarea:hover {
  border-color: var(--accent-color-20);
}
div#bloc-formulaire input.accent:hover {
  border-color: var(--accent-color);
}
div#bloc-formulaire textarea {
  min-height: 86px;
}
input[type="checkbox"],
input[type="radio"] {
  margin-right: 8px;
}
div#bloc-formulaire label.noFloatingLabel,
div#bloc-formulaire .info {
  color: var(--text-color);
  display: flex;
  align-items: flex-start;
  font-weight: 400;
}
div#bloc-formulaire .divGenerateur {
  margin: 0;
}
div#bloc-formulaire .divGenerateur label.optional {
  display: none;
}
#bloc-formulaire input[type="checkbox"] {
  margin-top: 5px;
}
@media screen and (max-width: 992px) {
  .col.bloc-formulaire, .col.bloc-info {
    padding: 20px 16px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 993px) {
  .page-interne div#bloc-formulaire {
    padding: 120px 0;
  }
  .page-interne div#bloc-formulaire .container {
    width: 100%;
  }
  .col.bloc-info {
    padding: 48px 80px;
  }
  div#bloc-formulaire .title-2 {
    font-size: 33px;
  }
  .col.bloc-formulaire {
    padding: 48px;
  }
  div#bloc-formulaire div#field_20,
  div#bloc-formulaire div#field_24 {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  div#field_21 p,div#field_24 p {
    width: 100%;
    margin-bottom: 0;
  }
  div#field_24 p {
    margin-top: 0;
  }
}
@media screen and (min-width:993px) {
  
#encart-catalogue .slick-slide {
  transition: transform .4s;
  position: relative; 
}

#encart-catalogue .slick-slide {
  transform: scale(0.7)  translate(640px);
}

#encart-catalogue .slick-slide.slick-center + .slick-slide {
  transform: scale(0.8) translate(-250px);
  z-index: 10;
}

#encart-catalogue  .slick-center + .slick-slide + .slick-slide {
  transform: scale(0.7)  translate(-640px);
  z-index: 5;
}

#encart-catalogue  .slick-slide.slick-active {
  transform: scale(0.8) translate(250px);
}

#encart-catalogue  .slick-slide.slick-center {
  /* margin: 0 -10%; */
  transform: scale(1);
  z-index: 30;
}
.bg-group {
  position: relative;
  z-index: 0;
}
.bg-group::before {
  position: absolute;
  content: '';
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url('../assets/gifs/bg-groupe.png');
  background-size: cover;
  z-index: -1;
}
}
#bloc-formulaire img{
  object-fit: cover ;max-height: 416px;
}
#encart-catalogue {position: relative;}
#encart-catalogue:before{
  content: "";
  background: var(--primary-color);
  height: 100%;
  top: 0;
  position: absolute;
  width: 300%;
  left:-100%;
  z-index: -1;
}
.footer-brand p{
  font-size: 14px;max-width: 310px;line-height: 22px;
}
.g-recaptcha {
  margin: 20px 0;
}
fieldset {
  border-radius: var(--border-radius);
  margin-bottom: 22px;
}