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

  --accent-h: 151; /* hue */
  --accent-s: 62%; /* saturation */
  --accent-l: 19%; /* 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 */

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

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

  --gray950: rgba(30, 30, 30, 1);
  --gray600: rgba(61, 61, 61, 1);

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

  --border-radius: 12px;
  --button-border-radius: 0;
  --transition: 0.3s all ease-in-out;
}
.relative {
  position: relative;
}

[class*="btn"] a.btn {
  padding: 13px 1.5rem;
  font-weight: 600;
  letter-spacing: 0px;
}

[class*="btn"] a.btn svg {
  margin-left: 0.5rem;
}

[class*="btn"] a.btn:not(.accent) {
  color: var(--accent-color);
  background: transparent;
  border: 1px solid var(--accent-color);
}

[class*="btn"] a.btn:not(.accent):hover {
  color: #fff;
  background: var(--accent-color);
}

@media screen and (max-width: 992px) {
  a.btn > .content:last-of-type {
    display: none;
  }
}

@media screen and (min-width: 993px) {
  a.btn:has(.content) {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: 0.3s;
    height: 51px;
    border: none;
    padding: 0;
  }

  a.btn .content {
    position: relative;
    bottom: 0%;
    transition: 0.5s;
    height: 100%;
    padding: 0.85rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  a.btn:has(.content):hover .content {
    bottom: 101%;
  }
}

@media screen and (min-width: 601px) {
  a.btn {
    width: auto;
  }
}

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

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

h2,
.title-2 {
  color: var(--gray950);
  margin: 0 0 1rem 0;
}

.white-text * {
  color: #fff;
}

.paginationControl {
  text-align: center;
  font-size: 18px;
  margin-top: 3rem;
}

.paginationControl a {
  text-decoration: none;
}

.paginationControl .selected {
  font-weight: bold;
}

.plan-site .sitemap-nav ul li a {
  margin-bottom: 0.5rem;
  display: inline-block;
}

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

#fil_ariane {
  margin: 3rem 0;
}

.card {
  position: relative;
}

.card-title a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

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

.slide-img .container,
.slide-img .container .bloc,
.slide-img,
.slider-slick {
  height: auto;
  min-height: auto;
}

.slider-slick {
  width: 100%;
  background-color: var(--background-color);
  position: relative;
  z-index: 0;
}
.slider-slick .slick {
  height: 100%;
}

.slide-img.slide-01 {
  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;
}
.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");
}
.slick-slider {
  margin-bottom: 0;
}
.title-1 {
  margin: 0;
  color: var(--gray950);
}
p em {
  padding: 24px 16px;
  display: block;
  background: var(--primary-color);
  color: white;
  font-style: normal;
}
#bloc-top .container {
  padding: 22px 0 40px;
}

@media screen and (min-width: 993px) {
  .section-80 {
    padding: 80px 0;
  }
}

/* ********************************************HEADER****************************************** */
#blocHorsLigne {
  z-index: 999 !important;
}

header .page-footer {
  display: none;
}

@media screen and (min-width: 993px) {
  .fold .index-contact {
    display: none;
  }

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

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

  .main-header-content .nav#main-nav > ul > li > a {
    color: #fff;
    text-align: center;
  }
  .header-content .nav#topbar-nav > ul > li > a {
    color: var(--gray950);
    text-align: center;
  }

  .top-bar {
    padding: 1.5rem 0;
  }

  .header-content .nav ul li.sous_menu ul.dropdown li a {
    font-size: 14px;
  }

  .header-content .nav ul li a.selected,
  .header-content .nav ul li a:hover,
  .header-content .nav ul li:hover > a {
    text-decoration: underline;
  }

  .header-content .nav ul li.sous_menu a::after {
    text-decoration: none;
  }

  a.lien-maps:hover {
    text-decoration: underline;
  }

  .main-header-content .row .col.col-menu {
    padding: 0;
  }
}

@media screen and (min-width: 993px) and (max-width: 1300px) {
  .header-content .nav#topbar-nav > ul > li > a {
    padding: 0.4rem 0.5rem;
    font-size: 13px;
  }

  .header-content .tel {
    font-size: 14px;
  }

  .header-content .brand .col {
    width: 137px;
    padding: 0;
  }

  .top-bar .row .col.col-tel,
  .top-bar .row .col.col-menu {
    padding: 0;
  }
}

@media screen and (max-width: 992px) {
  .header-content .nav > ul > .sous_menu.opened > a,
  .header-content .nav .dropdown > .sous_menu.opened > a {
    width: calc(100% - 12rem);
  }

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

  .index-contact {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }

  .menu-mobile {
    height: 6.625rem;
    background-color: var(--background-color);
  }

  .menu_opened .menu-mobile {
    height: 3.5rem;
    background-color: var(--primary-color-30);
  }

  .span-menu-burger {
    color: var(--primary-color);
    padding: 12px;
    background-color: var(--primary-color-90);
    border-radius: 100%;
  }

  .menu-mobile .menu-title {
    text-transform: capitalize;
    font-family: var(--secondary-font);
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
  }

  .fold-tel {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .header-content .nav > ul > .sous_menu.opened > a,
  .header-content .nav .dropdown > .sous_menu.opened > a {
    background-color: transparent;
  }

  .header-content #nav-container .nav#main-nav ul li a,
  .header-content #nav-container .nav#topbar-nav ul li a {
    font-size: 18px;
    font-weight: 700;
    padding: 1.5rem 5%;
  }

  .header-content .nav ul li a.selected {
    color: var(--text-color);
  }
}

@media screen and (max-width: 600px) {
  .fold-tel {
    justify-content: center;
    margin-bottom: 12px;
  }
}
/* *******************************************SLIDE******************************************** */
.row-btn {
  display: flex;
  align-items: center;
  gap: 12px;
}

.slide-content {
  padding: 20% 0 10%;
}

h1 {
  margin: 0 0 1rem;
  color: var(--gray950);
}

h1.h1-geoloc span::before,
.title-1.h1-geoloc span::before {
  display: none;
}

h1.h1-geoloc span,
h1 span {
  font-weight: inherit;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0px;
  margin: 12px 0 0;
}
/* ***********************************************POINTS FORTS***************************** */
.encart-points-forts {
  border-top: 2px solid var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
  padding: 24px 0;
}
.points-forts .img-large {
  display: block;
  width: 100%;
  margin-bottom: 1.5rem;
}

.pf-card {
  padding: 3rem 32px;
}

.pf-title {
  margin: 20px 0 1rem;
  line-height: 24px;
  min-height: 66px;
  color: var(--gray950);
}

@media screen and (min-width: 993px) {
  .pf-card {
    padding: 3rem 46px;
  }
  .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: var(--primary-color);
    right: 0;
    top: calc(50% - 100px);
  }
}

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

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

#bloc-01 .section:before {
  content: "";
  position: absolute;
  background: url(../assets/gifs/bg1.jpg);
  width: 100vw;
  top: 0;
  height: 100%;
  z-index: -1;
  left: -50vw;
}
@media screen and (min-width: 993px) {
  .title-1 {
    line-height: 65px;
  }
  h1 {
    font-size: 55px;
    line-height: 60px;
  }
  .index-page main .section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .col-img {
    position: relative;
  }

  #bloc-01 img,
  #bloc-05 img {
    position: absolute;
    width: 47vw;
    top: 0;
    transform: translate(0%);
    left: 0;
    max-width: 836px;
    object-fit: cover;
  }
}

@media screen and (min-width: 1440px) {
  #bloc-01 .section {
    padding: 318px 0;
  }
  #bloc-02 .section {
    padding: 200px 0;
  }
}
/* ******************************************** ENCART PRESTATION ****************************************** */

/* STRUCTURE DE LA CARTE */

.prestations-card {
  padding: 0;
  border: 0;
  margin-bottom: -6px;
  height: 100vh;
  border-right: 3px solid var(--primary-color);
  transition: background-color 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
}

/* Dernière colonne sans bordure */

.row .col:last-child .prestations-card {
  border-right: 0;
}

.prestations-card-title a {
  text-decoration: none;
  font-size: 33px;
  line-height: 24.2px;
  transition: var(--transition);
}

/* Fond sombre en hover */

.prestations-card-title a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0%;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  z-index: -1;
  transition: var(--transition);
}

.prestations-card:hover .prestations-card-title a::before {
  height: 100%;
}

.prestations-card:hover .prestations-card-title a {
  color: white;
}

/* TEXTE */

.prestations-card-text {
  margin-top: 16px;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: var(--transition);
}

.prestations-card:hover .prestations-card-text {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* ANIMATION DU BLOC DE CONTENU AU HOVER */

.prestations-card:hover .card-content {
  bottom: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: var(--transition);
}

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

/* STRUCTURE */

.row-presta {
  position: relative;
  overflow: hidden;
}

/* IMAGE DE FOND (effet fluide) */

.col-img-presta {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  transform: scale(1);
  transition: transform 1.8s ease;
}

.col-img-presta img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* CONTENU DE LA CARTE */

.prestations-card-content {
  position: absolute;
  padding: 0 24px;
  bottom: -13%;
  min-height: 200px;
  transition: var(--transition);
}

a.link-presta {
  margin-top: 16px;
  font-weight: 600;
  text-decoration: none;
}

/* MEDIA QUERIES */

@media screen and (min-width: 993px) {
  .row-presta img {
    position: relative;
  }
  .slick-prestations {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
  }
  .row.row-presta img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    transition: var(--transition);
  }
  /* TITRE */
  .title-2 {
    margin: 0;
  }
}

@media screen and (max-width: 992px) {
  .prestations-card {
    margin-top: 20px;
    height: 100vh;
  }
  #encart-prestations {
    margin-top: 4rem;
  }
  .prestations-card-title a {
    font-size: 28px;
  }
}

@media screen and (max-width: 600px) {
  .fold .slide-content .btn-contact {
    padding-bottom: 20px;
  }
}

/* ***********************************************AVIS********************************************* */
.encart-avis {
  border-top: 2px solid var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
}
.encart-avis .title-2 {
  margin: 0 auto 3rem;
}

.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: 1.5rem;
  background: #fff;
  border: 2px solid var(--primary-color);
}

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

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

.encart-avis .avis-card.js-more .avis-card-text::after {
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1)
  );
}
@media screen and (min-width: 993px) {
  .slick-slider.slick-dotted {
    margin-bottom: 3rem;
  }
}
/*********************** 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(--primary-color-40);
}
ul.slick-dots li button .slick-dot-icon::before {
  content: "";
  top: -2px;
  left: -2px;
  width: 10px;
  height: 10px;
  border-radius: 8px;
  background-color: var(--primary-color-40);
  transition: 0.3s ease-in-out;
}
ul.slick-dots li button:is(:hover, :focus) .slick-dot-icon::before {
  background-color: var(--primary-color-60);
}
ul.slick-dots li.slick-active button .slick-dot-icon::before {
  width: 60px;
  background-color: var(--primary-color-60);
}

/******************** BLOC 02 *******************/

@media screen and (min-width: 993px) {
  #bloc-02 img,
  #bloc-04 img {
    position: absolute;
    width: 47vw;
    top: 0;
    transform: translate(0%);
    right: 0;
    max-width: 836px;
    object-fit: cover;
  }
  #bloc-02 .section:before,
  #bloc-04 .section:before {
    content: "";
    position: absolute;
    background: url(../assets/gifs/bg1.jpg);
    width: 100vw;
    top: 0;
    height: 100%;
    z-index: -1;
    right: -50vw;
  }
}

/******************** BLOC 03 *******************/
#bloc-03 .container {
  padding: 48px 0;
}
#bloc-03 .container:before {
  content: "";
  position: absolute;
  background: url(../assets/gifs/bg-b3.jpg);
  width: 500%;
  left: -200%;
  height: 100%;
  top: 0;
  z-index: -1;
}

@media screen and (min-width: 993px) {
  #bloc-03 .l12 {
    column-count: 2;
    gap: 100px;
  }
  #bloc-03 .container {
    padding: 88px 0;
  }
}
/* *************************************ENCART CONTACT*********************************************** */
#encart-contact {
  position: relative;
  padding: 0;
}

#encart-contact::before {
  position: absolute;
  content: "";
  width: 500%;
  height: 100%;
  left: -200%;
  top: 0;
  z-index: -1;
  background: var(--accent-color);
}

#encart-contact .reseaux-sociaux svg path {
  fill: #fff;
}

#encart-contact .reseaux-sociaux {
  margin: 26px 0;
}

#encart-contact p {
  margin-bottom: 1.5rem;
}

#encart-contact address {
  margin: 0;
}

#encart-contact .btn-contact a {
  border: 1px solid #fff;
}

#encart-contact .card-contact-ville {
  padding: 24px 24px 52px;
}

#encart-contact .col-contact {
  padding: 25px 10px 25px 12px;
}

#encart-contact .title-3 {
  font-size: 1rem;
  margin: 0 0 12px;
  font-family: var(--primary-font);
  font-weight: 600;
}

.card-contact-ville {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.card-contact .text {
  color: var(--gray600);
}
.card-contact a.lien-maps span,
.card-contact-form a.lien-maps span {
  display: block;
}

@media screen and (min-width: 993px) {
  #encart-contact .col-contact {
    padding: 25px 0 25px;
  }
  .card-contact .text {
    display: grid;
    grid-template-columns: 108px 1fr;
    gap: 10px;
  }
  #encart-contact p {
    max-width: 95%;
  }

  #encart-contact .card-contact-ville {
    max-width: 420px;
    padding: 36px 28px;
    height: 100%;
  }

  #encart-contact .title-2::before,
  #encart-contact .title-2::after {
    background-color: #fff;
  }
}

@media screen and (max-width: 992px) {
  .col-info-contact {
    margin-top: 20px;
  }

  .slick-contact {
    margin-top: 2rem;
  }
}

/* ***************************************ACTUALITES*********************************** */
#encart-actualites {
  border-top: 2px solid var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
}
.slick-actualites {
  margin-top: 64px;
}
.actualites-card-content {
  padding: 44px 24px 24px;
}

.actualites-card:hover .card-content {
  background-color: var(--color-blue);
}

.actualites-card-image {
  height: 324px;
  overflow: hidden;
}

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

.card-image a {
  position: relative;
}

.card-image a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  transition: 0.6s;
}

.actualites-card:hover .card-image a::before {
  background: rgba(0, 0, 0, 0.3);
}
.actualites-card:hover .actualites-card-content,
.actualites-card:hover .actualites-card-title a {
  background: var(--primary-color);
  color: white;
}

.card-image img,
.card-image a {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
  transition: 0.6s;
}

.actualites-card-title a {
  text-decoration: none;
  color: hsla(0, 0%, 12%, 1);
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0px;
}

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

.actualites-encart-btn {
  margin-top: 60px;
}

#listing-autres-actus-categorie ul a {
  font-size: 15px;
  text-decoration: none;
  color: #000;
}

#listing-autres-actus-categorie ul a:hover {
  text-decoration: underline;
}

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

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

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

.detail-actu-image img {
  border-radius: var(--border-radius);
}

.actualites-detail #listing-autres-actus-categorie {
  background-color: var(--text-color-90);
  padding: 1rem;
  border-radius: var(--border-radius);
}

@media screen and (min-width: 993px) {
  #encart-actualites .title-2::after {
    width: 12%;
  }
}

@media screen and (max-width: 1400px) and (min-width: 993px) {
  #listing-autres-actus-categorie a.btn {
    padding: 12px 12px;
    font-size: 12px;
  }
}

@media screen and (min-width: 601px) {
  .actualites-listing .recherche_actu #input_recherche_actu {
    width: calc(100% - 6.25rem);
  }
}

/* ****************************************************FORMULAIRE ***********************************************/
.encart-formulaire {
  position: relative;
}
input[type="checkbox"] {
  margin-top: 6px;
}
.encart-formulaire::after {
  position: absolute;
  content: "";
  width: 500%;
  height: 100%;
  left: -200%;
  top: 0;
  z-index: -1;
  background-color: rgba(246, 246, 246, 1);
  opacity: 0.2;
}
.encart-formulaire::before {
  content: "";
  position: absolute;
  background: url(../assets/gifs/bg-form.jpg);
  width: 100vw;
  height: 100%;
  top: 0;
  z-index: -1;
}
.bloc-form {
  padding: 3rem;
  height: 100%;
  box-shadow: 0px 4px 24px 0px #0000001a;
}

.bloc-infos {
  padding: 3rem 70px;
  height: 100%;
}

.bloc-infos .reseaux-sociaux svg path {
  fill: #fff;
}

.card-contact-form {
  margin-bottom: 35px;
}

.bloc-infos .reseaux-sociaux {
  margin-bottom: 80px;
  margin-top: 24px;
}

.bloc-infos .titre3 {
  font-size: 1rem;
  margin: 0 0 12px;
  font-weight: 600;
}

.card-contact-form .text,
.footer-row-contact .text {
  display: grid;
  grid-template-columns: 108px 1fr;
  gap: 5px;
}
.bloc-infos address br {
  display: none;
}

.encart-formulaire label {
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0%;
}

form .divGenerateur ul label {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  display: flex;
  align-items: flex-start;
}

form .divGenerateur > label {
  display: none;
}

span.note {
  font-size: 16px;
  line-height: 26px;
  display: block;
  margin-bottom: 12px;
}

input:not([type]),
input[type="text"],
input[type="email"],
input[type="time"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="tel"],
input[type="number"],
input[type="search"],
textarea {
  border-radius: 8px;
  border: 1px solid hsla(0, 0%, 82%, 1);
  min-height: 50px;
  box-shadow: 0px 1px 2px 0px hsla(220, 43%, 11%, 0.05);
}

form p.submit {
  margin-top: 1rem;
  width: 100%;
}

form p.submit .btn.primary {
  width: 100%;
}
.erreur .erreur {
  font-size: 12px;
}

@media screen and (min-width: 993px) {
  .footer-bas {
    display: flex;
    justify-content: space-between;
  }
  .bloc-form .title-2 {
    margin-bottom: 3rem;
    font-size: 33px;
  }

  .encart-formulaire .col:has(.bloc-form) {
    padding: 0;
  }
}

@media screen and (min-width: 601px) {
  form .cp_ville {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }

  form .cp_ville > p {
    width: calc(50% - 6px);
  }
}

@media screen and (max-width: 992px) {
  .title-2 br,
  .title-3 br {
    display: none;
  }

  .encart-formulaire .bloc-form {
    padding: 2rem 1rem;
    margin-top: 2rem;
  }

  .encart-formulaire .bloc-infos {
    padding: 2rem 1rem;
  }

  .bloc-infos .reseaux-sociaux {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
  .encart-formulaire .bloc-infos {
    padding: 2rem;
  }
}

/* *************************************************FOOTER********************************* */
body:not(.index-page) footer .section.footer-1 {
  padding: 2rem 0 1.5rem;
}

footer,
.hero-contact {
  background: linear-gradient(
      rgba(246, 246, 246, 0.2),
      rgba(246, 246, 246, 0.2)
    ),
    /* couleur transparente */ url("../assets/gifs/bg-form.jpg"); /* image */
  background-size: cover;
  background-position: center;
}

.footer-text {
  margin-top: 12px;
}

footer .no-menu {
  display: none;
}
footer .lien-maps span {
  display: block;
}
.footer-contact .footer-row-contact {
  flex-direction: column;
}

@media screen and (min-width: 993px) {
  li.contact-link {
    display: none;
  }
  #footer-nav .nav > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 1rem 0;
  }

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

  #footer-nav .row {
    flex-wrap: nowrap;
  }
}

@media screen and (max-width: 992px) {
  footer #footer-nav .nav ul li.sous_menu ul.dropdown {
    min-width: 18%;
    top: 100%;
  }

  .footer-contact {
    margin-top: 2rem;
  }

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

.footer-row-contact {
  display: flex;
  gap: 6px;
}

footer address {
  margin: 0;
}

footer .section.footer-1 {
  padding: 3rem 0 1.5rem;
}

footer .footer-1 .title-4 {
  font-size: 1rem;
  font-family: var(--primary-font);
  line-height: 24px;
  font-weight: 600;
  margin: 0 0;
  color: var(--accent-color);
}

.footer-contact {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

.footer-1 address a,
.footer-1 .text {
  font-weight: 400;
  line-height: 24px;
}

footer .siret {
  font-weight: 400;
  line-height: 24px;
}

#footer-nav .nav ul li.sous_menu ul.dropdown {
  position: absolute;
  left: 0;
  display: none;
  flex-direction: column;
  align-items: stretch;
  width: max-content;
  min-width: 100%;
  margin: 0;
  padding: 0;
  font-weight: normal;
  z-index: 1;
  background-color: #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;
}

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

.footer-2 {
  padding: 24px 0 48px;
}

.footer-2 nav a,
.page-404 footer a {
  font-weight: 600;
  line-height: 24px;
  color: var(--gray950);
}

.footer-2 nav a:hover,
.page-404 footer a:hover {
  color: var(--accent-color);
  text-decoration: underline;
}

/********************* internes **********/

li.page-ville {
  display: none;
}
section.arguments {
  background: var(--primary-color);
  padding: 20px;
  color: white;
}
.contact-page-coordonnees .lien-maps span {
  display: block;
}
.nowrap {
  flex-wrap: nowrap;
}

@media screen and (min-width: 993px) {
  .page-interne #encart-contact .container {
    width: 100%;
  }

  .sc-content section.ac-doubleColonne.ac-1v1 {
    align-items: stretch;
  }
  .sc-content section.ac-1v1 .ac-colonne {
    border: 2px solid var(--primary-color);
    padding: 15px;
    margin: 15px 0;
  }

  .ac-colonne_2.col-img img {
    position: relative;
    right: -20%;
    width: 125% !important;
    max-width: none;
    z-index: 1;
    object-fit: cover;
    height: 100%;
  }
  .ac-colonne_1.col-img img {
    position: relative;
    left: -43%;
    width: 125% !important;
    max-width: none;
    z-index: 1;
    object-fit: cover;
    height: 100%;
  }

  .sc-content .ac-doubleColonne:has(h1) {
    align-items: stretch;
  }
  .l--office .sc-content .ac-doubleColonne:has(h1) img {
    max-height: 920px;
  }
  .droit-de-la-famille .sc-content .ac-doubleColonne:has(h1) img {
    max-height: 780px;
  }
  .regimes-matrimoniaux-et-mariages .sc-content .ac-doubleColonne:has(h1) img,
  .successions-et-testaments .sc-content .ac-doubleColonne:has(h1) img,
  .protection-du-conjoint .sc-content .ac-doubleColonne:has(h1) img,
  .gestion-patrimoniale-et-fiscalite .sc-content .ac-doubleColonne:has(h1) img,
  .promesse-de-vente .sc-content .ac-doubleColonne:has(h1) img {
    max-height: 650px;
  }
  .achat---vente .sc-content .ac-doubleColonne:has(h1) img {
    max-height: 700px;
  }
  .vefa .sc-content .ac-doubleColonne:has(h1) img {
    max-height: 550px;
  }
  .protection-du-conjoint .sc-content .ac-doubleColonne:has(h1) img,
  .gestion-patrimoniale-et-fiscalite .sc-content .ac-doubleColonne:has(h1) img {
    object-fit: cover;
  }
}
