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

  --secondary-h: 0; /* hue */
  --secondary-s: 100%; /* saturation */
  --secondary-l: 57%; /* lightness */

  --accent-h: 176; /* hue */
  --accent-s: 19%; /* saturation */
  --accent-l: 48%; /* lightness */

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

  --title-color: hsla(176, 19%, 48%, 1);

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

  --primary-font: "Inter", sans-serif;
  --secondary-font: "Plus Jakarta Sans", sans-serif;

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

  --h1-font-size: 3.813rem;
  --h2-font-size: 2.5rem;
  --h3-font-size: 2.0625rem;
  --h4-font-size: 1.75rem;

  --headings-line-height: 1.333333;
  --link-color: var(--primary-color-40);

  --border-radius: 0.75rem;
  --button-border-radius: 0rem;
  --transition: 0.5s all ease-in-out;

  --font-weight-light: 300;
  --font-weight-Regular: 400;
  --font-weight-medium: 500;
  --font-weight-semi-bold: 600;
}

/* ================================== GENERAL ================================== */
a[href="#"] {
  cursor: default;
}

.accent-btn{
  background-color: #FF2424;
}

main p a,
main p u {
  color: var(--accent-color);
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 span,
h1.h1-geoloc span,
[class*="title"] {
  font-family: var(--secondary-font);
  font-weight: 800;
  color: var(--title-color);
}
h1,
h1 span,
h2,
h3,
h4,
h5,
h6 {
  color: var(--title-color);
}
h1 span {
  margin-top: 0.75rem;
}
.relative {
  position: relative;
  z-index: 0;
}
h1 {
  font-size: 49px;
  line-height: 100%;
}
p {
  margin: 1.5rem 0;
}

a {
  transition: var(--transition);
}

.sitemap-nav li {
  margin: 10px 0;
}
.nowrap {
  flex-wrap: nowrap;
}
#blocHorsLigne {
  z-index: 9999 !important;
}
body :where(address) {
  margin: 0;
}

.index-page main p u,
.bg-notes {
  display: block;
  text-decoration: none;
  border: 1px solid var(--primary-color-40);
  margin-block: 0 1.5rem;
  padding: 1.5rem;
  font-weight: 600;
}

/* ================================== 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: var(--primary-color);
}
.paginationControl span.selected,
.paginationControl a:hover {
  color: var(--accent-color-40);
}

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

.brand img,
.brand svg {
  position: relative;
  transition: var(--transition);
}

.brand a:hover img,
.brand a:hover svg {
  transform: scale(0.9);
}

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

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

/* ================================== SECTIONS ================================== */

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

@media screen and (min-width: 993px) {
  .index-page main .section {
    padding-block: var(--marge-section-desck);
  }
}

/* ================================== CARDS ================================== */

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

.card a {
  text-decoration: none;
  display: block;
}

.card-image {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.card-image img,
.card * {
  transition: var(--transition);
}

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

/*===================== BOUTONS=====================*/

[class*="btn"] a.btn svg {
  margin-left: 0.5rem;
}

[id*="formulaire"] .btn.primary:hover {
  background: var(--accent-color);
  color: white;
}

[id*="formulaire"] .btn.primary {
  background: transparent;
  border: 1px solid hsla(24, 27%, 15%, 1);
}

.content + .content {
  display: block;
}

.btn-mix a {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-align: center;
  transition: var(--transition);
  height: 51px;
  font-weight: 600;
}

.btn-mix a .content {
  position: relative;
  bottom: -19%;
  transition: var(--transition);
  height: 40px;
  display: flex;
  justify-content: center;
  font-family: var(--primary-font);
}

.btn-mix a:hover .content {
  bottom: 95%;
}

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

.btn-mix .btn.accent:hover svg {
  margin-top: 0px;
}

.btn.outlined {
  border-width: 1.5px;
  border-color: var(--accent-color);
  color: var(--accent-color);
  font-weight: 600;
}

.btn.outlined:hover {
  background: var(--accent-950);
}

@media screen and (min-width: 601px) {
  .btn:not(.fluid) {
    width: auto;
  }
}

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

.contact-page .fold {
  display: none;
}
@media screen and (max-width: 992px) {
  .menu-mobile {
    height: 90px;
  }
  .menu-mobile .btn-menu {
    color: var(--accent-color);
    border: 1px solid var(--accent-color);
    border-radius: 100%;
  }

  .col.no-padd {
    padding: 0;
  }

  .menu-mobile .row {
    width: 100%;
    margin: 0;
    flex-wrap: nowrap;
  }
  .fold {
    padding: 20px 0px;
  }
  .fold address {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  header a.tel {
    display: block;
  }
  .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,
  .header-content .nav#main-nav li:not(.opened) a {
    padding: 0.75rem;
  }
  .header-content .nav > ul > .sous_menu.opened > a,
  .header-content .nav .dropdown > .sous_menu.opened > a {
    height: 90px;
  }
}
@media screen and (min-width: 993px) {
  .col.no-padd {
    padding-left: 0;
  }
  .fold,
  .main-header-content {
    display: none;
  }

  .header-content a.tel {
    font-weight: 600;
  }
  .header-content #nav-container,
  .header-content .row {
    gap: 1rem;
    margin: 0;
    justify-content: center;
  }
  .header-nav .col {
    padding: 0 0.25rem;
  }
  .top-bar .container {
    padding-block: 18px;
  }
  .header-content .nav ul li a.selected,
  .header-content .nav ul li:hover > a {
    color: var(--accent-color);
  }

  .header-content .nav ul li.sous_menu ul.dropdown,
  .header-content .nav ul li.sous_menu ul.ssdropdown {
    color: var(--text-color);
  }
  .main-header-content .container {
    padding-block: 0.5rem;
  }
  .header-content .nav#main-nav ul {
    justify-content: center;
  }
  .header-content nav li:not(.sousLi) {
    margin: 02px;
  }
  .header-content .nav#main-nav > ul > li > a,
  .header-content .nav#topbar-nav > ul > li > a,
  .nav-footer a {
    position: relative;
    padding: 3px;
  }
  .header-content nav ul.dropdown a {
    font-size: 10px;
  }

  .header-content .contact {
    display: none;
  }

  .header-content .nav#main-nav > ul > li > a::before,
  .header-content .nav#topbar-nav > ul > li > a::before,
  .nav-footer a::before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    height: 2px;
    width: 0;
    background-color: var(--accent-color);
    transition: var(--transition);
  }

  .header-content .nav#main-nav > ul > li > a.selected::before,
  .header-content .nav#main-nav > ul > li > a:hover::before,
  .header-content .nav#topbar-nav > ul > li > a.selected::before,
  .header-content .nav#topbar-nav > ul > li > a:hover::before,
  .nav-footer a:hover::before,
  .nav-footer a.selected::before {
    width: 100%;
    left: 0;
    right: 0;
  }

  .header-content .nav ul li.sous_menu ul.dropdown > li > a:hover,
  .header-content .nav ul li.sous_menu ul.dropdown > li > a.selected {
    color: var(--accent-color);
  }
}

@media screen and (min-width: 1400px) {
  .header-content #nav-container,
  .header-content .row {
    gap: 0rem;
    justify-content: space-between;
  }
  .header-content .col {
    padding-right: 3px;
  }
  .header-content nav a {
    font-size: 1rem;
  }
  .header-content nav ul.dropdown a {
    font-size: 0.75rem;
  }
}

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

.slider-slick {
  width: 100%;
  position: relative;
  z-index: 0;
}
.slide-img .container {
  min-height: auto;
}

.slide-img {
  min-height: auto;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
}
.sous-title {
  color: white;
}
.slide-content .title-1,
.bg-interne h1,
.bg-interne p,
.bg-interne .title-1,
.bg-interne a {
  color: white;
}
.slide-content .btn-contact {
  margin-top: 1.5rem;
}
.slide-img.slide-01 {
  background-image: url("../assets/gifs/slider/slide-01.jpg");
}
.slide-img:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  background: hsla(176, 19%, 48%, 0.45);
  z-index: -1;
  height: 100%;
}
main .btn-contact {
  margin-top: 20px;
}
.slick-actualites,
.slick-avis,
.slick-prestations,
.slick-equipes {
  margin-top: 4rem;
}
.slick-dots li {
  margin: 0 4px;
  padding: 4px;
}

.info-slide {
  right: 0;
  bottom: 0;
  padding-top: 10px;
  background: var(--background-color);
  color: black;
  font-weight: 600;
  border-radius: 8px 0 0 0;
  max-width: 487px;
  margin-top: 1.5rem;
}
.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;
}
.bg-interne {
  position: relative;
  z-index: 0;
  padding-block: 118px;
  margin-bottom: 80px;
}

#container {
  padding-top: 0;
}
.slick-slider {
  margin-bottom: 0;
}
.bg-interne:before {
  position: absolute;
  content: "";
  left: -50%;
  width: 200%;
  top: 0;
  height: 100%;
  z-index: -1;

  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../assets/gifs/bg-interne.jpg) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 992px) {
  .slide-content [class^="btn-"],
  .bg-interne [class^="btn-"] {
    display: none;
  }
  .slide-content {
    padding-block: 6rem;
  }
  .slide-content .title-1 {
    margin-block: 0 1.5rem;
  }
  .info-slide .btn-rdv {
    display: block;
  }

  .title-1,
  h1 {
    font-size: 1.7rem;
    margin-block: 0 1.5rem;
  }
  h1 span,
  .title-1 span {
    font-size: calc(var(--h2-font-size) - var(--h2-font-size) / 2);
  }
}

@media screen and (min-width: 993px) {
  .info-slide {
    position: absolute;
    padding: 25px 59px;
    margin-top: 0rem;
  }

  .bg-interne .ac-colonne {
    max-width: 80%;
    margin: auto;
  }
  .slide-img .title-1 span,
  .bg-interne .title-1 span {
    font-size: var(--h1-font-size);
  }
  .slide-content {
    padding-block: 245px 264px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  h1 span,
  h1.h1-geoloc span,
  [class*="title"] {
    margin-block: 0 1.5rem;
  }
  .title-1,
  .title-1 span {
    font-size: 3.6875rem;
  }
}

/* ================================== BLOC ================================== */
@media screen and (min-width: 993px) {
  div#bloc-01 {
    padding-block: 95px;
  }
}
[id*="bloc"]:not(#bloc-01) .btn-contact {
  margin-top: 3rem;
}
/* ================================== ENCART PRESTATIONS ================================== */
#encart-prestations .text {
  margin: 20px auto 46px;
}
#encart-prestations .note {
  font-size: 1.5rem;
  line-height: 26px;
  color: hsla(22, 12%, 42%, 1);
}
div#encart-prestations {
  background-image: url(../assets/gifs/bg-prestation.jpg);
  background-size: cover;
  background-position: center;
}
.prestations-card .card-content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 2;
  gap: 1rem;
}
.slick-prestations .col {
  padding: 0;
}
.row.slick-prestations {
  margin-block: 4rem;
}
.max-container {
  max-width: 1850px;
  margin: auto;
}
.prestations-card .card-image a {
  position: relative;
}
.prestations-card .card-image a::before {
  position: absolute;
  content: "";
  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%);
  left: 0;
  top: 0;
  z-index: 1;
}
.prestations-card .card-link {
  margin-top: 0;
  font-weight: 600;
  color: var(--accent-color);
}
.prestations-card-title a {
  text-decoration: none;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0px;
}
.prestations-card .card-text {
  display: none;
}
@media screen and (min-width: 993px) {

  .prestations-card:hover .card-link {
    display: block;
  }
}

/* ================================== POINTS FORT ================================== */

#encart-points-fort {
  padding-block: 72px;
}
.pt-fort {
  max-width: 447px;
  padding: 0 3rem;
  text-align: left;
}
.pt-fort.relative:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  border: 1px solid #d1d1d1;
}
#encart-points-fort .pt-fort img {
  width: auto;
  height: auto;
}
.last-pt:before {
  display: none;
}
.card-title,
h1 span {
  font-size: 1.1rem;
  margin-block: 20px 8px;
}
.pt-fort .card-title {
  color: var(--accent-color);
  margin: 0;
  line-height: 100%;
  margin-block: 20px 1rem;
}

@media screen and (min-width: 993px) {
  .title-1,
  .title-1 span {
    font-size: 3.613rem;
  }
  .card-title,
  h1 span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 992px) {
  .card-title {
    margin: 1.25rem auto;
    margin-left: 0;
  }
  h2,
  .title-2 {
    font-size: 1.5rem;
  }
  #encart-points-fort {
    text-align: center;
  }
}

/* ================================ ENCART EQUIPES ================================== */

.image-equipe img {
  border-radius: 400px;
}
div#encart-equipes {
  background: #fcf6f0;
}

.page-interne div#encart-equipes:before {
  position: absolute;
  content: "";
  left: -50%;
  width: 200%;
  background: #fcf6f0;
  height: 100%;
  z-index: -1;
  top: 0;
}
.title-equipe span {
  display: block;
  color: var(--accent-color);
}
.card-equipes .reseaux-sociaux {
  margin-top: 6px;
}
.image-equipe {
  border-radius: 50%;
}
.title-equipe {
  color: #1e1e1e;
  line-height: 120%;
}
.card-equipes {
  max-width: 312px;
  margin: auto;
}

@media screen and (min-width: 993px) {
  .page-interne div#encart-equipes {
    padding-block: var(--marge-section-desck);
  }
}
/* ================================ ENCART AVIS ================================== */

.slick-avis {
  margin-top: 4rem;
}
.slick-avis .card-content .row {
  flex-wrap: nowrap;
}
.avis-card {
  padding: 1rem;
  border-radius: var(--border-radius);
}
.avis-card .avis-card-text {
  padding-left: 4.75rem;
  height: 6.5rem;
  margin-top: 0.5rem;
}
.avis-name {
  font-weight: 700;
  color: var(--title-color);
}
.encart-avis .avis-card.js-more .avis-card-text::after {
  display: none;
}
.avis-date {
  margin-left: -1rem;
  font-size: 0.625rem;
  color: hsla(0, 0%, 27%, 1);
}
.encart-avis .row.s-middle.s-start {
  padding-top: 0.25rem;
}
@media screen and (min-width: 993px) {
  .encart-avis.section.gtm-encart-avis {
    padding-block: 80px;
  }
}
/* ************************************************ENCART CONTACT **********************************************/

.index-page #encart-contact {
  background: linear-gradient(
      rgba(100, 147, 144, 0.76),
      rgba(100, 147, 144, 0.76)
    ),
    url(../assets/gifs/bg-contact.jpg);
  background-size: cover;
  background-position: center;
}

.page-interne #encart-contact {
  position: relative;
  padding-block: var(--marge-section-desck);
}

.page-interne #encart-contact::before {
  position: absolute;
  content: "";
  width: 200%;
  height: 100%;
  left: -50%;
  top: 0;
  z-index: -1;
  background: linear-gradient(
      rgba(100, 147, 144, 0.76),
      rgba(100, 147, 144, 0.76)
    ),
    url(../assets/gifs/bg-contact.jpg);
  background-size: cover;
}

#encart-contact .reseaux-sociaux svg {
  fill: hsla(0, 0%, 12%, 1);
}
div#encart-contact .container {
  background: white;
  padding: 40px;
  border-radius: 8px;
}

#encart-contact .btn-contact svg path {
  stroke: var(--accent-color);
}
#encart-contact .reseaux-sociaux {
  margin: 26px 0;
}

#encart-contact p {
  margin-bottom: 52px;
  color: var(--accent-color);
}

#encart-contact address {
  margin: 0;
}

#encart-contact h3 {
  margin: 0 0 12px;
  font-size: 1rem;
  font-weight: 700;
}

#encart-contact .card-contact {
  margin-bottom: 20px;
  color: var(--accent-color);
}

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

#encart-contact .btn-contact a {
  background-color: #fff;
  color: var(--accent-color);
  border: 1px solid var(--accent-color);
}

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

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

.page-interne #encart-actualites {
  position: relative;
}

.page-interne #encart-actualites::before {
  position: absolute;
  content: "";
  width: 500%;
  height: 100%;
  left: -200%;
  top: 0;
  z-index: -1;
  background-color: hsla(15, 17%, 95%, 1);
}
.card-link {
  color: var(--accent-color);
}
.slick-actualites {
  justify-content: center;
}
#no-act {
  display: none;
}
.actualites-card-image {
  overflow: hidden;
  border-radius: 8px;
}

.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-color: #262e26b2;
}

.card-image img,
.card-image a {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
}
.actualites-card {
  background: #f6f9f9;
  padding: 15px;
  border-radius: 8px;
}
.actualites-card-title a {
  text-decoration: none;
  color: var(--accent-color);
  /* font-size: 24px; */
  line-height: 100%;
}

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

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

#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: flex-start;
}

.detail-actu-reseaux-sociaux > div {
  display: flex;
}

.detail-actu-image img {
  border-radius: var(--border-radius);
}

.actualites-listing #fil_ariane {
  margin: 0 0 2rem;
}

@media screen and (max-width: 1400px) and (min-width: 993px) {
  #listing-autres-actus-categorie a.btn {
    padding: 12px 12px;
    font-size: 12px;
  }
}
body.actualites-detail h2 {
  text-transform: lowercase;
  font-size: 1.7rem;
}

body.actualites-detail span.title-4 {
  font-size: 1.2rem;
}

.actualites-detail #listing-autres-actus-categorie {
  background-color: var(--text-color-90);
  padding: 1.5rem;
  border-radius: var(--border-radius);
}

@media screen and (min-width: 601px) {
  .actualites-listing .recherche_actu #input_recherche_actu {
    width: calc(100% - 6.25rem);
  }
}
/* ============================= FORMULAIRE ======================== */
span.erreur {
  font-size: 10px;
}

.g-recaptcha {
  margin-block: 1.5rem;
}

.encart-formulaire label {
  font-weight: var(--font-weight-semi-bold);
  line-height: 24px;
}
.divGenerateurRequired {
  display: none;
}
.form {
  box-shadow: 0px 4px 24px 0px #0000001a;
  padding: 1rem;
  max-width: 767px;
  margin: auto 0 auto auto;
}
@media screen and (min-width: 993px) {
  .form {
    padding: 3rem;
  }
  .encart-formulaire .col:has(.form) {
    padding: 0;
  }
}
form.generateur label {
  text-align: left !important;
}
#formulaire_5 .divGenerateur ul label {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 73px;
}
.contact-page form.generateur .submit {
  margin-left: 0px !important;
}
#formulaire_5 .divGenerateur > label {
  display: none;
}

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 hsla(0, 0%, 82%, 1);
  min-height: 50px;
  box-shadow: 0px 1px 2px 0px hsla(220, 43%, 11%, 0.05);
}

#formulaire_5 p.submit input#field_5 {
  padding-block: 14px;
}

#formulaire_5 p.submit {
  margin-top: 1rem;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0 !important;
}

#formulaire_5 p.submit .btn.primary {
  width: 100%;
}

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

/* ============================= FOOTER ======================== */
footer {
  background: #f6f6f6;
}
body:not(.index-page) footer .section.footer-1 {
  padding: 2rem 0 1.5rem;
}
.page-404 footer {
  margin-top: auto;
  background: var(--primary-color);
}
footer svg {
  fill: hsla(0, 0%, 12%, 1);
}

.page-404 .brand {
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
@media screen and (min-width: 993px) {
  #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) {
  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;
  }
}
rs.footer-contact {
  margin-top: 58px;
}

.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 {
  line-height: 24px;
  margin: 0 0;
  color: var(--accent-color);
  font-family: var(--primary-font);
  font-size: 1rem;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

.footer-1 address a,
.footer-1 .text {
  font-weight: 400;
  line-height: 24px;
  font-size: 14px;
}

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-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 {
  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;
}
.rs {
  margin-top: 58px;
}
.footer-2 {
  padding: 0px 0 48px;
}

.footer-2 nav a,
.page-404 footer a {
  font-weight: 700;
  line-height: 24px;
  color: #1e1e1e;
}

.footer-2 nav a:hover,
.page-404 footer a:hover {
  color: var(--title-color);
  text-decoration: underline;
}

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

.catalogue-detail main > .section,
.catalogue-listing main > .section,
.actualites-listing main > .section,
.actualites-detail main > .section {
  padding-top: 0;
}
.sitemap-nav.row li {
  margin-bottom: 0.5rem;
}
#relance ul {
  padding-left: 0;
}
p.titre-relance {
  text-align: center;
}
.ac-colonne iframe {
  min-height: 370px;
}
.bloc-timeline {
  position: relative;
}

.bloc-timeline::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  height: 100%;
  bottom: 0;
  width: 1px;
  background: var(--accent-color);
  opacity: 25%;
}
section.ac-doubleColonne .white {
  background: var(--accent-color);
  font-weight: var(--font-weight-medium);
  color: white;
}

.page-interne .sc-content .clear_both {
  margin-bottom: var(--marge-section-mobile);
}

nav#fil_ariane,
#fil_ariane,
.fil-ariane {
  margin: 0 0 3em;
}

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

.cards .white p {
  margin: 0;
}

.row-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 2rem;
}
.sc-content #relance ul {
  padding-inline-start: 0px;
  justify-content: center;
  display: block;
  text-align: center;
  margin: auto;
}
.page-interne div#container {
  padding-block: 0;
}
section#relance li {
  list-style: none;
  margin: 20px 10px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .row-btn {
    flex-direction: column;
    row-gap: 1rem;
    align-items: normal;
  }
}
@media screen and (max-width: 992px) {
  .page-interne main .btn-contact {
    margin-bottom: 1.5rem;
  }

  .page-interne .sc-content #relance {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 993px) {
  .page-interne #encart-contact .container,
  .page-interne .encart-formulaire .container,
  .page-interne #encart-equipes .container {
    width: 100%;
  }
  .page-interne .sc-content .clear_both {
    margin-bottom: var(--marge-section-desck);
  }

  #fil_ariane,
  nav#fil_ariane,
  .fil-ariane {
    font-size: 14px;
  }
}

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

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

.contact-page-coordonnees 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;
}

#mess_newsletter {
  color: var(--accent-color);
  display: block;
  margin-top: 1rem;
}
.devis .btn-devis {
  display: none;
}
.fil-ariane .first {
  display: inline-block;
}
:where(a) {
  color: inherit;
}

/* ====================== TABLEAUX PAGES INTERNES =======================*/
.tarifs {
  width: 100%;
  border-collapse: collapse;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  color: #122; /* texte principal */
  background: #fff;
  box-shadow: 0 2px 6px rgba(17, 24, 39, 0.06);
  overflow: hidden; /* arrondir visuellement les bords */
  text-align: left;
  border-radius: var(--button-border-radius);
}

.tarifs td,
.tarifs th {
  padding: 14px 16px;
  vertical-align: middle;
}
table.tarifs td {
  border: 2px solid var(--accent-color-80);
}
.tarifs tbody tr:first-child td {
  background: linear-gradient(
    90deg,
    rgba(7, 89, 133, 0.06),
    rgba(7, 89, 133, 0.02)
  );
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  border-bottom: 2px solid rgba(7, 89, 133, 0.12);
}

.tarifs tbody tr:nth-child(odd):not(:first-child) {
  background: #fbfdff;
}

.tarifs tbody tr td:first-child p {
  margin: 0;
  font-weight: 600;
}

.tarifs p {
  margin: 0;
  line-height: 1.35;
}

@media (max-width: 720px) {
  .tarifs,
  .tarifs tbody,
  .tarifs tr,
  .tarifs td {
    display: block;
    width: 100%;
  }

  .tarifs tr {
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(17, 24, 39, 0.04);
    padding-bottom: 6px;
  }

  .tarifs td {
    padding: 10px 12px;
    text-align: left;
  }

  .tarifs td[data-label]::before {
    content: attr(data-label);
    display: block;
    font-size: 12px;
    color: #596774;
    margin-bottom: 6px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
  }
}

@media print {
  .tarifs {
    box-shadow: none;
    border-radius: 0;
  }
  .tarifs tbody tr:nth-child(odd):not(:first-child) {
    background: #fff !important;
  }
  .tarifs td,
  .tarifs th {
    color: #000;
    border-color: #ddd;
  }
}

.tarifs small {
  display: block;
  color: #7b8794;
  font-size: 13px;
  margin-top: 6px;
}
.tableizer-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Arial", sans-serif;
  font-size: 14px;
  color: #333;
}

.tableizer-table thead tr th,
.tableizer-table tbody tr:first-child td {
  background-color: var(--accent-color);
  color: #fff;
  font-weight: bold;
  padding: 10px 8px;
  text-align: left;
}

.tableizer-table td {
  border: 1px solid #ccc;
  padding: 8px;
  vertical-align: top;
}

.table-date {
  width: 10%;
  font-weight: 500;
}

.table-client {
  width: 15%;
  font-style: italic;
}

.table-theme {
  width: 75%;
}

.tableizer-table tbody tr:hover {
  background-color: #f0f8ff;
}

@media (max-width: 768px) {
  .tableizer-table,
  .tableizer-table thead,
  .tableizer-table tbody,
  .tableizer-table th,
  .tableizer-table td,
  .tableizer-table tr {
    display: block;
    width: 100%;
  }

  .tableizer-table tr {
    margin-bottom: 15px;
  }

  .tableizer-table td {
    text-align: right;
    padding-left: 50%;
    position: relative;
  }

  .tableizer-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    width: 45%;
    padding-right: 10px;
    font-weight: bold;
    text-align: left;
  }
}

.profile-info span {
  margin: 0;
  display: inline-block;
}

.profile-info h1 {
  color: #1e1e1e;
}

.profile-info .reseaux-sociaux {
  margin-top: 20px;
}
.profile-info .reseaux-sociaux svg path,
#encart-equipes svg path {
  fill: #1e1e1e;
}
.profile {
  align-items: center;
  background-color: #fff;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 40px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  gap: 2rem;
}
.profile img {
  height: 120px;
  border-radius: 50%;
  margin-right: 20px;
  object-fit: cover;
}
.profile-info h2 {
  margin: 0;
  font-size: 24px;
}
.profile-info h2 span {
  color: #4caf9e;
  font-weight: 700;
}
.profile-info p {
  margin: 10px 0 0;
  color: #555;
  line-height: 1.5;
}
.social-icons {
  margin-top: 10px;
}
.social-icons a {
  text-decoration: none;
  margin-right: 10px;
  color: #555;
  font-size: 18px;
}

.main {
  display: flex;
  gap: 30px;
}
.col.left {
  background-color: #fff;
  padding: 28px 45px;
  border-radius: 12px;
  flex: 1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.profile-avocat {
  position: relative;
  z-index: 0;
  padding-block: 120px;
}

.profile-avocat:before {
  position: absolute;
  content: "";
  left: -50%;
  width: 200%;
  background: #ecf2f2;
  top: 0;
  height: 100%;
  z-index: -1;
}
.left h3 {
  color: var(--accent-color);
  margin-bottom: 20px;
}
.check-list {
  list-style: none;
  padding: 0;
  margin: 2rem 0 53px 0;
}

.right li {
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.check-list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  background-color: #e2f0ee;
  padding: 10px;
  border-radius: 6px;
}
.check-list li::before,
.right li:before {
  content: url(../assets/gifs/liste.svg);
  color: #d4e3e3;
  margin-right: 10px;
}
.profile-info {
  margin-top: 1.5rem;
}
.right h4 {
  background-color: var(--accent-color);
  color: #fff;
  padding: 10px;
  border-radius: 6px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.right ul {
  list-style: disc;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .profile {
    display: flex;
  }
  .profile-info {
    margin-top: 0rem;
  }
  .profile-info span {
    font-size: 40px;
  }
}
