:root {
  --primary-h: 27; /* hue */
  --primary-s: 75%; /* saturation */
  --primary-l: 48%; /* lightness */

  --secondary-h: 20; /* hue */
  --secondary-s: 43%; /* saturation */
  --secondary-l: 48%; /* lightness */

  --accent-h: 39; /* hue */
  --accent-s: 78%; /* saturation */
  --accent-l: 47%; /* lightness */

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

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

  --primary-font: "ivypresto-display", serif;
  --secondary-font: "navigo", sans-serif;

  --h1-font-size: 3rem;
  --h2-font-size: 2.1rem;
  --h3-font-size: 1.5rem;
  --headings-line-height: 1.333333;

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

  --border-radius: 1.5rem;
  --button-border-radius: 0.25rem;
}
/*************************** GENERAL SETTINGS */
body {
  background-color: #fff;
}
a {
  text-decoration: none;
}
/* TEXTE ORANGE */
.highlight {
  color: var(--primary-color-60);
  margin: 0 !important;
}
/* PLACEMENT DE LA LOUPE DANS ACTUALITES */
@media screen and (min-width: 601px) {
  .recherche_actu #input_recherche_actu {
    width: calc(100% - 7rem) !important;
  }
}
/* BUG POSITION ABSOLUTE */
html {
  overflow-x: hidden;
}
/* FIL D'ARIANE */
.page-interne
  .sc-content
  .ac-doubleColonne.ac-hero
  .ac-colonne.ac-colonne_2
  > * {
  max-width: 70%;
}
#main-nav ul li.sousLi,
#fil_ariane,
.fil-ariane {
  font-size: 14px;
}
/* GEOLOC */
h1.h1-geoloc span::before {
  display: none;
}
/* TAILLE DES PARAGRAPHES */
p {
  font-size: 16px;
  line-height: 24px;
  font-family: var(--secondary-font);
  font-weight: 400;
}
/* PADDING ENTRE LES BLOCS */
@media screen and (min-width: 993px) {
  .hero,
  #encart-prestations,
  #bloc-01,
  #encart-tarifs,
  #encart-avis,
  #bloc-02,
  #encart-contact-coordonnees {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
@media screen and (max-width: 993px) {
  .encart-marketing-text p{
    text-align: left;
  }
}
@media screen and (min-width: 993px) {
  .encart-marketing-content {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
/* BORDER RADIUS IMG */
#bloc-01 img,
#bloc-02 img,
#bloc-03 img,
#bloc-04 img,
#bloc-05 img {
  border-radius: 10px;
  object-fit: cover;
  width: auto;
  height: 100%;
}
/*************************** 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;
}

/*************************** BTN */
.btn {
  font-family: var(--secondary-font);
}
.btn-rdv a {
  padding-top: 0.9rem;
  font-family: var(--secondary-font);
}
.btn-1 {
  background-color: #107aca;
  border-radius: var(--border-radius);
  padding: 11px 19px 11px 14px;
  color: #fff;
}
.btn-contact a {
  font-family: var(--secondary-font);
  padding-top: 0.85rem;
  padding-right: 1rem;
  padding-bottom: 0.65rem;
  padding-left: 1rem;
  text-align: center;
  background-color: #FAF6F2;
  border-radius: var(--border-radius);
  transition: all 0.3s ease;
}
.btn-1:hover,
address a:hover,
a:hover,
.btn-contact:hover {
  transition: all 0.3s ease;
  opacity: 0.8;
  /* color: #000; */
}
.btn-contact a {
  color: #331d17;
}
.fold .btn-contact {
  background-color: var(--secondary-color-90);
  border-radius: var(--border-radius);
  width: fit-content;
  margin: auto;
  margin-top: 0.5rem;
}
#encart-contact-coordonnees .btn.primary {
  color: #000;
  border-radius: 24px;
}
.slide-content .btn-rdv {
  margin-top: 2rem;
  margin-left: -8px;
}

/*************************** 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;
}
.slide-content .title-1 {
  font-size: 38px;
}
/* @media screen and (max-width: 600px) {
  .slider-slick {
    display: none;
  }
} */
/*************************** MENUS */
.menu-mobile .btn-menu {
  color: #000;
}
@media only screen and (max-width: 993px) {
  header address tel {
    font-size: 19px !important;
  }
}
.menu-mobile {
  background-color: #faf6f2;
}
@media only screen and (min-width: 993px) and (max-width: 1470px) {
  .header-content .main-navigation {
    text-align: center;
  }
}
@media only screen and (min-width: 993px) {
  .header-content .nav#main-nav > ul > li > a {
    padding: 0;
    margin: 0.5rem;
    font-size: 14px;
  }
  .top-bar {
    padding: 6px;
    font-size: 13px;
    font-weight: 400;
  }
  .top-bar address,
  .topbar-schedule {
    padding-top: 0.3rem;
  }
  .main-header-content {
    margin-top: 0.75rem;
  }
  .main-navigation {
    margin-top: 0.75rem;
  }
  .main-header-contact {
    padding-top: 0.8rem;
  }
  .main-header-contact-items {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    font-family: var(--secondary-font);
  }
}

/*************************** HERO */
.fold .title-1 span {
  display: inline;
  font-size: 38px;
}
.fold-contact {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 992px) {
  .fold .hero .slide-content {
    text-align: center;
  }
}
@media only screen and (min-width: 993px) {
  .hero-img {
    position: relative;
  }
  .hero-img::before,
  .hero-img::after,
  .hero-small-decoration::before,
  .hero-small-decoration::after {
    content: "";
    position: absolute;
    z-index: -1;
  }
  .hero-img::before {
    top: 0;
    left: 791px;
    width: 155%;
    height: 197%;
    background-image: url(../assets/gifs/hero-decoration.png);
  }
  .hero-img::after {
    top: 456px;
    right: 379px;
    width: 89px;
    height: 197%;
    background-image: url(../assets/gifs/hero-medium-decoration.png);
  }
  .hero-small-decoration::before {
    top: 70px;
    left: 1266px;
    width: 155%;
    height: 197%;
    background-image: url(../assets/gifs/hero-small-decoration.png);
  }
  .hero-small-decoration::after {
    top: 431px;
    right: 376px;
    width: 89px;
    height: 197%;
    background-image: url(../assets/gifs/hero-small-decoration-2.png);
  }
}

/*************************** CARDS CLIQUABLES */
.card {
  position: relative;
}
.card a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 4;
}

/*************************** ENCART PRESTATIONS */
.prestations-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.2rem;
  width: 100%;
  height: 402px;
  background-color: #faf6f2;
}
.prestations-card-image img {
  max-width: 384px;
  width: 100%;
  max-height: 222px;
  object-fit: contain;
  object-position: center;
}
.slick-next .slick-next-icon:before,
.slick-prev .slick-prev-icon:before {
  border: 2px solid #000;
  border-radius: 24px;
}
.prestations-card:hover .btn {
  background-color: #e68b29;
}
@media only screen and (min-width: 993px) {
  .prestations-cards-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .prestations-card-content a {
    color: #000;
  }
  .encart-prestations-btn {
    font-family: var(--secondary-font);
    border-radius: 24px;
    border: 1.5px solid #3e1d0c;
    color: #331d17;
    font-weight: 700;
    width: auto;
  }
  .encart-prestations-btn a:hover,
  .encart-prestations-btn a:focus {
    background-color: var(--brand-400, #e68b29);
  }
}
/* DOTS */
.slick-dots li button .slick-dot-icon:before {
  color: #b3581b;
}
.slick-dots li button {
  width: 1.8rem;
}

/*************************** BLOC-01 */
@media only screen and (min-width: 993px) {
  #bloc-01 .btn-rdv,
  #bloc-02 .btn-rdv {
    margin-top: 4rem;
  }
  .bloc-decoration,
  .small-bloc-decoration {
    position: relative;
  }
  .bloc-decoration::before,
  .small-bloc-decoration::after,
  .small-bloc-decoration::before {
    content: "";
    position: absolute;
    z-index: -1;
  }
  .bloc-decoration::before {
    top: 36px;
    left: -11px;
    width: 155%;
    height: 197%;
    background-image: url(../assets/gifs/bloc-decoration.png);
  }
  .small-bloc-decoration::after {
    top: -32px;
    left: -82px;
    width: 155%;
    height: 197%;
    background-image: url(../assets/gifs/small-bloc-decoration.png);
  }
  .small-bloc-decoration::before {
    top: 3px;
    left: -26px;
    width: 100%;
    height: 100%;
    background-image: url(../assets/gifs/small-bloc-decoration-2.png);
  }
}

/*************************** ENCART TARIFS */
#encart-tarifs,
#encart-avis {
  background-color: #faf6f2;
}
#encart-tarifs h2 {
  margin: 16px;
}
.tarifs-bloc1-content {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .tarifs-bloc1-content {
    display: flex;
    flex-direction:row;
    justify-content: center;
    gap: 1.1rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 993px) {
  .tarifs-bloc1-content {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    margin-bottom: 2rem;
  }
}
.tool {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  font-size: var(--h3-font-size);
}
.tarifs-bloc2 {
  border-radius: 10px;
  padding: 2rem 0;
  margin-top: -1rem;
  margin-bottom: 2rem;
}
.consultation-price {
  margin: auto;
  width: 141px;
  /* padding-top: .8rem; */
  border-radius: 10px;
  font-size: var(--h1-font-size);
  align-content: center;
  margin-bottom: 2.25rem;
}
.p-color {
  color: #603b2e;
}
.tarifs-bloc3 {
  margin: auto;
}
.tarifs-bloc3 h3 {
  width: 73%;
  margin: auto;
}
.tarifs-bloc3 .title-4 {
  font-weight: 400;
  margin: 16px auto;
  width: 50%;
}

/*************************** ENCART MARKETING */
#encart-marketing {
  background-color: #faf6f2;
}
.encart-marketing-content {
  background-color: #92553c;
  width: 80%;
  margin: auto;
  padding: 2.1rem;
}

#encart-marketing .title-2 {
  margin-bottom: 0;
}
#encart-marketing .title-3 {
  font-weight: 400;
  width: 40%;
  margin: 0.6rem auto;
}
#encart-marketing p {
  width: 50%;
  margin: 1rem auto;
}
@media only screen and (max-width: 993px) {
  #encart-marketing .title-3 {
    width: 60%;
  }
  #encart-marketing p {
    width: 90%;
  }
  .encart-marketing-contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.45rem;
    position: relative;
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 993px) {
  .encart-marketing-contact {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    position: relative;
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1129px) {
  .encart-marketing-content {
    position: relative;
  }
  .encart-marketing-content::before {
    content: "";
    position: absolute;
    z-index: 22;
    top: -25%;
    left: 84%;
    width: 100%;
    height: 100%;
    background-image: url(../assets/gifs/market-deco-left.png);
  }
  .encart-marketing-content::after {
    content: "";
    position: absolute;
    z-index: 22;
    bottom: -45%;
    left: -56%;
    width: 100%;
    height: 100%;
    background-image: url(../assets/gifs/market-deco-right.png);
  }
}
@media only screen and (min-width: 1130px) and (max-width: 1304px) {
  .encart-marketing-content {
    position: relative;
  }
  .encart-marketing-content::before {
    content: "";
    position: absolute;
    z-index: 22;
    top: -25%;
    left: 84%;
    width: 100%;
    height: 100%;
    background-image: url(../assets/gifs/market-deco-left.png);
    pointer-events: none;
  }
  .encart-marketing-content::after {
    content: "";
    position: absolute;
    z-index: 22;
    bottom: -43%;
    left: -46%;
    width: 100%;
    height: 100%;
    background-image: url(../assets/gifs/market-deco-right.png);
    pointer-events: none;
  }
}
@media only screen and (min-width: 1305px) {
  .encart-marketing-content {
    position: relative;
  }
  .encart-marketing-content::before {
    content: "";
    position: absolute;
    z-index: 22;
    top: -25%;
    left: 84%;
    width: 100%;
    height: 100%;
    background-image: url(../assets/gifs/market-deco-left.png);
    pointer-events: none;
  }
  .encart-marketing-content::after {
    content: "";
    position: absolute;
    z-index: 22;
    bottom: -43%;
    left: -30%;
    width: 100%;
    height: 100%;
    background-image: url(../assets/gifs/market-deco-right.png);
    pointer-events: none;
  }
  /* .btn:hover, .btn:focus {
    border-radius: 18px;
  } */
}

/*************************** ENCART AVIS */
#encart-avis {
  padding: 6rem 0;
  position: relative;
}
#encart-avis::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0%;
  left: 76%;
  width: 100%;
  height: 100%;
  background-image: url(../assets/gifs/quote-avis.png);
}
#encart-avis h2 {
  margin-bottom: 4rem;
  text-align: center;
}
.avis-card-content {
  font-family: var(--secondary-font);
  padding: 1.5rem;
  border-radius: 24px;
}
#encart-avis .slick-avis {
  filter: drop-shadow(0 0.25rem 1rem hsla(248, 53%, 20%, 0.1));
}
#encart-avis .slick-avis .card {
  --background-card: #fff;
  background-color: var(--background-card);
  padding: 1rem;
  border: none;
  border-radius: 6px;
}
#encart-avis .slick-avis .card .name {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  margin-bottom: 0;
  color: var(--title-color);
}
#encart-avis .slick-avis .card .date {
  font-size: 12px;
  line-height: 1.2;
  color: var(--main-color-60);
}
#encart-avis .slick-avis .card .card-text {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0.5rem;
  padding-left: 86px;
  height: 4.5rem;
  color: var(--text-color);
}
#encart-avis .slick-avis .card .card-text::after {
  background: none;
}
#encart-avis .slick-avis .card:not(.js-show-more-height) .card-text {
  height: 4.5rem !important;
}
#encart-avis .slick-avis .card:not(.js-show-more-height) .align-right {
  position: relative;
  margin-top: -2rem;
}
#encart-avis .slick-avis .card:not(.js-show-more-height) .show-more::before {
  content: "...";
}
.encart-avis .slick-dots li:not(.slick-active) button .slick-dot-icon:before {
  color: var(--accent-color);
}
#encart-avis .slick-avis .card .show-more {
  padding: 0 0 0 0.8rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  font-family: var(--secondary-font);
  color: #000;
  text-decoration: none;
  text-transform: none;
  border: none;
  border-radius: none;
  outline: none;
  background: none;
  background-color: var(--background-card);
}

#encart-avis .slick-avis .card .show-more:is(:hover, :focus-visible) {
  color: var(--secondary-color-30);
}

/* ENCART ACTUALITES */
#encart-actualites .wrapper .image {
  height: 100%;
}
#encart-actualites .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#encart-actualites .actualites-card-title a {
  font-size: 22px;
  color: #000;
}
#encart-actualites .actualites-card-title {
  margin: 0;
}
#encart-actualites .title-2 {
  margin-bottom: 8px;
}
.actualites-card-date {
  margin-bottom: 0.25rem;
}
.actualites-card-more {
  font-family: var(--secondary-font);
}
.actualites-card-more a {
  color: var(--primary-color);
}
.actualites-card:hover .actualites-card-more {
  color: #fff;
}
.actualites-listing-card-title a {
  font-size: 17px;
}
.actualites-listing-card-title {
  margin-bottom: 0.5rem;
}
#encart-actualites .actualites-card-title a:hover,
.actualites-card-more:hover,
.actualites-card span:hover,
.actualites-listing-card-title a:hover,
.actualites-listing-btn:hover {
  transition: all 0.3s ease;
  color: #fff;
}
.actualites-card {
  background-color: #faf6f2;
  padding: 22px 24px;
  transition: all 0.3s ease;
  border-radius: 8px;
}
.actualites-card:hover {
  background-color: var(--secondary-color-60);
  color: #fff;
}
.actualites-card-text {
  margin-top: 0.75rem;
  font-family: var(--secondary-font);
}
.actualites-listing-card-image {
  margin-bottom: 0.75rem;
}
.actualites-listing-card-date {
  margin-bottom: 0.75rem;
}
.actualites-listing-card-title {
  font-weight: 700;
}
@media screen and (min-width: 993px) {
  #encart-actualites {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 993px) {
  #encart-actualites .wrapper .content {
    padding-bottom: 24px;
  }
}
.actu-wrapper {
  margin-top: 1rem;
  gap: 1.5rem;
}
.actualites-encart-btn:not(.desktop-only) {
  padding-top: 24px;
}
#encart-actualites .btn.accent {
  color: #000;
  border-radius: 24px;
}
#encart-actualites .actualites-encart-card-more {
  /* border: 1px solid #000;
  border-radius: 24px; */
  /* width: fit-content; */
  margin-top: 1.5rem;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 992px) {
  #encart-actualites .wrapper {
    flex-direction: column-reverse;
  }
}
#encart-actualites .title-4 {
  margin-bottom: 0;
}

/*************************** PAGE ACTU*/
body.actualites-detail .listing-autres-actus-categorie {
  height: max-content;
  padding: 24px;
  margin-bottom: 24px;
  background-color: #faf6f2;
  border-radius: var(--border-radius);
  color: #000;
  font-family: var(--secondary-font);
}

body.actualites-detail .listing-autres-actus-categorie a {
  color: var(--secondary-color-lighten);
}
body.actualites-detail .listing-autres-actus-categorie .detail-btn {
  text-align: center;
}
#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;
}

/*************************** ENCART CONTACT COORDONNES */
#encart-contact-coordonnees .wrapper {
  display: grid;
  gap: 1.5rem;
}
.index-page .map-container iframe {
  height: auto;
  aspect-ratio: 16 / 9;
}
.contact-card-content {
  padding: 24px;
  border-radius: var(--border-radius);
  background-color: var(--secondary-color-lighten);
  height: 160px;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 993px) {
  #encart-contact-coordonnees .wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
#encart-contact-coordonnees .wrapper .item:nth-child(2) {
  position: relative;
  padding: 2.5rem;
  border-radius: 0.125rem;
  background-color: #faf6f2;
  /* color: #603B2E; */
  color: #000;
  overflow: hidden;
}
#encart-contact-coordonnees .wrapper .item .title-2 {
  margin: 0 0 0.5rem;
}

#encart-contact-coordonnees .wrapper .item .title-4 {
  margin-bottom: 2rem;
}

#encart-contact-coordonnees .wrapper .item address {
  margin-top: -16px;
  font-family: var(--secondary-font);
}
#encart-contact-coordonnees .wrapper .item address span {
  display: block;
  margin-top: -13px;
}
#encart-contact-coordonnees .wrapper .item .horaires {
  margin-top: -13px;
  font-family: var(--secondary-font);
}

#encart-contact-coordonnees .wrapper .item .map-container .googlemapssearch {
  height: auto !important;
}
#encart-contact-coordonnees
  .wrapper
  .item
  .map-container
  .googlemapssearch
  iframe {
  height: 450px;
}
#encart-contact-coordonnees .wrapper .item form .nom-prenom,
#encart-contact-coordonnees .wrapper .item form .cp_ville {
  display: block;
}
@media only screen and (min-width: 601px) {
  #encart-contact-coordonnees .wrapper .item form .nom-prenom,
  #encart-contact-coordonnees .wrapper .item form .cp_ville {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }
}
#encart-contact-coordonnees .wrapper .item form p {
  margin: 0 0 0.75rem;
}
#encart-contact-coordonnees .wrapper .item form .divGenerateurRequired {
  display: none;
}
#encart-contact-coordonnees .wrapper .item form .divGenerateur {
  margin: 0 0 0.75rem;
}
#encart-contact-coordonnees .wrapper .item form .divGenerateur > label {
  display: none;
}
#encart-contact-coordonnees .wrapper .item form .divGenerateur ul {
  margin: 0;
}
#encart-contact-coordonnees .wrapper .item form .divGenerateur ul li label {
  display: flex;
  align-items: flex-start;
  font-size: 15px;
  font-family: var(--secondary-font);
  padding: 0;
}
#encart-contact-coordonnees
  .wrapper
  .item
  form
  .divGenerateur
  ul
  li
  label
  input {
  margin-right: 0.5rem;
}
#encart-contact-coordonnees .wrapper .item form p.demarche {
  display: block;
  font-size: 0.75rem;
  margin: 0 0 0.75rem;
}
#encart-contact-coordonnees .wrapper .item form p.submit {
  margin: 0.75rem 0 0;
}
#encart-actualites .title-4 {
  margin-bottom: 0;
}
.nom_prenom,
.cp_ville {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1rem;
  color: #603b2e;
}
form.generateur label {
  text-align: left !important;
  width: fit-content !important;
  color: #603b2e;
}
#encart-contact-coordonnees .wrapper .item form p.submit {
  /* margin-top: 5.35rem; */
  padding: 0;
  width: fit-content;
  text-align: center;
  margin-left: 0 !important;
}
input:not([type]),
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
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: 24px;
  border: solid 1px #603b2e;
}

/*************************** FOOTER */
footer {
  background-color: #faf6f2;
  padding-bottom: 4rem;
  color: #603b2e;
}
.link .underlined-link {
  text-decoration: underline;
}

footer .horaires,
footer address span,
.contact-page .horaires,
.contact-page address span {
  font-family: var(--secondary-font) !important;
}
footer .horaires,
footer address span {
  font-size: 14px;
  font-weight: 400;
}
body:not(.politique-de-confidentialite) :where(address) {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--secondary-font);
}
#encart-contact address a {
  font-size: 18px;
  font-weight: 700;
}
.title-reseaux {
  margin-bottom: 0.65rem;
}
.reseaux-sociaux {
  margin-left: 0.65rem;
}
footer .menu li {
  margin-bottom: 0.75rem;
}
footer address {
  max-width: 200px;
}
footer nav.menu ul.row {
  justify-content: center;
}
@media screen and (min-width: 993px) {
  footer {
    padding-bottom: 1rem;
  }
  footer .brand {
    margin-top: 0.75rem;
  }
  footer .schedule {
    margin-top: -1.3rem;
  }
}
@media screen and (min-width: 993px) and (max-width: 1170px) {
  footer .lien-maps {
    max-width: 180px;
  }
  .footer-content .horaires {
    font-family: var(--secondary-font) !important;
  }
  footer .link {
    font-size: 13px;
  }
  .content-wrapper .row {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  footer .title-4 {
    margin-top: 2rem;
  }
}
/*************************** PAGE CONTACT  */
.maps {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contact-page ul.coordonnees {
  margin-bottom: 0.5rem !important;
}
.btn.primary, .btn.secondary, .btn.accent {
  border-radius: 24px;
}
.contact-page ul.coordonnees li address {
  padding-top: 0.5rem;
}
/* .contact-page .nom_prenom, 
.contact-page .cp_ville {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 1rem;
  color: #603b2e;
} */

@media only screen and (max-width: 420px) {
  .contact-page {
      font-size: 13px;
  }
}
@media only screen and (max-width: 420px) {
  .contact-page {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1201px) {
  .contact-page .map-container iframe {
    height: 310px !important;
  }
}

/*************************** PAGES INTERNES > GESTION DE CONTENU*/
#encart-contact {
  padding: 2rem;
}
#encart-contact .contact-encart-card-title {
  margin-bottom: 1rem;
}
@media screen and (min-width: 601px) {
  .recherche_actu #input_recherche_actu {
    width: calc(100% - 7rem) !important;
  }
  .recherche_actu #recherche_actu_submit {
      margin-left: .5rem;
      padding: 8px;
  }
  .recherche_actu #input_recherche_actu {
      width: calc(100% - 4.25rem);
      margin-bottom: 0;
      vertical-align: middle;
  }
  .btn {
      width: fit-content;
  }
}

.page-interne .btn-contact{
  width: fit-content;
  background-color: #FAF6F2;
  border-radius: var(--border-radius);
  margin: auto;
  margin-top: 0.9rem;
}
.page-interne img {
  border-radius: 8px;
}
@media screen and (min-width: 993px) {
  #encart-contact {
    border-radius: 10px;
    background-color: #FAF6F2;
  }
  img.photo-presentation {
    margin-top: 10rem !important;
    height: auto !important;
    width: 87% !important;
  }
  img.photo-presentation-2 {
    margin-top: 10rem !important;
    height: auto !important;
    width: 100% !important;
  }
  img.petite {
    height: 88.5% !important;
    width: 103.9% !important;
    margin: 2rem auto !important;
    object-fit: cover;
  }
  img.moyenne {
    height: 84.8% !important;
    width: 100% !important;
    margin: 2.6rem auto !important;
    object-fit: cover;
  }
  img.grande {
    height: 88.6% !important;
    width: 100% !important;
    margin: 2.3rem auto !important;
    object-fit: cover;
  }
  img.extra {
    height: 90.8% !important;
    width: 89% !important;
    margin: -0.4rem auto !important;
    object-fit: cover;
  }
  img.special {
    height: 90.8% !important;
    width: 89% !important;
    margin: 1.7rem auto !important;
    object-fit: cover;
  }
}

/* MARGES RELANCE */
.sc-content #relance {
  margin-top: 4rem!important;
}
