:root {
  --primary-h: 0;
  /* hue */
  --primary-s: 0%;
  /* saturation */
  --primary-l: 10%;
  /* lightness */
  --accent-h: 357;
  /* hue */
  --accent-s: 86%;
  /* saturation */
  --accent-l: 47%;
  /* lightness */
  --text-h: 30;
  /* hue */
  --text-s: 2%;
  /* saturation */
  --text-l: 20%;
  /* lightness */
  --background-h: 0;
  /* hue */
  --background-s: 0%;
  /* saturation */
  --background-l: 100%;
  /* lightness */
  --primary-font: "Figtree", sans-serif;
  --secondary-font: "Figtree", sans-serif;
  --h1-font-size: 3.8125rem;
  --h2-font-size: 2.5rem;
  --h3-font-size: 2.05rem;
  --headings-line-height: 1.333333;
  --link-color: var(--primary-color-40);
  --border-radius: 2rem;
  --button-border-radius: 0.25rem;
  --transition: 0.3s all ease-in-out;
  --primary950: hsla(0, 0%, 10%, 1);
}

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

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

.relative {
  position: relative;
}

.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;
  overflow: hidden;
  height: 100%;
}

.card:hover img {
  transform: scale(1.15);
  transition: var(--transition);
}

.nowrap {
  flex-wrap: nowrap;
}

.erreur .erreur,
.divGenerateurErreur .erreur {
  font-size: 13px;
}

.row-gap-24 {
  row-gap: 24px;
}

@media screen and (min-width: 993px) {
  .fold .view-contact {
    display: none;
  }
  .index-page .section {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
  .pr-68 {
    padding-right: 68px;
  }
  .pl-68 {
    padding-left: 68px;
  }
}

@media screen and (max-width: 992px) {
  body {
    padding-top: 6.5rem;
  }
  .fold .view-contact {
    padding-block: 8px;
  }
  .mt-30 {
    margin-top: 32px;
  }
}

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

/* ******************************************* BOUTON ******************************************** */

a.btn svg {
  margin-left: 11px;
  margin-top: 4px;
}

.btn-contact .content + .content,
.actualites-encart-btn .content + .content,
.btn-devis .content + .content {
  display: block;
}

.btn.accent:hover,
.btn.accent:focus {
  background-color: var(--accent-color);
}

.btn.secondary {
  border: 0;
  background-color: white;
  border: 1px solid var(--accent-color);
  color: var(--accent-color);
}

.btn.secondary:hover,
.btn.secondary:focus {
  background-color: white;
}

.btn-contact a,
.actualites-encart-btn a,
.btn-devis a {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-align: center;
  transition: 0.3s;
  height: 48px;
}

.btn-contact a .content,
.btn-devis a .content {
  position: relative;
  bottom: -4%;
  transition: 0.5s;
  height: 35px;
  display: flex;
  justify-content: center;
  line-height: 16px;
}

.actualites-encart-btn a .content {
  position: relative;
  bottom: -26%;
  transition: 0.5s;
  height: 35px;
  display: flex;
  justify-content: center;
  line-height: 16px;
}

.btn-devis a:hover .content {
  bottom: 168%;
}

.btn-contact a:hover .content {
  bottom: 196%;
}

.actualites-encart-btn a:hover .content {
  bottom: 87%;
}

.btn-contact .btn.accent:hover svg,
.btn-devis .btn.accent:hover svg {
  margin-top: 0px;
}

.btn.outlined {
  border-width: 1px;
  border-color: var(--accent-color);
  color: var(--accent-color);
  font-weight: 600;
  width: auto;
  background: transparent;
}

.catalogue-detail .btn.outlined {
  display: flex;
  align-items: center;
  min-height: 48px;
  justify-content: center;
  transition: var(--transition);
}

.btn.outlined:hover {
  background: transparent;
  border-color: var(--accent-color);
  border-radius: var(--button-border-radius-hover);
}

@media screen and (min-width: 601px) {
  .btn.accent,
  .btn.secondary {
    width: auto;
    padding: 14px;
    font-weight: 600;
  }
}

/* ********************************************HEADER****************************************** */

@media (max-width: 1065px) and (min-width: 993px) {
  .main-header-content .brand img {
    max-width: 138px;
  }
  .header-content .nav#main-nav > ul > li > a {
    padding: 0.5rem;
  }
}

@media screen and (min-width: 993px) {
  .main-header-content {
    padding-block: 24px;
  }
  .top-bar {
    background: var(--accent-color);
  }
  .header-content #nav-container {
    margin: 0;
    padding: 0;
  }
  .header-content .nav#main-nav > ul {
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    width: auto;
  }
  .header-content .nav#topbar-nav ul {
    gap: 50px;
  }
  .header-content .nav#topbar-nav ul li.sous_menu ul.dropdown {
    gap: inherit;
  }
  .header-content .nav#main-nav > ul > li > a,
  .header-content .nav#topbar-nav > ul > li > a {
    color: #fff;
  }
  .header-content .nav#main-nav > ul > li > a {
    position: relative;
    padding: 0.5rem;
    height: 100%;
    font-weight: 400;
  }
  .header-content .nav#topbar-nav > ul > li > a {
    position: relative;
    padding: 12px 0.5rem;
    height: 100%;
    font-weight: 400;
  }
  .header-content .nav#main-nav > ul > li > a::before,
  .header-content .nav#topbar-nav > ul > li > a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 2px;
    background-color: var(--accent-color);
    width: 0;
    transition: var(--transition);
  }
  .header-content .nav#main-nav > ul > li > a.selected:before,
  .header-content .nav#main-nav > ul > li > a:hover:before,
  .header-content .nav#topbar-nav > ul > li > a.selected:before,
  .header-content .nav#topbar-nav > ul > li > a:hover:before {
    width: 100%;
    left: 0;
    right: 0;
  }
  .header-content .nav .dropdown a {
    font-size: 0.85rem;
    color: var(--text-color);
  }
  .header-content .nav .dropdown a:hover {
    color: var(--accent-color);
  }
  .no-menu-desktop {
    display: none;
  }
  .header-content .nav ul li.sous_menu ul.dropdown > li a.selected {
    color: var(--accent-color);
  }
  .header-content {
    background: transparent;
  }
  .main-header-content {
    color: #fff;
    backdrop-filter: blur(50px);
  }
  header.sticky-active .header-content {
    background: var(--accent-color-10);
  }
}

@media screen and (max-width: 992px) {
  .header-content .nav#topbar-nav li:not(.opened) a {
    padding: 0.75rem 5%;
    text-decoration: none;
    border-bottom: solid 1px #ebebeb;
  }
  .slide-content {
    margin-top: 11rem;
    margin-bottom: 10rem;
  }
  .view-contact {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .menu-mobile .btn-menu {
    height: 3rem;
    color: white;
    border: none;
    background: none;
    transition: color 0.3s;
  }
  .header-content .nav ul li a.selected {
    color: var(--accent-color);
    background-color: var(--primary-color-50);
  }
  .menu-mobile {
    height: 6.5rem;
    z-index: 10;
    background-color: var(--primary-color);
    transition: all 0.3s;
  }
  .header-content #nav-container {
    margin-top: 6.5rem;
  }
  .header-content .nav > ul > .sous_menu.opened > a,
  .header-content .nav .dropdown > .sous_menu.opened > a {
    height: 6.5rem;
    color: white;
  }
  .header-content .nav .dropdown,
  .header-content .nav .ssdropdown {
    top: 6.5rem;
  }
  .header-content .nav ul li a.selected {
    background-color: transparent;
  }
  header address {
    margin: 15px 0px;
  }
  .header-content .nav .sous_menu .btnMenuLevel2,
  .header-content .nav .sous_menu .btnMenuLevel3 {
    color: var(--primary-color-20);
  }
}

/* SLIDER */

/* ====== */

.slider-slick {
  width: 100%;
  background-color: var(--background-color);
  position: relative;
  z-index: 0;
}

.slider-slick .slick {
  height: 100%;
  margin-bottom: 0;
}

.s-slide {
  padding-block: 33px;
  background-color: hsla(0, 0%, 91%, 1);
  font-weight: 600;
  font-size: 28px;
  border-top: 16px solid var(--accent-color);
}

.slide-img {
  min-height: 500px;
  background-size: cover;
  background-position: center;
}

.slide-img.slide-01 {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.5) 40.1%,
      rgba(0, 0, 0, 0.5) 81.28%
    ),
    url("../assets/gifs/slider/slide-01.jpg");
}

.slide-img .container .bloc {
  height: 500px;
}

.slide-content .title-1 {
  margin-bottom: 24px;
  margin-top: 0;
  color: white;
  font-size: 57px;
  line-height: 63px;
}

.slick-dots li button {
  display: block;
  height: 1rem;
  width: 1rem;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.slick-dots li.slick-active button .slick-dot-icon {
  color: var(--accent-color);
  opacity: 1;
}

.slick-dots li button .slick-dot-icon {
  color: var(--accent-color);
  opacity: 0.25;
}

@media screen and (min-width: 993px) {
  .slide-content {
    margin-top: 30vh;
    margin-bottom: 12vh;
  }
}

@media screen and (max-width: 600px) {
  .slide-content {
    margin-block: 6rem;
  }
  .slide-content .title-1 {
    margin-bottom: 24px;
    margin-top: 0;
    color: white;
    font-size: 44px;
  }
}

/* ******************************************* ENCART POINT FORTS ******************************************** */

#point_fort {
  padding-block: 24px;
  position: relative;
}

#point_fort .title-3 {
  font-weight: 400;
  font-size: 24px;
  margin: 0;
}

.point-content {
  position: relative;
}

.point-content img {
  width: auto;
}

@media screen and (max-width: 600px) {
  .point-content {
    position: relative;
  }
}

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

@media screen and (min-width: 993px) {
  .h1-geoloc {
    margin: 0;
    position: relative;
  }
}

.inclined-bg {
  height: 714px;
  background: hsla(0, 0%, 96%, 1);
  clip-path: polygon(0 25%, 100% 0%, 100% 100%, 0 100%);
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

#bloc-01 img.img-g {
  box-shadow: -14px 13px 0px 3px hsla(0, 0%, 10%, 1);
  margin-top: 32px;
  object-fit: cover;
}

#bloc-01 img.img-d {
  box-shadow: 14px -14px 0px 3px hsla(0, 0%, 10%, 1);
  object-fit: cover;
}

@media screen and (min-width: 993px) {
  .h-img-g {
    height: 400px;
  }
  .h-img-d {
    height: 451px;
  }
  #bloc-01 img.img-g {
    position: absolute;
    width: 43vw;
    top: 0;
    right: 0;
    max-width: none;
    height: 400px;
  }
  #bloc-01 img.img-d {
    position: absolute;
    width: 43vw;
    top: 0;
    left: 0;
    max-width: none;
    height: 451px;
  }
}

h1.h1-geoloc span,
.title-1.h1-geoloc span {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}

h1.h1-geoloc span::before,
.title-1.h1-geoloc span::before {
  position: absolute;
  content: "";
  background: url(../assets/gifs/apropot.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 476px;
  left: -14%;
  top: -72px;
  height: 81px;
  z-index: -1;
  background-position: center;
  margin: 0 auto;
}

@media screen and (max-width: 992px) {
  h1.h1-geoloc span::before,
  .title-1.h1-geoloc span::before {
    position: absolute;
    content: "";
    background: url(../assets/gifs/apropot.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 326px;
    left: 0;
    top: 0;
    height: 65px;
    z-index: -1;
    background-position: center;
    margin: 0 auto;
  }
  #bloc-01 img.img-d {
    box-shadow: 14px -14px 0px 3px hsla(0, 0%, 10%, 1);
    margin-top: 60px;
  }
}

@media screen and (max-width: 600px) {
  #bloc-01 .btn-devis {
    margin-top: 24px;
  }
}

/* ******************************************* BLOC PRESTATION ******************************************** */

#encart-prestations .title-2 {
  position: relative;
  margin-bottom: 0;
}

.prestations-card,
.prestations-card img {
  min-height: 100%;
  object-fit: cover;
  position: relative;
  height: 480px;
  width: 100%;
}

.description p,
.prestations-card-content a {
  color: white;
  text-decoration: none;
  position: relative;
}

.prestations-card-content a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 2px;
  background-color: white;
  width: 0;
  transition: var(--transition);
}

.prestations-card-content {
  position: absolute;
  bottom: 0;
  padding: 30px;
  text-align: left;
}

.prestations-card-title a {
  font-size: 24px;
  text-decoration: none;
}

.prestations-card-image a {
  position: relative;
  z-index: 0;
  display: block;
  height: 100%;
}

.prestations-card:hover .prestations-card-title a,
.prestations-card:hover .prestations-card-content a {
  color: var(--accent-color);
}

.prestations-card-image a:before,
.prestations-card:hover .prestations-card-image a:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.prestations-card-content p {
  margin-block: 12px 0;
}

.prestations-card-content p {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-in-out, transform 0.3s ease-in-out,
    max-height 0.2s ease-in-out;
  max-height: 0;
  overflow: hidden;
}

.prestations-card:hover .prestations-card-content p {
  opacity: 1;
  transform: translateY(0);
  max-height: 150px;
  color: white;
  margin-bottom: 15px;
}

.slick-prestations {
  padding-block: 64px;
}

@media screen and (max-width: 992px) {
  #encart-prestations {
    margin-inline: 0;
  }
}

@media screen and (min-width: 993px) {
  #encart-prestations .title-2::before {
    position: absolute;
    content: "";
    background: url(../assets/gifs/services.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    left: 0;
    top: -114px;
    height: 120px;
    z-index: 0;
    background-position: center;
    margin: 0 auto;
  }
}

/* ==============================  AVIS  ============================== */

.encart-avis {
  position: relative;
  margin-top: 32px;
}

.encart-avis .title-2::before {
  display: none;
}

.encart-avis .btn:hover,
.encart-avis .btn:focus {
  background-color: hsl(0deg 0.37% 37.45%);
}

.avis-card {
  background: transparent;
  border: 1px solid hsla(0, 0%, 100%, 1);
  padding: 16px;
}

.slick-avis {
  margin-top: 48px;
}

.avis-card .avis-card-text {
  height: 4.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.5;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
  margin-left: 20%;
}

.encart-avis .avis-card-text::after {
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    #343332
  ) !important;
}

.slick-prev .slick-prev-icon:before,
.slick-prev .slick-next-icon:before,
.slick-next .slick-prev-icon:before,
.slick-next .slick-next-icon:before {
  font-family: var(--icon-font);
  font-size: 40px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

@media screen and (min-width: 993px) {
  #bloc-02 img.img-d {
    position: absolute;
    width: 40vw;
    top: 0;
    left: 0;
    max-width: none;
    box-shadow: 14px 14px 0px 3px hsla(0, 0%, 10%, 1);
  }
}

#bloc-02 em {
  font-style: normal;
}

p:has(em) {
  --corner-color: #2c2a2f;
  /* couleur */
  --corner-l: 30px;
  /* longueur coins */
  --segment-l: 70px;
  /* longueur segments */
  --corner-t: 2px;
  /* épaisseur */
  --pad: 24px;
  display: block;
  padding: var(--pad);
  position: relative;
  margin-block: 32px;
  font-style: normal;
  background: /* --- Coins --- */
    /* coin haut-gauche */ linear-gradient(
        var(--corner-color) 0 0
      )
      top left / var(--corner-l) var(--corner-t) no-repeat,
    linear-gradient(var(--corner-color) 0 0) top left / var(--corner-t)
      var(--corner-l) no-repeat,
    /* coin haut-droit */ linear-gradient(var(--corner-color) 0 0) top right /
      var(--corner-l) var(--corner-t) no-repeat,
    linear-gradient(var(--corner-color) 0 0) top right / var(--corner-t)
      var(--corner-l) no-repeat,
    /* coin bas-gauche */ linear-gradient(var(--corner-color) 0 0) bottom left /
      var(--corner-l) var(--corner-t) no-repeat,
    linear-gradient(var(--corner-color) 0 0) bottom left / var(--corner-t)
      var(--corner-l) no-repeat,
    /* coin bas-droit */ linear-gradient(var(--corner-color) 0 0) bottom right /
      var(--corner-l) var(--corner-t) no-repeat,
    linear-gradient(var(--corner-color) 0 0) bottom right / var(--corner-t)
      var(--corner-l) no-repeat,
    /* --- Segments haut --- */ linear-gradient(var(--corner-color) 0 0) top 0
      left 25% / var(--segment-l) var(--corner-t) no-repeat,
    linear-gradient(var(--corner-color) 0 0) top 0 center / var(--segment-l)
      var(--corner-t) no-repeat,
    linear-gradient(var(--corner-color) 0 0) top 0 right 25% / var(--segment-l)
      var(--corner-t) no-repeat,
    /* --- Segments bas --- */ linear-gradient(var(--corner-color) 0 0) bottom 0
      left 25% / var(--segment-l) var(--corner-t) no-repeat,
    linear-gradient(var(--corner-color) 0 0) bottom 0 center / var(--segment-l)
      var(--corner-t) no-repeat,
    linear-gradient(var(--corner-color) 0 0) bottom 0 right 25% /
      var(--segment-l) var(--corner-t) no-repeat;
}

/* ******************************************* ENCART PARTENAIRE ******************************************** */

#encart-partenaires {
  padding-block: 80px;
}

.slick-partenaires {
  padding-block: 60px;
}

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

#encart-contact {
  background: linear-gradient(
      90deg,
      hsla(357, 86%, 47%, 0.7),
      hsla(357, 86%, 47%, 0.7)
    ),
    url("../assets/gifs/contact-bg.jpg");
  background-size: 100%, cover;
  background-position: center;
}

#encart-contact .title-2 {
  color: white;
  margin-bottom: 24px;
}
#encart-contact .btn.secondary {
  border: 1px solid white;
  background-color: transparent;
  color: white;
}
#encart-contact .btn.accent {
  background-color: white;
  color: var(--accent-color);
}
#encart-contact .btn.secondary svg path {
  stroke: white;
}
#encart-contact .btn.accent svg path {
  stroke: var(--accent-color);
}

#encart-contact .reseaux-sociaux svg {
  fill: white;
}

#encart-contact .reseaux-sociaux {
  margin-bottom: 24px;
}

#encart-contact .reseaux-sociaux ul {
  justify-content: flex-start !important;
}

.contact-card-title {
  color: white;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
}

.contact-card {
  margin-bottom: 10px;
  margin-top: 10px;
}

.cord {
  padding-block: 57px;
  margin: 24px;
}

#encart-contact .contact-card address,
.horaire {
  font-weight: 300;
}

@media screen and (min-width: 993px) {
  #encart-contact {
    padding-block: 80px;
  }
}

@media screen and (max-width: 992px) {
  #encart-contact {
    padding-block: 4.5rem;
  }
  #encart-contact .btn-contact {
    margin-bottom: 24px;
  }
}

/* ******************************************** BLOC 03 ****************************************** */

#bloc-03 img.img-g {
  box-shadow: -14px 13px 0px 3px hsla(0, 0%, 10%, 1);
  margin-top: 32px;
}

#bloc-03 .inclined-bg {
  height: 394px;
  background: hsla(0, 0%, 96%, 1);
  clip-path: polygon(0 0, 100% 62%, 100% 100%, 0 100%);
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 993px) {
  #bloc-03 img.img-g {
    position: absolute;
    width: 40vw;
    top: 0;
    right: 0;
    max-width: none;
    box-shadow: -14px 13px 0px 3px hsla(0, 0%, 10%, 1);
    margin-top: 32px;
  }
}

/* ==============================  ENCART CATALOGUE  ============================== */

#encart-catalogue .title-2::before {
  position: absolute;
  content: "";
  background: url(../assets/gifs/realisation.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 33vw;
  left: -14%;
  top: -72px;
  height: 81px;
  z-index: 0;
  background-position: center;
  margin: 0 auto;
}

#encart-catalogue .catalogue-card-title a {
  text-decoration: none;
  font-size: 25px;
  color: white;
}

#encart-catalogue .slick-dots li button {
  height: 14px;
  width: 14px;
}

#encart-catalogue .catalogue-card-image a {
  max-height: 715px;
}

#encart-catalogue .catalogue-card-image a img {
  border-radius: 0;
  min-height: 480px;
  object-fit: cover;
}

#encart-catalogue .catalogue-card-image {
  overflow: hidden;
  border-radius: 0;
}

#encart-catalogue .icon-catalogue {
  position: absolute;
  bottom: -64px;
  right: 14px;
  transition: var(--transition);
}

#encart-catalogue .img.icon-catalogue {
  min-height: auto;
}

#encart-catalogue .catalogue-card:hover .catalogue-card-image .icon-catalogue {
  position: absolute;
  bottom: 14px;
  right: 14px;
}

#encart-catalogue .slick-prev {
  content: "";
  background-image: url(../assets/gifs/prev.png);
  width: 54px;
  height: 54px;
  background-size: cover;
  position: absolute;
  top: -38%;
  left: 67%;
}

#encart-catalogue .slick-next {
  content: "";
  background-image: url(../assets/gifs/next.png);
  width: 54px;
  height: 54px;
  background-size: cover;
  position: absolute;
  top: -38%;
  right: 22%;
}

#encart-catalogue .slick-prev .slick-prev-icon:before,
#encart-catalogue .slick-next .slick-next-icon:before {
  display: none;
}

.slick-catalogue {
  margin-top: 48px;
}

.encart-btn .btn.outlined:hover {
  color: white;
}

.encart-btn a.btn.outlined::after {
  content: "";
  position: absolute;
  top: 0;
  /* important : commence en bas */
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--secondary-950);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.4s ease-in-out;
  z-index: -1;
}

.encart-btn a.btn.outlined:hover::after {
  transform: scaleY(1);
}

.catalogue-nav,
.btn-cat,
.encart-btn {
  margin-block: 48px;
}

.catalogue-card-image a {
  position: relative;
  z-index: 0;
  display: block;
  height: 100%;
}

.catalogue-card-title a {
  color: white;
  text-decoration: none;
  font-size: 24px;
  line-height: 24.2px;
}

.catalogue-card-title a {
  color: var(--text-color);
}

.catalogue-card-image a:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  top: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
}

.btn-prestation a {
  text-decoration: none;
  color: white;
}

.catalogue-card-title a {
  color: white;
  text-decoration: none;
  font-size: 24px;
}

.catalogue-card:hover .catalogue-card-image a::before {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) -36.11%,
    rgba(0, 0, 0, 0.6) 100%
  );
  z-index: 1;
}

.catalogue-encart-card {
  position: relative;
  z-index: 0;
  color: white;
  overflow: hidden;
  height: 100%;
}

.catalogue-card-content .catalogue-card-text {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
  pointer-events: none;
  color: white;
  display: none;
}

.catalogue-card-title {
  margin-bottom: 12px;
}

.catalogue-card:hover .catalogue-card-text {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  overflow: hidden;
  display: block;
}

.card-content a.link-catalogue {
  color: white;
  text-decoration: none;
  position: relative;
}

.catalogue-card:hover .card-content {
  bottom: 0;
  transition: all 0.3s ease;
  padding-bottom: 24px;
}

.catalogue-card .card-content {
  position: absolute;
  padding: 0 24px;
  bottom: 20px;
  padding-bottom: 0;
  z-index: 2;
}

.catalogue-card-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.link-catalogue a {
  text-decoration: none;
  color: white;
  margin-top: 10px;
  display: block;
}

@media screen and (min-width: 993px) {
  #encart-catalogue .slick-list.draggable {
    width: 150%;
  }
  #encart-catalogue .row.slick-catalogue {
    min-width: 130%;
  }
}

@media screen and (min-width: 1200px) {
  #encart-catalogue .slick-prev {
    content: "";
    background-image: url(../assets/gifs/prev.png);
    width: 54px;
    height: 54px;
    background-size: cover;
    position: absolute;
    top: -38%;
    left: 70%;
  }
}

/* ******************************************** BLOC 04 et BLOC 05 ****************************************** */

@media screen and (min-width: 993px) {
  #bloc-04 img.img-g {
    position: absolute;
    width: 40vw;
    top: 0;
    right: 0;
    max-width: none;
    height: 400px;
    box-shadow: -14px 13px 0px 3px hsla(0, 0%, 10%, 1);
    margin-top: 32px;
  }
  #bloc-04 img.img-d {
    position: absolute;
    width: 40vw;
    top: 0;
    left: 0;
    max-width: none;
    height: 400px;
    box-shadow: 14px -14px 0px 3px hsla(0, 0%, 10%, 1);
  }
  #bloc-04 .h-img-g,
  #bloc-04 .h-img-d {
    height: 400px;
  }
}

#bloc-04 img.img-g {
  box-shadow: -14px 13px 0px 3px hsla(0, 0%, 10%, 1);
  margin-top: 32px;
  object-fit: cover;
}

#bloc-04 img.img-d {
  box-shadow: 14px -14px 0px 3px hsla(0, 0%, 10%, 1);
  object-fit: cover;
}

@media screen and (max-width: 992px) {
  #bloc-04 img.img-d {
    box-shadow: 14px -14px 0px 3px hsla(0, 0%, 10%, 1);
    margin-top: 60px;
  }
}

/* ******************************************** ENCART ACTUALITES ****************************************** */

#encart-actualites {
  background-color: hsla(0, 0%, 96%, 1);
}

#encart-actualites .title-2 {
  position: relative;
  z-index: 1;
}

#encart-actualites .title-2::before {
  position: absolute;
  content: "";
  background: url(../assets/gifs/actualites.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  left: 0;
  top: -83px;
  height: 120px;
  z-index: -1;
  background-position: center;
  margin: 0 auto;
}

.actualites-card {
  transition: var(--transition);
}

.actualites-card:hover {
  background-color: var(--primary-color);
  color: white;
}

.actualites-card:hover .actualites-card-title a,
.actualites-card:hover .lire-plus {
  color: white;
}

.slick-actualites {
  margin-block: 60px;
}

.actualites-card-title a {
  font-size: 24px;
  text-decoration: none;
  color: var(--primary-color);
  line-height: 24px;
  font-weight: 600;
}

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

.lire-plus {
  text-decoration: none;
  color: var(--primary-color);
}

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

.actualites-card-image img {
  height: 100%;
  object-fit: cover;
}

#encart-actualites .btn.accent {
  border: 1px solid var(--accent-color);
  color: var(--accent-color);
  background-color: white;
  font-weight: 600;
}

/* ******************************************* ENCART FORMULAIRE ******************************************** */

.info-pratique {
  padding: 48px 80px;
  position: relative;
  z-index: 2;
}

.info-pratique .title-2 {
  margin-bottom: 24px;
}

.box {
  box-shadow: 0px 4px 24px 0px hsla(0, 0%, 0%, 0.1);
}

.form {
  padding: 48px;
}

#encart-formulaire {
  background-color: var(--primary-color);
  z-index: 1;
  position: relative;
}

#encart-formulaire::before {
  position: absolute;
  content: "";
  background: url(../assets/gifs/voiture.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 424px;
  left: 7%;
  top: -122px;
  height: 122px;
  z-index: -1;
  background-position: center;
  margin: 0 auto;
}

#encart-formulaire .reseaux-sociaux svg path {
  fill: white;
}

#encart-formulaire .inclined-bg {
  height: 66%;
  clip-path: polygon(0 0%, 100% 40%, 100% 100%, 0 100%);
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 0;
  left: 0px;
  background: hsla(356, 88%, 42%, 1);
}

#encart-formulaire .contact-card-title {
  color: white;
  margin-bottom: 12px;
  font-size: 16px;
  font-family: var(--primary-font);
  font-weight: 600;
}

#encart-formulaire .reseaux-sociaux {
  margin-bottom: 80px;
}

input:not([type]),
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="time"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="tel"],
input[type="number"],
input[type="search"],
textarea {
  border-radius: 8px;
}

.form .btn.accent {
  border-radius: 8px;
}

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

@media screen and (max-width: 992px) {
  #encart-formulaire .reseaux-sociaux ul {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 600px) {
  .info-pratique {
    padding: 48px 0px;
  }
  .form {
    padding: 48px 0;
  }
  .btn-rdv {
    margin-top: 12px;
  }
}

/* ******************************************* FOOTER ******************************************** */

footer .section,
.index-page footer .section {
  padding-block: 39px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.footer-contact p {
  margin: 0 0 12px;
  font-weight: 600;
  color: var(--accent-color);
}

footer address {
  margin: 0;
}

.footer-2 {
  font-weight: 600;
}

#footer-nav .nav ul li.no-menu {
  display: none;
}

#footer-nav .nav ul li.sous_menu ul.dropdown {
  position: absolute;
  left: 0;
  display: none;
  flex-direction: column;
  align-items: stretch;
  width: max-content;
  min-width: 100%;
  margin: 0;
  padding: 0;
  font-weight: normal;
  z-index: 1;
  background-color: #fff;
  border: 1px solid var(--primary-color);
}

#footer-nav .nav ul li.sous_menu > a::after {
  position: absolute;
  right: 0.625rem;
  display: block;
  font-family: var(--icon-font);
  line-height: 0;
  content: "\e5c5";
  position: static;
  display: inline-block;
  margin: -0.125em 0 0 0.25em;
  text-decoration: none;
}

#footer-nav nav a {
  font-weight: 400;
  line-height: 24px;
}

footer nav a:hover {
  color: var(--accent-color);
}

#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;
  color: var(--accent-color);
}

footer .reseaux-sociaux svg {
  fill: white;
}

.lien-maps:hover {
  opacity: 0.7;
}

.lien-maps span {
  display: block;
}

.footer-contact p svg {
  margin-right: 10px;
}

@media screen and (min-width: 993px) {
  #footer-nav .nav > ul {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 1.5rem;
    margin: 1.5rem 0;
  }
  footer #footer-nav .nav ul li.sous_menu ul.dropdown {
    bottom: 100%;
  }
  #footer-nav {
    display: flex;
    justify-content: center;
    gap: 24px;
  }
}

@media screen and (max-width: 992px) {
  footer .brand,
  footer p {
    text-align: center;
  }
  .footer-contact {
    display: flex;
    flex-direction: column;
    row-gap: 0;
    text-align: center;
    margin-bottom: 30px;
  }
  #footer-nav .nav > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 1.5rem 0;
    flex-direction: column;
  }
  footer #footer-nav .nav ul li.sous_menu ul.dropdown {
    display: none;
  }
  #footer-nav .nav ul li.sous_menu > a::after {
    display: none;
  }
  footer .reseaux-sociaux ul {
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 600px) {
  .pb-40 {
    padding-bottom: 40px;
  }
}

/* ******************************************* PAGE INTERNE  ******************************************** */

.contact-page .hero-interne {
  position: relative;
  padding-top: 15rem;
  padding-bottom: 5rem;
}

.bg-hero::before,
.hero-interne::before,
.hero-interne::after,
.bg-hero::after {
  position: absolute;
  content: "";
  background: url(../assets/gifs/slider/slide-01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100vw;
  left: 50%;
  transform: translate(-50%);
  top: 0;
  height: 100%;
  z-index: -1;
  background-position: center;
  margin: 0 auto;
}

.page-interne .bg-hero::after,
.hero-interne::after {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.5) 40.1%,
    rgba(0, 0, 0, 0.5) 81.28%
  );
}

#fil_ariane,
.fil-ariane {
  margin: 2rem 0;
}

.hero-interne h1 {
  margin-top: 9%;
}

.contact-page .hero-interne h1 {
  margin-top: 3%;
  margin-bottom: 0;
  color: white;
}

.page-interne #encart-contact,
.page-interne #encart-formulaire {
  width: 100vw;
  left: 50%;
  transform: translate(-50%);
  top: 0;
  height: 100%;
  position: relative;
  padding-block: 6.5rem;
}

.contact-page #encart-formulaire {
  display: none;
}

.recherche_actu .btn.secondary:hover {
  background-color: var(--accent-color);
  color: white;
}

.page-interne .image-auto img {
  width: auto !important;
  margin: 0 auto !important;
  height: 100%;
}

.page-interne #encart-formulaire {
  margin-bottom: 0;
}

.actualites-listing h1 {
  margin-bottom: 14px;
}

/* PAGE ACTU DETAIL */

.container_actualite .clear_both {
  margin-bottom: 0px;
}

body.actualites-detail .listing-autres-actus-categorie {
  height: max-content;
  padding: 24px;
  margin-bottom: 24px;
  background-color: var(--primary-color-90);
  border-radius: var(--border-radius);
}

.listing-autres-actus-categorie a.btn {
  font-weight: 600;
  letter-spacing: 0px;
  padding: 13px 10px;
  width: fit-content;
  font-size: 14px;
}

body.actualites-detail .listing-autres-actus-categorie .detail-btn {
  text-align: center;
}

#listing-autres-actus-categorie ul li ul {
  padding-left: 0;
}

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

.fb-like.fb_iframe_widget {
  position: relative;
  top: 6px;
}

.listing-autres-actus-categorie-mois {
  margin-block: 5px;
  display: block;
}

/* pagination actu*/

.paginationControl {
  letter-spacing: normal;
  text-align: center;
  padding: 40px 0 0;
}

.paginationControl a,
.paginationControl span {
  display: inline-block !important;
  padding: 0 10px;
  color: white;
  font-size: 14px;
  line-height: 30px;
  background: var(--primary-color);
  border: 1px solid #dcdde1;
}

.paginationControl a:hover,
.paginationControl span.selected {
  color: white;
  background: var(--accent-color);
}

.paginationControl span.disabled {
  color: #353b48;
  background: #dcdde1;
}

.lien-maps:hover {
  opacity: 0.7;
}

.bloc-info em {
  font-style: normal;
  background: var(--accent-50);
  padding: 20px;
  display: block;
  border-radius: var(--button-border-radius);
}

.page-interne .ac-stat .ac-colonne {
  border: 1px dotted var(--accent-color-30);
  padding: 15px;
  margin: 15px 0;
}

.page-interne .ac-stat .title-3 {
  margin: 0 auto;
}

.ac-1v1 .ac-colonne {
  border: 1px dotted var(--accent-color);
  padding: 15px;
  margin: 15px 0;
}

@media (max-width: 1199px) and (min-width: 993px) {
  .sc-content .ac-doubleColonne.bg-hero,
  .hero-interne {
    margin-top: -14%;
  }
  .contact-page .hero-interne {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 650px;
    margin-top: -9%;
  }
}

@media screen and (max-width: 992px) {
  .sc-content .ac-doubleColonne.bg-hero,
  .hero-interne {
    margin-top: -2rem;
    position: relative;
    min-height: 240px;
  }
  .fold {
    background: var(--background-color);
  }
  .contact-page .hero-interne {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 650px;
    margin-top: 0;
  }
}

@media screen and (min-width: 993px) {
  .cp_ville {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .actualites-listing .recherche_actu #recherche_actu_submit {
    margin-left: 0.3rem;
  }
  .page-interne h2 {
    margin-top: 0;
  }
  .nav#main-nav > ul > li.sous_menu > a {
    cursor: default;
  }
  .recherche_actu .btn.secondary {
    width: auto;
    padding: 7px;
  }
}

/* DEVIS */

fieldset {
  height: auto;
  border-color: var(--accent100);
  margin-top: 16px;
}

legend {
  padding: 0 15px;
  font-weight: 600;
}

@media screen and (min-width: 601px) {
  .bg-hero .title-1,
  .hero-interne .title-1 {
    margin-top: 55px;
    margin-bottom: 20px;
    color: white;
  }
  .sc-content .ac-doubleColonne.bg-hero,
  .hero-interne {
    position: relative;
    padding-top: 13rem;
    padding-bottom: 5rem;
    margin-top: -2rem;
  }
}
