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

  --accent-h: 40;
  /* hue */
  --accent-s: 45%;
  /* saturation */
  --accent-l: 61%;
  /* lightness */

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

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


  --color-bg-light: #FAF8F2;
  /* lightness */

  --primary-font: 'Inter', sans-serif;
  --secondary-font: 'Libre Caslon Text', serif;

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

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

  --border-radius: 0;
  --button-border-radius: 0;
}

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

[class*="btn"] .accent.btn {
  color: hsla(0, 0%, 10%, 1);
}

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

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

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

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

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

@media screen and (min-width: 993px) {
  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;
    bottom: 0%;
    transition: 0.5s;
    height: 100%;
    padding: .85rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  a.btn:has(.content):hover .content {
    bottom: 101%;
  }
}

@media screen and (min-width: 601px) {

  a.btn,
  .btn.primary {
    width: auto;
  }
}

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

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

.brand a:hover {
  opacity: .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-family: var(--secondary-font);
  font-weight: 400;
}

.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 a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

/* 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(0, 0%, 0%, 0.5), hsla(0, 0%, 0%, 0.5)), url('../assets/gifs/slider/slide-01.jpg');
  background-size: cover;
  background-position: center;
}

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

.slick-slider {
  margin-bottom: 0;
}

/* ********************************************HEADER****************************************** */
#blocHorsLigne {
  z-index: 999 !important;
}

@media screen and (min-width: 993px) {
  a.lien-maps:hover {
    text-decoration: underline;
  }

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

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

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

  .header-content .nav#main-nav>ul>li>a {
    color: #fff;
    padding: 1rem .5rem;
  }

  .index-page .header-content,
  .contact-page .header-content,
  .page-interne .header-content,
  .actualites-detail .header-content,
  .actualites-listing .header-content {
    background-color: transparent;
  }

  .index-page,
  .contact-page,
  .page-interne,
  .actualites-detail,
  .actualites-listing {
    padding-top: 0 !important;
  }

  .sticky-active .header-content,
  body:not(.index-page):not(.contact-page):not(.page-interne):not(.actualites-detail):not(.actualites-listing) .header-content {
    background-color: #000;
  }

  .main-header-content {
    padding: 1.5rem 0;
  }

  .header-content .nav ul li.sous_menu ul.dropdown>li a {
    font-size: 12px;
    color: #000;
  }

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

@media screen and (min-width: 993px) and (max-width: 1440px) {
  .main-header-content .row-menu {
    justify-content: center;
  }

  .header-content .nav#main-nav>ul>li>a {
    padding: 1rem .3rem;
    font-size: 12px;
  }

  .main-header-content .brand .col {
    width: 90px;
  }

  .main-header-content .btn-contact a.btn .content {
    font-size: 13px;
    padding: .85rem 1rem;
  }
}

@media screen and (max-width: 992px) {
  header {
    background-color: #000;
  }

  .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 .brand .col {
    width: 80px;
  }

  .menu-mobile {
    height: 5.625rem;
    background-color: #000;
  }

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

}

@media screen and (max-width: 500px) {

  .header-content .nav>ul>.sous_menu.opened>a,
  .header-content .nav .dropdown>.sous_menu.opened>a {
    width: calc(100% - 9rem);
  }
}

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

/* *******************************************SLIDE******************************************** */
.slide-content {
  padding: 20% 0 10%;
}

.slide-content .bloc-contact {
  background: hsla(0, 0%, 0%, 0.3);
  backdrop-filter: blur(50px);
  border: 2px solid hsla(0, 0%, 100%, 0.7);
  padding: 68px 24px;
}

.card-contact-slide {
  margin-bottom: 30px;
}

.card-contact-slide .bold {
  margin-bottom: 12px;
}

.title-1 {
  margin: 0 0 12px;
}

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

@media screen and (max-width: 992px) {

  .slide-content .bloc-contact {
    max-width: 320px;
    margin: auto;
  }

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

/* ***********************************************POINTS FORTS***************************** */
.pf-card {
  padding: 3rem;
}

.pf-title {
  margin: 20px 0 1rem;
  min-height: 66px;
}

@media screen and (min-width: 993px) {
  .index-page main .section.encart-points-forts {
    padding-top: 1.5rem;
  }

  .slick-pf>.col:not(:last-of-type) .pf-card {
    position: relative;
  }

  .slick-pf>.col:not(:last-of-type) .pf-card::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 200px;
    background-color: hsla(0, 0%, 82%, 1);
    right: 12px;
    top: calc(50% - 100px);
  }
}

@media screen and (max-width: 1210px) {
  .pf-card {
    padding: 3rem 1rem;
  }
}

/* ********************************************BLOC 01************************************* */
#bloc-01 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%), url(../assets/gifs/bg-01.jpg);
  background-size: cover;
}

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

h1 {
  margin: 0 0 1.5rem;
}

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

  .index-page h1 {
    position: relative;
    padding-left: 112px;
    margin-bottom: 3rem;
  }

  .index-page h1::before {
    position: absolute;
    content: "";
    background-image: url(../assets/gifs/before-h1.png);
    width: 88px;
    height: 242px;
    left: 0;
    top: calc(50% - 117px);
  }
}

/* ****************************************PRESTATIONS***************************************** */
#encart-prestations {
  background-color: var(--color-bg-light);
  padding-bottom: 0;
}

#encart-prestations .title-2 {
  margin: 0 0 20px;
}

.row-title {
  margin-bottom: 4rem;
}

.prestations-card-content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  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%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem;
}

.prestations-card-title a {
  color: #fff;
  text-decoration: none;
}

.prestations-card-content .card-text {
  margin: 12px 0 20px;
}

@media screen and (min-width: 993px) {
  #encart-prestations .row-title .col {
    position: relative;
  }

  #encart-prestations .row-title .col::before,
  #encart-prestations .row-title .col::after {
    position: absolute;
    content: "";
    background-image: url(../assets/gifs/before-h1.png);
    width: 88px;
    height: 242px;
    left: -88px;
    top: calc(50% - 144px);
  }


  #encart-prestations .row-title .col::after {
    left: 100%;
  }

  .card-image {
    overflow: hidden;
  }

  .card-image img {
    transition: .6s;
  }

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

/* ***********************************************AVIS********************************************* */
.encart-avis {
  position: relative;
}

.encart-avis::before {
  position: absolute;
  content: "";
  width: 500%;
  height: 100%;
  left: -200%;
  top: 0;
  z-index: -1;
  background-color: var(--color-bg-light);
}

.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: hsla(0, 0%, 100%, 0.3);
  border: 2px solid hsla(0, 0%, 100%, 1);
  backdrop-filter: blur(50px);
}

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

.encart-avis .align-right {
  margin-top: -2rem;
  width: fit-content;
  margin-left: auto;
}

.encart-avis .card .show-more {
  font-weight: 600;
  line-height: 24px;
  z-index: 2;
  position: relative;
  padding-left: 1rem;
  padding-top: 0;
  background: var(--color-bg-light);
}

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

/* *****************************************BLOC 02******************************************* */
[id*="bloc"] p>u {
  text-decoration: none;
  display: block;
  color: #fff;
  padding: 1.5rem;
  background-color: var(--primary-color);
}

#bloc-02 {
  background-image: url(../assets/gifs/bg-02.jpg);
  background-size: cover;
}

@media screen and (min-width: 993px) {
  #bloc-02 .col {
    max-width: 592px;
  }

  #bloc-02 img {
    width: 100%;
    display: block;
    margin-bottom: 3rem;
  }
}

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

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

#encart-contact::before {
  position: absolute;
  content: "";
  width: 500%;
  height: 100%;
  left: -200%;
  top: 0;
  z-index: -1;
  background: var(--accent-color);
}

#encart-contact .title-2 {
  margin: 0 0 1.5rem;
}

#encart-contact .reseaux-sociaux {
  margin: 26px 0;
}

#encart-contact p {
  margin-bottom: 1.5rem;
}

#encart-contact address {
  margin: 0;
}

#encart-contact .btn-contact a {
  border: 2px solid #000;
}

#encart-contact .card-contact-ville {
  padding: 24px;
  border: 2px solid #FFFFFFB2;
  backdrop-filter: blur(18px);
  background: #FFFFFF4D;
}

#encart-contact .title-3 {
  font-size: 1rem;
  font-weight: 600;
  font-family: var(--primary-font);
  margin: 0 0 12px;
}

#encart-contact .card-contact {
  margin-bottom: 30px;
}

#encart-contact .btn-contact {
  margin-bottom: 2rem;
}

@media screen and (min-width: 993px) {
  #encart-contact .card-contact-ville {
    max-width: 312px;
    height: 100%;
  }

  .col-contact::before {
    position: absolute;
    content: "";
    width: 424px;
    height: 479px;
    left: 100%;
    top: -68px;
    z-index: -1;
    background-image: url(../assets/gifs/bg-contact.png);
  }
}

@media screen and (max-width: 992px) {
  #encart-contact .card-contact-ville {
    max-width: 320px;
    margin: auto;
  }
}

/* *************************************BLOC 04 & 05****************************************** */
#bloc-04 {
  background-image: url(../assets/gifs/bg-04.jpg);
  background-size: cover;
}

#bloc-05 {
  background-image: url(../assets/gifs/bg-05.jpg);
  background-size: cover;
}

#bloc-07 {
  padding: 0;
}

/* ***************************************ACTUALITES*********************************** */
#encart-actualites {
  padding-top: 0;
}

.actualites-card-content {
  position: absolute;
  width: calc(100% - 24px);
  left: 12px;
  bottom: 12px;
  padding: 1.5rem;
  background: #00000066;
  border: 1px solid;
  border-image-source: linear-gradient(110.9deg, #FFFFFF -16.08%, rgba(255, 255, 255, 0) 77.64%);
  backdrop-filter: blur(20px);
}

.actualites-card-title a {
  color: #fff;
  text-decoration: none;
}

.actualites-card-text {
  margin: 11px 0 4px;
}

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

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

@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);
}

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

/* ****************************************************FORMULAIRE ***********************************************/
.page-interne .encart-formulaire {
  position: relative;
  background-color: transparent;
}

.page-interne .encart-formulaire::before {
  position: absolute;
  content: "";
  width: 500%;
  height: 100%;
  left: -200%;
  top: 0;
  z-index: -1;
  background-color: hsla(0, 0%, 96%, 1);
}

.bloc-form {
  padding: 3rem;
  height: 100%;
  box-shadow: 0px 4px 24px 0px #0000001A;
}

.encart-formulaire label {
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0%;
}

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

#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 {
  margin-top: 1rem;
  width: 100%;
}

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

@media screen and (min-width: 993px) {
  .bloc-form .title-2 {
    margin-bottom: 3rem;
    font-size: 33px;
  }

  .col-infos iframe {
    height: 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);
  }
}

@media screen and (max-width: 992px) {

  .title-2 br,
  .title-3 br {
    display: none;
  }

  .encart-formulaire .bloc-form {
    padding: 2rem 1rem;
    margin-top: 2rem;
  }

  .col-infos iframe {
    display: block;
    width: 100%;

    margin: auto;
  }
}

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

footer {
  background-color: var(--primary-color);
  color: #fff;
}

footer .text .blod,
footer .text .time-1 {
  margin-bottom: 20px;
}

.footer-text {
  margin-top: 12px;
}

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

footer .no-menu {
  display: none;
}

@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%;
  }

  #footer-nav .row {
    flex-wrap: nowrap;
  }
}

@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;
  line-height: 24px;
  margin: 0 0;
  color: #fff;
}

.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;
  color: var(--accent-color);
}

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

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

footer a:hover,
footer nav a:hover,
.page-404 footer a:hover {
  color: #fff;
  text-decoration: underline;
}

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

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

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

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

.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: 30% 0 10%;
  margin-top: 3rem;
}

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

.contact-hero {
  position: relative;
  background: linear-gradient(hsla(0, 0%, 0%, 0.5), hsla(0, 0%, 0%, 0.5)), url('../assets/gifs/slider/slide-01.jpg');
}

.page-interne .ac-colonne p>em {
  text-decoration: none;
  display: block;
  padding: 1.5rem;
  color: #FFF;
  font-style: normal;
  background-color: var(--primary-color);
}

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

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

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

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

.hero-interne p {
  margin: 0;
}

.page-interne .ac-doubleColonne .ac-doubleColonne {
  margin: 1.5rem 0 0;
}

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 .encart-avis .container,
.page-interne .encart-formulaire .container {
  width: 100%;
}

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

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

.hero-bg .row-btn {
  margin-top: 1.5rem;
}

.ac-colonne:has(img+img) {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}

.sc-content .ac-doubleColonne .ac-colonne:has(p) img {
  display: block;
  margin-top: 1.5rem;
}

.ac-colonne .btn-contact {
  margin-top: 1.5rem;
}

.page-interne .ac-inlink {
  border-radius: var(--border-radius);
}

@media screen and (min-width: 993px) {

  .page-interne .encart-formulaire,
  .page-interne .encart-avis,
  .page-interne #encart-contact {
    padding: 100px 0;
  }

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

  .page-interne .sc-content .ac-doubleColonne .ac-colonne_1 img,
  .ac-colonne_1:has(h2) p,
  .ac-colonne_1:has(h2) ul,
  .ac-colonne_1 h2,
  .ac-colonne_1 .btn-contact {
    width: 95%;
    margin-right: auto;
  }

  .page-interne .sc-content .ac-doubleColonne .ac-colonne_2 img,
  .ac-colonne_2:has(h2) p,
  .ac-colonne_2:has(h2) ul,
  .ac-colonne_2 h2,
  .ac-colonne_2 .btn-contact {
    width: 95%;
    margin-left: auto;
  }

  .page-interne .sc-content .ac-doubleColonne.img-100 img {
    width: 100%;
    object-fit: cover;
    max-height: 350px;
  }

  .actualites-detail .hero-interne {
    padding: 23% 0 7%;
  }

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

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

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

  .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-doubleColonne .ac-colonne:has(p) img {
    height: 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) {
  .hero-bg .btn-contact {
    display: none;
  }

  .bloc-border>section {
    margin-bottom: 1.5rem;
  }

  .page-interne .encart-avis,
  .page-interne .encart-formulaire {
    padding: 3rem 0;
  }

  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: 80px 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;
  }

  .page-interne .bloc-bg {
    padding: 2rem 0;
  }
}

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

  .btn-tel {
    justify-content: center;
  }

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