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

  --accent-h: 358; /* hue */
  --accent-s: 82%; /* saturation */
  --accent-l: 28%; /* 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 */


  --accent950: hsla(358, 97%, 15%, 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);
  --gray900: #1E1E1E;
  --background-2:#151514;
  --title-color: var(--gray900);

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

  --display2xl: 48px;
  --displayxl: 40px;
  --displaylg: 36px;
  --displaymd: 31px;
  --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: "komet";
  --secondary-font: "ivyora-display";
  --font3:"Plus Jakarta Sans", sans-serif;

  /* RADIUS */
  /* ===== */
  --border-radius: 0px;
  --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                 */
/* =============================== */
.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;
}
.politique-de-confidentialite main .btn-contact {
  margin-top: 1rem;
  width: max-content;
}
.contact-page h1.title-2.white-text {
  color: #fff;
}
a,
.card-image img {
  transition: var(--transition);
}
p {
  margin: 12px 0 1.5rem;
}
p strong {
  font-weight: 500;
}
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;
}
h1.h1-geoloc,#bloc-01 h1.h1-geoloc span {
  color: var(--background-color);
}
#bloc-01 h1.h1-geoloc span {
  font-family: var(--font3);
  margin: 0;
}
.blocs {
  position: relative;
}
main p a {
  color: inherit;
  text-decoration: underline;
}
h1,
.title-1, h1.h1-geoloc span {
  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 {
  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);
}

h2,
h3,
h4,
h5,
[class*="title"],
[class*="title"] a,
#relance a {
  font-family: var(--secondary-font);
  font-weight: 500;
  color: var(--title-color);
  margin: 0;
}
h1{
  font-family: var(--secondary-font);
  font-weight: var(--font-weight-bold);
  color: var(--title-color);
  margin: 0;
}
h1 span{
  margin-top: 0;
}
.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) {
  .page-interne .sc-content .ac-doubleColonne .ac-colonne img{
    margin: 20px 0;
  } 
}
@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, h1.h1-geoloc span {
    font-size: var(--h1-font-size);
    line-height: var(--h1-font-size);
  }
  h1 span {
    font-weight: 500;
  }
  h2,
  .title-2, .title-1 {
    font-size: var(--h2-font-size);
    line-height: 52px;
  }
  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;
  }
}


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

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

[class*="btn"] a.btn, .btn.primary {
  padding: 11px 24px;
  border-radius: var(--button-border-radius);
  font-weight: var(--font-weight-bold);
  position: relative;
  z-index: 0;
  align-items: center;
  gap: 10px;
  border: 2px solid var(--accent-color);
}
.btn.accent {
  color: var(--gray0);
}
.btn.accent:hover {
  background: var(--gray0);
  color: var(--accent950);
  border-color: var(--accent950);
}
#bloc-01 .btn.accent:hover {
  background: #1515140D;
  border: 2px solid #F6F6F5;
  backdrop-filter: blur(4px);
  color: var(--gray0);
}
#bloc-01 .btn.accent:hover svg path{stroke: var(--gray0);}
.btn.accent:hover svg path{ stroke: var(--accent950);}
.btn-tel .btn-contact .btn.accent{
  background: var(--gray0);
  border-color: var(--gray0);
  color: var(--accent-color);
}
.btn-tel .btn-contact .btn.accent svg path{stroke: var(--accent-color);}
.btn-tel .btn-contact .btn.accent:hover {
  border: 2px solid rgba(246, 246, 245, 1);
  backdrop-filter: blur(4px);
  background: rgba(21, 21, 20, 0.05);
color: var(--gray0);
}
.btn-tel .btn-contact .btn.accent:hover svg path{stroke: var(--gray0);}
.btn.primary, .btn.outlined {
  border: 1px solid var(--accent-color);
  background-color: var(--background-color);
  color: var(--accent-color);
}
.btn.primary:hover, .btn.outlined:hover {
  border-color: var(--accent950);
  background-color: var(--background-color);
  color: var(--accent950);
}
@media screen and (max-width:601px) {
.btn-tel{
  flex-direction: column;
}

}

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

}



/* =============================== */
/*           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                 */
/* =============================== */
.header-contact {
  font-weight: 700;
}
@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-30);
}
  .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 rgba(21, 21, 20, 1);
  }
  .header-content .nav#main-nav li:not(.opened) a {
    padding: 1.5rem;
    border-color: rgba(21, 21, 20, 1);
  }
  .header-content .nav#main-nav li.index-link a {
    border-top: solid 1px rgba(21, 21, 20, 1);
  }
  .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(--gray0);
    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% - 8rem); 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 a:hover, .header-content .nav ul li a.selected {
    transform: translateY(-6px);
    padding-bottom: 16px;
}
.header-content nav a::before {
  position: absolute;
  content: '';
  bottom: 10px;
  left: 0;
  width: 91%;
  height: 1px;
  background: #fff;
  opacity: 0;
  transition: var(--transition);
  right: 0;
  margin: 0 auto;
}
.header-content nav a:hover::before, .header-content nav a.selected::before {
  opacity: 1;
}
  header li.no-menu-desk {display: none;}
  .header-content .nav#topbar-nav > ul > li > a{
    color: var(--gray0);
    padding: 8px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
  }
  .header-content .nav#topbar-nav > ul {gap:32px}
  .main-header-content {
    padding: 24px 0;
  }
  .top-bar {
    background: var(--accent-color);
  }
  .header-contact {
    display: flex;
    align-items: center;
    gap: .5rem;
  }

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

}




/* =============================== */
/*           FOLD + SLIDER         */
/* =============================== */
h1.h1-geoloc span::before, .title-1.h1-geoloc span::before{content: "";}
.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-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 0, 0, 0.6);
  z-index: 0;
}

.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;
}
.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) {
  .slide-content {
    padding-block: 190px;
  }
  #bloc-01 p {
    max-width: 648px;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
  }
  #bloc-01 .btn-contact {
    margin-top: 56px;
  }


}


/* =============================== */
/*           ENCART PRESTATIONS      */
/* =============================== */

.prestations-card-image {
  overflow: hidden;
}
.prestations-card-image a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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.6) 100%);
  opacity: 70%;
  transition: var(--transition);
  z-index: 1;
}
 .prestations-card-image img {
  transition: var(--transition);
}
.prestations-card .prestations-card-content {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 1;
}
.prestations-card:hover img {
  transform: scale(1.1);
}
.prestations-card-title a {
  margin-bottom: 20px;
  color: #fff;
  font-weight: 500;
  font-size: var(--displaysm);
}
.link-prest {
  margin-top: 20px;
  font-weight: 700;
  color: #fff;
}


@media screen and (max-width: 992px) {
  
}
@media screen and (max-width: 600px) {
  
}
@media screen and (min-width: 993px) {
  #encart-prestations, #encart-avis {
    padding: 80px 0;
  }


}


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

#bloc-02 .container{
  position: relative;
  background: url(../assets/gifs/bg-bloc02.jpg);
}
#bloc-02 .container:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left:0;
  background: rgba(255, 255, 255, 0.8);
}
#bloc-02 .container > .row.l-middle {
  position: relative;
}
.blocs .title-2 {
  color: var(--gray0);
}

@media screen and (max-width: 993px) {
.content-b02 {
  padding: 20px 10px;
  margin: 10px;
}

}

@media screen and (min-width: 993px) {
  .content-b02 {
    padding-left: 40px;
  }

}

/* =============================== */
/*           BLOC 03     */
/* =============================== */
#bloc-03{
  position: relative;
  overflow: hidden;
}
.col-img {position: relative;}
.col-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.75rem;
  display: block;
  object-fit: cover;
  object-position: center;
  max-width: none;
  width: 50vw;
  height: 100%;
  aspect-ratio: auto;
}
#bloc-04 img{
  right: auto;
  left: 0.75rem;
}

/* =============================== */
/*           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     */
/* =============================== */
#encart-avis {background: var(--background-2);}
.avis-card {
  padding: 24px;
  color: #F6F6F6;
  position: relative;
  background-color: #1E1E1E;
  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: #F6F6F6;
  font-size: var(--textmd);
  line-height: 24px;
}
.encart-avis .align-right button.show-more.btn.small {
  padding: 0 !important;    color: rgba(120, 36, 36, 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;
}


@media screen and (min-width: 993px) {
#encart-avis {
  margin: 80px 0 0 0;
}


}


/* =============================== */
/*   ENCART ACTUALITES               */
/* =============================== */
.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-listing-card {
  background: rgba(30, 30, 30, 1);
}
.actualites-listing-card-content {
  padding: 0 10px 10px 10px;
}

.actualites-card-title a {
  display: block;
  text-decoration: none;
  font-size: var(--displayxs);
  font-weight: 500;
  color: var(--gray0);
  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;
  margin-bottom: 20px;
}
.actualites-card-image img {
  transition: var(--transition);
}
.actualites-card:hover img {
  transform: scale(1.1);
}
.actualites-card:hover .actualites-card-title a {
 color: var(--gray0);
 font-weight: 500;
}
.card-date {
  color: var(--gray0);
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 4px;
}
.actualites-card-title {
  margin-top: 4px;
}
.actualites-card .link {
  margin-top: 8px;
}
.actualites-card .link a{
  text-decoration: none;color:var(--gray0)
}
.bloc-actualites .col-1 img {
  margin-bottom: 30px;
}

.actualites-card-text {
  color: rgba(231, 231, 231, 1);
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
#encart-actualites .actualites-encart-btn a {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
#encart-actualites .actualites-encart-btn a:hover{background: var(--accent-color); border-color: var(--accent-color);}

@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 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%;
  margin-bottom: 45px;
}
}

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


/* =============================== */
/*           FOOTER    */
/* =============================== */
/* *************************************************FOOTER********************************* */
footer{
  background-color: #1A1A19;
  color: hsla(60, 6%, 97%, 1);
}
body:not(.index-page) footer .section.footer-1 {
  padding: 2rem 0 1.5rem;
}
@media screen and (min-width: 993px) {
  #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%;
  }
}
@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-row-contact {
  display: flex;
  gap: 6px;
}
footer address {
  margin: 0;
}
footer .section.footer-1 {
  padding: 3rem 0 1.5rem;
}
footer .footer-1 .title-4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0;
  color: var(--gray0);
  font-family: var(--primary-font);
}
.footer-contact {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.footer-1 address a,
.footer-1 .text {
  font-weight: 400;
  line-height: 24px;
}
.footer-1 address a:hover {opacity: 0.7;}
#footer-nav .nav ul li:hover > a{color: var(--gray0);}
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;
  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;
}
#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;
  background: #383838;
}
#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;
}
.footer-2 nav a{
  color: #fff;
}
.footer-2 nav a:hover,
.page-404 footer a:hover {
  color: #fff;
  text-decoration: underline;
}
@media screen and (max-width: 1150px) and (min-width: 993px) {
  .footer-1 address a, .footer-1 .text {
    font-size: 14px;
}
#footer-nav nav a{
  font-size: 12px;
}
}



/* =============================== */
/*           PAGE INTERNE    */
/* =============================== */
.contact-page .s-middle {
  flex-wrap: nowrap;
  height: 100%;
}
.contact-page .s-stretch {
  flex-wrap: nowrap;
}
.contact-page h1,.contact-hero .title-4{
  margin: 0;
  line-height: normal;
}
.contact-hero .title-4 {
  font-size: 27px;
}
.contact-hero p.intro{
  color: #fff;
}
.contact-page .s-middle {
  flex-wrap: nowrap;
  height: 100%;
}
.contact-page .s-stretch {
  flex-wrap: nowrap;
}
.contact-page-infos-pratiques{
  border: 1ps solid #fff;
  border-radius: var(--border-radius);
}
.map-container iframe{
  min-height: 300px;
}

.page-interne .ac-doubleColonne h2{
  margin: 0 0 12px;
}
.page-interne #container{
  padding: 0;
}
.page-interne .hero-bg{
  padding: 100px 0;
  position: relative;
}
.hero-interne{
  padding: 100px 0 ;
  position: relative;
  margin-top: -4rem;
}
.actualites-detail .hero-interne{
  padding: 100px 0 78px;
}
.contact-hero{
  background: url('../assets/gifs/slider/slide-01.jpg');
  background-size: cover;  background-position: center;
}
.plan-site h1{
  margin-bottom: 2rem;
}
.page-interne .hero-bg::before,.hero-interne::before {
  position: absolute;
  content: "";
  background: url('../assets/gifs/slider/slide-01.jpg');
  background-size: cover;  background-position: center;  width: 160%;
  left: -21%;
  max-width: 1920px;
  top: 0;
  height: 100%;
  z-index: -1;
}
.page-interne .ac-include .container{
  width: 100%;
}
.page-interne p>em,.catalogue-listing main p>em{
  display: block;
  font-style: normal;
  padding: 14px;
  background-color: hsla(0, 0%, 14%, 1);
  backdrop-filter: blur(16px);
  color: #fff;
}
.page-interne .ac-doubleColonne:has(+p){
  margin-bottom: 1.5rem;
}
.page-interne .sc-content .ac-doubleColonne .clear_both {
  margin-bottom: 2.35rem;
}
.sc-content .ac-doubleColonne .ac-colonne img{
  border-radius: var(--border-radius);
}
#catalogue_contenu,.catalogue-detail .hero-interne+.row{
  margin-top: 5.5rem;
}
.catalogue-listing main>.section,.catalogue-detail  main>.section{
  padding-top: 12rem;
}
.catalogue-listing .fil-ariane,.catalogue-detail .fil-ariane{
  margin-bottom: -19rem;
    margin-top: 5rem;
}
.hero-bg span{
  font-weight: 700;
}
/****/
.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;
}

.col-right {
  max-width: 500px;
}
.page-interne p {
  margin-top: 0px;
  margin-bottom: 30px;
}

@media screen and (min-width: 993px) {
  .page-interne .sc-content #relance{
    margin-top: 0;
  }
  .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;
  }

  .page-interne .sc-content img {
    height: 100%;
    object-fit: cover;
   }
  
}

/* =============================== */
/*           ENCART CONTACT    */
/* =============================== */
.index-page #encart-contact{
  background: url(../assets/gifs/bg-encar-contact.jpg);
  background-size: cover;
  position: relative;
}
.index-page #encart-contact:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(270deg, rgba(128, 13, 16, 0.8) 0%, #800D10 100%);
}
.page-interne #encart-contact::before {
  position: absolute;
  content: "";
  width: 160%;
  max-width: 1920px;
  height: 100%;
  left: -26%;
  top: 0;
  z-index: -1;
  background: linear-gradient(270deg, rgba(128, 13, 16, 0.8) 0%, #800D10 100%), url(../assets/gifs/bg-encar-contact.jpg);
  background-size: cover;
}
#encart-contact .title-2{color: var(--gray0);}
.btn-tel a.tel{
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
}
.btn-tel {
  display: flex;
    gap: 12px;
    margin-top: 24px;
    margin-bottom: 24px;
}
.texte.text {
  margin: 24px 0;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}
#encart-contact .container{
  position: relative;
  z-index: 1;
}
#encart-contact {
  margin: 0;
}
#encart-contact {
  position: relative;
}

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


.card-title.contact-card-title.contact-encart-card-title {
  margin-bottom: 15px;
}

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

#encart-contact {
  margin: 0;
  padding: 120px 0;
}

}


  /* =============================== */
/*          BLOC FORMULAIRE HOME           */
/* =============================== */

#bloc-formulaire {background: var(--gray50);}
.content-form-home {
  background: #fff;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1);
  padding: 10px;
}
#formulaire_5 p{margin-bottom: 10px ;margin-top: 0;}
#formulaire_5 label{
  color: rgba(61, 61, 61, 1);
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
#formulaire_5 .divGenerateur > label.optional{display: none;}
#formulaire_5 .divGenerateur ul li label{font-size: 13px;} 
.g-recaptcha {
  margin: 17px 0;
}

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

  .content-form-home {
    padding: 48px;
  }
  .cp_ville {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }


}

  /* =============================== */
/*          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;
}
.sc-content .ac-doubleColonne.hero-bg .ac-colonne, .hero-interne .ac-colonne {
  max-width: 700px;
}
.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: -21%;
  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: rgba(13, 0, 0, 0.6);    
  }
  .ac-1v1 .ac-colonne {
    margin: 10px 0;
    padding: 20px;
    border: 2px solid var(--accent-color);
}

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