:root {
  --primary-h: 5; /* hue */
  --primary-s: 19%; /* saturation */
  --primary-l: 77%; /* lightness */
  --accent-h: 155; /* hue */
  --accent-s: 11%; /* saturation */
  --accent-l: 21%; /* lightness */
  --title-color: hsla(7, 6%, 31%, 1);
  --text-h: 12; /* hue */
  --text-s: 3%; /* saturation */
  --text-l: 52%; /* lightness */
  --background-h: 0; /* hue */
  --background-s: 0%; /* saturation */
  --background-l: 100%; /* lightness */
  --primary-font: "Open Sans", sans-serif;
  --secondary-font: "Cormorant Garamond", serif;
  --headings-line-height: 1.333333;
  --link-color: var(--primary-color-40);
  --border-radius: 2rem;
  --button-border-radius: 5px;
  --marge-section-mobile: 40px;
  --marge-section-desck: 120px;
  --transition: 0.6s all ease-in-out;

  /*====== font size ========= */
  /* ========================= */
  --font-weight-light: 300;
  --font-weight-Regular: 400;
  --font-weight-medium: 500;
  --font-weight-semi-bold: 600;
  --font-weight-bold: 700;
  --display2xl: 61px;
  --displayxl: 58px;
  --displaylg: 55px;
  --displaymd: 40px;
  --displaysm: 25px;
  --displayxs: 20px;
  --textlg: 18px;
  --textmd: 16px;
  --textsm: 13px;
  --textxs: 10px;
  --h1-font-size: var(--displayxl);
  --h2-font-size: var(--displaylg);
  --h3-font-size: var(--displaymd);
  --h1-font-size-s: var(--displaysm);
  --h2-font-size-s: var(--displayxs);
  --h3-font-size-s: var(--textlg);
}

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

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

a {
  transition: var(--transition);
}
.page-interne .sc-content .clear_both {
  margin-bottom: 60px;
}

p {
  line-height: 27px;
  margin-bottom: 30px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.card-title,
[class*="title"] {
  font-family: var(--secondary-font);
  color: var(--title-color);
  font-weight: var(--font-weight-Regular);
}
h1.h1-geoloc span,
.title-1.h1-geoloc span {
  margin-top: 8px;
  margin-bottom: 0;
}

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

body :where(address) {
  margin: 0;
}

.fil-ariane {
  margin-bottom: 25px;
}
.categorie.catalogue-categorie.catalogue-detail-categorie {
  margin-bottom: 15px;
}

.plan-site .sitemap-nav ul li a {
  margin-bottom: 0.5rem;
  display: inline-block;
}

.index-page main p u,
.bg-notes p {
  display: block;
  text-decoration: none;
  padding: 1.5rem;
  background-color: hsla(195, 17%, 95%, 1);
}
.card img {
  width: 100%;
}
/*=========fIN GENERAL ============== */
/* =============================== */

/* =============================== */
/*           BOUTONS                 */
/* =============================== */
.btn svg {
  margin-right: 10px;
}
[class*="btn"] a.btn,
.btn.primary,
.btn.outlined,
.btn-phone {
  padding: 13px 23px;
  border-radius: var(--button-border-radius);
  position: relative;
  z-index: 0;
}

.divGenerateur label.optional {
  display: none;
}
.btn.primary {
  border: 1px solid var(--accent-color);
  background: transparent;
  color: var(--accent-color);
}
input#recherche_actu_submit {
  padding: 7px;
}
.btn.outlined,
#formulaire_5 input#field_3 {
  border: 1px solid var(--accent-color);
  color: var(--accent-color);
  padding: 12px 17px !important;
}
.btn.outlined:hover svg path {
  fill: var(--background-color);
}
.btn.outlined:hover,
#formulaire_5 input#field_3:hover {
  color: var(--background-color);
  background-color: var(--accent-color);
}
.btn.accent:hover {
  background-color: var(--primary-color-40);
}
.btn.primary:hover {
  background-color: var(--accent-color);
  color: white;
}
/* =============================== */
/*       FIN BOUTONS                 */
/* =============================== */

/* ============== PAGINATION ==============*/
/* ========================================= */
.paginationControl {
  text-align: center;

  margin: 2rem 0;
}
.paginationControl a,
.paginationControl span {
  font-weight: 600;
  font-size: 18px;
  padding: 0 5px;
  color: var(--primary-color-40);
}
.paginationControl span.disabled {
  color: #ccc;
}
.paginationControl span.selected,
.paginationControl a:hover {
  color: var(--accent-color-40);
}
/* ==============fIN PAGINATION==============*/
/* ========================================= */

/* ==============BRAND==============*/
/* ================================ */
.brand img,
.brand svg {
  position: relative;
  transition: 0.3s;
}
.brand a {
  display: block;
}
.brand a:hover img,
.brand a:hover svg {
  transform: scale(0.9);
}

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

/* ==============fIN BRAND==============*/
/* ================================ */

/*================ titre mobile============*/
/* ======================================== */
.page-interne h1 {
  margin: 0;
}
.page-interne h1 span {
  font-size: 20px;
  margin-block: 8px 0;
}
.page-interne .title-1 {
  margin: 0;
}
.bg-interne {
  padding-block: 100px;
}
.page-interne h3 {
  font-size: 18px;
}

h1,
.title-1 {
  font-size: 2rem;
  margin-top: 0;
  line-height: 2rem;
  margin-block: 1.5rem;
}
.page-interne h3 span {
  background: transparent !important;
}

h2,
.title-2 {
  font-size: 1.5rem;
  margin-block: 24px;
  margin-bottom: 1.5rem;
  position: relative;
}
.title-2 {
  margin-top: 0;
}
h3,
.title-3 {
  font-size: var(--h3-font-size-s);
}
h2 em {
  font-weight: bold;
  font-style: normal;
}
/*=============end titre mobile================*/
/* ======================================== */

/*================ titre descktop ============*/
/* ======================================== */
@media screen and (min-width: 993px) {
  #bloc-07 h3 {
    margin-block: 36px;
    font-size: 35px;
    line-height: 37px;
  }
  .title-1 {
    font-size: var(--h1-font-size);
    line-height: 60px;
    margin-bottom: 24px;
    margin: 0;
  }
  .bg-interne {
    padding-block: 107px;
  }

  h1.h1-geoloc,
  h1 {
    font-size: var(--h1-font-size);
    line-height: 60px;
    margin-block: 0 1.5rem;
  }
  .top-title {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    font-family: var(--primary-font);
  }
  .slide-content .btn-rdv {
    display: block;
  }

  h1.h1-geoloc span,
  h1 span {
    font-size: var(--displaysm);
    line-height: var(--displaysm);
  }
  .page-interne h1 {
    font-size: 68px;
    line-height: 74.2px;
  }

  .page-interne h1 span {
    font-size: var(--displaymd);
    line-height: 48.2px;
    margin-block: 0 12px;
  }
  .page-interne .bg-interne p {
    max-width: 1065px;
  }
  h1.h1-geoloc span,
  h1 span {
    font-size: 48px;
    line-height: 58px;
    margin: 0;
    text-transform: none;
  }

  .page-interne h3 {
    font-size: var(--h3-font-size);
    line-height: var(--h3-font-size);
  }

  .title-2 {
    font-size: var(--h2-font-size);
    line-height: var(--h2-font-size);
    margin-block: 0 24px;
  }
  #bloc-09 h2 {
    font-size: 48px;
  }
  h2,
  .title-2 {
    font-size: var(--h2-font-size);
    line-height: 57px;
    margin-top: 0;
    margin-bottom: 30px;
  }
  h3,
  .title-3 {
    font-size: var(--h3-font-size);
    line-height: 46px;
    margin-bottom: 24px;
    margin-top: 0;
  }
}
/*=============end titre descktop================*/
/* ======================================== */

/*============= HEADER ==================*/
/*=======================================*/
header .reseaux-sociaux .row .col {
  padding-right: 0;
}
.fold .btn-rdv {
  padding-block: 1rem;
}
.menu-mobile .brand {
  max-width: 42%;
}
.menu-mobile .btn-menu {
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 100px;
}
.menu-mobile {
  height: 90px;
  background-color: var(--background-color);
}
.header-content .nav > ul > .sous_menu.opened > a,
.header-content .nav .dropdown > .sous_menu.opened > a {
  height: 90px;
}
.menu-mobile .row {
  width: 100%;
  margin: 0;
}
.menu-mobile .brand.col {
  padding: 0;
}
.phone,
.outlined-white {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 0.5rem;
}
.phone a {
  font-weight: var(--font-weight-heavy);
  font-size: 17px;
  line-height: 28px;
}
@media screen and (max-width: 992px) {
  .page-interne .bloc-btn {
    margin-bottom: 1.5rem;
  }
  #bloc-03 img {
    margin-bottom: 1rem;
  }
  nav#topbar-nav {
    margin-bottom: 100px;
  }
  .brand {
    margin-left: -10px;
  }
  .row-brand {
    flex-wrap: nowrap;
  }
  .col.brand-text {
    margin-left: 0;
  }
  .brand .bold {
    font-size: 13px;
  }
  .btn-contact a {
    min-width: max-content;
  }
  .header-content .phone {
    display: none;
  }
  .no-mobile {
    display: none;
  }
  .header-content .nav .dropdown,
  .header-content .nav .ssdropdown {
    top: 90px;
  }
  .header-content #nav-container {
    margin-top: 90px;
  }
  .header-content .nav#topbar-nav li:not(.opened) a {
    padding: 1.5rem;
    border-bottom: solid 1px var(--background-2);
  }
  .header-content .nav#main-nav li:not(.opened) a {
    padding: 0.75rem 1.5rem;
    border-color: var(--background-2);
  }
  .header-content .nav#main-nav li.index-link a {
    border-top: solid 1px var(--background-2);
  }
  .header-content nav a {
    font-weight: var(--font-weight-bold);
    font-size: var(--textlg);
  }
  .header-content .nav > ul > .sous_menu.opened > a,
  .header-content .nav .dropdown > .sous_menu.opened > a {
    color: var(--primary-color);
    font-size: var(--textmd);
    text-align: center;
  }
  .header-content nav ul li {
    margin: 0 4px;
  }
}
@media screen and (min-width: 993px) {
  .header-content:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 160px;
    background-image: url("../assets/gifs/before-header.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    width: 384px;
    margin: auto;
    transform: translate(0%, -41%);
  }

  .no-desk {
    display: none;
  }
  .header-content
    .nav
    ul
    li.sous_menu
    ul.dropdown
    > li.sous_menu:not(.empty-link):hover
    > a {
    color: var(--accent-color);
  }
  .header-content .nav ul li.sous_menu > a::after {
    content: url(../assets/gifs/sous-menu.svg);
  }
  .page-interne .sc-content .clear_both {
    margin-bottom: 120px;
  }

  .logo-header {
    display: flex;
    align-items: center;
    gap: 29px;
  }
  .top-bar .material-icons {
    color: var(--primary-color);
    font-size: var(--textmd);
  }
  .header-content a.tel {
    font-size: 15px;
    color: #7d7170;
  }
  address.coordonnee-mail a {
    text-decoration: none;
  }
  address.coordonnee-mail a:hover {
    text-decoration: underline;
  }
  header .bloc-btn {
    padding-block: 17px;
  }
  .bloc-btn {
    padding-block: 1.5rem 0;
  }
  #rs {
    display: flex;
    gap: 22px;
  }

  .top-bar {
    font-size: var(--textsm);
    padding-block: 12px 7px;
  }
  .top-bar .container,
  .main-header-content .container {
    padding: 7px 0;
  }
  .header-content address:hover .lien-maps,
  .header-content a.lien-maps:hover {
    text-decoration: underline;
  }
  .header-coordonnees,
  .coordonnees-header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }
  .header-contact {
    width: 26px;
    height: 26px;
    background-color: var(--background-color);
    border-radius: 17px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .header-content .nav ul li a.selected,
  .header-content .nav ul li:hover > a,
  .header-content .nav ul.dropdown li a.selected,
  .header-content .nav ul.dropdown li:hover > a,
  footer ul.dropdown li a.selected,
  footer ul.dropdown li:hover > a,
  .header-content .nav ul li.sous_menu ul.ssdropdown li a.selected {
    color: var(--primary-color-50);
  }
  .header-content .nav#topbar-nav > ul > li > a,
  .header-content .nav#main-nav > ul > li > a,
  .nav-footer a {
    padding: 0.2rem 11px;
    position: relative;
    font-size: 14px;
    font-weight: var(--font-weight-medium);
    text-transform: uppercase;
    letter-spacing: 1.12px;
    font-family: var(--secondary-font);
    color: #534b4a;
  }
  .header-content .nav > ul > li > a:before,
  .nav-footer a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    translate: -50% 50%;
    height: 2px;
    width: 0%;
    background: var(--primary-color);
    transition: var(--transition) ease-in-out;
  }
  .nav-footer ul.dropdown a:before {
    display: none;
  }
  .header-content .nav > ul > li > a:hover:before,
  .header-content .nav > ul > li > a.selected:before,
  .nav-footer a:hover:before,
  .nav-footer a.selected:before {
    width: 71%;
  }

  .header-content .contact {
    display: none;
  }
  .main-header-content nav a {
    font-size: var(--textsm);
    line-height: 11px;
    font-weight: 500;
  }
  .main-header-content nav ul.dropdown a,
  footer ul.dropdown a {
    font-size: var(--textxs);
  }
  .row-header,
  .row-1,
  .row-2 {
    flex-direction: column;
    gap: 16px;
  }
}
@media screen and (min-width: 1440px) {
  .header-content .nav#topbar-nav > ul > li > a,
  .header-content .nav#main-nav > ul > li > a,
  .nav-footer a {
    padding: 0.25rem 20px;
    font-size: 17px;
  }
  .top-bar .container,
  .main-header-content .container {
    max-width: 1500px;
  }
  .main-header-content .row {
    flex-wrap: nowrap;
  }
  .row-header,
  .row-1,
  .row-2 {
    flex-direction: row;
    gap: 0;
  }
  .main-header-content nav a {
    font-size: var(--textmd);
  }
  .main-header-content nav ul.dropdown a,
  footer ul.dropdown a {
    font-size: var(--textsm);
  }
}
/*=============FIN HEADER ==================*/
/*=======================================*/

/*================ SLIDER ==================*/
/* ======================================== */
.slick-autoplay-toggle-button {
  display: none;
}

.slick-slider {
  margin-bottom: 0;
}
.slider-slick {
  width: 100%;
  background-color: var(--background-color);
  position: relative;
  z-index: 0;
}
.slide-img .container {
  min-height: auto;
}
.slide-img .container .bloc {
  height: auto;
}
.slide-img {
  min-height: auto;
  background-size: cover;
  background-position: center;
  padding-block: 98px;
}
.logo-slide img {
  display: block;
  margin: auto;
}
.bg-interne:before {
  position: absolute;
  content: "";
  left: -50%;
  margin: auto;
  width: 200%;
  height: 100%;
  z-index: -1;
  background-image: url(../assets/gifs/bg-interne.jpg);
  top: 0;
  background-position: center;
  background-size: cover;
}
.bg-interne {
  padding-block: 75px;
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
.slide-img.slide-01 {
  background-image: url("../assets/gifs/slider/slide-01.jpg");
}
.slide-img.slide-02 {
  background-image: url("../assets/gifs/slider/slide-02.jpg");
}
.slide-img.slide-03 {
  background-image: url("../assets/gifs/slider/slide-03.jpg");
}

.slick-dots li {
  margin: 0 4px;
  padding: 4px;
}
.slick-dots li button .slick-dot-icon:before {
  font-size: 16px;
}
.slick-dots li button {
  height: 1rem;
  width: 1rem;
  border-radius: 100px;
  background-color: var(--brand100);
  padding: 0;
}

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

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

@media screen and (min-width: 601px) {
}
@media screen and (min-width: 993px) {
}
@media screen and (min-width: 1280px) {
  .container {
    max-width: 1200px;
  }
}

/*=============PRESTATION==================*/
/*=======================================*/

.slick-prestations .col {
  padding: 0;
}

.slick-prestations {
  margin-bottom: 3.75rem;
  position: relative;
}

.slick-prestations::before {
  content: "";
  position: absolute;
  bottom: -3rem;
  left: 50%;
  transform: translate(-50%, 50%);
  width: calc(100% - 26rem);
  height: 1px;
  background-color: var(--text-color);
}
.slick-prestations .slick-prev {
  top: auto;
  bottom: -3.75rem;
  left: 3rem;
  width: 6rem;
  height: fit-content;
  transform: none;
  position: absolute;
}

.slick-prestations .slick-prev .slick-prev-icon::before {
  content: "Precedent";
  font-family: var(--primary-font);
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  color: var(--text-color);
  background: none;
  opacity: 1;
}

.slick-prestations .slick-next {
  top: auto;
  bottom: -3.75rem;
  right: 3rem;
  width: 6rem;
  height: fit-content;
  transform: none;
  position: absolute;
}

.slick-prestations .slick-next .slick-next-icon {
  transform: rotate(0deg);
}
.max-container {
  max-width: 1638px;
}
.slick-prestations .slick-next .slick-next-icon::before {
  content: "Suivant";
  font-family: var(--primary-font);
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  color: var(--text-color);
  background: none;
  opacity: 1;
}

.prestations-card {
  grid-template-columns: 1fr 1fr;
  background-color: hsla(5, 19%, 77%, 0.4);
  max-width: 97%;
  margin: auto;
}

.prestations-card .card-content {
  padding: 3rem;
  align-content: center;
  text-align: center;
}

.prestations-card .card-title {
  font-size: 24px;
  font-weight: var(--font-weight-medium);
  text-align: center;
  margin-bottom: 30px;
  line-height: 37px;
}

.prestations-card .card-text {
  text-align: center;
  min-height: 192px;
}

.prestations-card .card-link {
  text-align: center;
  margin-top: 1.875rem;
}

.prestations-card .card-image img {
  display: block;
  width: 100%;
  height: 554px;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
}


.lien-cart {
  display: contents;
}

@media screen and (min-width: 601px) {
  .prestations-card .card-text {
    min-height: auto;
  }
}
@media screen and (min-width: 993px) {
  .card.prestations-card {
    display: grid;
  }
  .prestations-card .card-title {
    font-size: 35px;
  }

  .card-image {
    position: relative;
    overflow: hidden;
  }
  .card-image img {
    transition: 0.3s;
  }
  .card:hover img {
    transform: scale(1.15);
  }
}
@media screen and (min-width: 1280px) {
  .max-container {
    min-width: 1200px;
  }
}

/*============ BLOC 02 ======================*/
/*=======================================*/
#bloc-02 .row {
  padding-block: 3.75rem;
}
#bloc-01 p,
#bloc-03 p,
#bloc-04 p:first-of-type,
#bloc-06 p:first-of-type,
#bloc-08 p:first-of-type,
#bloc-09 p:first-of-type,
#encart-instagram p,
#encart-actualites p {
  color: hsla(196, 20%, 32%, 1);
}
#bloc-07 p:first-of-type {
  color: var(--text-color);
}
#bloc-02 .row .col:first-child,
#bloc-08 .row .col:first-child,
#bloc-09 .row .col:first-child {
  position: relative;
}
#bloc-02 {
  padding-bottom: 0;
}
#bloc-02 .row .col:first-child::before,
#bloc-09 .row .col:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 33%;
  transform: translate(0, -50%);
  width: 162%;
  height: calc(100% + 7.5rem);
  background-color: hsla(195, 17%, 95%, 1);
  z-index: -1;
}

#bloc-02 .row .col:first-child::after,
#bloc-09 .row .col:first-child::after {
  content: "Institut Spa Cocooning";
  position: absolute;
  top: 50%;
  right: -1rem;
  transform: translate(50%, -50%) rotate(90deg);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 1.12px;
  text-align: center;
  text-transform: uppercase;
  color: hsla(5, 5%, 46%, 1);
}

#bloc-02 h2,
#bloc-09 h2 {
  padding-left: 82px;
}

#bloc-02 h2::before,
#bloc-09 h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 66px;
  aspect-ratio: 66 / 62;
  background-image: url("../assets/gifs/icon-litle.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}
#bloc-02 p:last-of-type {
  margin-bottom: 0;
}

/*============ BLOC 03 ======================*/
/*=======================================*/
#bloc-03 img.img-bas {
  margin-top: 1rem;
}
.index-page #bloc-03 img.img-bas {
  margin-top: 1.5rem;
}
.page-interne .max-container {
  width: 100%;
}
#bloc-03 {
  position: relative;
  z-index: 0;
}

.page-interne #bloc-03:before {
  position: absolute;
  content: "";
  left: -50%;
  height: 100%;
  width: 200%;
  background: #f1f4f5;
  z-index: -1;
  top: 0;
}

@media screen and (min-width: 993px) {
  .page-interne #bloc-03 {
    padding-block: var(--marge-section-desck);
  }
}
/*============ BLOC 04 ======================*/
/*=======================================*/
.texte p {
  max-width: 872px;
  margin: auto;
}

#bloc-07 .bloc-btn .row .col:last-child,
#bloc-08 .bloc-btn .row .col:last-child,
main .bloc-btn {
  padding-block: 0;
}

#bloc-07 .row .col:last-child p:nth-of-type(2) {
  margin-top: 0;
}
#bloc-04 .container {
  max-width: 1207px;
}
#bloc-04 .row {
  position: relative;
}
#bloc-04 .bloc-btn .row {
  justify-content: end;
}
#bloc-04 .row .col:first-child {
  position: relative;
}

#bloc-04 .row .col:first-child::after,
#bloc-08 .row .col:first-child::after {
  content: "Institut Spa Cocooning";
  position: absolute;
  top: 50%;
  left: -1rem;
  transform: translate(-50%, -50%) rotate(-90deg);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 1.12px;
  text-align: center;
  text-transform: uppercase;
  color: hsla(5, 5%, 46%, 1);
}
.bloc-btn .row:before {
  display: none;
}

.bloc-btn .col:before,
.bloc-btn .col:after {
  display: none;
}
#bloc-04 .row .col:first-child::before {
  content: "";
  position: absolute;
  top: 57%;
  right: 33%;
  transform: translateY(-50%);
  width: 162%;
  height: calc(100% + 14.5rem);
  background-color: #f1f4f5;
  z-index: -1;
}

#bloc-04 .row .col:last-child p:first-of-type {
  font-weight: 300;
}

#bloc-04 .row + p {
  font-weight: 300;
  margin-top: 1.75rem;
}

#bloc-04 p:has(em > strong),
#bloc-08 p:has(em > strong),
#bloc-09 p:has(em > strong) {
  position: relative;
  padding-left: 60px;
  margin-block: 1.875rem;
  text-decoration: none;
  font-weight: 700;
  color: var(--title-color);
}
#bloc-04 em,
#bloc-08 em,
#bloc-09 em {
  font-style: normal;
}

#bloc-04 p:has(em > strong)::before,
#bloc-08 p:has(em > strong)::before,
#bloc-09 p:has(em > strong)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 52px;
  aspect-ratio: 1;
  background-image: url("../assets/gifs/icon-title.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

#bloc-04 p:has(em > strong) strong,
#bloc-08 p:has(em > strong) strong,
#bloc-09 p:has(em > strong) strong {
  font-weight: 700;
}
main .row .col:first-child,
footer .row .col:first-child {
  margin-bottom: 1rem;
}
@media screen and (min-width: 601px) {
  main .bloc-btn .row,
  footer .bloc-btn .row {
    display: flex;
    flex-wrap: nowrap;
  }
  main .row .col:first-child,
  footer .row .col:first-child {
    margin-bottom: 0rem;
  }
}

@media screen and (min-width: 993px) {
  #bloc-07 p:first-of-type {
    margin-top: 0;
  }

  #bloc-04 p:last-of-type {
    margin-bottom: 0;
  }
  #bloc-05 p:last-of-type {
    margin-block: 1.5rem;
  }
}

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

#encart-contact {
  position: relative;
  z-index: 0;
}
#encart-contact:before {
  position: absolute;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../assets/gifs/bg-contact.jpg);
  background-position: center;
  background-size: cover;
  top: 0;
}

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

/*============BLOC 6 + BLOC 7======================*/
/*=======================================*/
#bloc-07 .bloc-btn .row,
#bloc-08 .bloc-btn .row,
#bloc-09 .bloc-btn .row {
  justify-content: start;
  margin-top: 0;
}
#bloc-06 {
  background-image: url(../assets/gifs/bg-bloc-6.jpg);
  background-size: cover;
  background-position: center;
}

#bloc-07 .row {
  margin-top: 30px;
}

@media screen and (min-width: 601px) {
  #bloc-07 .row .col:last-child p:nth-of-type(1)::before,
  #bloc-07 .row .col:last-child p:nth-of-type(2)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: inline-block;
    width: 104px;
    aspect-ratio: 1;
    background-image: url("../assets/gifs/icon-title.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  #bloc-07 .row .col:last-child p:nth-of-type(1),
  #bloc-07 .row .col:last-child p:nth-of-type(2) {
    position: relative;
    padding-left: 103px;
  }
}

@media screen and (min-width: 993px) {
  #bloc-07 .row .col:last-child p:nth-of-type(1),
  #bloc-07 .row .col:last-child p:nth-of-type(2) {
    padding-left: 103px;
  }

  #bloc-07 .row .col:last-child p:nth-of-type(1)::before,
  #bloc-07 .row .col:last-child p:nth-of-type(2)::before {
    width: 87px;
  }
}

/*============ CATALOGUE ===================*/
/*=======================================*/
#encart-catalogue {
  background-image: url(../assets/gifs/bg-catalogue.jpg);
  background-size: cover;
  background-position: center;
}
#encart-catalogue p {
  color: hsla(7, 6%, 31%, 1);
}
.slick-prev .slick-prev-icon:before {
  content: url(../assets/gifs/slick-prev.svg);
  opacity: 1;
}
.slick-next .slick-next-icon:before {
  content: url(../assets/gifs/slick-next.svg);
  opacity: 1;
}
.encart-btn.catalogue-encart-btn {
  text-align: end;
}
.catalogue-card-title a {
  text-decoration: none;
  font-size: 1.5rem;
  line-height: 37px;
}
.row-btn .btn-rdv {
  margin-top: 1rem;
}
.catalogue-card-title {
  margin-top: 1rem;
}
@media screen and (min-width: 601px) {
  .row-btn {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    justify-content: end;
  }
  .row-btn .btn-rdv {
    margin-top: 0rem;
  }
}
@media screen and (min-width: 993px) {
  .catalogue-card-title a {
    font-size: 35px;
  }
  #encart-catalogue .slick-prev {
    left: -4rem;
    bottom: 10%;
    top: auto;
  }
  .catalogue-card-image img {
    min-height: 392px;
    object-fit: cover;
  }
  #encart-catalogue .slick-next {
    right: -3.5rem;
    bottom: 9%;
    top: auto;
  }
  .row.slick-catalogue {
    min-width: 120%;
  }
}
@media screen and (min-width: 1280px) {
}

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

#bloc-08 .row .col:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 33%;
  transform: translate(0, -50%);
  width: 264%;
  height: calc(100% + 7.5rem);
  background-color: hsla(195, 17%, 95%, 1);
  z-index: -1;
}

/*============AVis======================*/
/*=======================================*/

.avis-encart-card {
  background: var(--background-color);
  box-shadow: 0px 8px 16px 0px hsla(0, 0%, 0%, 0.08);
}
.page-interne #encart-contact:after,
.page-interne #encart-contact:before {
  width: 200%;
  left: -50%;
}

.page-interne .encart-avis.section .container,
.page-interne #encart-actualites .container {
  width: 100%;
}

.page-interne .encart-avis.section,
.page-interne .encart-formulaire {
  position: relative;
  z-index: 0;
}
.page-interne #encart-points-forts .container {
  width: 100%;
}
.encart-avis.section {
  position: relative;
  z-index: 0;
}

.encart-avis.section:before {
  position: absolute;
  content: "";
  left: 0%;
  width: 100%;
  z-index: -1;
  background-image: url(../assets/gifs/bg-avis.jpg);
  height: 100%;
  top: 0;
  background-position: center;
  background-size: cover;
}

.page-interne .encart-avis.section:before {
  left: -50%;
  width: 200%;
}

.encart-avis .row.s-top.s-start {
  flex-wrap: nowrap;
}

.card-content.avis-card-content.avis-encart-card-content {
  padding: 1rem;
}

button.show-more.btn.small {
  display: none;
}
.row.s-middle.s-start {
  flex-wrap: nowrap;
}
.date.avis-date.card-date.avis-card-date.avis-encart-card-date.small {
  font-size: 10px;
  color: hsla(60, 25%, 10%, 1);
}

.avis-encart-card-text:after {
  display: none !important;
}

.avis-encart-card-name.bold {
  font-weight: 600;
  color: hsla(60, 25%, 10%, 1);
  margin-top: 0;
  margin-bottom: 5px;
}
.avis-encart-card img {
  width: revert-layer;
}

.avis-encart-card-text {
  margin-bottom: 0;
  color: hsla(60, 25%, 10%, 1);
  font-weight: 400;
  opacity: 1;
  margin-left: 83px;
  text-align: left;
  margin-top: 8px;
}

@media screen and (min-width: 993px) {
  .encart-avis.section.gtm-encart-avis {
    padding-block: 80px;
  }
}

/*============ ENCART INSTAGRAM ===================*/
/*==============================================*/
#encart-instagram {
  position: relative;
}

#encart-instagram::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 52%;
  background-color: #f1f4f5;
  z-index: -1;
}

#encart-instagram h2 {
  margin: 0 auto 1rem;
}

#encart-instagram p {
  font-weight: 300;
  margin: 0 auto 60px;
}

#encart-instagram .wrapper {
  display: grid;
  grid-auto-rows: 290px;
  gap: 1.5rem;
}

#encart-instagram .wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 767px) and (min-width: 568px) {
  #encart-instagram {
    padding-block: 56px 0;
  }
  #encart-instagram .wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  #encart-instagram .wrapper img:nth-child(3) {
    grid-column: 1 / -1;
    grid-row: 2 / 4;
  }

  #encart-instagram .wrapper img:nth-child(4) {
    grid-column: 1 / -1;
    grid-row: 5 / 6;
  }
}

@media (max-width: 992px) and (min-width: 768px) {
  #encart-instagram .wrapper {
    grid-template-columns: repeat(3, 1fr);
  }

  #encart-instagram .wrapper img:nth-child(1),
  #encart-instagram .wrapper img:nth-child(2) {
    grid-column: 1 / 2;
  }

  #encart-instagram .wrapper img:nth-child(3) {
    grid-column: 2 / 4;
    grid-row: 1 / 3;
  }

  #encart-instagram .wrapper img:nth-child(4) {
    grid-column: 3 / 4;
    grid-row: 3 / 5;
  }

  #encart-instagram .wrapper img:nth-child(5),
  #encart-instagram .wrapper img:nth-child(6) {
    grid-column: 1 / 3;
  }
}

@media (min-width: 993px) {
  #encart-instagram .wrapper {
    grid-template-columns: 3fr 6fr 4fr 3fr;
  }

  #encart-instagram .wrapper img:nth-child(2) {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }

  #encart-instagram .wrapper img:nth-child(3) {
    grid-row: 1 / 3;
  }

  #encart-instagram .wrapper img:nth-child(4) {
    grid-row: 1 / 3;
  }
}

#encart-instagram .encart-btn {
  margin-top: 1.87rem;
  text-align: center;
}

@media (max-width: 600px) {
  #encart-instagram .encart-btn a {
    display: block;
    width: 100%;
    text-align: center;
  }
}

/*============ACTUALITES===================*/
/*==============================================*/

#encart-actualites .container-actualites {
  display: block;
}

#encart-actualites .entete-actualites {
  margin-bottom: 0;
}

#encart-actualites h2 {
  position: relative;
  padding-left: 82px;
  margin: 0 0 1.875rem;
}

#encart-actualites h2::before {
  content: "";
  position: absolute;
  top: 17%;
  left: 0;
  transform: translateY(-50%);
  width: 66px;
  aspect-ratio: 66 / 62;
  background-image: url("../assets/gifs/icon-title-vert.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}
.actualites-listing-card:hover a.btn.outlined {
  background-color: var(--accent-color-70);
}

@media (max-width: 992px) {
  .slick-catalogue,
  .slick-actualites {
    margin-top: 2rem;
  }
  #encart-actualites .entete-actualites {
    margin-bottom: 1.5rem;
  }
}

#encart-actualites .entete-actualites h2 {
  position: relative;
  padding-left: 82px;
  margin: 0 0 1.875rem;
}

#encart-actualites .entete-actualites h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 66px;
  aspect-ratio: 66 / 62;
  background-image: url("../assets/gifs/icon-title.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}

#encart-actualites .entete-actualites .encart-btn {
  margin-top: 1.875rem;
}

@media (max-width: 600px) {
  #encart-actualites .encart-btn a {
    display: block;
    width: 100%;
    text-align: center;
  }
}

#encart-actualites .entete-actualites a span[class^="material-"] {
  margin-right: 0.25rem;
  vertical-align: middle;
  font-variation-settings: "FILL" 1, "wght" 200, "GRAD" 200, "opsz" 24;
}

#encart-actualites .slick-actualites {
  margin-bottom: 0;
}

/* ActualitÃ©s Card */
.actualites-card .card-image {
  margin-bottom: 1.5rem;
}

.actualites-card .card-image a {
  display: block;
  overflow: hidden;
}

.actualites-card .card-image img {
  display: block;
  width: 100%;
  height: 382px;
  object-fit: cover;
  object-position: center;
  transition: 0.3s ease-in-out;
}

.actualites-card .card-image a:hover img,
.actualites-card .card-image a:focus-visible img {
  transform: scale(1.1);
}

.actualites-card .card-content .card-date {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0.875rem;
  color: hsla(7, 6%, 31%, 1);
}

.actualites-card .card-content .card-categorie {
  display: none;
}

.actualites-card .card-content .card-title {
  margin-bottom: 0.875rem;
}

.actualites-card .card-content .card-title a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 40px;
  font-family: var(--secondary-font);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  color: hsla(196, 20%, 32%, 1);
  transition: 0.3s ease-in-out;
}

.actualites-card .card-title a:hover,
.actualites-card .card-title a:focus-visible {
  color: var(--primary-color-40);
}

.actualites-card .card-content .card-text {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1rem;
  line-height: 1.5;
}

.actualites-card .card-content .card-link {
  display: none;
  margin-top: 1rem;
}

.actualites-card .card-content .card-link a {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.1;
  font-weight: 600;
  text-decoration: none;
  color: var(--primary-color-50);
  transition: 0.3s ease-in-out;
}

.actualites-card .card-content .card-link a span[class^="material-"] {
  position: relative;
  top: -1px;
  font-size: 100%;
  vertical-align: middle;
  transition: 0.3s ease-in-out;
}

.actualites-card .card-content .card-link a:hover,
.actualites-card .card-content .card-link a:focus-visible {
  color: var(--primary-color-30);
}

.actualites-card .card-content .card-link a:hover span[class^="material-"],
.actualites-card
  .card-content
  .card-link
  a:focus-visible
  span[class^="material-"] {
  margin-left: 0.5rem;
}

.actualites-card:has(a:hover) .card-title a,
.actualites-card:has(a:focus-visible) .card-title a {
  color: var(--primary-color-40);
}

.actualites-card:has(a:hover) .card-link a,
.actualites-card:has(a:focus-visible) .card-link a {
  color: var(--primary-color-30);
}

/* ========PAGE ACTUALITES DETAIL========== */
/* ========================================*/

.actualites-detail .detail-actu-image {
  max-width: 50%;
}
div#listing-autres-actus-categorie ul {
  padding-inline-start: 0;
}

div#listing-autres-actus-categorie li {
  margin-top: 0.5rem;
}
.actualites-detail .listing-autres-actus-categorie {
  height: max-content;
  padding: 24px;
  margin-bottom: 24px;
  background-color: var(--brand100);
  border-radius: var(--border-radius);
}
.actualites-detail .listing-autres-actus-categorie .detail-btn {
  text-align: center;
}
#listing-autres-actus-categorie ul li ul li {
  list-style: none !important;
}
#listing-autres-actus-categorie ul li a {
  text-decoration: none;
}
#listing-autres-actus-categorie ul li a:hover {
  text-decoration: underline;
}
.fb-like.fb_iframe_widget {
  position: relative;
  top: 6px;
}
@media screen and (min-width: 601px) {
  .btn:not(.fluid) {
    width: auto;
  }
  .recherche_actu #input_recherche_actu {
    width: calc(100% - 7rem) !important;
  }
}
@media screen and (min-width: 993px) {
  .actualites-card .card-content .card-title a {
    font-size: 2rem;
  }
}

/* ========FIN PAGE ACTUALITES DETAIL========== */
/* ========================================*/

/* ===================FOOTER================ */
/* ========================================*/
footer {
  font-size: 14px;
  position: relative;
  z-index: 0;
}
footer .btn-rdv a:hover {
  text-decoration: none;
  color: white;
}
footer .bloc-btn .row {
  justify-content: end;
}
footer .section.footer-1 {
  background-color: var(--primary-color);
  position: relative;
  padding: 120px 0 64px;
  z-index: 2;
  color: hsla(7, 6%, 31%, 1);
}
footer .footer-row-contact svg {
  min-height: 40px;
  min-width: 40px;
}
.section.top {
  padding-top: 0;
  border-bottom: 1px solid #534b4a;
  padding-bottom: 56px;
  margin-bottom: 56px;
}
footer nav li {
  line-height: 28px;
  margin-bottom: 10px;
}
.footer-nav {
  padding-left: 1rem;
}
footer .reseaux-sociaux li a {
  padding: 8px 13px;
  background-color: hsla(0, 0%, 100%, 0.2);
  text-align: center;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
.footer-1 li svg:not(.footer-1 .reseaux-sociaux li svg) {
  margin-right: 13.56px;
}
.footer-1 .reseaux-sociaux .col {
  padding: 0 5px;
}
footer .footer-row-contact svg {
  width: 20px;
}

header .footer-row-contact {
  gap: 8px;
}
.footer-row-contact {
  display: flex;
  align-items: center;
  gap: 24px;
  /* line-height: 28px; */
  margin-bottom: 24px;
}
footer .siret {
  font-size: 14px;
  font-weight: 400;
  line-height: 27.2px;
}
.footer-row-contact a {
  text-decoration: none;
}

footer .title-4 {
  position: relative;
  margin-top: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 37px;
  margin-bottom: 34px;
}
footer .title-4::before {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0;
  width: 126px;
  height: 1px;
  background-color: var(--accent-color);
}

.liste-1 li a,
.liste-2 li a,
.footer-row-contact a,
.footer-row-contact .lien-maps {
  font-size: 13px;
  line-height: 27.5px;
}
.footer-1 a:hover {
  text-decoration: underline;
  color: var(--accent-color);
}
a.top {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 40px;
  min-width: 40px;
}
footer .top:hover {
  opacity: 0.9;
}

footer .reseaux-sociaux ul {
  margin-top: 24px;
}
footer .lien-maps span {
  display: block;
}
footer .section a.tel {
  font-size: 20px;
  font-weight: var(--font-weight-bold);
  line-height: 34.2px;
}
.bloc-maps {
  padding: 17px 0;
  text-align: center;
  background-color: hsla(0, 0%, 20%, 1);
}
.bloc-maps svg {
  margin-left: 1.5rem;
}
.bloc-maps .title-4 {
  width: fit-content;
  margin: auto;
  cursor: pointer;
}
.bloc-maps iframe {
  height: 220px;
  margin-top: 1.5rem;
}
.bloc-maps .title-4::before {
  display: none;
}
.footer-text {
  max-width: 300px;
}
@media screen and (max-width: 600px) {
  .footer-row-contact {
    flex-direction: column;
  }
}
@media screen and (max-width: 992px) {
  .page-interne main .btn-contact {
    margin-bottom: 1.5rem;
  }
  .bg-interne {
    margin-top: 1rem;
  }
  footer .reseaux-sociaux .row {
    justify-content: center;
    margin-bottom: 1.5rem;
  }
  footer .title-4::before {
    right: 0;
    margin: 0 auto;
  }

  footer .section.footer-1 {
    padding: 54px 0 25px;
  }
  footer {
    text-align: center;
    padding: 0 0 1.5rem;
  }
  .siret {
    margin-top: 1.5rem;
  }
  .reseaux-sociaux ul,
  .footer-row-contact {
    justify-content: center;
  }
  .footer-row-contact {
    flex-direction: column;
  }
  .footer-text {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 993px) {
  footer .title-3 {
    margin: 0;
  }
  footer .title-4 {
    font-size: 35px;
  }
  footer .row {
    flex-wrap: nowrap;
  }
  .footer-nav {
    gap: 20px;
    flex-wrap: nowrap;
  }
  footer .col:has(.reseaux-sociaux) {
    max-width: 306px;
  }
  .contact-page .intro {
    margin-bottom: 0;
  }
  footer nav ul {
    margin-top: 0;
    margin-bottom: 0;
  }
  .liste-2 {
    margin-left: 80px;
  }
  footer nav li {
    text-align: left;
  }
}
@media screen and (min-width: 993px) and (max-width: 1335px) {
  footer nav li svg {
    margin-right: 4.56px;
  }
  footer .footer-row-contact {
    gap: 6px;
  }
  footer .liste-2 {
    margin-left: 8px;
  }
  footer .liste-1 li a,
  footer .liste-2 li a,
  footer .footer-row-contact a,
  footer .footer-row-contact .lien-maps {
    font-size: 14px;
  }
}
.footer-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 27.2px;
  color: hsla(7, 6%, 31%, 1);
}

/* ===================FIN FOOTER================ */
/* ========================================*/

/* =================Page-interne ===========*/
/* ========================================= */

#fil_ariane,
#fil_ariane,
.fil-ariane.gtm-fil-ariane {
  font-size: 14px;
  margin-bottom: 3rem;
}
.bg-interne:before {
  position: absolute;
  content: "";
  left: -50%;
  margin: auto;
  width: 200%;
  height: 100%;
  z-index: -1;
  background-image: url(../assets/gifs/bg-interne.jpg);
  top: 0;
  background-position: center;
  background-size: cover;
}

.politique-de-confidentialite #act,
.plan-site #act {
  margin-top: 0;
}
#act {
  margin-top: -2rem;
  margin-bottom: 40px;
}
#act h1 {
  margin: 0;
}
.page-interne #encart-contact .container {
  width: 100%;
}
.bg-interne {
  padding-block: 99px;
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
  margin-top: -2rem;
}
.sitemap-nav.row li {
  margin-bottom: 0.5rem;
}
section#relance ul {
  padding-left: 0;
}
p.titre-relance {
  text-align: center;
}

.row.s-start.s-middle {
  flex-wrap: nowrap;
}

.row.s-start.s-stretch {
  flex-wrap: nowrap;
}

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

.sc-content #relance {
  margin: 40px auto;
}

div#listing-autres-actus-categorie {
  background: #efefef;
  padding: 20px 30px;
  border-radius: 4px;
}

div#listing-autres-actus-categorie span.title-4 {
  padding-top: 15px;
  display: block;
}

#listing-autres-actus-categorie .detail-btn {
  text-align: center;
}
.detail-btn a {
  font-size: 13px;
}
.fb-like.fb_iframe_widget {
  position: relative;
  top: 7px;
}

.page-interne .sc-content #relance {
  margin-top: 6rem;
  margin-bottom: 4rem;
  text-align: center;
}

#relance p.titre-relance {
  font-size: 1rem;
  font-weight: 700;
  background-color: transparent;
}

div#listing-autres-actus-categorie a {
  text-decoration: none;
}

section.ac-doubleColonne img {
  object-fit: cover;
  height: 100%;
}
.interne {
  max-width: 648px;
  margin: auto;
  max-width: 80%;
}
.interne .row {
  justify-content: center;
}

nav.fil-ariane.gtm-fil-ariane {
  margin-bottom: 40px;
  margin-top: 0;
}
.cards .white p {
  margin: 0;
}

.page-interne .points-forts .container,
.encart-formulaire.section .container {
  width: 100%;
}
#btn-politique {
  margin-top: 25px;
}
.video-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0px;
  background-size: cover;
  background-position: center;
  z-index: 2;
  background: hsla(201, 89%, 5%, 0.6);
}
.sc-content .ac-doubleColonne .ac-colonne.white {
  margin-bottom: 1rem;
  box-shadow: 0px 0px 8px 4px var(--accent-color-60);
}
.sc-content .ac-doubleColonne .ac-colonne.white .title-4 {
  font-weight: 500;
  font-size: 1.5rem;
}
p.titre-relance {
  text-align: center;
}
.sc-content #relance ul {
  padding-inline-start: 0px;
  justify-content: center;
  display: block;
  text-align: center;
  margin: auto;
}
#rs-footer .row {
  justify-content: start;
}
#relance li {
  list-style: none;
  margin: 20px 10px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .page-interne main .btn-devis {
    margin-bottom: 1.5rem;
  }
  .logo-contact img {
    margin: auto;
    display: block;
  }
  .galerie.Slick-galeries img {
    margin-bottom: 1.5rem;
  }
  .galerie.Slick-galeries {
    gap: 1.5rem;
    margin-bottom: 1.5rem;
  }
  #container {
    padding-bottom: 0;
  }
  #bloc-01 img {
    margin-bottom: 2rem;
  }
  .page-interne .sc-content #relance {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 993px) {
  section.ac-colonne.ac-colonne_1.col-left,
  section.ac-colonne.ac-colonne_2.col-right {
    width: 150%;
  }
  section.ac-colonne.ac-colonne_2.texte-right.ui-sortable {
    width: 190%;
  }

  section.ac-colonne.ac-colonne_2.col-right p:last-of-type {
    margin-bottom: 0;
  }

  .bg-interne {
    margin-top: -2rem;
  }
  #con:before {
    background-size: auto;
  }
  .bg-interne:before {
    background-size: auto;
  }
  section.ac-doubleColonne.bloc-interne {
    align-items: start !important;
  }

  .ac-colonne_1.col-img img {
    position: relative;
    left: -43%;
    width: 125% !important;
    max-width: none;
    z-index: 1;
    object-fit: cover;
    height: 750px;
  }
  .ac-colonne_2.col-img img {
    position: relative;
    right: -20%;
    width: 125% !important;
    max-width: none;
    z-index: 1;
    object-fit: cover;
    height: 750px;
  }
  .galerie.Slick-galeries {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .interne {
    max-width: 648px;
  }

  .page-interne .ac-doubleColonne h2 {
    margin-top: 0px;
    margin-bottom: 2.5rem;
  }

  .page-interne p.intro {
    margin-bottom: 60px;
  }
  #bloc-08,
  #bloc-09 {
    padding-block: 180px;
  }
  .index-page main .section {
    padding-block: var(--marge-section-desck);
  }
}

/* ===========Fin Page-interne ==========*/
/* ================================== */

/* ===========Contact-page==========*/
/* ================================== */

a.lien-maps:hover {
  opacity: 0.7;
}
.contact-page h1 {
  margin: 0;
  line-height: normal;
  color: var(--background-color);
}

ul.coordonnees.contact-page-coordonnees.reset address svg {
  display: none;
}
#horaire-contact {
  margin-top: 20px;
}
.sitemap-nav.row li.firstLi.no-desk {
  display: block;
}
.plan-site .sitemap-nav ul li a {
  margin-bottom: 0.5rem;
  display: inline-block;
}

.col.contact-page-horaires .row,
.contact-page-coordonnees.reset .row,
.contact-page-infos-pratiques .row {
  flex-wrap: nowrap;
}

.page-404 footer {
  margin-top: auto;
  background: var(--primary-color);
}
.page-404 .brand {
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
#encart-contact img {
  height: 100%;
}
.contact-page .map-container iframe {
  max-height: 350px;
}

.contact-page .contact-page-infos-pratiques {
  margin-bottom: 2rem;
}

#mess_newsletter {
  color: var(--accent-color);
  display: block;
  margin-top: 1rem;
}
#con h1 {
  color: white;
}
html.devis .btn-devis {
  display: none;
}

.fil-ariane .first {
  display: inline-block;
}

.btn-politic-contact {
  margin-top: 1rem;
}

#encart-contact .card {
  margin: 40px auto;
  border: 2px solid #000;
  padding: 40px 20px;
  border-radius: 4px;
}
.contact-page .map-container iframe {
  max-height: 350px;
}
.devis-page a.lien-maps span {
  display: inline-flex;
}
.contact-page ul {
  row-gap: 16px;
}
#con {
  margin-top: -5rem;
}
#con {
  margin-top: -3px;
}
:where(a) {
  color: inherit;
}
.contact-page .fold {
  display: none;
}
@media screen and (min-width: 993px) {
  .row-btn-bas {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  #rs-footer {
    margin-top: 2rem;
  }
  .contact-page #act {
    margin-top: 3rem;
  }
  .contact-page h1 {
    font-size: var(--displaymd);
  }
}
