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

  --accent-h: 41; /* hue */
  --accent-s: 55%; /* saturation */
  --accent-l: 47%; /* lightness */

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

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

  --white-color: #fff; /* --white-color */
  --background-footer: #fff; /* footer background site */

  --primary-font: "komet", sans-serif;
  --secondary-font: "ivyora-display", sans-serif;
  --accent-font: "ivyora-display", sans-serif;

  --h1-font-size: 6.25rem;
  --h2-font-size: 2.5rem;
  --h3-font-size: 1.5rem;

  --h1-font-size-s: 2rem;
  --h2-font-size-s: 1.5rem;
  --h3-font-size-s: 1.2rem;

  --headings-line-height: 1.333333;

  --link-color: var(--primary-color-40);

  --border-radius: 2rem;
  --button-border-radius: 0.25rem;
  --margebloc: 120px;
}

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

[class*="btn"] a.btn {
  font-size: 1rem;
  font-weight: 300;
  line-height: 24px;
  padding: 13px 22.5px;
  border: 2px solid var(--accent-color);
}
[class*="btn"] .accent.btn {
  border-color: var(--accent-color);
}
.btn.accent:hover,
.btn.accent:focus {
  background-color: transparent;
}
a.btn.accent.center.gtm-global-contact {
  background: var(--accent-color);
  color: #fff;
}

a.btn.accent.center.gtm-global-contact:hover {
  background: #fff;
  color: var(--accent-color);
}
a.btn.accent.center.gtm-global-contact:hover svg {
  fill: var(--accent-color);
  stroke: var(--accent-color);
}
header a.btn.accent.center.gtm-global-contact:hover {
  background: transparent;
}

a.btn.accent svg {
  margin-left: 10px;
  fill: #fff;
  stroke: #fff;
}
header a.btn.accent.gtm-global-devis:hover {
  background: transparent;
  color: #fff;
}
header a.btn.accent.gtm-global-devis:hover svg {
  stroke: #fff;
}
a.btn.accent.gtm-global-devis:hover {
  background: #fff;
  color: var(--accent-color);
}

a.btn.accent.gtm-global-devis:hover svg {
  stroke: var(--accent-color);
}
.btn-savoir a.btn.accent.center.gtm-global-contact {
  background: #1e1e1e;
  border: 2px solid #1e1e1e;
}
header .btn-savoir a.btn.accent.center.gtm-global-contact:hover {
  background: #fff;
  color: #1e1e1e;
  border: 2px solid #fff;
}

header .btn-savoir a.btn.accent.center.gtm-global-contact:hover svg {
  stroke: #1e1e1e;
}
.contact-page [id*="formulaire"] .btn.primary {
  border-color: var(--accent-color);
  background-color: var(--accent-color);
  border: 2px solid var(--accent-color);
}
.contact-page [id*="formulaire"] .btn.primary:hover {
  background-color: var(--accent-color-30);
}
[class*="btn"] a.btn:not(.accent),
.index-page [id*="formulaire"] .btn.primary {
  color: var(--accent-color);
  background: transparent;
  border: 2px solid var(--accent-color);
}
[class*="btn"] a.btn:not(.accent):hover,
[id*="formulaire"] .btn.primary:hover {
  background-color: var(--accent-color);
  color: var(--white-color);
}

h1,
h2,
h3,
h4,
h5,
h6,
[class*="title"] {
  font-family: var(--secondary-font);
  color: var(--title-color);
  color: #1e1e1e;
}

.paginationControl {
  text-align: center;
  font-size: 18px;
  margin-top: 3rem;
}
.paginationControl a {
  text-decoration: none;
}
.paginationControl .selected {
  font-weight: bold;
}

.plan-site .sitemap-nav ul li a {
  margin-bottom: 0.5rem;
  display: inline-block;
}
.fil-ariane,
#fil_ariane {
  margin-bottom: 2rem;
  font-size: 0.8rem;
}
#fil_ariane {
  margin: 3rem 0;
}

.page-interne .sc-content .ac-doubleColonne .ac-colonne img {
  margin: 20px auto;
}

.card img {
  width: 100%;
}

/** titre mobile**/

h1,
.title-1 {
  font-size: var(--h1-font-size-s);
}
h2,
.title-2 {
  font-size: var(--h2-font-size-s);
}
h3 {
  font-size: var(--h3-font-size-s);
}

/*** end titre mobile***/

/* SLIDER */
/* ====== */

.slider-slick {
  width: 100%;
  background-color: var(--background-color);
  position: relative;
  z-index: 0;
}
.slider-slick .slick {
  height: 100%;
}
.slick-slider {
  margin-bottom: 0rem;
}
.slide-img {
  background-size: cover;
  background-position: center;
}
.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");
}
.slider-slick .title-1 {
  margin: 0px;
  color: #fff;
}
.text-slide {
  margin-bottom: 25px;
}

.slide-content {
  padding-block: 150px 90px;
  position: relative;
}

.slider-slick {
  margin-top: -220px;
}

.slide-img {
  position: relative;
}

.slide-img:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background: #00000080;
}

img.l-fit-cover {
  border-radius: 4px;
  margin: 20px auto;
}
h1 {
  margin: 0px 0px 20px 0px;
}
.sc-content .ac-doubleColonne .ac-colonne img {
  border-radius: 8px;
}
.encart-interne {
  padding: 15px;
  background: var(--accent-color);
  color: #fff;
  border-radius: 8px;
  margin: 10px auto;
}
.encart-interne h2 {
  color: #fff;
}
h1 span,
.title-1 span {
  margin: 0px;
}
h1.title-2 {
  color: #fff;
}

.menu-mobile .brand img {
  width: 120px;
}
span.menu-title.col.white-text {
  color: #fff;
}

section.ac-doubleColonne.titre-marketing .btn-contact {
  display: none;
}

.contact-page .row.s-start.s-middle {
  flex-wrap: nowrap;
}
h1.title-2 {
  color: #fff;
  font-size: 1.5rem;
}
section.ac-doubleColonne.titre-marketing .title-1 {
  color: #fff;
  margin: 0px;
}
section.ac-doubleColonne.titre-marketing p {
  color: #fff;
}

.catalogue-listing nav.fil-ariane.gtm-fil-ariane {
  display: none;
}

.catalogue-listing
  nav.fil-ariane.gtm-fil-ariane
  ~ nav.fil-ariane.gtm-fil-ariane {
  display: block;
  margin-top: 4rem;
}

.catalogue-detail nav.fil-ariane.gtm-fil-ariane {
  display: none;
}

.catalogue-detail
  nav.fil-ariane.gtm-fil-ariane
  ~ nav.fil-ariane.gtm-fil-ariane {
  display: block;
  margin-top: 4rem;
}

@media screen and (min-width: 993px) {
  .actualites-listing .titre-marketing,
  .actualites-detail .titre-marketing {
    margin-top: -4rem;
  }

  h1.title-2 {
    font-size: 2.2rem;
  }
  section.ac-doubleColonne.titre-marketing .btn-contact {
    display: block;
  }
  .slide-content {
    padding-block: 375px 147px;
  }
  img.l-fit-cover {
    margin: 0px auto;
  }

  .slider-slick .title-1 {
    font-size: 4rem;
  }

  .slider-slick ul.slick-dots {
    bottom: 2rem;
  }
  .slick.slick-initialized.slick-slider.slick-dotted {
    margin-bottom: 0px;
  }
}

/**************end slid**************/

/******************header  elements************/
.fold {
  padding: 20px 0px;
}
header a.tel.gtm-global-tel {
  display: block;
  margin-bottom: 10px;
}

header .btn-contact {
  margin-top: 10px;
}
.contact-page .fold {
  display: none;
}

.brand {
  display: inline-block;
}
nav#fil_ariane,
nav.fil_ariane {
  margin: 3em 0em 3em 0em;
  font-size: 0.8rem;
}

#blocHorsLigne {
  z-index: 9999 !important;
}

.header-content .nav ul li a.selected {
  background-color: transparent;
}

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

.card.contact-card.contact-encart-card {
  border: 1px solid #000;
  padding: 20px;
  min-height: 180px;
}

.page-interne .sc-content #relance {
  margin-top: 6rem;
}
h1.h1-geoloc span,
.title-1.h1-geoloc span {
  margin: 0px;
}

h1.h1-geoloc {
  margin: 0px;
}

h1.h1-geoloc span::before,
.title-1.h1-geoloc span::before {
  display: none;
}
:where(
    h1,
    .title-1,
    h2,
    .title-2,
    h3,
    .title-3,
    h4,
    .title-4,
    h5,
    .title-5,
    h6,
    .title-6
  ) {
  font-weight: 300;
}
.text-slide {
  max-width: 754px;
  display: block;
  padding-left: 24px;
  border-left: 2px solid;
}

.titre-marketing .btn-contact {
  margin-top: 20px;
}

@media screen and (min-width: 993px) {
  .index-page .fold.fold-index {
    display: none;
  }

  .fold {
    display: none;
  }

  header a.tel.gtm-global-tel {
    display: block;
    margin-bottom: 0px;
    color: #fff;
  }
  header .btn-contact {
    margin-top: 0px;
    margin-left: 15px;
  }
  .header-content .nav ul li.sous_menu ul.dropdown {
    background: #1e1e1e;
  }
  header .header-content {
    background: #313131;
    border-color: #ffffff33;
  }
  .index-page .header-content {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
  }

  .header-content {
    background: #313131;
    backdrop-filter: blur(20px);
    color: #fff;
  }
  header.sticky-active .header-content {
    background: #313131;
  }
  /** titre desk**/

  h1,
  .title-1 {
    font-size: var(--h1-font-size);
  }
  h2,
  .title-2 {
    font-size: var(--h2-font-size);
  }
  h3 {
    font-size: var(--h3-font-size);
  }

  .main-header-content {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .top-bar {
    padding: 10px 0px;
  }
  nav#main-nav a {
    position: relative;
  }

  .header-content #nav-container {
    margin: 0px;
  }

  .header-content .nav ul li a.selected {
    color: #fff;
    background-color: transparent;
  }
  .header-content .nav ul li a.selected:before {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 80%;
    height: 3px;
    background-color: var(--accent-color);
    left: 0px;
    right: 0px;
    margin: auto;
  }
  .header-content .nav ul li a:hover {
    color: #fff;
    background-color: transparent;
  }

  .header-content .nav ul li a:hover:before {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 80%;
    height: 3px;
    background-color: var(--accent-color);
    left: 0px;
    right: 0px;
    margin: auto;
  }
  .double-cta {
    display: flex;
    gap: 10px;
  }
  .header-content .nav ul li.sous_menu ul.dropdown > li a {
    font-size: 0.85rem;
  }

  header .no-menu-desk {
    display: none;
  }
  .header-content .nav#main-nav > ul > li > a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    font-size: 0.85rem;
  }
  .page-interne .sc-content .ac-doubleColonne .ac-colonne img {
    margin: 0px auto;
  }

  header .brand {
    position: relative;
    left: 100px;
  }
}
@media screen and (min-width: 1400px) {
  .header-content .nav#main-nav > ul > li > a {
    padding-right: 0.75;
    padding-left: 0.75rem;
    font-size: 1rem;
  }

  header .brand {
    left: 150px;
  }
}
/***end header******************/

/***********************************Point forts**********/
.bloc-titre-top {
  margin-bottom: 64px;
}

.ponit-forts-titre span {
  color: #cda94a;
  font-size: var(--h2-font-size);
}

.ponit-forts-titre {
  font-weight: 800;
  font-size: var(--h3-font-size);
  display: flex;
  align-items: center;
  gap: 15px;
}
.titre-1-top {
  display: inline-block;
  justify-content: center;
  border: 1px solid var(--Gray-200, #d1d1d1);
  box-shadow: 0px 4px 12px 0px #0000000d;
  background: var(--Gray-Blanc, #ffffff);
  padding: 6px 12px;
  border-radius: 6px;
  font-weight: 500;
  position: relative;
}

.index-page .section.gtm-encart-point-forts {
  padding-top: 48px;
  background: #f6f6f6;
}

@media screen and (min-width: 993px) {
  #point-2-forts {
    border-right: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
  }

  .bloc-p-fots {
    padding: 0px 24px;
  }
}

@media screen and (min-width: 1400px) {
  .bloc-p-fots {
    padding: 0px 40px;
  }
}
/******end point forts********/

/********prestation*******/
div#encart-prestations {
  background: #1e1e1e;
}

div#encart-prestations a {
  display: flex;
  color: #ffff;
  text-decoration: none;
  padding: 24px;
  border-radius: 6px;
  align-items: center;
}

.slick-prestations {
  color: #fff;
}

div#encart-prestations .title-2 {
  margin-top: 0px;
  color: #fff;
}

.titre-section-top {
  margin-bottom: 12px;
  position: relative;
}

div#encart-prestations .titre-section-top .titre-1-top {
  background: #5d5d5d;
  border: 1px solid #5d5d5d;
  color: #fff;
}
.prestations-card-title p {
  color: #d1d1d1;
}

.prestations-card:hover a {
  background: #fff;
}

.prestations-card h3 {
  color: #fff;
}
.prestations-card:hover h3 {
  color: #1e1e1e;
}
.flech-svg {
  position: relative;
}

.flech-svg:before {
  content: ".";
  font-size: 36px;
  position: absolute;
  right: -8px;
  bottom: -5px;
  color: #fff;
}
.prestations-card h3 {
  margin-bottom: 10px;
}

@media screen and (min-width: 993px) {
  .prestations-card-content .number-prest,
  .prestations-card-content h3,
  .prestations-card-content p,
  .prestations-card-content .flech-svg:before {
    transition: color 0.2s ease;
  }

  .prestations-card-content:hover .number-prest {
    color: #1e1e1e;
  }

  .prestations-card-content:hover h3 {
    color: #1e1e1e;
  }

  .prestations-card-content:hover p {
    color: #1e1e1e;
  }

  .prestations-card-content:hover .flech-svg:before {
    content: ".";
    color: #1e1e1e;
  }

  #encart-prestations .titre-section-top {
    position: relative;
  }

  #encart-prestations .titre-section-top:before {
    content: "";
    width: 85%;
    height: 1px;
    background: #fff;
    right: 0px;
    position: absolute;
    bottom: 50%;
  }
}
/*******end prestation***/

/***************Partenaire************/
.btn-svg {
  color: #cda94a;
}

.partenaires-card a {
  text-decoration: none;
}

.partenaires-card {
  margin-bottom: 48px;
}

.partenaires-card a:hover {
  opacity: 0.8;
}

/***************End Partenaire************/
/****************Encart relaisation bdd **************/
a#gtm-encart-catalogue-btn {
  color: #fff;
  background: #1e1e1e;
  border: 2px solid #1e1e1e;
}

a#gtm-encart-catalogue-btn svg {
  stroke: #fff;
  fill: #fff;
}

a#gtm-encart-catalogue-btn:hover {
  color: #1e1e1e;
  background: #fff;
  border: 2px solid #1e1e1e;
}

a#gtm-encart-catalogue-btn:hover svg {
  stroke: #1e1e1e;
  fill: #1e1e1e;
}
.catalogue-card-image img {
  border-radius: 8px;
}
.catalogue-encart-btn {
  margin-top: 64px;
}

.bloc-titre-top p {
  max-width: 600px;
  margin: auto;
}
.catalogue-card:hover img {
  opacity: 0.7;
}

.catalogue-card-image {
  background: #000;
  border-radius: 8px;
}

a#gtm-detail-catalogue-retour {
  font-size: 1rem;
  font-weight: 300;
  line-height: 24px;
  padding: 13px 22.5px;
  border: 2px solid;
}

a#gtm-detail-catalogue-retour:hover {
  opacity: 0.7;
}
.gtm-image-detail-catalogue:before {
  content: "Avant";
  font-size: 1.5rem;
  padding-bottom: 20px;
  display: block;
}

.gtm-image-detail-catalogue + .gtm-image-detail-catalogue:before {
  content: "Aprés";
  font-size: 1.5rem;
  padding-bottom: 20px;
  display: block;
}

@media screen and (min-width: 993px) {
  #encart-catalogue .titre-section-top.align-center:before {
    content: "";
    position: absolute;
    left: 0%;
    background: #d1d1d1;
    bottom: 50%;
    width: 43%;
    height: 1px;
  }

  #encart-catalogue .titre-section-top.align-center:after {
    content: "";
    position: absolute;
    right: 0%;
    background: #d1d1d1;
    bottom: 50%;
    width: 43%;
    height: 1px;
  }
  #encart-catalogue .col {
    padding: 0px 0.1rem;
  }

  .catalogue-detail .catalogue-detail-images-container .col:first-child {
    flex-basis: 50%;
  }
}
/****************End Encart relaisation bdd **************/

/***Titre marketing actualitÃ©s et realisation ******************/

.page-interne .title-1 {
  font-size: 2rem;
  color: #fff;
  margin: 0px 0px 15px 0px;
}

.titre-marketing {
  position: relative;
  padding-block: 90px;
  margin-top: -2rem;
}

.titre-marketing:before {
  background-color: #1e1e1e;
  content: "";
  position: absolute;
  left: -5000px;
  width: 10000px;
  height: 100%;
  z-index: -1;
  top: 0px;
}
.amenagement-exterieur .titre-marketing:before {
  background: url(../assets/gifs/bg-pisine.jpg);
  content: "";
  position: absolute;
  left: -50%;
  width: 200%;
  height: 100%;
  z-index: -1;
  top: 0px;
  background-size: cover;
}

/****Titre page actualitÃ©s et realisation*******/

/*******encart contact standart***********/
#encart-contact {
  position: relative;
  margin: 120px auto;
}
#encart-contact .bloc-titre-top {
  margin-bottom: 15px;
}
#encart-contact .btn-contact {
  text-align: center;
  margin-top: 48px;
}

#encart-contact:before {
  content: "";
  position: absolute;
  left: -5000px;
  width: 10000px;
  height: 100%;
  bottom: 0px;
  background-color: #f6f6f6;
  z-index: -1;
}

.bloc-im-contact {
  position: absolute;
  display: none;
}

#encart-contact .container {
  position: relative;
}
#encart-contact .title-2 {
  margin: 0px auto 15px 0px;
}

@media screen and (min-width: 993px) {
  .page-interne .title-1 {
    font-size: 4rem;
  }
  #encart-contact .titre-section-top.align-center:before {
    content: "";
    position: absolute;
    left: 0%;
    background: #d1d1d1;
    bottom: 50%;
    width: 43%;
    height: 1px;
  }

  #encart-contact .titre-section-top.align-center:after {
    content: "";
    position: absolute;
    right: 0%;
    background: #d1d1d1;
    bottom: 50%;
    width: 43%;
    height: 1px;
  }

  #encart-contact {
    margin: 269px auto 312px auto;
  }

  .page-interne #encart-contact {
    margin: 269px auto 450px auto;
    padding: 120px 0px;
  }

  .bloc-im-contact {
    display: block;
    border-radius: 8px;
  }
  #cont-1-im {
    top: -115px;
    left: -211px;
    z-index: 1;
  }

  #cont-2-im {
    top: -253px;
    left: 195px;
  }
  div#cont-3-im {
    position: absolute;
    top: -251px;
    right: 0px;
  }

  div#cont-4-im {
    position: absolute;
    top: 30px;
    right: -157px;
  }

  div#cont-5-im {
    position: absolute;
    bottom: -367px;
    right: 104px;
  }

  div#cont-6-im {
    position: absolute;
    bottom: -432px;
    left: 54px;
    z-index: 1;
  }
  div#cont-7-im {
    position: absolute;
    bottom: -251px;
    left: -165px;
  }

  .bloc-im-contact {
    opacity: 0;
    transform: translateY(0);
    transition: transform 0.8s ease, opacity 0.8s ease;
    will-change: transform, opacity;
  }

  .bloc-im-contact.visible-up {
    transform: translateY(-60px);
    opacity: 1;
  }

  .bloc-im-contact.visible-down {
    transform: translateY(-20px);
    opacity: 1;
  }
}

@media screen and (min-width: 1400px) {
  #cont-1-im {
    left: -165px;
    z-index: 1;
  }
}
/*********end encart contact************/

/**********************bloc avis mobile***********/

.card.avis-card {
  padding: 20px;
}

.name.avis-name {
  color: #14181e;
  font-size: 18px;
  font-weight: 700;
}

.date.avis-date {
  color: #14181e;
  font-size: 12px;
}

.card-content.avis-card-content.avis-encart-card-content .text {
  padding-left: 0px;
}

.index-page .encart-avis.section.gtm-encart-avis {
  padding: 0px;
}

@media screen and (min-width: 993px) {
  .card-content.avis-card-content.avis-encart-card-content .text {
    padding-left: 80px;
  }
  .encart-avis .titre-section-top:after {
    content: "";
    position: absolute;
    right: 0%;
    background: #d1d1d1;
    bottom: 50%;
    width: 87%;
    height: 1px;
  }
}

/********************end avis**************/

/*************************actualites*****************************/
.card {
  position: relative;
  display: block;
}
.card a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 4;
}

div#listing-autres-actus-categorie {
  padding: 20px;
  background: #1e1e1e;
  color: #fff;
  border-radius: 8px;
}
div#listing-autres-actus-categorie a {
  color: #fff;
}

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

html#facebook {
  position: relative;
  top: 5px;
}
div#encart-actualites .bloc-titre-top p {
  text-align: left;
  margin: 0px;
}

#encart-actualites {
  background: #f6f6f6;
}
.btn-actu-parg {
  display: block;
  justify-content: space-between;
  align-items: center;
}

div#encart-actualites .title-2 {
  margin: 0px;
}

div#encart-actualites .catalogue-encart-btn {
  margin-top: 25px;
}

.card-title.actualites-card-title.actualites-encart-card-title.line-clamp-1 {
  height: auto;
}

.actualites-card-title a {
  font-size: var(--h3-font-size-s);
  text-decoration: none;
  color: #1e1e1e;
  padding: 10px 0px 5px 0px;
  display: block;
}

.voir-act a {
  color: #1e1e1e;
  text-decoration: none;
}

.actualites-card-image img {
  border-radius: 4px;
}

.actualites-card-image {
  background: #000;
  border-radius: 4px;
  overflow: hidden;
}

.actualites-card:hover img {
  opacity: 0.7;
}
.card-date {
  margin-top: 15px;
}

.detail-actu-image img {
  border-radius: 8px;
}

.card-title.catalogue-card-title.catalogue-listing-card-title.line-clamp-1 {
  height: auto;
}

.catalogue-card-title a {
  font-size: var(--h3-font-size-s);
  text-decoration: none;
  color: #1e1e1e;
  padding: 10px 0px 5px 0px;
  display: block;
}
@media screen and (min-width: 601px) {
  .btn-actu-parg {
    display: flex;
  }
}
@media screen and (min-width: 993px) {
  .catalogue-card-title a {
    font-size: var(--h3-font-size);
  }

  .actualites-card-title a {
    font-size: var(--h3-font-size);
  }
  #encart-actualites .titre-section-top:after {
    content: "";
    position: absolute;
    right: 0%;
    background: #d1d1d1;
    bottom: 50%;
    width: 87%;
    height: 1px;
  }

  #encart-catalogue .slick-prev,
  #encart-catalogue .slick-next {
    position: absolute;
    bottom: 0%;
    top: auto;
    display: block;
    padding: 0;
    height: 48px;
    width: 48px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: #fff;
    color: transparent;
    border: none;
    transform: translate(0, -50%);
    z-index: 2;
    border-radius: 4px;
  }

  #encart-catalogue .slick-prev {
    left: auto;
    right: 31rem;
  }
  #encart-catalogue .slick-next {
    left: auto;
    right: 27rem;
  }
}

/*******************************End actualitÃ©s********************************/

/* *************************************************FOOTER********************************* */
footer {
  text-align: center;
}
body:not(.index-page) footer .section.footer-1 {
  padding: 2rem 0 1.5rem;
}
footer nav li {
  margin: 20px 0px;
}
.footer-row-contact svg {
  fill: var(--white-color);
}

@media screen and (min-width: 993px) {
  .footer-contact {
    position: relative;
    top: 60px;
  }

  footer {
    text-align: left;
  }

  #footer-nav .nav > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin: 1.5rem 0px 0px 0px;
  }
  footer #footer-nav .nav ul li.sous_menu ul.dropdown {
    bottom: 100%;
  }
}

@media screen and (max-width: 992px) {
  footer .reseaux-sociaux .row.s-start {
    justify-content: center;
  }

  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-2 li {
    margin-bottom: 0.5rem;
  }
}

.footer-row-contact {
  display: flex;
  gap: 6px;
  justify-content: center;
}

footer address {
  margin: 0;
}
footer .section.footer-1 {
  padding: 3rem 0 1.5rem;
}
footer .footer-1 .title-4 {
  line-height: 24px;
  margin: 0 0;
  color: #bc9136;
  font-weight: 600;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.footer-1 address a,
.footer-1 .text {
  line-height: 24px;
}
footer .siret {
  line-height: 24px;
}
#footer-nav .nav ul li.sous_menu ul.dropdown {
  position: absolute;
  left: 0;
  display: none;
  flex-direction: column;
  align-items: stretch;
  width: max-content;
  min-width: 100%;
  margin: 0;
  padding: 0;
  font-weight: normal;
  z-index: 1;
  background-color: var(--white-color);
  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 {
  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;
}
#footer-nav .nav ul li.sous_menu ul.dropdown > li a {
  padding: 0.5rem;
  margin: 0;
  font-size: 13px;
  display: block;
}
.footer-2 {
  padding: 20px 0 24px;
}
.footer-2 nav a,
.page-404 footer a {
  font-weight: 300;
  line-height: 24px;
  color: #1e1e1e;
}
.footer-1 a:hover,
.page-404 footer a:hover {
  opacity: 0.5;
}
.footer-2 nav a:hover,
#footer nav a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 993px) {
  .footer-row-contact {
    justify-content: left;
  }
}
/***end footer********/

@media screen and (min-width: 993px) {
  .page-interne .ac-doubleColonne h2 {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .page-interne h1 {
    margin-bottom: 0px;
    font-size: 3.5rem;
  }
  .page-interne p.intro {
    margin-bottom: 60px;
  }

  .index-page .section {
    padding-top: var(--margebloc);
    padding-bottom: var(--margebloc);
  }
  #bloc-02 h2 {
    margin: 0px;
  }

  #bloc-02 img {
    margin: 20px auto;
  }
  #bloc-04 h2 {
    margin-top: 0px;
  }

  #bloc-02 .col + .col img {
    height: 620px;
  }

  .header-content .nav ul li:hover > a {
    color: #fff;
  }
}
