:root {
  --primary-h: 0;
  /* hue */
  --primary-s: 0%;
  /* saturation */
  --primary-l: 96%;
  /* lightness */
  --accent-h: 0;
  /* hue */
  --accent-s: 0%;
  /* saturation */
  --accent-l: 10%;
  /* 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 */
  --primary-font: "Inter", sans-serif;
  --secondary-font: "Manrope", sans-serif;
  --h1-font-size: 3.6875rem;
  --h2-font-size: 2.5rem;
  --h3-font-size: 2.0625rem;
  --headings-line-height: 1.333333;
  --link-color: var(--primary-color-40);
  --border-radius: 2rem;
  --button-border-radius: 0rem;
  --transition: 0.3s all ease-in-out;
}

/*========= GENERAL ============== */

/* =============================== */

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

.erreur .erreur,
.divGenerateurErreur .erreur {
  display: block;
  padding-bottom: 0.5rem;
  color: var(--error-color);
  float: right;
  font-size: 13px;
}

.relativer {
  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;
}

.m-10 {
  margin-top: 10px;
}

.relative {
  position: relative;
}

div#blocHorsLigne {
  position: relative;
  z-index: 999 !important;
}

@media screen and (min-width: 993px) {
  .top-bar .row {
    border-block: 3px solid;
  }
  .fold .view-contact {
    display: none;
  }
  .index-page .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .sticky-active .sticky-element.sticky-scroll-up {
    transform: translateY(0);
    background: var(--accent-color-20);
  }
  .sticky-element.sticky-scroll-down {
    background: var(--accent-color-20);
  }
}

@media screen and (max-width: 992px) {
  .fold .view-contact {
    margin-block: 16px;
    text-align: center;
  }
  .d-none {
    display: none;
  }
  .gap-10 {
    row-gap: 10px;
  }
}

@media (max-width: 1366px) and (min-width: 993px) {
  h1,
  .title-1 {
    font-size: 50px;
    margin: 0;
  }
}

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

/* style bouton contact */

.btn-contact a,
.actualites-encart-btn a,
.catalogue-nav a,
.catalogue-encart-btn a,
.btn-cat a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  background: transparent;
  text-decoration: none;
  gap: 8px;
  font-weight: 600;
}

.btn-contact a:hover,
.btn-contact a:focus,
.actualites-encart-btn a:hover,
.actualites-encart-btn a:focus,
.catalogue-encart-btn a:hover,
.catalogue-encart-btn a:focus {
  background: transparent;
}

.btn-contact a .corner,
.actualites-encart-btn a .corner,
.catalogue-encart-btn a .corner,
.catalogue-nav a .corner,
.btn-cat a .corner {
  position: absolute;
  width: 50px;
  height: 12px;
  pointer-events: none;
}

.btn-contact a svg path,
.actualites-encart-btn a svg path,
.catalogue-encart-btn a svg path {
  stroke: var(--accent-color);
}

.top-left {
  top: 0;
  left: 0;
  border-top: 1px solid var(--accent-color);
  border-left: 1px solid var(--accent-color);
}

.top-right {
  top: 0;
  right: 0;
  border-top: 1px solid var(--accent-color);
  border-right: 1px solid var(--accent-color);
}

.bottom-left {
  bottom: 0;
  left: 0;
  border-bottom: 1px solid var(--accent-color);
  border-left: 1px solid var(--accent-color);
}

.bottom-right {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid var(--accent-color);
  border-right: 1px solid var(--accent-color);
}

.arrow {
  font-size: 14px;
  transform: translateY(-1px);
}

/* style bouton contact border white */

.slide-content .btn-contact .top-left,
#encart-contact .btn-contact .top-left {
  top: 0;
  left: 0;
  border-top: 1px solid white;
  border-left: 1px solid white;
}

.slide-content .btn-contact .top-right,
#encart-contact .btn-contact .top-right {
  top: 0;
  right: 0;
  border-top: 1px solid white;
  border-right: 1px solid white;
}

.slide-content .btn-contact .bottom-left,
#encart-contact .btn-contact .bottom-left {
  bottom: 0;
  left: 0;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
}

.slide-content .btn-contact .bottom-right,
#encart-contact .btn-contact .bottom-right {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
}

.slide-content .btn-contact a svg path,
#encart-contact .btn-contact a svg path {
  stroke: white;
}

/* FIN style bouton contact */

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

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

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

form .btn.accent {
  border: 2px solid var(--accent-color);
}

form .btn.accent:hover,
form .btn.accent:focus {
  background-color: transparent;
  color: var(--accent-color);
  border: 2px solid var(--accent-color);
}

.btn-contact a,
.actualites-encart-btn a,
.catalogue-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,
.actualites-encart-btn a .content,
.catalogue-encart-btn a .content {
  position: relative;
  bottom: -4%;
  transition: 0.5s;
  height: 35px;
  display: flex;
  justify-content: center;
  line-height: 16px;
}

.btn-contact a:hover .content,
.btn-devis a:hover .content,
.actualites-encart-btn a:hover .content,
.catalogue-encart-btn a:hover .content {
  bottom: 168%;
}

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

.btn-cat {
  display: flex;
  justify-content: center;
  gap: 24px;
}

@media screen and (min-width: 601px) {
  .btn.accent {
    width: auto;
    padding: 14px 11px;
  }
  .btn-contact a,
  .actualites-encart-btn a,
  .catalogue-encart-btn a,
  .btn-devis a {
    width: auto;
  }
}

@media screen and (max-width: 992px) {
  .btn-contact {
    padding-bottom: 20px;
  }
}

/* BRAND */

/* ===== */

.brand a {
  display: inline-block;
  transition: opacity 0.3s;
}

.brand a:hover {
  opacity: 0.75;
}

header .brand img.footer-only,
footer .brand img.header-only,
.rappel_telephonique .brand img.footer-only {
  display: none;
}

/* --------------------------- HEADER ----------------------- */

.header-content .nav#main-nav > ul > li > a,
.header-content .nav#topbar-nav > ul > li > a {
  position: relative;
  padding: 0.75rem;
  height: 100%;
}

.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: 3px;
  background-color: var(--accent-color);
  width: 0;
  transition: var(--transition);
}

.header-content .nav#topbar-nav > ul > li > a::before {
  bottom: -2px;
}

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

@media screen and (min-width: 993px) {
  .header-content .nav#main-nav > ul,
  .header-content .nav#topbar-nav > ul {
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    width: auto;
  }
  .header-content {
    background: transparent;
  }
  .main-header-content {
    padding-block: 24px;
  }
  .header-content .nav#main-nav > ul > li > a {
    padding-top: 1rem;
    padding-right: 0.5rem;
    padding-bottom: 1rem;
    padding-left: 0.5rem;
  }
}

@media screen and (max-width: 992px) {
  .menu-mobile {
    height: 8.5rem;
    background-color: var(--accent-color);
  }
  .header-content #nav-container {
    margin-top: 8.5rem;
    background-color: var(--accent-color);
  }
  .header-content .nav#main-nav {
    background-color: var(--accent-color);
  }
  .header-content .nav ul li a.selected {
    color: var(--primary-color);
    background-color: var(--primary-color-40);
  }
  .header-content .nav#topbar-nav li:not(.opened) a {
    padding: 0.75rem 5%;
    text-decoration: none;
    border-bottom: solid 1px #ebebeb;
  }
}

/* SLIDER */

/* ====== */

.slick-slider {
  margin-bottom: 0;
}

.slider-slick .slick {
  height: 100%;
}

.slide-img {
  height: 100vh;
}

.slide-img.slide-01 {
  background: linear-gradient(0, hsla(0, 0%, 0%, 0.5), hsla(0, 0%, 0%, 0.5)),
    url("../assets/gifs/slider/slide-01.jpg");
  background-size: auto, cover;
  background-position: center;
}

.slide-img.slide-02 {
  background: linear-gradient(0, hsla(0, 0%, 0%, 0.5), hsla(0, 0%, 0%, 0.5)),
    url("../assets/gifs/slider/slide-02.jpg");
  background-size: auto, cover;
  background-position: center;
}

.slide-img.slide-03 {
  background: linear-gradient(0, hsla(0, 0%, 0%, 0.5), hsla(0, 0%, 0%, 0.5)),
    url("../assets/gifs/slider/slide-03.jpg");
  background-size: auto, cover;
  background-position: center;
}

.slide-img.slide-04 {
  background: linear-gradient(0, hsla(0, 0%, 0%, 0.5), hsla(0, 0%, 0%, 0.5)),
    url("../assets/gifs/slider/slide-04.jpg");
  background-size: auto, cover;
  background-position: center;
}

.contenu-slide {
  position: absolute;
  top: 28vh;
  width: 100%;
}

.titre-slide {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 31px;
  width: 59%;
  max-width: 1320px;
  margin: 0;
}

.titre-slide img {
  width: auto !important;
  float: right;
}

@media screen and (max-width: 992px) {
  .slide-img {
    background-size: auto, cover;
    background-position: center;
    height: 80vh;
  }
  .contenu-slide {
    position: absolute;
    top: 42vh;
    width: 100%;
  }
}

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

.slick-point-forts .slick-slide img {
  display: inline;
}

.slick-point-forts {
  position: relative;
  height: 100%;
  /* Assure une hauteur pour le carrousel vertical */
  overflow: hidden;
}

.slick-point-forts .slick-slide img {
  display: inline;
}

.point-content {
  padding: 48px;
}

.slick-point-forts .title-3 {
  font-size: 24px;
}

.slick-point-forts .slick-vertical .slick-slide {
  opacity: 0.5;
}

.slick-point-forts .slick-vertical .slick-current {
  opacity: 1;
}

/* Dégradé en haut */

.slick-point-forts::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(
    181deg,
    #ffffff 64.55% 63.55%,
    rgba(255, 255, 255, 28%) 100%
  );
  pointer-events: none;
  z-index: 2;
}

/* Dégradé en bas */

.slick-point-forts::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 18%;
  background: linear-gradient(
    358deg,
    #ffffff 33.55%,
    rgba(255, 255, 255, 0) 100%
  );
  pointer-events: none;
  z-index: 2;
}

@media screen and (min-width: 993px) {
  #point_fort .title-2 {
    margin-bottom: 16px;
  }
}

/* ******************************************* Bloc 01 ******************************************** */

.h1-geoloc {
  font-size: 57px;
}

h1.h1-geoloc span::before,
.title-1.h1-geoloc span::before {
  display: none;
}

h1.h1-geoloc span,
.title-1.h1-geoloc span {
  font-size: 24px;
  font-weight: 700;
}

img.up-corner {
  position: absolute;
  left: -23px;
  top: -26px;
}

img.down-corner {
  position: absolute;
  right: -20px;
}

@media screen and (min-width: 993px) {
  img.img2 {
    position: absolute;
    left: 0;
    z-index: 2;
    width: auto;
    bottom: 31px;
  }
  img.img1 {
    float: right;
    width: auto;
  }
}

@media screen and (max-width: 992px) {
  img.img2 {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  img.down-corner {
    position: absolute;
    right: -9px;
  }
  img.up-corner {
    position: absolute;
    left: -7px;
    top: -26px;
  }
}

/* ******************************************** ENCART PRESTATION ****************************************** */

/* STRUCTURE DE LA CARTE */

.prestations-card {
  padding: 0;
  border: 0;
  margin-bottom: -6px;
  height: 100vh;
  border-right: 3px solid;
  transition: background-color 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
}

/* Dernière colonne sans bordure */

.row .col:last-child .prestations-card {
  border-right: 0;
}

.prestations-card-title a {
  text-decoration: none;
  font-size: 33px;
  line-height: 24.2px;
  text-transform: uppercase;
  transition: var(--transition);
}

/* Fond sombre en hover */

.prestations-card-title a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0%;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  z-index: -1;
  transition: var(--transition);
}

.prestations-card:hover .prestations-card-title a::before {
  height: 100%;
}

.prestations-card:hover .prestations-card-title a {
  color: white;
}

/* TEXTE */

.prestations-card-text {
  margin-top: 16px;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: var(--transition);
}

.prestations-card:hover .prestations-card-text {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* ANIMATION DU BLOC DE CONTENU AU HOVER */

.prestations-card:hover .card-content {
  bottom: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: var(--transition);
}

.prestations-card:hover .col-img-presta {
  transform: scale(1.1);
}

/* STRUCTURE */

.row-presta {
  position: relative;
  overflow: hidden;
}

/* IMAGE DE FOND (effet fluide) */

.col-img-presta {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  transform: scale(1);
  transition: transform 1.8s ease;
}

.col-img-presta img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* CONTENU DE LA CARTE */

.prestations-card-content {
  position: absolute;
  padding: 0 24px;
  bottom: -13%;
  min-height: 200px;
  transition: var(--transition);
}

a.link-presta {
  margin-top: 16px;
}

/* MEDIA QUERIES */

@media screen and (min-width: 993px) {
  .row-presta img {
    position: relative;
  }
  .slick-prestations {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
  }
  .row.row-presta img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    transition: var(--transition);
  }
  /* TITRE */
  .title-2 {
    margin: 0;
  }
}

@media screen and (max-width: 992px) {
  .prestations-card {
    margin-top: 20px;
    height: 100vh;
  }
  #encart-prestations {
    margin-top: 4rem;
  }
  .prestations-card-title a {
    font-size: 28px;
  }
}

@media screen and (max-width: 600px) {
  .fold .slide-content .btn-contact {
    padding-bottom: 20px;
  }
}

/* ******************************************* ENCART AVIS ******************************************** */

.encart-avis {
  padding-block: 80px;
}

.encart-avis .title-2 {
  margin: 0;
}

.slick-avis,
.slick-clients {
  margin-top: 64px;
}

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

.card.avis-card {
  background: white;
  padding: 16px;
}

@media screen and (min-width: 993px) {
  .encart-avis .card-text.avis-card-text.avis-encart-card-text {
    margin-left: 20%;
  }
}

@media screen and (max-width: 600px) {
  .encart-avis .slick-dots {
    bottom: -9rem;
  }
}

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

#bloc-02 table,
#bloc-03 table {
  display: block;
  background: hsla(0, 0%, 94%, 1);
  padding: 16px;
  font-style: normal;
  position: relative;
}

/* Ajout des traits d’angle avec pseudo-éléments */

#bloc-02 table::before,
#bloc-02 table::after,
#bloc-03 table::before,
#bloc-03 table::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 15px;
  border: solid 3px black;
  pointer-events: none;
}

/* Coin haut gauche */

#bloc-02 table::before,
#bloc-03 table::before {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}

/* Coin bas droit */

#bloc-02 table::after,
#bloc-03 table::after {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
}

/* Coins supplémentaires avec pseudo-éléments sur l'enfant */

#bloc-02 table td::before,
#bloc-02 table td::after,
#bloc-03 table td::before,
#bloc-03 table td::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 15px;
  border: solid 3px black;
  pointer-events: none;
}

/* Coin haut droit */

#bloc-02 table td::before,
#bloc-03 table td::before {
  top: 0;
  right: 0;
  border-left: none;
  border-bottom: none;
}

/* Coin bas gauche */

#bloc-02 table td::after,
#bloc-03 table td::after {
  bottom: 0;
  left: 0;
  border-right: none;
  border-top: none;
}

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

#encart-catalogue .catalogue-nav a,
.catalogue-listing .btn-cat a {
  font-size: 24px;
  font-weight: 700;
}

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

#encart-catalogue .catalogue-nav a:hover,
#encart-catalogue .catalogue-nav a:focus,
.catalogue-listing .btn-cat a:hover,
.catalogue-listing .btn-cat a:focus {
  background-color: var(--accent-color);
  color: white;
}

#encart-catalogue .top-left,
.catalogue-listing .btn-cat .top-left {
  top: 0;
  left: 0;
  border-top: 3px solid var(--accent-color);
  border-left: 3px solid var(--accent-color);
}

#encart-catalogue .top-right,
.catalogue-listing .btn-cat .top-right {
  top: 0;
  right: 0;
  border-top: 3px solid var(--accent-color);
  border-right: 3px solid var(--accent-color);
}

#encart-catalogue .bottom-left,
.catalogue-listing .btn-cat .bottom-left {
  bottom: 0;
  left: 0;
  border-bottom: 3px solid var(--accent-color);
  border-left: 3px solid var(--accent-color);
}

#encart-catalogue .bottom-right,
.catalogue-listing .btn-cat .bottom-right {
  bottom: 0;
  right: 0;
  border-bottom: 3px solid var(--accent-color);
  border-right: 3px solid var(--accent-color);
}

.catalogue-encart-card .catalogue-card-image {
  height: 100%;
  overflow: hidden;
}

.catalogue-card-image {
  position: relative;
  overflow: hidden;
}

.catalogue-card-image img {
  transition: 0.3s;
}

.card-content {
  padding-top: 20px;
  height: 10%;
}

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

.catalogue-card:hover .catalogue-card-image a::before {
  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%);
}

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

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

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

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

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

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

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

.catalogue-card:hover {
  margin: 0;
}

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

@media screen and (min-width: 993px) {
  .slick-catalogue {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(6, 1fr);
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-bottom: 48px;
  }
  .row.slick-catalogue .col:nth-of-type(1),
  .catalogue-item:nth-of-type(1),
  .bdd-detail-2 .col:nth-of-type(1) {
    grid-area: 1 / 1 / 2 / 2;
  }
  .row.slick-catalogue .col:nth-of-type(2),
  .catalogue-item:nth-of-type(2),
  .bdd-detail-2 .col:nth-of-type(2) {
    grid-area: 2 / 1 / 4 / 2;
  }
  .row.slick-catalogue .col:nth-of-type(3),
  .catalogue-item:nth-of-type(31),
  .bdd-detail-2 .col:nth-of-type(3) {
    grid-area: 4 / 1 / 5 / 2;
  }
  .row.slick-catalogue .col:nth-of-type(4),
  .catalogue-item:nth-of-type(4),
  .bdd-detail-2 .col:nth-of-type(4) {
    grid-area: 5 / 1 / 7 / 2;
  }
  .row.slick-catalogue .col:nth-of-type(5),
  .catalogue-item:nth-of-type(5),
  .bdd-detail-2 .col:nth-of-type(5) {
    grid-area: 1 / 2 / 3 / 3;
  }
  .row.slick-catalogue .col:nth-of-type(6),
  .catalogue-item:nth-of-type(6),
  .bdd-detail-2 .col:nth-of-type(6) {
    grid-area: 3 / 2 / 4 / 3;
  }
  .row.slick-catalogue .col:nth-of-type(7),
  .catalogue-item:nth-of-type(7),
  .bdd-detail-2 .col:nth-of-type(7) {
    grid-area: 4 / 2 / 6 / 3;
  }
  .row.slick-catalogue .col:nth-of-type(8),
  .catalogue-item:nth-of-type(8),
  .bdd-detail-2 .col:nth-of-type(8) {
    grid-area: 6 / 2 / 7 / 3;
  }
  .row.slick-catalogue .col:nth-of-type(9),
  .catalogue-item:nth-of-type(9),
  .bdd-detail-2 .col:nth-of-type(9) {
    grid-area: 1 / 3 / 2 / 4;
  }
  .row.slick-catalogue .col:nth-of-type(10),
  .catalogue-item:nth-of-type(10),
  .bdd-detail-2 .col:nth-of-type(10) {
    grid-area: 2 / 3 / 4 / 4;
  }
  .row.slick-catalogue .col:nth-of-type(11),
  .catalogue-item:nth-of-type(11),
  .bdd-detail-2 .col:nth-of-type(11) {
    grid-area: 4 / 3 / 5 / 4;
  }
  .row.slick-catalogue .col:nth-of-type(12),
  .catalogue-item:nth-of-type(12),
  .bdd-detail-2 .col:nth-of-type(12) {
    grid-area: 5 / 3 / 7 / 4;
  }
}

@media screen and (max-width: 992px) {
  .slick-catalogue .slick-dots {
    bottom: -8rem;
  }
  #encart-catalogue .slick-catalogue {
    margin-bottom: 9rem;
  }
}

/* ******************************************* BLOC 03 et bloc 04 ******************************************** */

@media screen and (min-width: 993px) {
  .image-animation-block {
    padding: 50px 0;
  }
  .animated-img {
    width: 100%;
    transform: translateX(-100px);
    opacity: 0;
    transition: transform 0.8s ease-out, opacity 0.8s ease-out;
  }
  /* Animation finale au scroll */
  .animate .img-1 {
    transform: translateX(0);
    opacity: 1;
    transition-delay: 0s;
  }
  .animate .img-2 {
    transform: translateX(0);
    opacity: 1;
    transition-delay: 0.3s;
  }
  .animate .img-3 {
    transform: translateX(0);
    opacity: 1;
    transition-delay: 0.6s;
  }
  .animate .img-4 {
    transform: translateX(0);
    opacity: 1;
    transition-delay: 0.9s;
  }
}

/* ******************************************* BLOC 05 ******************************************** */

.img-anim-height {
  height: 100vh;
  width: 100%;
  object-fit: cover;
  transition: height 1.2s ease;
  position: absolute;
  top: 0;
}

.img-anim-height.shrink {
  height: 260px;
  position: relative;
}

#bloc-06 .img-anim-height.shrink {
  height: 417px;
  position: relative;
  margin-bottom: 1.2rem;
}

#point_fort .img-anim-height.shrink {
  height: 606px;
  position: relative;
}

.mt-35 {
  margin-top: 35px;
}

@media screen and (max-width: 992px) {
  #bloc-06 {
    margin-top: 48px;
  }
}

/* ******************************************* BLOC 06 ******************************************** */

@media screen and (min-width: 993px) {
  #bloc-06 {
    padding-left: 65px;
  }
  .p-65 {
    padding-right: 65px;
  }
}

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

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

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

/* ******************************************* BLOC 08 ******************************************** */

.bg_bloc8 {
  height: 100vh;
  background: url("../assets/gifs/bg-bloc8.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.bloc-info {
  position: relative;
  background: hsla(0, 0%, 100%, 1);
  padding: 16px;
  max-width: 37%;
  float: right;
  margin-top: 14vh;
}

.bloc-info .corner {
  position: absolute;
  width: 50px;
  height: 12px;
  pointer-events: none;
}

.bloc-info .top-left {
  top: 0;
  left: 0;
  border-top: 3px solid hsla(0, 0%, 0%, 1);
  border-left: 3px solid hsla(0, 0%, 0%, 1);
}

.bloc-info .top-right {
  top: 0;
  right: 0;
  border-top: 3px solid hsla(0, 0%, 0%, 1);
  border-right: 3px solid hsla(0, 0%, 0%, 1);
}

.bloc-info .bottom-left {
  bottom: 0;
  left: 0;
  border-bottom: 3px solid hsla(0, 0%, 0%, 1);
  border-left: 3px solid hsla(0, 0%, 0%, 1);
}

.bloc-info .bottom-right {
  bottom: 0;
  right: 0;
  border-bottom: 3px solid hsla(0, 0%, 0%, 1);
  border-right: 3px solid hsla(0, 0%, 0%, 1);
}

@media screen and (max-width: 600px) {
  .bloc-info {
    position: relative;
    background: hsla(0, 0%, 100%, 1);
    padding: 16px;
    max-width: 100%;
    float: right;
    margin-top: 60%;
  }
}

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

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

.actualites-card-image {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  max-height: 324px;
}

.slick-actualites {
  margin-bottom: 3.75rem;
}

.actualites-card {
  position: relative;
}

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

.card:hover .actualites-card-image a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(0deg, hsla(0, 0%, 0%, 0.3), hsla(0, 0%, 0%, 0.3));
}

.actualites-card-title a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

.actualites-card-title {
  margin-top: 20px;
  margin-bottom: 8px;
  line-height: 1.6rem;
}

.actualites-card-content a.lire-plus {
  font-weight: 400;
  text-decoration: none;
  color: var(--text-color);
  margin-top: 8px;
  display: block;
}

.actualites-card-content {
  padding: 24px;
  transition: var(--transition);
}

.card:hover .actualites-card-content {
  background: hsla(0, 0%, 12%, 1);
}

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

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

#encart-formulaire .img-form {
  object-fit: cover;
  height: 100%;
  object-position: center;
}

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

@media screen and (max-width: 992px) {
  .img-form {
    padding-bottom: 24px;
  }
}

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

.label-footer {
  font-weight: 600;
  color: var(--accent-500);
}

.horaire {
  margin-block: 1rem;
}

footer .reseaux-sociaux svg path {
  fill: hsla(0, 0%, 0%, 1);
}

#footer-nav {
  padding-block: 24px;
}

#footer-nav nav ul {
  display: flex;
  justify-content: center;
  gap: 16px;
}

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

#footer-nav .nav ul li.hide-contact {
  display: none;
}

footer .section {
  padding-top: 3rem !important;
}

footer .footer-2 a {
  color: var(--accent-800);
}

footer nav a:hover {
  color: var(--accent-color-40);
  text-decoration: underline;
}

a.lien-maps {
  display: flex;
  flex-direction: column;
}

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

span.lien-maps {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  justify-content: flex-start;
  flex-direction: column;
}

.hero-interne span.lien-maps {
  align-items: flex-start;
}

@media screen and (min-width: 993px) {
  footer .reseaux-sociaux ul {
    justify-content: flex-start;
  }
  .footer-reseaux {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 992px) {
  footer .section {
    text-align: center;
  }
  footer .reseaux-sociaux ul {
    justify-content: center !important;
  }
  #footer-nav nav ul {
    flex-direction: column;
  }
  span.lien-maps {
    align-items: center;
  }
}

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

.bg-hero::before,
.hero-interne::before,
.bg-hero::after,
.hero-interne::after {
  position: absolute;
  content: "";
  width: 100vw;
  left: 50%;
  transform: translate(-50%);
  top: 0;
  height: 100%;
  z-index: -1;
}

.bg-hero::before,
.hero-interne::before {
  background: url("../assets/gifs/slider/slide-01.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-hero::after,
.hero-interne::after {
  background: hsla(0, 0%, 0%, 0.6);
}

.sc-content .ac-doubleColonne.bg-hero,
.hero-interne {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 570px;
  margin-top: -2rem;
}

.actualites-listing .hero-interne {
  margin-top: -4rem;
}

.contact-page .hero-interne {
  margin-top: 0;
}

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

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

/* 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(--accent-color-90);
}

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

form .btn.accent {
  width: 100%;
}

/* .page-interne .ac-stat .ac-colonne {
    border: 1px dotted var(--accent-color);
    padding: 15px;
    background-color: var(--primary-color);
} */

.page-interne .bloc-encart em {
  font-style: normal;
  background: var(--accent-color-90);
  display: block;
  padding: 15px;
}

.block-txt .ac-colonne {
  border: 2px dotted var(--accent-color-50);
  padding: 20px;
}

.catalogue-detail .clear_both {
  display: block;
  width: 100%;
  height: 48px;
}

.catalogue-categorie {
  color: var(--accent-color);
  font-size: 24px;
}

@media screen and (min-width: 993px) {
  .bg-hero .title-1,
  .hero-interne .title-1,
  .hero-interne h1 {
    max-width: 70%;
    margin: 0 auto 9%;
    text-align: center;
  }
  .contact-page .hero-interne h1 {
    max-width: 100%;
    margin: 0 auto 9%;
    text-align: left;
  }
  .cp_ville {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .page-interne h2 {
    margin: 0;
  }
}

@media screen and (max-width: 992px) {
  .sc-content .ac-doubleColonne.bg-hero,
  .hero-interne {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 399px;
    margin-top: 0;
  }
  .sc-content .ac-doubleColonne.bg-hero {
    margin-top: -2rem;
  }
  .contact-page .hero-interne {
    margin-top: 0;
  }
  body {
    margin-top: 8.5rem;
  }
  .fold .btn-contact {
    padding-bottom: 0;
  }
  .sc-content .ac-doubleColonne.bg-hero .title-1,
  .hero-interne .title-1 {
    margin: 0;
  }
  .catalogue-detail .hero-interne,
  .catalogue-listing .hero-interne {
    margin-top: -2rem;
  }
}

@media screen and (min-width: 601px) {
  .actualites-listing .recherche_actu #input_recherche_actu {
    width: calc(100% - 4.35rem);
    margin-bottom: 0;
    vertical-align: middle;
  }
  .recherche_actu #recherche_actu_submit {
    margin-left: 0.5rem;
    width: auto;
  }
}

@media screen and (min-width: 993px) {
  .recherche_actu #recherche_actu_submit {
    width: 3.5rem;
    padding: 6px 0px;
  }
}

/* AJOUT ~~    ------------------------------------  */
.bloc-infos-cesar .ac-colonne {
  position: relative;
  background-color: var(
    --accent-color-90
  ); /* Couleur de fond comme sur ton image */
  padding: 2rem 1.5rem;
  width: 100%;
  max-width: 600px;
  text-align: center;
  border: none;
  margin-bottom: 1.5rem;
  box-shadow: 0px 4px 16px 0px #00000026;
}

.bloc-infos-cesar .content-bloc {
  margin: 1rem 0;
}

/* Coins top gauche et top droit */
.bloc-infos-cesar .ac-colonne::before,
.bloc-infos-cesar .ac-colonne::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid black;
  pointer-events: none;
}

.bloc-infos-cesar .ac-colonne::before {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}

.bloc-infos-cesar .ac-colonne::after {
  top: 0;
  right: 0;
  border-left: none;
  border-bottom: none;
}

/* Coins bas gauche et bas droit avec pseudo-éléments supplémentaires */
.bloc-infos-cesar .ac-colonne .corner-bl,
.bloc-infos-cesar .ac-colonne .corner-br {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid black;
  pointer-events: none;
}

.bloc-infos-cesar .ac-colonne .corner-bl {
  bottom: 0;
  left: 0;
  border-top: none;
  border-right: none;
}

.bloc-infos-cesar .ac-colonne .corner-br {
  bottom: 0;
  right: 0;
  border-top: none;
  border-left: none;
}
@media screen and (min-width: 993px) {
  .bloc-infos-cesar .ac-colonne {
    height: 190px;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 856px) and (max-width: 992px) {
  .bloc-infos-cesar .ac-colonne {
    height: 170px;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 601px) and (max-width: 750px) {
  .bloc-infos-cesar .ac-colonne {
    height: 190px;
    display: flex;
    align-items: center;
  }
}

/* BLOC dans page présentation */
.note-technique {
  position: relative;
  background-color: var(--accent-color-90);
  padding: 1.5rem;
  border: none;
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
  margin-top: 1rem;
  box-shadow: 0px 4px 16px 0px #00000026;
}

/* Bordures coins */
.note-technique::before,
.note-technique::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid black;
  pointer-events: none;
}

.note-technique::before {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}

.note-technique::after {
  top: 0;
  right: 0;
  border-left: none;
  border-bottom: none;
}

.note-technique .corner-bl,
.note-technique .corner-br {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid black;
  pointer-events: none;
}

.note-technique .corner-bl {
  bottom: 0;
  left: 0;
  border-top: none;
  border-right: none;
}

.note-technique .corner-br {
  bottom: 0;
  right: 0;
  border-top: none;
  border-left: none;
}

.note-technique strong {
  font-weight: bold;
}
/* FIN BLOC dans page présentation  */
@media screen and (max-width: 992px) {
  .block-txt .ac-colonne_2 {
    margin-top: 2rem;
  }
}
/* FIN AJOUT ~~    ------------------------------------ */
