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

  --accent-h: 221; /* hue */
  --accent-s: 100%; /* saturation */
  --accent-l: 45%; /* lightness */

  --text-h: 218; /* hue */
  --text-s: 28%; /* saturation */
  --text-l: 17%; /* lightness */

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

  --accent50: hsla(10, 64%, 95%, 1);
  --accent100: hsla(10, 75%, 89%, 1);
  --accent200: hsla(11, 76%, 78%, 1);
  --accent300:hsla(11, 76%, 68%, 1);
  --accent400: hsla(11, 76%, 57%, 1);
  --accent500: hsla(11, 89%, 46%, 1);
  --accent600: hsla(11, 89%, 37%, 1);
  --accent700:hsla(11, 89%, 28%, 1);
  --accent800: hsla(11, 89%, 18%, 1);
  --accent900:hsla(10, 87%, 9%, 1);

  --brand50:  hsla(198, 100%, 92%, 1);
  --brand100: hsla(195, 100%, 85%, 1);
  --brand200: hsla(194, 100%, 76%, 1);
  --brand300: hsla(196, 100%, 64%, 1);
  --brand400: hsla(201, 100%, 56%, 1);
  --brand500: hsla(206, 100%, 51%, 1);
  --brand600: hsla(210, 100%, 45%, 1);
  --brand700: hsla(212, 92%, 40%, 1);
  --brand800: hsla(210, 85%, 33%, 1);
  --brand900: hsla(212, 74%, 21%, 1);

  --gray0: hsla(0, 0%, 100%, 1);
  --gray50: hsla(210, 40%, 98%, 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: hsla(219, 36%, 11%, 1);
  --background-2:var(--accent50);
  --title-color: var(--gray900);

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

  --display2xl: 61px;
  --displayxl: 49px;
  --displaylg: 39px;
  --displaymd: 31px;
  --displaysm: 25px;
  --displayxs: 20px;

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

  --h1-font-size: var(--display2xl);
  --title-2-font-size: var(--displayxl);
  --h2-font-size: var(--displaylg);
  --h3-font-size: var(--displaymd);
  --h4-font-size: var(--displaysm);
  --h5-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: "Maven Pro", sans-serif;
  --secondary-font:"Kanit", sans-serif;

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

  /* 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,.card-image a, .card-image img {
  position: relative;
  border-radius: var(--border-radius);
}
.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;
}
a,
.card-image img {
  transition: var(--transition);
}
p {
  margin: 12px 0 1.5rem;
}

h1.h1-geoloc span,
.title-1.h1-geoloc span {
  margin: 8px 0 0;
}
body :where(address) {
  margin: 0;
}
.paginationControl {
  text-align: center;
  margin: 60px auto 28px;
}
.sitemap-nav li {
  margin: 10px 0;
}
.slick-dots li button .slick-dot-icon:before {
  content: "";
}
.slick-dots li {
  margin: 0 4px;
  padding: 4px;
}
.slick-dots li button {
  height: 8px;
  width: 8px;
  border-radius: 100px;
  background-color: var(--gray200);
  padding: 0;
}
.slick-dots li.slick-active button {
  background: var(--brand600);
  width: 60px;
}
.slick-dots li button:hover .slick-dot-icon,
.slick-dots li button:focus .slick-dot-icon {
  opacity: 1;
}
.slick-dots li button .slick-dot-icon {
  color: var(--gray200);
  opacity: 1;
}
.slick-dots li.slick-active button:hover .slick-dot-icon,
.slick-dots li.slick-active button:focus .slick-dot-icon {
  opacity: 0.7;
}
.slick-dots li.slick-active button .slick-dot-icon {
  color: var(--accent500);
  opacity: 1;
}
h1.h1-geoloc span::before, .title-1.h1-geoloc span::before {
    display: none;
}
.divGenerateur label.optional {
  display: none;
}
@media screen and (min-width: 601px) and (max-width: 992px) {
  .btn:not(.fluid) {
    width: auto;
  }
}
@media screen and (max-width: 992px) {
  header a.tel {
    font-size: 20px;
  } 
  .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%;
  }
  .header-content .nav ul li a.selected {
    background: transparent;
  }
}
@media screen and (min-width: 993px) {
  .page-interne .sc-content .clear_both {
    margin-bottom: 80px;
  }
  .index-page main .section {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1280px) {
  .index-page main .section {
    padding: 120px 0;
  }
  .index-page .encart-avis.section {
    padding-bottom: 96px;
  }
}
/* =============================== */
/*           BOUTONS                 */
/* =============================== */

[class*="btn"] a.btn,.btn.outlined,.btn.accent {
  padding: 12px 22px;
  border-radius: var(--button-border-radius);
  font-weight: var(--font-weight-semi-bold);
  font-family: var(--secondary-font);
  text-transform: uppercase;
}
.btn.accent {
  border: 1px solid var(--accent-color);
}
.btn.accent:hover {
  background-color: var(--gray0);
  color: var(--brand600);
  border: 1px solid var(--gray0);
}
.header-content .btn.accent:hover {
  background-color: var(--gray900);
  color: var(--gray0);
}
.btn.outlined {
  border: 1px solid var(--gray50);
  color: var(--gray50);
}
.btn.outlined:hover {
  border: 1px solid var(--brand50);
  background: hsla(0, 0%, 100%, 0.15);
  backdrop-filter: blur(16px);
}
/* =============================== */
/*           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                 */
/* =============================== */
.menu-mobile .btn-menu {
  color: var(--accent500);
  border: 1px solid var(--accent500);
  background: var(--accent100);
border-radius: var(--button-border-radius);
}
.topbar-brand.col {
    margin: 0;
}
.phone span.material-icons {
    margin: 0;
}
.menu-mobile {
  height: 90px;
  background-color: var(--background-color);
}
.menu-mobile .brand {
    /* max-width: 63px; */
    margin-left: -11px;
}
.header-content .nav > ul > .sous_menu.opened > a,
.header-content .nav .dropdown > .sous_menu.opened > a {
  height: 90px;
}
.menu-mobile .row {
  width: 100%;
  margin: 0;
  flex-wrap: nowrap;
}
.menu-mobile .brand.col {
  padding: 0;
}
.phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

@media screen and (max-width: 992px) {
  header a.tel {
    font-size: 20px;
}
  .no-mobile {
    display: none;
  }
  .header-content .nav .dropdown,
  .header-content .nav .ssdropdown {
    top: 90px;
  }
  .header-content #nav-container {
    margin-top: 90px;
  }
  .header-content .nav#topbar-nav li:not(.opened) a {
    padding: 1.5rem;
    border-bottom: solid 1px var(--background-2);
  }
  .header-content .nav#main-nav li:not(.opened) a {
    padding: 1.5rem;
    border-color: var(--background-2);
  }
  .header-content .nav#main-nav li.index-link a {
    border-top: solid 1px var(--background-2);
  }
  .header-content nav a {
    font-weight: var(--font-weight-bold);
    font-size: var(--textmd);
  }
  .header-content .nav > ul > .sous_menu.opened > a,
  .header-content .nav .dropdown > .sous_menu.opened > a {
    color: var(--primary-color);
    font-size: var(--textmd);
  }
  .header-content nav ul li {
    margin: 0 4px;
  }
}
@media screen and (min-width: 993px) {
  .main-header-content .col.col-btn {
    padding: 0;
}
  .header-content .nav ul li.sous_menu > a::after {
    content: url('../assets/gifs/after-nav.svg');
  }
  a.lien-maps.gtm-global-adresse:hover {
    text-decoration: underline;
}
  .header-contact {
    display: flex;
    gap: 8px;
    align-items: center;
  }
  .top-bar {
    background-color: var(--gray900);
    color: var(--gray50);
    font-size: var(--textmd);
  }
  .top-bar nav a {
    font-size: var(--textsm);
  }
  .top-bar .container {
    padding: 7px 0;
  }
  .main-header-content {
    box-shadow: 0px 4px 24px 0px hsla(0, 0%, 0%, 0.12);
  }
  .main-header-content nav a {
    text-transform: uppercase;
  }
  .header-content .nav ul {
    justify-content: center;
  }
  .header-content .phone a.tel {
   font-size: var(--textlg);
  }
  .header-content .devis {
    display: none;
  }
.main-header-content .container {
  position: relative;
  padding: 24px 0;
}
  .main-header-content .col {
    padding: 0 4px;
}
  .header-content nav li:not(li.sousLi) {
    margin: 0 8px;
  }
  .header-content .nav#topbar-nav > ul > li > a,
  .header-content .nav#main-nav > ul > li > a {
    position: relative;
    padding: 4px;
  }
  .main-header-content nav a {
    font-size: 12px;
  }
  .main-header-content nav ul.dropdown a {
    font-size: 10px;
  }
  .row-header,.row-top-bar {
    flex-direction: column;
    gap: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .main-header-content .col {
    padding: 0 12px;
}
.main-header-content nav a {
  font-size: var(--textmd);
}
.main-header-content nav ul.dropdown a {
  font-size: 12px;
}
}
@media screen and (min-width:1440px){
  .main-header-content nav a {
    font-size: 15px;
  }
  .main-header-content .row {
    flex-wrap: nowrap;
  }
  .row-header,.row-top-bar {
    flex-direction: row;
    gap: 0;
  }
  .reparation {
    padding-right: 120px;
  }
  .parebrise {
    padding-left: 98px;
  }
  .col-brand {
    position: absolute;
    left: 44%;
    top: auto;
    z-index: 999;
  }

}
/* =============================== */
/*           FOLD + SLIDER         */
/* =============================== */
.slider-slick {
  width: 100%;
  display: block;
  height: auto;
  position: relative;
  z-index: 0;
}
.slider-slick .slick {
  height: 100%;
}
.slide-img {
  position: relative;
  z-index: 0;
  background-image: url('../assets/gifs/slider/slide-01.jpg');
  background-size: cover;
  background-position: center;
}
.slide-img::before {
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
background: linear-gradient(280.22deg, rgba(18, 25, 38, 0) -1.56%, rgba(18, 25, 38, 0.81) 47.61%);
}
.slide-content {
  position: relative;
  max-width: 716px;
  margin: 0 auto;
  padding: 80px 0;
}
.slide-img .container {
  position: relative;
  z-index: 3;
}
.fold .slick-slider {
  margin-bottom: 0;
}
.slide-content p {
  color: var(--gray50);
  margin: 12px 0 16px;
}
.boutons {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 992px) {
  .slide-content {
    text-align: center;
    margin: 0 auto;
  }
  .slide-content .boutons {
    display: none;
  }
  .fold-top,
  .fold-interne {
    padding: 12px 5%;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .fold .btn-devis {
    margin-top: 10px;
  }
}
@media screen and (min-width: 993px) {
  .slide-img,.slide-img .container {
    min-height: 800px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .slide-content {
 padding-bottom: 120px;
  margin: 0;
}
}
/* =============================== */
/*        STYLE COMMUN            */
/* =============================== */
.blocs .container {
  position: relative;
}
main p a {
  color: inherit;
  text-decoration: underline;
}
h1,
.title-1 {
  font-size: var(--h1-mobile-font-size);
  line-height: var(--h1-mobile-font-size);
  text-transform: uppercase;
}
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-semi-bold);
  color: var(--title-color);
  line-height: 100%;
  margin: 0;
}
h1.h1-geoloc, h1.h1-geoloc span, h1 span {
  color: var(--background-color);
  text-transform: none;
}
h1.h1-geoloc {
  text-transform: uppercase;
}
.slick-catalogue,
.slick-avis,.slick-points-fort,.slick-prestations {
  margin-top: 48px;
}
.card-title,
.card-title a {
  font-size: var(--displayxs);
  line-height: var(--displayxs);
  text-decoration: none;
}
@media screen and (min-width: 993px) {
  .card-title,
  .card-title a {
    font-size: var(--displaysm);
    line-height: var(--displaysm);
  }
  h1,.title-1 {
    font-size: var(--h1-font-size);
    line-height: var(--h1-font-size);
  }
  .catalogue-listing h1 {
font-size: 53px;
line-height: 100%;
  }
  .title-2,.page-interne h1 {
    font-size: var(--title-2-font-size);
    line-height: var(--title-2-font-size);
  }
  h2 {
    font-size: var(--h2-font-size);
    line-height: var(--h2-font-size);
  }
  h3, .title-3,h1.h1-geoloc span, .title-1.h1-geoloc span,h1 span, .title-1 span{
    font-size: var(--h3-font-size);
    line-height: var(--h3-font-size);
  }
  h4,
  .title-4 {
    font-size: var(--h4-font-size);
    line-height: var(--h4-font-size);
  }
}
/* =============================== */
/*         ENCART POINTS FORT      */
/* =============================== */
.pt-fort {
  color: #000;
  text-align: center;
}
.pourcentage {
  font-weight: var(--font-weight-semi-bold);
  font-size: var(--displaylg);
  font-family: var(--secondary-font);
}
.word-bg {
  position: relative;
  width: max-content;
  margin: 0 auto;
display: inline-block;
}
.word-bg::before {
  position: absolute;
  content: '';
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: var(--brand100);
  z-index: -1;
}
.encart-avis .word-bg::before {
  bottom: 2px;
}
.pt-fort span {
  display: block;
  font-family: var(--secondary-font);
  font-weight: var(--font-weight-semi-bold);
  font-size: var(--displayxs);
  line-height: 100%;
  margin: 8px auto 12px;
}
/* =============================== */
/*             ENCART CAR          */
/* =============================== */
#encart-car .col {
  padding: 0;
  height: auto;
}
#encart-car .col a {
  display: block;
  text-decoration: none;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  min-height: 300px;
}
#encart-car .col a::before,#encart-car .col a::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(14, 51, 93, 0.75), rgba(14, 51, 93, 0.75));
  z-index: -1;
  height: 100%;
  width: 100%;
}
#encart-car .col a::after {
background: linear-gradient(180deg, rgba(18, 25, 38, 0) 35%, #121926 100%);
}
.car-neuf {
  background-image: url('../assets/gifs/car-neuf.jpg');
  background-size: cover;
}
.car-occasion {
  background-image: url('../assets/gifs/car-occasion.jpg');
  background-size: cover;
}
#encart-car h2,#encart-car h5 {
  color: var(--gray0);
}
#encart-car .card {
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  transform: translateY(-50%);
  transition: transform 0.5s ease-in-out;
}

#encart-car .card-content {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.5s ease-in-out, height 0.5s ease-in-out;
}
/* Animation lors du survol */
#encart-car a:hover .card {
  transform: translateY(-60%);
}
#encart-car a:hover .card-content {
  opacity: 1;
  height: auto;
}
div#encart-car h2 {
  text-transform: uppercase;
}
@media screen and (min-width:993px){
  #encart-car .col a {
    min-height: 500px;
  }
}
@media screen and (max-width:600px){
  #encart-car .card {
    left: 20px;
    right: 20px;
    transform: translateY(-50%);
  }
}
/* =============================== */
/*        ENCART PRESTATIONS      */
/* =============================== */
#encart-prestations {
  background-color: var(--gray900);
  color: var(--gray50);
}
#encart-prestations .title-2 {
  color: var(--gray0);
}
.prestations-card a {
  position: relative;
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
  min-height: 550px;
}
#encart-prestations .card-image,#encart-prestations img {
  min-height: 550px;
  object-fit: cover;
}
.prestations-card-title {
  margin-top: 24px;
}
.prestations-card-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.prestations-card a span {
  text-transform: uppercase;
  color: var(--gray0);
}
.prestations-card-text {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--gray50);
  padding:24px;
  opacity: 0;
  z-index: 2;
}
.card-image {
  overflow: hidden;
}
.card-image img {
  transition: var(--transition);
}
.prestations-card a {
  display: block;
}
.prestations-card a:hover img, .catalogue-card:hover img {
  transform: scale(1.1);
}
.prestations-card a::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(18, 25, 38, 0.59) 0%, rgba(18, 25, 38, 0) 125.55%);
opacity: 0;
transition: opacity .3s ease-in-out ;
z-index: 1;
}
#encart-prestations svg {
  transition: var(--transition);
}
.prestations-card a:hover:after,.prestations-card a:hover .prestations-card-text {
  opacity: 1;
}
 .icon-svg {
  background-color: var(--accent-color);
  display: flex;
  justify-content: center;
 align-items: center;
  min-width: 28px;
  height: 28px;
  transition: var(--transition);
}
.prestations-card a:hover .icon-svg, .catalogue-card:hover .icon-svg {
  background-color: var(--gray0);
}
.prestations-card a:hover .icon-svg  {
  transform: rotate(-180deg);
}
.prestations-card a:hover .icon-svg svg, .catalogue-card:hover .icon-svg svg, .actualites-card:hover .icon-svg svg {
  transform: rotate(316deg);
}
.prestations-card a:hover svg path,#encart-catalogue .catalogue-card:hover .icon-svg path{
  fill: var(--accent-color);
}
/* =============================== */
/*             BLOC 02             */
/* =============================== */
.btn-phone {
  display: flex;
  gap: 12px;
}
#bloc-02 {
  padding-top: 0;
}
@media screen and (min-width:993px){
.blocs .container {
  position: relative;
}
div#bloc-02 img {
  position: absolute;
  max-width: 66%;
  right: 39%;
  left: -23%;
  height: 100%;
}
#bloc-04 img,div#bloc-03 img {
  position: absolute;
  max-width: 66%;
  right: -25%;
  top: 0;
  bottom: 0;
}
  div#bloc-03 .bloc-text {
    padding: 93px 0;
}
}
@media screen and (max-width:600px){
  .btn-phone {
    flex-direction: column;
}
}
/* =============================== */
/*        ENCART CONTACT         */
/* =============================== */
#encart-contact {
  position: relative;
  z-index: 0;
  color: var(--gray0);
}
#encart-contact .container {
  z-index: 2;
}
#encart-contact .title-1 {
  color: var(--gray0);
}
#encart-contact::before ,#encart-contact::after{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
#encart-contact::before {
  background-image: url('../assets/gifs/bg-contact.jpg');
  background-size: cover;
  background-position: center;
}
#encart-contact::after {
  background: linear-gradient(180deg, rgba(18, 25, 38, 0) -46.45%, #121926 100%);
}
#encart-contact .container {
  z-index: 3;
}
@media screen and (min-width:993px){
  #encart-contact {
    padding: 217px 0;
  }
  .page-interne #encart-contact::before , .page-interne #encart-contact::after {
    max-width: 1920px;
    left: -300px;
    right: -300px;
  }
}
/* =============================== */
/*    ENCART CATALOGUE OCCASION     */
/* =============================== */
#encart-catalogue {
  background-color: var(--gray900);
  color: var(--gray50);
}
#encart-catalogue .title-2,#encart-catalogue .prix,#encart-catalogue .card-title a {
  color: var(--gray0);
}
.catalogue-card-content {
  margin-top: 24px;
}
.occasion .card-title a {
  font-size: var(--displaysm);
}
.prix {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid hsla(219, 36%, 11%, 0.2);
}
#encart-catalogue .prix {
  border-top: 1px solid hsla(0, 0%, 100%, 0.3);
}
.prix span {
  font-size: var(--displaysm);
  font-weight: var(--font-weight-semi-bold);
  font-family: var(--secondary-font);
}
.attribut {
  display: flex;
  align-items: center;
  gap: 4px;
}
.bloc-attribut {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.modele {
  margin: 4px 0 16px;
  min-height: 28px;
}
.row.slick-catalogue {
  row-gap: 32px;
}
.catalogue-card .icon-svg, .actualites-card .icon-svg {
  transform: rotate(-180deg);
}
.encart-btn {
  margin-top: 48px;
}
.catalogue-card-text {
  margin-top: 16px;
}
#encart-catalogue-neufs .encart-btn .btn.outlined, .actualites-encart-btn .btn.outlined,#container_actualite_listing .btn.outlined {
  color: var(--gray500);
  border: 1px solid var(--gray500);
}
#encart-catalogue-neufs .encart-btn .btn.outlined:hover, .actualites-encart-btn .btn.outlined:hover,#container_actualite_listing .btn.outlined:hover {
  color: var(--accent-color);
  border: 1px solid var(--accent-color);
}
body.catalogue-detail .bloc-attribut  {
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
body.catalogue-detail .attribut {
  margin-bottom: 1rem;
  gap: .5rem;
  color: var(--accent-color);
}
body.catalogue-detail .catalogue-detail-contenu p {
  font-weight: bold;
}
/* =============================== */
/*        ENCART ACTUALITES       */
/* =============================== */
.actualites-card a {
  display: block;
  text-decoration: none;
  background-color: var(--gray50);
  padding: 20px;
}
.actualites-card a:hover {
  background-color: var(--gray100);
}
.actualites-card-image img {
  object-fit: cover;
}
.actualites-card-content {
  padding-top: 20px;
}
.actualites-card-title {
  overflow: hidden;
  margin: 12px 0;
  transition: var(--transition);
}
.actualites-card-text {
  display: flex;
  gap: 20px;
  height: 48px;
  overflow: hidden;
  transition: var(--transition);
}
.encart-btn.actualites-encart-btn {
    margin: 16px 0 48px;
}
.actualites-card a:hover .icon-svg,.neufs .catalogue-card:hover .icon-svg {
 background-color: var(--gray900);
}
#encart-actualites .col-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#encart-actualites .bloc-top {
  height: 48%;
}
#encart-actualites .col-1 img {
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width:601px) {
  .encart-btn.actualites-encart-btn a {
    width: max-content;
}
}
@media screen and (min-width:993px){
  .actualites-card-title {
    height: 28px;
  }
  .row.slick-actualites {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 24px;
}
  #encart-actualites .actualites-card-content {
    padding-top: 0;
  }
}
@media screen and (max-width:992px){
  .row.row-actualites {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.row.row-actualites .col-1 {
  text-align: center;
}
}
/* =============================== */
/*      PAGE ACTUALITES DETAIL     */
/* =============================== */
.actualites-detail .detail-actu-image {
  max-width: 50%;
}
div#listing-autres-actus-categorie ul {
  padding-inline-start: 0;
}
div#listing-autres-actus-categorie li {
  margin-top: 0.5rem;
}
body.actualites-detail .listing-autres-actus-categorie {
  height: max-content;
  padding: 24px;
  margin-bottom: 24px;
  background-color: var(--background-2);
  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;
}
.actualites-detail .detail-actu-reseaux-sociaux {
  align-items: flex-start;
}
.detail-actu-reseaux-sociaux > div {
  display: flex;
}
.detail-actu-contenu p {
  margin: 0;
}
/* =============================== */
/*            BLOC DEVIS           */
/* =============================== */
#bloc-devis {
  position: relative;
  padding: 100px 0;
  text-align: center;
  z-index: 0;
}
#bloc-devis .container {
  position: relative;
  z-index: 2;
}
#bloc-devis::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(18, 25, 38, 0.4) -46.45%, rgba(18, 25, 38, 0.9) 100%);
}
#bloc-devis .btn-phone {
  justify-content: center;
}
#bloc-devis .title-1 {
  color: var(--background-color);
  margin: 13px auto 16px;
}
@media screen and (min-width:993px){
  #bloc-devis {
    padding: 155px 0 271px;
  }
}
/* =============================== */
/*           ENCART AVIS     */
/* =============================== */
.avis-card {
  padding: 24px;
  color: var(--text-color);
  position: relative;
}
.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: var(--font-weight-bold);
  color: var(--title-color);
  font-size: var(--textmd);
  line-height: 24px;
}
.encart-avis .align-right button.show-more.btn.small {
  padding: 0;
  color: var(--brand500);
  font-weight: var(--font-weight-bold);
}
.avis-date {
  font-size: var(--textxs);
  font-style: normal;
  font-weight: 400;
  margin-left: -16px;
  color: var(--gray200);
}
.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;
}
/* =============================== */
/*               FOOTER            */
/* =============================== */
.index-page footer {
  background-image: url(../assets/gifs/bg-footer.jpg);
  background-size: cover;
  background-position: right;
}
.footer-bg {
  background: linear-gradient(180deg, rgba(18, 25, 38, 0.9) -46.45%, #121926 100%);
}
footer {
  position: relative;
  z-index: 0;
  color: var(--gray50);
 }
 .footer-bg,
 .footer-bg .section {
   padding: 24px 0;
 }
 footer .title {
   color: var(--gray0);
   font-size: var(--displayxs);
   font-weight: var(--font-weight-semi-bold);
   line-height: 24px;
   margin-bottom: 12px;
 }
 .footer-coordonnee {
  display: flex;
  gap: 8px;
}
 .nav-footer ul.row a {
   text-decoration: none;
 }
 footer .section-3 a,
 .siret {
   color: var(--brand100);
   font-weight: var(--font-weight-semi-bold);
 }
 footer .section a.lien-maps:hover,footer .section-3 a:hover {
   text-decoration: underline;
   color: var(--brand700);
 }
 footer .section-1 .lien-maps span {
   display: block;
 }
 .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%;
 }
 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 > a::after {
   content: '\e5cf';
   position: static;
   display: inline-block;
   vertical-align: middle;
   margin: -0.125em 0 0 0.25em;
   font-family: var(--icon-font);
 }
 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;
 }
 .joindre {
   margin: 12px 0;
   font-weight: var(--font-weight-bold);
   font-size: var(--textmd);
 }
 @media screen and (max-width: 992px) {
   .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;
   }
   footer .brand .row {flex-wrap: nowrap;text-align: left;}
 }
 @media screen and (min-width: 993px) {
   .nav-footer ul {
     display: flex;
     justify-content: center;
   }
   footer  ul.dropdown {
     max-width: none;
   }
   footer .row {
     flex-wrap: nowrap;
   }
 }
/* =============================== */
/*           CONTACT PAGE    */
/* =============================== */
.section-hero h1{
  margin: 20px 0;
  font-size: var(--h2-font-size);
  color: var(--gray0);
}
.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: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-position-y: 40%;
}
.section-hero::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(270deg, rgba(24, 45, 83, 0.1) 0%, rgba(24, 45, 83, 0.8) 100%);
  min-height: 350px;
  z-index: -1;
}
.section-info {
  background-color: var(--background-2);
}
.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;
}
/* =============================== */
/*          PAGES DEVIS    */
/* =============================== */
#formulaire_5 fieldset {
  height: 100%;
  padding: 20px;
  border-radius: var(--border-radius);
}
#formulaire_5 .divGenerateurRequired {
  margin-top: 1rem;
}
fieldset legend {
  font-size: 22px;
}
textarea {
  border-radius: var(--border-radius);
}
@media screen and (max-width: 992px) {
  #formulaire_5 fieldset {
    margin-bottom: 1rem;
  }
  #formulaire_5 div#field_16 {
    margin-top: 20px;
}
}
@media screen and (max-width: 600px) {
  #formulaire_5 .g-recaptcha {
    max-width: 253px;
}
}
/* =============================== */
/*          PAGES INTERNE           */
/* =============================== */
.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: 350px;
}
.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(270deg, rgba(24, 45, 83, 0.1) 0%, rgba(24, 45, 83, 0.8) 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;
  }
}