:root {
  --primary-h: 37; /* hue */
  --primary-s: 100%; /* saturation */
  --primary-l: 65%; /* lightness */

  --accent-h: 147; /* hue */
  --accent-s: 100%; /* saturation */
  --accent-l: 24%; /* 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 :#ECFFF4; /* footer background site */

  --primary-font: 'Inter', sans-serif;
  --secondary-font: 'Unbounded', sans-serif;

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

  --h1-font-size-s: 1.5rem;
  --h2-font-size-s: 1.3rem;
  --h3-font-size-s: 1.1rem;


  --headings-line-height: 1.333333;

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

  --border-radius: 0.75rem;
  --button-border-radius: 5.438rem;
  --transition: 0.5s all ease-in-out;
  --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: 1rem;
  font-weight: 600;
  line-height: 24px;
  padding: 13px 22.5px;
}
[class*="btn"] .accent.btn {
  border: 2px solid var(--accent-color);
  background: #fff;
  color: var(--accent-color);
}

a.btn.accent.center.gtm-global-contact svg {
  stroke: var(--accent-color);
  fill: var(--primary-color);
  border-radius: 50%;
}



.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) {
  color:var(--accent-color);
  background: transparent;
  border: 2px solid var(--accent-color);
}
[class*="btn"] a.btn:not(.accent):hover {
  color: var(--accent-color);
}

[id*="formulaire"] .btn.primary {
  background: var(--accent-color);
  color: #fff;
  border: 2px solid var(--accent-color);
}
[id*="formulaire"] .btn.primary:hover {
  color: var(--accent-color);
  background: #fff;

}





.icon-arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  width: 28px;
  height: 28px;
  text-align: center;
  background-color: var(--primary-color);
  border-radius: 100%;
}
.icon-1,
.icon-2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  transition: var(--transition);
}

.icon-1 {
  left: 50%;
  transform: translate(-50%, -50%);
}

.icon-2 {
  left: -100px;
}
.btn * {
  transition: var(--transition);
}
a.btn.outlined:hover .icon-arrows {
  background: white;
}

a.btn.outlined:hover .icon-arrows path {
  stroke: var(--accent-color);
}
.btn:hover .icon-1 {
  transform: translate(100px, -50%);
}

.btn:hover .icon-2 {
  transform: translate(-50%, -50%);
  left: 50%;
}


[class*="btn"] a.btn, .btn.accent {
  padding: 10px 18px;
  letter-spacing: 0px;
  z-index: 2;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--accent-color);
  gap: 1rem;
}


.btn.accent:hover .icon-arrows, .btn-white .btn.accent .icon-arrows, .btn.outlined .icon-arrows, #bloc-01 .btn-rdv .icon-arrows, .section-interne-2 .btn-rdv .icon-arrows {
  background-color: var(--accent-color);
}
img.l-fit-cover {
  margin: 20px auto;
}
section#relance {
  position: relative;
  padding:60px;
}

section#relance:before {    content: "";
  position: absolute;
  left: -5000px;
  width: 10000px;
  height: 100%;
  bottom: 0px;
  background-color: #ECFFF4;
  z-index: -1;}
  .contact-page .row.s-start.s-stretch {
    flex-wrap: nowrap;
}

.actualites-listing .no-footer-autre, .actualites-detail .no-footer-autre, .contact-page .no-footer-autre, .catalogue-listing  .no-footer-autre, .actualites-detail  .no-footer-autre {
  display: none;
}
a#gtm-detail-catalogue-retour {
  padding: 10px 18px;
  letter-spacing: 0px;
  font-weight: 600;
  line-height: 27px;
  border: 2px solid;
}
a#gtm-detail-catalogue-retour:hover {
  opacity: 0.7;
}
.cards {
  padding: 10px;
  background: #ECFFF4;
  border-radius: 8px;
  text-align: center;
  font-weight: 600;
}

.encart-bloc {
  padding: 10px;
  background: var(--accent-color);
  border-radius: 8px;
  color: #fff;
  margin: 20px auto;
}
html#facebook {
  position: relative;
  top: 5px !important;
}
.row.s-start.s-middle {
  flex-wrap: nowrap;
}
@media screen and (min-width: 601px) {
[class*="btn"] .accent.btn {

  display: inline-flex;
}

.encart-btn.actualites-encart-btn {
  display: inline-flex
;
}

}


h1, h2, h3, h4, h5, h6,[class*="title"] {
  font-family: var(--secondary-font);
  color: var(--title-color);
  color: var(--accent-color);
  font-weight: 600;
  margin-top: 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-bottom: 2rem;
  font-size: 0.8rem;
}
#fil_ariane{
  margin: 3rem 0;
}





.card img {
  width: 100%;
}


/** titre mobile**/

h1, .title-1 {
  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;
}
.slider-slick .slick {
  height: 100%;
}
.slide-img {
  background-size: cover;
  background-position: center;
  background-color: #FFF8EB;
}
.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-content {
  padding-block: 50px;
}
h1.h1-geoloc span::before, .title-1.h1-geoloc span::before { display: none; };
.actualites-listing .no-footer-autre, .actualites-detail .no-footer-autre, .contact-page .no-footer-autre{ display:none;}

@media screen and (min-width: 993px) {
.index-page .header-content {
  background: transparent;
}

.slide-content {
  padding-block: 320px 120px;
}
.slider-slick {
  margin-top: -200px;
}
}

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

}
.cta-double .btn-contact {
  margin-bottom: 15px;
}


a#gtm-encart-catalogue-btn {
  background: var(--primary-color);
}

.text-slide-bas {
  color: var(--accent-color);
  padding: 20px 0px;
  margin-top: 30px;
}
.menu-mobile .brand img {
  width: 40px;
}
.section.bg-contact-top {
  background: var(--background-footer);
}

@media screen and (min-width: 601px) {
.cta-double .btn-contact {
  margin-bottom: 0px;
}

.cta-double {display: flex; gap: 12px;}
}

@media screen and (min-width: 993px) {
  header li.firstLi.no-menu-desk {
    display: none;
  }

  img.l-fit-cover {
    margin: 0px auto;
}
  .index-page .fold.fold-index {
    display: none;
  }

  .fold {
    display: none;
}

  header a.tel.gtm-global-tel {
    display: block;
    margin-bottom: 0px;
    color: #1E1E1E;
    font-weight: 600;
}
header .btn-contact {
  margin-top: 0px;
}
h1, .title-1 {
  font-size: var(--h1-font-size);
  margin: 0px 0px 20px 0px;
}
h2, .title-2 {
  font-size: var(--h2-font-size);
}
h3 {
  font-size: var(--h3-font-size);
}
h1 span, .title-1 span {
  margin: 0px;
}
h1 span, .title-1 span {
  margin: 0px;
}
.title-2 span {
  display: block;
}
.main-header-content {
  border-top: 1px solid var(--accent-color);
  border-bottom: 1px solid var(--accent-color);
}

.header-content .nav#main-nav > ul > li > a {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
   
  }

.top-bar {
  padding: 10px 0px;
}

.header-content .nav ul li a {
  position: relative;
  color: #000503;
}



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

.header-content .nav ul li a.selected:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -9px;
  width: 90%;
  background: var(--accent-color);
  height: 2px;
  margin: auto;
}

.header-content .nav ul li a:hover:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -9px;
  width: 90%;
  background: var(--accent-color);
  height: 2px;
  margin: auto;
}
.index-page .sticky-active .header-content {
  background-color: #FFF8EB;
}
.sticky-active .header-content {
  background-color: #FFF8EB;
}
}
/***end header******************/




/***********BDD encart*********/

.catalogue-card-title a {
  color: #000000;
  text-decoration: none;
  font-weight: 600;
  display: block;
}

.catalogue-card-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.catalogue-card {
  padding: 44px 23px;
  background: #ECFFF4;
  margin-bottom: 1.5rem;
  border-radius: 12px;
}

.catalogue-card-image {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

.card-prix {
  padding: 6px 10px;
  display: block;
  background: #0E532E;
  color: #fff;
  border-radius: 12px;
  font-weight: 600;
}

.catalogue-nav {
  margin-bottom: 64px;
}

.catalogue-nav a.lien-categorie-catalogue {
  background: #ECFFF4;
  border:0px;
  font-size: 1.25rem;
  border-radius: 12px;
  padding: 10px !important;
}


.catalogue-nav a.lien-categorie-catalogue:hover {
background: #0E532E;
      color: #fff;
}

.catalogue-card:hover .catalogue-card-image img{ transform: scale(1.1); }

.catalogue-card-image img{           /* un peu zoomÃƒÆ’Ã‚Â©e au repos */
  transition: transform .4s ease; }
  
  #encart-catalogue .titre-bloc-accueil p {margin: 0px;}

.info-bloc {
    display: flex;
    margin: 40px 0px;
    gap: 40px;
    font-weight: 600;
    font-size: 1.5rem;
}

.info-bloc span {
    display: block;
}

.info-bloc-top {
  display: block;
  text-align: center;
  margin: auto;
}
.info-p {
  line-height: 100%;
  font-weight: 500;
  font-family: var(--secondary-font);
  font-size: 1.125rem;
}
.catalogue-nav li {
  margin: 10px;
}
.catalogue-listing nav.fil-ariane.gtm-fil-ariane, .catalogue-detail nav.fil-ariane.gtm-fil-ariane {
  display: none;
}

nav.fil-ariane.gtm-fil-ariane ~ nav.fil-ariane.gtm-fil-ariane  {
  display: block;
  margin-top: 2rem;
}
@media screen and (min-width: 601px) {
.info-bloc-top {
  display:flex;
  gap: 15px;
  align-items: center;
  margin: 0px;
  text-align: left;
}

.catalogue-nav li {
  margin: 0px;
}
}
/******End BDD encart*******/


/*******page bdd*****/
.btn-cat a {
  background: #ECFFF4;
  border: 0px;
  font-size: 1.25rem;
  border-radius: 12px;
  padding: 10px !important;
  text-decoration: none;
  color: var(--text-color);
  font-size: 1rem;
  display: inline-block;
  margin: 10px;
}

.btn-cat a:hover {
background: #0E532E;
    color: #fff;
}

.btn-cat {
  margin-bottom: 64px;
  margin-top: 64px;
}

.detail-actu-image a img {
  border-radius: 12px;
}

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

.btn-cat a {

  margin: 0px;
}
}

/*******End page bdd*****/


/*********Prestation***********/
div#encart-prestations {
  background: url(../assets/gifs/bg-prestation.jpg);
  background-size: cover;
  background-position: center;
}

span.top-titre {
  padding: 10px;
  border-radius: 20px;
  background: #ECFFF4;
  margin-bottom: 20px;
  display: inline-block;
  color: var(--accent-color);
  font-size: 0.813rem;
}

.titre-bloc-accueil p {
  max-width: 536px;
  margin: 0px 0px  20px 0px;
}

.prestations-card {
  padding: 24px;
  border: 1px solid var(--Gray-300, #B0B0B0);
  border-radius: 8px;
  background: #FFFFFF;
  transition: all 0.3s ease; /* ÃƒÂ¢Ã…â€œÃ¢â‚¬Â¦ transition gÃƒÆ’Ã‚Â©nÃƒÆ’Ã‚Â©rale */
}

.prestations-card:nth-child(2) {
  margin: 20px auto;
}

.prestations-card:nth-child(3) {
  margin: 0;
}


.titre-bloc-accueil {
  margin-bottom: 64px;
}

.prestations-card-title a {
  color: #1E1E1E;
  text-decoration: none;
  font-size: 1.5rem;
  transition: color 0.3s ease; /* ÃƒÂ¢Ã…â€œÃ¢â‚¬Â¦ transition couleur lien */
}

.prestations-card p {
  color: #3D3D3D;
  font-weight: 400;
  font-family: var(--primary-font);
  transition: color 0.3s ease; /* ÃƒÂ¢Ã…â€œÃ¢â‚¬Â¦ transition couleur texte */
}

.btn-savoir {
  font-weight: 600;
  font-family: var(--primary-font);
  color: #1E1E1E;
  transition: color 0.3s ease; /* ÃƒÂ¢Ã…â€œÃ¢â‚¬Â¦ transition bouton */
}

/* Effet hover */
.prestations-card:hover {
  background: var(--accent-color);
}

.prestations-card:hover .prestations-card-title a { color: #fff; }
.prestations-card:hover p { color: #fff; }
.prestations-card:hover .btn-savoir { color: #fff; }
#encart-prestations .titre-bloc-accueil p {
  margin: 0px auto 48px auto;
}
.im-prest img {
  border-radius: 12px;
}
/********end prestation******/
/****titre-marketing***/


.titre-marketing .title-1 {
  text-align: left;
  margin: auto;
  display: block;
  padding-block: 60px;
  position: relative;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}
.titre-marketing .title-1:before {
  content: "";
  position:absolute;
  left:0%;
  width: 100%;
  background-image: url(../assets/gifs/bg-header.jpg);
  background-position: center;
  background-size: cover;
  height: 100%;
  top: 0px;
  z-index: -1;
}
@media screen and (min-width: 993px) {
  .titre-marketing .title-1 {
    padding: 0px;
    padding-block: 131px;
    max-width: 1320px;
    width: 90%;
}
.page-interne .titre-marketing .title-1 {

  width: 100%;
}
.titre-marketing {
  margin-top: -2rem;
  margin-bottom: 20px;
}
.titre-marketing .title-1:before {
  content: "";
  position:absolute;
  left:-50%;
  width: 200%;
}
}

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

/************Point forts*******/
.titre-point {
  font-family: var(--secondary-font);
  font-weight: 500;
  font-size: 1.125rem;
}

.titre-point-fort-bloc {
  display: flex;
  gap: 15px;
  min-height: 56px;
}

.point-fort-bloc {
  margin-bottom: 48px;
}

@media screen and (min-width: 993px) {
#point-forts {
  padding: 0px;
}
}
/************End Point forts*******/

/***encart formulaire*****/
#encart-formulaire { 
  background-image: url(../assets/gifs/bg-contact.jpg);
   background-size: cover; 
   background-position: center;
  }
  div#right-form {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
}

div#left-form img {
    border-radius: 12px;
    object-fit: cover;
    height: 100%;
}
@media screen and (min-width: 993px) {
#encart-formulaire {
  padding-top: var(--margebloc);
  padding-bottom: var(--margebloc);
}
}


/***End encart formulaire*****/
/*******encart contact standart***********/
#encart-contact {
  position: relative;
  padding: 0px;
  margin: 40px auto;
}


#encart-contact:before {
  content: "";
  position: absolute;
  left: -5000px;
  width: 10000px;
  height: 100%;
  bottom: 0px;
  background-color: #ECFFF4;
  z-index: -1;
}
div#encart-contact img {
  margin-bottom: 20px;
}
@media screen and (min-width: 993px) {

#encart-contact .cta-double {
  margin-top: 48px;
}
div#encart-contact img {
  margin-bottom: 0px;
}
#im-left-contact img {
  max-width: 1031px;
  width: 140%;
  margin-left: -40%;
}
.page-interne #encart-contact .container {
  width: 100%;
}
#encart-contact {
  position: relative;
  padding: 0px;
  margin: 120px auto;
}

.index-page #encart-contact {
  margin: 0px auto;

}

}


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


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



.card.avis-card {
  padding: 21px;
  background: #ECFFF4;
  border-radius: 8px;
}

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

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

.card-content.avis-card-content.avis-encart-card-content .text {
  padding-left: 80px;
}
.index-page .avis-card.js-more .avis-card-text::after {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ECFFF4);
}
/********************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: #fff;
}
div#listing-autres-actus-categorie a{
  color: var(--accent-color);
}

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

html#facebook {
  position: relative;
  top: 5px;
}
#listing-autres-actus-categorie a.btn.outlined:hover {
  opacity: 0.5;
}
/*******************************End actualitÃƒÆ’Ã‚Â©s********************************/



/**********************encart actualites***/
.titre-bloc-accueil .title-2 {
  margin: 0px  0px 25px 0px;
}

.actualites-card-image {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

.actualites-card-title a {
  font-size: 1.5rem;
  text-decoration: none;
  color: #17412D;
  font-size: 500;
}

.card-title.actualites-card-title.actualites-encart-card-title.line-clamp-1 {
  height: auto;
}

.voir-act a {
  text-decoration: none;
  color: #000503;
}

.actualites-card-text {
  margin: 10px auto;
}

.actualites-card-content {
  padding: 24px;
}

.actualites-card:hover .actualites-card-content{background:#ECFFF4;border-radius: 12px;}

.actualites-card:hover .actualites-card-image img{ transform: scale(1.1); opacity: 0.7; }

.actualites-card-image img{           /* un peu zoomÃƒÆ’Ã‚Â©e au repos */
transition: transform .4s ease; }

.actualites-card-image {background:#000;}

.actualites-encart-btn svg {
  margin-left: 15px;
}
.actualites-encart-btn a#gtm-encart-actu-btn:hover { background:var(--primary-color); color: var(--accent-color);}
.actualites-encart-btn a#gtm-encart-actu-btn svg {
  fill: var(--primary-color);
  stroke: var(--accent-color);
  border-radius: 50%;
}

.actualites-encart-btn a#gtm-encart-actu-btn:hover svg {
  fill:var(--accent-color);
  stroke: var(--primary-color);
  border-radius: 50%;
}

#encart-actualites {
  background: #fff;
}
/***end encart actualites***/



/*********blocs page d'accueil ***/

div#bloc-03 .container {
  background: #ECFFF4;
  padding: 20px;
  border-radius: 12px;
}
#bloc-04 img, #bloc-05 img {
  border-radius: 12px;
}

.page-interne .sc-content .ac-doubleColonne .ac-colonne img {
  margin: 20px auto;
  border-radius: 12px;
}

h1 span, .title-1 span {
  font-size: 1.2rem;
}

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

  h1 span, .title-1 span {
    font-size: 2rem;
}

.page-interne .sc-content .ac-doubleColonne .ac-colonne img {
  margin: 0px auto;
}

}
@media screen and (min-width: 1400px) {
div#bloc-01 img {
  max-width: 951px;
  width: 180%;
}

div#bloc-03 .container {

  padding: 40px;
  position: relative;

}

div#bloc-03 .container:before {
  content: url(../assets/gifs/logo-bloc-4.png);
  position: absolute;
  right: -150px;
  bottom: 25px;

}


div#bloc-01 {
  position: relative;
}

div#bloc-01:before {
  content: url(../assets/gifs/bg-left-bloc-2.png);
  position: absolute;
  left: 0px;
  bottom: 140px;
}


}
/*********end blocs page d'accueil ***/

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



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

  footer {

    text-align: left;
  }

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



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

  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-nav nav a {
    FONT-SIZE: 14px;
  }
  .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;
  font-family: var(--primary-fon);
}
.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 a.selected,
#footer-nav .nav ul li:hover > a {
  text-decoration: underline;
}
#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 0px 20px;
}
.footer-2 nav a,
.page-404 footer a {
  font-weight: 700;
  line-height: 24px;
  color: #000503;
}
.footer-1 a:hover,
.page-404 footer a:hover {
  opacity: 0.5;
}
.footer-2 nav a:hover,#footer nav a:hover{
  text-decoration: underline;
}

@media screen and (min-width: 993px) {
.footer-row-contact {
  display: flex;
  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);
}

}


.encart-map iframe{
  height: 500px;
}

.encart-map{
  padding: 2rem;
  margin-top: 0;
}

.info { display: none; margin-top: 10px; }
  .visible { display: block; }
  