:root {
  --primary-h: 0; /* hue */
  --primary-s: 100%; /* saturation */
  --primary-l: 41%; /* lightness */

  --accent-h: 209; /* hue */
  --accent-s: 95%; /* saturation */
  --accent-l: 31%; /* lightness */

  --title-color: hsla(0, 0%, 0%, 1);

  --text-h: 0; /* hue */
  --text-s: 1%; /* saturation */
  --text-l: 27%; /* lightness */

  --bg-color: hsla(0, 0%, 94%, 1);

  --background-h: 0; /* hue */
  --background-s: 0%; /* saturation */
  --background-l: 100%; /* lightness */

  --primary-font:  "Open Sans", sans-serif;
  --secondary-font: "Hind", sans-serif;

  --h1-font-size: 2.3rem;
  --h2-font-size: 2rem;
  --h3-font-size: 1.5rem;
  --headings-line-height: 1.333333;

  --link-color: var(--primary-color-40);

  --border-radius: 6px;
  --button-border-radius: 6px;
}


.blocs img,.page-interne main img, main .detail-actu-image img {
  border-radius: var(--border-radius);
}
 .note, .index-page p em{
  position: relative;
  padding: 50px;
  background: var(--bg-color);
  border-radius: var(--border-radius);
}
.page-interne .note {
  padding: 47px 95px 57px;
  margin-top: 60px;
}
.index-page p em {
  display: block !important;
  font-style: normal !important;
}

#encart-contact .btn-devis {
  margin-top: 40px;
}

.sc-content .clear_both {
  margin-bottom: 3rem !important;
}


.contact-page h1.title-2 {
  margin: 0 !important;
  color: var(--background-color) !important;
  line-height: normal !important;
}
/** 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: var(--bg-color);
  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;
}
/******/

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,
h2,
h3,
h4,
h5,
.title-1,
.title-2,
.title-3, .title-slider,.card-title, .card-title a {
  font-weight: 500;
  position: relative;
  font-family: var(--secondary-font);
  color: var(--title-color);
}
 .fold h1 {
  color: var(--background-color);
}
.card-title, .card-title a {
   text-decoration: none !important;
 }

.recherche_actu #recherche_actu_submit {
  margin-left: 0 !important;
}

.card-image,
a {
  position: relative;
  transition: 0.3s;
}

.contact-card-content {
  padding: 15px;
  display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    min-height: 170px;
}
#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: 11px 18px;
  border-radius: var(--button-border-radius);
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  transition: 0.3s;
  transition-timing-function: ease-out;
  border: 1px solid transparent;
}
a.btn.outlined {
  border: 1px solid #000 !important;
  color: #000 !important;
}
a.btn.outlined:hover {
  background-color: var(--primary-color) !important;
  border: 1px solid var(--primary-color) !important;
  color: var(--background-color) !important;
}

.btn.accent:hover {
  background-color: var(--accent-color-40);
  }
  
/* .btn.outlined {
  color: hsla(0, 0%, 13%, 1) !important;
  background-color: transparent !important;
  border-color: hsla(0, 0%, 87%, 1) !important;
}
.btn.outlined:hover {
  border-color:hsla(0, 0%, 13%, 1) !important;
  background-color: hsla(0, 0%, 13%, 1) !important;
  color: var(--background-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:auto;
  background-color: #CCC;
  position: relative;
  z-index: 0;
}
.slider-slick .slick {
  height: 100%;
}
.slide-img {
  height:auto;
  position: relative;
  z-index: 0;
}
.fold {
 min-height: auto !important;
}
.slide-img.slide-01::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-image: url('../assets/gifs/slider/slide-01.jpg');
  background-size: cover;
  z-index: -1;
}
.slide-img.slide-02::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-image: url('../assets/gifs/slider/slide-02.jpg');
  background-size: cover;
  filter: grayscale(20%);
  z-index: -1;
}
.slide-img.slide-03::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-image: url('../assets/gifs/slider/slide-03.jpg');
  background-size: cover;
  filter: grayscale(20%);
  z-index: -1;
}
.slide-img.slide-04::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-image: url('../assets/gifs/slider/slide-04.jpg');
  background-size: cover;
  filter: grayscale(20%);
  z-index: -1;
}
.slide-img.slide-05::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-image: url('../assets/gifs/slider/slide-05.jpg');
  background-size: cover;
  filter: grayscale(20%);
  z-index: -1;
}
.slide-img.slide-06::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-image: url('../assets/gifs/slider/slide-06.jpg');
  background-size: cover;
  filter: grayscale(20%);
  z-index: -1;
}
.slide-img.slide-07::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-image: url('../assets/gifs/slider/slide-07.jpg');
  background-size: cover;
  filter: grayscale(20%);
  z-index: -1;
}
.slide-img.slide-08::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-image: url('../assets/gifs/slider/slide-08.jpg');
  background-size: cover;
  filter: grayscale(20%);
  z-index: -1;
}
.slide-img::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: hsla(0, 0%, 0%, 0.4);
  z-index: -1;
}
.fold .slick-slider {
  margin-bottom: 0 !important;
}

.slide-img .container {
  min-height:auto;
  position: relative;
}
.slide-img .container .bloc {
  height:auto;
}
h1 {
  margin: 0 !important;
font-size: 35px;
font-weight: 600;
line-height: normal;
}
h1 span {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  margin: 25px 0 0 !important;
  padding-left: 68px;
}

h1 span, .title-1 span {
  display: block;
  position: relative;
}
h1 span::before, .title-1 span::before {
  position: absolute !important;
  content: url('../assets/gifs/before-span.svg') !important;
  left: 0 !important;
  margin-right: 0 !important;
  top: 50%;
  transform: translateY(-50%);
}
.slide-img p {
  max-width: 818px;
}
p {
  font-size: 15px;
  line-height: 28px;
  margin: 25px 0;
}
.container {
  max-width: 1200px !important;
}
#formulaire_7 .divGenerateur label.required,#formulaire_7  div#field_16 label.required {
  display: none;
}
fieldset {
  border-radius: 5px;
  margin-bottom: 22px;
}
#bloc-02 {
  position: relative;
  margin: -15% auto 0;
  max-width: 1440px;
  background-color: var(--background-color);
  padding: 80px 20px;
  width: 90%;
}
.slide-img {
  padding: 148px 0 50px;
}
 .page-interne .slide-img {
  padding: 148px 0 24%;
}
.index-page .slide-img {
  padding: 170px 0 24%;
}
.contact-page .fold{
  display: none;
}
.mini-barre span {
  width: 20px;
  height: 2px;
  background: var(--primary-color);
  display: block;
}
.sur-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 13px;
}
#encart-prestations .sur-title, #encart-catalogue .sur-title, #encart-contact .sur-title, .encart-avis .sur-title, #encart-actualites .sur-title {
  justify-content: center;
}
.mini-barre .span-2, .mini-barre .span-4 {
  width: 30px !important;
  margin-top: 6px;
}
.mini-barre .span-3 {
margin-left: 10px;
}
#bloc-02 p {
  position: relative;
}
#bloc-02 .first-word {
  padding-left: 16px;
}
#bloc-02 .first-word::before {
position: absolute;
content: '';
top: 10px;
bottom: 0;
left: 0;
width: 10px;
height: 10px;
background-color: var(--accent-color);
}
#bloc-02 .bloc-text p:nth-of-type(2) {
  padding-left: 220px;
    }
    #bloc-02 .bloc-text p:nth-of-type(2)::before {
  position: absolute;
  content: '';
  top: -14px;
  bottom: -20px;
  left: 0;
  background-image: url('../assets/gifs/logo-garantie.jpg');
  width: 208px;
    }
    #encart-prestations {
     position: relative;
     border-top: 5px solid var(--accent-color);
     z-index: 0;
    }
    #encart-prestations::before {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-image: url('../assets/gifs/bg-presta.jpg');
      background-size: cover;
      background-position: center;
      filter: grayscale(100%);
      opacity: 20%;
    }
    #encart-prestations::after, .col-urgence::after {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: -1;
      background: hsla(0, 0%, 0%, 1);
      border-radius: var(--border-radius) !important;
    }
    #encart-prestations .container {
      position: relative;
      z-index: 1;
    }
    div#encart-prestations .sur-title, #encart-catalogue .sur-title {
      margin-bottom: 0;
  }
  
  div#encart-prestations .title-2, #encart-catalogue .title-2, #encart-contact .title-2, .encart-avis .title-2 {
      margin: 10px 0;
      color: var(--background-color);
  }
  #encart-contact .title-2 {
    margin: 10px 0 66px;
  }
 .encart-avis .title-2 {
   margin: 10px 0 91px;
 }
  div#encart-prestations p {
    margin-bottom: 52px;
  }
  #encart-catalogue p {
    margin-bottom: 66px;
  }
  #encart-prestations .col, #encart-prestations .card {
    width: 100%;
    height: 100%;
  }
  #encart-prestations a {
    display: block;
    text-align: center;
    text-decoration: none;
    background-color: var(--background-color);
    padding: 29px 0;
    border: 2px solid var(--background-color);
    box-shadow: 0px 10px 15px 0px hsla(222, 56%, 7%, 0.06);
    height: 100%;
    min-height: 313px;
    color: var(--text-color);
    transition: .5s;
  }
  .prestations-card-title {
    margin: 17px 0 14px;
    color: hsla(240, 26%, 11%, 1);
    font-size: 29px;
    font-weight: 700;
    line-height: 33.4px;
  }
  .catalogue-card-title {
    margin: 15px 0 0;
  }
  .catalogue-card-title a {
    color: hsla(240, 26%, 11%, 1);
    font-size: 20px;
    font-weight: 700;
  }
  .prestations-card-text {
font-size: 15px;
line-height: 28px;
  }
  .prestations-card-image img {
    border: 3px solid var(--accent-color);
  }
  .prestations-card-image {
    display: block;
    margin: 0 auto;
    width: 179px;
    height: 109px;
  }
  .prestations-card-image img {
    display: block;
  height: 100%;
  width: 100%;
    object-fit: cover;
  }
  #encart-prestations a:hover {
    border-color: var(--accent-color);
  }
  #encart-prestations  a::before {
    position: absolute;
    content: url('../assets/gifs/before-presta.png');
    top: 0;
    right: 0;
    left: auto;
    transform: scaleX(-1);
    transition: .3s;
  }
  #encart-prestations a:hover::before {
    right: auto;
    left: 0;
  transform: none;
  }
  .slick-dots li button {
    width: 50px;
    height: 5px;
    border-radius: var(--border-radius);
  }
  .slick-dots li {
    margin: 0 8px !important;
  }
  .slick-dots li button .slick-dot-icon:before {
    content: '' !important;
  }
  .slick-dots li button .slick-dot-icon {
    opacity: 1 !important;
  }
  .slick-dots li button{
    background-color: var(--primary-color) !important;
  }
  .slick-dots li.slick-active button {
    background-color: var(--background-color) !important;
  }
  #bloc-03 .bloc-image-2 .btn-devis {
    margin-top: 34px;
  }

  #encart-catalogue {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
  }

  #encart-catalogue::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url('../assets/gifs/bg-catalogue.jpg');
    background-size: cover;
    background-position: center;
    opacity: 15%;
  }
  #encart-catalogue::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
   background: hsla(0, 0%, 0%, 1);
   z-index: -1;
  }
  #encart-catalogue .container {
    position: relative;
    max-width: 1920px !important;
    z-index: 0;
  }
  #encart-catalogue .container::before {
    position: absolute;
    content: '';
    top: 0;
    left: 5%;
    bottom: -32px;
    right: 5%;
    margin: 0 auto;
    border-bottom: 20px solid var(--accent-color);

  }
  .catalogue-card-image a {
    position: relative;
    z-index: 0;
  }
  .catalogue-card-image a::before {
position: absolute;
content: '';
display: block;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: hsla(209, 95%, 31%, 0.8);
border-bottom: 5px solid var(--accent-color);
opacity: 0;
  }
  .catalogue-card-image img {
    border-radius: var(--border-radius);
  }
  .catalogue-card {
    position: relative;
  }
  .catalogue-card:hover .catalogue-card-image a::before  {
    opacity: 1;
  }
  #bloc-04 .bloc-text p:nth-of-type(2) {
    padding-left: 105px;
    position: relative;
  }
  #bloc-04 .bloc-text p:nth-of-type(2)::before {
    position: absolute;
    content: '';
    top: 5px;
    bottom: 5px;
    left: 77px;
    right: 0;
    border-left: 10px solid var(--accent-color);
  }
  #encart-contact {
    position: relative;
  }
  .encart-contact-1{
    position: relative;
    z-index: 2;
  }
  .encart-contact-1::before {
    position: absolute;
    content: '';
    top: 0;
    left: -500px;
    right: -500px;
    bottom: 0;
    border-bottom: 10px solid var(--primary-color);
    border-top: 2px solid var(--primary-color);
    z-index: 1;
  }
  #encart-contact::before {
    position: absolute;
    content: '';
    top: 0;
    left: -500px;
    bottom: 0;
    right: -500px;
    background-image: url('../assets/gifs/bg-contact.jpg');
    background-size: cover;
    background-position: center;
    opacity: 20%;
  }
  #encart-contact::after {
    position: absolute;
    content: '';
    top: 0;
    left: -500px;
    right: -500px;
    bottom: 0;
    background: hsla(0, 0%, 0%, 1);
    z-index: -1;
  }
  #encart-contact .container{
    position: relative;
    z-index: 2;
  }
  .col-urgence {
    position: relative;
    padding: 29px 12px !important;
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-family: 'Manrope', sans-serif;
    border-radius: var(--border-radius);
  }
  .col-urgence::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../assets/gifs/before-contact-urg.jpg');
    background-size: cover;
    background-position: center;
   opacity: 20%;
   border-radius: var(--border-radius);
   z-index: 0;
  }
  .col-urgence * {
    z-index: 2;
  }
  .col-urgence img {
    display: block;
    margin-bottom: 6px;
  }
  .col-urgence .phone {
font-size: 30px;
font-weight: 600;
line-height: 54.36px;
display: flex;
align-items: center;
gap: 8px;
  }
  .col-urgence span.material-icons {
    font-size: 30px;
    width: 30px;
    height: 30px;
}
  .col-urgence .telephone {
font-size: 33px;
font-weight: 700;
line-height: 54.36px;
  }
  .col-urgence .telephone address {
    margin: 0 !important;
  }
  .col-urgence .horaire {
font-size: 37px;
font-weight: 500;
line-height: 54.36px;
  }
  form#formulaire_4 input:not(.btn.fluid), form#formulaire_4 textarea {
    background: var(--background-color) !important;
    border-radius: var(--border-radius);
    border: none !important;
    padding: 16px 26px !important;
}

form#formulaire_4 input::placeholder, form#formulaire_4 textarea::placeholder  {
    color: var(--text-color) !important;
    font-size: 15px;
    opacity: 1 !important;
}

form#formulaire_4 label {
    display: none;
}

form#formulaire_4 .row-contact {
    display: flex;
    align-items: baseline;
    width: 100%;
    position: relative;
    gap: 24px;
    flex-wrap: nowrap;
}

form#formulaire_4 .row-contact p {
    width: 50%;
}
form#formulaire_4 input#field_5 {
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 28px;
}
.col.l8.col-formulaire .row-contact:nth-of-type(1) p {
  margin-top: 0 !important;
}

#bloc-05 .container, #bloc-05 p {
  position: relative;
}
#bloc-05 p {
  margin: 0 0 52px !important;
  padding-left: 120px;
}
#bloc-05 p::before {
position: absolute;
content: '';
top: 50%;
transform: translateY(-50%);
left: 0;
background-image: url('../assets/gifs/before-1.png');
width: 104px;
height: 104px;
}
#bloc-05 p:nth-of-type(2)::before {
  background-image: url('../assets/gifs/before-2.png');
}
#bloc-05 .btn-devis {
  margin-top: 8px;
}
.encart-avis {
  position: relative;
}
.encart-avis::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: -500px;
  right: -500px;
  background-image: url('../assets/gifs/bg-avis.jpg');
  background-size: cover;
  opacity: 15%;
  z-index: 0;
}
.encart-avis::after{
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: -500px;
  right: -500px;
background-color: hsla(0, 0%, 0%, 1);
  z-index: -1;
}


.avis-card {
  padding: 28px 22px; 
  background-color: var(--background-color);
  position: relative;
  font-family: "Inter", sans-serif;
 color:hsla(247, 4%, 45%, 1);
}
.avis-card-text {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 28px;
  padding-left: 76px;
  margin-top: 9px;
}
.avis-name {
  font-size: 14px;
  font-weight: 400;
  line-height: 20.59px;
  color: hsla(198, 88%, 9%, 1);
}
.avis-date {
  font-size: 11px;
  font-weight: 400;
  line-height: 16.18px;  
  color: hsla(0, 1%, 47%, 1);
}
.encart-avis .row.s-middle.s-start {
  justify-content: space-between !important;
  align-items: flex-start;
  padding-top: 6px;
}

#bloc-06 .btn-devis {
  margin-top: 24px;
}
#encart-actualites {
  position: relative;
  z-index: 0;
}
#encart-actualites::before {
  position: absolute;
  content: '';
  left: -5000px;
  right: -5000px;
  bottom: 0;
  top: 0;
  background: hsla(0, 0%, 97%, 1);
  z-index: -1;
}
#encart-actualites .title-2 {
  margin: 10px 0 66px;
}
.actualites-date {
  display: flex;
  align-items: center;
  gap: 9px;
font-size: 14px;
line-height: 28px;
font-weight: 500;
color: hsla(240, 26%, 11%, 1);
font-family: 'Roboto', sans-serif;
}
.actualites-card-content {
  background-color: var(--background-color);
  box-shadow: 0px 10px 50px 0px hsla(0, 0%, 0%, 0.08);
  padding: 24px;
}
.actualites-card-title a{
font-size: 29px;
font-weight: 700;
line-height: 33.4px;
}
.actualites-card-title {
  margin: 7px 0 10px;
  height: 67px !important;
  overflow: hidden;
}
.actualites-card-text {
font-size: 15px;
line-height: 28px;
height: 56px !important;
overflow: hidden;
}
.actualites-card .link a {
  margin-top: 32px;
  color: var(--primary-color);
font-size: 15px;
line-height: 28px;
text-decoration: none;
}
.actualites-card .link {
  margin-top: 32px;
}
.actualites-card-image a, .actualites-card-image a img {
  height: 100%;
  object-fit: cover;
}
footer {
  position: relative;
  z-index: 0;
}
.index-page footer {
  margin-top: 60px;
}
footer::before {
position: absolute;
content: '';
top: 0;
left: 0;
bottom: 0;
right: 0;
background-image: url('../assets/gifs/bg-footer.jpg');
background-size: cover;
opacity: 10%;
z-index: -1;
}
footer::after {
  position: absolute;
content: '';
top: 0;
left: 0;
bottom: 0;
right: 0;
background: hsla(0, 0%, 0%, 1);
z-index: -2;
}
footer .container {
  z-index: 1;
}
footer .section-1 {
  padding: 54px 0 16px !important;
}
footer .section-2 {
  padding: 22px 0 !important;
}
footer address {
  margin: 0 !important;
}
footer .siret {
  text-align: center;
font-size: 15px;
font-weight: 400;
line-height: 28px;
margin-top: 11px;
}
footer p {
font-size: 14px;
font-weight: 400;
line-height: 28px;
color:hsla(0, 0%, 80%, 1);
}
footer .title {
font-size: 29px;
font-weight: 700;
line-height: 33.4px;
margin-bottom: 31px;
margin-top: 26px;
}
footer li a {
font-size: 15px;
font-weight: 400;
line-height: 28px;
display: flex;
padding: 5px 0;
align-items: center;
gap: 14px;
text-decoration: none;
}
footer ul {
  list-style: none;
}
footer li {
  margin-bottom: 11px;
}
.footer-newsletter label {
  display: none;
}
.newsletterInput {
  position: relative;
  width: 100%;
}
#input_newsletter {
  width: 100%;
  padding: 15px 20px;
  background: hsla(330, 8%, 95%, 1);
  border-radius: var(--border-radius);
}
#input_newsletter::placeholder {
  opacity: 1 !important;
  color: hsla(240, 1%, 61%, 1) !important;
font-size: 15px;
font-weight: 400;
line-height: 28px;
}
#submit_newsletter {
  position: absolute;
  right: 4px;
  top: 4px;
  bottom: 4px;
  background-color: var(--primary-color);
  border-radius: 4px;
  height: 50px;
  width: 50px;
  background-image: url('../assets/gifs/bg-submit.svg');
  background-position: center;
  transition: .3s;
}
#submit_newsletter:hover {
  background-color: var(--accent-color);
}
span#mess_newsletter {
  font-size: 14px;
  color: var(--primary-color);
  margin-top: 10px;
}
.footer-coordonnes div{
  display: flex !important;
  align-items: center;
  gap: 6px;
font-size: 14px;
font-weight: 400;
line-height: 28px;
}
footer .section-2 a.tel {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}
.footer-brand p {
  margin: 14px 0 17px !important;
}
.footer-brand .reseaux-sociaux a{
  display: flex;
  background-color: #363739;
  box-shadow: 0px 2px 14px 0px #0406421A;
width: 45px;
height: 45px;
border-radius: 22.5px;
text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
footer .col.barre {
  padding: 0 !important;
}

.footer-coordonnes .col {
  padding: 0 6px !;
}
section.ac-doubleColonne.section {
  padding: 0 !important;
}
section.ac-doubleColonne .clear_both {
  margin-bottom: 30px !important;
}
.page-interne .note .btn-devis a,.page-interne .ac-doubleColonne .btn-devis a {
  display: flex;
  align-items: center;
}

.page-interne .note .btn-devis ,.page-interne .ac-doubleColonne .btn-devis {
  margin: 0 auto;
  margin-top: 13px;
  width: max-content;
}
.page-interne .ac-doubleColonne .btn-devis {
  margin: 33px 0 0;
}
.page-interne .note .btn-devis img,.page-interne .ac-doubleColonne .btn-devis img {
  width: 19px !important;
  height: 19px !important;
}
.sc-content .ac-doubleColonne .ac-colonne .btn-devis img {
  width: auto !important;
}
.boutons-detail {
  display: flex;
  justify-content: stretch;
  align-items: center;
  gap: 24px;
  margin-top: 32px;
}
footer .section-1 a:hover {
  color: var(--primary-color-40);
}
.actualites-card:hover a{
  opacity: .7;
}
.container.sc-content a:hover:not(.container.sc-content .btn-devis a:hover), .container.sc-content u:hover {
  color: var(--primary-color-40);
  text-decoration: none;
}
.valide p {
  color: var(--background-color);
  font-weight: 700;
  font-size: 20px !important;
}
.erreur {
  color: red;
}
#formulaire_4 .divGenerateurRequired {
  color: var(--background-color);
}

.info-header {
  font-weight: 700;
  text-align: center;
  font-size: 1.5rem;
  padding: 10px;
  background: var(--primary-color);
  margin-top: 10px;
  border-radius: var(--button-border-radius);
}

.title-slider.align-center {
  margin-bottom: 75px;
}


@media screen and (min-width: 601px) and (max-width: 992px) { 
  .prestations-card-content a {
    margin-bottom: 25px;
}
  .boutons {
    margin: 0 auto;
}
  .detail-actu-image img,.blocs img,#encart-zones img,
  .ac-colonne img, 
    .blocs .img-cover, #listing-autres-actus-categorie {
    display: block;
    max-width: 450px !important;
    max-height:auto;
    margin: 30px auto !important;
    object-fit: cover;
  }
  #listing-autres-actus-categorie  {
    max-width: 350px !important;
  }
  .btn:not(.fluid, .btn-rdv a) {
    width: auto !important;
  }
}
@media screen and (min-width: 993px) {

  
.info-header {
  font-weight: 700;
  text-align: center;
  font-size: 1.5rem;
  padding: 10px;
  background: var(--primary-color);
  margin-top: 10px;
  display: inline-block;
  position: absolute;
  right: 0px;
  bottom: -72px;
  border-radius: var(--button-border-radius);
}

.index-page   .info-header {

  bottom: 0px;

}

 .page-interne section.note p:nth-of-type(1) {
    margin-top: 0 !important;
}
.page-interne section.note p:nth-last-of-type(1) {
  margin-bottom: 0 !important;
}
.section-interne-1.section .ac-colonne_1 {
    width: 40% !important;
}

.section-interne-1.section .ac-colonne_2 {
    width: 60% !important;
}
  .blocs .bloc-image {
    position: relative;
  }
  .blocs .bloc-image:not(.bloc-img-right) {
    z-index: 0;
  }
  .bloc-img-right::before, .bloc-img-left::after {
    position: absolute;
    content: '';
    width: 560px;
    height: 627px;
    top:170px;
    left: 130px;
    border: 2px solid var(--accent-color);
    z-index: 3;
  }
  #bloc-03 .bloc-img-left::after {
    top: 54px;
    right: 77px;
    width: 571px;
    height: 538px;
    left: auto;
  }
  #bloc-05 .bloc-img-left::after {
    top: 94px;
    right: 80px;
    width: auto;
    height: auto;
    bottom: 45px;
    left: -73px;
  }
  .boutons-detail {
    justify-content: flex-end;
    flex-wrap: nowrap;
  }
  .page-interne .ac-doubleColonne .btn-devis {
    float: right;
    width: max-content;
  }
  .page-interne .ac-doubleColonne .btn-devis a {
    justify-content: flex-end;
  }
  .page-interne #container:not(.devis #container) {
    padding-bottom: 0;
}
.devis #container {
  padding: 80px 0 !important;
}

body.page-interne footer {
    margin-top: 0 !important;
}
  .sc-content .clear_both {
    margin-bottom: 120px !important;
  }
  div#container {
    padding-top: 50px !important;
}
 .section-interne-1 {
  padding-top: 0px !important;
}
  .page-interne h1, .page-interne h1 span {
    text-align: left;
  }
  .page-interne .section-interne-1 p:nth-of-type(1) {
    margin-top: 0 !important;
  }
  .page-interne .section-interne-1 p:nth-last-of-type(1) {
    margin-bottom: 0 !important;
  }
  .page-interne main p:not(.page-interne #encart-contact p, .page-interne #encart-catalogue p, .page-interne #encart-actualites p, .page-interne #encart-avis p) {
    margin: 33px 0;
  }
  .page-interne #container {
    position: relative;
    background-color: var(--background-color);
    max-width: 1440px;
    margin: 0 auto;
    margin-top: -423px;
    z-index: 0;
  }
  .page-interne .slide-img {
    padding-bottom: 447.5px;
  }
  footer .section-2 svg {
    width: 24px;
    height: 24px;
  }

  .slick-actualites {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
   grid-template-rows: repeat(2, 1fr);
   row-gap: 24px;
}

  .slick-actualites .col:nth-of-type(1){
 grid-area: 1/1/3/2;
  }
  .slick-actualites .col:nth-of-type(2){
    grid-area: 1/2/2/3;
  }
  .slick-actualites .col:nth-of-type(3){
    grid-area: 2/2/3/3;
  }
  .slick-actualites .col:nth-of-type(2) .actualites-card,  .slick-actualites .col:nth-of-type(3) .actualites-card  {
    display: flex;
    height: 100%;
  }
  .slick-actualites .actualites-card-image,   .slick-actualites .actualites-card-content {
    width: 50%;
    height: 100%;
  }
  .slick-actualites .col:nth-of-type(1) .actualites-date {
    font-weight: 400;
    font-size: 15px;
    font-family: var(--primary-font);
  }
  .slick-actualites .col:nth-of-type(1) .actualites-card-image, .slick-actualites .col:nth-of-type(1) .actualites-card-content {
    width: auto;
    height: auto;
    background-color: transparent;
  }
  .slick-actualites .col:nth-of-type(1) .actualites-card-title {
    margin-bottom: 32px;
  }
  .slick-actualites .col:nth-of-type(1) .actualites-card-content {
    padding: 26px 0 0 !important;
    box-shadow: none;
    max-width: 525px;
  }
  .slick-actualites .col:nth-of-type(1) .link {
    padding-top: 14px;
    border-top: 1px solid hsla(247, 4%, 45%, 1);
  }

  #bloc-06 p:nth-of-type(1) {
   margin-top: 0 !important;
  }
  #bloc-05 .bloc-image {
    position: relative;
  }
  #bloc-05 .bloc-image::before {
  position: absolute;
  content: '';
  top: 270px;
  right: 204px;
  bottom: -117px;
  left: -139px;
  background-image: url('../assets/gifs/bloc-05-1.jpg');
  border: 10px solid var(--background-color);
  }
  #bloc-05 .btn-devis {
    text-align: right;
  }
  #encart-contact .row-1 {
    gap: 72px;
    flex-wrap: nowrap;
  }
  #bloc-04 .bloc-image-2::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    right: -91px;
    background-image: url('../assets/gifs/bloc-04-1.jpg');
    border-width: 10px 0px 0px 10px;
border-style: solid;
border-color: var(--background-color);
width: 394px;
height: 490px;
background-size: cover;
border-radius: var(--border-radius);
  }
  #bloc-04 .bloc-image-2 {
    position: relative;
  }
  #bloc-04 .bloc-horizontal  p {
    margin-bottom: 44px;
  }
  #bloc-04 .bloc-horizontal  p em {
padding: 36px 80px 36px 104px;
  }
  #bloc-04 .bloc-horizontal {
    margin-top: 60px;
    padding-right: 0 !important;
        border-radius: 6px 0 0 6px;
  }
  #bloc-04 .bloc-horizontal em {
        border-radius: 6px 0 0 6px;
  }
  #bloc-04 .bloc-text p:nth-of-type(3) {
    margin: 0 0 31px;
  }
  #bloc-04 .bloc-text p:nth-of-type(1) {
    margin: 15px 0 0 ;
  }
  #bloc-04 .bloc-text p:nth-of-type(2) {
    margin: 23px 0 ;
  }
  #encart-catalogue .container::before {
    bottom: -100px;
  }
  #encart-catalogue .container {
    width: 100%;
  }
  #encart-catalogue .col {
    padding: 0 20px !important;
  }
  #encart-catalogue::before,   #encart-catalogue::after {
    left: 5%;
    right: 5%;
  }
 #bloc-03 .bloc-horizontal {
    align-self: end;
}
  #bloc-03 .bloc-image-2 .btn-devis {
    text-align: end;
  }
  #bloc-03 .bloc-image-2 img {
max-height: 182px;
width: 100%;
object-fit: cover;
  }
  #bloc-03 p:nth-of-type(2) em {
    padding: 20px 29px;
  }
  #bloc-03 p:nth-of-type(2) {
    margin: 22px 0;
  }
  #bloc-03 .bloc-text p:nth-of-type(1) {
    margin: 0 !important;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--primary-color);
  }
  .slick-dots {
    bottom: -70px;
  }
  main .section:not(main .section-contact) {
    padding: 100px 0;
  }
 .bloc-horizontal p {
    margin-top: 0;
}
  #bloc-02 .row-2 {
    margin-top: 60px;
}
#bloc-02 .bloc-image-2 {
    max-width: max-content;
    position: relative;
}

#bloc-02 .bloc-image-2 img {
  max-width: 290px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-right: 10px solid var(--accent-color);
    display: block;
}
  main p {
    margin: 25px 0 0;
  }
  #bloc-02 .bloc-image {
    position: relative;
  }

#bloc-02 .bloc-image::before {
    position: absolute;
    content: '';
    top: 99px;
    bottom: 58px;
    left: 296px;
    background-image: url('../assets/gifs/bloc-02-1.jpg');
    width: 340px;
    border-top: 10px solid #fff;
    border-left: 10px solid #fff;
    background-size: cover;
}
  div#bloc-02 .container {
    width: 100%;
}
  h1 {
    font-size: 48px;
    line-height: 70px;
    }
    h1 span {
      font-size: 35px !important;
      line-height: 28.4px !important;
    }
  .header-content .row {
    flex-wrap: nowrap !important;
  }
  .barre-top {
    background-color: var(--background-color);
  }
  .barre-top .barre {
    color: var(--title-color);
  }
  .barre-top .reseaux-sociaux a {
    max-height: 20px;
    display: flex;
}
  .header-content .nav ul li.sous_menu > a::after {
    content: url('../assets/gifs/after-nav.svg') !important;
  }
  .header-content ul:not(.header-content ul.dropdown) {
    gap: 12px;
  }
  .header-content nav a {
    padding: 4px !important;
  }
  .header-content .nav ul li.sous_menu ul.dropdown > li a {
    padding: .75rem !important;
    font-size: 12px !important;
  }
  .header-content nav a {
    border-bottom: 1px solid transparent !important;
   }
   .header-content nav a.selected,  .header-content nav a:hover {
    border-color:var(--primary-color) !important;
  }
  .header-content .nav ul li:hover > a:not(.header-content .nav ul.dropdown li:hover > a), .header-content .nav ul li a.selected:not(.header-content .nav ul.dropdown li a.selected)  {
    color: inherit !important;
  }
  .sticky-active .main-header-content {
    background-color: #4a4a4a !important;
  }
  .header-content ul.dropdown{
    color: var(--text-color) !important;
  }
  .index-page h1, .index-page h2 {
    margin: 0 !important;
  }
  main .section:not(main .section-contact) {
    padding: 100px 0;
  }
  .nav-footer ul {
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
}
  .slick-slider {
    margin-bottom: 0 !important;
  }
  footer .row {
    flex-wrap: nowrap;
  }
  .nav-footer {
    flex-wrap: nowrap;
  }
  .header-content nav a {
    min-width: max-content;
}
  .boutons-detail {
    justify-content: flex-end;
    flex-wrap: nowrap;
  }
  .page-interne ul {
    margin-block-end: 0;
}
  fieldset {
    padding-left: 40px;
    padding-right: 40px;
}
  .contact-page .header-content {
    background: #000000 !important
}
.barre-top .btn-devis a {
  border-radius: 0 !important;
}
  .header-content .container {
    width: 98%;
}
  .slide-img {
   padding-top: 152px;
  }

  .main-header-content nav a {
font-size: 14px;
font-weight: 400;
line-height: 28px;
  }
  .main-header-content nav ul.dropdown a {
    font-size: 13px;
  }
  .main-header-content {
    padding: 19px 0;
    color: var(--background-color);
  }
  .barre-top .col {
    padding: 0 6px !important;
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .barre-top{
font-size: 14px;
line-height: 28px;
color: var(--title-color);
  }
  .barre-top .urgence {
    font-size: 11px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 12px 6px !important;
    z-index: 0;
  }
  .barre-top .urgence::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: -20px;
    left: -5000px;
    background-color: var(--primary-color);
    clip-path: polygon(0 0, 99.2% 0, 100% 100%, 0% 100%);
    display: block;
    z-index: -1;
  }
  .barre-top a.tel {
font-size: 18px;
font-weight: 700;
line-height: 28px;
font-family: "Roboto", sans-serif;
  }
  .header-content {
    background-color: transparent ;
  }
  .header-content .devis {
    display: none;
  }
  body:not(body.contact-page) {
    padding-top: 50px !important;
}
 /** 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;
}


.encart-contact-1:not(.index-page .encart-contact-1) {
 margin: 100px 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: 0 0 50px !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;
}
p.titre-relance {
margin-top: 0;
}
.sc-content #relance {
 margin-top: 0 !important;
 margin-bottom: 0 !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) {
  .col-urgence .phone {
    font-size: 36px;
  }
  #bloc-02 {
    padding: 80px 40px;
  }
  h1 {
  font-size: 50px;
  line-height: 70px;
  }
 .index-page h1 {
    font-size: 55px;
    }
  h1 span {
    font-size: 35px !important;
    line-height: 45px !important;
  }
  .barre-top .urgence {
    font-size: 15px;
  }
  .barre-top .urgence::before {
    right: -81px;
    clip-path: polygon(0 0, 98.4% 0, 100% 100%, 0% 100%);
  }
}
@media screen and (min-width: 1440px) {
  .page-interne .row.slick-catalogue {
    margin-left: -10%;
    margin-right: -10%;
}
  #encart-catalogue .container::before {
    bottom: -120px;
  }
  main .section:not(main .section-contact) {
    padding: 120px 0;
  }
  h2, .title-2 {
font-size: 40px;
line-height: 48.4px;
  }
  #bloc-02 {
    margin: -167px auto 0;
    padding: 120px 112px;
  }
  .index-page .slide-img {
    padding: 170px 0 206px;
  }
  h1.h1-geoloc {
    min-width: max-content;
}
  .header-content .container {
    width: 90%;
}
  .main-header-content nav a {
    font-size: 16px;
      }
      .main-header-content nav ul.dropdown a {
        font-size: 14px;
      }
}
@media screen and (min-width: 1920px) {
  .page-interne #encart-catalogue .container::before {
    left: -10%;
    right: -10%;
  }
  .page-interne #encart-catalogue::before, .page-interne #encart-catalogue::after {
    left: -120px;
    right: -120px;
}
  .page-interne .row.slick-catalogue {
    margin-left: -350px;
    margin-right: -350px;
}
  #encart-catalogue .container::before {
    max-width: 1440px;
  }
  #encart-catalogue::before,   #encart-catalogue::after {
    left: 240px;
    right: 240px;
  }
  div#bloc-02 h2 {
    max-width: 580px;
}
#bloc-02 {
  width: 100%;
}
}
@media screen and (max-width: 992px) {
.footer-newsletter {
    max-width: 400px;
    margin: 10px auto;
}
  #bloc-06 .align-right {
    text-align: left;
}
.prestations-card-text br {
    display: none;
}

.prestations-card-text {
    padding: 0 10px;
    min-height: 135px;
}
.prestations-encart-card-title {
    font-size: 20px;
}
  footer .col.barre {display: none !important;}

.footer-coordonnes div {
    margin: 15px 0;
}
  .siret {
    margin-top: 15px;
  }
  footer .reseaux-sociaux {
    justify-content: center;
    display: flex;
}
  .actualites-card-content {
    margin-bottom: 55px;
}
  .menu-mobile .brand {
    max-width: 150px;
  }
  #bloc-05 p {
    padding: 120px 0 0;
}

#bloc-05 p::before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
  #bloc-04 .bloc-text p:nth-of-type(2) {
    padding-left: 50px;
}

#bloc-04 .bloc-text p:nth-of-type(2)::before {
    left: 20px;
}

form#formulaire_4 .row-contact {
    display: block;
}

form#formulaire_4 .row-contact p {
    width: 100%;
}
  #encart-catalogue .container::before {
    display: none;
  }
  .sur-title {
    font-size: 13px;
}
#bloc-02 .bloc-text p:nth-of-type(2)::before {
    display: block;
    margin: 0 auto;
}
#bloc-02 .bloc-text p:nth-of-type(2) {
    padding: 200px 0 0;
}
div#bloc-02 {
    padding: 60px 0;
}
 .row.row-2 {
    display: flex;
    flex-direction: column-reverse;
}

.index-page p em {
    padding: 20px;
}

div#encart-prestations .sur-title, #encart-catalogue .sur-title {
    text-align: center;
}

#encart-prestations::before,#encart-prestations::after {
    bottom: -100px;
}

  h1 {
    line-height: normal !important;
  }
  .brand {
    color: #fff;
  }
  h1 span {
    font-size: 25px;
    line-height: normal !important;
  }
  footer .brand .row {
    justify-content: center;
    flex-wrap: nowrap;
    text-align: left;
  }
  .prestations-card-content a {
    margin-bottom: 0;
  }
  .row-logo img, .logo-qualif {
    display: block;
    margin: 0 auto;
}
.logo-qualif {
  margin: 20px auto 0 !important;
}
.nav-footer ul li {
    text-align: center;
}

footer li a {
    justify-content: center;
    padding: 5px 0;
}

.footer-coordonnes div {
    justify-content: center;
    margin: 15px 0;
}

footer .title {
    margin-top: 20px;
}
  .row-logo img {
    display: block;
    margin: 0 auto;
}
  .fold .phone {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 700;
}
.slide-img {
  padding: 0 !important;
}
 .slide-content {
  padding: 165px 0;
}


h1.h1-geoloc span, .title-1.h1-geoloc span {
    font-size: 16px;
    line-height: normal;
}

.slick-dots li button {
    width: 20px;
    height: 20px;
}
.prestations-card-text {
    padding: 0;
}

.points-fort {
    flex-direction: column;
}

.points-fort img {
    min-height: fit-content;
    width: 100%;
    max-height: 200px;
    object-fit: cover;
}

.coordonnees-bloc {
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
    justify-content: center;
    text-align: center;
}
  .actualites-card-content {
    padding: 24px;
  }
  .actualites-card-image,.actualites-card-image img,.actualites-card-image a {
    min-height: 240px;
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #encart-catalogue .catalogue-card-image, #encart-catalogue .catalogue-card-image a , #encart-catalogue .catalogue-card-image img {
    max-height: 286px;
  }

  /* .menu-mobile .btn-menu {
    color: var(--title-color) !important;
} */
  footer .brand {
    text-align: center;
  }

 .footer-coordonnees {
   margin-top: 16px;
 }
  .blocs img {
    margin-bottom: 20px;
  }

  #encart-prestations {
    padding-bottom: 0 !important;
  }
 .fold .slick-slider {
   margin-bottom: 0 !important;
 }
  .header-content .nav#main-nav li:not(.opened) a.selected {
    border-bottom-color:hsla(48, 6%, 84%, 1) !important;
  }
  .header-content .nav > ul > .sous_menu.opened > a, .header-content .nav .dropdown > .sous_menu.opened > a {
font-weight: 700;
line-height: 24px;
  }
  .header-content .nav#main-nav li:not(.opened) a, .header-content .nav#topbar-nav li:not(.opened) a {
font-weight: 700;
line-height: 24px;
border: 0.5px solid hsla(48, 6%, 84%, 1);
padding: 24px !important;
  }
  .footer-coordonnees {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
 .slick-dots li.slick-active button .slick-dot-icon {
    color: var(--title-color) !important;
}
  /* .menu_opened .menu-mobile {
    border-bottom: solid 1px #ebebeb;
} */
  #fil_ariane,  nav#fil_ariane, .fil-ariane {
    font-size: 14px;
  }
  .header-content .nav ul li a.selected {
    color: var(--primary-color-40) !important;
  }

  .menu-mobile .brand .row {
    flex-wrap: nowrap;
  }
  footer .section-1 li {
    margin: 5px 0;
  }
  footer {
    text-align: center;
  }
  .slide-img .btn-devis {
    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 5%;
    width: 100%;
  }
  .fold-interne {
    box-shadow: 0px 4px 4px 0px hsla(220, 21%, 20%, 0.1);
    margin-bottom: 10px;
  }
  .menu-mobile {
    background-color:#000 !important;
    height: 96px;
}
.menu_opened .menu-mobile {
    height: 3.5rem !important;
}
}
@media screen and (max-width: 600px) {
  .blocs .bloc-image {
    max-height: 440px;
}
  .blocs img:not(.row-logo img, .logo-qualif) {
    min-height: 440px;
    display: block;
    object-fit: cover;
    width: 100%;
  }
  .blocs img {
    margin-top: 24px;
}
  .fold .btn-contact,
  .fold .btn-devis, 
  .fold .btn-rdv {
    margin-top: 8px;
  }
  .slider-slick {
    display: block;
  }
}

.intervention{
  background-color: grey;
  padding: 15px;
  color: white;
  font-weight: bold;
  margin: 10px 0 0 0;
}