:root {
  --primary-h: 221;
  /* hue */
  --primary-s: 35%;
  /* saturation */
  --primary-l: 21%;
  /* lightness */

  --accent-h: 42;
  /* hue */
  --accent-s: 100%;
  /* saturation */
  --accent-l: 65%;
  /* lightness */

  --text-h: 221;
  /* hue */
  --text-s: 35%;
  /* saturation */
  --text-l: 21%;
  /* lightness */

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

  --primary-font: "area-normal", sans-serif;
  --secondary-font: "Roboto", sans-serif;

  --h1-font-size: 3.125rem;
  --h2-font-size: 2.5rem;
  --h3-font-size: 1.5rem;
  --headings-line-height: 1.333333;

  --link-color: var(--primary-color-40);
  --bg-bloc: hsla(209, 57%, 93%, 1);
  --bg-text: hsla(210, 63%, 97%, 1);
  --bg-encart-text: hsla(0, 53%, 94%, 1);

  --border-radius: 20px;
  --button-border-radius: 0.25rem;
}

[class*="btn"] a.btn {
  padding: 13px 1.5rem;
  font-weight: 600;
  letter-spacing: 0px;
}

[class*="btn"] .accent.btn {
  color: #000;
}

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

[class*="btn"] a.btn:not(.accent) {
  color: #fff;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
}

a.btn:has(.content) {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-align: center;
  transition: 0.3s;
  height: 51px;
  border: none;
  padding: 0;
}

a.btn .content {
  position: relative;
  transition: 0.5s;
  left: 0;
  height: 100%;
  padding: 0.85rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 993px) {
  a.btn .content:last-of-type {
    left: 100%;
    bottom: 100%;
  }

  a.btn:hover .content:first-of-type {
    left: -100%;
  }

  a.btn:hover .content:last-of-type {
    left: 0%;
  }
}

@media screen and (max-width: 992px) {
  a.btn .content:last-of-type {
    display: none;
  }
}

@media screen and (min-width: 601px) {
  a.btn,
  .recherche_actu #recherche_actu_submit {
    width: auto;
  }
}

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

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

.brand a:hover {
  opacity: 0.75;
}

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

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

.title-2 span,
h2 em {
  background-color: var(--bg-encart-text);
  font-style: normal;
}

.paginationControl {
  text-align: center;
  font-size: 18px;
  margin-top: 3rem;
}

.paginationControl a {
  text-decoration: none;
}

.paginationControl .selected {
  font-weight: bold;
}

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

.fil-ariane,
#fil_ariane {
  margin-bottom: 2rem;
  font-size: 14px;
}

#fil_ariane {
  margin: 3rem 0;
}

.card {
  position: relative;
}

.card-title a {
  text-decoration: none;
}

.card-title a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.card-image a,
.card-image img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* SLIDER */
/* ====== */
.slide-img .container,
.slide-img .container .bloc,
.slide-img,
.slider-slick {
  height: auto;
  min-height: auto;
}

.slider-slick {
  width: 100%;
  background-color: var(--background-color);
  position: relative;
  z-index: 0;
}

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

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

.slick-dots li {
  margin: 0 -8px;
}

/* ********************************************HEADER****************************************** */
.page-ville {
  display: none;
}

@media screen and (min-width: 993px) {
  .header-contact {
    display: flex;
    align-items: center;
    gap: 9px;
  }

  .fold .index-contact {
    display: none;
  }

  .header-content .row .col-menu {
    padding: 0;
  }

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

  .main-header-content {
    background-color: var(--primary-color);
  }

  .header-content .nav#main-nav > ul > li > a {
    padding: 0.4rem 6px;
    color: #fff;
    text-align: center;
  }

  .top-bar {
    padding: 1.5rem 0;
  }

  .header-content .nav ul li.sous_menu ul.dropdown li a {
    font-size: 14px;
  }

  .header-content .nav ul li a.selected,
  .header-content .nav ul li a:hover,
  .header-content .nav ul li:hover > a {
    text-decoration: underline;
  }

  .header-content .nav ul li.sous_menu a::after {
    text-decoration: none;
  }

  a.lien-maps:hover {
    text-decoration: underline;
  }
}

@media screen and (min-width: 993px) and (max-width: 1300px) {
  .header-content .brand .col {
    width: 210px;
  }

  .header-content .nav#main-nav > ul > li > a {
    font-size: 14px;
  }

  .header-content .nav#topbar-nav > ul > li > a {
    padding: 0.4rem 0.3rem;
    font-size: 12px;
  }

  .header-content .tel {
    font-size: 14px;
  }

  .header-content a.btn span {
    font-size: 14px;
    padding: 13px 1rem;
  }

  .top-bar .row .col.col-menu {
    padding: 0;
  }
}

@media screen and (max-width: 992px) {
  .header-content .nav > ul > .sous_menu.opened > a,
  .header-content .nav .dropdown > .sous_menu.opened > a {
    width: calc(100% - 12rem);
  }

  .header-content .nav > ul > .sous_menu.opened > a,
  .header-content .nav .dropdown > .sous_menu.opened > a {
    left: 22px;
  }

  .index-contact {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }

  .menu-mobile {
    height: 6.625rem;
    background-color: #fff;
  }

  .menu_opened .menu-mobile {
    height: 3.5rem;
    background-color: var(--primary-color-30);
  }

  .span-menu-burger {
    color: var(--primary-color);
    padding: 12px;
    background-color: var(--primary-color-90);
    border-radius: 100%;
  }

  .menu-mobile .menu-title {
    text-transform: capitalize;
    font-family: var(--secondary-font);
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
  }

  .fold-tel {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .header-content .nav > ul > .sous_menu.opened > a,
  .header-content .nav .dropdown > .sous_menu.opened > a {
    background-color: transparent;
  }

  .header-content #nav-container .nav#main-nav ul li a,
  .header-content #nav-container .nav#topbar-nav ul li a {
    font-size: 18px;
    font-weight: 700;
    padding: 1.5rem 5%;
  }
}

@media screen and (max-width: 600px) {
  .fold-tel {
    justify-content: center;
    margin-bottom: 12px;
  }
}

/* *******************************************SLIDE******************************************** */
.row-btn {
  display: flex;
  align-items: center;
  gap: 12px;
}

.slide-content {
  padding: 20% 0;
}

.title-1 {
  margin: 0;
}

.slide-content .btn-rdv {
  margin-top: 1.5rem;
}

/* ***********************************BLOC 01************************************ */
#bloc-01 .row {
  border-radius: var(--border-radius);
  background-color: var(--bg-bloc);
  padding: 40px 20px;
}

h1.h1-geoloc span,
h1 span {
  margin: 0;
  color: hsla(217, 39%, 33%, 1);
  font-weight: inherit;
  font-size: 28px;
}

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

.index-page address {
  margin: 0;
}

@media screen and (min-width: 993px) {
  #bloc-01 .row {
    padding: 60px 40px;
  }
  .index-page main .section {
    padding: 120px 0;
  }

  #bloc-01 {
    padding: 80px 0;
  }

  h1 {
    font-size: 52px;
    margin: 0 0 1.5rem;
  }
}

/* **************************POINTS FORTS************************* */
.pf-title {
  margin: 0.5rem 0;
}

.card-pf img {
  margin: auto;
}

.index-page main .section.points-forts {
  padding: 0px;
}

/* ***********************************PRESTATIONS********************************* */
.row-titre {
  margin-bottom: 60px;
}

.row-titre .title-2 {
  margin: 0 0 20px;
}

.prestations-card-content {
  padding: 1rem;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(16, 26, 35, 0) 50%, #101a23 100%);
}

.prestations-card-image {
  height: 100%;
}

.prestations-card .btn-card {
  margin-top: 1.5rem;
  display: none;
}

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

.prestations-card,
.prestations-card * {
  border-radius: var(--border-radius);
  transition: 0.7s;
}

@media screen and (min-width: 993px) {
  .slick-prestations {
    flex-wrap: nowrap;
  }

  .prestations-card {
    height: 410px;
    overflow: hidden;
  }

  .slick-prestations > .col {
    transition: 0.8s;
  }

  .slick-prestations > .col:hover {
    flex-basis: 50%;
  }
}

/* ******************************* BLOC 02******************************* */
[id*="bloc"] img {
  border-radius: var(--border-radius);
}

[id*="bloc"] p {
  margin-block-start: 2rem;
  margin-block-end: 2rem;
}

[id*="bloc"] p > u {
  display: block;
  text-decoration: none;
  padding: 20px;
  border-radius: calc(var(--border-radius) / 2);
  background-color: var(--bg-encart-text);
  margin-top: 3rem;
}

[id*="bloc"] p > u::before {
  content: " À noter";
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0px;
  display: block;
  margin-bottom: 10px;
}

[id*="bloc"] .btn-rdv {
  margin-top: 2rem;
}

[id*="bloc"] .row-btn .btn-rdv {
  margin-top: 0;
}

h2,
.title-2 {
  margin: 0 0 1.5rem;
}

#bloc-02 {
  padding-top: 0;
}

/* *************************************ENCART CONTACT*********************************************** */
#encart-contact {
  position: relative;
}

#encart-contact::before {
  position: absolute;
  content: "";
  width: 150%;
  height: 100%;
  left: -25%;
  top: 0;
  z-index: -1;
  background: linear-gradient(
      hsla(221, 35%, 21%, 0.9),
      hsla(221, 35%, 21%, 0.9)
    ),
    url(../assets/gifs/bg-contact.jpg);
  background-size: cover;
}

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

#encart-contact address {
  margin: 0;
}

#encart-contact .title-2 {
  font-size: 33px;
}

#encart-contact .col-cabinet-contact {
  max-width: 311px;
}

#encart-contact .btn-cabinet a {
  background-color: hsla(206, 59%, 86%, 1);
  border: 1px solid hsla(206, 59%, 86%, 1);
  color: var(--text-color);
}

#encart-contact .row-btn:has(.tel) {
  margin: 1.5rem 0;
}

.col-cabinet-contact .bold {
  margin-bottom: 12px;
}

.col-cabinet-contact {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

#encart-contact .btn-rdv {
  margin-top: 0;
}

@media screen and (max-width: 992px) {
  .col-cabinet-contact {
    margin-top: 2rem;
  }
}

/* ***********************************************AVIS********************************************* */
.encart-avis .title-2 {
  margin: 0 auto 3rem;
}

.avis-card .avis-card-text {
  margin-left: 80px;
  margin-top: 0.5rem;
}

.avis-encart-card .row {
  flex-wrap: nowrap;
}

.avis-encart-card-date {
  font-size: 11px;
  line-height: 13.2px;
}

.avis-encart-card {
  padding: 1.5rem;
  background: var(--bg-encart-text);
  border-radius: calc(var(--border-radius) / 2);
}

.avis-name {
  line-height: 24px;
  margin-top: 0.5rem;
}

.encart-avis .show-more {
  display: none;
}

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

/* ********************************************BLOC 03 et tous les blocs qui ont la class text-blue ******************************/
.text-blue .col:has(p) {
  border-radius: var(--border-radius);
  background-color: var(--bg-text);
}

#bloc-05 {
  margin-top: 2rem;
}

#bloc-07 {
  margin-bottom: 2rem;
}

@media screen and (min-width: 993px) {
  .index-page main .section.text-blue {
    padding: 63px 0;
  }

  .text-blue .col:has(p) {
    padding: 60px 40px;
    z-index: 2;
    position: relative;
  }

  .text-blue .col:has(img) {
    position: relative;
  }

  .text-blue img {
    position: absolute;
    max-width: none;
    height: calc(100% + 126px);
    right: 12px;
    top: -63px;
    z-index: 0;
    width: 156%;
  }

  #bloc-05 {
    margin-top: 120px;
  }

  #bloc-07 {
    margin-bottom: 120px;
  }
}

@media screen and (max-width: 992px) {
  [id*="bloc"] img {
    display: block;
    width: auto;
    margin: 2rem auto;
  }
}

/* ***************************************ACTUALITES*********************************** */
#encart-actualites {
  background-color: var(--bg-bloc);
}

#encart-actualites .title-2 {
  margin-bottom: 60px;
}

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

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

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

.actualites-card-image {
  height: 324px;
  border-radius: var(--border-radius);
  overflow: hidden;
  position: relative;
}

.actualites-card-image a,
.actualites-card-image img {
  border-radius: var(--border-radius);
  transition: 0.6s;
}

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

.actualites-card:hover .actualites-card-image a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: hsla(221, 35%, 21%, 0.4);
  border-radius: var(--border-radius);
  left: 0;
  top: 0;
  z-index: 2;
}

#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-detail #listing-autres-actus-categorie {
  background-color: var(--text-color-90);
  padding: 1rem;
  border-radius: var(--border-radius);
}

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

@media screen and (min-width: 601px) {
  .actualites-listing .recherche_actu #input_recherche_actu {
    width: calc(100% - 6.25rem);
  }
}

/* ******************************encart-map-cabinet************************ */
.encart-map-cabinet {
  background-color: var(--bg-text);
}

.encart-map-cabinet iframe {
  width: 100%;
  height: 421px;
}

.slick-cabinet .slick-prev .slick-prev-icon:before {
  content: url("../assets/gifs/slick-next.svg");
  opacity: 1;
}

.slick-cabinet .slick-next .slick-next-icon:before {
  content: url("../assets/gifs/slick-prev.svg");
  opacity: 1;
}

.slick-cabinet .slick-prev .slick-prev-icon,
.slick-cabinet .slick-prev .slick-next-icon,
.slick-cabinet .slick-next .slick-prev-icon,
.slick-cabinet .slick-next .slick-next-icon {
  opacity: 1;
}

.slick-cabinet .slick-prev,
.slick-cabinet .slick-next {
  top: 215%;
}

.slick-cabinet .slick-prev {
  left: 0;
}

.slick-cabinet .slick-next {
  right: 10rem;
}

.slick-cabinet .slick-dots {
  width: auto;
}

.slick-cabinet .slick-dots li.slick-active button .slick-dot-icon:before {
  border-radius: 37px;
  width: 60px;
  height: 8px;
  background-color: hsla(214, 51%, 53%, 1);
  content: "";
}

.slick-cabinet .slick-dots li .slick-dot-icon:before {
  color: hsla(205, 58%, 68%, 1);
}

.slick-cabinet .slick-dots li.slick-active button {
  width: 60px;
}

.slick-cabinet .slick-dots li button .slick-dot-icon:before {
  font-size: 0.5rem;
}

.slick-cabinet .slick-dots li {
  margin: 0 -17px;
}

.slick-cabinet .slick-dots li.slick-active {
  margin: 0 5px;
}

@media screen and (max-width: 1229px) and (min-width: 993px) {
  .slick-cabinet .slick-next {
    right: 7rem;
  }
}

/* *************************************************FOOTER********************************* */
footer {
  background-color: var(--bg-bloc);
}

body:not(.index-page) footer .section.footer-1 {
  padding: 2rem 0 1.5rem;
}

@media screen and (min-width: 993px) {
  #footer-nav .nav > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin: 1rem 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;
}

.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 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
}

footer .no-menu {
  display: none;
}

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

.footer-2 {
  padding: 24px 0 48px;
}

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

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

/* ****************************************PAGES INTERNES******************************** */

.contact-hero .title-2 {
  font-size: 35px;
  margin: 0;
  line-height: normal;
  color: #fff;
  padding: 0;
}

.contact-hero p.intro {
  color: #fff;
}

.contact-page .s-middle {
  flex-wrap: nowrap;
  height: 100%;
}

.contact-page .s-stretch {
  flex-wrap: nowrap;
}

.contact-page .map-container iframe {
  max-height: 300px;
}

.contact-page .map-container {
  margin-bottom: 2rem;
}

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

.page-interne #container {
  padding: 0;
}

.page-interne .hero-bg,
.hero-interne {
  position: relative;
}

.actualites-detail .hero-interne {
  padding: 88px 0 56px;
  margin-top: 3rem;
}

.actualites-detail .hero-interne h1 {
  margin: 0;
}

.contact-hero {
  background: linear-gradient(hsla(26, 35%, 20%, 0.6), hsla(26, 35%, 20%, 0.6)),
    url("../assets/gifs/slider/slide-01.jpg");
  background-size: cover;
}

.plan-site h1 {
  margin-bottom: 2rem;
}

.page-interne .hero-bg::before,
.hero-interne::before {
  position: absolute;
  content: "";
  background: linear-gradient(hsla(26, 35%, 20%, 0.6), hsla(26, 35%, 20%, 0.6)),
    url("../assets/gifs/slider/slide-01.jpg");
  background-size: cover;
  width: 160%;
  left: -23%;
  max-width: 1920px;
  top: 0;
  height: 100%;
  z-index: -1;
}

.page-interne .ac-include .container {
  width: 100%;
}

.page-interne p > em {
  display: block;
  text-decoration: none;
  font-style: normal;
  padding: 20px;
  border-radius: calc(var(--border-radius) / 2);
  background-color: var(--bg-encart-text);
  margin-top: 3rem;
}

.page-interne p > em::before {
  content: " À noter";
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0px;
  display: block;
  margin-bottom: 10px;
}

.page-interne main .btn-rdv {
  margin-top: 1.5rem;
}

.page-interne .sc-content .ac-doubleColonne .clear_both {
  margin-bottom: 2.35rem;
}

body:has(.hero-interne) main > .section {
  padding-top: 0;
}

.actualites-listing main > .section {
  margin-top: -2rem;
}

.actualites-detail main > .section {
  margin-top: -4rem;
}

.hero-interne {
  margin-bottom: 2rem;
}

.page-interne .title-1,
.hero-interne .title-1 {
  margin: 0;
}

.bloc-border > section {
  border: 1px solid var(--accent-color);
  padding: 0 1rem 1rem;
  border-radius: var(--border-radius);
}

.ac-doubleColonne img {
  border-radius: var(--border-radius);
}

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

  .contact-hero {
    padding: 3rem 0;
  }

  .page-interne .sc-content .ac-doubleColonne .ac-colonne_1 img {
    width: 90%;
    margin-right: auto;
  }

  .page-interne .sc-content .ac-doubleColonne .ac-colonne_2 img {
    width: 90%;
    margin-left: auto;
  }

  .sc-content img.height-100 {
    height: 100%;
    object-fit: cover;
  }

  .actualites-detail .hero-interne {
    padding: 242px 0 89px;
  }

  .page-interne .hero-bg,
  .hero-interne {
    padding: 10% 0;
  }

  .page-interne h1 {
    font-size: 45px;
  }

  body:not(.index-page) h1,
  .hero-interne .title-1 {
    letter-spacing: 0px;
    margin: 0 0 0;
  }

  body.plan-site h1 {
    margin-bottom: 2rem;
  }

  .contact-page .intro {
    margin-bottom: 0;
  }

  .ac-doubleColonne p:last-of-type {
    margin-bottom: 0;
  }

  .page-interne .sc-content img {
    height: 100%;
    object-fit: cover;
  }

  .page-interne .sc-content .ac-stat.ac-doubleColonne img {
    height: auto;
    width: auto;
    margin: auto;
  }

  .page-interne .sc-content .ac-doubleColonne.bloc-h2 {
    align-items: center;
  }

  .page-interne .sc-content .clear_both,
  #container .sc-content #relance {
    margin-bottom: 6.35rem;
  }
}

@media screen and (max-width: 992px) {
  .bloc-border > section {
    margin-bottom: 1.5rem;
  }

  footer .title-4,
  .title-contact {
    font-size: 20px;
  }

  .page-interne .ac-stat .ac-colonne {
    margin-bottom: 1rem;
  }

  [class*="actualites"] main > .section {
    margin-top: -1rem;
  }

  .page-interne .hero-bg,
  .hero-interne,
  .contact-hero {
    padding: 10% 0;
  }

  h1,
  .title-1 {
    font-size: 30px;
    line-height: 39px;
  }

  h1 span,
  h1.h1-geoloc span {
    font-size: 20px;
    line-height: 30px;
  }

  h2,
  .title-2 {
    font-size: 23px;
    line-height: normal;
  }

  h2,
  .title-3 {
    font-size: 24px;
  }

  .page-interne #container .ac-doubleColonne .ac-colonne img {
    width: auto;
    margin: 1rem auto;
  }
}

@media screen and (max-width: 600px) {
  .row-btn {
    flex-direction: column;
    row-gap: 1rem;
    align-items: normal;
  }

  [class*="btn"] .accent.btn {
    font-size: 13px;
    padding: 10px 14px;
  }
}

/* AJOUT ~~ ---------- */
@media screen and (min-width: 993px) {
  .header-content #main-nav ul li:not(li:last-child) {
    margin-right: 5px;
  }
}
/* FIN AJOUT ~~ ---------- */

#main-nav .firstLi:not(:last-child) {
    border-right: 1px solid #ccc; /* couleur et épaisseur du trait */
    padding-right: 10px; /* espace avant le trait */
    margin-right: 10px; /* espace après le trait */
}

img.img-trouble{
  width: 100%!important;
  height: 800px!important;
}