:root {
  --primary-h: 217; /* hue */
  --primary-s: 22%; /* saturation */
  --primary-l: 28%; /* lightness */

  --accent-h: 40; /* hue */
  --accent-s: 31%; /* saturation */
  --accent-l: 48%; /* lightness */

  --text-h: 330; /* hue */
  --text-s: 1%; /* saturation */
  --text-l: 26%; /* lightness */

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

  --primary-font: 'Manrope', sans-serif;
  --secondary-font: 'Cormorant', serif;
  --font-3: 'Mulish', sans-serif;

  --h1-font-size: 3rem;
  --h2-font-size: 2rem;
  --h3-font-size: 1.5rem;
  --headings-line-height: 1.333333;

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

  --border-radius: 2rem;
  --button-border-radius: 5px;
}
p{
  text-align: justify;
}
#bloc-04 .btn-contact{
  margin-bottom: 20px;
}
#bloc-04{
  text-align: center;
}
[class*="btn"] a.btn {
   padding: 13px 20px;
   font-size: 15px;
}
[class*="btn"] a.btn svg {
  margin-right: 10px;
}
[class*="btn"] .accent.btn {
  border-color: var(--accent-color);
}
.contact-page [id*="formulaire"] .btn.primary {
  border-color: var(--accent-color);
  background-color:var(--accent-color);
  border: 2px solid var(--accent-color);
  color:#FFF;
}
.contact-page [id*="formulaire"] .btn.primary:hover {
  background-color: var(--accent-color-40);
}
[class*="btn"] a.btn:not(.accent),
 [id*="formulaire"] .btn.primary {
  color:var(--accent-color);
  background: transparent;
  border: 2px solid var(--accent-color);
}
#listing-autres-actus-categorie a.btn:not(.accent) {
  color:#FFF;
  background: transparent;
  border: 2px solid #FFF;
}
[class*="btn"] a.btn:not(.accent):hover,
#listing-autres-actus-categorie a.btn:not(.accent):hover,
 [id*="formulaire"] .btn.primary:hover {
  background-color: var(--accent-color);
  color: #fff;
  border: 2px solid var(--accent-color);
}

@media screen and (min-width: 601px) {
  [class*="btn"] a.btn {
  width: fit-content;
 }
}
/* 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: 600;
}
  .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;
  transition: .7s;
}
.card a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* 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(89.93deg, #101B2E 8.33%, rgba(0, 0, 0, 0) 95.93%),url('../assets/gifs/slider/slide-01.jpg');
}
.slide-img.slide-02 {
  background-image: url('../assets/gifs/slider/slide-02.jpg');
}
.slide-img.slide-03 {
  background-image: url('../assets/gifs/slider/slide-03.jpg');
}
.slick-dots li {
  margin: 0 -8px;
}
.slick-slider {
  margin-bottom: 0;
}
.index-page .slide-img {
  background-size: cover;
  background-position: center;
}
/* ********************************************HEADER****************************************** */
@media screen and (min-width: 993px) {
  .header-contact {
    display: flex;
    align-items: center;
    gap: 9px;
  }
 .fold .index-contact,header .contact-link {
    display: none;
  }
  .header-content .main-header-content .col-menu{
    padding: 0;
   }
   .header-content .nav ul li.sous_menu > a::after{
    text-decoration: none;
    content: url(../assets/gifs/down.svg);
   }
   .main-header-content{
    padding: 8px 0;
   }
   .top-bar{
    padding: 11px 0;
    background: hsla(210, 8%, 85%, 0.2);
   }
   .top-bar .lien-maps{
font-size: 12px;
line-height: 21px;
   }
   .top-bar .tel{
font-size: 17px;
font-weight: 900;
line-height: 28px;
font-family: var(--font-3);
   }
   .header-content .lien-maps:hover{
    text-decoration: underline;
   }
   .header-content .nav ul.dropdown  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.dropdown ul.ssdropdown  a{
    font-size: 12px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1437px) {
  .header-content .nav ul li.sous_menu ul.dropdown ul.ssdropdown a{
    font-size: 10px;
  }
  .header-content .brand .col{
    width: 231px;
  }
  .header-content .nav#main-nav > ul > li > a{
    font-size: 12px;
    padding:1rem 0.3rem;
        font-size: 12px;
  }
  .header-content .nav ul li.sous_menu ul.dropdown > li.sous_menu > a{
    font-size: 11px;
  }
  .header-content a.btn{
    font-size: 13px;
    padding: 8px 13px;
  }
  .header-content .main-header-content .col-menu{
    padding: 0;
  }
  .header-content .main-header-content .col-btn{
    padding-left: 8px;
  }
}
@media screen and (max-width: 992px) {
  .slide-content{
    padding-bottom: 3rem;
  }
  .slide-content img{
    margin: 0 auto 1.5rem;
  }
  .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);
  }
  .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 + BLOC 01******************************************** */
@media screen and (min-width: 993px) {
  .slide-content{
    padding: 175px 0;
  }
  h1{
font-size: 51px;
line-height: 70.2px;
  }
  h1.h1-geoloc span, .title-1.h1-geoloc span{
font-size: 42px;
font-weight: 400;
line-height: 70.2px;
margin: .5rem 0 0;
  }
}
h1{
  margin: 0 0 1.5rem;
}
h1.h1-geoloc span::before, .title-1.h1-geoloc span::before {
  display: none;
}
@media screen and (max-width: 992px) {
  .slide-content{
    padding: 120px 0;
  }
}
/* ******************************************BLOC 02 & 3 ******************************************/
h2{
font-size: 50px;
font-weight: 400;
line-height: 53.2px;
margin: 1.5rem 0;
}
.span-title{
font-size: 14px;
font-weight: 400;
line-height: 21px;
display: flex;
align-items: center;
gap: 10px;
}
.span-title.align-center{
  justify-content: center;
}
#bloc-02 .btn-contact{
  margin-top: 111px;
}
@media screen and (max-width: 992px) {
  #bloc-02 .btn-contact{
    margin: 2rem 0;
  }
  h2{
    font-size: 28px;
    line-height: 34.2px;
    }
}
/* *************************************************PRESTATIONS********************************** */
#encart-prestations{
  background: hsla(217, 22%, 26%, .9);
  position: relative;
}
#encart-prestations::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../assets/gifs/bg-prestations.jpg);
  background-size: cover;
  opacity: .9;
  z-index: -1;
}
#encart-prestations p{
  margin-bottom: 1.5rem;
}
.prestations-card{
  display: flex;
  align-items: stretch;
  height: 100%;
}
.prestations-card-title{
  display: flex;
  border-right: 1px solid hsla(0, 0%, 85%, 0.4);
  padding-right: 1rem;
  justify-content: flex-end;
  flex-direction: column-reverse;
  gap: 100px;
}
.prestations-card-title a{
 writing-mode: vertical-rl;
 transform:scale(-1);
  text-decoration: none;
 color: #fff;
font-family: var(--secondary-font);
font-size: 50px;
line-height: 53.2px;
opacity: .5;
}
.prestations-card:hover .prestations-card-title a{
  opacity: .5;
}
.prestations-card-content{
  padding: 27px;
display: flex;
flex-direction: column;
row-gap: 1.5rem;
justify-content: space-between;
}
.prestations-card-content span{
font-family: var(--secondary-font);
font-size: 24px;
line-height: 34.2px;
}
.prestations-card-content .text{
font-size: 15px;
line-height: 24px;
}
.prestations-card.card-1 .card-title a{
  opacity: 1;
}
.prestations-card.card-1 .card-title svg{
  transform: scale(-1);
}
.presta-link{
font-size: 14px;
font-weight: 400;
line-height: 21px;
text-decoration: underline
}
[class*="link"] svg{
  margin-left: 10px;
}
@media screen and (min-width: 993px) {
  .index-page main .section{
    padding: 120px 0;
  }
  .prestations-card:not(.card-1) .card-content{
    display: none;
  }
  .slick-prestations .col:has(.prestations-card.card-1){
    flex-basis: 70%;
  }
  .slick-prestations{
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 992px) {
  #encart-prestations img.l-fit-cover{
    display: block;
    margin:0 auto 3rem;
  }
  #encart-prestations .slick-dot-icon{
color: #fff;
  }
  .prestations-card-title a{
    font-size: 30px;
  }
}
/* ***********************************************BLOC 4 & 5 & 6 ***************************************/
#bloc-04  .col-img{
  margin: 1.5rem auto 60px;
}
.index-page main p>u{
  text-decoration: none;
  padding: 14px;
  background: hsla(210, 8%, 85%, 0.2);
  display: block;
}
.index-page h3{
  margin: 0 0 1.5rem;
font-size: 32px;
font-weight: 400;
line-height: 34.2px;
}
.index-page main p:first-of-type{
  margin-top: 0;
}
#bloc-06{
  border-left: 4px solid var(--accent-color);
  padding-left: 1.5rem;
}
#bloc-06 p:last-of-type{
  padding-top: 1rem;
  /* border-top: 1px solid hsla(0, 0%, 85%, 1); */
}
@media screen and (max-width: 992px) {
  #bloc-06{
    margin-top: 2rem;
  }
  .index-page h3{
  font-size: 25px;
  }
}

/*************************************************BLOC 07**************************************/
#bloc-07{
  background: hsla(210, 8%, 85%, 0.2);
  position: relative;
}
#bloc-07 p:first-of-type{
  padding-bottom: 1rem;
  border-bottom: 1px solid hsla(0, 0%, 85%, 1)
}
#bloc-07::before{
  content: "";
  background-image: url(../assets/gifs/bg-07.jpg);
  background-size: cover;
  opacity: .15;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  mix-blend-mode: luminosity ;
}
#bloc-07 p:nth-of-type(2),#bloc-07 p:nth-of-type(3){
  position: relative;
  padding-left: 104px;
}
#bloc-07 p:nth-of-type(2)::before,#bloc-07 p:nth-of-type(3)::before{
  position: absolute;
  content: "";
  width: 84px;
  height:84px ;
  left: 0;
  top: calc(50% - 42px);
background-image: url(../assets/gifs/p-1.png);
}
#bloc-07 p:nth-of-type(3)::before{
  background-image: url(../assets/gifs/p-2.png); 
}
#bloc-07 .col-img{
  position: relative;
}
@media screen and (min-width: 993px) {

#bloc-07 .col-img img{
  position: absolute;
  content: "";
  width: 120%;
  height: calc(100% + 240px);
  top: -120px;
  left: 14%;
  max-width: none;
}
}
@media screen and (min-width: 993px) and (max-width: 1280px) {
  #bloc-07 .col-img img {
    width: 161%;
    height: calc(100% + -185px);
    top: 68px;
    left: -28%;
  }
}
@media screen and (max-width: 992px) {
  #bloc-07 img{
    display: block;
    margin: 0 auto ;
  }
}
@media screen and (max-width: 600px) {
#bloc-07 p:nth-of-type(2),#bloc-07 p:nth-of-type(3){
  padding-left: 72px;
}
#bloc-07 p:nth-of-type(2)::before,#bloc-07 p:nth-of-type(3)::before{
  width: 63px;
  height:63px ;
  top: calc(50% - 32px);
  background-size: contain;
}
}
/* ***********************************************AVIS********************************************* */
.encart-avis .title-2 {
margin: 29px auto ;
}
.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: 30px;
background: #fff;
box-shadow: 0px 8px 16px 0px hsla(0, 0%, 0%, 0.08);
margin-bottom: 1rem;
}
.avis-name {
line-height: 24px;
margin-top: 0.5rem;
color: hsla(200, 8%, 15%, 1);
}
.encart-avis .card .show-more {
  font-family: Barlow;
  font-size: 12px;
  line-height: 14.4px;
  text-decoration: underline;
color: hsla(205, 15%, 22%, 1);
}
.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));
}
.slick-prev .slick-prev-icon:before{
  content: url(../assets/gifs/slick-prev.svg);
  opacity: 1;
}
.slick-next .slick-next-icon:before{
  content: url(../assets/gifs/slick-next.svg);
}
.encart-avis .slick-prev,.encart-avis .slick-next {
  top: 41%;
}
/* ***************************************FORMULAIRE + BLOC 8 & 9  ***** ******************************** */
@media screen and (max-width: 992px) {
  #bloc-08 .span-title{
    margin-top: 3rem;
  }
}
@media screen and (min-width: 601px) {
  .cp_ville{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .cp_ville>p{
   width: calc(50% - 6px);
  }
  #bloc-08 .btn.primary{
    max-width: 302px;
    margin-top: 34px;
   }
}
@media screen and (min-width: 993px) {
  #bloc-08 .bloc-form{
    padding:75px 56px 76px 85px;
   }
}
 #bloc-08{
  background-image: url(../assets/gifs/bg-form.jpg);
  background-size: cover;
 }
 .bloc-form{
  padding: 1.5rem;
 }
 .btn-tel{
    display: flex;
    align-items: center;
    gap: 9px;
    border: 1px solid #fff;
    border-radius: var(--button-border-radius);
    width: fit-content;
    padding: 10px 20px;
 }
 .btn-tel address{
  margin: 0;
 }
 #bloc-09{
  padding-top: 60px;
 }
 #bloc-08 .divGenerateur>label{
  display: none;
 }
 #bloc-08 .divGenerateur ul label{
font-size: 14px;
line-height: 21px;
 }
 #bloc-08 h3{
  margin: 34px 0;
 }
/* ***************************************ACTUALITES*********************************** */
#encart-actualites .title-2{
  margin: 14px 0 ;
}
.slick-actualites{
  margin-top: 52px;
}
.actualites-card:hover img{
 transform: scale(1.15);
}
.actualites-card-image{
  overflow: hidden;
  height: 209px;
  transition: .7s;
}
.actualites-card-image a,.actualites-card-image img{
  height: 100%;
  height: 100%;
  object-fit: cover;
  transition: .7s;
} 
.actualites-card-date{
font-size: 14px;
line-height: 21px;color:
var(--accent-color);
}
.actualites-card-date::before{
  content: url(../assets/gifs/calendar.svg);
  margin-right: .5rem;
}
.actualites-card-content{
  padding: 14px 14px 0 0;
  transition: .7s;
}
.actualites-card-title{
 margin-top: 14px;
 min-height: 30px;
}
.actualites-card-title a{
  text-decoration: none;
  color: #0A0D10;
font-family: var(--secondary-font);
font-size: 24px;
line-height: 34.2px;
}
.actualites-card-text{
  margin: 14px 0;
}
.actualites-link{
font-size: 14px;
line-height: 21px;
text-decoration: underline;
text-decoration-color: var(--accent-color);
}
.actualites-encart-btn{
  margin-top: 60px;
}
#listing-autres-actus-categorie ul a {
  font-size: 15px;
  text-decoration: none;
  color: #FFF;
}
#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;
}
.actualites-listing #fil_ariane {
  margin-bottom: 0rem;
  margin-top: -24px;
}

@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(--primary-color);
  padding: 1rem;
  color: #FFF;
}
@media screen and (min-width: 601px){
.recherche_actu #recherche_actu_submit {
 width: fit-content;
}}
/* *************************************************FOOTER********************************* */
footer{
  background-color: var(--primary-color);
  color: #fff;
}
footer .brand {
 margin-bottom: 1.5rem;
 position: relative;
 z-index: 2;
}
footer .brand::before {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 992px;
  height: calc(100% + 24px);
  right: -11%;
  top: -12px;
  z-index: -1;
 }
footer .section.footer-1 {
  padding: 20px 0 1rem;
  position: relative;
  max-width: 1920px;
  margin: auto;
}
footer nav li {
  line-height: 28px;
  margin-bottom: 10px;
}
.footer-1 li svg {
  margin-right: 13.56px;
}
.footer-row-contact svg {
  width: 20px;
}
.footer-row-contact address {
  margin: 0;
}
.footer-row-contact {
  display: flex;
  align-items: center;
  gap: 26px;
  color: #fff;
  line-height: 28px;
  margin-bottom: 27px;
}
footer .siret {
  font-size: 14px;
  font-weight: 400;
  line-height: 27.2px;
}
.footer-row-contact a {
  text-decoration: none;
  color: #fff;
}
.footer-row-contact .tel {
  font-size: 14px;
  font-weight: 400;
  line-height: 27.2px;
}
footer .title-4 {
  margin-top: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 34.2px;
  margin-bottom: 34px;
}
.liste-1 li a,
.liste-2 li a,
.footer-row-contact a,
.footer-row-contact .lien-maps {
  font-size: 14px;
  font-weight: 400;
  line-height: 27.2px;
}
.footer-1 a:hover {
  color: #fff;
text-decoration: underline;}
footer {
  position: relative;
}
footer .top:hover {
  opacity: 1;
  background-color: var(--accent-color-30);
}
footer .top {
  position: absolute;
  left: 49%;
  top: -82px;
  padding: 13px 18px;
  border-radius: 100%;
  background-color: var(--accent-color);
}
@media screen and (max-width: 600px) {
.footer-row-contact{
  flex-direction: column;
}
}
@media screen and (max-width: 992px) {
  footer .brand::before{
    right: -50px;
  }
  .footer-text {
    max-width: 300px;
    margin:0 auto 1.5rem;
  }
  footer {
    text-align: center;
    padding: 3rem 0 1.5rem;
  }
  .siret {
    margin-top: 1.5rem;
  }
  footer .footer-2 .reseaux-sociaux ul,
  .footer-row-contact {
    justify-content: center;
  }
}
@media screen and (min-width: 993px) {
  footer .col:has(.reseaux-sociaux) {
    max-width: 222px;
  }
  .contact-page .intro {
    margin-bottom: 0;
  }
  footer nav ul {
    margin-top: 0;
    margin-bottom: 0;
  }
  footer .section.footer-2 {
    padding-top: 16px;
    padding-bottom: 0;
  }
  .footer-2 .container {
    padding: 13px 0;
    position: relative;
  }
  .footer-2 .container::before {
    position: absolute;
    content: "";
    width: 68%;
    height: 1px;
    left: 0;
    top: 0;
    background-color: #fff;
  }
  .liste-2 {
    margin-left: 80px;
  }
  footer {
    padding-top: 62px;
  }
  footer nav li {
    text-align: left;
  }
}
@media screen and (min-width: 993px) and (max-width: 1335px) {
  footer nav li svg {
    margin-right: 4.56px;
  }
  footer .footer-row-contact {
    gap: 6px;
  }
  footer .liste-2 {
    margin-left: 8px;
  }
  footer .liste-1 li a,
  footer .liste-2 li a,
  footer .footer-row-contact a,
  footer .footer-row-contact .lien-maps {
    font-size: 12px;
  }
}
.footer-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 27.2px;
}
footer .reseaux-sociaux li a {
  padding: 13px 15px;
  background-color: var(--accent-color);
  width: 50px;
  text-align: center;
}
footer .gtm-global-instagram svg{
  height: 19px;
  width: 19px;
}
body:not(.index-page):not(.page-interne) footer{
  margin-top: 6rem;
}
/* ****************************************PAGES INTERNES******************************** */
.contact-page .s-middle {
  flex-wrap: nowrap;
  height: 100%;
}
.contact-page .s-stretch {
  flex-wrap: nowrap;
}
.contact-page h1{
  margin: 0;
  line-height: 38px;
}
.contact-page .s-middle {
  flex-wrap: nowrap;
  height: 100%;
}
.contact-page .s-stretch {
  flex-wrap: nowrap;
}
.ac-doubleColonne.encart-bg {
  padding: 100px 0;
  position: relative;
}
.ac-doubleColonne.encart-bg span {
  font-size: 50px;
  line-height: 60px;
  color: #fff;
  display: inline-block;
  max-width: 770px;
  font-weight: 700;
}
.page-interne .encart-bg::before {
  position: absolute;
  content: "";
  width: 300%;
  height: 94%;
  background: linear-gradient(89.93deg, #101B2E 8.33%, rgba(0, 0, 0, 0) 95.93%),url('../assets/gifs/bg-interne.jpg');
  top: 3%;
  left: -100%;
  z-index: -1;
  background-position: bottom;
}
.page-interne main p>em,.page-interne .ac-doubleColonne p:not(.ac-steps-text):last-of-type{
  text-decoration: none;
  padding: 14px;
  background: hsla(210, 8%, 85%, 0.2);
  display: block;
  font-style: normal;
}
#encart-contact{
  position: relative;
}
.page-interne #encart-contact::before {
  position: absolute;
  content: "";
  width: 300%;
  height: 94%;
  background-image: url(../assets/gifs/bg-contact-1.jpg);
  top: 3%;
  left: -100%;
  z-index: -1;
background-size: cover;}
.contact-text{
  max-width: 1036px;
    margin: auto;
}
.page-interne .sc-content #relance{
  margin-top: 0;
}
.page-interne .ac-doubleColonne h2{
  margin: 0 0 12px ;
}
.page-interne .ac-doubleColonne +p{
  margin-top: 2rem;
}
.page-interne #container{
  padding-top: 0;
}
@media screen and (min-width: 1993px) {
.page-interne .encart-bg::before {
  background-size: cover;
}
}
@media screen and (min-width: 993px) {
  .le-cabinet .sc-content .ac-doubleColonne .ac-colonne.col-35{
    width: 45%;
  }
  #encart-contact{
    margin: 100px 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 #encart-contact{
  padding: 100px 0;
}
.page-interne .sc-content .clear_both {
  margin-bottom: 6.35rem;
}
}
#formulaire_7 .divGenerateur>label{
  display: none;
 }
 #formulaire_7 .divGenerateur ul label{
font-size: 14px;
line-height: 21px;
 }
@media screen and (max-width: 992px) {
  #encart-contact{
    margin: 32px 0;
  }
  .page-interne #container .ac-doubleColonne .ac-colonne img {
    WIDTH: auto;
    margin:1rem auto;
  }
  .ac-doubleColonne.encart-bg span {
    font-size: 36px;
    line-height: 48px;
}
}
.row-btn{
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 600px) {
    .row-btn{
      flex-direction: column;
      row-gap: 1rem;
      align-items: normal;
    }
    .btn-tel{
      justify-content: center;
      width: 100%;
    }
    .contact-card{
      margin-bottom: 2rem;
    }
}
#formulaire_7{
  max-width: 600px;
  margin: 3rem auto 0;
}