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

  --accent: 255; /* hue */
  --accent-s: 100%; /* saturation */
  --accent-l: 50%; /* lightness */

  --text-h: 21; /* hue */
  --text-s: 10%; /* saturation */
  --text-l: 28%; /* lightness */

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

  --primary-font: "montserrat",  sans-serif;
  --secondary-font: "the-seasons",  serif;

  --h1-font-size: 2rem;
  --h2-font-size: 1.7rem;
  --h3-font-size: 1.5rem;
  --headings-line-height: 1.333333;

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

  --border-radius: 4px;
  --button-border-radius: 4px;
}

/* TARIFS */
/* ===== */

html.tarifs-epilation-homme .table-container,
html.tarifs-epilation-femme .table-container {
  background-color: #f8f9f6;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-top: 18px;
}

html.tarifs-epilation-homme table,
html.tarifs-epilation-femme table {
  width: 100%;
  border-collapse: collapse;
}
html.tarifs-epilation-homme h1 {
  margin-bottom: 48px;
}
.zone-texte a:hover {
  text-decoration: none;
}

.zone-texte a {
  text-decoration: underline;
}

.add a:hover {
  text-decoration: underline;
}
html.tarifs-epilation-homme th,
html.tarifs-epilation-homme td,
html.tarifs-epilation-femme th,
html.tarifs-epilation-femme td {
  padding: 12px;
  text-align: left;
  color: #4e4540;
  border-bottom: 1px solid #e0e0e0;
  font-size: 13px;
}

html.tarifs-epilation-homme tr:hover,
html.tarifs-epilation-femme tr:hover {
  background-color: #f1f1f1;
}

.button {
  display: block;
  text-align: left;
  color: #969e71; /* Olive color */
  font-weight: bold;
  font-size: 16px;
  padding: 12px;
  cursor: pointer;
  background-color: #f8f9f6;
  border-top: 1px solid #e0e0e0;
  transition: background-color 0.3s;
}

.button:hover {
  background-color: #e0e0e0;
}
.sc-content .clear_both {
  margin-bottom: 2rem !important;
}
/* BRAND */
/* ===== */

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

header .brand img.footer-only,
footer .brand img.header-only,
.rappel_telephonique .brand img.footer-only {
  display: none;
}

/* SLIDER */
/* ====== */

.slider-slick {
  width: 100%;
  background-color: var(--background-color);
  position: relative;
  z-index: 0;
}
.slider-slick .slick {
  height: 100%;
}
.row-btn {
  margin-top: 40px;
}

.row-btn .btn-renseignement {
  margin-bottom: 1rem;
}

.btn.outlined {
  border: 1.5px solid var(--accent-300, hsla(40, 49%, 67%, 1));
  padding: 9px 17px;
}
.btn.accent {
  background: linear-gradient(90deg, #cca66b 0%, #d4b880 100%);
  color: #2b2b1f;
  font-weight: bold;
  padding: 10px 18px;
}
.slide-img.slide-01 {
  background-image: url("../assets/gifs/slider/slide-01.jpg");
}

.slide-content .btn-rdv {
  display: none;
}
.title-1 {
  position: relative;
  padding-bottom: 20px;
  padding-top: 14px;
}
.masonry-item-content.listing-masonry-item-content.actualites-listing-masonry-item-content.card.actualites-card.actualites-listing-card.gtm-listing-actu-article {
  margin-bottom: 2rem;
}
.title-1:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  border: 1.5px solid var(--accent-400, #cca66b);
  width: 200px;
  bottom: 0;
}

.title-1:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  top: -93px;
  width: 146px;
  height: 92px;
  background-image: url(../assets/gifs/before-title-0.png);
}
.index-page .title-1 {
  margin: 0;
  font-size: 25px;
  line-height: 36.4px;
}
.slide-img .container {
  min-height: 400px;
}

header .slider-slick {
  height: 400px;
}
.slide-img {
  min-height: 400px;
  background-size: cover;
  background-position: center;
}
.slick-dots li button .slick-dot-icon:before {
  font-size: 16px;
}
/* HEADER */
/* ===== */
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.3s;
  z-index: 100;
}

.sticky-header .sticky.scroll_down {
  transform: translateY(-100%);
}
div#gtm-tap-bar-rdv {
  background: linear-gradient(90deg, #b18642 0%, #b69b66 100%);
}
.masonry-item-content.listing-masonry-item-content.actualites-listing-masonry-item-content.card.actualites-card.actualites-listing-card.gtm-listing-actu-article {
  margin-bottom: 2rem;
}
header a.tel.gtm-global-tel {
  display: block;
  font-size: 16px;
}

header .btn-contact {
  margin-top: 10px;
}

h1 {
  padding-bottom: 20px;
  margin-bottom: 0;
  position: relative;
}

h1 span {
  margin-bottom: 0;
}

h1:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  border: 1.5px solid var(--accent-400, hsla(36, 49%, 61%, 1));
  width: 200px;
}

h1.h1-geoloc span,
.title-1.h1-geoloc span {
  font-size: 0.9em;
  margin-top: 8px;
}

ul.lien-bas li {
  margin: 16px;
}

.img-top,
.img-3 {
  position: relative;
  z-index: 0;
  margin-bottom: 4rem;
}

.img-top:before,
.img-3:before {
  position: absolute;
  content: "";
  right: -42px;
  width: 168px;
  height: 178px;
  background-image: url(../assets/gifs/before-bloc-top.png);
  bottom: -95px;
  background-size: contain;
}

.sc-content #relance ul {
  padding-inline-start: 0px;
}
.brand .left-align {
  text-align: left;
}
.slide-content .btn-devis {
  display: none;
}
main img {
  border-radius: var(--border-radius);
}
.fold {
  padding: 8px 0px;
}
button.slick-autoplay-toggle-button {
  display: none;
}
.fold address {
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.brand {
  display: inline-block;
}
body.catalogue-listing nav.fil-ariane.gtm-fil-ariane {
  margin-top: 41px;
}
.header-content .nav ul li a.selected {
  color: inherit;
}
body.actualites-detail div#fil_ariane {
  margin-top: 41px;
}
.menu-mobile {
  height: 91px;
  background: #fff;
}
.menu_opened .menu-mobile {
  height: 3.5rem;
}
button#menu-burger,
#menu-back,
.menu-title {
  background: #f5efdf;
  color: #969e71;
}

span.menu-title {
  padding: 10px;
}

/* FORMULAIRE */
/* ===== */
.divGenerateur label.optional {
  display: none;
}
.form {
  margin-top: 3rem;
}
div#info {
  background: #ebeee6;
  padding: 24px;
  border-radius: var(--border-radius);
}
div#info tbody {
  font-size: 14px;
}
.map .title-5 {
  margin-bottom: 8px;
}

.map iframe {
  height: 119px;
}
.horaire {
  margin-bottom: 48px;
}

div#info td {
  padding-bottom: 12px;
}
.add {
  margin: 48px 0;
}
div#info svg {
  display: none;
}
.title-5 {
  margin-top: 0;
}
html.tarifs-epilation-femme p {
  margin-bottom: 18px;
  margin-top: 18px;
}
div#info address {
  margin: 0;
}
div#info .title-2 {
  margin-bottom: 48px !important;
}
label.noFloatingLabel {
  font-size: 10px;
  margin: 0;
}
html.tarifs-epilation-femme h4 {
  font-size: 20px;
  line-height: 24px;
  font-family: var(--secondary-font);
}

.remarque {
  margin-top: 18px;
}
.divGenerateur {
  margin: 0 !important;
}

.divGenerateur ul {
  margin: 0;
}

p.small {
  font-size: 10px;
}

.g-recaptcha {
  margin-bottom: 1rem;
}
div#encart-formulaire .title-2 {
  text-align: left;
  padding-bottom: 0;
  margin-bottom: 24px;
}
div#listing-autres-actus-categorie li a {
  font-size: 14px;
  color: var(--text-color);
}

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

.detail-btn a {
  padding: 12px 12px !important;
}
div#encart-formulaire .title-2:before {
  display: none;
}

.formulaire p {
  margin-bottom: 1rem;
  margin-top: 0;
}

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: 1px solid var(--gray-200, #dad6ce);
  background: var(--background-color);
}

label.optional {
  padding-bottom: 4px;
}

/* BLOC */
/* ===== */
div#bloc-02,
div#bloc-05 {
  background-image: url(../assets/gifs/bg-bloc-5.jpg);
  background-size: cover;
  background-position: bottom;
  position: relative;
  z-index: 0;
}

div#bloc-02 {
  background-image: url(../assets/gifs/bg-bloc-2.jpg);
}
div#bloc-02:before,
div#bloc-05:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ffffff 66%);
  z-index: -1;
}
div#img-fm {
  margin-top: 1rem;
}
.card.prestations-card.prestations-encart-card img {
  margin: auto;
  border-radius: 50%;
}
.contact-page h1.title-2:before {
  left: 0;
  margin-left: 0;
}

h1.h1-geoloc span::before,
.title-1.h1-geoloc span::before {
  display: none;
}
#bloc-01 img,
#bloc-02 img,
#bloc-03 img,
#bloc-04 img,
#bloc-05 img,
#bloc-06 img,
#bloc-07 img {
  display: block;
  margin: auto;
}

.img-b-1 {
  position: relative;
  z-index: 0;
  margin-bottom: 4rem;
}

.img-b-1:before {
  position: absolute;
  content: "";
  left: -42px;
  width: 148px;
  height: 165px;
  background-image: url(../assets/gifs/before-b-1.png);
  bottom: -77px;
  background-size: contain;
}

.slide-content {
  padding-top: 146px;
}
h1,
h2,
h3,
.title-1,
.title-2,
.title-3,
.title-4,
.title-5,
.title-6,
.card-title {
  font-family: var(--secondary-font);
  color: #292421;
  margin-bottom: 12px;
}

/* ENCART FORMULAIRE */
/* ===== */
div#encart-formulaire {
  background: #f8f9f6;
  padding-bottom: 0;
}
.formulaire p.submit {
  margin-bottom: 0;
  max-width: 222px;
}

.formulaire {
  margin-bottom: 2rem;
}
/* PRESTATIONS */
/* ===== */
.card-title.prestations-card-title.prestations-encart-card-title {
  margin-bottom: 0;
}
div#encart-prestations {
  padding-top: 120px;
  background: #f8f9f6;
}
.slick-dots li button .slick-dot-icon {
  color: #dad6ce;
  opacity: 1;
}
body.actualites-listing {
  background: #f8f9f6;
}
.card-content.prestations-card-content.prestations-encart-card-content {
  padding: 20px 0;
}
.slick-dots li.slick-active button .slick-dot-icon {
  color: #cca66b;
  opacity: 1;
}
.card-title.prestations-card-title.prestations-encart-card-title a {
  text-decoration: none;
  color: #292421;
  font-weight: bold;
  font-size: 18px;
}

.card.prestations-card.prestations-encart-card {
  position: relative;
  z-index: 0;
}

.card.prestations-card.prestations-encart-card:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  border-bottom: 1.5px solid var(--accent-300, #d4b880);
  width: 304px;
  bottom: 0;
}
div#encart-prestations .title-2 {
  position: relative;
  padding-bottom: 20px;
  padding-top: 0;
  margin-bottom: 48px;
  margin-top: 0;
}

div#encart-prestations .title-2:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  border: 1.5px solid var(--accent-400, #cca66b);
  width: 200px;
  bottom: 0;
}

div#encart-prestations .title-2:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  top: -59px;
  width: 127px;
  height: 59px;
  background-image: url(../assets/gifs/before-prest.png);
}

/* ACTU */
/* ===== */
div#encart-actualites {
  background: #f8f9f6;
  padding-top: 120px;
  padding-bottom: 60px;
}
div#encart-actualites .title-2:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  top: -74px;
  width: 127px;
  height: 59px;
  background-image: url(../assets/gifs/before-prest.png);
}
.encart-btn.actualites-encart-btn {
  text-align: center;
}
.card-image.actualites-card-image img {
  border-radius: 4px 4px 0 0;
}

.card.actualites-card {
  border-radius: var(--border-radius);
  background: var(--background-color);
  text-align: center;
  max-width: 312px;
  margin: auto;
}

.card-content.actualites-card-content {
  padding: 20px;
}

.card-content.actualites-card-content .row {
  justify-content: center;
}

.col.date.card-date {
  color: #636448;
  font-size: 13px;
  line-height: 18.2px;
  margin-bottom: 8px;
}

.card-title.actualites-card-title a {
  color: #292421;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
  line-height: 26px;
}

.card-text.actualites-card-text {
  line-height: 18.2px;
  font-size: 13px;
  margin-bottom: 1rem;
  min-height: 91px;
}

.voir-act a {
  color: #969e71;
  font-weight: bold;
  text-decoration: none;
}
.card-title.actualites-card-title {
  height: auto;
  margin-bottom: 12px;
}

.card-image.actualites-card-image img {
  width: 100%;
  height: auto;
}

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

.title-2 {
  position: relative;
  padding-bottom: 20px;
  padding-top: 0;
  margin-bottom: 48px;
  margin-top: 0;
  text-align: center;
}

.title-2:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  border: 1.5px solid var(--accent-400, #cca66b);
  width: 200px;
  bottom: 0;
}

.encart-avis .title-2:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  top: -74px;
  width: 63px;
  height: 60px;
  background-image: url(../assets/gifs/before-avis.png);
}
html.tarifs-epilation-femme h1 {
  margin-bottom: 73px;
}
html.tarifs-epilation-homme .title-1:after,
html.tarifs-epilation-femme .title-1:after {
  display: none;
}
html.tarifs-epilation-homme .title-1:before,
html.tarifs-epilation-femme .title-1:before {
  display: none;
}
html.tarifs-epilation-homme .title-1,
html.tarifs-epilation-femme .title-1 {
  margin-top: 0;
  margin-bottom: 24px;
  padding: 0;
}

.card.avis-card.avis-encart-card {
  background: #ffffffcc;
  border-radius: var(--border-radius);
}
div#encart-contact .title-2 {
  margin-bottom: 13px;
}
div#section-contact {
  padding: 40px 0;
}
div#encart-contact .title-2:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  top: -74px;
  width: 60px;
  height: 60px;
  background-image: url(../assets/gifs/before-contact.png);
}
.contact-page .map-container iframe {
  height: 450px !important;
}
div#encart-contact p {
  color: #4e4540;
}
.encart-avis {
  background-image: url(../assets/gifs/bg-avis.jpg);
  background-size: cover;
  background-position: center;
  padding: 120px 0;
  padding-bottom: 60px;
  position: relative;
  z-index: 0;
}
.encart-avis:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.5),
      rgba(255, 255, 255, 0.5)
    ),
    linear-gradient(0deg, rgba(251, 249, 241, 0.1), rgba(251, 249, 241, 0.1));
  z-index: -1;
  top: 0;
}
.encart-avis .row.s-top.s-start {
  flex-wrap: nowrap;
}

.card-content.avis-card-content.avis-encart-card-content {
  padding: 24px;
}
div#bloc-05 .row-btn {
  margin-top: 20px;
}
button.show-more.btn.small {
  color: #969e71;
  visibility: initial;
  opacity: 1;
  font-weight: 700;
  text-align: right;
  padding-bottom: 0;
  padding-top: 0;
}
.row.s-middle.s-start {
  flex-wrap: nowrap;
}
.date.avis-date.card-date.avis-card-date.avis-encart-card-date.small {
  font-size: 8px;
  font-family: var(--accent-font);
}

.card-text.avis-card-text.avis-encart-card-text:after {
  display: none !important;
}

.name.avis-name.card-name.avis-card-name.avis-encart-card-name.bold {
  font-weight: bold;
  color: #292421;
}

.card-text.avis-card-text.avis-encart-card-text {
  margin-top: 8px;
  margin-bottom: 0;
  line-height: 24px;
  color: #4e4540;
  opacity: 1;
  margin-left: 84px;
  text-align: left;
}

/* FOOTER */
/* ===== */
.reseaux-sociaux.gtm-reseaux-sociaux ul {
  display: flex;
  justify-content: center;
}
.menu-footer {
  text-align: center;
}

footer li.firstLi.sous_menu {
  display: none;
}

.hor {
  margin-bottom: 2rem;
}
footer {
  background: var(--primary-color);
  text-align: center;
}
input#submit_newsletter {
  margin: 10px auto;
}
div#encart-contact .row-btn {
  margin-top: 20px;
  justify-content: center;
}
.reseaux-sociaux a {
  padding: 0.5rem;
}
footer label {
  display: block;
  text-align: center;
  float: none !important;
}
.news-letter {
  margin: 20px auto;
}
.reseaux-sociaux .s-start .col {
  padding-left: 0;
  padding-right: 0;
}
footer nav li {
  margin: 10px 0px;
}
div#nav-footer {
  padding: 0;
}

div#nav-footer ul {
  margin: 0;
}
footer nav.align-center a {
  text-decoration: underline;
  color: #969e71;
  font-weight: bold;
}
.element-footer {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 5px;
}

div#bloc-footer-1 :where(address) {
  margin: 0px;
}

footer a.tel.gtm-global-tel {
  margin: 0px;
}

.titre-footer {
  margin-bottom: 15px;
}

.element-footer {
  display: block;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.element-footer span {
  display: block;
  margin-bottom: 9px;
}

footer .siret {
  text-align: center;
  color: #969e71;
  font-weight: bold;
}

footer .brand {
  margin-bottom: 60px;
}
.titre-footer {
  font-weight: 700;
  font-size: 20px;
}

.element-footer svg {
  fill: #000;
}

/* validation */
/* ===== */
.erreur p {
  color: red;
}

.valide p {
  color: green;
}

.slick-autoplay-toggle-button .slick-pause-icon:before {
  content: "⏸";

  display: none;
}
.slide-content .btn-rdv {
  display: none;
}
span#mess_newsletter {
  color: red;
}
.valide {
  color: hsl(120deg 100% 35%);
}
.erreur {
  color: hsl(0deg 100% 46%);
}
div#gtm-tap-bar-contact {
  background: linear-gradient(90deg, #c39752 100%, #d4b880 100%);
}

div#gtm-tap-bar-map {
  background: #969e71;
}

div#gtm-tap-bar-tel {
  background: #969e71;
}
/* fancy-box */
/* ===== */
.fancy-box-body .logo .flex-row.s-align-items-center {
  justify-content: center;
}
.fancy-box-body .brand a {
  display: block;
  width: 100%;
  max-width: 100%;
  font-size: 0.8em;
}
.fancy-box-body .brand {
  text-align: center;
}
body.fancy-box-body .brand {
  margin: auto;
  display: block;
  text-align: center;
}
.fancy-box-body h1::before {
  width: 0px;
  height: 0px;
}
.fancy-box-body h1 {
  display: block;
  text-align: center;
}
.fancy-box-body h1 {
  font-size: 13px !important;
  padding-bottom: 8px;
  margin-bottom: 0px;
}
body.fancy-box-body {
  padding: 0 15px;
}
body.fancy-box-body form.generateur p.erreur {
  padding: 0 5px;
  margin: 0 0 3px;
}
.fancy-box-body h1 {
  font-size: 16px !important;
  padding-bottom: 8px;
  margin-bottom: 0px;
  margin-top: 1rem;
  text-align: center;
}
.fancy-box-body a.logo div .col + .col {
  display: none;
}
/* Pagination */
/* ===== */
.paginationControl {
  text-align: center;

  margin: 2rem 0;
}
.paginationControl a,
.paginationControl span {
  font-weight: 600;
  font-size: 18px;
  padding: 0 5px;
}
.paginationControl span.disabled {
  color: #ccc;
}
.paginationControl span.selected,
.paginationControl a:hover {
  color: var(--accent-color);
}
.slick-dots li button {
  height: 1.5rem;
  width: 1.5rem;
}
/* Page-interne */
/* ===== */

.page-interne p.intro {
  margin-bottom: 60px;
  margin-top: 0px;
}

.page-interne h1 {
  padding-bottom: 10px;
  margin-bottom: 2rem;
}

.page-interne p {
  margin-top: 0px;
  margin-bottom: 30px;
}
.sc-content #relance ul li a {
  color: var(--primary-color-40) !important;
}
.sitemap-nav.row li {
  margin-bottom: 0.5rem;
}
section#relance ul {
  padding-left: 0;
}
p.titre-relance {
  text-align: center;
}

.recherche_actu #recherche_actu_submit {
  margin-left: 0 !important;
}
.row.s-start.s-middle {
  flex-wrap: nowrap;
}

.row.s-start.s-stretch {
  flex-wrap: nowrap;
}

.card-title.contact-card-title.contact-encart-card-title {
  margin-bottom: 10px;
}

.sc-content #relance {
  margin: 40px auto;
}

div#listing-autres-actus-categorie {
  background: var(--primary-color);
  padding: 20px 30px;
  border-radius: 4px;
}

div#listing-autres-actus-categorie span.title-4 {
  padding-top: 15px;
  display: block;
}

#listing-autres-actus-categorie .detail-btn {
  text-align: center;
}

.fb-like.fb_iframe_widget {
  position: relative;
  top: 7px;
}

div#encart-contact {
  margin: 20px auto 20px auto;
}

.sc-content #relance {
  margin-top: 64px !important;
  margin-bottom: 4rem;
  text-align: center;
}

.ac-doubleColonne p:nth-child(2) {
  padding: 20px;
  margin-top: 8px !important;
  display: block;
  border-radius: 5px;
  background: linear-gradient(90deg, #cca66b 0%, #d4b880 100%);
}

#relance p.titre-relance {
  font-size: 1rem;
  font-weight: 700;
  background-color: transparent;
}

nav#fil_ariane {
  font-size: 14px;
}

div#listing-autres-actus-categorie a {
  text-decoration: none;
}

.index-page div#encart-contact {
  margin-top: 0;
}
div#encart-contact {
  position: relative;
  margin: 80px auto;
  padding: 120px 0;
}
nav.fil-ariane.gtm-fil-ariane {
  margin-bottom: 40px;
}

nav#fil_ariane {
  margin-bottom: 40px;
}
div#blocHorsLigne {
  z-index: 9999 !important;
}

#btn-politique {
  margin-top: 25px;
}
.index-page div#encart-contact:before {
  left: 0;
  width: 100%;
  margin: auto;
  right: 0;
  margin: auto;
}

div#encart-contact:before {
  content: "";
  position: absolute;
  left: -50%;
  width: 200%;
  height: 100%;
  bottom: 0px;
  background-image: url(../assets/gifs/bg-contact.jpg);
  background-position: center;
  z-index: -1;
  background-size: cover;
}

p.titre-relance {
  text-align: center;
}
.sc-content #relance ul {
  padding-inline-start: 0px;
  justify-content: center;
  display: block;
  text-align: center;
  margin: auto;
}

section#relance li {
  list-style: none;
  margin: 20px 10px;
  text-align: center;
}

/* Contact-page */
/* ===== */
.contact-page h1.title-2 {
  text-align: left;
}
ul.coordonnees.contact-page-coordonnees.reset address svg {
  display: none;
}
#horaire-contact {
  margin-top: 20px;
}
.sitemap-nav.row li.firstLi.no-desk {
  display: block;
}
.plan-site .sitemap-nav ul li a {
  margin-bottom: 0.5rem;
  display: inline-block;
}
.contact-page .row.s-start.s-stretch {
  flex-wrap: nowrap;
}
.contact-page .s-middle {
  flex-wrap: nowrap;
  height: 100%;
}
.page-404 footer {
  margin-top: auto;
  background: var(--primary-color);
}
.page-404 .brand {
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
.contact-page iframe {
  min-height: 350px;
}
#mess_newsletter {
  color: var(--accent-color);
  display: block;
  margin-top: 1rem;
}
html.devis .btn-devis {
  display: none;
}
.contact-page .s-stretch {
  flex-wrap: nowrap;
}
.fil-ariane .first {
  display: inline-block;
}
.contact-page-infos-pratiques.primary-90 {
  background: transparent;
}
.actualites-listing #fil_ariane {
  margin-bottom: 0rem;
  margin-top: 17px;
}
.btn-politic-contact {
  margin-top: 1rem;
}

.card-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.fil-ariane,
#fil_ariane {
  margin-bottom: 3rem;
  font-size: 14px;
}
#encart-contact .card {
  margin: 40px auto;
  border: 2px solid #000;
  padding: 40px 20px;
  border-radius: 4px;
}

.col.date.card-date.actualites-date.actualites-card-date.actualites-listing-card-date.line-clamp-1 {
  font-size: 14px;
  margin: 10px 0px;
}

.contact-page .fold {
  display: none;
}
/* BDD detail */
/* ===== */

.catalogue-detail-images-container .col:not(:first-child) {
  width: 33.333333333333333%;
  flex-grow: inherit;
  flex-basis: inherit;
}

.catalogue-detail nav.fil-ariane.gtm-fil-ariane {
  margin-bottom: 3rem;
}
div#bloc-img-listing a {
  display: block !important;
}
body.catalogue-listing h1 {
  margin-bottom: 4rem;
  margin-top: 3rem;
}
@media screen and (min-width: 601px) and (max-width: 992px) {
  /* BDD */
  /* ===== */

  .catalogue-detail a.lightbox,
  .catalogue-detail a.lightbox img {
    display: block;
    width: 70% !important;
    margin: auto;
    height: auto;
  }
  .detail-actu-image a {
    width: 70% !important;
    margin: auto;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 601px) {
  /* HEADER */
  /* ===== */
  .row-btn .btn-renseignement {
    margin-bottom: 0;
  }
  .card-title.actualites-card-title {
    min-height: 78px;
  }

  .card-text.actualites-card-text {
    min-height: 110px;
  }
  .row-btn {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 12px;
  }
  header a.tel.gtm-global-tel {
    display: block;
    margin-bottom: 0px;
  }
  .fold address {
    margin-bottom: 0rem;
  }
  .btn:not(.fluid) {
    width: auto;
  }

  .m-top .col + .col {
    margin-top: 0px;
  }
  .sc-content #relance ul {
    padding-inline-start: 0px;
    justify-content: center;
    display: flex;
    text-align: center;
    margin: auto;
  }
  .btn-rappel a {
    border: 1.5px solid transparent !important;
  }
}

@media screen and (min-width: 993px) {
  /* HEADER */
  /* ===== */
  div#img-fm {
    margin-top: 0rem;
  }
  .form {
    margin-top: 0rem;
  }
  html.tarifs-epilation-homme th,
  html.tarifs-epilation-homme td,
  html.tarifs-epilation-femme th,
  html.tarifs-epilation-femme td {
    font-size: 16px;
  }
  html.tarifs-epilation-femme h2 {
    font-size: 31px;
    line-height: 37.2px;
    margin-bottom: 18px;
  }
  div#tarifs-epilation-home h2 {
    font-size: 2rem;
    line-height: 37.2px;
    margin-bottom: 0;
  }
  .text-2 h2 {
    max-width: 600px;
  }
  .page-interne h3 {
    margin-top: 0;
  }
  .voir-act a:hover {
    text-decoration: underline;
  }
  .masonry-item-content.listing-masonry-item-content.actualites-listing-masonry-item-content.card.actualites-card.actualites-listing-card.gtm-listing-actu-article {
    margin-bottom: 0rem;
  }
  .page-interne div#container {
    padding-bottom: 0;
  }
  .menu-footer a:hover:after {
    text-decoration: none !important;
  }
  .btn.outlined:hover,
  .btn.outlined:focus {
    border-color: var(--text-color);
    background: #e9ddbf;
    border: 1.5px solid transparent;
  }
  .menu-footer a:hover {
    text-decoration: underline;
    color: #969e71;
    opacity: 1;
  }
  ul.dropdown a {
    text-align: left;
  }
  .card {
    position: relative;
  }
  .card a::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 4;
  }
  div#last p:last-of-type {
    margin-bottom: 0;
  }
  h2 {
    margin-top: 0;
  }
  div#bloc-05 {
    padding-bottom: 200px;
  }
  div#bloc-05 .row {
    align-items: end;
  }
  div#bloc-02 p:first-of-type {
    max-width: 536px;
  }
  div#bloc-02 p:nth-of-type(2) {
    max-width: 536px;
  }
  div#bloc-02 p:nth-of-type(3) {
    max-width: 536px;
  }
  h2 {
    margin-left: 0 !important;
  }
  div#encart-actualites {
    padding-top: 160px;
    padding-bottom: 120px;
  }
  div#bloc-01 h2 {
    max-width: 540px;
  }
  .btn-rappel a:hover {
    background: transparent !important;
    border: 1.5px solid var(--accent-300, #d4b880) !important;
  }
  input#field_3:hover {
    opacity: 0.7;
  }
  a.btn.outlined:hover {
    border: 1px solid transparent;
    background: #e9ddbf;
    color: #615040;
  }

  a.btn.accent:hover {
    background: #74665a;
    color: var(--background-color);
  }

  .reseaux-sociaux a {
    transform: scale(1);
    transition: 1s;
  }
  .reseaux-sociaux a:hover svg {
    transform: scale(1.15);
    transition: 0.5s ease-in-out;
  }

  ul.dropdown a.selected {
    color: #969e71 !important;
    font-weight: bold;
  }
  .header-content .nav ul li:hover > a {
    color: #969e71;
    opacity: 1;
  }
  header .btn.accent {
    font-size: 12px;
  }
  header .btn.outlined {
    font-size: 12px;
  }
  h1 {
    font-size: 49px;
    line-height: 58.8px;
  }
  div#encart-contact {
    padding-top: 190px;
  }
  h1 span {
    font-size: 39px;
    line-height: 46.8px;
  }

  .encart-avis .title-2 {
    margin-bottom: 48px;
  }

  .row.slick-avis {
    margin-bottom: 3rem;
  }

  .encart-avis .section {
    padding-top: 217px !important;
  }

  .encart-avis.section {
    padding-top: 160px;
  }
  .title-2,
  h2 {
    font-size: 39px;
    line-height: 46.8px;
  }
  .title-2 {
    max-width: 600px;
    margin: auto;
  }
  .top-bar {
    padding-top: 6px;
  }
  div#menu-top {
    padding: 0;
  }
  .header-content .nav#main-nav > ul > li > a {
    padding-top: 1rem;
    padding-right: 6px;
    padding-bottom: 1rem;
    padding-left: 6px;
    font-size: 11px;
  }

  .header-content .nav#topbar-nav > ul > li > a {
    position: relative;
    transition: 0.3s ease-in-out;
  }
  .header-content .nav ul li a.selected:before,
  .header-content .nav ul li a:hover:before {
    width: 100% !important;
  }
  .header-content .nav#topbar-nav > ul > li > a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    translate: -50% 50%;
    height: 2px;
    width: 0%;
    transition: 0.3s ease-in-out;
    background: linear-gradient(90deg, #cca66b 0%, #d4b880 100%);
  }
  .header-content .nav#main-nav > ul > li > a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 4px;
    translate: -50% 50%;
    height: 2px;
    width: 0%;
    background: linear-gradient(90deg, #cca66b 0%, #d4b880 100%);
    transition: 0.3s ease-in-out;
  }
  .header-content .nav#main-nav > ul > li > a {
    position: relative;
  }
  .btn-rappel a {
    background: #f5efdf !important;
    padding: 10px 18px !important;
  }

  .btn-rappel a::first-letter {
    text-transform: uppercase;
  }
  .brand img,
  .brand svg {
    position: relative;
    transition: 0.3s;
  }
  .brand a {
    display: block;
  }
  .brand a:hover img,
  .brand a:hover svg {
    transform: scale(0.9);
  }
  .index-page .sticky-active .sticky-element.sticky-scroll-up {
    box-shadow: 10px 5px 5px #969e71;
  }

  .index-page .sticky-active .sticky-element.sticky-scroll-down {
    box-shadow: 10px 5px 5px #969e71;
  }

  .index-page .header-content {
    box-shadow: none;
  }

  .header-content {
    box-shadow: 10px 5px 5px #969e71;
  }

  .header-content {
    box-shadow: 10px 5px 5px #969e71;
  }

  .top-bar address a {
    font-size: 12px !important;
  }

  .container {
    width: 95%;
  }

  nav#topbar-nav a {
    font-size: 11px;
    line-height: 18.2px;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .top-bar address {
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .index-page .title-1 {
    margin: 0;
    font-size: 42px;
    line-height: 50.4px;
  }
  .slide-content {
    padding-top: 216px;
  }
  .text-2 {
    column-count: 2;
  }
  .fold {
    display: none;
  }
  .slide-img {
    min-height: 600px;
  }
  header .slider-slick {
    min-height: 600px;
  }
  .main-header-content .row {
    flex-wrap: nowrap;
  }
  .slide-img .container {
    min-height: 600px;
  }
  div#encart-contact p {
    max-width: 648px;
    margin: 12px auto;
  }
  .header-content .nav ul li.sous_menu > a::after {
    content: "\e5c5";
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin: -0.125em 0 0 0.25em;
  }
  .header-content .nav ul li.sous_menu ul.dropdown > li a {
    font-size: 12px !important;
  }
  .tel-menu.col.l-middle.l-end {
    display: flex;
    align-items: center;
  }
  .img-top,
  .img-3 {
    margin-bottom: 0;
  }
  .slide-content .btn-rdv {
    display: block;
    margin-top: 30px;
  }
  .slide-content .btn-rdv a {
    font-size: 16px;
  }
  .img-top:before,
  .img-3:before {
    width: 219.64px;
    height: 279.13px;
    background-size: cover;
    bottom: -150px;
    right: -45px;
  }
  header a.tel.gtm-global-tel {
    margin-bottom: 0px;
  }

  nav#fil_ariane {
    margin: 3em 0em 3em 0em;
  }
  .slide-content .btn-devis {
    display: block;
    margin-top: 40px;
  }
  .contact-page p.intro {
    margin-bottom: 0px;
  }

  table.horaires tr td + td {
    display: block;
    margin-left: 10px;
  }
  li.firstLi.no-desk {
    display: none;
  }

  /* PRESTATIONS */
  /* ===== */
  .page-interne #encart-contact {
    margin: 120px auto;
  }
  div#encart-prestations {
    padding-bottom: 120px;
  }
  main .section {
    padding: 60px 0;
  }
  .index-page main .section {
    padding: 120px 0;
  }
  h1 {
    font-size: 49px;
    line-height: 58.8px;
  }
  .card.prestations-card.prestations-encart-card:hover .card-image a {
    position: relative;
    z-index: 0;
  }

  .card.prestations-card.prestations-encart-card:hover .card-image a:before {
    position: absolute;
    z-index: 1;
    content: "";
    width: 82%;
    height: 100%;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    background: #8c916566;
    bottom: 0;
  }

  div#prest-1
    .card.prestations-card.prestations-encart-card:hover
    .card-image
    a:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    background-image: url(../assets/gifs/prest-1.svg);
    width: 76px;
    height: 150px;
    z-index: 2;
  }
  div#prest-2
    .card.prestations-card.prestations-encart-card:hover
    .card-image
    a:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    background-image: url(../assets/gifs/prest-2.svg);
    width: 173px;
    height: 150px;
    z-index: 2;
  }

  div#prest-3
    .card.prestations-card.prestations-encart-card:hover
    .card-image
    a:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    background-image: url(../assets/gifs/prest-3.svg);
    width: 76px;
    height: 150px;
    z-index: 2;
  }

  h1 span {
    font-size: 39px;
    line-height: 46.8px;
  }
  h1.h1-geoloc {
    margin-top: 0;
  }
  .card-image.actualites-card-image a {
    display: block;
  }
  .card-image.prestations-card-image.prestations-encart-card-image a {
    display: block;
  }
  .card-title.prestations-card-title.prestations-encart-card-title a {
    font-size: 31px;
    line-height: 37.2px;
  }

  .card-image.prestations-card-image.prestations-encart-card-image img {
    border-radius: 50%;
  }
  /* ACTU */
  /* ===== */
  .card.actualites-card:hover .card-image a {
    position: relative;
    z-index: 0;
  }

  .card.actualites-card:hover .card-image a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0;
    background: #8c916599;
    width: 100%;
    height: 100%;
    border-radius: 4px 4px 0 0;
  }
  div#encart-actualites .title-2 {
    margin-bottom: 48px;
  }
  div#bloc-05 a {
    font-size: 14px;
  }
  .encart-btn.actualites-encart-btn {
    margin-top: 48px;
  }

  .card-text.actualites-card-text {
    min-height: 146px;
  }

  .card-title.actualites-card-title {
    font-size: 25px;
    line-height: 30px;
  }

  .card-title.actualites-card-title {
    min-height: auto;
  }
  .actualites-detail .detail-actu-image img {
    width: auto;
    margin: 20px;
  }

  /* FOOTER */
  /* ===== */
  footer .brand {
    margin-bottom: 0px;
  }
  input#submit_newsletter:hover {
    opacity: 0.7;
  }
  .titre-footer {
    text-align: left;
  }

  .element-footer {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 0px;
    justify-content: left;
    text-align: left;
  }

  footer a:hover {
    opacity: 0.7;
  }

  footer .section {
    margin: 0px;
    padding: 40px 0px;
  }
  footer .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%;
    max-width: 5rem;
    margin: 0;
    padding: 0;
    font-weight: normal;
    background-color: var(--background-color);
    border: solid 1px rgba(0, 0, 0, 0.1);
    z-index: 1;
    bottom: 100%;
  }
  .footer-1 nav a {
    font-family: var(--secondary-font);
    font-weight: 400;
    line-height: 24px;
    color: hsla(120, 39%, 7%, 1);
  }

  body.actualites-listing .masonry-grid.l4-masonry {
    grid-template-columns: repeat(
      auto-fill,
      minmax(calc(25.333% - (1.5rem * 2)), 1fr)
    );
  }
  .footer-1 .nav > ul > li {
    margin-bottom: 8px;
  }
  footer .nav ul li.sous_menu ul.dropdown > li:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
  }
  footer .nav ul li.sous_menu {
    position: relative;
  }

  footer .nav ul li.sous_menu > a::after {
    content: "\e5c5";
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin: -0.125em 0 0 0.25em;
    font-family: var(--icon-font);
  }

  footer .nav ul li.sous_menu:hover ul.dropdown {
    display: block;
  }
  footer .nav ul li.sous_menu ul.dropdown {
    min-width: 125%;
  }
  .menu-footer li {
    padding: 0 12px;
  }
  footer .nav ul li.sous_menu ul.dropdown {
    min-width: 125%;
  }
  .menu-footer li {
    padding: 0 12px;
  }
  footer ul.dropdown li {
    margin: 0;
  }
  .menu-footer ul {
    display: flex;
    justify-content: center;
  }
  footer ul.dropdown li {
    margin: 0;
  }
  .menu-footer ul {
    display: flex;
    justify-content: center;
  }
  footer .nav ul li.sous_menu ul.dropdown > li a {
    padding: 0.5rem;
    margin: 0;
    font-size: 13px;
    display: block;
  }
  .footer-2 nav a:hover {
    text-decoration: none !important;
  }
  .footer-2 nav a {
    line-height: 24px;
    color: #383e41;
  }
  .menu-footer ul {
    margin: 0;
  }
  .menu-footer {
    text-align: center;
  }
  footer nav.align-center a {
    text-decoration: underline;
    color: #969e71;
    font-weight: bold;
  }
  div#encart-formulaire .title-2 {
    font-size: 35px;
  }
  div#nav-footer {
    padding: 20px 0;
  }

  footer nav li {
    margin: 0;
  }
  .formulaire {
    margin-bottom: 0;
  }
  div#footer-bas {
    padding: 20px 0;
    padding-bottom: 48px;
  }
  div#encart-formulaire {
    padding-bottom: 120px;
  }
  footer {
    text-align: left;
  }

  .title-6 {
    font-size: 20px;
  }

  footer address span {
    display: block;
  }

  footer address {
    display: flex;
    align-items: start;
    gap: 4px;
  }

  .hor {
    margin-bottom: 0;
    display: flex;
    align-items: flex-start;
    gap: 4px;
  }

  footer address {
    margin: 0;
  }
  footer li.firstLi.sous_menu {
    display: block;
  }

  .reseaux-sociaux a {
    padding-top: 0;
  }
  div#info tbody {
    font-size: 1rem;
  }

  .add span {
    display: block;
  }
  footer .section + .section {
    padding: 0px 0px 20px 0px;
  }
}

@media screen and (min-width: 1280px) {
  div#bloc-05 a {
    font-size: 16px;
  }
  .header-content .btn.accent {
    font-size: 14px;
  }
  .header-content .btn.outlined {
    font-size: 14px;
  }
  nav#topbar-nav a {
    font-size: 13px;
  }
  div#bloc-top a {
    font-size: 15px;
  }
  .header-content .nav#main-nav > ul > li > a {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 15px;
  }
  .top-bar address a {
    font-size: 16px !important;
  }
  .img-b-1 {
    margin-bottom: 0;
  }

  .img-b-1:before {
    width: 275px;
    height: 314px;
    left: -107px;
    bottom: -156px;
  }
  div#encart-formulaire .title-2 {
    font-size: 39px;
    margin-left: 0;
    max-width: none;
  }

  div#info {
    background: #ebeee6;
    padding: 24px;
    border-radius: var(--border-radius);
    max-width: 648px;
    margin-right: 0 !important;
    margin: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  .title-5 {
    font-size: 25px;
    line-height: 30px;
  }
  div#bloc-top {
    padding-bottom: 160px;
  }
}

@media screen and (min-width: 1600px) {
  .card-text.actualites-card-text {
    min-height: 91px;
  }
  .img-top:before,
  .img-3:before {
    width: 302.64px;
    height: 357.13px;
    background-size: cover;
    bottom: -172px;
    right: -129px;
  }
  .card-title.actualites-card-title a {
    font-size: 25px;
    line-height: 30px;
  }
  div#bloc-top a {
    font-size: 16px;
  }
  .header-content .btn.outlined {
    font-size: 16px;
  }
  .header-content .nav#main-nav > ul > li > a {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 16px;
  }
  .header-content .btn.accent {
    font-size: 16px;
  }
  .header-content {
    padding-bottom: 3px;
  }
}
@media screen and (max-width: 992px) {
  .header-content .nav > ul > .sous_menu.opened > a,
  .header-content .nav .dropdown > .sous_menu.opened > a {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 8rem);
    height: 3.5rem;
    margin: auto;
    padding: 0;
    line-height: 1.25;
    color: #000;
    border-bottom: none;
  }
}

.promotional-modal-content {
  padding: 1.5rem;
}
.promotional-modal-img {
  max-height: 250px;
}
.promotional-modal-content .title-2 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}
.promotional-modal-content .title-1 {
  margin: 0;
}
.promotional-modal-phone-text {
  display: block;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 601px) {
  .promotional-modal-content {
    display: flex;
    flex-direction: column;
    padding: 2.5rem 1rem 1rem 2.5rem;
  }
  .promotional-modal-img {
    max-height: 100%;
  }
}

.reset li {
  margin: 5px 0;
}

ul.promotional-modal-content-list li {
  font-size: 14px;
}

/********************* PAGE NOUS CONTACTER */
/* ENCART CONTACT COORDONNES */
#encart-contact-coordonnees .btn.accent:hover {
  opacity: 0.7;
}
#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;
  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 {
  margin-top: 1rem;
  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;
  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;
}
form.generateur label {
  text-align: left !important;
  width: fit-content !important;
}
#encart-contact-coordonnees .wrapper .item form p.submit {
  /* margin-top: 5.35rem; */
  padding: 0;
  width: fit-content;
  text-align: center;
  margin-left: 0 !important;
}

/* Encart galerie page contactez-nous */
#encart-galerie .card.galerie-card.galerie-encart-card img {
  width: auto;
  height: 250px;
}

/* AJOUT */
/* ====== */

/* PAGE EPILATION LASER */
.encart-videos-laser .video-slider-container {
  position: relative;
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 10px;
  /* box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  background-color: #fff; */
  padding: 20px;
  box-sizing: border-box;
}

.encart-videos-laser .video-slider-header {
  text-align: center;
  margin-bottom: 20px;
}

.encart-videos-laser .video-slider-header h2 {
  margin-bottom: 10px;
  font-size: 24px;
  color: #333;
}

.encart-videos-laser .video-slider-header a.button {
  display: inline-block;
  background-color: #d1b37a;
  color: #000;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
  transition: background 0.3s;
}

.encart-videos-laser .video-slider-header a.button:hover {
  background-color: #b38043;
}

.encart-videos-laser .video-slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.encart-videos-laser .video-slide {
  min-width: 100%;
  box-sizing: border-box;
  padding: 10px;
}

.encart-videos-laser iframe {
  width: 100%;
  height: 500px;
  border: none;
  border-radius: 8px;
}

.encart-videos-laser .nav-btn {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  background-color: rgba(179, 128, 67, 0.5);
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 20px;
  border-radius: 50%;
  z-index: 10;
}

.encart-videos-laser .card.prestations-card.prestations-encart-card:before {
  border-bottom: none;
}

/* PAGE EPILATION ELECTRIQUE */
.encart-videos-electrique .video-slider-container {
  position: relative;
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 10px;
  /* box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  background-color: #fff; */
  padding: 20px;
  box-sizing: border-box;
}

.encart-videos-electrique .video-slider-header {
  text-align: center;
  margin-bottom: 20px;
}

.encart-videos-electrique .video-slider-header h2 {
  margin-bottom: 10px;
  font-size: 24px;
  color: #333;
}

.encart-videos-electrique .video-slider-header a.button {
  display: inline-block;
  background-color: #d1b37a;
  color: #000;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
  transition: background 0.3s;
}

.encart-videos-electrique .video-slider-header a.button:hover {
  background-color: #b38043;
}

.encart-videos-electrique .video-slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.encart-videos-electrique .video-slide {
  min-width: 100%;
  box-sizing: border-box;
  padding: 10px;
}

.encart-videos-electrique iframe {
  width: 100%;
  height: 500px;
  border: none;
  border-radius: 8px;
}

.encart-videos-electrique .nav-btn {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  background-color: rgba(179, 128, 67, 0.5);
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 20px;
  border-radius: 50%;
  z-index: 10;
}

.encart-videos-electrique
  .card.prestations-card.prestations-encart-card:before {
  border-bottom: none;
}

/* PAGE EPILATION ELECTRIQUE */
.encart-videos-centre .video-slider-container {
  position: relative;
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 10px;
  /* box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  background-color: #fff; */
  padding: 20px;
  box-sizing: border-box;
}

.encart-videos-centre .video-slider-header {
  text-align: center;
  margin-bottom: 20px;
}

.encart-videos-centre .video-slider-header h2 {
  margin-bottom: 10px;
  font-size: 24px;
  color: #333;
}

.encart-videos-centre .video-slider-header a.button {
  display: inline-block;
  background-color: #d1b37a;
  color: #000;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
  transition: background 0.3s;
}

.encart-videos-centre .video-slider-header a.button:hover {
  background-color: #b38043;
}

.encart-videos-centre .video-slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.encart-videos-centre .video-slide {
  min-width: 100%;
  box-sizing: border-box;
  padding: 10px;
}

.encart-videos-centre iframe {
  width: 100%;
  height: 500px;
  border: none;
  border-radius: 8px;
}

.encart-videos-centre .nav-btn {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  background-color: rgba(179, 128, 67, 0.5);
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 20px;
  border-radius: 50%;
  z-index: 10;
}

.encart-videos-centre .card.prestations-card.prestations-encart-card:before {
  border-bottom: none;
}

@media screen and (min-width: 993px) {
  .encart-videos.encart-videos-electrique
    .row.slick-prestations-videos-electrique {
    justify-content: center;
  }
}
