:root {
  --primary-h: 33; /* hue */
  --primary-s: 45%; /* saturation */
  --primary-l: 87%; /* lightness */
  --accent-h: 18; /* hue */
  --accent-s: 36%; /* saturation */
  --accent-l: 27%; /* lightness */
  --text-h: 0; /* hue */
  --text-s: 0%; /* saturation */
  --text-l: 24%; /* lightness */
  --title-color: hsla(0, 0%, 12%, 1);
  --background-h: 0; /* hue */
  --background-s: 0%; /* saturation */
  --background-l: 100%; /* lightness */
  --primary-font: "Inter", sans-serif;
  --headings-line-height: 1.333333;
  --link-color: var(--primary-color-40);
  --border-radius: 2rem;
  --button-border-radius: 8px;
  --marge-section-mobile: 40px;
  --marge-section-desck: 120px;
  --transition: 0.5s 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: 40px;
  --displaylg: 40px;
  --displaymd: 33px;
  --displaysm: 24px;
  --displayxs: 18px;
  --textlg: 18px;
  --textmd: 16px;
  --textsm: 13px;
  --textxs: 10px;
  --h1-font-size: var(--display2xl);
  --h2-font-size: var(--displayxl);
  --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;
}
.card a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 4;
}

a {
  transition: var(--transition);
}
.sc-content .clear_both {
  margin-bottom: 60px;
}
p {
  margin-bottom: 26px;
  line-height: 26px;
}
[id*="bloc"] .btn-contact {
  margin-top: 2rem;
}
h1,
h2,
h3,
h4,
h5,
h6,
.card-title,
[class*="title"] {
  color: var(--title-color);
  font-weight: bold;
}
h1.h1-geoloc span,
.title-1.h1-geoloc span {
  margin-top: 8px;
}

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

body :where(address) {
  margin: 0;
}
nav#fil_ariane {
  margin: 40px 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;
}
.fil-ariane,
#fil_ariane {
  margin-bottom: 2rem;
  font-size: 0.8rem;
}
#fil_ariane {
  margin: 3rem 0;
}
.index-page main p u,
.bg-notes p {
  display: block;
  text-decoration: none;
  padding: 12px;
  border: 1px solid #dbd9cc;
}
.card img {
  width: 100%;
}
/*=========fIN GENERAL ============== */
/* =============================== */

/*=========== BOUTONS=========*/
/* ============================*/
[class*="btn"] a.btn {
  font-weight: 600;
  letter-spacing: 0px;
  padding: 11px 23px;
}

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

.btn.accent:hover {
  background-color: transparent;
  color: var(--accent-color);
  border: 2px solid var(--accent-color) !important;
}
[class*="btn"] .accent.btn svg {
  margin-left: 8px;
}
[class*="btn"] .accent.btn {
  border-color: var(--accent-color);
  border: 2px solid transparent;
}
.btn.accent:hover svg path {
  stroke: var(--accent-color);
}
[class*="btn"] a.btn:not(.accent),
.index-page [id*="formulaire"] .btn.primary {
  color: var(--accent-color);
  background: var(--background-color);
  font-weight: 600;
  padding: 12px 20px;
  border: 2px solid #5e3b2c;
}
[class*="btn"] a.btn:not(.accent):hover,
[id*="formulaire"] .btn.primary:hover {
  background-color: var(--accent-color);
  color: white;
}
.btn.outlined:hover svg path {
  stroke: 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;
  text-align: left;
  max-width: none;
}
.page-interne h1 span {
  font-size: 20px;
  margin-block: 8px 0;
}
.page-interne .title-1 {
  margin: 0;
  color: white;
  text-align: center;
  margin: auto;
}
h1 span.clr {
  font-size: var(--display2xl);
  line-height: var(--display2xl);
  font-weight: 700;
  margin-top: 0;
}

span.span-titre {
  font-size: 39px;
  line-height: 39px;
  font-weight: bold;
  margin-top: 8px;
}

span.span-titre span.clr {
  margin: 0;
  display: inline-block;
  font-size: 39px;
  line-height: 39px;
}

.bg-interne {
  padding-block: 100px;
}
.page-interne h3 {
  font-size: 18px;
}
h1.h1-geoloc {
  margin-bottom: 14px;
  margin-top: 0;
}

h1,
.title-1 {
  font-size: var(--h1-font-size-s);
  margin-bottom: 40px;
  margin-top: 0;
  line-height: var(--h1-font-size-s);
}
.page-interne h3 span {
  background: transparent !important;
}

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

h3,
.title-3 {
  font-size: var(--h3-font-size-s);
}
h2 em {
  font-weight: bold;
  font-style: normal;
  position: relative;
  z-index: 0;
}
h2 em:before {
  position: absolute;
  content: "";
  right: 0;
  bottom: -12px;
  background-image: url(../assets/gifs/sous-h2.svg);
  width: 100%;
  height: 16px;
}
/*=============end titre mobile================*/
/* ======================================== */

/*================ titre descktop ============*/
/* ======================================== */

@media screen and (min-width: 993px) {
  h4,
  .title-4 {
    font-size: 1.5rem;
    line-height: 29px;
    margin-bottom: 1.5rem;
  }
  .title-2 {
    margin-top: 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .card-title,
  [class*="title"] {
    margin-block: 0 1.5rem;
  }
  .page-interne .sc-content .clear_both {
    margin-bottom: 120px;
  }

  .title-1 {
    font-size: var(--h1-font-size);
    line-height: 74px;
    font-weight: 800;
  }
  .bg-interne,
  body.page-paiements .header-content {
    padding-block: 107px;
  }
  h1.h1-geoloc,
  h1 {
    font-size: var(--display2xl);
    line-height: 70px;
    margin-top: 0;
    margin-bottom: 43px;
    margin-left: auto;
    margin-right: auto;
  }
  .slide-content .btn-rdv {
    display: block;
  }

  .page-interne .title-1 {
    max-width: 80%;
  }
  h1.h1-geoloc span,
  h1 span {
    font-size: var(--displaysm);
    line-height: var(--displaysm);
  }

  .page-interne h1 span {
    font-size: var(--displaysm);
    line-height: var(--displaysm);
  }
  .page-interne .bg-interne p {
    max-width: 1065px;
  }
  h1.h1-geoloc span,
  h1 span {
    font-size: 26px;
    font-weight: 800;
    line-height: 26px;
    margin: 0;
    margin-top: 12px;
  }
  .contact-page h1 {
    font-size: var(--h3-font-size);
  }
  .page-interne h3 {
    font-size: 20px;
    line-height: var(--h3-font-size);
  }

  .title-2 {
    font-size: var(--h2-font-size);
    line-height: var(--h2-font-size);
    margin-block: 0 24px;
  }
  h2 {
    font-size: var(--h2-font-size);
    line-height: var(--h2-font-size);
  }
  h3,
  .title-3 {
    font-size: var(--displaymd);
    line-height: 40px;
    margin-bottom: 6px;
    margin-top: 0;
    font-weight: bold;
  }
}
/*=============end titre descktop================*/
/* ======================================== */

/*============= HEADER ==================*/
/*=======================================*/
i.span-top,
i.span-bas {
  position: relative;
  z-index: 0;
  font-style: normal;
}

i.span-top:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 7px;
  background-image: url(../assets/gifs/before-t1.svg);
  bottom: 0;
}

.fold {
  padding: 20px 0px;
}
header a.tel.gtm-global-tel {
  display: block;
  margin-bottom: 10px;
}
.fold address {
  margin-bottom: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.menu-mobile {
  height: 6.5rem;
  background: var(--primary-color);
}
.menu_opened .menu-mobile {
  height: 3.5rem;
}
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.3s;
  z-index: 100;
}
.sticky-header .sticky.scroll_down {
  transform: translateY(-100%);
}
header .btn-contact {
  margin-top: 10px;
}
.contact-page .fold {
  display: none;
}

.brand {
  display: inline-block;
}

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

.header-content .nav ul li a.selected {
  background-color: transparent;
  color: var(--accent-color-50);
}

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

.page-interne .sc-content #relance {
  margin-top: 6rem;
}

@media screen and (min-width: 993px) {
  i.span-bas:after {
    position: absolute;
    content: "";
    left: -11px;
    right: 0;
    margin: auto;
    width: 118%;
    height: 56px;
    background-image: url(../assets/gifs/after-t1.svg);
    bottom: 0;
    background-size: contain;
  }
  .main-header-content {
    display: none;
  }
  .top-bar {
    padding-block: 24px;
  }
  .header-content .nav#topbar-nav > ul > li > a {
    position: relative;
    transition: 0.3s ease-in-out;
  }
  .fold {
    display: none;
  }
  .header-content .nav ul li:hover > a {
    color: var(--accent-color);
  }
  .header-content .nav ul li a.selected:before,
  .header-content .nav ul li a:hover:before {
    width: 71% !important;
  }
  .header-content .nav#topbar-nav > ul > li > a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    translate: -50% 50%;
    height: 2px;
    width: 0%;
    background-color: var(--accent-color);
    transition: 0.3s ease-in-out;
  }
  .header-content .nav#main-nav > ul > li > a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    translate: -50% 50%;
    height: 2px;
    width: 0%;
    background: var(--accent-color);
    transition: 0.3s ease-in-out;
  }
  .header-content .nav#main-nav > ul > li > a {
    position: relative;
  }
  .slide-content [class^="btn-"] {
    display: block;
  }
  header a.tel.gtm-global-tel {
    display: block;
    margin-bottom: 0px;
  }
  header .btn-contact {
    margin-top: 0px;
  }
  table.horaires tr td + td {
    display: block;
    margin-left: 10px;
  }
  .header-content .nav ul li.sous_menu ul.dropdown > li a {
    font-size: 13px;
  }
  .header-content .nav ul li.sous_menu ul.dropdown > li a:hover {
    opacity: 0.5;
  }
  li.firstLi.no-desk {
    display: none;
  }
}
/*=============FIN HEADER ==================*/
/*=======================================*/

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

.slider-slick {
  width: 100%;
  background-color: var(--background-color);
  position: relative;
  z-index: 0;
}
.bloc-text-slide {
  color: white;
}
.bloc-chiffre {
  display: flex;
  align-items: center;
  gap: 48px;
  color: white;
  margin-top: 36px;
}

.chiff {
  display: flex;
  align-items: center;
  gap: 8px;
}
.index-page .title-1 {
  margin-bottom: 1.5rem;
}
.chiff span {
  font-weight: 500;
  font-size: 40px;
  line-height: 40px;
}
.title-1 {
  color: white;
  margin-bottom: 0;
}
.slide-content {
  padding-block: 120px;
}
.slide-img .container {
  min-height: auto;
}
.slide-img .container .bloc {
  height: auto;
}
.header-content,
header {
  background: var(--primary-color);
}
.header-content .nav > ul > .sous_menu.opened > a,
.header-content .nav .dropdown > .sous_menu.opened > a {
  color: var(--accent-color);
}
.slider-slick {
  max-width: 1872px;
  margin: auto;
  border-radius: 42px;
}
.slider-slick {
  position: relative;
  z-index: 0;
}

button#menu-burger,
button#menu-back {
  color: var(--accent-color);
  border: 1px solid var(--accent-color);
  border-radius: var(--button-border-radius);
}

.slide-img {
  min-height: auto;
  background-size: cover;
  background-position: center;
  border-radius: 42px;
  position: relative;
  z-index: 0;
}
.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-prestations,
.slick-avis {
  margin-top: 48px;
}
.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;
}
.slick-dots li button:hover .slick-dot-icon,
.slick-dots li button:focus .slick-dot-icon {
  opacity: 1;
}
.slick-dots li button .slick-dot-icon {
  opacity: 1;
}
.slick-dots li.slick-active button:hover .slick-dot-icon,
.slick-dots li.slick-active button:focus .slick-dot-icon {
  opacity: 0.7;
}

@media screen and (min-width: 993px) {
  .slider-slick:before {
    position: absolute;
    content: "";
    right: 0;
    width: 132px;
    height: 194px;
    background-image: url(../assets/gifs/before-slide.png);
    z-index: 1;
    top: 0;
    background-size: contain;
  }
  .slider-slick:after {
    position: absolute;
    content: "";
    left: 0;
    width: 162px;
    height: 241px;
    background-image: url(../assets/gifs/after-slide.png);
    z-index: 1;
    bottom: 0;
    background-size: cover;
  }
}

/*============= end slide ==================*/
/*=======================================*/

/*============= points forts ==================*/
/*=======================================*/
.bloc-titre {
  display: flex;
  align-items: start;
  gap: 24px;
}

.bloc-titre svg {
  min-width: 32px;
  min-height: 38px;
}
#encart-points-forts {
  background: var(--background-2);
  padding: 24px 0;
}
.title-5 {
  font-size: 1rem;
  line-height: 29px;
  margin-bottom: 12px;
}
.bloc-titre p {
  margin-top: 12px;
  margin-bottom: 24px !important;
}

#first-pt {
  margin-top: 48px;
}
p.last-p {
  margin-bottom: 0 !important;
}
.points-forts-card {
  padding: 48px 20px;
}
.points-forts-img {
  margin-bottom: 14px;
}
.index-page .card-image.points-forts-img img {
  width: auto;
}
.points-forts-title {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #1e1e1e;
}
.points-forts-card p {
  margin: 0;
}
@media screen and (min-width: 993px) {
  .title-5 {
    font-size: 1.5rem;
    line-height: 29px;
    margin-bottom: 12px;
    color: #3d3d3d;
  }
  .slide-content {
    padding-block: 283px;
  }
  .slide-content [class*="btn"] .accent.btn:hover {
    background: white;
    color: var(--accent-color);
  }

  h1.h1-geoloc {
    position: relative;
    z-index: 0;
  }

  h1.h1-geoloc:before {
    position: absolute;
    content: "";
    right: 66px;
    background-image: url(../assets/gifs/before-h1.svg);
    width: 602px;
    height: 24px;
    bottom: 79px;
    background-size: contain;
  }
  .points-forts-card {
    padding: 48px;
  }
  .points-forts-title {
    min-height: 64px;
    display: flex;
    align-items: flex-end;
  }
  .slick-points-forts .l3 + .l3 {
    position: relative;
  }
  .slick-points-forts .l3 + .l3:before {
    content: "";
    position: absolute;
    background: #d1d1d1;
    width: 1px;
    height: 200px;
  }
}

/*============= end points forts ==================*/
/*=======================================*/

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

div#bloc-03 li,
div#bloc-05 li {
  margin-block: 1.5rem;
}
div#bloc-04 h2:nth-of-type(2),
div#bloc-04 h2:nth-of-type(3) {
  margin-top: 48px;
}
.img-bloc {
  margin-bottom: 48px;
}
main img {
  border-radius: 12px;
}
.row-btn .btn-contact {
  margin-bottom: 1rem;
}
@media screen and (min-width: 601px) {
  .row-btn .btn-contact {
    margin-bottom: 0rem;
  }
  #container {
    padding-top: 2rem;
  }
  .fold .btn-contact {
    margin-top: 0;
  }
  .btn:not(.fluid) {
    width: auto;
  }
}
@media screen and (min-width: 993px) {
  .row-btn {
    display: flex;
    align-items: center;
    margin-top: 2rem;
    gap: 12px;
  }
  div#col-bleft {
    position: relative;
    z-index: 0;
  }

  div#col-bleft:before {
    position: absolute;
    content: "";
    width: 239px;
    height: 139px;
    background-image: url(../assets/gifs/before-bloc.svg);
    bottom: -17px;
    right: 0;
    background-size: contain;
  }
}
@media screen and (min-width: 1280px) {
}
/*=============Fin Bloc 01==================*/

/*       ENCART PRESTATIONS        */
/* =============================== */
div#bloc-end {
  text-align: end;
}

div#bloc-end .btn-contact {
  margin-top: 0;
}
.slick-prestations {
  margin-top: 64px;
}
div#encart-prestations {
  background: #faf6f2;
}
div#left {
  max-width: 838px;
}

div#left p {
  margin-bottom: 0;
}
.prestations-card,
.card-tarifs {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.prestations-card a {
  display: block;
  text-decoration: none;
  position: relative;
}
.prestations-card a::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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%);
  z-index: 1;
  transition: var(--transition);
}
.prestations-card:hover a::after {
  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%);
}
.prestations-card-content {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  color: white;
  z-index: 3;
  display: flex;
  flex-direction: column;
}

.prestations-card-title {
  color: white;
  transition: transform 0.3s ease;
  transform: translateY(0); /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©tat normal */
  margin-bottom: 8px;
}

.prestations-card-text {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.3s ease, transform 0.3s ease, max-height 0.3s ease;
  pointer-events: none;
  max-height: 0;
}

.prestations-card:hover .prestations-card-title {
  transform: translateY(-10px);
}

.prestations-card:hover .prestations-card-text {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  max-height: none;
}
.link {
  font-family: var(--tertiary-font);
  font-weight: 600;
  margin-top: 20px;
}
.prestations-card-image,
.card-tarifs .card-image {
  position: relative;
  overflow: hidden;
}
.prestations-card-image img,
.card-tarifs img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: var(--transition);
}
.prestations-card:hover img,
.card-tarifs:hover img {
  transform: scale(1.1);
}

i.tt {
  position: relative;
  z-index: 0;
  font-style: normal;
}

i.tt:before {
  position: absolute;
  content: "";
  width: 602px;
  height: 4px;
  background-image: url(../assets/gifs/before-pr.svg);
  bottom: 0;
}

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

/*============AVis======================*/
/*=======================================*/
.encart-avis.section {
  background: #faf6f2;
}
.avis-encart-card {
  background: var(--background-color);
  border-radius: var(--button-border-radius);
}
.page-interne div#encart-contact:after,
.page-interne div#encart-contact:before {
  width: 200%;
  left: -50%;
}

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

.page-interne .encart-avis.section,
.page-interne .encart-formulaire {
  position: relative;
  z-index: 0;
}
.page-interne div#encart-points-forts .container {
  width: 100%;
}
.page-interne .encart-avis.section:before,
.page-interne .encart-formulaire:before {
  position: absolute;
  content: "";
  left: -400%;
  width: 800%;
  top: 0;
  height: 100%;
  background: var(--primary-color);
  z-index: -1;
}
.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 {
  color: #0070c7;
  visibility: initial;
  font-size: 12px;
  opacity: 1;
  font-weight: 700;
  text-align: right;
  padding-bottom: 0;
  text-decoration: underline;
  text-transform: lowercase;
  font-family: var(--accent-font);
  display: none;
}

.date.avis-date.card-date.avis-card-date.avis-encart-card-date.small {
  font-size: 10px;
  color: hsla(60, 25%, 10%, 1);
}
.encart-avis.section.gtm-encart-avis {
  padding-block: 40px;
}
.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: 0px 120px;
  }
  .page-interne .encart-avis.section.gtm-encart-avis {
    padding-block: 120px;
  }
}

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

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

div#encart-contact {
  position: relative;
}
.page-interne div#encart-contact {
  padding-block: 120px;
}

.page-interne div#encart-contact .container {
  width: 100%;
}
div#encart-contact:before {
  content: "";
  position: absolute;
  left: 0px;
  width: 97%;
  height: 100%;
  margin: auto;
  bottom: 0px;
  background-image: url(../assets/gifs/bg-contact.jpg);
  background-position: center;
  z-index: -1;
  border-radius: 72px;
  background-size: cover;
  right: 0;
}
.page-interne div#encart-contact:after,
.page-interne div#encart-contact:before {
  width: 200%;
  left: -50%;
}
.index-page div#encart-contact:after {
  content: "";
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  bottom: 0px;
  background: #ede0d0;
  z-index: -4;
}

div#bloc-contact .footer-row-contact path {
  fill: white;
}

div#bloc-contact .row-btn {
  margin-top: 0;
}

div#encart-contact .btn-contact a svg path {
  stroke: var(--accent-color);
}
div#encart-contact .btn-contact a {
  background: var(--background-color);
  color: var(--accent-color);
  font-weight: var(--font-weight-semi-bold);
}
div#encart-contact .title-2 {
  color: white;
}
div#col-center {
  min-width: 249px;
  margin-block: 1rem;
}
.row-btn .btn-contact {
  margin-bottom: 1rem;
}
@media screen and (min-width: 601px) {
  .row-btn .btn-contact {
    margin-bottom: 0rem;
  }
  .row-btn {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .row-btn .btn-contact {
    margin-top: 0;
  }
  div#bloc-contact .row-btn {
    justify-content: end;
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 993px) {
  div#encart-contact {
    padding-block: 113px;
  }
  div#col-center {
    margin-block: 0rem;
    margin-bottom: 1rem;
  }
  div#row-contact {
    position: relative;
    left: 14%;
  }
  .row-adresse {
    margin-bottom: 1rem;
  }
  div#encart-contact .btn-contact {
    margin-top: 0;
  }
}

@media screen and (min-width: 1400px) {
  div#col-center {
    margin-bottom: 0rem;
  }
}
/*============= Fin ENCART CONTACT ==================*/

/*=============Bloc 04 + 05 ==================*/
div#bloc-04 .col-img {
  margin-bottom: 48px;
}
@media screen and (min-width: 601px) {
}
@media screen and (min-width: 993px) {
}
@media screen and (min-width: 1280px) {
}
/*=============Fin Bloc 04 + 05==================*/

/*============= ENCART TARIFS ==================*/
.content-tarifs {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 24px;
  display: block;
  width: 100%;
}

.slick-2 {
  margin-top: 64px;
}
.row-tarifs ul {
  padding: 0;
  margin: 0;
}
.card-title {
  font-size: var(--displaysm);
  line-height: 29px;
}

.title-tarifs {
  color: var(--background-color);
  margin-bottom: 8px;
}
.card-title {
  font-size: 20px;
  line-height: 29px;
}

.title-tarifs {
  color: var(--background-color);
  margin-bottom: 8px;
}
.row-tarifs {
  display: flex;
  justify-content: space-between;
}

.row-tarifs li {
  list-style: none;
  margin-bottom: 8px;
}
.image-tarifs {
  position: relative;
  z-index: 0;
}

.image-tarifs:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  top: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  border-radius: 12px;
}
div#last-card-tarif {
  background: var(--primary-color);
  padding: 1.5rem;
  color: #1e1e1e;
}

div#last-card-tarif img {
  margin-block: 23px;
}

div#last-card-tarif p {
  margin-bottom: 0;
  margin-top: 6px;
}
.image-tarifs img {
  border-radius: 12px;
}

div#last-card-tarif .btn-contact a {
  display: block;
  width: auto;
}

.btn-tarifs a {
  color: white;
  text-decoration: none;
  font-weight: var(--font-weight-semi-bold);
}

.btn-tarifs {
  margin-top: 12px;
}
.card-tarifs {
  color: white;
  border-radius: 12px;
}

@media screen and (min-width: 993px) {
  .card-title {
    font-size: var(--displaysm);
    line-height: 29px;
  }
  div#encart-tarifs .title-2 {
    margin-bottom: 0;
  }
  div#btn .btn-contact {
    text-align: end;
  }

  .row-title {
    margin-bottom: 0;
  }
}

/*============= FIN ENCART TARIFS ==================*/

/*============ ACTUALITES ===================*/
/*==============================================*/
.slick-actualites {
  margin-block: 60px;
}
.actualites-card:hover .card-image {
  position: relative;
  z-index: 0;
  transition: var(--transition);
}

div#encart-actualites .container {
  position: relative;
  z-index: 0;
}

div#act h1 {
  color: white;
  margin: 0;
  margin-bottom: 0;
}
a.lire-plus {
  color: #1e1e1e;
  text-decoration: none;
}
.actualites-card-image img,
.actualites-card,
.actualites-card-image {
  border-radius: 12px 12px 0 0;
}
.actualites-card:hover .card-image:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: #00000080;
  z-index: 1;
  transition: var(--transition);
  border-radius: 12px 12px 0 0;
}
div#encart-actualites .title-2 {
  margin-bottom: 0;
}
.actualites-card {
  transition: var(--transition);
  background: white;
  border-radius: 12px;
}

.actualites-card:hover {
  transition: var(--transition);
  background: var(--primary-color);
}
#encart-actualites .text-titre {
  max-width: 778px;
  margin: 14px auto 32px;
}
.page-interne #encart-actualites {
  padding-block: 0 60px;
}
div#encart-actualites .text-titre {
  max-width: 821px;
  margin: auto;
  margin-top: 14px;
}
div#avis {
  max-width: 673px;
}
.card-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#encart-actualites .card-link {
  margin-top: 0;
  color: hsla(0, 0%, 12%, 1);
}
.actualites-card-text {
  font-size: 1rem;
  color: #3d3d3d;
}
.actualites-date {
  padding-top: 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  height: auto;
  text-transform: uppercase;
}

.actualites-card-content {
  display: flex;
  flex-direction: column;
  padding-top: 12px;
  gap: 8px;
  padding: 24px;
}
.encart-btn.actualites-encart-btn {
  margin-top: 60px;
}
.actualites-card-title a {
  text-decoration: none;
  color: hsla(0, 0%, 12%, 1);
  font-size: 20px;
}
.actualites-card-title {
  max-height: 58px;
  margin: 0;
  color: hsla(0, 0%, 12%, 1);
  font-weight: 500;
}
#listing-autres-actus-categorie ul a {
  font-size: 15px;
  text-decoration: none;
}
#listing-autres-actus-categorie ul a:hover {
  text-decoration: underline;
}
.actualites-detail .detail-btn {
  text-align: center;
}
.actualites-detail .detail-actu-reseaux-sociaux {
  align-items: flex-start;
  align-items: center;
}
.detail-actu-reseaux-sociaux > div {
  display: flex;
}

@media screen and (max-width: 1400px) and (min-width: 993px) {
  #listing-autres-actus-categorie a.btn {
    padding: 12px 12px;
    font-size: 12px;
  }
}
.actualites-detail #listing-autres-actus-categorie {
  background-color: #f7f6f3;
  padding: 1rem;
}

@media screen and (min-width: 993px) {
  .page-interne #encart-actualites {
    padding-block: 0 120px;
  }

  .actualites-card-title a {
    font-size: 24px;
    font-weight: 500;
    line-height: 34.2px;
    text-decoration: none;
  }
}
/*============FIN ACTUALITES===================*/
/*==============================================*/

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

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

div#listing-autres-actus-categorie li {
  margin-top: 0.5rem;
}

body.actualites-detail .listing-autres-actus-categorie {
  height: max-content;
  padding: 24px;
  margin-bottom: 24px;
  background-color: var(--brand100);
  border-radius: var(--border-radius);
}
body.actualites-detail .listing-autres-actus-categorie .detail-btn {
  text-align: center;
}
#listing-autres-actus-categorie ul li ul li {
  list-style: none !important;
}
#listing-autres-actus-categorie ul li a {
  text-decoration: none;
}
#listing-autres-actus-categorie ul li a:hover {
  text-decoration: underline;
}
.fb-like.fb_iframe_widget {
  position: relative;
  top: 6px;
}

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

/* ******************************************************FORMULAIRE *******************************************/
.info-top {
  background-image: url(../assets/gifs/bg-info.jpg);
  padding: 48px;
  background-size: cover;
  height: 100%;
  color: white;
}
.add-info address {
  margin: 0;
}

.add-info {
  margin-bottom: 24px;
}

.ligne.align-end {
  text-align: end;
  max-width: 264px;
  position: relative;
  bottom: 31px;
}
input#field_5 {
  border-radius: 8px;
  border: 2px solid transparent;
}
#formulaire_1 p.submit .btn.primary:hover {
  background: transparent;
  color: var(--accent-color);
  border: 2px solid var(--accent-color);
}
.info-bas {
  background: #132d52;
  padding: 48px;
}
.col-form .title-2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 24px;
}

.g-recaptcha {
  margin-top: 24px;
}

.info-bas .title-4 {
  margin-bottom: 4px;
}
.info-top .title-2,
.info-top .title-4,
.info-bas .title-2,
.info-bas .title-4 {
  color: white;
}

.info-top svg path {
  fill: white;
}

.info-top .row {
  justify-content: start;
}

.top {
  margin-bottom: 80px;
}

.encart-formulaire .title-4 {
  font-family: var(--primary-font);
}

.info-top .bold {
  margin-block: 12px;
}
.encart-formulaire .col.col-form {
  background: white;
  max-width: 752px;
  padding: 2rem;
  box-shadow: 0px 4px 24px 0px hsla(0, 0%, 0%, 0.1);
  border-radius: 0 12px 12px 0;
}
.encart-formulaire {
  position: relative;
  z-index: 2;
}

.page-interne .encart-formulaire {
  position: relative;
}

.page-interne .encart-formulaire {
  padding-block: 60px;
  margin-block: 60px;
}

.encart-formulaire .title-3 {
  margin: 1.5rem 0;
}

.encart-formulaire .bloc-contact {
  margin-top: 80px;
}
.add-info address {
  margin: 0 !important;
}

.add-info {
  margin-bottom: 24px;
}
.encart-formulaire .title-4 {
  margin: 0 0 12px;
  font-weight: 600;
  font-size: 1rem;
  color: white;
  text-decoration: underline;
}

.encart-formulaire address:has(+ address) {
  margin-bottom: 0;
}

.encart-formulaire address {
  margin: 0 0 1.5rem;
}

#formulaire_1 .divGenerateur ul label {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  display: flex;
  align-items: flex-start;
}

#formulaire_5 .divGenerateur > label {
  display: none;
}

span.note {
  font-size: 20px;
  line-height: 26px;
  display: block;
  margin-bottom: 12px;
}

input:not([type]),
input[type="text"],
input[type="email"],
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;
  border: 1px solid #d1d1d1;
}
div#col-info svg path {
  fill: white;
}
.page-interne .encart-formulaire .container {
  width: 100%;
}
.top svg path {
  fill: hsla(0, 0%, 12%, 1);
}
#formulaire_1 p {
  margin: 0.8rem 0;
}
span.erreur {
  font-size: 10px;
}
#formulaire_1 p.submit {
  margin-top: 1rem;
  width: 100%;
}

#formulaire_1 p.submit .btn.primary {
  width: 100%;
  background: var(--accent-color);
  color: white;
}

@media screen and (min-width: 601px) {
  div#field_21 {
    display: flex;
    gap: 24px;
  }
  #formulaire_1 .cp_ville {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  #formulaire_1 .cp_ville > p {
    width: calc(50% - 6px);
  }
}

@media screen and (min-width: 993px) {
  .page-interne .encart-formulaire {
    padding-block: 120px;
    margin-block: 120px;
  }
  .encart-formulaire .col.col-form {
    padding: 0rem;
  }
  .col-form .title-2 {
    font-size: 33px;
    font-weight: bold;
    margin-bottom: 48px;
  }

  .info-bas {
    padding: 48px 80px;
  }

  .info-top {
    padding: 48px 80px;
    border-radius: 12px 0 0 12px;
  }
  .encart-formulaire .col.secondary {
    padding: 3rem 80px;
    min-width: 44%;
  }
  .encart-formulaire .col.col-form {
    padding: 48px;
  }
}
@media screen and (min-width: 1500px) {
  div#col-info {
    min-width: 592px;
    padding: 0;
    border-radius: 12px 0 0 12px;
  }
}
@media screen and (max-width: 992px) {
  .col-brand p {
    margin: auto;
  }
  section.ac-include .btn-contact {
    margin-bottom: 1.5rem;
  }
  h2,
  .title-2 {
    font-size: 20px;
    margin-block: 1.5rem;
  }
  div#imgtar {
    margin-block: 1rem;
  }
  .slide-content .btn-contact {
    display: none;
  }
  .encart-formulaire .col.accent {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
  }
  .row-card-presta p {
    min-height: 208px;
  }

  .prestation-title {
    min-height: 48px;
  }
}

/* ****************************************************** FIN FORMULAIRE *******************************************/

/* ===================FOOTER================ */
/* ========================================*/
.encart-rs svg path {
  fill: black;
}
.footer,
.encart-formulaire {
  background: var(--primary-color);
}
body:not(.index-page) footer .section.footer-1 {
  padding: 2rem 0 1.5rem;
}

@media screen and (min-width: 993px) {
  .encart-rs .row {
    justify-content: end;
  }
  .bloc-infos {
    height: 100%;
  }
  .encart-rs {
    margin-top: 45px;
  }
  .contact-form.section {
    padding-block: 120px;
  }

  #marg {
    position: relative;
    margin-top: -24px;
  }
  #footer-nav .nav > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin: 0;
  }
  footer #footer-nav .nav ul li.sous_menu ul.dropdown {
    bottom: 100%;
  }
}
@media screen and (max-width: 992px) {
  footer .reseaux-sociaux .row {
    justify-content: center;
  }
  .top .row {
    justify-content: start;
  }
  .footer {
    text-align: center;
  }

  .footer-row-contact {
    justify-content: center;
  }
  footer #footer-nav .nav ul li.sous_menu ul.dropdown {
    min-width: 18%;
    top: 100%;
  }
  .footer-contact {
    margin-top: 2rem;
  }
  #footer-nav nav a {
    font-size: 14px;
  }
}

.footer-row-contact {
  display: flex;
  gap: 12px;
  align-items: center;
}
.footer-row-contact svg {
  min-width: 16px;
}
footer address {
  margin: 0;
}
footer .section.footer-1 {
  padding: 40px 0 48px;
}
.col-brand img {
  max-width: 134px;
}
footer .footer-1 .title-4 {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  color: var(--accent-color);
  font-family: var(--primary-font);
  letter-spacing: 0;
  font-weight: 700;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.footer-1 address a,
.footer-1 .text {
  font-weight: 400;
  line-height: 24px;
}
footer .siret {
  font-weight: 700;
  line-height: 24px;
}
#footer-nav .nav ul li.sous_menu ul.dropdown {
  position: absolute;
  left: 0;
  display: none;
  flex-direction: column;
  align-items: stretch;
  width: max-content;
  min-width: 100%;
  margin: 0;
  padding: 0;
  font-weight: normal;
  z-index: 1;
  background-color: #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;
  vertical-align: middle;
  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(--primary-color-20);
}
#footer-nav .nav ul li a.selected,
#footer-nav .nav ul li:hover > a {
  text-decoration: underline;
}
#footer-nav .nav > ul > li {
  margin-bottom: 8px;
}
#footer-nav .nav ul li.sous_menu ul.dropdown > li:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}
#footer-nav .nav ul li.sous_menu {
  position: relative;
}
#footer-nav .nav ul li.sous_menu:hover ul.dropdown {
  display: flex;
}
#footer-nav .nav ul li.sous_menu ul.dropdown > li a {
  padding: 0.5rem;
  margin: 0;
  font-size: 13px;
  display: block;
}
.footer-2 {
  padding: 32px 0 39px;
}
.footer-2 nav a,
.page-404 footer a {
  font-weight: 600;
  line-height: 24px;
  color: #1e1e1e;
}
.footer-2 nav a:hover,
.page-404 footer a:hover,
a.lien-maps:hover {
  text-decoration: underline;
  color: initial;
  color: inherit;
}

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

/* =================Page-interne ===========*/
/* ========================================= */
.page-interne .white p {
  margin: 0;
}
.select-wrap select {
  border-radius: 8px;
  background-color: transparent;
  border: 1px solid hsla(203, 41%, 74%, 1);
}

.col-left,
.col-right {
  background: var(--primary-color);
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 1rem;
}

body.page-paiements input#submit {
  border-color: var(--accent-color);
  border: 2px solid transparent;
  transition: var(--transition);
  background: var(--accent-color);
  color: #fff;
  padding: 10px 40px;
  border-radius: 25px;
}
body.page-paiements input#submit:hover {
  background: hsl(215deg 100% 28.81%);
}
div#paiement_form h1 {
  margin-bottom: 48px;
}
div#paiement_form {
  padding: 20px;
  background: #f3f8fa;
  border-radius: 5px;
}
.bg-interne h1 {
  color: white;
}
.bg-interne,
body.page-paiements .header-content {
  position: relative;
  z-index: 1;
  /*margin-top: -2rem;*/
}

.bg-interne:before,
body.page-paiements .header-content:before {
  position: absolute;
  content: "";
  left: -21%;
  width: 142%;
  height: 100%;
  top: 0;
  background-image: url(../assets/gifs/slider/slide-01.jpg);
  z-index: -2;
  background-position: center;
  background-repeat: repeat-x;
  border-radius: 42px;
}
.bg-interne:after {
  position: absolute;
  content: "";
  left: -400%;
  width: 800%;
  height: 100%;
  top: 0;
  background: var(--primary-color);
  z-index: -4;
  background-position: center;
  background-repeat: repeat-x;
}
section.ac-doubleColonne.primary {
  padding: 12px;
}
#fil_ariane,
#fil_ariane,
.fil-ariane.gtm-fil-ariane {
  font-size: 14px;
}
section.ac-include .btn-contact {
  margin-top: 45px;
}
.sc-content #relance ul li a {
  color: var(--primary-color-40) !important;
}
.sitemap-nav.row li {
  margin-bottom: 0.5rem;
}
section#relance ul {
  padding-left: 0;
}
p.titre-relance {
  text-align: center;
}

.recherche_actu #recherche_actu_submit {
  margin-left: 0 !important;
}
.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;
}

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

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

#relance p.titre-relance {
  font-size: 1rem;
  font-weight: 700;
  background-color: transparent;
}
.col-brand p {
  max-width: 310px;
}
nav#fil_ariane {
  font-size: 14px;
}
body.actualites-listing .section:first-of-type {
  padding-top: 0;
  margin-top: 8px;
}

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

section.ac-doubleColonne img {
  border-radius: 12px;
}
.slick-slider {
  margin-bottom: 0;
}
nav.fil-ariane.gtm-fil-ariane {
  margin-bottom: 40px;
}

nav#fil_ariane {
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  margin-top: 5rem;
}
div#blocHorsLigne {
  z-index: 9999 !important;
}
.page-interne div#encart-competence .container {
  width: 100%;
}

.page-interne div#encart-competence {
  position: relative;
  z-index: 0;
  padding-block: 2rem 120px;
}

.page-interne div#encart-competence:before {
  position: absolute;
  content: "";
  left: -400%;
  width: 800%;
  height: 100%;
  background: var(--primary-color);
  z-index: -1;
  top: 0%;
}
#btn-politique {
  margin-top: 25px;
}

p.titre-relance {
  text-align: center;
}
.sc-content #relance ul {
  padding-inline-start: 0px;
  justify-content: center;
  display: block;
  text-align: center;
  margin: auto;
}

section#relance li {
  list-style: none;
  margin: 20px 10px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  [id*="bloc"] img,
  .encart-formulaire img {
    display: block;
    width: auto;
    margin: 2rem auto;
  }
  #container {
    padding-bottom: 0;
    padding-top: 0;
  }
  .page-interne .sc-content #relance {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 993px) {
  .page-interne div#encart-competence:before {
    position: absolute;
    content: "";
    left: -400%;
    width: 800%;
    height: 130%;
    background: var(--primary-color);
    z-index: -1;
    top: -30%;
  }

  body.page-paiements .form_right {
    width: 48%;
  }
  body.page-paiements .form_left {
    width: 48%;
  }
  body.page-paiements #paiement_form form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .bg-interne {
    padding-block: 190px;
  }
  .bg-interne,
  body.page-paiements .header-content {
    margin-top: -2rem;
  }
  .page-interne .sc-content img:not(.page-interne #encart-actualites img) {
    height: 100%;
    object-fit: cover;
  }
  #footer-nav nav a {
    font-size: 14px;
  }
  .page-interne .ac-doubleColonne h2 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 38px;
  }

  .page-interne h1 {
    margin-bottom: 1.5rem;
    font-size: 52px;
    line-height: 68px;
    font-weight: 800;
  }

  .index-page main .section {
    padding-block: var(--marge-section-desck);
  }
}

@media screen and (min-width: 1400px) {
  div#form {
    min-width: 592px;
  }
  #footer-nav nav a {
    font-size: 16px;
  }
}

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

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

body.contact-page .bg-interne:before {
  position: absolute;
  content: "";
  left: 0;
  width: 142%;
  height: 100%;
  top: 0;
  background-image: url(../assets/gifs/slider/slide-01.jpg);
  z-index: -2;
  background-position: center;
  border-radius: 42px;
  max-width: 1820px;
  margin: auto;
  right: 0;
}
.contact-page div#act {
  padding-block: 120px;
}
body.politique-de-confidentialite div#act:before,
body.plan-site div#act:before,
body.contact-page div#act:before {
  max-width: 1820px;
  margin: auto;
  left: 0;
  right: 0;
}
body.politique-de-confidentialite div#act,
body.plan-site div#act,
body.contact-page div#act {
  margin-top: 0;
}
.contact-page h1 {
  margin: 0;
  line-height: normal;
  color: var(--background-color);
  text-align: left;
  max-width: 100%;
}

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;
}
.page-interne .white {
  border: 4px solid var(--accent-color);
  margin-bottom: 1rem;
}
.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;
}

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

html.devis .btn-devis {
  display: none;
}

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

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

.contact-page .map-container iframe {
  max-height: 350px;
}
main .contact-page ul {
  row-gap: 16px;
}

.contact-page .fold {
  display: none;
}
@media screen and (min-width: 993px) {
  section.ac-doubleColonne p:last-of-type {
    margin-bottom: 0;
  }
}
/* ===========Fin Contact-page==========*/
/* ================================== */

#encart-tarifs .row-tarifs table {
  width: 100%;
}
#encart-tarifs .row-tarifs tr:not(tr:last-child) {
  border-bottom: 1px solid #ffffff4f;
}
#encart-tarifs .row-tarifs table td {
  padding: 5px;
}
