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

  --accent-h: 9; /* hue */
  --accent-s: 83%; /* saturation */
  --accent-l: 53%; /* lightness */

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

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

  --primary-font: "Onest", sans-serif;
  --secondary-font: "Onest", sans-serif;

  --h1-font-size: 3.812rem;
  --h2-font-size: 3.043rem;
  --h3-font-size: 2rem;
  --h4-font-size: 1.75rem;
  --headings-line-height: 1.333333;

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

  --border-radius: 12px;
  --button-border-radius: 8px;
  --transition: 0.3s all ease-in-out;
  --title-color:rgba(30, 30, 30, 1);
  
}

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

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

p {
  margin-block: 1.5rem;    line-height: 26px;
}

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

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,
  h1 span,
  h1.h1-geoloc span,
  [class*="title"] {
    margin: 0;
  }
}
/* ================================== BOUTONS ================================== */

[class*="btn"] a.btn,.btn.accent,input#field_3 {
  padding: 16px 24px;
  border-radius: var(--button-border-radius);
  line-height: 100%;
  font-weight: 600;
}
.btn svg {
  transition: var(--transition);
}
.btn.accent {
  background-color: var(--accent-color);
  border: 2px solid var(--accent-color);
  color: white;
}
.btn.accent:hover {
  background-color: white;
  color: var(--primary-color);
}
.btn.accent:hover svg path {
  stroke: var(--primary-color);
}
.btn.primary {
  background-color: var(--primary-color);
  border: 2px solid var(--primary-color);
  color: white;
}
.btn.primary:hover {
  background-color: white;
  color: var(--primary-color);
}
.btn.primary:hover svg path {
  stroke: var(--primary-color);
}
.politique-de-confidentialite main .btn-contact, #boutons {
  margin-top: 1rem;
}

@media screen and (max-width: 992px) {
  
  .fold #boutons {
    display: none;
  }
  .fold-top {
    margin-block: 1rem;
  }
}
@media screen and (min-width: 601px) and (max-width: 992px) {
  [class*="btn"] a.btn {
    width: 100%;
  }
  .btn:not(.fluid) {
    width: auto;
  }
  #boutons {
    margin-block: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .fold .btn-contact {
    margin-top: 1rem;
  }
  #boutons .row {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    justify-content: stretch;
    width: 100%;
  }
  #boutons .row a.btn {
    width: 100%;
  }
}

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

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

@media screen and (min-width: 1280px) {
  .index-page main .section {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
/* 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 a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 4;
}

.card a {
  text-decoration: none;
}
/* ================================== DIVERS ================================== */

h1.h1-geoloc span::before,
.title-1.h1-geoloc span::before,
.divGenerateur label.optional {
  display: none;
}
.bg-1 {
  background-color: var(--background-2);
  border-radius: var(--button-border-radius);
}
.bg-2 {
  background-color: var(--background-3);
  border-radius: var(--button-border-radius);
}
@media screen and (max-width: 992px) {
  .blocs 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: 0.5rem;
  }
}

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

@media screen and (max-width: 992px) {
  .menu-mobile {
    height: 90px;
    background-color: var(--background-color);
  }
  .menu-mobile .btn-menu {
    color: var(--accent-color);
    border: 1px solid var(--accent-color);
    border-radius: 100%;
  }
  .menu-mobile .brand {
    margin-left: -11px;
    max-width: 12.5rem;
  }
  .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) {
  .phone {
    display: flex;
    gap: 24px;
}
  .top-bar {
    background: #fff;
}
  .header-content a.tel {
    font-weight: 600;
  }

  .header-content #nav-container,
  .header-content .row {
    margin: 0;
    flex-wrap: nowrap;
  }
  .top-bar .container {
    padding-block: 1.345rem
  }
  .top-bar .nav ul li a,
  .top-bar .nav ul li a.selected,
  .top-bar .nav ul li:hover > a {
    color: var(--title-color);
  }
  .main-header-content .nav ul li a,
  .main-header-content .nav ul li a.selected,
  .main-header-content .nav ul li:hover > a {
    color: white;
  }

  .main-header-content,
  .header-content .nav ul li.sous_menu ul.dropdown,
  .header-content .nav ul li.sous_menu ul.ssdropdown {
    background-color: var(--accent-color);
    color: white;
  }
  .main-header-content .container {
    padding-block: 9px;
    border-radius: var(--button-border-radius);
  }
  .header-content .nav#main-nav ul {
    justify-content: center;
  }
  .header-content nav li:not(.sousLi) {
    margin: 0 8px;
  }
  .header-content .nav#main-nav > ul > li > a,
  .header-content .nav#topbar-nav > ul > li > a,
  .nav-footer a {
    position: relative;font-weight: 600;
    padding: 4px;
  }
  .header-content nav ul.dropdown a {
    font-size: 10px;
  }

  /* Hide element */
  .header-content .contact {
    display: none;
  }

  /* Hover / Selected underline animation */
  .header-content .nav#main-nav > ul > li > a::before,
  .header-content .nav#topbar-nav > ul > li > a::before,
  .nav-footer a::before {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 50%;
    height: 2px;
    width: 0;
    background-color: var(--primary-color);
    transition: var(--transition);
  }

  .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,
  .nav-footer a:hover::before,
  .nav-footer a.selected::before {
    width: 100%;
    left: 0;
    right: 0;
  }
  .header-content .nav#main-nav > ul > li > a.selected::before,
  .header-content .nav#main-nav > ul > li > a:hover::before {
    background-color: var(--primary-color);
  }

  /* Link hover colours */
  .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(--title-color);
  }
}

@media screen and (min-width: 1340px) {
  .header-content .col {
    padding: 0 0.75rem;
  }
  .header-content nav a {
    font-size: 1rem;
  }
  .header-content nav ul.dropdown a {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .header-content .brand img {
    max-width: 150px;
  }
  #boutons .row {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    justify-content: stretch;
    width: 100%;
  }
  #boutons .row a.btn {
    width: 100%;
  }
}
/* SLIDER */
/* ====== */

.slider-slick {
  width: 100%;
  height: 500px;
  background-color: var(--background-color);
  position: relative;
  z-index: 0;
}
.slider-slick .slick {
  height: 100%;
}
.slide-img {
  min-height: 500px;
  background-size: cover;
  background-position: center;
}
.slide-img.slide-01 {
  background-image: url('../assets/gifs/slider/slide-01.jpg'); 
}
.slide-img.slide-02 {
  background-image: url('../assets/gifs/slider/slide-02.jpg');
}
.slide-img.slide-03 {
  background-image: url('../assets/gifs/slider/slide-03.jpg');
}
.slide-img .container {
  min-height: 500px;
}
.slide-img .container .bloc {
  height: 500px;
}
@media screen and (max-width: 600px) {
  .slider-slick {
    display: none;
  }
}
/* ================================== Bloc Top  ================================== */
.title-1 em{
  color: rgba(5, 80, 244, 1);position: relative;font-style: normal;
} 

@media screen and (min-width: 993px) {
  #bloc-top {
    padding-block: 145px;
  }
  
  .title-1 em:after {
  content: "";
  position: absolute;
  background: url(../assets/gifs/bg-title1.png);    width: 328px;
    height: 28px;
    bottom: -13px;
    left: 7px;
}
  .title-1, h1 { 
  letter-spacing: -2px;line-height: 78px;
  }
.col-img {
  position: relative;
}
#bloc-top img{
position: absolute;
        height: calc(100% + 290px);
        width: 141%;
        left: 12px;
        max-width: none;
        top: -145px;
}

}
/* ================================== ENCART POINT FORTS ================================== */
.container-pf{
  width: 90%;
    margin-right: auto;
    margin-left: auto;
}
.pt-fort {
  background: white;
  border-radius: 12px;
  padding: 24px;
  display: flex;
    flex-direction: column;
    gap: 16px;height: 100%;align-items: flex-start;
}
.card-title {
  font-size: 24px;line-height: 31px;letter-spacing: -1px;
}
.card-text {
  margin-top: 4px;
  line-height: 26px;
}
#encart-points-fort {
    padding: 48px 0;
}

@media screen and (min-width: 993px) {
.container-pf {
        max-width: 1680px;width: 100%;
}
.index-page #encart-points-fort {
  margin-top: -60px;
}
.page-interne #encart-points-fort{
  position: relative;
}
.page-interne #encart-points-fort:before{
content: "";
        background: #fff;
        position: absolute;
        z-index: -1;
        height: 50%;
        bottom: 0;
        width: 5000px;
        left: -2000px;
}

}

/* ================================== BLOC 01 ================================== */
h1.h1-geoloc span, .page-interne h1 span {
  margin-top: 12px;color: rgba(235, 66, 36, 1);font-size: 28px;letter-spacing: -1px;line-height: 36px;
}
@media screen and (min-width: 993px) { 
  #bloc-01 p{
    margin: 0;
  }
}

/* ================================== ENCART PRESTATIONS ================================== */
#encart-prestations .container, #bloc-07 .container,  #bloc-03 .container{
 border-top: 2px solid #cfcfcf; 
}
#encart-prestations .title-2 em{
  position: relative;color: rgba(0, 192, 42, 1);font-style: normal;
}
#encart-prestations .title-2 em:before{
  content: "";
  position: absolute;
  background: url(../assets/gifs/bg-vert.png);width: 273px;
    height: 63px;
    left: -10px;z-index: -1;
}
.prestations-card {
    padding: 24px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 20px;top: 0;
}
.prest01 {
  background: rgba(5, 80, 244, 1);
}
.prest02 {
  background: rgba(235, 66, 36, 1);
}
.prest03 {
  background: rgba(255, 186, 7, 1);
}
.prest04 {
  background: rgba(0, 192, 42, 1) ;
}
.prest01 .card-title a, .prest01 .card-link, .prest02 .card-title a, .prest02 .card-link{color: white}
.prest01 .card-text, .prest02 .card-text {
  color: rgba(246, 246, 246, 1);
}

.prest03 .card-title a, .prest03 .card-link, .prest04 .card-title a, .prest04 .card-link{color: var(--title-color)}
.prest03 .card-text, .prest04 .card-text {
  color: var(--text-color);
}

@media screen and (min-width: 993px) { 
  h2, .title-2 {       
    letter-spacing: -2px; line-height: 62px;
  }
.bloc-prest {
    position: sticky;
    top: 0;       
  }
  .main-prest {
    max-width: 448px;
  }
  .slick-prestations {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;padding-bottom: 175px;
}
.row.slick-prestations .col:nth-child(2), .row.slick-prestations .col:nth-child(4) {
    top: 200px;
    position: relative;
}
.prestations-card:hover {
  top: -10px;
}
}
/* ================================== AVIS ================================== */ 
.section-avis{
  padding: 2rem 0;
}
.encart-avis .title-2 em{
font-style: normal;position: relative;color: rgba(5, 80, 244, 1);
}
.slick-avis {
  margin-top: 64px;
}
.avis-card .avis-card-text {
    margin-left: 80px;
    margin-top: 0.5rem;
}

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

.avis-encart-card-date {
    font-size: 11px;
    line-height: 13.2px;
}

.avis-encart-card {
    padding: 1rem;background: white;border-radius: 12px;
}

.avis-name {
    line-height: 24px;
    margin-top: 0.5rem;
}

.encart-avis .card .show-more {
    display: none;
}

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

@media screen and (min-width: 993px) {
  .section-avis{
  padding: 80px 0;
}
  .slick-avis {
    margin-bottom: 0;
  } 
  .encart-avis .title-2 em:before{
    content: "";
    position: absolute;
    background: url(../assets/gifs/bg-avis.png);
    width: 141px;
    height: 25px;
    bottom: -21px;
  }

}

/* ================================== bloc 02  + 03================================== */
h2 em {
  position: relative;
  font-style: normal;
}
#bloc-02 h2 em, #bloc-08 h2 em{
  color: rgba(235, 66, 36, 1);
}
#bloc-06 h2 em{color: rgba(0, 192, 42, 1);}
.img-b02,  .img-b02 img, .bloc-img3, .img-b07 {
  position: relative;
}
.bloc-savoir{ background: rgba(5, 80, 244, 1);}
.bloc-savoir, .bg-violet, .bg-attention {   
    border-radius: 8px;
    color: white;
    padding: 24px;
}
.bg-violet {
background: rgba(96, 36, 235, 1);
}
#bloc-03 h2 em{color: rgba(96, 36, 235, 1);}
#bloc-07 h2 em{color: rgba(5, 80, 244, 1)}
h2 em:before {
  content: "";
  position: absolute;
}
.bg-attention {
  background: rgba(5, 80, 244, 1);
}

@media screen and (min-width: 993px) {
  h2 em {display: inline-block;
}
  .color-left, .color-left img, .page-interne .bloc-top .ac-colonne_1, .page-interne .bloc-top .ac-colonne_1 img {
    position: relative;
  }
  .color-left:before, .page-interne .bloc-top .ac-colonne_1:before{
    content: "";
    position: absolute;
    background: url(../assets/gifs/color-left.png);
    top: -54px;
    left: -54px;width: 100%;
        height: 100%;
        background-repeat: no-repeat;        background-size: cover;
        z-index: 0;border-radius: var(--border-radius);
  }
  #bloc-05 {
    padding-bottom: 120px;
  }
  .bg-violet{
    position: absolute;
    bottom: 0;
    right: 0.75rem;max-width: 403px;
  }
  .bloc-savoir { 
    position: absolute;
        right: 36px;
        bottom: 24px;
        max-width: 403px;
  }
  .bg-attention {
     position: absolute;
    bottom: 0;
    left: 0.75rem;max-width: 403px;
  }
  .img-b02:before{
    content: "";
    position: absolute;
    background: url(../assets/gifs/before-color.png);
    top: -54px;
    right: -54px;
    width: 533px;
    height: 632px;
    z-index: 0;
  }
#bloc-02 h2 em:before, #bloc-08 h2 em:before {        
        background: url(../assets/gifs/bg-orange.png);
        width: 363px;
        height: 28px;
        bottom: -20px;
        left: 0;
}
#bloc-03 h2 em:before{
  background: url(../assets/gifs/bg-violet.png);
  width: 352px;
  height: 13px;
  bottom: -7px;
}
#bloc-06 h2 em:before{
  background: url(../assets/gifs/bg-grren.png);
  width: 557px;
  height: 32px;        bottom: -21px;
}
#bloc-07 h2 em:before{
  background: url(../assets/gifs/bg-bleu.png);
        width: 439px;
        height: 10px;
        bottom: -4px;
        right: 0;
}


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

.slick-actualites {
  margin-top: 3.75rem;
  margin-bottom: 60px;
}
.actualites-card {
  background-color: white;
  padding: 1.5rem;
  border-radius: var(--border-radius);
}
.actualites-card-title a{
  color: var(--title-color);
}

.actualites-card-text {
  margin: .5rem 0 ;
}
.link-actu{
  color: var(--title-color);
}
.actualites-card-image a::after {
  position: absolute;
  content: "";
  inset: 0;
  background: hsla(0, 0%, 0%, 0.3);
  transition: var(--transition);
  border-radius: var(--border-radius);
  opacity: 0;
}
.actualites-card-image,.actualites-card-image img {
  border-radius: calc(var(--border-radius)/2);
}
.actualites-card:hover .actualites-card-image a::after {
  opacity: 1;
}
.actualites-card-content {
  margin-top: 1.25rem;
}
.actualites-encart-btn a.btn.outlined{
background: #fff;
border: 1px solid rgba(231, 231, 231, 1);color: var(--title-color);
}
.actualites-encart-btn a.btn.outlined:hover {
  background-color: #485aff;
  color: #fff;
}
.actualites-encart-btn a.btn.outlined:hover svg path{stroke:#fff}
 
@media screen and (max-width:992px) {
  #encart-actualites .encart-btn {
    margin-top: 1.25rem;
  }
}
/* ================================== ACTUALITES DETAIL  ================================== */

div#listing-autres-actus-categorie ul {
  text-align: center;
  padding-inline-start: 0;
}
div#listing-autres-actus-categorie span.title-4 {
  margin: 20px auto;
  display: block;
  text-align: center;
}
.actualites-detail .detail-actu-image {
  max-width: 50%;
}
div#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;
}
/* ================================== FOOTER ================================== */
footer {
  background: white;
}
.label-footer {
  font-weight: 600;margin-bottom: 12px;
}
footer .horaire {
  margin-block: 1rem;
}
#footer-nav {
  padding-block: 1.25rem;
}
#footer-nav .nav ul li.no-menu,
#footer-nav .nav ul li.contact {
  display: none;
}
.nom-av address {
    margin: 0;
    display: inline-block;
}
.nom-av {
    color: rgba(93, 93, 93, 1);
}
footer .section {
  padding-top: 3rem;
}
.lien-maps span {
  display: block;
}
a.lien-maps:hover {
  opacity: 0.7;
}
div#footer-nav ul.dropdown a:hover {
  text-decoration: underline;
}

#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 > 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-reseaux svg path {
  fill: black;
}
.horaire-f {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.footer-2 li a{
  font-weight: 600;color: var(--title-color);
}

@media screen and (min-width: 993px) {
  #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%;
  }
  .footer-reseaux {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}

@media screen and (max-width: 992px) {
  section.ac-doubleColonne.bloc-top {
    display: flex;
    flex-direction: column-reverse;padding: 24px 0;
}
  .hero-bg #boutons {display: none;}
  .hero-bg .title-1{
    margin: 0;
  }
  [id*="bloc"] img {
    display: block;
    width: auto;
    margin: 2rem auto;
    min-height: 200px;
    object-fit: cover;
  }
  .page-interne #container .ac-doubleColonne .ac-colonne img {
    width: auto;
    margin: 1rem auto;
  }
  footer li {
    margin-block: 0.625rem;
  }
  .footer-brand {
    margin-bottom: 20px;
  }
  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;
  }
}

  /* =============================== */
 /*          PAGES INTERNE           */
 /* =============================== */
 .bloc-top {
  position: relative;
 }
 .bloc-top:before{
  content: "";position: absolute;
  background: white;
  width: 5000px;
  left:-2000px;
  top: 0;
  z-index: -1;
  height: 100%;
 }
  .ac-1v1 .ac-colonne {
   border-radius: var(--border-radius);
  margin: 20px 0;
  padding: 20px;
  border: 2px solid var(--accent-color);
}
.sc-content .ac-doubleColonne.hero-bg, .hero-interne {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 245px;
    padding-block: 42px;
}

 .hero-bg *, .section-interne *, .hero-interne * {
   color: var(--title-color);
 }
 .page-interne div#container {
   padding-top: 0;
 }
 .cards .ac-colonne {
    padding: 24px;
    margin: 15px 0;
    border: 1px solid rgba(0, 192, 42, 1);
    border-radius: var(--border-radius);
} 
#encart-actualites .title-2 em{
  color: rgba(255, 186, 7, 1);display: inline-block;
    position: relative;
    font-style: normal;
}

 @media screen and (min-width: 993px) {
  .sc-content .ac-doubleColonne.hero-bg, .hero-interne {
    padding-block: 82px;
}
  .page-interne h2{
font-size: 40px;
  }
  #encart-actualites .title-2 em:before{
    content: "";
    background: url(../assets/gifs/bg-jaune.png);
            width: 118px;
        height: 18px;
        position: absolute;
        bottom: -7px;
  }

  .bloc-top {
    position: relative;
    padding: 60px 0 117px 0;
    align-items: center !important;
}
  .hero-bg .title-1, .hero-interne .title-1 {
    max-width: 80%;
  }
  .drainage .sc-content .ac-doubleColonne .ac-colonne img {
    max-width: 600px;
    margin: auto;
}


}
@media screen and (max-width:601px) {
  .hero-bg .title-1, .hero-interne .title-1 {
    max-width: 96%;
  }
 }
 .sc-content .ac-doubleColonne .ac-colonne img, [id*="bloc"] img {
    border-radius: var(--border-radius);
}
.index-page #bloc-top img{
  border-radius: 0;
}
div#bloc-06 ul {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/****/
.page-interne #encart-contact .container{
  width: 100%;
}
.page-interne #encart-contact{
  max-width: 1920px;
    margin: 2rem auto;    position: relative;
    z-index: 0;
}
.page-interne #encart-contact::before{
  left: -300px;
    right: -300px;
    background-image: url(../assets/gifs/bg-contact.jpg);
        opacity: 10%;
    background-size: cover;
    backdrop-filter: grayscale(1);
    position: absolute;
    content: '';
    top: 0;
    
    bottom: 0;
   
    z-index: -1;
}
.coordonnees-contact {
    row-gap: 20px;
}
#encart-contact .phone {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
@media screen and (min-width: 993px) {
    .page-interne #encart-contact {
        padding: 120px 0;
        margin: 120px 0;
    }
    

  }
.bg-notes {
  background: rgba(96, 36, 235, 1);
  color: white;
  padding: 24px;margin: 24px 0;
  border-radius: var(--border-radius);
}