:root {
  --primary-h: 146; /* hue */
  --primary-s: 17%; /* saturation */
  --primary-l: 26%; /* lightness */

  --accent-h: 41; /* hue */
  --accent-s: 30%; /* saturation */
  --accent-l: 56%; /* lightness */

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

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

  --white-color:#fff; /* --white-color */
  --background-footer :#f0e9d9; /* footer background site */

  --primary-font: 'Mona Sans', sans-serif;
  --secondary-font: 'Mona Sans', sans-serif;

  --h1-font-size: 3.813rem;
  --h2-font-size: 2.5rem;
  --h3-font-size: 1.5rem;

  --h1-font-size-s: 2rem;
  --h2-font-size-s: 1.5rem;
  --h3-font-size-s: 1.2rem;


  --headings-line-height: 1.333333;

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

  --border-radius: 0rem;
  --button-border-radius: 0rem;
  --margebloc: 120px;
}


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

[class*="btn"] a.btn {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  padding: 13px 22.5px;
}
[class*="btn"] .accent.btn {
  border-color: var(--accent-color);
}
a.btn.accent svg{
  margin-left: 22px;
}
.contact-page [id*="formulaire"] .btn.primary {
  border-color: var(--accent-color);
  background-color: var(--accent-color);
  border: 2px solid var(--accent-color);
}
.contact-page [id*="formulaire"] .btn.primary:hover {
  background-color: var(--accent-color-30);
}
[class*="btn"] a.btn:not(.accent),
.index-page [id*="formulaire"] .btn.primary {
  color:var(--accent-color);
  background: transparent;
  border: 2px solid var(--accent-color);
}
[class*="btn"] a.btn:not(.accent):hover,
[id*="formulaire"] .btn.primary:hover {
  background-color: var(--accent-color);
  color: var(--white-color);
}

h1, h2, h3, h4, h5, h6, [class*="title"] {
  font-family: var(--secondary-font);
  color: var(--title-color);
  margin: 15px 0px 0px 0px;
}


.paginationControl {
  text-align: center;
  font-size: 18px;
  margin-top: 3rem;
}
.paginationControl a {
  text-decoration: none;
}
.paginationControl .selected {
  font-weight: bold;
}

.plan-site .sitemap-nav ul li a {
  margin-bottom: 0.5rem;
  display: inline-block;
}
.fil-ariane,
#fil_ariane {
  margin: 3em 0em 3em 0em;

}
#fil_ariane{
  margin: 3rem 0;
}



.index-page main p em,  .ac-doubleColonne p em {
  display: block;
  text-decoration: none;
  padding: 20px;
  background-color: var(--primary-color);
  color: var(--white-color);
  font-style: normal;
}

.card img {
  width: 100%;
}
#encart-prestations img {
  width: 100%;
  min-height: 431px;
  object-fit: cover;
}

/** titre mobile**/

h1, .title-1 {
  font-size: var(--h1-font-size-s);
}

h1.h1-geoloc span, .title-1.h1-geoloc span {
  font-size: var(--h1-font-size-s);
}


h2, .title-2 {
  font-size: var(--h2-font-size-s);
}
h3 {
  font-size: var(--h3-font-size-s);
}

/*** end titre mobile***/


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

.slider-slick {
  width: 100%;
  background-color: var(--background-color);
  position: relative;
  z-index: 0;
  margin-bottom: -10px;
}
.slider-slick .slick {
  height: 100%;
  margin-bottom: 0px;
}
.slide-img {
  background-size: cover;
  background-position: center;
}
.slide-img.slide-01 {
  background-image: url('../assets/gifs/slider/slide-01.jpg');
  min-height: 635px;
}
.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');
}




.bloc-header-top {
  background: var(--primary-color);
  color: #fff;
  padding-block: 20px;
}
.menu-mobile .menu-title {
  color: #fff;
}

footer .no-menu {
  display: none;
}
@media screen and (min-width: 993px) {
.header-content {
  background: var(--primary-color);
  color: #fff;
}

.bloc-header-top {
  padding-block: 20px;
}
.bloc-header-top .title-1 {
  line-height: 100%;
}
h1, h2, h3, h4, h5, h6, [class*="title"] {
  margin: 0px 15px 0px 0px;
}
}
/**************end slid**************/

/******************header  elements************/
.fold {
  padding: 20px 0px;
}
header a.tel.gtm-global-tel {
  display: block;
  margin-bottom: 10px;
}


header .btn-contact {
  margin-top: 10px;
}
.contact-page .fold {
  display: none;
}

.brand {
  display: inline-block;
}
nav#fil_ariane, nav.fil_ariane {
  margin: 3em 0em 3em 0em;
  font-size: 0.8rem;
}


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

.header-content .nav ul li a.selected {
  background-color: transparent;
}


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

.card.contact-card.contact-encart-card {
  border: 1px solid #000;
  padding: 20px;
  min-height: 180px;
}

.page-interne .sc-content #relance {
  margin-top: 6rem;

}

.menu-mobile .brand img {
  width: 80px;
}

html#facebook {
  position: relative;
  top: 5px !important;
}
.row.s-start.s-middle {
  flex-wrap: nowrap;
}
:where(h1, .title-1, h2, .title-2, h3, .title-3, h4, .title-4, h5, .title-5, h6, .title-6)

 {
    font-weight: 500;

}

h1 span, .title-1 span {
  font-size: var(--h1-font-size-s);
  color: var(--accent-color);
}
h1.h1-geoloc span::before, .title-1.h1-geoloc span::before { display: none;}

div#bloc-01 img {
  margin-top: 1.5rem;
}

.index-link + .index-link {
  display: none;
}
.title-4 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.encart-formulaire {
  background: #F5F8F6;
}

.erreur .erreur, .divGenerateurErreur .erreur {
  font-size: 0.7rem;
}
body.page-404 .encart-formulaire.section {
  display: none;
}

body.contact-page .titre-marketing {
  padding-block: 60px;
}

@media screen and (min-width: 601px) {
header .btn-contact {
  margin-top: 0px;
}
header a.tel.gtm-global-tel {
  margin-bottom: 0px;
}
}
@media screen and (min-width: 993px) {

  header a.tel.gtm-global-tel

 {

    color: #fff;
}

  h1 span, .title-1 span {
    font-size: var(--h1-font-size);
    margin: 0px;
    font-weight: 500;

  }

  .page-interne h1 span, .page-interne .title-1 span {
    font-size: var(--h2-font-size);

}
  h1.h1-geoloc span, .title-1.h1-geoloc span {
    font-size: var(--h2-font-size);
    font-weight: 500;

  }
  .header-content ul.dropdown {
    color: #000;
}
div#bloc-01 img {
  margin-top: 3rem;
}
.header-content .nav ul li:hover > a {
  color: var(--accent-color);

}

.header-content .nav ul li a.selected {
  color: var(--accent-color);
}

  .index-page .fold.fold-index {
    display: none;
  }

  .fold {
    display: none;
}

  header a.tel.gtm-global-tel {
    display: block;
    margin-bottom: 0px;
}
header .btn-contact {
  margin-top: 0px;
}
header .no-menu-desk {
  display: none;
}


/** titre mobile**/

h1, .title-1 {
  font-size: var(--h1-font-size);
  margin: 0px 0px 15px 0px;
  line-height: 100%;
}
h2, .title-2 {
  font-size: var(--h2-font-size);
}
h3 {
  font-size: var(--h3-font-size);
}


.tel-header{
  display: flex;
  gap: 10px;
  align-items: center;
}



.main-header-content {
  border-top: 1px solid #F5F8F6;
  border-bottom: 1px solid #F5F8F6;
}

.top-bar {padding-top: 10px;padding-bottom: 10px;}
.header-content .nav ul li.sous_menu ul.dropdown > li a

 {
   
        font-size: 0.85rem;
    }

}
/***end header******************/

/**************timeline******/
section.ac-doubleColonne.timeline .ac-colonne.ac-colonne_1, section.ac-doubleColonne.timeline .ac-colonne.ac-colonne_2 {
  padding: 10px 5px;
  color: #000;
  border: 1px solid var(--primary-color);
  min-height: 84px;
  margin: 20px auto;
}



.timeline p {
  margin: 0px;
  font-size: 1rem;
}

@media screen and (min-width: 993px) {
  section.ac-doubleColonne.timeline .ac-colonne.ac-colonne_1, section.ac-doubleColonne.timeline .ac-colonne.ac-colonne_2 {

    margin: 0px auto;
  }
  
}

/* ******************************************* ENCART POINT FORTS ******************************************** */

#point_fort {
  padding-block: 24px;
  position: relative;
  background: var(--background-footer);
}

#point_fort .title-3 {
  font-weight: 500;
  font-size: 24px;
  margin-top: 15px;
}
.point-content {
  position: relative;
  padding: 20px 20px;
}


.point-content::after {
  content: "";
  position: absolute;
  top: 28%;
  right: 0;
  height: 200px;
  width: 1px;
  background-color: hsla(0, 0%, 82%, 1);
}

.row .col:last-child .point-content::after {
  content: none;
}

.point-content img {
  width: auto;
}
#point_fort .point-content span {
  display: block;
}
@media screen and (max-width: 600px) {
  .point-content {
      position: relative;
      padding: 15px;
  }
}
@media screen and (max-width: 992px) {
nav#topbar-nav a {
  font-size: 1rem;
}

nav#topbar-nav li {
  border-bottom: 1px solid #ebebeb;
  padding: 4px 0px;
}
}

@media screen and (min-width: 1400px) {
.point-content {
  padding: 48px;
}
}

/*******blocs******/
img.l-fit-cover {
  margin: 20px auto;
}
.encart-bloc {
  padding: 10px;
  background: var(--accent-color);
  border-radius: 8px;
  color: #fff;
  margin: 20px auto;
}
.page-interne .sc-content .ac-doubleColonne .ac-colonne img {
  margin: 20px auto;
}

#bloc-03 .col + .col img {
  margin-bottom: 1.5rem;
}
#bloc-04 {
  background-color: var(--primary-color);
  color: #fff;

}

#bloc-05 img {
  margin: auto;
  display: block;
  margin-bottom: 1.5rem;
}

body.contact-page .encart-formulaire {
  display: none;
}

.sc-content #relance ul li {
  list-style: none !important;
  margin: 15px auto;
}
.encart {
  padding: 10px;
  margin: 20px auto;
}

section.ac-doubleColonne.timeline.bas-time.white-text .ac-colonne.ac-colonne_2

{  border:0px; display: none;}
@media screen and (min-width: 993px) {
  section.ac-doubleColonne.timeline.bas-time.white-text .ac-colonne.ac-colonne_2

{  display: block;}

  .timeline  .ac-colonne {
    display: flex;
    align-items: center;   /* centre verticalement */
    padding: 10px 0;       /* marge haut/bas identique */
  }
  #bloc-04 {
    background-color: var(--primary-color);
    color: #fff;

}
  img.l-fit-cover {
    margin: 0px auto;
  }
  .page-interne .sc-content .ac-doubleColonne .ac-colonne img {
    margin: 0px auto;
  }
  #bloc-05 img {
    margin-bottom: 3rem;
}
#bloc-03 {
  padding-top: 0px;
}

#bloc-02 {
  padding-bottom: 0px;
}

.sc-content #relance ul li {
  margin: 0px;
}
}

@media screen and (min-width: 1200px) {
#im-bloc-4-left img {
  max-width: 836px;
  left: -295px;
  position: relative;
}

#bloc-04 {
  padding: 0px;
}
}
/*******end blocs******/

/***************Prestation*******/
.prestations-card {
  overflow: hidden;
}
.prestations-card  .card-image a::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 3;
  background: #000;
  opacity: 0.4;
}

.prestations-card-content {
  position: absolute;
  top: 0px;
  color: #fff;
  z-index: 3;
  padding: 1rem;
}



.prestations-card-title span {
  display: block;
}
.prestations-card a {
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
}


.prestations-card a span {
  margin-bottom: 18px;
  font-size: 1.5rem;
}
.text-prest {
  padding-block: 20px 64px;
}

.filter-hover {
  position: absolute;
  content: "";
  background: var(--primary-color);
  height: 100%;
  width: 100%;
  top: -100%;
  transition: top 0.5s ease-in-out; /* durÃ©e et effet */
}

.prestations-card:hover .filter-hover {
  top: 0%;
}
div#encart-prestations {
  background-color: var(--accent-color);
}

#encart-prestations .title-2 span {
  color: var(--primary-color);
  display: block;
}

.top-titre-bloc {
  margin: 0px auto 4rem auto;
  max-width: 900px;
}

.title-top {
  font-weight: 600;
}

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

  .prestations-card a {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1400px) {

  .prestations-card a {
    font-size: 2.063rem;
  }

.text-prest {
  padding-block: 192px 64px;
}
}

/********end prestation*********/

/****titre-marketing***/
.titre-marketing {
  padding-block: 40px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0rem auto 0px auto;
  position: relative;
  color: #fff;
}



.titre-marketing:before {
  margin: auto;
  background-image: url(../assets/gifs/bg-header.jpg);
  content: "";
  position: absolute;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0px;
  right: 0px;
  background-size: cover;
}


@media screen and (min-width: 993px) {
  .titre-marketing {
    padding-block: 120px;
    padding-left: 0px;
    padding-right: 0px;
    margin: -2rem auto 0px auto;
    position: relative;
    color: #fff;
  }
  
  
  
  .titre-marketing:before {
    margin: auto;
    background-image: url(../assets/gifs/bg-header.jpg);
    content: "";
    position: absolute;
    left: -50%;
    width: 200%;
    height: 100%;
    z-index: -1;
    top: 0px;
    right: 0px;
    background-size: cover;
  }


}

/****end titre-marketing***/




/*******encart contact standart***********/
#encart-contact {
  position: relative;
  margin: 40px auto;
  padding: 40px 10px;
}
.contact-bloc-page .row.l-start {
  justify-content: center;
}

div#encart-contact .reseaux-sociaux {
  margin-bottom: 46px;
}

div#encart-contact .reseaux-sociaux svg {
  fill: #fff;
}
#encart-contact:before {
  content: "";
  position: absolute;
  left: 0px;
  width: 100%;
  right: 0px;
  height: 100%;
  bottom: 0px;
  background-image: url(../assets/gifs/bg-contact.jpg);
  background-size: cover;
  z-index: -1;
}
#encart-contact .top-titre-bloc {
  margin: 0px auto 0rem auto;
  max-width: 900px;
}
@media screen and (min-width: 993px) {
#encart-contact {
  margin: 120px auto;
  padding-top: var(--margebloc);
        padding-bottom: var(--margebloc);
}


.page-interne #encart-contact:before {
  content: "";
  position: absolute;
  left: -25%;
  width: 150%;
}
.page-interne #encart-contact {
  padding-block: 120px;
}

}
/*********end encart contact************/


/**********************bloc avis mobile***********/



.card.avis-card {
  padding: 21px;
  background: #B09B6C;
}

.name.avis-name {
  color: #14181E;
  font-size: 18px;
  font-weight: 700;
}

.date.avis-date {
  color: #14181E;
  font-size: 12px;
}



.encart-avis {
  background-color: #F6F5F0;
}


.encart-avis .avis-card.js-more .avis-card-text::after {
  content: '';
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #B09B6C);

}
.encart-avis .title-2 {
  color: var(--primary-color);
}
@media screen and (min-width: 993px) {
.card-content.avis-card-content.avis-encart-card-content .text {
  padding-left: 107px;
}
}

/********************end avis**************/




/*************************actualites*****************************/
.card {
  position: relative;
  display: block;
}
.card a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 4;
}

div#listing-autres-actus-categorie {
  padding: 20px;
  background: var(--background-footer);
  color: var(--primary-color);
}
div#listing-autres-actus-categorie a{

  color: var(--primary-color);
}

.detail-btn {
  text-align: center;
}

html#facebook {
  position: relative;
  top: 5px;
}

.actualites-card-content {
  padding: 1.5rem;
  background: var(--primary-color);
  color: #fff;
  margin-top: 1.5rem;
}

.actualites-card a {
  text-decoration: none;
  color: #fff;
}

.actualites-card-title a {
  font-weight: 600;
}
.actualites-card-image {
  overflow: hidden;
}
.card-title.actualites-card-title.actualites-encart-card-title.line-clamp-1 {
  height: auto;
}

.actualites-card-title {
  margin-bottom: 10px;
}

.actualites-encart-btn {
  text-align: center;
}

.voir-act {
  margin-top: 0.75rem;
}

.actualites-card .actualites-card-image img {
  transition: all 0.4s ease-in-out;
}

.actualites-card .actualites-card-content {
  transition: all 0.4s ease-in-out;
}


.actualites-card:hover .actualites-card-image {display: flex;overflow: hidden;}

.actualites-card:hover  .actualites-card-image img {
  object-fit: cover;
  height: 100%;
  transform: scale(1.1);
}

.actualites-card:hover  .actualites-card-content {
  background: var(--accent-color);
}

.cta-actualiter .btn.outlined {
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
  font-weight: 600;
}

.cta-actualiter .btn.outlined:hover {
  color: var(--accent-color);
  border: 2px solid var(--accent-color);
  font-weight: 600;
}

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

#encart-actualites {
  padding-bottom: 0px;
}
}

/*******************************End actualitÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©s********************************/

/* *************************************************FOOTER********************************* */
footer {
  text-align: center;
}

footer .footer-1, footer .footer-2 {
  background-color: var(--background-footer);

}

body:not(.index-page) footer .section.footer-1 {
  padding: 2rem 0 0rem;
}
footer nav li {
  margin: 0px 0px;
}
.footer-row-contact svg {
  fill: var(--white-color);
}

div#col-info {
  background: var(--primary-color);
  color: #fff;
  padding: 2rem;
}
#bloc-form-rignt {
  padding: 2rem;
  box-shadow: 0px 4px 24px 0px #0000001A;
}
.info-top svg {
  fill: #fff;
  margin-bottom: 0rem;
}


.tel-info {
  margin-bottom: 2rem;
}

.add-info {
  margin-bottom: 2rem;
}

.horaire {
  margin-bottom: 2rem;
}

.add-info iframe {
  height: 250px;
}
form label {
  font-weight: 600;
}
input#field_5 {
  width: 100%;
}



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


  .add-info iframe {
    height: 575px;
}

  footer {

    text-align: left;
  }

  
  #footer-nav .nav > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin: 0rem 0rem 1rem 0rem;
  }
  footer #footer-nav .nav ul li.sous_menu ul.dropdown {
    bottom: 100%;
  }

  footer .reseaux-sociaux

   {
          position: relative;
          top: 40px;
          margin-bottom: 70px;
      }
}



#footer-nav nav a {
  font-size: 1rem;
}

@media screen and (max-width: 992px) {
  #footer-nav nav#topbar-nav li.firstLi {
    margin-bottom: 0px;
}

  footer .reseaux-sociaux .row.s-start {
    justify-content: center;
}

  footer #footer-nav .nav ul li.sous_menu ul.dropdown {
    min-width: 18%;
    top: 100%;
  }
  .footer-contact {
    margin-top: 2rem;
  }

  .footer-2 li{
    margin-bottom: .5rem;
  }
}
.footer-row-contact {
  display: flex;
  gap: 6px;
  justify-content: center;
}
footer address {
  margin: 0;
}
footer .section.footer-1 {
  padding: 3rem 0 1.5rem;
}
footer .footer-1 .title-4 {
  line-height: 24px;
  margin: 0 0;
  font-size: 1rem;
  color: var(--primary-color);
}
.footer-contact {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.footer-1 address a,
.footer-1 .text {
  line-height: 24px;
}
footer .siret {
  line-height: 24px;
}
#footer-nav .nav ul li.sous_menu ul.dropdown {
  position: absolute;
  left: 0;
  display: none;
  flex-direction: column;
  align-items: stretch;
  width: max-content;
  min-width: 100%;
  margin: 0;
  padding: 0;
  font-weight: normal;
  z-index: 1;
  background-color: var(--white-color);
  border: 1px solid var(--primary-color);
}
#footer-nav .nav ul li.sous_menu > a::after {
  position: absolute;
  right: 0.625rem;
  display: block;
  font-family: var(--icon-font);
  line-height: 0;
  content: "\e5c5";
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin: -0.125em 0 0 0.25em;
  text-decoration: none;
}
#footer-nav nav a {
  line-height: 24px;
}

#footer-nav .nav > ul > li {
  margin-bottom: 8px;
}
#footer-nav .nav ul li.sous_menu ul.dropdown > li:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}
#footer-nav .nav ul li.sous_menu {
  position: relative;
}
#footer-nav .nav ul li.sous_menu:hover ul.dropdown {
  display: flex;
}
#footer-nav .nav ul li.sous_menu ul.dropdown > li a {
  padding: 0.5rem;
  margin: 0;
  font-size: 13px;
  display: block;
}
.footer-2 {
  padding: 0px 0 20px;
}
.footer-2 nav a, .page-404 footer a {
  font-weight: 400;
  line-height: 24px;
  color: #1E1E1E;
}
.footer-1 a:hover,
.page-404 footer a:hover {
  opacity: 0.5;
}
.footer-2 nav a:hover, #footer nav a:hover {
  color: var(--accent-color);
}

nav.menu-bas-footer a {
  font-weight: 600;
}

nav.menu-bas-footer {
  font-weight: 600;
  border-top: 1px solid;
  padding-top: 15px;

}
#topbar-nav ul {
  margin: 0px;
}
@media screen and (min-width: 993px) {

  nav.menu-bas-footer {

    display: table;
    margin: auto;
  }

.footer-row-contact {

  justify-content: left;
}
}
/***end footer********/


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

  .page-interne  .ac-doubleColonne h2 {
  margin-top: 0px;
  margin-bottom: 10px;
}

.page-interne h1 {
  margin-bottom: 0px;
}
.page-interne  p.intro {
  margin-bottom: 60px;
}

.index-page .section {
  padding-top: var(--margebloc);
  padding-bottom: var(--margebloc);
}

}

