:root {
  --primary-h: 29; /* hue */
  --primary-s: 24%; /* saturation */
  --primary-l: 71%; /* lightness */

  --accent-h: 351; /* hue */
  --accent-s: 89%; /* saturation */
  --accent-l: 36%; /* lightness */

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

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

  --primary-font: "inter-variable",  sans-serif;
  --secondary-font: "dashiell-fine", serif;
  --citation-font: "Lavishly Yours", cursive;

  --h1-font-size: 3.063rem;
  --h2-font-size: 2.438rem;
  --h3-font-size: 1.5rem;
  --headings-line-height: 1.333333;

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

  --border-radius: 0;
  --button-border-radius: 0.25rem;
}
a.primary:hover {
  background-color: var(--primary-color-50);
}
[class*="btn"] a.btn {
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
  padding: 10px 18px;
}
[id*="formulaire"] .btn.primary:hover {
  background-color: var(--accent-color-50);
}
[id*="formulaire"] .btn.primary {
  border-color: var(--accent-color);
  background-color: var(--accent-color);
}
[class*="btn"] a.btn.outlined {
  color: var(--accent-color);
  background: transparent;
  border: 1px solid var(--accent-color);
}
[class*="btn"] a.btn.outlined:hover {
  background-color: var(--accent-color);
  color: #fff;
}
a.btn.btn.primary {
  color: #000;
}
.reseaux-sociaux a:hover {
  transform: scale(0.9);
}
@media screen and (min-width: 601px) {
  [class*="btn"] a.btn,
  .btn.primary {
    width: auto;
  }
}
@media screen and (min-width: 993px) {
  .btn.accent .content {
    position: relative;
    z-index: 2;
  }
  .btn.accent::before {
    position: absolute;
    content: "";
    background-image: url(../assets/gifs/hover-contact.png);
    width: 0%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    right: 0;
    top: 0;
    transition: 0.5s;
  }
  .btn.accent:hover::before {
    width: 100%;
  }
  .btn-tarifs .content {
    position: relative;
    z-index: 2;
  }
  .btn-tarifs a {
    position: relative;
  }
  .btn-tarifs a.btn::before {
    position: absolute;
    content: "";
    background-color: #f8f6f4;
    width: 100%;
    height: 0%;
    z-index: 1;
    opacity: 1;
    right: 0;
    top: 20%;
    transition: 0.5s;
  }
  .btn-tarifs a.primary:hover {
    background-color: var(--primary-color);
  }
  .btn-tarifs a:hover::before {
    height: 60%;
  }
}
/* 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: 400;
  color: rgba(40, 40, 40, 1);
}
.white-text *,
.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-imge a,
.card-imge img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 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-image: 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");
}
.slide-img {
  background-size: cover;
  background-position: center;
}
.slick-dots li {
  margin: 0 -8px;
}
.slick-slider {
  margin-bottom: 0;
}
.slick-prev .slick-prev-icon,
.slick-prev .slick-next-icon,
.slick-next .slick-prev-icon,
.slick-next .slick-next-icon {
  opacity: 1;
}
.slick-prev .slick-prev-icon:before {
  content: url(../assets/gifs/slick-prev.svg);
  opacity: 1;
}
.slick-next .slick-next-icon:before {
  content: url(../assets/gifs/slick-next.svg);
  opacity: 1;
}
/* ********************************************HEADER****************************************** */
@media screen and (min-width: 993px) {
  .header-contact {
    display: flex;
    align-items: center;
    gap: 9px;
  }
  .fold .index-contact {
    display: none;
  }
  .header-content .main-header-content .col-menu {
    padding: 0;
  }
  .header-content {
    backdrop-filter: blur(70px);
    background: #ffffff1a;
  }
  /* .sticky-active .header-content{
    background-color: hsla(29, 24%, 71%, 1);
   } */
  .fold-index,
  .page-interne .fold,
  .contact-page .fold,
  [class*="catalogue"] .fold,
  [class*="actualites"] .fold {
    /* margin-top: -262px; */
    margin-top: -26px;
  }
  .header-content .nav#topbar-nav > ul > li > a,
  .header-content .nav#topbar-nav .dropdown li a {
    font-weight: 400;
    font-size: 13px;
    line-height: 18.2px;
    letter-spacing: 0;
    color: rgba(69, 69, 69, 1);
  }
  .header-content .nav#main-nav > ul > li > a {
    font-weight: 400;
    font-size: 15px;
    line-height: 22.5px;
    letter-spacing: 0;
    color: rgba(40, 40, 40, 1);
  }
  .header-content .contact-link {
    display: none;
  }
  .main-header-content {
    padding: 10px 0;
  }
  .header-content .nav ul li.sous_menu ul.dropdown > li > a {
    font-size: 13px;
  }
  .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;
    content: "\e5c5";
  }
}
@media screen and (min-width: 993px) and (max-width: 1112px) {
  /* .fold-index,.fold-interne, .contact-page .fold,[class*="catalogue"] .fold,[class*="actualites"] .fold{
    margin-top: -280px;
   } */
}
@media screen and (min-width: 993px) and (max-width: 1334px) {
  .main-header-content .row.m-between {
    justify-content: center;
  }
  .header-content .brand .col {
    width: 110px;
  }
  .header-content a.btn {
    padding: 10px 7px;
    font-size: 13px;
  }
  .header-content .nav#topbar-nav > ul > li > a,
  .header-content .nav#topbar-nav .dropdown li a {
    font-size: 11px;
    padding: 0.5rem;
  }
  .header-content .nav#main-nav > ul > li > a {
    padding: 1rem 0.5rem;
  }
}
@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: 5.625rem;
    background-color: #fff;
  }
  .menu-mobile .brand {
    width: 80px;
  }
  .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);
  }
  .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 ******************************************** */
.slide-content {
  /* padding: 337px 0; */
  padding: 185px 0;
}
.slide-content .title-1 {
  margin: 0 0 12px;
  line-height: 61px;
  text-transform: uppercase;
  color: hsla(0, 0%, 16%, 1);
}
.title-1 span {
  margin: 0;
  font-size: 39px;
  line-height: inherit;
  text-transform: none;
}
.row-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.slide-content .row-btn {
  margin-top: 46px;
}
@media screen and (max-width: 992px) {
  .slide-content .title-1 {
    line-height: normal;
  }
  .slide-content {
    padding: 100px 0;
  }
}
/* *******************************************POINTS FORTTS *********************************************************/
.pf-title {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 1.5rem;
}
.pf-title .text {
  font-weight: 400;
  font-size: 25px;
  line-height: 25px;
  letter-spacing: 0;
  color: #1e1e1e;
}
.page-interne .ac-include > .section.points-forts {
  padding-bottom: 0;
}
/* *****************************************************************BLOC 01 & 04 ****************************************************/
@media screen and (min-width: 993px) {
  .index-page main .section {
    padding: 120px 0;
  }
  #bloc-01,
  #bloc-05 {
    padding: 224px 0;
  }
  #bloc-05 {
    margin-bottom: 120px;
  }
  [id*="bloc"] .col-img {
    position: relative;
  }
  #bloc-01 .col-img img,
  #bloc-05 .col-img img {
    position: absolute;
    width: 118%;
    height: calc(100% + 448px);
    right: -20%;
    top: -224px;
    max-width: none;
    object-position: center;
  }
}
@media screen and (min-width: 1055px) {
  #bloc-01 .col-img img {
    object-position: right;
  }
}
h1.h1-geoloc span::before,
.title-1.h1-geoloc span::before {
  display: none;
}
h1 {
  font-weight: 400;
  line-height: 49px;
  letter-spacing: 0;
  margin: 0 0 20px;
}
h1.h1-geoloc span,
h1 span {
  font-weight: 400;
  font-size: 39px;
  line-height: 39px;
  letter-spacing: 0;
  margin: 0;
}
[id*="bloc"] p > u {
  display: block;
  text-decoration: none;
  padding: 14px;
  background-color: hsl(0 0% 91% / 1);
}
/* ****************************************************PRESTATIONS ******************************************************************************/
#encart-prestations {
  background-color: #c7b5a4;
}
.prestations-card-title a {
  text-decoration: none;
  color: #282828;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0;
  display: block;
  border: 6px solid #ded4ca;
  padding: 20px;
  box-shadow: 0px 8px 0px 0px #7d5d51;
  background-color: #f8f8fd;
  border-radius: 900px;
  text-transform: uppercase;
  max-height: 62px;
  display: flex;
  align-items: center;
}
.prestations-card-content {
  padding: 42px 20px;
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.card .card-hide {
  display: none;
}
.card:hover .card-hide {
  animation: mymove 0.8s linear;
  display: block;
}
.prestations-card .prestations-card-image a {
  position: relative;
}
.prestations-card:hover .prestations-card-image a::before {
  position: absolute;
  content: "";
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 58.85%,
    rgba(0, 0, 0, 0.6) 100%
  );
  left: 0;
  bottom: 0;
}
@keyframes mymove {
  from {
    margin-bottom: -93px;
  }
  to {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 993px) {
  #encart-prestations {
    margin: 120px 0;
  }
}
@media screen and (max-width: 992px) {
  .prestations-card-title a {
    font-size: 15px;
  }
}
/* ***********************************************AVIS********************************************* */
.encart-avis {
  background-image: url(../assets/gifs/bg-design.jpg);
  background-size: cover;
}
.encart-avis .title-2 {
  margin: 0 auto 3rem;
}
.avis-card .avis-card-text {
  margin-left: 80px;
  margin-top: 0.5rem;
  color: hsla(207, 7%, 24%, 1);
}
.avis-encart-card .row {
  flex-wrap: nowrap;
}
.avis-encart-card-date {
  font-size: 11px;
  line-height: 13.2px;
  color: hsla(0, 1%, 47%, 1);
}
.avis-encart-card {
  padding: 1.5rem;
  background: #fff;
}
.avis-name {
  line-height: 24px;
  margin-top: 0.5rem;
  color: hsla(200, 8%, 15%, 1);
}
.encart-avis .align-right {
  margin-top: -2rem;
  width: fit-content;
  margin-left: auto;
}
.encart-avis .card .show-more {
  font-weight: 600;
  line-height: 24px;
  color: hsla(225, 83%, 28%, 1);
  z-index: 2;
  position: relative;
  padding-left: 1rem;
  padding-top: 0;
  background: #fff;
}
.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)
  );
}
.encart-avis .slick-dots li button .slick-dot-icon {
  color: hsla(36, 24%, 92%, 1);
  opacity: 1;
}
.encart-avis .slick-dots li.slick-active button .slick-dot-icon {
  color: hsla(23, 23%, 53%, 1);
}
/* ************************************************CATALOGUE **********************************************************/
#encart-catalogue .container {
  width: 100%;
  max-width: 1920px;
}
#encart-catalogue .bloc-title {
  padding: 86px 70px;
}
#encart-catalogue .text {
  margin: 43px 0px;
}
#encart-catalogue .col-img {
  padding: 0;
}
.catalogue-card-content {
  padding: 42px 120px;
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 0;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.catalogue-card-title {
  min-height: 39px;
}
.catalogue-card-text {
  display: none;
}
.catalogue-card-title a {
  text-decoration: none;
  font-weight: 400;
  font-size: 39px;
  line-height: 39px;
  letter-spacing: 0;
}
#encart-catalogue .slick-prev .slick-prev-icon:before {
  content: url(../assets/gifs/slick-prev-1.svg);
  font-size: inherit;
  opacity: 1;
}
#encart-catalogue .slick-next .slick-next-icon:before {
  content: url(../assets/gifs/slick-next-1.svg);
  font-size: inherit;
  opacity: 1;
}
@media screen and (min-width: 993px) {
  .catalogue-encart-card {
    height: 100%;
  }
  #encart-catalogue .slick-prev {
    left: -18rem;
    z-index: 2;
    top: 87%;
  }
  #encart-catalogue .slick-next {
    right: 89rem;
    z-index: 2;
    top: 87%;
  }
  .slick-catalogue,
  .slick-catalogue .col,
  .slick-catalogue .slick-track,
  .slick-catalogue .slick-slide > div,
  .catalogue-encart-card-image {
    height: 100%;
  }
}
@media screen and (min-width: 1420px) and (max-width: 1840px) {
  #encart-catalogue .slick-next {
    right: 112%;
    top: 87%;
  }
  #encart-catalogue .slick-prev {
    left: -27%;
    top: 87%;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1419px) {
  #encart-catalogue .slick-next {
    right: 110%;
    top: 94%;
  }
  #encart-catalogue .slick-prev {
    left: -27%;
    top: 94%;
  }
}
@media screen and (max-width: 992px) {
  #encart-catalogue .bloc-title {
    padding: 86px 30px 40px;
  }
}
/* ******************************************************CONTACT ***********************************************************/
.index-page #encart-contact {
  background-image: url(../assets/gifs/bg-contact.jpg);
  background-size: cover;
}
.page-interne #encart-contact {
  position: relative;
}
.page-interne #encart-contact::before {
  position: absolute;
  content: "";
  width: 160%;
  height: 100%;
  left: -23%;
  top: 0;
  z-index: -1;
  background-image: url(../assets/gifs/bg-contact.jpg);
  background-size: cover;
}
#encart-contact .btn-contact {
  margin-top: 40px;
}
@media screen and (min-width: 993px) {
  #encart-contact {
    padding: 318px 0;
  }
}
@media screen and (max-width: 992px) {
  #encart-contact {
    padding: 100px 0;
  }
}
/* *******************************************BLOC 04 & 06 ********************************************************************/
@media screen and (min-width: 993px) {
  #bloc-04,
  #bloc-06 {
    padding: 170px 0;
    margin: 120px 0;
  }
  #bloc-06 {
    margin-bottom: 0;
  }
  #bloc-04 .col-img img,
  #bloc-06 .col-img img {
    position: absolute;
    width: 144%;
    height: calc(100% + 340px);
    right: 12px;
    top: -170px;
    max-width: none;
    object-position: right;
  }
}
@media screen and (max-width: 992px) {
  [id*="bloc"] img {
    display: block;
    width: auto;
    margin: 2rem auto;
  }
  #bloc-06 {
    padding-bottom: 0;
  }
  #bloc-07 {
    padding-top: 0;
  }
}
/* *******************************************BLOC 02 ********************************************************************/
#bloc-02 {
  background-image: url(../assets/gifs/bg-1.jpg);
  background-size: cover;
  background-position: center;
}
h2,
.title-2 {
  line-height: 39px;
  letter-spacing: 0;
  margin: 0 0 20px;
}
/* ******************************************** BLOC 07 & 08 ***************************************************************/
#bloc-07 img {
  display: block;
  width: 100%;
  margin-bottom: 1.5rem;
}
/* ***************************************ACTUALITES*********************************** */
.index-page #encart-actualites {
  background-image: url(../assets/gifs/bg-design.jpg);
  background-size: cover;
}
.page-interne #encart-actualites {
  position: relative;
}
.page-interne #encart-actualites::before {
  position: absolute;
  content: "";
  width: 160%;
  height: 100%;
  left: -23%;
  top: 0;
  z-index: -1;
  background-image: url(../assets/gifs/bg-design.jpg);
  background-size: cover;
}
#encart-actualites .title-2 {
  margin-bottom: 12px;
  text-transform: uppercase;
}
#encart-actualites .text {
  margin-bottom: 3rem;
}
.encart-btn {
  margin-top: 3rem;
}
.actualites-card {
  padding: 20px;
}
.actualites-card .card-title {
  min-height: 50px;
}
.actualites-card:hover {
  background-color: #f6f6f6;
}
.actualites-card .card-title a {
  text-decoration: none;
  color: #222222;
  font-weight: 700;
  font-size: 25px;
  line-height: 25px;
  letter-spacing: 0;
}
.actualites-card-image {
  height: 168px;
  margin-bottom: 20px;
}
.card-text {
  margin: 12px 0 16px;
}
.card-image img,
.card-image a {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#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);
}
@media screen and (min-width: 993px) {
  #encart-actualites {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 993px) {
  #listing-autres-actus-categorie a.btn {
    padding: 12px 12px;
    font-size: 12px;
  }
}
.actualites-detail #listing-autres-actus-categorie {
  background-color: var(--text-color-90);
  padding: 1rem;
  border-radius: var(--border-radius);
}
@media screen and (min-width: 601px) {
  .actualites-listing .recherche_actu #input_recherche_actu {
    width: calc(100% - 6.25rem);
  }
}
#encart-actualites .slick-dots li button .slick-dot-icon {
  color: hsla(36, 24%, 92%, 1);
  opacity: 1;
}
#encart-actualites .slick-dots li.slick-active button .slick-dot-icon {
  color: hsla(23, 23%, 53%, 1);
}
/* *******************************************************FORMULAIRE*********************************************************** */
.index-page .contact-form {
  background-image: url(../assets/gifs/bg-1.jpg);
  background-position: center;
  background-size: cover;
}
.page-interne .contact-form {
  position: relative;
}
.page-interne .contact-form::before {
  position: absolute;
  content: "";
  width: 160%;
  height: 100%;
  left: -23%;
  top: 0;
  z-index: -1;
  background-image: url(../assets/gifs/bg-1.jpg);
  background-size: cover;
  background-position: center;
}
.contact-form .bloc-infos {
  padding: 3rem;
  background-color: #fff;
  height: 100%;
}
.contact-info.horaires {
  margin-top: 12px;
}
.contact-info.horaires svg {
  margin-top: 4px;
}
.contact-form .bloc-form {
  height: 100%;
  padding: 50px;
}
.contact-info {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.bloc-infos img {
  margin-top: 1.5rem;
}
.contact-form .text {
  margin-bottom: 3rem;
}
#formulaire_5 p {
  margin-top: 0;
}
#formulaire_5 .divGenerateur ul label {
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  display: flex;
  align-items: flex-start;
}
#formulaire_5 .divGenerateur > label {
  display: none;
}
span.note {
  font-size: 10px;
  line-height: 12px;
  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: 0;
  border: 1px solid #d1d1d1;
  background-color: #fff;
}
#formulaire_5 p.submit {
  margin-top: 1rem;
}
.contact-form .title-4 {
  margin-top: 3rem;
}
.contact-form .title {
  margin-bottom: 12px;
}
@media screen and (min-width: 601px) {
  #formulaire_5 .cp_ville {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  #formulaire_5 .cp_ville > p {
    width: calc(50% - 6px);
  }
  .contact-form .col-infos iframe {
    min-height: 398px;
  }
}
@media screen and (max-width: 992px) {
  .contact-form .bloc-form {
    padding: 10px;
  }
  .contact-form .col .bloc-infos {
    padding: 20px;
    margin-top: 2rem;
  }
}
/* *************************************************FOOTER********************************* */
footer {
  background-color: hsla(29, 24%, 71%, 1);
}
body:not(.index-page) footer .section.footer-1 {
  padding: 2rem 0 1.5rem;
}
@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%;
  }
}
@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-row-contact svg {
  min-width: 16px;
  margin-top: 4px;
}
footer address {
  margin: 0;
}
footer .section.footer-1 {
  padding: 3rem 0 1.5rem;
}
footer .footer-1 .title-4 {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0;
}
.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;
  color: var(--text-color);
}
#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;
}
.footer-2 {
  padding: 24px 0 48px;
}
.footer-2 nav a,
.page-404 footer a {
  font-weight: 700;
  line-height: 24px;
  color: hsla(23, 23%, 53%, 1);
}
.footer-2 nav a:hover,
.page-404 footer a:hover {
  text-decoration: underline;
  color: var(--text-color);
}
.lien-maps br {
  display: none;
}
footer .lien-maps br {
  display: inline-block;
}
a.lien-maps:hover {
  text-decoration: underline;
}
/* ****************************************PAGES INTERNES******************************** */
.contact-page .s-middle,
.devis-page .s-middle {
  flex-wrap: nowrap;
  height: 100%;
}
.contact-page .s-stretch,
.devis-page .s-stretch {
  flex-wrap: nowrap;
}
.contact-page h1,
.contact-hero .title-2,
.devis-page h1 {
  margin: 0;
  line-height: normal;
}
.contact-hero .title-2 {
  font-size: 27px;
}
.contact-hero p.intro {
  color: #fff;
}
.page-interne .sc-content #relance {
  margin-top: 0;
}
.page-interne .ac-doubleColonne h2 {
  margin: 0 0 12px;
}
.page-interne #container {
  padding: 0;
}
.page-interne .hero-bg {
  position: relative;
}
.hero-interne {
  position: relative;
}
.contact-hero {
  background: linear-gradient(hsla(0, 0%, 100%, 0.16), hsla(0, 0%, 100%, 0.16)),
    url("../assets/gifs/hero-interne.jpg");
  background-size: cover;
  background-position: right top;
}
.plan-site h1 {
  margin-bottom: 2rem;
}
.page-interne .hero-bg::before,
.hero-interne::before {
  position: absolute;
  content: "";
  background: url("../assets/gifs/hero-interne.jpg");
  background-size: cover;
  width: 160%;
  left: -23%;
  max-width: 1920px;
  top: 0;
  height: 100%;
  z-index: -1;
  background-position: right top;
}
.page-interne .ac-include .container {
  width: 100%;
}
.page-interne p > em,
.catalogue-listing main p > em {
  display: block;
  font-style: normal;
  padding: 14px;
  background-color: hsl(0 0% 91% / 1);
}
.page-interne .sc-content .ac-doubleColonne .clear_both {
  margin-bottom: 2.35rem;
}
.sc-content .ac-doubleColonne .ac-colonne img {
  border-radius: var(--border-radius);
}
#catalogue_contenu,
.catalogue-detail .hero-interne + .row {
  margin-top: 5.5rem;
}
.catalogue-listing main > .section {
  padding-top: 31.7rem;
}
.actualites-listing main > .section {
  padding-top: 0;
  margin-top: -3.15rem;
}
.catalogue-listing .fil-ariane {
  margin-bottom: -38rem;
  margin-top: 5rem;
}
.catalogue-listing h1 {
  margin-top: 8rem;
}
.catalogue-detail main > .section {
  padding-top: 27rem;
}
.catalogue-detail .fil-ariane {
  margin-bottom: -30rem;
  margin-top: 5rem;
}
.ac-price-price,
.ac-price-title,
.ac-doubleColonne:has(.ac-price-price) h2 {
  font-size: 25px;
}
.ac-doubleColonne:has(.ac-price-title) {
  margin: 1.5rem 0;
}
.hero-bg span {
  font-family: var(--secondary-font);
}
.hero-interne .title-1,
.page-interne .hero-bg span,
.page-interne .hero-bg h1 {
  margin: 0 auto 0 0;
  text-transform: uppercase;
}
@media screen and (min-width: 993px) {
  .page-interne .sc-content .hero-bg.ac-doubleColonne,
  .hero-interne {
    /* padding: 503px 0 199px; */
    padding: 220px 0 198px;
    max-height: 516px;
    height: 516px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .actualites-detail .hero-interne,
  .catalogue-detail .hero-interne {
    padding: 280px 0 78px;
  }
  .contact-hero {
    padding: 85px 0 2rem;
  }
  body:not(.index-page) h1,
  .hero-bg span {
    font-size: 45px;
  }
  .contact-page .intro {
    margin-bottom: 0;
  }
  .hero-interne .title-1,
  .page-interne .hero-bg span,
  .page-interne .hero-bg h1 {
    max-width: 70%;
    display: block;
    line-height: 49px;
  }
  .hero-interne p {
    max-width: 70%;
    margin: 1rem auto 0 0;
  }
  .page-interne .ac-include > .section {
    padding: 100px 0;
  }
  .ac-doubleColonne p:last-of-type {
    margin-bottom: 0;
  }
  .page-interne .sc-content img {
    height: 100%;
    object-fit: cover;
  }
  .page-interne .sc-content .ac-stat.ac-doubleColonne img {
    height: auto;
    width: auto;
    margin: auto;
  }
  .page-interne .sc-content .clear_both {
    margin-bottom: 6.35rem;
  }
  .page-interne .sc-content .clear_both,
  #container .sc-content #relance {
    margin-bottom: 6.35rem;
  }
  .page-interne .sc-content .ac-doubleColonne.bloc-h2 {
    align-items: center;
  }
}
@media screen and (min-width: 993px) and (max-width: 1138px) {
  .hero-interne .title-1 {
    max-width: 90%;
  }
}
@media screen and (max-width: 992px) {
  .page-interne .hero-bg,
  .hero-interne,
  .contact-hero {
    padding: 80px 0;
  }
  h1,
  .title-1 {
    font-size: 30px;
    line-height: 39px;
  }
  h1 span,
  h1.h1-geoloc span {
    font-size: 20px;
    line-height: 30px;
  }
  h2,
  .title-2 {
    font-size: 27px;
  }
  h2,
  .title-3 {
    font-size: 24px;
  }
  body[class*="listing"] .hero-interne .title-marketing,
  .hero-bg span {
    font-size: 32px;
  }
  .page-interne #container .ac-doubleColonne .ac-colonne img {
    width: auto;
    margin: 1rem auto;
  }
}
@media screen and (max-width: 600px) {
  .row-btn {
    flex-direction: column;
    row-gap: 1rem;
    align-items: normal;
  }
}
/* ********************************************TARIFS *******************************************/
.tarifs table {
  width: 100%;
  border-collapse: collapse;
}
.tarifs table td {
  width: 50%;
}
.tarifs th,
.tarifs td {
  border: 1px solid black;
  padding: 8px;
  text-align: left;
}
.tarifs th {
  background-color: #f2f2f2;
}
.tarifs table:has(+ h3) {
  margin-bottom: 2rem;
}

@media screen and (max-width: 992px) {
  .slider-slick .sous-title-slider {
    font-size: 25px;
  }
  .slider-slick .sous-title2-slider {
    font-size: 22px;
    margin-top: 10px;
  }
}

.phrase-encart {
  text-align: center;
  margin-bottom: 6rem;
  font-family: var(--citation-font);
  font-size: 47px;
}
@media screen and (max-width: 600px) {
  .phrase-encart {
    font-size: 35px;
  }
}
