:root {
  --primary-h: 199;
  /* hue */
  --primary-s: 44%;
  /* saturation */
  --primary-l: 48%;
  /* lightness */

  --accent-h: 93;
  /* hue */
  --accent-s: 39%;
  /* saturation */
  --accent-l: 55%;
  /* 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 */

  --title-color: hsla(0, 0%, 12%, 1);

  --primary-font: "Poppins", sans-serif;
  --secondary-font: "Manjari", sans-serif;


  --secondaire-50: rgba(243, 248, 237, 1);
  --accent-50: rgba(244, 248, 251, 1);
  --accent-100: rgba(232, 240, 246, 1);
  --accent-200: rgba(203, 225, 236, 1);
  --gray600: rgba(93, 93, 93, 1);

  --h1-font-size: 3.8125rem;
  --h2-font-size: 2.5rem;
  --h3-font-size: 2.0625rem;
  --h4-font-size: 1.75rem;
  --h5-font-size: 1.5rem;

  --headings-line-height: 1.333333;
  --link-color: var(--primary-color-40);

  --border-radius: 2rem;
  --button-border-radius: 60px;
  --border-radui-large: 80px;
  --border-radius-bloc: 100px;
  --transition: 0.3s all ease-in-out;
}

.bg {
  background: var(--accent-50);
}

/* ================================== GENERAL ================================== */

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

.slick-slider {
  margin-bottom: 0;
}

a[href="#"] {
  cursor: default;
}

main p a, main p u {
  color: var(--accent-color);
}

p {
  margin-block: 1.5rem;
}

.divGenerateur label.optional {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 span,
h1.h1-geoloc span,
[class*="title"] {
  font-family: var(--secondary-font);
  font-weight: 400;
  color: var(--title-color);
}

h1 span,
h1.h1-geoloc span {
  display: inline;
  margin-left: 10px;
}

.card-title {
  font-size: var(--h5-font-size);
}

a {
  transition: var(--transition);
}

.pos-relative {
  position: relative;
}

.paginationControl {
  text-align: center;
  margin: 60px auto 28px;
}

.sitemap-nav li {
  margin: 10px 0;
}

.nowrap {
  flex-wrap: nowrap;
}

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

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  [class*="title"] {
    margin: 0;
  }

  h1 span,
  h1.h1-geoloc span {
    font-size: var(--h5-font-size);
  }
}

@media screen and (max-width:992px) {
  h1 {
    margin: 1.875rem 0;
  }
}


/* SECTIONS */
/* ===== */

@media screen and (min-width: 993px) {
  .index-page main .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  #bloc-top {
    padding-top: 3.5rem;
  }
}

@media screen and (min-width: 1280px) {
  .index-page main .section {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}

/* ******************************************* BOUTON ******************************************** */

.btn.accent {
  border: 1px solid var(--accent-color);
}

.btn.accent:hover {
  background-color: var(--primary-color);
  color: white;
  border: 1px solid var(--primary-color);
}

.btn.secondary,
.btn.outlined {
  background-color: white;
  color: var(--accent-color);
  border: 1px solid var(--accent-color);
}

.btn.secondary:hover,
.btn.outlined:hover {
  background-color: var(--primary-color);
  color: white;
}

.btn.accent span {
  margin-right: 5px;
}

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

  .btn.accent,
  .btn.secondary,
  .btn.outlined {
    width: auto;
    padding: 14px 24px;
    font-weight: 600;
  }
}

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

/* CARDS */
/* ===== */

.card {
  position: relative;
  display: block;
  transition: var(--transition);
}

.card:not(#encart-contact .card) a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 8;
  cursor: pointer;
}

.card a {
  text-decoration: none;
  display: block;
}

.card-image {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.card-image img,
.card * {
  transition: var(--transition);
}

.card:hover img {
  transform: scale(1.1);
  transition: var(--transition);
}

/* ================================== DIVERS ================================== */
h1.h1-geoloc span::before,
.title-1.h1-geoloc span::before {
  display: none;
}

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

  [id*="bloc"] img,
  .page-interne .sc-content .ac-doubleColonne .ac-colonne img,
  #listing-autres-actus-categorie {
    display: block;
    max-width: 450px;
    max-height: 400px;
    margin: 30px auto;
    object-fit: cover;
    width: 100%;
  }

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

  .fold-top {
    margin-block: 1rem;
  }
}


/* ================================== HEADER ================================== */


@media screen and (max-width: 992px) {
  span.menu-title.white-text {
    color: #fff;
  }

  .fold .btn-contact {
    margin-top: 1rem;
  }

  .menu-mobile {
    height: 90px;
  }

  .menu-mobile .btn-menu {
    color: var(--accent-color);
    border: 1px solid var(--accent-color);
    border-radius: 100%;
  }

  .menu-mobile .brand {
    margin-left: -11px;
  }

  .topbar-brand.col,
  .phone span.material-icons {
    margin: 0;
  }

  .menu-mobile .row {
    width: 100%;
    margin: 0;
    flex-wrap: nowrap;
  }

  .menu-mobile .brand.col {
    padding: 0;
  }

  .header-content .nav .dropdown,
  .header-content .nav .ssdropdown {
    top: 90px;
  }

  .header-content #nav-container {
    margin-top: 90px;
  }

  .header-content .nav#topbar-nav li:not(.opened) a,
  .header-content .nav#main-nav li:not(.opened) a {
    padding: 0.75rem;
  }

  .header-content .nav>ul>.sous_menu.opened>a,
  .header-content .nav .dropdown>.sous_menu.opened>a {
    height: 90px;
  }
}

@media screen and (min-width: 993px) {
  .header-content {
    border-radius: 0 0 var(--border-radui-large) var(--border-radui-large);
  }

  .header-content a.tel {
    font-weight: 600;
  }

  .header-content nav a {
    color: var(--title-color);
  }

  .top-bar .container {
    padding-block: 7px;
  }

  .main-header-content .container {
    background-color: var(--primary-color);
    border-radius: var(--border-radius);
    max-width: 1385px;
  }

  .main-header-content .container {
    padding-block: 5px;
    margin-bottom: 24px;
  }

  .header-content #nav-container,
  .header-content .row {
    margin: 0;
    flex-wrap: nowrap;
  }

  li.contact-link {
    display: none
  }

  .header-content .nav#main-nav ul {
    justify-content: center;
  }

  .header-content nav li:not(.sousLi) {
    margin: 0 7px;
  }

  .header-content .nav#main-nav>ul>li>a, .header-content .nav#topbar-nav>ul>li>a {
    position: relative;
    padding: 8px 0;
    font-size: 13px;
  }

  .header-content .nav#main-nav>ul>li>a {
    color: white;
  }

  .header-content nav ul.dropdown a {
    font-size: 10px;
  }

  .header-content .nav#main-nav>ul>li>a:hover,
  .header-content .nav#topbar-nav>ul>li>a:hover,
  .header-content .nav#main-nav>ul>li>a.selected,
  .header-content .nav#topbar-nav>ul>li>a.selected, .header-content .nav ul li:hover>a {
    color: var(--title-color);
  }

  .header-content .nav#main-nav>ul>li>a::before,
  .header-content .nav#topbar-nav>ul>li>a::before {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 50%;
    height: 2px;
    width: 0;
    background-color: var(--accent-color);
    transition: var(--transition);
  }

  .header-content .nav#main-nav>ul>li>a::before {
    background-color: white;
  }

  .header-content .nav#main-nav>ul>li>a.selected::before,
  .header-content .nav#main-nav>ul>li>a:hover::before,
  .header-content .nav#topbar-nav>ul>li>a.selected::before,
  .header-content .nav#topbar-nav>ul>li>a:hover::before {
    width: 100%;
    left: 0;
    right: 0;
  }

  .header-content .nav ul li.sous_menu ul.dropdown>li>a:hover,
  .header-content .nav ul li.sous_menu ul.dropdown>li>a.selected {
    color: var(--accent-color);
  }

  .row-header {
    flex-direction: column;
    gap: 1rem;
  }

}

@media screen and (min-width: 1440px) {
  .row-header {
    flex-direction: row;
  }

  .header-content .col {
    padding: 0 0.75rem;
  }

  .top-bar nav a {
    font-size: 1rem;
  }

  .header-content nav a {
    font-size: 1.125rem;
  }

  .header-content nav ul.dropdown a {
    font-size: 0.75rem;
  }
}

/* *********************************************** BLOC header ***************************** */

#bloc-header {
  background: var(--secondaire-50);
  border-radius: 0 0 var(--border-radui-large) var(--border-radui-large);
  overflow: hidden;
}

.info-head {
  background: var(--accent-50);
  padding: 25px;
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  border-radius: 12px;
}

.title-1 em, .title-2 em, h2 em {
  display: inline-block;
  font-style: normal;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 993px) {
  .index-page, body.recrutement, .contact-page, .page-interne, .actualites-detail, .actualites-listing, .catalogue-listing, .catalogue-detail {
    padding: 0 !important;
  }

  #bloc-header {
    padding-top: 180px;
  }

  #bloc-header .l6 {
    padding-top: 104px;
    padding-bottom: 250px;
  }

  .title-1 {
    line-height: 110%;
  }

  #bloc-header .title-1 {
    margin-bottom: 36px;
  }

  .title-1 em:before, .title-2 em:before, h2 em:before {
    content: "";
    position: absolute;
    background: var(--accent-200);
    border-radius: 20px;
    width: 105%;
    left: -10px;
    height: 100%;
    z-index: -1;
    top: -2px;
  }

  #bloc-header img.img-header {
    position: absolute;
    width: 200%;
    max-width: 1044px;
    left: -110px;
    top: 0;
    border-radius: 825px 590px 0 0
  }

  .info-head {
    position: absolute;
    z-index: 1;
    bottom: 88px;
    max-width: 530px;
    left: -425px;
  }

}

@media screen and (min-width: 993px) and (max-width: 1439px) {
  #bloc-header {
    padding-top: 304px;
  }

  #bloc-header .title-1 {
    font-size: 57px;
    position: relative;
    z-index: 2;
  }
}

/* ***********************************************POINTS FORTS***************************** */
.pf-card {
  padding: 3rem 37px;
}

.pf-title {
  margin: 20px 0 1rem;
}

.descrip {
  margin-top: 20px;
  color: var(--gray600);
  font-size: 14px;
}

@media screen and (min-width: 993px) {
  .index-page main .section.encart-points-forts {
    padding-top: 4rem;
    padding-bottom: 0;
  }

  h2, .title-2 {
    line-height: 44px;
  }

  .slick-pf>.col:not(:last-of-type) .pf-card {
    position: relative;
  }

  .slick-pf>.col:not(:last-of-type) .pf-card::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 200px;
    background-color: hsla(0, 0%, 82%, 1);
    right: -12px;
    top: calc(50% - 100px);
  }
}

@media screen and (max-width: 1210px) {
  .pf-card {
    padding: 3rem 1rem;
  }
}


/* **************************************** BLOC 01***************************************** */

#bloc-01 {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.38) 56.15%, rgba(202, 226, 180, 0.38) 100%);
  border-radius: 0 0 var(--border-radui-large) var(--border-radui-large);
}

#bloc-01 img {
  border: 10px solid rgba(228, 240, 215, 1);
}

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

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

  #bloc-01 img {
    border-radius: 400px 0 400px 0;
    position: absolute;
    top: 0;
    object-fit: cover;
    max-width: 856px;
    width: 160%;
    height: 100%;
  }

}

/* ****************************************PRESTATIONS***************************************** */
.slick-prestations {
  margin-top: 64px;
}

.prestations-card-content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem;
}

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

.prestations-card-content .card-text {
  margin: 12px 0 20px;
}

@media screen and (min-width: 993px) {
  .prestations-card {
    border-radius: var(--border-radius-bloc) 0;
    overflow: hidden;
    transition: .6s;
    border: 15px solid transparent;
  }

  .prestations-card:hover {
    border: 15px solid rgba(228, 240, 215, 1);
    transition: .6s;
  }

  .prestations-card:hover .prestations-card-content {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
      linear-gradient(180deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.6) 100%);
  }

  .card-image {
    overflow: hidden;
  }

  .card-image img {
    transition: .6s;
  }

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

/* ================================ BLOC 02 + 03================================== */
#bloc-03 {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.21) 52.4%, rgba(137, 186, 97, 0.21) 100%);
  border-radius: 0 0 80px 80px;
}

#bloc-03 ul {
  list-style-type: none;
  padding-left: 0;
}

@media screen and (min-width: 993px) {
  [id*="bloc-"] img {
    border-radius: var(--border-radius-bloc) 0;
  }


}

/* ================================ BLOC 04 ================================== */
@media screen and (min-width: 993px) {
  #bloc-04 img {
    width: 100%;
    display: block;
    margin-bottom: 3rem;
  }

  #bloc-04 .col {
    max-width: 592px;
  }

}


/* ================================ ENCART contact ================================== */
#encart-contact .container {
  background: var(--accent-100);
  border-radius: 100px 0 12px 12px;
  padding: 0 10px;
}

#encart-contact .container img {
  border-radius: 100px 0;
}

.content-contact {
  padding: 48px 0;
}

#encart-contact .title-2 em:before {
  background: rgba(202, 226, 180, 1);
}

#encart-contact .reseaux-sociaux ul {
  justify-content: center;
  margin: 12px 0 48px;
}

/* ================================ ENCART AVIS ================================== */

.encart-avis {
  padding: 40px 0;
  z-index: 1;
  margin-top: -2px;
}

.slick-avis {
  margin-top: 4rem;
}

.slick-avis .card-content .row {
  flex-wrap: nowrap;
}

.avis-card {
  padding: 1rem;
}

.avis-card .avis-card-text {
  padding-left: 4.75rem;
  height: 6.5rem;
  margin-top: 0.5rem;
}

.avis-name {
  font-weight: 600;
}

.encart-avis .avis-card.js-more .avis-card-text::after {
  display: none;
}

.avis-date {
  margin-left: -1rem;
  font-size: .625rem;
}

.encart-avis .row.s-middle.s-start {
  padding-top: 0.25rem;
}

.encart-avis .slick-prev .slick-prev-icon:before,
.encart-avis .slick-prev .slick-next-icon:before,
.encart-avis .slick-next .slick-prev-icon:before,
.encart-avis .slick-next .slick-next-icon:before {
  color: white;
  opacity: 1;
}

/*********************** SLICK DOTS tirets/dots*/
ul.slick-dots {
  bottom: -2.5rem;
  z-index: 1;
}

ul.slick-dots li button {
  width: 14px;
  height: 10px;
  transition: 0.3s ease-in-out;
}

ul.slick-dots li.slick-active button {
  width: 64px;
}

ul.slick-dots li button .slick-dot-icon {
  opacity: 1;
  color: var(--accent-color-80);
}

ul.slick-dots li button .slick-dot-icon::before {
  content: "";
  top: -2px;
  left: -2px;
  width: 10px;
  height: 10px;
  border-radius: 8px;
  background-color: var(--accent-color-80);
  transition: 0.3s ease-in-out;
}

ul.slick-dots li button:is(:hover, :focus) .slick-dot-icon::before {
  background-color: var(--accent-color-60);
}

ul.slick-dots li.slick-active button .slick-dot-icon::before {
  width: 60px;
  background-color: var(--accent-color-60);
}

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

  .index-page .encart-avis.section {
    padding: 5rem 0;
  }

  .encart-avis .l3 img {
    position: absolute;
    height: auto;
    object-fit: cover;
    width: 200%;
    max-width: 612px;
    right: 0;
    border-radius: var(--border-radius-bloc) 0;
  }
}

/* ================================== BLOC 04 ================================== */
#bloc-04 .bg {
  border-radius: 12px;
  padding: 20px;
}

/* ================================== ENCART CONTACT ================================== */

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

.actualites-card {
  transition: var(--transition);
  border-radius: 12px;
}

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

}

.actualites-card-content {
  margin-top: 1rem;
  padding: 1.5rem 1rem;
}

#encart-actualites .title-2, .actualites-card-title a, .actualites-card-content * {
  transition: var(--transition);
}

.actualites-card-title a {
  color: var(--title-color);
}

.actualites-listing .actualites-card * {
  color: var(--text-color);
}

.actualites-card:hover .actualites-card-title a, .actualites-card:hover .link a {
  color: var(--title-color);
}

.actualites-card:hover .actualites-card-text {
  color: var(--text-color);
}

.actualites-card-text {
  margin: .5rem 0;
}

.actualites-card .link a {
  font-weight: 400;
  text-decoration: none;
  color: var(--title-color);
}

.actualites-card .card-image a::after {
  position: absolute;
  content: '';
  inset: 0;
  background: hsla(0, 0%, 0%, 0.3);
  opacity: 0;
}

.actualites-card:hover .actualites-card .card-image a::after {
  opacity: 1;
}

.actualites-card:hover .actualites-card-image, .actualites-card:hover .actualites-card-image img {
  border-radius: 0;
}

.actualites-card:hover .actualites-card-image a:before {
  background: rgba(107, 159, 67, 0.69);
}

.slick-actualites, #encart-actualites .encart-btn {
  margin-top: 3.75rem;
}

.actualites-card-image, .actualites-card-image img {
  border-radius: var(--border-radius-bloc) 0;
}

#encart-actualites .encart-btn .btn.outlined {
  border: 2px solid var(--accent-color);
}



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

#listing-autres-actus-categorie ul {
  text-align: center;
  padding-inline-start: 0;
}

#listing-autres-actus-categorie span.title-4 {
  margin: 20px auto;
  display: block;
  text-align: center;
  color: white;
}

.actualites-detail .detail-actu-image {
  max-width: 50%;
}

#listing-autres-actus-categorie li {
  margin-top: 0.5rem;
}

body.actualites-detail .listing-autres-actus-categorie {
  height: max-content;
  padding: 24px;
}

#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;
}

.actualites-detail .detail-actu-reseaux-sociaux {
  align-items: flex-start;
}

.detail-actu-reseaux-sociaux>div {
  display: flex;
}

.detail-actu-contenu p {
  margin: 0;
}


/* ================================== BLOC FORMULAIRE ================================== */
.bloc-info-m5 {

  border-radius: 12px 0 0 12px;
}

.bloc-info {
  padding: 48px 10px;
}

.bloc-info p {
  font-size: 14px;
}

.bloc-info .title-3 {
  color: white;
}

.bloc-info .reseaux-sociaux svg path {
  fill: white
}

.page-interne #bloc-formulaire .container {
  width: 100%;
}

#bloc-formulaire label {
  font-weight: 600;
}

.card-form-contact {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 80px 0 25px;
}

.card-contact-form {
  font-size: 14px;
  color: rgba(231, 231, 231, 1);
}

.titre-form {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 12px;
  color: white;
}

#bloc-formulaire input:not(#bloc-formulaire p.submit .btn),
#bloc-formulaire textarea {
  box-shadow: 0px 1px 2px 0px hsla(220, 43%, 11%, 0.05);
  border: 1px solidhsla(0, 0%, 82%, 1);
  border-radius: .5rem;
}

#bloc-formulaire textarea {
  min-height: 5.375rem;
}

#bloc-formulaire .divGenerateur {
  margin: 0;
}

#bloc-formulaire .info {
  font-size: 1rem;
}

.col.bloc-formulaire {
  padding: 3rem;
  box-shadow: 0px 4px 24px 0px hsla(0, 0%, 0%, 0.1);
  background-color: white;
  border-radius: 0 12px 12px 0;
}

#bloc-formulaire #field_20 p, #bloc-formulaire #field_28 p {
  margin: 0;
}

#bloc-formulaire label.noFloatingLabel {
  font-weight: 400;
}

.col.bloc-info img {
  height: 100%;
  object-fit: cover;
}

span.erreur {
  font-size: 13px;
}

#bloc-formulaire #field_39 {
  margin-top: 1.5rem;
}

.map-bas {
  border-radius: 100px 0;
  overflow: hidden;
  min-height: 480px;
}

.map-bas .map-container, .map-bas .googlemapssearch, #bloc-formulaire iframe {
  height: 100%;
  min-height: 480px;
}

@media screen and (max-width: 992px) {
  .col.bloc-formulaire {
    padding: 1.5625rem;
    margin-top: 20px;
  }
}

@media screen and (min-width: 993px) {
  .bloc-info {
    padding: 48px 70px;
  }

  .page-interne #bloc-formulaire {
    padding-block: 7.5rem;
  }

  .cp_ville {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px
  }
}


/* ================================== FOOTER ================================== */
footer {
  background: var(--accent-50);
}

footer p {
  margin-top: 12px;
  font-size: 14px;
  line-height: 22px;
  color: var(--gray600);
}

#footer-nav a {
  font-size: 14px;
  position: relative;
}

#footer-nav a::before {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  height: 2px;
  width: 0;
  background-color: var(--accent-color);
  transition: var(--transition);
}

#footer-nav a:hover::before,
#footer-nav a.selected::before {
  width: 100%;
  left: 0;
  right: 0;
}

#footer-nav ul.dropdown a:hover::before,
#footer-nav ul.dropdown a.selected::before {
  bottom: 0;
}

.label-footer {
  font-weight: 600;
}

footer .horaire {
  margin-block: 1rem;
}

#footer-nav .nav ul li.no-menu,
#footer-nav .nav ul li.contact {
  display: none;
}

footer .section {
  padding-top: 2.5rem;
}

a.lien-maps:hover {
  opacity: 0.7;
}

#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: #fff;
  border: 2px solid var(--accent-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: '\e5cf';
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin: -0.125em 0 0 0.25em;
  text-decoration: none;
}

#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;
  color: var(--text-color);
}

#footer-nav a:hover {
  color: inherit;
}

footer a.lien-maps span {
  display: block;
}

#footer-nav {
  padding-top: .5rem;
}

#footer-nav .nav>ul {
  padding-bottom: 3px;
}

.footer-2 {
  margin-top: 30px;
  font-weight: 600;
}

.footer-2 a:hover {
  text-decoration: underline;
}

.footer-section-1 {
  margin-bottom: 90px;
  color: var(--background-1);
}

@media screen and (min-width: 993px) {
  .footer-contact {
    margin-top: 55px;
  }

  footer {
    border-radius: 80px 80px 0 0;
  }

  .footer-2, #footer-nav {
    font-size: 13px;
  }

  footer .col-adresses {
    display: flex;
    flex-wrap: nowrap;
    gap: 2rem;
  }

  #footer-nav .nav>ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 1.5rem;
    margin-block-end: 0;
  }

  footer #footer-nav .nav ul li.sous_menu ul.dropdown {
    bottom: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .footer-2, #footer-nav {
    font-size: 16px;
  }
}

@media screen and (max-width: 992px) {
  footer .bloc-adresse>div {
    justify-content: center;
  }

  footer .bloc-adresse {
    row-gap: 20px;
    margin: 15px 0;
  }

  .footer-brand {
    margin: 1rem auto;
  }

  #footer-nav .nav>ul>li {
    margin-bottom: 30px;
  }

  .footer-2 li {
    margin-block: 10px;
  }

  footer .section {
    text-align: center;
  }

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

  #footer-nav nav ul {
    flex-direction: column;
  }

  span.lien-maps {
    align-items: center;
  }
}


/* ******************************************** PAGE INTERNE ****************************************** */
.actualites-detail .hero-interne {
  padding: 23% 0 7%;
}

li.firstLi.index-link+li.firstLi.index-link {
  display: none;
}

.page-interne .hero-bg,
.hero-interne {
  padding: 23% 0 7%;
  position: relative;
  border-radius: 0 0 80px 80px;
}

.page-interne #container {
  padding: 0;
}

.page-interne .hero-bg::before, .hero-interne::before {
  position: absolute;
  content: "";
  background: linear-gradient(rgba(137, 186, 97, 0.47), rgba(137, 186, 97, 0.47)), url(../assets/gifs/bg-hero.jpg);
  background-size: cover;
  background-position: left;
  width: 160%;
  left: -23%;
  max-width: 1920px;
  top: 0;
  height: 100%;
  z-index: -1;
  border-radius: 0 0 80px 80px;
}

.page-interne .title-1, .hero-interne .title-1, .hero-interne h1 {
  color: white;
}

#fil_ariane {
  margin: 3rem 0;
}

.fil-ariane, #fil_ariane {
  margin-bottom: 2rem;
  font-size: 14px;
}

.page-interne .ac-include .container {
  width: 100%;
}

.ac-doubleColonne .ac-colonne img {
  border-radius: 100px 0;
}

.ac-1v1 .ac-colonne {
  border: 1px solid var(--accent-color);
  border-radius: 100px 0;
  padding: 100px 15px;
  margin: 20px 0;
}

.cards .ac-colonne {
  border: 1px solid var(--primary-color);
  border-radius: 12px 0;
  padding: 12px;
  margin: 15px 0;
}

.bg-notes {
  background: var(--primary-color);
  padding: 20px;
  color: white;
  border-radius: var(--border-radius);
}

@media screen and (min-width: 993px) {
  .ac-doubleColonne:has(img) .ac-colonne:has(p) {
    padding: 100px 0;
  }

  .page-interne .sc-content .ac-doubleColonne .ac-colonne_2 img, .ac-colonne_2:has(h2) p, .ac-colonne_2:has(h2) ul, .ac-colonne_2 h2, .ac-colonne_2 .btn-contact, .ac-colonne_2:has(h2) .bg-notes {
    width: 95%;
    margin-left: auto;
  }

  .page-interne .sc-content img {
    height: 100%;
    object-fit: cover;
  }
}


/* ******************************************** PAGE CONTACT ****************************************** */
.contact-hero .title-2 {
  font-size: 35px;
  margin: 0;
  line-height: normal;
  color: #fff;
  padding: 0;
}

.contact-page .divGenerateurRequired {
  margin-bottom: 1rem;
}

.contact-hero {
  background: linear-gradient(rgba(137, 186, 97, 0.47), rgba(137, 186, 97, 0.47)), url(../assets/gifs/bg-hero.jpg);
  background-size: cover;
  background-position: left;
}

@media screen and (min-width:993px) {
  .contact-hero {
    padding: 14rem 0 3rem;
  }

  .contact-page h1 {
    font-size: var(--h2-font-size);
  }
}

#bloc-header .whatsapp-img {
  margin-left: 1rem;
}