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

  --accent-h: 0; /* hue */
  --accent-s: 62%; /* saturation */
  --accent-l: 42%; /* lightness */

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

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

  --gray0:#fff;
  --brand-500:rgba(226, 81, 81, 1);

  --primary-font: "alexandria", sans-serif;
  --secondary-font: "neulis-sans", sans-serif;
  --therciaux-font: "Roboto", sans-serif;

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


  --typescaletextmd:16px;
  --accent-color-80:rgba(120, 36, 36, 1);

  --link-color: rgba(120, 36, 36, 1);

  --border-radius: 4px;
  --button-border-radius: 4px;
  --transition: 0.3s all ease-in-out;

  --title-color: rgba(51, 51, 51, 1); /* lightness */

  /* font size */
  /* ===== */

  --display2xl: 61px;
  --displayxl: 49px;
  --displaylg: 39px;
  --displaymd: 31px;
  --displaysm: 25px;
  --displayxs: 20px;

  --textlg: 20px;
  --textmd: 16px;
  --textsm: 13px;
  --textxs: 10px;

  --h1-font-size: var(--displayxl);
  --h2-font-size: var(--displaylg);
  --h3-font-size: var(--displaymd);
  --h4-font-size: var(--displaysm);
  --h5-font-size: var(--displayxs);

  --h1-mobile-font-size: var(--displaylg);
  --h2-mobile-font-size: var(--displaymd);
  --h3-mobile-font-size: var(--displaysm);
  --h4-mobile-font-size: var(--displayxs);
  --h5-mobile-font-size: var(--textlg);
  --h6-mobile-font-size: var(--textsm);
}
/* =============================== */
/*           GENERAL                 */
/* =============================== */
a {
  transition: var(--transition);
}
a, p {
  line-height: var(--line-height);
}
.index-page h1,
.index-page h2,
.index-page h3,
.index-page .title-2,
h1.h1-geoloc span,
.title-1.h1-geoloc span, .index-page .title-1 {
  margin: 0;
}
h1.h1-geoloc span,
.title-1.h1-geoloc span {
  margin-top: 8px;
}

.slick-prestations {
  margin-top: 40px;
}
.slick-catalogue,
.slick-avis,
.slick-images {
  margin-top: 40px;
}
h1,
h2,
h3,
h4,
h5,
.title-1,
.title-2,
.title-3,
.card-title,
.card-title a,
h1 span,h1.h1-geoloc span, .title-1.h1-geoloc span {
  font-family: var(--therciaux-font);
  font-weight: 600;
}
h1, .index-page h1, h1.h1-geoloc, .title-1.h1-geoloc {  
  font-size: var(--h1-mobile-font-size);
  line-height: 39px;
  color: var(--title-color);
}
h1 span {
  font-size: var(--h3-mobile-font-size);
  line-height: 27px;
  color: var(--title-color);
  display: block; margin-top: 8px;
}
h3 {
  font-size: var(--h3-mobile-font-size);
  line-height: 27px;
  color: var(--title-color);
  display: block;
}

h2,
.title-2 {
  font-size: var(--h2-mobile-font-size);
  line-height: 31px;font-weight: 600;
  color: var(--title-color);
}
h3 {
  color: var(--brand700);
}
/* =============================== */
/*           END              */
/* =============================== */

/* =============================== */
/*           BOUTONS                 */
/* =============================== */

.btn:not(#recherche_actu_submit) {
  padding: 9px 18px;
  border-radius: var(--button-border-radius);
  font-size: var(--textmd);
  font-weight: 500;
  line-height: 24px;
  border:1px solid  var(--accent-color)
}
.btn.accent {
  color: var(--gray0);
}
.btn.accent:hover {
  background-color:rgba(120, 36, 36, 1);
}
.btn.outlined {
  border: 1px solid var(--accent-color);
  background-color: transparent;
  color: var(--accent-color);
}
.btn.outlined:hover {
  background-color: var(--accent-color);
  color: var(--background-color);
}
.slide-content .btn.outlined,.section.bloc-primary .btn.outlined {
  color: var(--gray0);
  border-color: var(--gray0);
}
.slide-content .btn.outlined:hover,.section.bloc-primary .btn.outlined:hover {
  border-color:  var(--primary-color);
}
@media screen and (min-width: 993px) {
div#encart-actualites .actualites-encart-btn.desktop-only {
  margin-bottom: 48px;
  margin-top: 16px;
}
div#encart-actualites .btn-mobile-only {display: none;}
}
.btn.primary{
  border: 1px solid var(--accent-color);
  background: transparent;
  color: var(--text-color);
}
.contact-page ul.coordonnees .row.s-middle {
  display: grid;
  grid-template-columns: 52px 1fr;
}
/* =============================== */
/*          END BOUTONS                 */
/* =============================== */

/* =============================== */
/*           HEADER                 */
/* =============================== */
@media screen and (max-width: 992px) {

}


@media screen and (min-width: 993px) {
  .header-contact a.tel{font-weight: 400;}
  
  .col.adress-top.header-contact {
    padding: 0;
  }
  .adress-top a{
    font-size: var(--typescaletextmd);color: var(--title-color);padding: 6px 0;
    font-weight: 400;
    line-height: 24px;
  }
  .adress-top a:hover{color: var(--accent-color-80);}
  .header-content .nav#main-nav > ul{gap: 16px;}
  .header-content .nav#main-nav > ul > li > a{
    position: relative;
    padding: 4px;color: var(--title-color);    
    font-size: var(--typescaletextmd);
    font-weight: 300;
    line-height: 24px;
    text-align: left;
  }
  div#bloc-form-bas input#field_5 {
    margin-top: 16px;
}
  .header-content .nav#main-nav > ul > li > a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 7px;
    translate: -50% 50%;
    height: 2px;
    width: 0%;
    background: var(--title-color);
    transition: var(--transition);
  }
  .header-content .nav ul li.sous_menu ul.dropdown > li a{font-size: 14px;}
  .header-content .nav ul li ul li:hover > a, .header-content .nav ul li ul li> a.selected {
    background: var(--accent-color);color: #fff;
  }
  .header-content .nav ul li a.selected:before, .header-content .nav ul li a:hover:before {
    width: 100% !important;
  }
  .header-content .nav ul li.sous_menu>a::after {
    content: url(../assets/gifs/drow-nav.svg);
    text-decoration: none;
  }
  .menu_btn, .main-header-content {
    padding: 7px 0;
  }
   


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

}
/* =============================== */
/*           END HEADER                 */
/* =============================== */

/* =============================== */
/*           FOLD + SLIDER         */
/* =============================== */
.slide-content .title-1, .slide-content h1{
  color: #fff;font-family: var(--therciaux-font);font-weight: 600; 
}
@media screen and (max-width: 992px) {
  .main-slideer {
    padding: 40px 0;
}
  .slide-content .title-1{
    font-size: 32px;
    line-height: 37px;
  }
  .title-1 span{
    font-size: 29px;
    line-height: 29px;
    margin: 8px 0;
  }
  
}
@media screen and (max-width: 600px) {
  


}
@media screen and (min-width: 993px) {
  header .slick-slider, #encart-prestations .slick-slider, .slick-slider {
    margin-bottom: 0;
  }
  .slide-content .title-1{   
    font-size: 47px;
    line-height: 47px;
  }
  .slide-content .title-1 span {
    display: block;margin-top: 8px;
    font-family: var(--therciaux-font);
    font-size: var(--displaylg);
    font-weight: 600;
    line-height: 39px;
    margin-bottom: 16px
  }
  .main-slideer {
    padding: 222px 0;
  }
  .fold.fold-interne .main-slideer {
    padding: 70px 0;
  }
  
}

/* =============================== */
/*           ENCART PRESTATIONS      */
/* =============================== */
a.gtm-presta-1 {
  position: relative;
  text-decoration: none;
}
span.ico-prest {
  position: absolute;z-index: 2;
  top: 0;
  left: 0;
}
a.gtm-presta-1 .prestations-card-image {
  margin-bottom: 20px;position: relative;overflow: hidden;
}
a.gtm-presta-1 .prestations-card-image::before {
  content: '';
  position: absolute;
  bottom: -100%; 
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(198, 47, 47, 0.8); /* La couleur qui apparaîtra */
  transition: bottom 0.3s ease-in-out; /* Animation fluide */
  z-index: 0;
}
a.gtm-presta-1:hover .prestations-card-image:before {
  bottom: 0; /* Monte pour remplir l'élément */
}
.prestations-card-title {
  font-weight: 600;
  line-height: 25px;
  font-size: 25px;
  color: var(--title-color);margin-bottom: 18px;
}

@media screen and (max-width: 992px) {
  
}
@media screen and (max-width: 600px) {
  
}
@media screen and (min-width: 993px) {
  #encart-prestations, #bloc-devis, #bloc-02, #bloc-03, #bloc-04, #bloc-06, #encart-actualites, #bloc-form-bas {
    padding: 100PX 0;
  }
  #encart-avis, #encart-pt-fort, #bloc-05{padding: 20PX 0;}
  h2, .title-2 {
    font-size: var(--displaylg);
    line-height: 39px;
    color: var(--title-color);
    position: relative;
    padding-bottom: 14px;    
  }
  .index-page h2 span {display: block;}
  .title-2 {display: inline-block;}
  .title-2:after {
    content: "";
    position: absolute;
    height: 4px;
    width: 66%;
    background: var(--brand-500);
    display: block;
    bottom: 0;
  }
  

}

/* =============================== */
/*           BLOC 01     */
/* =============================== */
.index-page h1 {
  margin-bottom: 24px;
}
h1.h1-geoloc span::before, .title-1.h1-geoloc span::before{display: none;}

@media screen and (max-width: 992px) {
  
}
@media screen and (max-width: 600px) {
  
}
@media screen and (min-width: 993px) {
  h1, .index-page h1, h1.h1-geoloc, .title-1.h1-geoloc {
    font-size: var(--h1-font-size);
    line-height: 49px;    
  }
  .index-page h1 span, h1.h1-geoloc span, .title-1.h1-geoloc span{
    font-size: var(--displaylg);
    line-height: 39px;
  }
  h1.h1-geoloc span {
    max-width: 440px;
    margin-bottom: 26px;
  }
  #bloc-01 {
    padding: 20px 0 80px 0;position: relative;
  }
  
  #bloc-01:before{
    content: "";
    position: absolute;
    background: url(../assets/gifs/before-bloc.png);
    width: 237px;
    height: 270px;left:0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
}
#bloc-02:before, #bloc-06:before {
  content: "";
  position: absolute;
  background: url(../assets/gifs/before-bloc-long.png);
  width: 237px;
  height: 534px;left:0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
}
  #bloc-01:after{
    content: "";position: absolute;
    background: url(../assets/gifs/after-bloc.png);
    width: 237px;
    height: 270px;
    top: 50%;right: 0;
    transform: translateY(-50%);
    margin: 0 auto;
  }
  #bloc-03:after, #bloc-05:after{
    content: "";position: absolute;
    background: url(../assets/gifs/after-bloc-long.png);
    width: 237px;
    height: 534px;
    top: 50%;right: 0;
    transform: translateY(-50%);
    margin: 0 auto;
  }

}

/* =============================== */
/*           ENCART devis    */
/* =============================== */

#bloc-devis .container{background: rgba(240, 239, 239, 1);position: relative;}
.main-centent-dev p strong {
  display: block;
}
@media screen and (max-width: 992px) {
  .main-centent-dev {
    padding: 10px 15px 30px 15px;
  }
  
}
@media screen and (max-width: 600px) {
  
}
@media screen and (min-width: 993px) {
  .content-dev {
    background: rgba(240, 239, 239, 1);position: relative;
  }
  #bloc-devis .container:before{
    content: "";
    background: url(../assets/gifs/after-devis.png);
    position: absolute;
    width: 513px;
    height: 568px;
    right: -78px;
    top: -162px;
    z-index: -1;
  }

}


/* =============================== */
/*           ENCART AVIS     */
/* =============================== */
.avis-card {
  padding: 24px;
  color: var(--text-color);
  position: relative;
  background-color: rgba(247, 246, 246, 1);
  font-weight: 400;
}
.avis-card .avis-card-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-left: 76px;
  height: 96px;
  margin: 8px 0 4px;
}
.avis-name {
  font-style: normal;
  font-weight: 700;
  color: var(--title-color);
  font-size: var(--textmd);
  line-height: 24px;
}
.encart-avis .align-right button.show-more.btn.small {
  padding: 0 !important;    color: rgba(120, 36, 36, 1);border: none !important;
}
.avis-date {
  font-size: var(--textxs);
  font-style: normal;
  font-weight: 400;
  margin-left: -16px;
  color: hsla(209, 17%, 59%, 1);
}
.encart-avis .row.s-middle.s-start {
  padding-top: 4px;
}


.date.avis-date.card-date.avis-card-date.avis-encart-card-date.small,
.encart-avis .avis-card.js-more .avis-card-text::after, form#formulaire_7 .divGenerateur label.optional {
  display: none;
}
/* =============================== */
/*        BLOC 02     */
/* =============================== */
#bloc-04, #bloc-form-bas {
  background: rgba(247, 246, 246, 1);
}


@media screen and (max-width: 992px) {
  
}
@media screen and (max-width: 600px) {
  
}
@media screen and (min-width: 993px) {
  li.firstLi.no-menu-desk {
    display: none;
}
  #bloc-02, .col-img, #bloc-06, #bloc-03, #bloc-04, #bloc-05 {
    position: relative;
  }
  #bloc-02 .col-img img, #bloc-06 .col-img img {
    position: absolute;
    height: 100%;
    width: 151.5%;
    left: 0;
    top: 0;
    max-width: none;
  }
  #bloc-03 .col-img img,  #bloc-05 .col-img img {
    position: absolute;
    height: 100%;
    width: 151.5%;
    right: 0;
    top: 0;
    max-width: none;
  }
  #bloc-04 .col-img img {
    position: absolute;
    height: 100%;
    width: 162%;
    left: 0;
    top: 0;
    max-width: none;
  }



}




/* =============================== */
/*   POINTS FORT                  */
/* =============================== */
p.bloc-primary {
  background: #fff;
  padding: 20px;
}
.page-interne p.bloc-primary {
  background: rgba(247, 246, 246, 1);
}
#encart-pt-fort h2 {
  margin-bottom: 50px;
}
.item-pt-fort {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
span.title-pt {
  font-family: var(--therciaux-font);
  font-weight: 600;
  line-height: 20px;
  font-size: 20px;
  color: var(--title-color);
}
@media screen and (max-width:992px){
  #bloc-form-bas h2 {
    margin-bottom: 28px;
    padding-bottom: 0;
}

}

/* =============================== */
/*   END POINTS FORT                  */
/* =============================== */


/* =============================== */
/*   ENCART ACTUALITES               */
/* =============================== */
.bloc-top-act .encart-btn {
  margin-top: 20px;
}

#encart-actualites .col-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 48px;
}

#encart-actualites img, .actualites-card, .actualites-card-image, .actualites-card-image a, .actualites-card-image a img {
  /*border-radius: var(--border-radius);*/
}

.actualites-card {
  background: rgba(247, 246, 246, 1);
  padding: 20px;
  transition: var(--transition);position: relative;
}
.actualites-card:hover {
  background: rgba(227, 226, 226, 1);
}

.actualites-card-title a {
  display: block;
  text-decoration: none;
  font-size: var(--displayxs);
  font-weight: 500;
  color: var(--title-color);
  line-height: 25px;
  transition: var(--transition);
}
.actualites-card-title a:before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* .actualites-card-text {
  height: 72px;
  overflow: hidden;
  margin-top: 12px;
} */


.slick-actualites .actualites-card-image a,.slick-actualites .actualites-card-image a img {
  display: block;
  height: 100%;
  object-fit: cover;
}
.actualites-card-image {
  overflow: hidden;
}
.actualites-card-image img {
  transition: var(--transition);
}
.actualites-card:hover img {
  transform: scale(1.1);
}
.actualites-card:hover .actualites-card-title a {
 color: var(--accent-color);
}
.actualites-card-title {margin-bottom: 12px;}
.actualites-card-text {
  margin-bottom: 16px;
}
.link-actu span {
  text-decoration: none;
  color: rgba(120, 36, 36, 1);
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  display: block;
}
.actualites-card .link {
  margin-top: 1rem;
}
.bloc-actualites .col-1 img {
  margin-bottom: 30px;
}


@media screen and (min-width:993px) {
  .bloc-actualites .col-1 img {
    margin-bottom: 0;
}
.actualites-card-title {
  height: auto;
  overflow: hidden;
}
  .actualites-card-title a {
    font-size: var(--displaysm);
    line-height: 30px;
  }
.slick-actualites .actualites-card-image {
  width: 100%;
}
.slick-actualites .actualites-card-content {
  width: 100%;
}
.slick-actualites .actualites-card { 
  height: 100%; 
}
.slick-actualites {
  row-gap: 24px;
  height: 100%;
}
}

/* =============================== */
/*   END ENCART ACTUALITES               */
/* =============================== */

/* =============================== */
/*           PAGE ACTUALITES DETAIL     */
/* =============================== */

body.actualites-detail .listing-autres-actus-categorie {
  height: max-content;
  padding: 24px;
  margin-bottom: 24px;
  background-color: var(--brand100);
  border-radius: var(--border-radius);
}
body.actualites-detail .listing-autres-actus-categorie .detail-btn {
  text-align: center;
}
#listing-autres-actus-categorie ul li ul li {
  list-style: none !important;
}
#listing-autres-actus-categorie ul li a {
  text-decoration: none;
}
#listing-autres-actus-categorie ul li a:hover {
  text-decoration: underline;
}
main .fb-like.fb_iframe_widget {
  position: relative;
  top: 6px;
}
.sc-content #relance {
  padding: 3rem 0 2rem 0;
}
@media screen and (min-width: 601px) {
  .recherche_actu #input_recherche_actu {
    width: calc(100% - 7rem) !important;
  }
}


/* =============================== */
/*           FOOTER    */
/* =============================== */

footer .section.section-3 nav a:hover{
  color: var(--text-color);
}
footer span.lien-maps span, .contact-page ul.coordonnees span.lien-maps span {
  display: block;
}
.horair-f span {
  display: block;
}

#listing-autres-actus-categorie {
  background: #efefef;
  padding: 20px 30px;
  border-radius: 4px;
}
#listing-autres-actus-categorie a {
  text-decoration: none;
}
#listing-autres-actus-categorie a:hover {
  opacity: 0.7;
}
.paginationControl {
  text-align: center;
  margin: 20px 0 10px;
  font-size: 14px;
}
.col.date.card-date.actualites-date.actualites-card-date.actualites-listing-card-date.line-clamp-1 {
  font-size: 14px;
  margin: 10px 0px;
}
.contact-page .fold {
  display: none;
}
/*** general ***/
#listing-autres-actus-categorie {
  background: rgba(247, 246, 246, 1);
  padding: 24px !important;
}
section.ac-doubleColonne img {
  border-radius: 12px;
}
.ac-doubleColonne p:nth-child(2) {
  background-color: rgba(247, 246, 246, 1);
  padding: 20px;
  margin-top: 8px !important;
  display: block;
}
main img {
  margin: 20px auto;
  display: block;
}
#listing-autres-actus-categorie a {
  text-decoration: none;
}
.detail-btn {
  text-align: center;
}
.bloc-interne {
  padding: 20px;
}
#encart-contact {
  margin: 60px auto 60px auto;
}
#encart-contact {
  position: relative;
}

#encart-contact .card {
  margin: 40px auto;
  padding: 20px;
  border: 2px solid #383838;
  border-radius: 8px;
}

#encart-contact:before {
  content: "";
  position: absolute;
  left: -5000px;
  width: 10000px;
  height: 100%;
  background: rgba(247, 246, 246, 1);
  z-index: -1;
  bottom: 0px;
}
.card-title.contact-card-title.contact-encart-card-title {
  margin-bottom: 15px;
}

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

.fb-like.fb_iframe_widget {
  top: 6px;
}
.page-interne h1, .page-interne h2, .page-interne h3 {
  margin-bottom:8px;
}
.page-interne h2, .page-interne h3 {
  margin-top:0;
}

nav#fil_ariane, #fil_ariane, nav.fil-ariane.gtm-fil-ariane {
  font-size: 14px;
}
/* BRAND */
/* ===== */
img.mobile-seulement {
  display: block;
}
.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%;
  background-color: var(--background-color);
  position: relative;
  z-index: 0;
}
.slider-slick .slick {
  height: 100%;
}
.slide-img {
  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 {
}
.slide-img .container .bloc {
 
}
.page-interne p {
  margin-top: 0px;
  margin-bottom: 30px;
}
html.devis .g-recaptcha {
  margin-bottom: 30px;
}
#bloc-form-bas p{
  margin-top: 0;
}
#bloc-form-bas label{
  padding-bottom: 2px;
}
#bloc-form-bas .divGenerateur label.optional {
  display: none;
}
#bloc-form-bas .divGenerateur label.noFloatingLabel {
  font-size: 13px;
}
#bloc-form-bas input[type=text], #bloc-form-bas input[type=tel], #bloc-form-bas input[type=email], #bloc-form-bas textarea{background: #fff;}
#bloc-form-bas .title {
  margin-bottom: 12px;
  color: var(--text-color);
  font-size:16px;
  font-weight: 700;
  line-height: 24px;
}
.title-map {
  margin-bottom: 8px;
  color: var(--text-color);
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
}
body:not(.politique-de-confidentialite) :where(address) {
  margin: 0;
}
.elemnt-contct {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.horaire-accueil {
  margin-bottom: 16px;
}
.map-home {
  margin-top: 32px;
}
.title{
  color: var(--title-color);
  font-family: var(--therciaux-font);
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 12px;
}
.sous-title {
  color: var(--text-color);
  margin-bottom: 12px;
font-weight: 700;
font-size: 16px;
line-height: 24px;
}
.footer-coordonnee {
  display: flex;
  justify-content: center;
  gap: 8px;
}
footer a.lien-maps span {
  display: block;
}
.bloc-footer {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.section-2.nav-footer .col {
  padding: 0;
}
.nav-footer ul.row a {
  font-size: var(--textmd);
  line-height: 24px;
  text-decoration: none;
  color: var(--text-color);padding: 4px;cursor: pointer;
}
footer, footer .section {
  padding: 24px 0;
}
footer .section-3 a, .siret {
  color: rgba(120, 36, 36, 1);
  font-weight: 700;
}
footer .section-3 a {
  text-decoration: underline;
}
fieldset {
  border-radius: 5px;
  margin-bottom: 22px;
}
.fil-ariane {
  margin-bottom: 25px;
}

@media screen and (min-width: 601px) {
  .recherche_actu #input_recherche_actu {
    width: calc(100% - 10.25rem) !important;
  }
  .btn:not(.fluid) {
    width: auto;
  }

}


@media screen and (min-width: 993px) {
  fieldset {
    padding-left: 40px;
    padding-right: 40px;
}
  nav#fil_ariane, #fil_ariane, nav#fil_ariane {
    margin: 15px auto 40px;
}
  .section.section-2.nav-footer ul {
    gap: 16px;
}
.section.section-2.nav-footer ul li ul{gap:0;}
  ul.dropdown a, .nav-footer ul.dropdown a {
    font-size: 12px;
}
  .nav-footer ul a.selected, .nav-footer ul a:hover {
    border-bottom: 1px solid var(--accent-color);
  }
  .footer-coordonnee {   
    justify-content: flex-start;    
  }
  .bloc-footer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
  }
  .content-info {
    padding: 0 48px;
  }
  #bloc-form-bas h2 {
    margin-bottom: 48px;padding-bottom: 0;
  }
  #bloc-form-bas #field_27{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:16px
  }
  
  section.ac-doubleColonne h2 {
    margin-top: 0px;
  }
  main img {
    margin: 0px auto;
  }
  .header-contact {
    display: flex;
    align-items: center;
    gap: .5rem;
  }
  img.mobile-seulement {
    display: none;
  }
  body.contact-page main .intro {    
    margin-bottom: 0px;
}
  .index-contact {
    display: none !important;
}
  p.intro {
    /* margin-bottom: 60px; */
    margin-top: 16px;
  }
  
  .sc-content #relance {
    margin: 60px auto !important;
    position: relative;
  }
  .sc-content #relance:before{
    content: "";
    position: absolute;
    width: 5000px;
    left: -2000px;
    height: 100%;
    top: 0;
    z-index: -1;
    background: rgba(247, 246, 246, 1);
  }
  .page-interne #container {
    padding-bottom: 0;
  }
  body.page-interne main .sc-content .ac-doubleColonne p:last-child {
                            margin-bottom: 0;
                        }


}


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

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

@media screen and (max-width: 600px) {
  
  .fold-tel {
    justify-content: center;
    margin-bottom: 12px;
  }
  .index-contact .tel {
    text-align: center;
    display: block;
    margin: auto;
}

}


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

  .page-interne main .ac-doubleColonne .ac-colonne img{
    margin-bottom: 1.5rem;
  }

  /*** footer **/
  footer .section li:not(footer ul.dropdown li) {
    margin: 15px 0;
}
  .desktop-only {
    display: none !important;
}
footer .section li:not(footer ul.dropdown li) {
  margin: 15px 0;
}
  .section.section-2.nav-footer{
    padding: 0;
  }
  footer .reseaux-sociaux ul.row.s-start {
    justify-content: center;
  }
  footer .brand {
    margin-bottom: 40px;
}

/****/
  
  .main-infos {
    margin-top: 30px;
  }
  .header-content .nav ul li a.selected, .header-content .nav .sous_menu .btnMenuLevel2, .header-content .nav .sous_menu .btnMenuLevel3, .menu-mobile .btn-menu, .header-content .nav > ul > .sous_menu.opened > a {
    color: initial;
  }

  .index-contact {
    margin-bottom: 1rem;
    margin-top: 1rem;
}
  .sticky-active .menu-mobile {
    box-shadow: 0px 4px 4px 0px hsla(0, 0%, 0%, 0.15);
  }
  footer {
    text-align: center;
  }
  .span-menu-burger {
    background: rgba(252, 228, 228, 1);
    color: rgba(226, 81, 81, 1);
    padding: 12px;
}
  .menu-mobile {
    height: 110px;
    background-color: #fff;
    transition: all .3s;
  }
  .menu_opened .menu-mobile {
    height: 3.5rem;
    background-color: var(--primary-color-darken);
  }
  .header-content .nav>ul>.sous_menu.opened>a,
  .header-content .nav .dropdown>.sous_menu.opened>a {
    width: calc(100% - 12rem);
  }
  .sous_menu.selected.opened a {
    background-color: transparent!important;
  }
  .header-content .nav>ul>.sous_menu.opened>a,
  .header-content .nav .dropdown>.sous_menu.opened>a {
    left: 22px;
  }
.contact-page .index-contact .tel {
    display: none;
  }
  footer .brand .row {
    justify-content: center;
  }
  .sc-content .ac-doubleColonne .ac-colonne {
    width: 100%!important;
  }
  .fold-tel {
    display: flex;
    align-items: center;
    gap: .5rem;
  }
  .fold-tel .tel {
    font-size: 20px;
    font-weight: 400;
    line-height: 31px;
    color: var(--text-color)
}


}