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

  --accent-h: 348; /* hue */
  --accent-s: 73%; /* saturation */
  --accent-l: 36%; /* lightness */

  --text-h: 23; /* hue */
  --text-s: 45%; /* saturation */
  --text-l: 28%; /* lightness */

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

  --primary-font: "poppins";
  --secondary-font: "the-seasons";

  --h1-font-size: 3.8125rem;
  --h2-font-size: 2.375rem;
  --h3-font-size: 2.0625rem;
  --headings-line-height: 1.333333;
  --link-color: var(--primary-color-40);
  --border-radius: 0.25rem;
  --button-border-radius: 2.5rem;
}

div#blocHorsLigne {
    z-index: 999 !important;
}

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

[class*="btn"] .accent.btn {
    color: var(--background-color);
}

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

.contact-page [id*="formulaire"] .btn.primary {
    border-color: var(--accent-color);
    background-color: var(--accent-color);
    border: 2px solid var(--accent-color);
}

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

[class*="btn"] a.btn:not(.accent),
 [id*="formulaire"] .btn.primary {
    color: rgba(50, 36, 29, 1);
    background: rgba(249, 168, 172, 1);
}

[class*="btn"] a.btn:not(.accent):hover,
[id*="formulaire"] .btn.primary:hover {
    background-color: var(--accent-color);
    color: #fff;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6,
h1 span,
h1.h1-geoloc span,
[class*="title"] {
  font-family: var(--secondary-font);
  font-weight: 700;
}
h2,
h3,
h4,
h5,
h6 {
  color: var(--accent-color);
}

/* ********************************************HEADER****************************************** */

@media screen and (min-width: 993px) {
  .header-content .nav > ul {
    gap: 18px;
  }
  .header-contact {
    display: flex;
    align-items: center;
    gap: 9px;
  }
  .fold .index-contact {
    display: none;
  }
  .header-content .main-header-content .col-menu {
    padding: 0;
  }
  .header-content .contact-link {
    display: none;
  }
  .main-header-content {
    padding: 1.5rem 0;
  }
  .header-content .nav ul li.sous_menu ul.dropdown li a {
    font-size: 14px;
  }
  .header-content .nav ul li.sous_menu a::after {
    text-decoration: none;
  }
   /* Hover / Selected underline animation */
  .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 > a::after {
        content: url(../assets/gifs/after-nav.svg);
    }

  /* Link hover colours */
  .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);
  }
  .header-content .nav#main-nav > ul > li > a, .header-content .nav#topbar-nav > ul > li > a, .nav-footer a {position: relative; padding: 4px 0;color: rgba(55, 31, 19, 1);}
}

@media screen and (max-width: 1200px) and (min-width: 993px) {
  .header-content .nav#main-nav > ul > li > a {
    padding: 1em 0.5rem;
    font-size: 14px;
  }
  .header-content .brand .col {
    width: 250px;
  }
  .header-content .btn-contact a.btn {
    padding: 8.5px 1rem;
    font-size: 13px;
  }
}

@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: 5.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;
  }
}
/* ******************************************* BLOC 01+02+03*********************************************** */

.index-page .title-1 {
    line-height: 100%;
    letter-spacing: 0px;
    margin: 0 0 1.5rem;
    color: #a07861;
    opacity: 0.4;
    font-size: 37px;
}
.index-page .title-1 span{
margin: 0;
}
h1.h1-geoloc span::before,
.title-1.h1-geoloc span::before {
  display: none;
}

h1.h1-geoloc span,
.title-1.h1-geoloc span {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  display: inline-block;
}

h1 {
  margin: 0;
}
h1.h1-geoloc span {
  margin-top: 10px;
  font-size: 24px;line-height: 31px;display: block;
  }

.index-page h1 {
  margin: 0 0 1.5rem;
  color: var(--accent-color);
}

#bloc-01 {
  padding-top: 41px;padding-bottom: 0;
  position: relative;background: rgba(250, 247, 246, 1);
}
.title-1 {
    margin: 0; color: var(--accent-color); font-size: 45px;
  }
@media screen and (min-width: 993px) {
  .index-page .title-1 {    
    margin: 0 0 1.5rem;   
    font-size: 127px;
}
  .content-b03 {
    column-count: 2;
    gap: 136px;
  }
  #bloc-01:before, .encart-formulaire:before{
    content: "";
    position: absolute;
    background: url(../assets/gifs/before-b01.png);
    width: 1920px;
        height: 320px;
        bottom: 71px;
        z-index: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
  }
  .encart-formulaire:before{
   bottom: 301px;
        z-index: -1; left: -20%;   
  }
  #bloc-01 img {position: relative;z-index: 1;}
  .title-1 {
    margin: 0;font-size: 45px;
  }
  .title-1 span{
         font-size: 70px;
        text-align: right;
        margin-top: -30px;
        margin-bottom: 0;
        line-height: 90px;
}
   .index-page main .section {
        padding: 120px 0;
    }
  
  .index-page h1 {
    line-height: 61px;
  }
}
/* *********************************************** point fort ********************************************* */
.points-forts {
  background: rgba(245, 239, 235, 1);
  padding: 10px 0;
}
.card-pf {
    display: flex;
    align-items: center;
    flex-direction: column; padding: 48px 42px;
}

.card-pf .title-4 {
    margin: 20px 0 16px 0;
    font-size: 24px;
}

/* ************************************************ENCART CONTACT **********************************************/
#encart-contact{
  padding: 100px 0;
}
.title-2, h2 {
    margin: 0 auto 1.5rem;
}
.index-page #encart-contact {
   background: linear-gradient(hsla(348, 73%, 36%, 0.9), hsla(348, 73%, 36%, 0.9)), url(../assets/gifs/bg-contact.jpg);
    background-size: cover;
}

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

.page-interne #encart-contact::before {
    position: absolute;
    content: "";
    width: 500%;
    height: 100%;
    left: -200%;
    top: 0;
    z-index: -1;
    background: linear-gradient(hsla(348, 73%, 36%, 0.9), hsla(348, 73%, 36%, 0.9)), url(../assets/gifs/bg-contact.jpg);
    background-size: cover;
}

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

#encart-contact .reseaux-sociaux {
    margin: 26px 0;
}
.text-b {
    font-weight: 600;
    margin: 24px 0;
}
#encart-contact p {
    margin-bottom: 1.5rem;
}

#encart-contact address {
    margin: 0;
}

.card-contact .text-b {
    margin: 0 0 12px;   
}

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

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

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

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


/* ***********************************************AVIS********************************************* */

.encart-avis {
  background-color: rgba(250, 247, 246, 1);
  position: relative;
}

.index-page .title-2 {
  color: var(--accent-color);
}

@media screen and (min-width: 993px) {
  .index-page main .section.encart-avis {
    padding: 80px 0;
  }
  .slick-avis {
    margin-bottom: 0;
}
}

@media screen and (max-width: 992px) {
  .encart-avis {
    margin-bottom: 5rem;
  }
  .encart-avis::after {
    bottom: -94px;
  }
}

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

.avis-card .avis-card-text {
  margin-left: 80px;
  margin-top: 0.5rem;
  color: hsla(207, 7%, 24%, 1);
}

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

.avis-encart-card-date {
  font-size: 11px;
  line-height: 13.2px;
  color: hsla(0, 1%, 47%, 1);
}

.avis-encart-card {
  padding: 16px;
}

.avis-name {
  line-height: 24px;
  margin-top: 0.5rem;
  color: hsla(200, 8%, 15%, 1);
}

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

.encart-avis .avis-card.js-more .avis-card-text::after {
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1)
  );
}
/* *****************************************************ENCART CONTACT ****************************************************/
/* **************************BLOC 02 **************************************************************/

.img-b03 {
    margin-bottom: 48px;
}

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

[id*="bloc"] p > u {
  display: block;
  text-decoration: none;
  padding: 14px;
  border: 1px solid var(--primary-color);
  border-radius: 4px;
}


.encart-table {
    background: rgba(251, 248, 241, 1);
    border-radius: 40px;
    padding: 40px 20px;
    text-align: center;margin-top: -20px;
    z-index: 1;
    position: relative;
}
.title-cafe{
  color: var(--accent-color);font-size: 33px;line-height: 42px;
}
.note-cafe {font-weight: 600;}
.encart-table a{
  padding: 12px 24px;
  border: 2px solid rgba(131, 24, 49, 1);
  border-radius: 80px;display: inline-block;margin-top: 20px;text-decoration: none;
}
.cafe-right {
    margin: 20px 0;
}


@media screen and (min-width: 993px) {
.cafe-right {
    margin: 0;
}
.cafe-right img {
    margin-left: 147px;
}
.cafe-right .encart-table {
    max-width: 314px;
    margin-top: -266px;
}
.cafe-left{
  position: relative;
}
.encart-table a:before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.encart-table:hover {
  background: rgba(254, 229, 229, 1);
}
.encart-table:hover a{
  background: rgba(73, 8, 21, 1);color: var(--background-color);
}
.cafe-left:before{
  content: "";
  position: absolute;
  background: url(../assets/gifs/liaison.png);
          width: 528px;
        height: 549px;
        z-index: -1;
        left: -232px;
        top: 62px;
}
.cafe-left img{
margin-top: 170px;
margin-right: 147px;
}
.cafe-left .encart-table { 
  position: absolute;max-width: 314px;
  top: 20px;
  right: 0;
}

}

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

#encart-actualites {
  background: rgba(254, 242, 242, 1);
}

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

.actualites-card-image {
  overflow: hidden;
  border-radius: 100%;
}

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

.card-image a {
  position: relative;
}

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

.actualites-card:hover .card-image a::before {
  height: 241px;
}

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

.actualites-card-title a {
  text-decoration: none;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0px;
}

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

.actualites-date {
  margin-bottom: 0.5rem;
}

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

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

#encart-prestations{
  position: relative;
}
#encart-prestations a {
  text-decoration: none;
}
.encart-text {
  max-width: 872px;margin-left: auto; margin-right: auto;
}
.slick-prestations, .slick-actualites {
  margin-top: 50px;
}
.prestations-card-content, .prestations-card-content  a {
    text-align: center;
    font-size: 28px;
    font-family: var(--secondary-font);
    font-weight: 700;
    color: var(--accent-color);line-height: 36px;
} 
.prestations-card-image {
    position: relative;
    margin-bottom: 20px;
}
.prestations-card-image a::before {
    background: rgba(245, 239, 235, 0.9);height: 100%;
    border-radius: 100%; opacity: 0;
}
.link-prest {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    color: rgba(73, 8, 21, 1);
    font-weight: 700;
    font-size: 24px;
    opacity: 0;
}
.prestations-card:hover .prestations-card-image a::before, .prestations-card:hover .link-prest  {
  opacity: 1;
}


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

#encart-prestations:before, #encart-prestations:after, #bloc-02:before{
content: "";
position: absolute;
background: url(../assets/gifs/before-interne.png);
width: 86px;
height: 700px;
background-repeat: no-repeat;
top: 0;
}
#bloc-02:before{
  top:90px
}
#encart-prestations:after{
  transform: rotate(180deg);        right: 0;
        top: 83px;
}

}

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

footer {
  background-color: var(--accent-color);
  position: relative;
  color: rgba(250, 247, 246, 1);
}

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: 1.5rem 0;
  }
  footer #footer-nav .nav ul li.sous_menu ul.dropdown {
    bottom: 100%;
  }

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

@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: 16px;font-family: var(--primary-font);
  line-height: 24px;
  margin: 0 0;
  color: rgba(254, 242, 242, 1);
}

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

#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, #bloc-02 {
  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: 10px 0 39px;
}

.footer-2 nav a,
.page-404 footer a {
  font-weight: 700;
  line-height: 24px;
  color: rgba(250, 247, 246, 1);
}

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

/* ****************************************PAGES INTERNES******************************** */
.contact-form {
    padding: 24px 0 24px 55px;
    color: rgba(73, 8, 21, 1);
}
.encart-formulaire .reseaux-sociaux {
  margin-top: 30px;
}
.encart-formulaire .reseaux-sociaux svg path {
    fill: rgba(73, 8, 21, 1);
}
form label {
    color: rgba(103, 63, 39, 1);
    font-weight: 600;
    line-height: 24px;
}
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{
  border-color: rgba(182, 26, 53, 1);
}
.bloc-form {
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1);
    background: rgba(254, 242, 242, 1);
    border-radius: 20px;
    padding: 60px 15px;
}
.cards .ac-colonne {
    border-radius: var(--button-border-radius);
    border: 1px solid var(--accent-color);
    background: rgba(250, 247, 246, 1);
    padding: 10px var(--button-border-radius);
    margin: 10px 0;
}
.bg-notes {
    background: rgba(245, 239, 235, 1);
    border-radius: var(--button-border-radius);
    margin: 25px 0;
    padding: 15px var(--button-border-radius);
} 

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

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

.contact-page h1,
.contact-hero .title-2,
.devis-page h1 {
  margin: 0;
  line-height: normal;
}

#encart-contact .title-2 {
  color: #fff;
}

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

.page-interne .ac-doubleColonne h2 {
  margin: 0 0 12px;
}

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

.page-interne .hero-bg,
.hero-interne {
  padding: 88px 0;
  position: relative;
}

.actualites-detail .hero-interne {
  padding: 73px 0 56px;
}

.contact-hero {
  background: rgba(250, 247, 246, 1);
}

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

.page-interne .hero-bg::before,
.hero-interne::before {
  position: absolute;
  content: "";
  background: url("../assets/gifs/before-tt1.png"),
    linear-gradient(rgba(250, 247, 246, 1), rgba(250, 247, 246, 1));
  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 .sc-content .ac-doubleColonne .clear_both {
  margin-bottom: 2.35rem;
}

.sc-content .ac-doubleColonne .ac-colonne img {
  border-radius: var(--button-border-radius);
}

.hero-interne p {
  margin: 0;
}

.page-interne h1 {
  margin: 0;
}

.ac-1v1 .ac-colonne {
  padding: 20px;
  border: 2px solid var(--primary-color);
}

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

.hero-bg span {
  font-weight: 700;
}

@media screen and (min-width: 993px) {
  .bloc-form {
    padding: 60px 80px;
}
  .divGenerateur label.optional {
    display: none;
}
  .encart-formulaire {position: relative;}
  
  [class*="btn"] a.btn:not(.accent), .index-page [id*="formulaire"] .btn.primary {width: auto;}
  .cp_ville {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
  .page-interne .ac-doubleColonne:has(img) .ac-colonne:nth-of-type(2):has(img) img {
        max-width: 536px;margin-left: auto;
    }
    .page-interne .ac-doubleColonne:has(img) .ac-colonne:nth-of-type(1):has(img) img {
        max-width: 536px;margin-right: auto;
    }
    .page-interne .ac-doubleColonne .ac-colonne .btn-contact {margin-top: 32px };
      .header-content {
        background: rgba(250, 247, 246, 1);
      }
  .actualites-detail h1 {
    line-height: 63.2px;
    font-size: 40px;
  }

  .actualites-detail .hero-interne {
    margin-top: -2rem;
  }
  .page-interne h1 {
    font-size: 60px;
  }
  .page-interne h1 span {
    margin: 0;
    font-weight: 400;
    font-size: 35px;
    line-height: 43.2px;
    letter-spacing: 0px;
  }
  body:not(.index-page) h1,
  .hero-bg span,
  .hero-interne .title-1 {
    line-height: 51.2px;
    font-weight: 700;
    letter-spacing: 0px;
  }
  .contact-page .intro {
    margin-bottom: 0;
  }
  .page-interne .ac-include > .section,
  .page-interne .bloc-bg {
    padding: 100px 0;
  }
  .ac-doubleColonne p:last-of-type {
    margin-bottom: 0;
  }
  .page-interne .sc-content img {
    height: 100%;
    object-fit: cover;
  }
   .page-interne .encart-formulaire img{
            height: auto;
   }
  .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 {
    margin-bottom: 6.35rem;
  }
  .page-interne .sc-content .clear_both,
  #container .sc-content #relance {
    margin-bottom: 6.35rem;
  }
}

@media screen and (max-width: 992px) {
  .page-interne .ac-stat .ac-colonne {
    margin-bottom: 1rem;
  }
  [class*="actualites"] main > .section {
    margin-top: -3rem;
  }
  .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: 27px;
  }
  h2,
  .title-3 {
    font-size: 24px;
  }
  body[class*="listing"] .hero-interne .title-marketing,
  .hero-bg span {
    font-size: 32px;
  }
  .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;
  }
}