:root {
  --primary-h: 339; /* hue */
  --primary-s: 56%; /* saturation */
  --primary-l: 36%; /* lightness */

  --accent-h: 29; /* hue */
  --accent-s: 92%; /* saturation */
  --accent-l: 58%; /* lightness */

  --secondary-h: 91; /* hue */
  --secondary-s: 44%; /* saturation */
  --secondary-l: 58%; /* lightness */

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

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

  --primary-font: 'Roboto', sans-serif;
  --secondary-font: 'Roboto', sans-serif;

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

  --link-color: var(--secondary-color);

  --border-radius: 0rem;
  --button-border-radius: 0rem;

  --primary-color-75 : hsla(339, 56%, 36%, 0.75);
  --accent-color-16 : hsla(29, 92%, 58%, 0.16);
}

body.index-page {
  --h1-font-size: 3.5rem;
  --h2-font-size: 3rem;
  --h3-font-size: 2rem;
}
 
h1,
h2,
h3,
h4,
h5,
h6,
[class*="title"] {
  font-family: var(--secondary-font);
  font-weight: 600;
}

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

a.btn.accent {
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: color 0.3s ease-in-out;
  z-index: 0;
  width: 100%;
  z-index: 1;
}

a.btn.accent::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--secondary-color);
  transition: width 0.4s ease-in-out;
  z-index: -1;
}

a.btn.accent:hover::after {
  width: 100%;
}

a.btn.secondary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: color 0.3s ease-in-out;
  z-index: 0;
  z-index: 1;
}

a.btn.secondary::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--primary-color);
  transition: width 0.4s ease-in-out;
  z-index: -1;
}

a.btn.secondary:hover::after {
  width: 100%;
}

@media screen and (min-width: 993px) {
.index-page main .section{
  padding-top: 120px;
  padding-bottom: 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;
}

@media screen and (min-width: 993px) {
  .fold .view-contact{
    display: none;
  }
  .brand a img{
    max-width: 196px;
    width: 100%;
  }
}
@media screen and (max-width: 992px) {

.brand a img {
  max-width: 150px;
  width: 100%;
}
}
/* ===================SLIDER + BLOC MARKETING================ */

.slider-slick {
  position: relative;
  z-index: 0;
  margin-top: -14%;
  height: 100vh;
}

.slider-slick video {
  height: 100%;
  transform: scale(1) translate(0%, 0vh);
  width: 100vw;
  object-fit: cover;
  position: absolute;
  top: 0;
  z-index: -1;
}
.bloc-marketing {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.bloc-marketing span {
  z-index: 2;
  position: relative;

}

.bloc-marketing p {
  z-index: 2;
  position: relative;
}

.bloc-marketing .tel, #bloc-urgence .tel, #bloc-03 .tel,#encart-contact .tel {
  border: 1px solid;
  position: relative;
  z-index: 2;
  padding: 0.6rem 1rem;
}
.bloc-marketing::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: hsla(0, 0%, 0%, 0.41);
  z-index: 0;
  pointer-events: none;
  height: 100%;
}
@media screen and (max-width: 992px) {
  .slider-slick {
    position: relative;
    z-index: 0;
    margin-top: 2%;
    height: 85vh;
}
}
@media screen and (max-width: 600px) {

  .bloc-marketing .tel, #bloc-urgence .tel, #bloc-03 .tel,#encart-contact .tel {
    border: 1px solid;
    position: relative;
    z-index: 2;
    padding: 0.5rem 1rem;
    width: 100%;
    display: block;
    text-align: center;
  }
  .bloc-marketing .tel{
    margin-top: 15px;
  }
}

/* =================== SLICK ================ */
.slick-dots li button {
  display: block;
  height: 2rem;
  width: 2rem;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.slick-dots li.slick-active button .slick-dot-icon {
  color: var(--primary-color);
  opacity: 1;
}
/* =================== HEADER ================ */
.sticky-active .sticky-element.sticky-scroll-up {
  background: var(--background-color);
}
@media screen and (min-width: 993px) {
  .header-content #nav-container {
    position: static;
    right: 0;
    height: 100%;
    margin: 1rem 0;
    padding: 0;
    background-color: transparent;
    overflow: unset;
    transition: none;
}
  .index-page header .logo{
    display: none;
  }
  .index-page header.sticky-active .logo{
    display: block;
  }
  .index-page .hide-btn{
    display: none;
  }
  .index-page .header-content {
    background: transparent;
    padding-top: 15px;
}
.header-content {
  background: white;
}
.index-page .sticky-active .header-content.sticky-element.sticky-scroll-up .nav#topbar-nav > ul > li > a, .index-page .sticky-active .header-content.sticky-element.sticky-scroll-up .nav#topbar-nav .dropdown li a {
  color: var(--text-color);
}

}
@media screen and (max-width: 992px) {
.fold {
  padding: 5px 0;
}
}
/* =================== MENU ================ */

.main-header-content {
  background: var(--primary-color-75);
}

  .index-page .header-content .nav#topbar-nav > ul > li > a.selected,.index-page .header-content .nav#topbar-nav > ul > li > a:hover {
    color: var(--accent-color);
    background-color: transparent;
}
@media screen and (min-width: 993px) {
.header-content .nav#main-nav > ul > li > a {
  font-size: 15px;
  color: white;
  padding-top: 0.4rem;
    padding-right: 0.6rem;
    padding-bottom: 0.4rem;
    padding-left: 0.6rem;
}
.header-content .nav#main-nav > ul > li > a.selected, .header-content .nav#main-nav > ul > li > a:hover {
  background-color: white;
  color: var(--text-color) !important;
}
.header-content .nav ul li.sous_menu ul.dropdown > li a {
  font-size: 13px;
}
.index-page .header-content .nav#topbar-nav > ul > li > a{
  color: white;
}
.nav#main-nav > ul > li.no-cursor > a {
  cursor: default;
}
}
@media screen and (max-width: 1220px) {

.header-content .nav#main-nav > ul > li > a {
  font-size: 14px;
  color: white;
  padding-top: 0.4rem;
  padding-right: 0;
  padding-bottom: 0.4rem;
  padding-left: 0.5rem;
}
}
@media screen and (max-width: 992px) {


  .main-header-content {
    padding: 0;
}
  .header-content .nav#topbar-nav li:not(.opened) a {
    font-size: 16px;
}
.menu-mobile {
  height: 5.5rem;
  background-color: var(--background-color);
}
.menu-mobile .btn-menu {
  color: var(--primary-color);
}
.header-content .nav#main-nav > ul > li > a {
  font-size: 16px;
  color: var(--text-color);
}
.header-content .nav#main-nav ul li a.selected {
  color: white;
  background-color: var(--primary-color-75);
}
}
/* =================== BLOC URGENCE ================ */

#bloc-urgence {
background: var(--primary-color);
position: relative;
}

#bloc-urgence .title-2 em{
  color: var(--accent-color);
  font-style: normal;
}
#bloc-urgence .title-2{
  margin-top: 0;
}
.decoration{
  position: absolute;
  right: 5%;
  bottom: 0;
  z-index: 0;
}

/* =================== BLOC 1 ================ */

h1.h1-geoloc span, .title-1.h1-geoloc span {
  margin-bottom: 0;
  font-size: var(--h1-font-size);
  color: var(--text-color);
  font-weight: inherit;
}
h1.h1-geoloc span::before, .title-1.h1-geoloc span::before {
  display: none;
}
h1.h1-geoloc {
  margin: 0;
  color: hsla(310, 42%, 37%, 1);
}
@media screen and (max-width: 600px) {
  h1.h1-geoloc , h1.h1-geoloc span {
    font-size: 2.5rem;
  }
}
/* =================== BLOC PRESTATION ================ */
#encart-prestations{
  padding-bottom: 120px;
}
.prestations-card{
  position: relative;
}
.slick-prestations{
  margin-bottom: 4rem;
}
.prestations-card-content {
  padding: 20px;
  display: inline-block;
  overflow: hidden;
  transition: color 0.3s ease-in-out;
  z-index: 0;
}
.prestations-card-title a{
  font-size: var(--h3-font-size);
  text-decoration: none;
  color: hsla(310, 42%, 37%, 1);
}
.prestations-card-content a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  background-color: transparent;
  width: 100%;
  transition: var(--transition);
}


.prestations-card-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background-color: var(--accent-color-16);
  transition: height 0.4s ease-in-out;
  z-index: -1;
}

.prestations-card-content:hover::after {
  height: 100%;
}

/* =================== BLOC IMAGES ================ */

#bloc-images{
  background: var(--accent-color-16);
}
#bloc-images .title-2{
  color: var(--text-color);
}
#bloc-images .title-2 em{
  color: hsla(310, 42%, 37%, 1);
  font-style: normal;
}

.parent {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 48px;
  }
  
  .div1 { grid-area: 1 / 1 / 3 / 3; min-height: 640px; }
  .div2 { grid-area: 1 / 3 / 2 / 4; }
  .div3 { grid-area: 1 / 4 / 2 / 5; }
  .div4 { grid-area: 2 / 4 / 3 / 5; }
  .div5 { grid-area: 2 / 3 / 3 / 4; }

  @media screen and (max-width: 992px) {
    .parent {
      display: flex;
      margin-top: 48px;
      }
    .div1,.div2,.div3,.div4,.div5{
      min-height: auto;
      height: 100%;
      padding: 20px;
    }
  }

  /* =================== BLOC 2 ================ */
  #bloc-02 h2 {
    margin-top: 0;
  }
  #bloc-02 h3 {
    font-size: 24px;
    margin-bottom: 0;
  }
  #bloc-02 p {
    border-bottom: 1px solid ;
    padding-bottom: 10px;
  }
  #bloc-02 h2 em{
    color: hsla(310, 42%, 37%, 1);
    font-style: normal;
  }
  @media screen and (max-width: 992px) {
  #bloc-02 h2 {
    margin: calc(var(--h2-font-size) / 1.5) 0 calc(var(--h2-font-size) / 1) 0;
  }
}
/* =================== BLOC AVIS ================ */

  .encart-avis .title-2 {
    margin: 0;
}
.logo-b-avis{
  max-height: 118px;
  margin-left: 18px;
}

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

.avis-card-text {
  position: relative;
  margin-left: 19%;
}
@media screen and (min-width: 993px) {
  .logo-b-avis{
    max-height: 118px;
    margin-left: 18px;
  }
}
@media screen and (max-width: 992px) {
  .logo-b-avis{
    max-height: 118px;
  }
}

  /* =================== BLOC 3 ================ */

  #bloc-03 {
    background: hsla(310, 42%, 37%, 1);
    position: relative;
  }
  @media screen and (min-width: 993px) {
  #bloc-03 .decoration {
    position: absolute;
    bottom: 0;
    left: 36%;
}
  }

   /* =================== BLOC EQUIPES ================ */

   #bloc-equipes .title-2 em{
    color: hsla(310, 42%, 37%, 0.9);
    font-style: normal;
  }
  #bloc-equipes .title-2 {
    margin: 0;
  }
  .team{
    margin-top: 48px;
  }
  .name-team{
    color: hsla(310, 42%, 37%, 1);
    font-size: 20px;
    font-weight: 600;
  }
  .statut-team{
    font-size: 18px;

  }
  .bio-team{

  }
  .reseaux-team {
    display: flex;
    gap: 10px;
}
@media screen and (max-width: 992px) {
  .name-team{
    margin-top: 15px;
  }
  .reseaux-team {
    margin-bottom: 15px;
}
}
/* =================== BLOC 4 ================ */

#bloc-04 h2 em{
  color: hsla(310, 42%, 37%, 1);
  font-style: normal;
}
.domaine{
  margin-top: 48px;
}
.domaine-card {
  padding: 20px;
  box-shadow: 0px 0px 4px 0px hsla(0, 0%, 0%, 0.25);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 20px;
}

#bloc-04 .title-3{
  font-size: var(--h3-font-size);
}
.domaine-card-content ul {
  text-align: left;
}

.domaine-card-content ul {
  list-style: none; /* Supprime les puces par défaut */
  padding-left: 0;

}

.domaine-card-content ul li {
  position: relative;
  padding-left: 30px; /* Espace pour le SVG */
  margin-bottom: 16px;
}

.domaine-card-content ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.15rem;
  width: 20px;
  height: 20px;
  background-image: url(../assets/gifs/check.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 992px) {
  .domaine-card {
    margin: 20px 0;
  }
}
/* =================== ENCART CONTACT ================ */

#encart-contact{
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 50%), url(../assets/gifs/bg-contact.jpg);
  background-size: 100%, 100%, cover;
  background-position: right;
}

#encart-contact .title-2 {
  margin-bottom: 0;
}

#encart-contact p {
  max-width: 408px;
  margin: 1rem auto;
}
/* =================== ENCART ACTUALITES ================ */

#encart-actualites .title-2 {
  margin-bottom: 0;
}
.slick-actualites{
  margin: 48px 0;
}
#encart-actualites .s-titre {
  font-size: 18px;
}
.actualites-encart-card,.actualites-listing-card{
  margin: 20px;
  position: relative;
}
.actualites-encart-card-title{
  font-size: 24px;
}
.actualites-encart-card-title a, .actualites-listing-card-title a{
  text-decoration: none;
  color: var(--text-color);
}
.actualites-encart-card-image, .actualites-listing-card-image {

  overflow: hidden;
}
.actualites-encart-card-image a::before, .actualites-listing-card-image a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  background-color: transparent;
  width: 100%;
  transition: var(--transition);
  z-index: 1;
}

.actualites-encart-card-image img {
  object-fit: cover;
  max-height: 180px;
  width: 100%;
  transition: 0.3s;
}

.actualites-listing-card-image img {
  object-fit: cover;
  max-height: 255px;
  width: 100%;
  transition: 0.3s;
}

.actualites-encart-card-image:hover img, .actualites-listing-card-image:hover img {
  transform: scale(1.15);
}
@media screen and (max-width: 992px) {
.actualites-encart-card-image img {
  margin-bottom: 20px;
}
}
@media screen and (min-width: 601px) {
.recherche_actu #recherche_actu_submit {
  margin-left: 0.5rem;
  width: auto;
}
}
/* ====== LISTING ACTUALITES ====== */

.actualites-listing-card-title{
  margin: 12px 0;
}
.actualites-listing-card-content{
  margin-top: 16px;
}

  /* ******************************************* FOOTER ******************************************** */

  footer{
    background-color: var(--accent-color-16);
  }
  .footer-contact p {
    margin-bottom: 10px;
    font-weight: 600;
  }
  .footer-contact a.lien-maps {
    display: flex;
    flex-direction: column;
}
.footer-contact a.lien-maps:hover {
  opacity: 0.7;
}
  footer address {
    margin: 0;
    font-weight: 400;
  }
  .footer-2{
    padding-bottom: 32px;
  }
  #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: 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 {
    font-weight: 400;
    line-height: 24px;
    font-size: 14px;

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

  }
  @media screen and (min-width: 993px) {
  #footer-nav .nav > ul {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0.3rem;
    margin: 1.5rem 0;
  }
  footer #footer-nav .nav ul li.sous_menu ul.dropdown {
    bottom: 100%;
  }
  #footer-nav {
    margin-top: 48px;
}
}
  @media screen and (max-width: 992px){
    footer .brand {
      text-align: center;
  }
    .footer-contact {
      display: flex;
      flex-direction: column;
      row-gap: 12px;
      text-align: center;
    }
    #footer-nav .nav > ul {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      margin: 1.5rem 0;
      flex-direction: column;
    }
    footer #footer-nav .nav ul li.sous_menu ul.dropdown {

      display: none;
    }
    #footer-nav .nav ul li.sous_menu > a::after {
      display: none;
    }
  }

  /* ******************************************* PAGE INTERNE ******************************************** */

  .page-interne div#container {
    padding-top: 0;
}
.bg-hero h1,.bg-hero p{
color: white;
}

  .bg-hero::before,
  .hero-interne::before,
  .hero-interne::after,
  .bg-hero::after {
    position: absolute;
    content: "";
    background: url('../assets/gifs/slider/slide-01.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100vw;
    left :50%;
    transform: translateX(-50%);
    top: 14px;
    height: 100%;
    z-index: -1;
    background-position: center;
    margin: 0 auto;
  }

  .page-interne .bg-hero::after,.hero-interne::after {
    background: linear-gradient(hsla(120, 10%, 16%, 0.7), hsla(120, 10%, 16%, 0.7))   
  }
  .sc-content .ac-doubleColonne.bg-hero {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 447px;
    margin-bottom: 48px;
    margin-top: -14px;
  }
  .contact-page .hero-interne {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 447px;
    margin-bottom: 48px;
    margin-top: -4%;
    }
  .actualites-listing .hero-interne {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 447px;
    margin-bottom: 48px;
    margin-top: -70px;
}
.actualites-detail .hero-interne{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 447px;
  margin-bottom: 48px;
  margin-top: -46px;
}


 .page-interne h3{
    margin: 0;
  }

  .block-txt .ac-colonne {
    border: 1px solid var(--primary-color-75);
    padding: 20px;
  }
  .block-txt em {
    padding: 15px;
    background: var(--accent-color-80);
    display: block;
    font-style: normal;
}

.block-txt  ul li {
  list-style: none;
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px 5px 5px 15px;
}

.block-txt ul li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform-origin: center;
  transform: translateY(-50%) rotate(45deg);
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(90deg, #8D3A96 0%, #9B1B4C 100%);
}
  .page-interne h3{
    color: var(--primary-color);
  }
  #fil_ariane {
    margin-bottom: 48px;
  }
  /* ******************************************* TEAM ******************************************** */
  
  .team h2 {
    font-size: 2.5rem;
    margin-bottom: 40px;
  }
  
  .team-members {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 30px;
    align-items: stretch;
  }
  
  .member {
    width: 100%;
    max-width: 300px;
  }
  
  .member-img {
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
  }
  
  .member-img:hover {
    transform: scale(1.03);
  }
  
  .member-img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }
  
  .overlay {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6); /* noir transparent */
    color: #fff;
    width: 100%;
    padding: 20px 10px;
    text-align: left;
    min-height: 38%;
  }
  
  .page-interne .overlay h3 {
    margin: 0;
    font-size: 1.2rem;
    color: white;
    text-align: center;
  }

  .overlay p {
    margin-top: 8px;
    color: #ddd;
  }
  
  /* === STYLE 2 : Image à côté du texte === */
.horizontal-style .member.horizontal {
  display: flex;
  align-items: center;
  background: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  max-width: 700px;
  width: 100%;
  transition: transform 0.3s ease;
}
.horizontal-style .member:hover {
  transform: translateY(-5px);
}
.horizontal-style .member img {
  width: 300px;
  height: auto;
  object-fit: cover;
}
.horizontal-style .info {
  padding: 20px;
  text-align: left;
}
.horizontal-style .info h3 {
  margin: 0 0 10px;
  font-size: 1.4rem;
}
.horizontal-style .info p {
  margin: 0;
  font-size: 0.95rem;
  color: #555;
}

/* === RESPONSIVE === */
@media (max-width: 992px) {
.team-members {
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: stretch;
  flex-wrap: wrap;
}
}

/* PAGE ACTU DETAIL */
.container_actualite .clear_both {
  margin-bottom: 0px;
}
  body.actualites-detail .listing-autres-actus-categorie {
    height: max-content;
    padding: 24px ;
    margin-bottom: 24px;
    background-color:var(--accent-color-16);
    border-radius: var(--border-radius);
  }
  
  .listing-autres-actus-categorie a.btn {
    font-weight: 600;
    letter-spacing: 0px;
    padding: 13px 10px;
    width: fit-content;
    font-size: 14px;
}

  body.actualites-detail .listing-autres-actus-categorie .detail-btn{
   text-align: center;
  }
  #listing-autres-actus-categorie ul li ul {
    padding-left: 0;
  }
  #listing-autres-actus-categorie ul li ul li{
    list-style: none !important;
  }
  
  #listing-autres-actus-categorie ul li a{
    text-decoration: none;
    color: var(--accent-color-30);
  }
  
  #listing-autres-actus-categorie ul li a:hover{
    text-decoration: underline;
  }

  .fb-like.fb_iframe_widget {
    position: relative;
    top: 6px;
  }
/* pagination actu*/

.paginationControl {
  letter-spacing: normal;
  text-align: center;
  padding: 40px 0 0;
}

.paginationControl a,
.paginationControl span {
  display: inline-block !important;
  padding: 0 10px;
  color: white;
  font-size: 14px;
  line-height: 30px;
  background: var(--primary-color);
  border: 1px solid #dcdde1;
}

.paginationControl a:hover,
.paginationControl span.selected {
  color: white;
  background:var(--secondary-color);
}

.paginationControl span.disabled {
  color: #353b48;
  background: #dcdde1;
}


.contact-page-coordonnees .lien-maps {
  display: flex;
  flex-direction: column;
}
@media (min-width: 993px) {
.cp_ville {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.page-interne h2{
  margin: 0 0 1rem 0;
}
.sc-content .ac-doubleColonne {

  align-items: center !important;

}
}

@media (max-width: 768px) {
  .team h2 {
    font-size: 2rem;
  }
  .overlay-style .member,
  .horizontal-style .member {
    max-width: 90%;
  }
}
@media (max-width: 375px) {
  .contact-page ul.coordonnees {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
    font-size: 14px;
}
}

@media (max-width: 600px) {
  .horizontal-style .member.horizontal {
    flex-direction: column;
    text-align: center;
  }
  .horizontal-style .member img {
    width: 100%;
    height: auto;
  }
  .horizontal-style .info {
    padding: 15px;
  }
}
  