:root {
  --primary-h: 23;
  --primary-s: 96%;
  --primary-l: 50%;

  --accent-h: 23;
  --accent-s: 96%;
  --accent-l: 50%;

  --text-h: 0;
  --text-s: 0%;
  --text-l: 24%;

  --background-h: 0;
  --background-s: 0%;
  --background-l: 100%;

  --title-color:hsla(0, 0%, 12%, 1);
  --secondary-color:hsla(31, 37%, 56%, 1);

  --primary-font: "Inter", sans-serif;
  --secondary-font: "Playfair Display", serif;

  --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-20);

  --border-radius: .75rem;
  --button-border-radius: 0;
  --transition: 0.3s all ease-in-out;
}


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

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

h1 span,
h1.h1-geoloc span {
  margin: .75rem 0 0;
}

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

/* ================================== BOUTONS ================================== */
.icon-btn {
  display: inline-block !important;
  width: 18px !important;
  height: 18px !important;
}
.btn-text span {
  display: flex;
  min-width: max-content;
}

[class*="btn"] a.btn,.btn.accent,input#field_3 {
  padding: 16px 24px;
  border-radius: var(--button-border-radius);
  line-height: 100%;
  position: relative;
  overflow: hidden;
  color: var(--title-color);
  font-weight: 600;
}
.btn-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 60px; 
  transition: transform 0.5s ease-in-out;
}
.btn-wrapper {
  height: 18px; 
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.btn:hover .btn-text {
  transform: translateY(-20px); 
}
[class*="btn"] .btn.outlined,.btn.outlined:hover,input#field_3:hover {
  background-color: var(--background-color);
  border: 1px solid var(--accent-color);
  color: var(--accent-color);
}
.politique-de-confidentialite main .btn-contact {
  margin-top: 1rem;
}
@media screen and (max-width: 992px) {
  .fold .btn-rdv {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 601px) and (max-width: 992px) {
 #boutons a.btn {
    width: 100%;
  }
  .btn:not(.fluid) {
    width: auto;
  }
  #boutons {
    margin-block: 2rem;
  }
  input#input_recherche_actu {
    padding: 11px;
}
}
@media screen and (max-width: 600px) {
  #boutons .row {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    justify-content: stretch;
  }
  #boutons [class*="btn"],  #boutons .row a.btn {
    width: 100%;
    font-size: 14px;
  }
}

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

/* ================================== BRAND ================================== */

.brand a {
  display: inline-block;
  transition: opacity 0.3s;
}

.brand a:hover {
  opacity: 0.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;
}
.bg {
  background-color: var(--title-color);
}

@media screen and (max-width: 992px) {
  .blocs img:not(.btn-rdv img),
  .page-interne .sc-content .ac-doubleColonne .ac-colonne img:not(.btn-rdv 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 ================================== */

.phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.barre-separation::before {
  position: absolute;
  content: '';
  background-color: hsla(0, 0%, 43%, 1);
  height: 30px;
  width: 1px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 992px) {
  .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;
    max-width: 100px;
  }
  .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 a.tel {
    font-weight: 600;
    padding-right: 45px;
  }
  .header-content nav a {
    color: var(--title-color);
  }
  .top-bar .container {
    padding-block: .75rem;
  }
  .main-header-content {
    background-color: var(--accent-color);
  }
  .main-header-content .container {
    padding-block: .6rem;
  }
  .header-content #nav-container,
  .header-content .row {
    margin: 0;
    flex-wrap: nowrap;
  }
  .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 {
    position: relative;
    padding: 4px;
  }
  .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: -6px;
    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: var(--title-color); 
  }

  .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;
  }
  .main-header-content {
    margin-top: 14px;
  }
}

@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 MARKETING ================================== */

#bloc-marketing {
  padding: 24px 0;
  transition: var(--transition);
}

@media screen and (min-width:993px) {
  #bloc-marketing .bloc-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 90px;
  }
  #bloc-marketing .bloc-text p {
    text-align: right;
  }
}
@media screen and (min-width: 993px) and (max-width:1470px) {
  #boutons .row {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    justify-content: stretch;
    width: 100%;
  }
  #boutons .row a.btn {
    width: 100%;
  }
}

/* ================================== ENCART PARTICULIERS/PROFESSIONNEL ================================== */

#bloc-header {
  position: relative;
  height: auto;
  overflow: hidden;
  transition: top 0.3s ease;
}

#cards {
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  width: 100vw;
  height: 600px;
  transition: height 0.6s ease;
}

#cards.shrink {
  position: relative;
  height: 60vh;
}

#cards .card {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  transition: padding 0.6s ease;
  overflow: hidden;
  height: 100%;
}

#cards.shrink .card {
  height: 60vh;
}

#cards .card-content {
  position: absolute;
  z-index: 2; 
  max-width: 380px;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

#cards .card-content .title-2 {
  color: white;
}
#cards .card-content p {
  margin: 10px 0 27px;
  color: hsla(0, 0%, 97%, 1);
}
#cards a {
  cursor: pointer;
}

#cards .card-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#cards .card a::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: hsla(0, 0%, 0%, 0.4);
  z-index: -1;
  transition: var(--transition);
}
#cards .card a.particuliers:hover::after {
  background: hsla(0, 0%, 0%, 0.6);
}
#cards .card a.entreprises:hover::after {
  background: hsla(0, 0%, 0%, 0);
}

#cards .card a::before,#cards .card [class*="btn"] a::before,#cards .card [class*="btn"] a::after {
  display: none;
}
#cards .card [class*="btn"] {
  position: relative;
  z-index: 3;
}
#cards .card [class*="btn"] {
  width: max-content;
  margin: auto;
}

.particuliers {
  background: url('../assets/gifs/particulier.jpg') center/cover no-repeat;
  transition: background .6s ease;
}
.particuliers:hover {
  background: url('../assets/gifs/particulier-hover.jpg') center/cover no-repeat;
}

.entreprises {
  background: url('../assets/gifs/entreprise.jpg') center/cover no-repeat;
  transition: background .6s ease;
}
.entreprises:hover {
  background: url('../assets/gifs/entreprise-hover.jpg') right/cover no-repeat;
}

@media (max-width: 992px) {
  #cards .card-content {
    left: 10px;
    right: 10px;
    transform: translateY(-50%);
  }
  #bloc-header {
    overflow: visible;
    height: auto;
  }
  #cards {
    flex-direction: column;
    height: 70vh;
  }
  #cards.shrink {
    height: 100vh;
  }

  #cards .card {
    min-height: 50vh;
    padding: 100px 20px;
  }
}
@media screen and (min-width:993px) {
  #cards {
    background-color: white;
  }
  #cards .card {
    margin: 0 2px;
  }
}

/* ================================== ENCART POINTS FORT ================================== */

#encart-points-fort { padding:3rem 0 0; }
#numero {
  background-color: #1F1F1F;
  padding-block:20px;
  font-size: 11px;
}
/* ===== Timeline ===== */
.timeline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 4rem 3rem 0;
  max-width: 1920px;
  height: 32px; 
  overflow: visible;  
}

.line {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: transparent;
  transform: translateY(-50%);
  z-index: 1;
}

.progress {
  position: absolute;
  top: 50%;
  left: 0;
  height: 2px;
  background: var(--accent-color);
  width: 0;
  transform: translateY(-50%);
  transition: width 1s ease-in-out;
  z-index: 2;
}

.step {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  background: hsla(124, 88%, 97%, 1);
  border: 3px solid hsla(124, 88%, 97%, 1);
  transition: background 0.5s, border 0.5s;
}


.step.active {
  background: var(--accent-color);
  border-color: var(--accent-color);
}

/* ===== Content ===== */
.steps-content .col {
  position: relative;
  padding: 20px;
  opacity: 0.3;
  transition: opacity 0.8s;
}
.steps-content .col.active { opacity: 1; }

.steps-content .title-5 { margin: 1rem 0; font-weight: 400; }

@media screen and (min-width:993px) {
  .slick-points-fort { margin-top: 4rem; }
  .steps-content .col {
     padding: 3rem; 
    
    }
  .steps-content .col::before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: hsla(0, 0%, 82%, 1);
    width: 1px;
    height: 200px;
  }
  .steps-content .col:last-child::before { display: none; }
}
@media screen and (max-width:992px) {
  .slick-points-fort .slick-dots li button .slick-dot-icon, .slick-points-fort .slick-dots li.slick-active button .slick-dot-icon {
    color: var(--text-color);
  }
  .slick-points-fort  .title-2 {
    margin-top: 0;
  }
  .steps-content .col {
    opacity: 1;
  }
.timeline {
  display: none;
}
}

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

#bloc-01 .container::before {
  position: absolute;
  content: '';
  top: 0;
  right: 86px;
  width: 753px;
  height: 100%;
  background-image: url('../assets/gifs/before.png');
  z-index: -1;
}
@media screen and (min-width:993px) {
  /* #bloc-01 h1 {
    margin-bottom: 306px;
  } */
  #bloc-01 .btn-rdv {
    margin-top: 69px;
  }
}

/* ================================== ENCART PRESTATIONS ================================== */

#encart-prestations [class*="title"],.slick-prestations [class*="title"], .link {
  color: white;
}
.slick-prestations {
  max-width: 1920px;
  width: 100%;
  margin: 4rem auto 0;
}
#encart-prestations .card,#encart-prestations .card-image, #encart-prestations .card-image a {
  min-height: 551px;
}
.slick-prestations a {
  z-index: 0;
  background-size: cover;
  transition: background-image 0.6s ease;
}
.presta-1 {
  background-image: url('../assets/gifs/prestation-01.jpg');
}
.presta-2 {
  background-image: url('../assets/gifs/prestation-02.jpg');
}
.presta-3 {
  background-image: url('../assets/gifs/prestation-03.jpg');
}
.presta-4 {
  background-image: url('../assets/gifs/prestation-04.jpg');
}
.presta-1:hover {
  background-image: url('../assets/gifs/prestation-01-hover.jpg');
}
.presta-2:hover {
  background-image: url('../assets/gifs/prestation-02-hover.jpg');
}
.presta-3:hover {
  background-image: url('../assets/gifs/prestation-03-hover.jpg');
}
.presta-4:hover {
  background-image: url('../assets/gifs/prestation-04-hover.jpg');
}
.prestations-card {
  overflow: hidden;
}
.slick-prestations a::after {
  position: absolute;
  content: '';
  inset: 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%);
}
.prestations-card-content {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  z-index: 2;
}
#encart-prestations .card-title {
  transition: transform 0.8s ease;
}
#encart-prestations p,.prestations-card-text {
  color: hsla(0, 0%, 96%, 1);
}
.prestations-card-text {
  transform: translateY(200px);
  opacity: 0;
  transition: transform 0.6s ease, opacity 0.6s ease, height 0.6s ease;
  height: 0;
}
.link {
  margin-top: 1.25rem;
  font-weight: 600;
}
.prestations-card:hover .prestations-card-text {
  transform: translateY(0);
  opacity: 1; 
  height: auto;
}
.prestations-card:hover .prestations-card-title {
  transform: translateY(-8px);
}
@media screen and (max-width:992px) {
  #encart-prestations .bloc-top {
  padding: 0 .75rem;
  }
}
/* ================================== PAGE PARTICULIERS ET ENTREPRISE ================================== */

#particuliers img,#entreprises img {
  height: 500px;
}
#particuliers .slick-prestations,#entreprises .slick-prestations {
  row-gap: 1.5rem;
}

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

.encart-avis {
  position: relative;
  z-index: 1;
  margin-top: -2px;
  color: white;
}
.encart-avis [class*="title"] {
  color: white;
}
.slick-avis {
  margin-top: 4rem;
}
.slick-avis .card-content .row {
  flex-wrap: nowrap;
}
.avis-card {
  padding: 1rem;
border: 1px solid var(--accent-color);
}
.avis-card .avis-card-text {
  padding-left: 4.75rem;
  height: 6.5rem;
  margin-top: 0.5rem;
}
.avis-name {
  font-weight: 600;
  color: white;
}
.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;
}
@media screen and (min-width:993px) {
  .index-page .encart-avis.section {
    padding: 5rem 0;
  }
}

/* ================================== BLOC 02/ 03/ 05 /06 ================================== */

.blocs em, .note {
  font-style: normal;
  display: block;
  padding: 1.5rem 1rem;
  background-color:var(--secondary-color);
}
.blocs em u, .note u,.blocs em a, .note a {
  color: var(--accent-color-20);
}
#bloc-05 {
  padding-top: 0;
}
@media screen and (min-width:993px) {
  #bloc-02 img, #bloc-05 img {
    margin-top: 2rem;
  }
  #bloc-03 img, #bloc-06 img {
    margin-bottom: 2rem;
    min-height: 580px;
    object-fit: cover;
  }
  #bloc-06 img {
    min-height: 484px;
  }
  #bloc-02 .row, #bloc-05 .row {
    flex-wrap: nowrap;
    gap: 80px;
  }
  #bloc-02::before, #bloc-02::after, #bloc-05::before, #bloc-05::after {
    position: absolute;
    content: '';
    top: 0;
    width: 753px;
    height: 100%;
    background-image: url('../assets/gifs/before.png');
    z-index: -1;
  }
  #bloc-02::before, #bloc-05::before {
    right: 206px;
    transform: rotateY(-180deg);
  }
  #bloc-02::after, #bloc-05::after {
    left: 206px;
  }
}
@media screen and (max-width:992px) {
  #bloc-02 .row, #bloc-05 .row {
    display: flex;
    flex-direction: column-reverse;
  }
}

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

#encart-contact {
  background-color: var(--title-color);
  width: 100vw;
  color: white;
  left: 50%;
  transform: translateX(-50%);
}
#encart-contact .title-2 {
  color: white;
}
#encart-contact p {
  color: hsla(0, 0%, 96%, 1);
}
#encart-contact .container {
  background: linear-gradient(hsla(0, 0%, 0%, 0.6), hsla(0, 0%, 0%, 0.6)),
              url('../assets/gifs/bg-contact.jpg');
  background-size: cover;
  background-position: center;
  border-radius: var(--border-radius);
  margin: 1.5rem auto .75rem;
  transition: background 0.6s ease;
}

#encart-contact .container.scrolled {
  background: linear-gradient(hsla(0, 0%, 0%, 0.8), hsla(0, 0%, 0%, 0.8)),
              url('../assets/gifs/bg-contact-2.jpg'); 
  background-size: cover;
  background-position: center;
}

#encart-contact #boutons {
  margin-top: 3rem;
}
#encart-contact .container {
  padding: 1.25rem;
}
@media screen and (min-width:993px) {
  #encart-contact .container {
    padding: 3rem;
  }
  .page-interne #encart-contact {
    padding: 7.5rem 0;
  }
 .page-interne #encart-contact .container {
    width: 100%;
  }
}

/* ================================== BLOC 04 ================================== */

@media screen and (min-width:993px) {
  /* #bloc-04 h2 {
    margin-bottom: 434px;
  } */
  #bloc-04::before {
    position: absolute;
    content: '';
    top: 0;
    right: 83px;
    width: 753px;
    height: 100%;
    background-image: url('../assets/gifs/before.png');
    z-index: -1;
  }
}

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

.actualites-card {
  transition: var(--transition);
}
.actualites-card:hover {
  background-color: var(--secondary-color);
}
.actualites-card-content {
  margin-top: 1.5rem;
  padding: 1.5rem 1rem;
}
#encart-actualites .title-2,.actualites-card-title a, .actualites-card-content * {
  color: white;
  transition: var(--transition);
}
.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;
}
.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;
}
.slick-actualites, #encart-actualites .encart-btn {
  margin-top: 3.75rem;
}
.actualites-card-image, .actualites-card-image img {
  border-radius: var(--border-radius-bloc);
}
#encart-actualites .encart-btn .btn.outlined {
  border-radius: .5rem;
  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-formulaire {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--title-color);
}
.page-interne #bloc-formulaire .container {
  width: 100%;
}

#bloc-formulaire label {
  font-weight: 600;
}
#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;
}
#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;
}
#bloc-formulaire iframe {
  min-height: 100%;
}
span.erreur {
  font-size: 13px;
}
#bloc-formulaire #field_39 {
  margin-top: 1.5rem;
}
@media screen and (max-width: 992px) {
  .col.bloc-formulaire {
    padding: 1.5625rem;
    margin-top: 20px;
  }
}
@media screen and (min-width: 993px) {
  .page-interne #bloc-formulaire {
    padding-block: 7.5rem;
  }
}


/* ================================== FOOTER ================================== */

footer p {
  margin-top: 12px;
}
#footer-nav a {
  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: 3rem;
}
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-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 ****************************************** */

.sc-content .ac-doubleColonne.hero-bg,.hero-interne {
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  margin-bottom: 4rem;
  padding: 7% 0;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  row-gap: 10px;
  background: linear-gradient(hsla(0, 0%, 0%, 0.5),hsla(0, 0%, 0%, 0.5)), url("../assets/gifs/slider/slide-01.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.contact-page .hero-interne {
  padding: 4% 0;
  text-align: left;
}
.contact-page .hero-interne h1 {
  text-align: left;
}
.contact-page .section-interne {
  margin: 2.5rem 0 0;
}
nav#fil_ariane, #fil_ariane,.fil-ariane {
  margin: 0 0 3em;
}
[class*="actualites-"] main > .section,.politique-de-confidentialite main > .section,.plan-site main > .section {
  padding-top: 0;
}
.page-interne #container {
  padding-block: 0;
}
.page-interne .ac-doubleColonne .white {
  padding: 1.25rem;
border-radius: var(--border-radius);
border: 2px solid var(--accent-color);
}
.page-interne .ac-doubleColonne .white,.page-interne .ac-doubleColonne .white section {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.page-interne .ac-doubleColonne .white p {
  margin: 0;
}
.ac-1v1 .ac-colonne {
  border: 2px solid var(--accent-color);
  padding: 1rem;
}
.hero-bg .title-1, .hero-interne h1 , .hero-interne .title-1 {
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
  color: white;
}
.hero-bg #boutons,.hero-interne #boutons {
  margin: 24px auto 0;
  width: max-content;
}
.contact-page .hero-interne h1 {
  max-width: none;
}
.sc-content .ac-doubleColonne .btn-devis,.sc-content .ac-doubleColonne .btn-contact {
  margin-top: 2rem;
}
.sc-content .ac-doubleColonne.hero-bg .ac-colonne img {
  max-width: 300px;
  margin: 0 auto;
  display: block;
}
.ac-doubleColonne:not(.ac-doubleColonne.hero-bg) .btn-rdv {
  margin-top: 69px;
}
@media screen and (min-width: 993px) {
  .page-interne .ac-doubleColonne img {
    height: 100%;
    object-fit: cover;
  }
  .page-interne .sc-content .ac-doubleColonne.section-interne-1,  .page-interne .sc-content .ac-doubleColonne.section-interne-2 {
    align-items: center;
    position: relative;
  }
  .page-interne .sc-content .ac-doubleColonne.section-interne-1::before,  .page-interne .sc-content .ac-doubleColonne.section-interne-2::before {
    position: absolute;
    content: '';
    top: -120px;
    bottom: -120px;
    right: 86px;
    width: 753px;
    background-image: url('../assets/gifs/before.png');
    z-index: -1;
  }
  .page-interne .sc-content .ac-doubleColonne.section-interne-2::before {
    right: -217px;
  }
  /* .page-interne .sc-content .ac-doubleColonne.section-interne-1 h1 {
    margin-bottom: 300px;
  }
  .page-interne .sc-content .ac-doubleColonne.section-interne-2 h2 {
    margin-bottom: 300px;
  } */
  .page-interne .sc-content .ac-doubleColonne.section-interne-1 .ac-colonne_2 {
    padding-left: 100px;
      }
      .page-interne .sc-content .ac-doubleColonne.section-interne-2 .ac-colonne_1 {
        padding-right: 100px;
          }
  .hero-bg .title-1, .hero-interne .title-1 {
    max-width: 60%;
  }
  .contact-page .hero-interne h1 {
    max-width: none;
  }
  .page-interne .sc-content .clear_both {
    margin-bottom: 7.5rem; }

  .hero-interne h1,.hero-interne h1, .hero-bg h1, .hero-interne .title-1  {
    font-size: 3.4375rem;
  }
  .page-interne h1 {
    font-size: 3.125rem;
  }
  .page-interne section:not(section.ac-doubleColonne, section.ac-doubleColonne section, #relance, .ac-include) p,section.ac-doubleColonne:not(section.ac-doubleColonne.ac-timeline) p:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  #fil_ariane, nav#fil_ariane, .fil-ariane {
    font-size: 14px;
  }
}
@media screen and (max-width:992px) {
  .section-interne-1 .btn-rdv , .section-interne-2 .btn-rdv {
    display: none;
  }
  #boutons {
    width: 100%;
    display: block;
  }
  .page-interne .ac-doubleColonne .white {
    margin-block: 1.25rem;
  }
  section.ac-doubleColonne.ac-1v1 .ac-colonne {
    margin-top: 2rem;
}
}

/* ******************************************** PAGE CONTACT ****************************************** */

.contact-page .divGenerateurRequired {
  margin-bottom: 1rem;
}
@media screen and (min-width:993px) {
  .contact-page h1 {
    font-size: var(--h2-font-size);
  }
}