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

  --secondary-h: 234; /* hue */
  --secondary-s: 100%; /* saturation */
  --secondary-l: 64%; /* lightness */

  --accent-h: 0; /* hue */
  --accent-s: 0%; /* saturation */
  --accent-l: 12%; /* lightness */

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

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

  --primary-font: "Inter", sans-serif;

  --headings-line-height: 1.333333;

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

  --border-radius: 2rem;
  --button-border-radius: 3.75rem;

  --marge-section-mobile: 40px;
  --marge-section-desck: 120px;

  --transition: 0.7s 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: 56px;
  --displayxl: 49px;
  --displaylg: 40px;
  --displaymd: 32px;
  --displaysm: 25px;
  --displayxs: 20px;

  --textlg: 18px;
  --textmd: 16px;
  --textsm: 13px;
  --textxs: 10px;

  --h1-font-size: var(--display2xl);
  --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;
}
.card a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 4;
}
a[href="#"] {
  cursor: default;
}
a {
  transition: var(--transition);
}
.sc-content .clear_both {
  margin-bottom: 60px;
}
a,
p {
  line-height: 26px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.card-title,
[class*="title"] {
  color: var(--accent-color);
  font-weight: var(--font-weight-medium);
  letter-spacing: -2px;
}
h1.h1-geoloc span,
.title-1.h1-geoloc span {
  margin-top: 8px;
  margin-bottom: 0;
  color: var(--accent-color);
  font-weight: 500;
  letter-spacing: 0;
}

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

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

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

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

.bg-notes {
  margin-bottom: 1.5rem;
}
.index-page main p u,
.bg-notes {
  display: block;
  text-decoration: none;
  padding: 20px;
  border: 1px solid var(--accent-color);
}

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

/*=========== BOUTONS=========*/
/* ============================*/
[class*="btn"] a.btn {
  font-weight: 600;
  letter-spacing: 0px;
  padding: 13px 26px;
}
a.btn svg {
  margin-left: 8px;
  margin-top: 4px;
}
a.btn.accent .content + .content,
a.btn.outlined .content + .content {
  display: block;
}
a.btn.accent,
a.btn.outlined {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-align: center;
  transition: var(--transition);
  height: 51px;
}
a.btn.accent .content,
a.btn.outlined .content {
  position: relative;
  bottom: 0%;
  transition: var(--transition);
  height: 51px;
  display: flex;
  justify-content: center;
}
a.btn.accent:hover .content,
a.btn.outlined:hover .content {
  bottom: 204%;
}

.btn.accent:hover {
  background-color: var(--accent-color);
}
.btn.accent:hover svg {
  margin-top: 0px;
}
[class*="btn"] .accent.btn {
  border-color: var(--accent-color);
}
.bloc-btn-cat .btn.outlined {
  font-size: 15px;
}

.bloc-btn-cat .btn.outlined:hover {
  background: var(--accent-color);
  color: white;
}
[class*="btn"] a.btn:not(.accent),
.index-page [id*="formulaire"] .btn.primary {
  color: var(--accent-color);
  background: transparent;
  font-weight: 600;
  padding: 12px 17px;
  border: 1px solid #8b6d5d;
}
@media screen and (min-width: 601px) {
  .btn:not(.fluid) {
    width: auto;
  }
}
/* ============== 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);
}

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

/*================ titre mobile============*/
/* ======================================== */
.page-interne h1 {
  margin: 0;
  margin-bottom: 24px;
}
.page-interne h1 span {
  font-size: 16px;
  margin-block: 8px 0;
  letter-spacing: 0;
}
.page-interne .title-1 {
  margin: 0;
  color: white;
}

.page-interne h3 {
  font-size: 18px;
}
.title-1 {
  color: white;
}
h1,
.title-1 {
  font-size: var(--h1-font-size-s);
  margin-bottom: 1.5rem;
  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);
  margin-block: 24px;
  position: relative;
}
.title-2 {
  margin-top: 0;
}
h3,
.title-3 {
  font-size: 1rem;
  font-weight: 600;
}
h2 em {
  font-weight: bold;
  font-style: normal;
}

/*================ titre descktop ============*/
/* ======================================== */
@media screen and (min-width: 993px) {
  h1,
  .title-1 {
    font-size: var(--h1-font-size);
    line-height: 68px;
    margin-block: 0;
  }

  .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 {
    margin-bottom: 24px;
    font-size: 61px;
    line-height: 72px;
  }
  .page-interne h1 span {
    font-size: var(--displaymd);
    line-height: var(--displaymd);
  }
  .page-interne .bg-interne p {
    max-width: 1065px;
  }
  h1.h1-geoloc span,
  h1 span,
  .title-1 span {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 40px;
    margin: 0;
    text-transform: none;
    margin-top: 0.5rem;
  }

  .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: 48px;
    margin-block: 0 20px;
  }
  h1.h1-geoloc,
  h1 {
    font-size: 61px;
  }
  h2 {
    font-size: var(--h2-font-size);
    line-height: 45px;
    margin-top: 0;
    font-weight: bold;
  }
  h3,
  .title-3 {
    font-size: 1rem;
    line-height: 1rem;
    margin-bottom: 24px;
    margin-top: 0;
    font-weight: 600;
  }
}

/*============= HEADER ==================*/
/*=======================================*/

.slide-img .footer-row-contact {
  justify-content: center;
  color: white;
}
body:not(.index-page) .row-btn {
  justify-content: start;
  margin-top: 20px;
}

header nav#topbar-nav a.selected {
  font-weight: bold;
  color: var(--accent-color);
}
body:not(.index-page) .row-btn a.tel {
  color: var(--text-color);
  font-weight: 600;
}

body:not(.index-page) .bg-interne .row-btn svg path {
  fill: var(--text-color);
}

.header-content .nav ul li a.selected,
.header-content .nav ul li a:hover,
.header-content .nav ul li:hover > a {
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-color: var(--secondary-color);
}
.row-btn {
  margin-top: 1rem;
}

.header-content .nav ul li:hover > a {
  color: var(--accent-color-60);
}

.header-content .nav#topbar-nav > ul > li,
.header-content #nav-container .nav ul li {
  border-bottom: 2px solid transparent;
}
.fold {
  padding: 20px 0px;
}
header a.tel.gtm-global-tel {
  display: block;
}
.fold address {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.menu-mobile {
  height: 6.5rem;
  background: var(--accent-color);
}
.menu_opened .menu-mobile {
  height: 3.5rem;
}
.menu-mobile .brand {
  max-width: 70%;
}
button#menu-burger,
button#menu-back {
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}
.header-content .nav > ul > .sous_menu.opened > a {
  color: var(--primary-color);
}
span.menu-title {
  color: var(--primary-color);
}

.header-content .nav ul li a.selected {
  font-weight: bold;
  color: var(--accent-color-80);
}
.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;
}

.top-bar .row {
  justify-content: center;
}
.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: 601px) {
  header .btn-contact {
    margin-top: 0px;
  }
}

@media screen and (min-width: 993px) {
  .row-btn {
    display: flex;
    align-items: center;
    justify-content: start;
    color: var(--background-color);
    gap: 12px;
    margin-top: 2rem;
  }
  header .no-header {
    display: none;
  }

  .header-content .nav ul li.sous_menu ul.ssdropdown li a,
  .header-content .nav ul li.sous_menu ul.ssdropdown li:not(:last-child) a,
  .header-content .nav ul li.sous_menu ul.ssdropdown li a:hover,
  .header-content
    .nav
    ul
    li.sous_menu
    ul.ssdropdown
    li:not(:last-child)
    a:hover,
  .header-content
    .nav
    ul
    li.sous_menu
    ul.dropdown
    > li.sous_menu:not(.empty-link):hover
    > a {
    color: white;
  }

  .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);
  }
  li.firstLi.sous_menu a {
    color: var(--text-color);
  }
  .header-content .nav#topbar-nav > ul > li > a {
    position: relative;
    transition: 0.3s ease-in-out;
    color: var(--background-color);
  }
  .fold {
    display: none;
  }
  .header-content .nav ul li.sous_menu > a::after {
    text-decoration: none;
  }
  .header-content #nav-container {
    margin: 0;
  }
  .main-header-content .nav ul li:hover > a {
    color: white;
  }

  header .main-header-content nav#main-nav ul.dropdown,
  header .main-header-content nav#main-nav ul.ssdropdown {
    background: var(--accent-color);
    color: white;
  }
  .header-content .nav#main-nav > ul > li > a {
    position: relative;
    padding-block: 12px;
  }
  .slide-content [class^="btn-"] {
    display: block;
  }
  header a.tel.gtm-global-tel {
    display: block;
    margin-bottom: 0px;
    font-weight: 600;
  }
  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: 12px;
  }
  li.firstLi.no-desk {
    display: none;
  }
}

@media screen and (min-width: 1500px) {
  .top-bar .row {
    justify-content: center;
  }
}

/*================ SLIDER ==================*/
/* ======================================== */
#col-end {
  text-align: end;
}
.vd-header:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.4);
  top: 0;
  width: 100%;
  z-index: 0;
  border-radius: 20px;
  bottom: 0;
}

.vd-header {
  position: relative;
  z-index: 0;
  border-radius: 20px;
}
video#background-video {
  height: 481px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.btn-top {
  border-radius: 2.5rem;
  border: 1px solid hsla(0, 0%, 36%, 1);
  background: hsla(0, 0%, 100%, 0.1);
  padding: 6px 12px;
  width: fit-content;
  backdrop-filter: blur(20px);
  font-weight: var(--font-weight-semi-bold);
  font-size: 13px;
  margin-bottom: 8px;
}

.btn-top svg {
  margin-right: 0.625rem;
}
.bloc-text-slide {
  position: absolute;
  top: 16%;
  padding: 10px 10px 10px 0;
}
.slider-slick .row-btn {
  justify-content: end;
}

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

.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-actualites,
.slick-avis,
.row.slick-catalogue,
.slick-equipes {
  margin-top: 64px;
}
.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) {
  .slider-slick {
    max-width: 99%;
    margin: auto;
    padding: 20px;
  }

  video#background-video {
    height: 797px;
  }

  .header-content .nav > ul > .sous_menu.opened > a {
    color: var(--accent-color);
  }
  .header-content {
    background: transparent;
    color: white;
    padding-block: 3rem 1.5rem;
  }

  header.sticky-active .header-content {
    background: var(--accent-color-20);
  }
  .index-page {
    padding-top: 0px !important;
  }
}

/*============= FORMULAIRE ==================*/

.encart-formulaire {
  max-width: 1320px;
  margin: auto;
  position: relative;

  background: white;
  border-radius: 12px;
  padding: 1.5rem;
  z-index: 1;
}
.select-wrap::after {
  content: url(../assets/gifs/select.svg);
}
.btn.accent {
  font-weight: var(--font-weight-semi-bold);
}
p.submit .btn.accent {
  padding-block: 13.5px;
  background-image: url(../assets/gifs/btn-top.svg);
  background-position: center;
  padding-right: 43px;
  background-position-x: 192px;
  background-position-y: 22px;
}
form#formulaire_5 p.submit {
  max-width: 233px;
  margin: auto 0 auto auto;
  margin-bottom: 0 !important;
}
p.submit .btn.accent:hover {
  background-color: var(--secondary-color);
}
input#adresse {
  background-image: url(../assets/gifs/depa.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: right;
  background-origin: content-box;
}
input#add-arr {
  background-image: url(../assets/gifs/arriv.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: right;
  background-origin: content-box;
}
.g-recaptcha {
  margin-bottom: 19px;
}
img.ui-datepicker-trigger {
  display: none !important;
}
input::placeholder {
  color: hsla(0, 0%, 36%, 1);
  opacity: 1;
  display: block;
}
label.optional {
  color: black;
  font-weight: 500;
}

input:not([type]),
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="time"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="tel"],
input[type="number"],
input[type="search"],
textarea,
.select-wrap select {
  background: hsla(0, 0%, 96%, 1);
  border: 1px solid hsl(0deg 4.25% 87.66%);
  border-radius: 8px;
  padding-block: 10px;
}

.col-form p {
  margin-top: 0;
  margin-bottom: 19px;
}

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

#bloc-04,
#encart-actualites {
  background: var(--background-color);
  position: relative;
}

#bloc-01 {
  padding-block: 120px 64px;
}

[id*="bloc"] .btn-contact {
  margin-top: 2rem;
}
.title-pf {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 1.5rem;
  letter-spacing: 0;
}

@media screen and (min-width: 993px) {
  .bloc-text-slide {
    top: 32%;
  }

  .encart-formulaire {
    margin-top: -190px;
  }
  .bloc-img {
    position: relative;
  }
  .section-left .bloc-img img {
    position: absolute;
    width: 150%;
    height: 100%;
    right: 12px;
    top: 0;
    max-width: none;
  }
  .section-right .bloc-img img {
    position: absolute;
    width: 150%;
    height: 100%;
    max-width: none;
    left: 12px;
  }
}
@media screen and (min-width: 1500px) {
  #bloc-03 {
    position: sticky;
    top: 0;
  }
}

/*=============PRESTATION==================*/
/*=======================================*/
#encart-prestations,
.encart-avis.section {
  background: white;
}
#encart-prestations .btn-top,
.center-bloc .btn-top {
  background: hsla(221, 100%, 96%, 1);
  border: none;
  padding-block: 7.5px;
  font-weight: bold;
}
#first-card:first-of-type {
  border-left: 2px solid hsla(0, 0%, 12%, 1);
  background: hsla(0, 0%, 96%, 1);
}

.prestations-card:hover {
  border-left: 2px solid hsla(0, 0%, 12%, 1);
  background: hsla(0, 0%, 96%, 1);
}

.prestations-card {
  padding: 24px;
  margin-bottom: 1.5rem;
  border-left: 2px solid transparent;
}

.prestations-card-title {
  margin-block: 20px 8px;
}
#last-card {
  margin-bottom: 0;
}
.prestations-card-title a {
  text-decoration: none;
  color: hsla(0, 0%, 12%, 1);
  letter-spacing: 0;
  font-size: 1.5rem;
}

.btn-prestation {
  margin-top: 20px;
  color: hsla(0, 0%, 12%, 1);
  font-weight: var(--font-weight-semi-bold);
}

.points-forts {
  padding-bottom: 80px;
}
.row.prestations-bloc {
  margin-top: 64px;
}
@media screen and (min-width: 601px) {
}
@media screen and (min-width: 993px) {
  .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) {
}
/*=============Fin PRESTATION==================*/
/*=======================================*/

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

.avis-encart-card {
  border-radius: 8px;
}

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

.page-interne .encart-avis.section {
  position: relative;
  z-index: 0;
}

.encart-avis.section {
  position: relative;
  z-index: 0;
}

.encart-avis.section:before {
  position: absolute;
  content: "";
  left: -50%;
  width: 200%;
  z-index: -1;
  background: white;
  height: 100%;
  top: 0;
}

.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;
}
.row.s-middle.s-start {
  flex-wrap: nowrap;
}
.date.avis-date {
  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 {
    padding-block: 80px;
  }
  .page-interne .encart-avis.section {
    padding-bottom: 0;
  }
  .index-page main .section {
    padding-block: var(--marge-section-desck);
  }
}

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

#encart-contact .title-2 {
  color: white;
}
#encart-contact .col-form {
  padding: 1.5rem;
  margin-top: 1.5rem;
}
.col-form {
  background: white;
  border-radius: 12px;
}
#encart-contact {
  position: relative;
  z-index: 0;
}
#encart-contact {
  padding-block: 120px;
}

.page-interne #encart-contact .container {
  width: 100%;
}
#encart-contact label.optional {
  font-size: 13px;
}
#encart-contact .card-title {
  margin-bottom: 15px;
}
.page-interne #encart-contact:after {
  position: absolute;
  content: "";
  left: -50%;
  width: 200%;
  background: var(--accent-color);
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

.page-interne #encart-contact:before {
  width: 115%;
  left: 6%;
}
#encart-contact:before {
  position: absolute;
  content: "";
  width: 100%;
  background-image: url(../assets/gifs/sens.gif);
  height: 100%;
  right: 95px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  background-position: center;
  background-size: cover;
  background-position-x: initial;
  background-position-x: -28%;
  z-index: 0;
}

/* ***************************************ACTUALITES*********************************** */

#encart-actualites .title-2 {
  margin: 0 0 12px;
}
.center-bloc .btn-top {
  margin: auto;
  margin-bottom: 12px;
}
.voir-act a {
  color: hsla(0, 0%, 12%, 1);
  text-decoration: none;
}
input#recherche_actu_submit:hover {
  background: var(--secondary-color);
}
.slick-actualites {
  margin-bottom: 60px;
}
#encart-actualites {
  background: white;
}
#encart-actualites .encart-text {
  margin: 0 0 60px;
}

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

.actualites-card-image {
  overflow: hidden;
}

.actualites-card:hover img {
  transform: scale(1.1);
}

.card-image a {
  position: relative;
}

.card-image a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  transition: 0.6s;
}

.actualites-card:hover .card-image a::before {
  background: hsla(0, 0%, 0%, 0.3);
}

.card-image img,
.card-image a {
  display: block;
  object-fit: cover;
  transition: 0.6s;
}

.actualites-card-title a {
  text-decoration: none;
  color: hsla(0, 0%, 12%, 1);
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0px;
}

.actualites-card .card-text {
  margin: 0.5rem 0;
}

.actualites-encart-btn {
  margin-top: 60px;
}

.actualites-card .card-link {
  font-weight: 700;
  line-height: 24px;
}

#listing-autres-actus-categorie ul a {
  font-size: 15px;
  text-decoration: none;
  color: #000;
}

#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: 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: var(--text-color-90);
  padding: 1rem;
  border-radius: var(--border-radius);
}

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

body:not(.index-page) footer .section.footer-1 {
  padding: 2rem 0 1.5rem;
}
p.text-footer {
  font-size: 14px;
  color: #676767;
  line-height: 22px;
  margin-block: 12px 0;
}
.footer-1 {
  font-size: 20px;
}
#rs-footer svg path {
  fill: var(--accent-color);
}
@media screen and (min-width: 993px) {
  #nav-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  body:not(.index-page) footer {
    margin-top: 120px;
  }
  body:not(.body.page-interne) footer {
    margin-top: 0px;
  }

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

@media screen and (max-width: 992px) {
  .politique-de-confidentialite #act,
  .plan-site #act {
    margin-top: 0;
  }

  .section-right {
    padding-top: 1.5rem;
  }
  .page-interne main .btn-contact {
    margin-bottom: 1.5rem;
  }
  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: 6px;
}

footer address {
  margin: 0;
}

footer .section.footer-1 {
  padding: 3rem 0 1.5rem;
}

footer .footer-1 .title-4 {
  margin: 0 0;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
p.sous-brand {
  margin-block: 12px 0;
  font-size: 14px;
}
.footer-1 address a,
.footer-1 .text {
  font-weight: 400;
  line-height: 24px;
  font-size: 17px;
}
.footer-1 address a:hover {
  opacity: 0.7;
}
footer .siret {
  font-weight: 400;
  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 {
  background: var(--primary-color);
}
footer a span {
  display: block;
}
#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 .nav ul li a.selected,
#footer-nav .nav ul li:hover > a,
.footer-2 nav a:hover,
.page-404 footer a:hover {
  text-decoration: underline;
  color: inherit;
}
#nav-footer li.firstLi.no-menu {
  display: none;
}
#footer-nav .nav > ul > li {
  margin-bottom: 8px;
}

@media screen and (min-width: 993px) and (max-width: 1100px) {
  #footer-nav .nav > ul > li {
    font-size: 1rem;
  }
  #footer-nav nav a {
    font-size: 15px;
  }
}

#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: 24px 0 48px;
}

.footer-2 nav a,
.page-404 footer a {
  font-weight: 600;
  line-height: 24px;
  color: var(--accent-color);
}

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

#fil_ariane,
#fil_ariane,
.fil-ariane.gtm-fil-ariane {
  font-size: 14px;
  margin: 40px 0;
}

.bg-interne:before {
  position: absolute;
  content: "";
  left: -20%;
  margin: auto;
  width: 141%;
  height: 100%;
  z-index: -1;
  background-image: url(../assets/gifs/bg-interne.jpg);
  top: 0;
  background-position: center top;
  background-size: cover;
  border-radius: 1.5rem;
}
.bg-interne:after {
  position: absolute;
  content: "";
  left: -20%;
  margin: auto;
  width: 141%;
  height: 100%;
  z-index: -1;
  background: hsla(0, 0%, 0%, 0.6);
  top: 0;
  background-position: center;
  background-size: cover;
  border-radius: 1.5rem;
}
#act .title-1 {
  color: white;
}
#act {
  margin-top: -4rem;
  margin-bottom: 40px;
}
#act h1 {
  margin: 0;
  color: white;
}

.bg-interne {
  padding-block: 145px;
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
  margin-top: -2rem;
  border-radius: 1.5rem;
}
.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;
}

.interne {
  max-width: 648px;
  margin: auto;
  max-width: 80%;
}
.interne .row {
  justify-content: center;
}

.page-interne .points-forts .container,
.encart-formulaire.section .container {
  width: 100%;
}
#btn-politique {
  margin-top: 25px;
}
.cards .white {
  background: transparent;
  border: 1px solid var(--accent-color);
}

.cards .white p {
  margin: 0;
}
.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;
}
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;
}
section#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) {
  .politique-de-confidentialite #act,
  .plan-site #act {
    margin-top: -4rem;
  }
  .page-interne,
  .devis-page {
    background: white;
  }
  .texte-left {
    padding-block: 120px;
  }
  .ac-colonne_1.col-img img {
    position: relative;
    left: -43%;
    width: 125% !important;
    max-width: none;
    z-index: 1;
    object-fit: cover;
    height: 750px;
  }
  .page-interne .col-img {
    min-height: 100% !important;
    position: relative;
  }
  .bg-interne {
    padding-block: 269px;
  }
  .bg-interne {
    margin-top: -11rem;
  }

  section.ac-doubleColonne.bloc-interne {
    align-items: start !important;
  }
  .page-interne .sc-content .ac-doubleColonne {
    /* align-items: center; */
  }
  .ac-colonne_1.col-img img {
    position: relative;
    left: -43%;
    width: 125% !important;
    max-width: none;
    z-index: 1;
    object-fit: cover;
    height: 100%;
  }
  .ac-colonne_2.col-img img {
    position: relative;
    right: -20%;
    width: 125% !important;
    max-width: none;
    z-index: 1;
    object-fit: cover;
    height: 100%;
    object-position: 29%;
  }
  .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: 10px;
  }

  .page-interne p.intro {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 1500px) {
  .bg-interne {
    margin-top: -6rem;
  }
}
/* ===========Contact-page==========*/
/* ================================== */
.devis-page h1.title-2 {
  color: white;
}
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;
}
a.lien-maps span {
  display: 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;
}

.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;
}
.actualites-listing #con {
  margin-top: -3rem;
}
.btn-politic-contact {
  margin-top: 1rem;
}
.date.card-date {
  margin-bottom: 12px;
  display: none;
}

.contact-page .map-container iframe {
  max-height: 350px;
}
.devis-page a.lien-maps span {
  display: inline-flex;
}

#con {
  margin-top: 0rem;
  margin-bottom: 0;
}

:where(a) {
  color: inherit;
}
.contact-page .fold {
  display: none;
}
@media screen and (min-width: 993px) {
  #con {
    margin-top: -9rem;
    margin-bottom: 0;
  }

  .actualites-listing #con {
    margin-top: -12rem;
  }
  .actualites-detail #con {
    margin-top: -11rem;
  }
  .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);
  }
}
@media screen and (min-width: 1500px) {
  .actualites-listing #con {
    margin-top: -8rem;
  }

  .actualites-detail #con {
    margin-top: -6rem;
  }
  #con {
    margin-top: -4rem;
  }
}
