:root {
  --primary-h: 42; /* hue */
  --primary-s: 71%; /* saturation */
  --primary-l: 67%; /* lightness */

  --accent-h: 58; /* hue */
  --accent-s: 87%; /* saturation */
  --accent-l: 44%; /* lightness */

--title-color:hsla(216, 20%, 10%, 1);

  --text-h: 43; /* hue */
  --text-s: 35%; /* saturation */
  --text-l: 27%; /* lightness */

--bg-color:hsla(40, 67%, 96%, 0.85);
  
  --background-h: 0; /* hue */
  --background-s: 0%; /* saturation */
  --background-l: 100%; /* lightness */

  --primary-font: "Sofia Sans", sans-serif;
  --secondary-font: "Lora", serif;

  --h1-font-size: 2rem;
  --h2-font-size: 1.6rem;
  --h3-font-size: 1.4rem;
  --headings-line-height: 1.333333;

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

  --border-radius: 2rem;
  --button-border-radius: .25rem;
}
input#recherche_actu_submit {
  padding: 8px 16px;
}

.contact-page-infos-pratiques .row {
  flex-wrap: nowrap !important;
}
.all_cat_actu {
  padding-bottom: 2.5rem !important;
}
h1.h1-geoloc span::before, .title-1.h1-geoloc span::before {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
.title-1,
.title-2,
.title-3, .title-slider {
  font-family: var(--secondary-font);
  font-weight: 700;
  position: relative;
  color: var(--title-color);
}
.card-title, .card-title a {
  font-family: var(--secondary-font);
  color: var(--title-color);
}

.recherche_actu #recherche_actu_submit {
  margin-left: 0 !important;
}

.card-image,
a {
  position: relative;
  transition: 0.3s;
}

.contact-card-content {
  padding: 15px;
}
#encart-contact .card {
  margin: 10px 0;
}
.contact-card-title {
  min-height: 35px;
  margin: 10px 0;
}

nav#fil_ariane {
  margin: 40px 0;
}
.fil-ariane {
  margin-bottom: 25px;
}

.paginationControl {
  text-align: center;
  margin-top: 10px;
}

.categorie.catalogue-categorie.catalogue-detail-categorie {
  margin-bottom: 15px;
}
.avis-card .avis-card-text::after {
  display: none !important;
}

.col.contact-page-horaires .row,
.contact-page-coordonnees.reset .row {
  flex-wrap: nowrap !important;
}

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

.brand img,
.brand svg {
  position: relative;
  transition: 0.3s;
}
.brand a {
  display: block;
}
.brand a:hover img,
.brand a:hover svg {
  transform: scale(0.9);
}

.card-image a {
  display: block;
}
/* BOUTONS */
.btn:not(#recherche_actu_submit), .link.outlined, .lire-article a {
  padding: 8px 16px;
  border-radius: var(--button-border-radius);
  font-size: 14px;
  line-height: 18.2px;
  font-weight: 700;
  transition: 0.3s;
  transition-timing-function: ease-out;
  color: var(--title-color);
}
.btn.outlined {
  padding: 12px 24px !important;
}
.btn.outlined {
  color: var(--text-color) !important;
  border:1px solid var(--text-color) !important;
  background-color: transparent !important;
}
.btn.outlined:hover {
  background-color: var(--accent-color) !important;
  color: var(--title-color) !important;
  border-color: var(--accent-color) !important;
}


/* 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;
}

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

.slider-slick {
  width: 100%;
  height: 500px;
  background-color: var(--background-color);
  position: relative;
  z-index: 0;
}
.slider-slick .slick {
  height: 100%;
}
.slide-img {
  min-height: 500px;
  background-size: cover;
  background-position: center;
}
.slide-img.slide-01 {
  background-image: 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');
}
.slide-img .container {
  min-height: 500px;
}
.slide-img .container .bloc {
  height: 500px;
}
/** Actualites Reseau Sociaux **/
.listing-autres-actus-categorie {
  margin-top: auto;
}
.detail-btn {
  text-align: center;
}
.detail-btn  a {
  color: var(--background-color) !important;
}
.detail-actu-reseaux-sociaux div {
  max-height: 20px !important;
  vertical-align: middle;
  text-align: center;
  display: flex;
}
.detail-actu-reseaux-sociaux div {
  max-height: 20px !important;
  vertical-align: middle;
  text-align: center;
  display: flex;
}
#listing-autres-actus-categorie {
  background-color: #F6F4F4;
  border: 1px solid var(--primary-color) !important;
  border-radius: 16px;
}

#listing-autres-actus-categorie {
  padding: 25px 15px !important;
}

div#listing-autres-actus-categorie ul {
  display: flex;
  flex-direction: column;
  gap: 15px !important;
}
div#listing-autres-actus-categorie ul a {
  font-size: 15px;
  text-decoration: none;
}
div#listing-autres-actus-categorie li a {
  transition: .3s;
}
div#listing-autres-actus-categorie li a:hover {
  text-decoration: underline;
}
#encart-contact .card {
  border: 1px solid var(--primary-color);
  border-radius: 16px;
  min-height: 170px;
}
.sitemap-nav li {
  margin: 10px 0;
}
/******/

.sc-content .ac-doubleColonne p:nth-of-type(2), section.ac-doubleColonne .ac-colonne section section, .note, .index-page p em{
  position: relative;
  padding: 15px;
  background: var(--bg-color);
}
.index-page p em {
  display: block !important;
  font-style: normal !important;
}
#encart-contact {
  position: relative;
}
#encart-contact::before {
  position: absolute;
  content: '';
  top: 0;
  left: -4000px;
  right: -4000px;
  bottom: 0;
  background: var(--bg-color);
  z-index: -1;
}

#encart-prestations {
  position: relative;
  z-index: 1;
  margin-top: -173px;
padding: 0;
}

#encart-prestations a {
  text-decoration: none;
  border-radius: 4px;
  display: block;
  background: var(--background-color);
  border: 1px solid hsla(43, 71%, 93%, 1);
  box-shadow: 0px 4px 4px 0px hsla(0, 0%, 0%, 0.15);
  padding: 48px 24px 0px;
  text-align: center;
  color: var(--text-color);
}
#encart-prestations a:hover {
  box-shadow: 0px 8px 8px 0px hsla(0, 0%, 0%, 0.08);
}

.prestations-card-image {
  width: 48px;
  height: 48px;
  border-radius: 4px;
  background: var(--text-color);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.prestations-card-title {
  font-family: var(--secondary-font);
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: var(--title-color);
  margin: 16px 0 8px;
}

.prestations-card-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: var(--text-color);
  margin-bottom: 12px;
}

#encart-prestations .link {
  width: max-content;
  margin: 0 auto;
  text-decoration: underline;
  padding: 4px;
  padding-bottom: 28px;
  transition: .3s;
  position: relative;
}
#encart-prestations .link::before {
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  height: 3px;
  bottom: -1px;
  border-bottom: 3px solid var(--primary-color);
}
#encart-prestations a:hover .link {
  padding-bottom: 4px;
}
#bloc-02, #bloc-04, #bloc-07 {
  position: relative;
}
#bloc-02::before, #bloc-04::before, #bloc-07::before {
  position: absolute;
  content: '';
  top: -130px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #f0e6da;
  z-index: -1;
}
#bloc-04::before, #bloc-07::before {
  top: 0;
}
#encart-points-fort {
  padding: 80px 0;
}
#encart-points-fort .col {
display: flex !important;
flex-direction: column;
gap: 7.5px;
align-items: center;
justify-content: center;
}
.titre-bloc {
font-family: var(--secondary-font);
font-size: 32px;
line-height: 38.4px;
margin-top: 16px;
}
#bloc-accueil p {
font-size: 24px;
font-weight: 400;
line-height: 31.2px;
letter-spacing: -0.01em;
}
.avis-card {
  padding: 16px;
  border-radius: 4px;
  color: var(--title-color);
  background-color: hsla(0, 0%, 100%, 0.8);
}
.avis-card-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.01em;
  padding-left: 76px;
  height: 96px !important;
  margin-top: 8px;

}
.avis-name {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 31.5px;
  opacity: 0.8;
}
.avis-date {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  margin-left: -15px;
}
.encart-avis .row.s-middle.s-start {
  justify-content: space-between !important;
  align-items: flex-start;
}
.encart-avis .align-right {
  display: none;
}
#encart-contact-accueil {
  background-image: url('../assets/gifs/bg-contact.jpg');
  background-size: cover;
  background-position: center;
}
#encart-contact-accueil .container {
  margin: 0 auto;
  padding: 55px 30px;
  max-width: 648px;
  background-color: hsla(40, 67%, 96%, 0.85);
  border-radius: 4px;
}
#encart-contact-accueil h4 {
font-size: 24px;
}
#encart-contact-accueil p {
  margin: 8px 0 32px !important;
}
#encart-contact-accueil .col {
  padding:0 8px !important;
}
#encart-contact-accueil .phone {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}
.index-page .title-2 {
  margin-bottom: 40px;
}
.actualites-card {
  border: 1px solid hsla(43, 71%, 93%, 1);
  background-color: var(--background-color);
  padding: 16px;
  box-shadow: 0px 4px 4px 0px hsla(0, 0%, 0%, 0.15);
  margin-bottom: 10px;
  transition: .3s;
}
.actualites-card:hover {
  box-shadow: 0px 8px 8px 0px hsla(0, 0%, 0%, 0.08);
}
.actualites-card-image {
  position: relative;
}
.actualites-card-image  a, .actualites-card-image  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.actualites-card-content {
  padding-top: 24px;
}
.actualites-card-title a {
  text-decoration: none;
font-family: var(--secondary-font);
color: var(--title-color);
font-size: 20px;
font-weight: 700;
line-height: 24px;
}
.actualites-card-text {
 letter-spacing: -1%;
 margin: 8px 0;
}
#encart-actualites .link {
  padding: 4px;
}
#encart-actualites .link a {
  color: var(--primary-color) !important;
  text-decoration: underline;
  font-weight: 400;
}
footer .section-1 {
  padding: 40px 0 !important;
}
footer .section-2 {
  padding: 0 !important;
}
footer .section-2 .container {
  border-top: 1px solid hsla(43, 71%, 87%, 1);
  padding: 16px 0 40px;
  max-width: 1616px;
}
footer .section-2 nav a {
  text-decoration: underline !important;
}
.footer-coordonnee {
  padding: 4px 16px 4px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
footer .brand {
  margin-bottom: 40px;
}
.exception {
  font-size: 12px;
}
footer {
  background-color: var(--bg-color);
}
.index-page footer {
  background-color: var(--background-color);
}
.col-brand-image {
  padding-right: 5px !important;
}
.col-brand-text {
  border-left: 5px !important;
  color:hsla(220, 21%, 20%, 1);
}
.col-brand-text .baseline {
  font-family: 'Roboto', sans-serif;
font-size: 12px;
font-weight: 400;
line-height: 14.4px;
letter-spacing: 0.02em;
text-transform: uppercase;
}
div#encart-prestations br {
  display: none;
}
.encart-btn {
  margin-top: 8px;
}
.contact-page h1 {
  color: var(--background-color) !important;
}
.lien-maps:hover {
  opacity:0.7;
}

img.im-bloc-centre {
  margin: 60px auto !important;
}

img.im-bloc-centre:hover {
  opacity: 0.7;
}

.fold .video-bg {
  pointer-events: none;
  height: 100%;
  width: auto;
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
  margin-top: -100px;
  margin-bottom: -100px;
}
.fold .video-bg::after {
  content: "";
  background-color: rgb(213 211 208 / 80%);
  width: 100%;
  height: 400%;
  position: absolute;
  top: 0;
  left: 0;
}
header{
  overflow: hidden;
  position: relative;
}
header .row.l-middle.l-between{
  flex-direction: row-reverse;
}
.fold .title-1{
  position: absolute;
  width: 100%;
  text-align: center;
  top: 33%;
  z-index: 99;
  font-size: 3em;
}

.page-interne .bloc-encats-link h3 {
  margin-bottom: 40px;
  color: #14181E;
  font-size: 24px;
}


.bloc-interne a img.l-fit-cover {
  width: 100%;
  height: auto;
}

.bloc-interne a {
  border: 1px solid #FAF3E2;
  padding: 16px;
  display: block;
  text-decoration: none;
  box-shadow: 0px 4px 4px 0px #00000026;
  margin-bottom: 20px;
  min-height: 410px;
  position: relative;
  transition: width 0.5s ease;
}


.bloc-encats-link a:hover {
  filter: brightness(110%);
  box-shadow: 0px 4px 4px 0px #ccab00cf;
}

.titre-bloc-2 {
  color: #5C4E2C;
  display: block;
  margin: 5px 0px;
}


.titre-bloc {
  display: block;
  font-size: 20px;
  color: #2E2716;
  font-weight: 700;
  line-height: 25px;
}

.btn-savoir {
  color: #E7C26F;
  text-decoration: underline;
  font-size: 16px;
}



#icon-pdf:before {
  content: url(../assets/gifs/iconpdf.png);
  width: 25px;
  height: 30px;
  margin-right: 15px;
  position: relative;
  top: 8px;
}


@media screen and (min-width: 850px) and (max-width: 992px) {
  .fold .video-bg {
    aspect-ratio: unset;
  }
}

@media screen and (min-width: 601px) and (max-width: 992px) {  
  .detail-actu-image img,.blocs img,
  .ac-colonne img, 
    .blocs img, #listing-autres-actus-categorie {
    display: block;
    max-width: 450px !important;
    margin: 30px auto !important;
    object-fit: cover;
  }
  #listing-autres-actus-categorie  {
    max-width: 350px !important;
  }
  .btn:not(.fluid) {
    width: auto !important;
  }
}
@media screen and (min-width: 993px){

  div#bloc-1-interne {
    margin-bottom: 80px;
}
  .btn-savoir {
    position: absolute;
    bottom: 20px;
}



  h1 span, .title-1 span {
    margin: 0 !important;
    line-height: normal;
}
  .fold .video-bg {
    height: auto;
    width: 100%;
    aspect-ratio: 16/9;
  }
  .fold .video-bg iframe {
    height: 100%;
    width: 100%;
    z-index: 0;
    aspect-ratio: 16/9;
  }
  .header-content nav a {
    font-size: 14px;
  }
  .header-content .container, #encart-prestations .container {
    width: 95%;
  }
  footer .row {
    flex-wrap: nowrap !important;
  }
  #encart-actualites .container {
    max-width: 1096px !important;
  }
  #encart-prestations .container {
    max-width: 1120px;
  }
  footer .section-2 nav a, .siret {
    font-size: 14px;
    line-height: 18.2px;
  }
  .index-page .title-2 {
    font-size: 24px;
    line-height: 28.8px;
  }
  #encart-contact-accueil .container {
  padding: 55px 160px;
  }
  #encart-contact-accueil {
    padding: 95px 0;
  }
  #bloc-02 {
    padding:96px 0 128px;
  }
  .slick-prev .slick-prev-icon, .slick-prev .slick-next-icon, .slick-next .slick-prev-icon, .slick-next .slick-next-icon, .slick-prev .slick-prev-icon:before, .slick-prev .slick-next-icon:before, .slick-next .slick-prev-icon:before, .slick-next .slick-next-icon:before {
    opacity: 1 !important;
}
  .slick-prev .slick-prev-icon:before {
    content: url('../assets/gifs/slick-prev.svg') !important;
  }
  .slick-prev:hover .slick-prev-icon:before {
    content: url('../assets/gifs/slick-prev-hover.svg') !important;
  }
  .slick-next .slick-next-icon:before {
    content: url('../assets/gifs/slick-next.svg') !important;
  }
  .slick-next:hover .slick-next-icon:before {
    content: url('../assets/gifs/slick-next-hover.svg') !important;
  }
#encart-actualites {
  padding: 0 0 49px;
}
  .encart-avis {
    padding: 128px 0 0;
  }
  #bloc-01, #bloc-03, #bloc-04, #bloc-05, #bloc-07 {
    padding: 128px 0;
  }
  #bloc-06 {
    padding: 0 0 128px !important;
  }
.groupe-1, .groupe-2, .groupe-3 {
  position: relative;
  z-index: 0;
}
.groupe-1::before,.groupe-2::before, .groupe-3::before {
  position: absolute;
  content: '';
  z-index: -2;
  top: 173px;
  width: 100%;
  bottom: 98px;
  background-image: url(../assets/gifs/before-bloc.png);
  background-size: 100%;
  background-position: right bottom;
}
.groupe-2::before {
  background-image: url('../assets/gifs/bg-2.png');
  top:0px;
  bottom: 0;
}
.groupe-3::before {
  top: 0px;
  bottom: 0;
}
.groupe-1::after,.groupe-2::after ,.groupe-3::after {
  position: absolute;
  content: '';
  top: 173px;
  width: 100%;
  bottom: 97px;
  z-index: -2;
  transform: rotate(-180deg);
  background: linear-gradient(180deg, rgba(234, 217, 191, 0.35) 0%, rgba(255, 255, 255, 0.35) 100%);
}

.groupe-2::after, .groupe-3::after {
  top: 0px;
  bottom: 0;
}
  .index-page h1, .index-page h2, .index-page h3 {
    margin: 0 !important;
  }
.index-page main p {
  margin: 24px 0 !important;
letter-spacing: -0.01em;
}
.index-page h1 {
  font-size: 44px;
  line-height: 57.6px;
    }
  .index-page h2 {
    font-size: 40px;
    line-height: 48px;
      }
      .index-page h3 {
        font-size: 28px;
          }
  #bloc-01 {
    max-width: 874px;
    margin: 0 auto;
  }
  .header-content .nav ul li:hover > a {
    color: inherit !important;
  }
  .header-content nav a {
    min-width: max-content;
  }
  .header-content .row {
    flex-wrap: nowrap;
  }
  .header-content .contact {
    display: none;
  }
  .header-content nav a {
    padding: 4px !important;
    padding-bottom: 2px !important;
  }
  .header-content .nav ul li.sous_menu ul.dropdown > li a {
    padding: 8px 0.75rem !important;
  }
  .header-content nav a {
    border-bottom: 2px solid transparent !important;
  }
  .header-content nav a.selected,  .header-content nav a:hover {
    border-color: var(--accent-color) !important;
    color: inherit !important;
  }
  .main-header-content nav  ul.dropdown a {
    font-size: 13px;
  }
  .main-header-content nav ul {
    gap: 8px;
  }
  .header-content .phone {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    justify-content: flex-end;
        font-size: 22px;
        margin-bottom: 8px;
  }
  .header-content .col {
    padding: 0 8px !important;
  }
  .address-header {
   display: flex;
   align-items: center;
   gap:8px; 
  }
  .address-header svg {
    width: 16px;
    height: 16px;
  }
  .header-content .lien-maps {
    font-size: 12px;
    line-height: 14.4px;
  }
  .header-content .container {
    padding-top: 8px;
  }
    /** PAGES INTERNE **/
    h2.western {
      margin-top: 0 !important;
  }
    section.ac-doubleColonne p:nth-last-of-type(1) {
      margin-bottom: 0 !important;
  }
    .contact-page .intro {
      margin-bottom: 0;
    }
    .sc-content .ac-doubleColonne {
      align-items: center !important;
    }
    .sc-content .ac-doubleColonne h2 {
      margin-top: 0 !important;
    }
    #encart-contact .row {
      align-items: center !important;
    }
   
    div#container:not(.devis div#container) {
     padding-bottom: 0;
  }
  
   div#encart-contact:not(.index-page div#encart-contact) {
     margin: 60px auto;
   }
   .page-interne section:not(section.ac-doubleColonne, section.ac-doubleColonne section ,#relance, .ac-include) p {
     margin-bottom: 0 !important;
   }
   .page-interne section:not(section.ac-doubleColonne, section.ac-doubleColonne section ,#relance, .ac-include) {
     margin-top: 30px !important;
   }
   .page-interne p.intro {
     margin-bottom: 30px;
  }
   nav#fil_ariane, #fil_ariane, nav#fil_ariane{
     margin: 3em 0em 3em 0em !important;
  }
  #fil_ariane,  nav#fil_ariane, .fil-ariane {
    font-size: 14px;
  }
   h1 span {
     margin-top: 0px;
     font-size: 23px;
     margin-bottom: 15px;
  }
   .page-interne h3 {
     margin-bottom: 0px;
  }
  
  .sc-content #relance {
     margin-top: 4rem !important;
     margin-bottom: 4rem !important;
     text-align: center;
  }
   .page-interne .ac-doubleColonne p {
     font-size: 16px;
     margin-top: 0px;
  }
   .page-interne h1 {
     margin-bottom: 20px;
  }
  .page-interne h2 {
   margin-bottom: 8px !important;
  }
  .actualites-listing #fil_ariane {
    margin:18px 0px !important
}
.actualites-listing #fil_ariane {
  margin:18px 0px !important
}
body.actualites-listing h1 {
  margin: 0 !important;
}
  /**************/

}

@media screen and (min-width: 1280px) {
  .header-content nav a {
    font-size: 16px;
  }
  .header-content .container, #encart-prestations .container {
    width: 90%;
  }
  div#encart-prestations br {
    display: block;
}
}
@media screen and (min-width: 1440px) {
  .slick-next {
    right: -100px !important;
  }
  .slick-prev {
    left: -100px !important;
  }
}
@media screen and (min-width: 1920px) {
  .slide-img,
  .fold-index,
  .slide-img .container,
  .fold-index .slick-slider,
  .fold-index .slider-slick {
      height: 700px !important;
  }
}
@media screen and (max-width: 992px) {
  .header-content .nav ul li a.selected {
    color: var(--primary-color-40) !important;
  }
  div#bloc-accueil {
    margin-top: 30px;
}
div#encart-contact-accueil .phone {
    justify-content: center;
    align-items: center;
    display: flex !important;
}
  .encart-avis.section.gtm-encart-avis {
    background: #fbf7f2;
}
  .prestations-card-title {
    min-width: max-content;
}
  #bloc-02::before, #bloc-04::before, #bloc-07::before {
    top: 0;
  }
  #encart-prestations a {
    margin-bottom: 8px;
  }
  .slide-img {
    background-size: 100% 100%;
background-position: center;
object-fit: cover;
  }
  #encart-prestations {
    margin-top: -100px;
  }
  .slide-img,
  .slide-img .container,
  .fold-index .slick-slider,
  .fold-index .slider-slick {
    height: 350px !important;
      min-height: 350px !important;
  }

  .slick-dots li button {
    width: 20px !important;
    height: 20px !important;
}

  .menu-mobile .brand .row {
    flex-wrap: nowrap;
  }
  footer .section-2 li {
    margin: 10px 0;
  }
  footer {
    text-align: center;
  }
  .footer-coordonnee {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
  }
  .slide-img .btn-contact {
    display: none;
  }
  .header-content .nav > ul > .sous_menu.opened > a, .header-content .nav .dropdown > .sous_menu.opened > a {
    color: var(--text-color) !important;
  }

  .header-content .nav ul li a.selected {
    background-color: transparent !important;
  }
  .fold-top,
  .fold-interne {
    padding: 12px 0;
  }

  .fold .phone {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
font-size: 18px;
font-weight: 700;
line-height: 31.5px;
  }
  .menu-mobile .btn-menu {
    color: hsla(58, 87%, 35%, 1)!important;
    background-color: var(--background-color);
  }
  .menu-mobile {
    background-color: var(--background-color) !important;
    height: 100px;
}
.menu_opened .menu-mobile {
    height: 3.5rem;
}
} 
@media screen and (max-width: 600px) {
  div#encart-contact-accueil .phone {
    margin-top: 10px;
}
  .slide-img.slide-01 {
    background-image: url('../assets/gifs/slider/slide-mobile.jpg'); 
  }
  .menu-mobile img {
   max-width: 52px;
   }

  .fold .phone {
    margin-top: 10px;
  }
  .fold .btn-devis {
    margin-top: 12px;
  }
  .fold .btn-contact,
  .fold .btn-devis {
    margin-top: 12px;
  }
  .slider-slick {
    display: block;
  }
}