@charset "UTF-8";
@font-face {
  font-family: "ZT Nature";
  src: url("../fonts/ZTNature-Thin-Wr9-6rP.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "ZT Nature";
  src: url("../fonts/ZTNature-Medium-Y1_DOcC.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "ZT Nature";
  src: url("../fonts/ZTNature-Black-4Vp0VYD.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Shrikhand";
  src: url("../fonts/Shrikhand-Regular-dM2UvYq.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
.section-title-container {
  background-color: #FFFFFF;
  padding: 3.5rem 0;
  text-align: center;
}
.section-title-container--dark {
  background-color: #8F1643;
  margin-bottom: 0;
}
.section-title-container .section-title {
  font-family: "ZT Nature", sans-serif;
  font-size: 2.5rem;
  color: #8F1643;
  margin: 0;
}
.section-title-container .section-title--dark {
  color: #FFE5D9;
}

.latest-news {
  max-width: 1200px;
  margin: 0 auto 3rem;
  padding: 0 1.5rem;
}
.latest-news__grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(2, minmax(150px, 1fr));
  gap: 0.5rem;
}
.latest-news__item {
  position: relative;
}
.latest-news__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.latest-news__item .latest-news__title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  background: rgba(143, 22, 67, 0.75);
  color: #FFE5D9;
  font-family: "ZT Nature", sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.latest-news__item:nth-child(1) {
  grid-column: 1/span 2;
  grid-row: 1/span 2;
}
.latest-news__item:nth-child(2) {
  grid-column: 3/span 2;
  grid-row: 1/span 2;
}
.latest-news__item:nth-child(3) {
  grid-column: 5/span 1;
  grid-row: 1/span 1;
}
.latest-news__item:nth-child(4) {
  grid-column: 5/span 1;
  grid-row: 2/span 1;
}
.latest-news__item:nth-child(5) {
  grid-column: 6/span 2;
  grid-row: 1/span 2;
}

.my-tips {
  padding-bottom: 3rem;
}
.my-tips .category {
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 1.5rem;
}
.my-tips .category__header {
  margin-bottom: 2rem;
  text-align: center;
}
.my-tips .category__header .category__icon {
  width: 120px;
  margin: 0 auto 10px;
}
.my-tips .category__header .category__title {
  font-family: "ZT Nature", sans-serif;
  font-size: 1.8rem;
  color: #8F1643;
  text-align: right;
}
.my-tips .category__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.my-tips .category__card {
  background-color: #FFFFFF;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.my-tips .category__card .card-image {
  position: relative;
}
.my-tips .category__card .card-image .category__image {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.my-tips .category__card .card-image .card-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  background: rgba(143, 22, 67, 0.75);
  color: #FFE5D9;
  font-family: "ZT Nature", sans-serif;
  font-size: 1.1rem;
}
.my-tips .category__card .category__link {
  display: inline-block;
  padding: 0.7rem 2rem;
  border-radius: 80px;
  background-color: #8F1643;
  color: #FFE5D9;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  transition: transform 0.2s, background-color 0.2s;
  border: none;
  cursor: pointer;
}
.my-tips .category__card .category__link:hover {
  transform: scale(1.05);
}
.my-tips .category__card .category__link {
  margin: 1.5rem 0;
  font-size: 0.9rem;
}

.formulaire-page {
  background: #fff;
  padding: 2rem 1rem;
  display: flex;
  justify-content: center;
  min-height: 100vh;
}

.formulaire-container {
  background: #8F1643;
  border-radius: 40px;
  padding: 40px;
  max-width: 800px;
  width: 100%;
}

.logo-section {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}

.logo img {
  height: 100px;
  width: auto;
  object-fit: contain;
}

.brand-name {
  font-size: 1.8em;
  color: white;
  font-weight: bold;
  letter-spacing: 2px;
}

.progress-bar {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 40px;
}

.progress-step {
  flex: 1;
  text-align: center;
}

.progress-step span {
  display: block;
  color: white;
  font-size: 0.7em;
  margin-bottom: 8px;
  opacity: 0.7;
}

.progress-step.active span {
  opacity: 1;
}

.progress-line {
  height: 6px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  overflow: hidden;
}

.progress-line-fill {
  height: 100%;
  background: #FFC89B;
  width: 0%;
  transition: width 0.3s ease;
}

.progress-step.active .progress-line-fill {
  width: 100%;
}

.form-step {
  display: none;
}

.form-step.active {
  display: block;
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
h2 {
  color: white;
  font-size: 1.3em;
  margin-bottom: 20px;
  font-weight: 600;
}

.form-group {
  margin-bottom: 15px;
}

label {
  display: block;
  color: white;
  margin-bottom: 8px;
  font-size: 0.9em;
}

input,
select {
  width: 100%;
  padding: 12px 16px;
  border: none;
  border-radius: 12px;
  background: #FFE5D9;
  font-size: 1em;
  color: #450A20;
  transition: all 0.3s;
}
input:focus,
select:focus {
  outline: 2px solid #FFC89B;
  outline-offset: 2px;
}

input::placeholder {
  color: #A73760;
  opacity: 0.7;
}

.phone-group {
  display: flex;
  gap: 10px;
}

.phone-prefix {
  width: 70px;
  flex-shrink: 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.9) !important;
}

.two-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.ville-options {
  display: flex;
  gap: 12px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.ville-options label {
  padding: 12px 24px;
  background: rgba(255, 229, 217, 0.4);
  border-radius: 30px;
  cursor: pointer;
  font-size: 0.95em;
  color: white;
  transition: all 0.3s;
  margin-bottom: 0;
  border: 2px solid transparent;
  font-weight: 500;
}
.ville-options label:hover {
  background: rgba(255, 229, 217, 0.6);
  transform: translateY(-2px);
}
.ville-options label:has(input:checked) {
  background: #FFB6A9;
  border-color: white;
  color: #450A20;
  font-weight: 600;
  transform: scale(1.05);
}
.ville-options label input {
  width: auto;
  margin-right: 8px;
  accent-color: #450A20;
}

/* ===============================
   SERVICES
================================ */
.service-selector {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.service-selector select {
  flex: 1;
}

.add-btn,
.remove-btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #FFB6A9;
  border: none;
  color: white;
  font-size: 1.5em;
  cursor: pointer;
  transition: all 0.3s;
  flex-shrink: 0;
}
.add-btn:hover,
.remove-btn:hover {
  transform: scale(1.1);
  background: rgb(255, 138.7093023256, 118);
}
.add-btn:disabled,
.remove-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
  transform: scale(1);
}

.precision {
  font-size: 0.9em !important;
}

.calendar {
  background: #FFE5D9;
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 15px;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.calendar-header h3 {
  font-size: 1.1em;
  color: #450A20;
  font-weight: bold;
}

.calendar-nav {
  background: #A73760;
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: white;
  font-size: 1em;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.calendar-nav:hover {
  background: #450A20;
  transform: scale(1.1);
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
  text-align: center;
}

.calendar-weekday {
  font-size: 0.75em;
  font-weight: bold;
  color: #450A20;
  padding: 4px 0;
}

.calendar-day {
  aspect-ratio: 1;
  border-radius: 50%;
  background: #A73760;
  color: white;
  border: none;
  cursor: pointer;
  font-weight: bold;
  font-size: 0.85em;
  transition: all 0.3s;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.calendar-day:not(.calendar-disabled):hover {
  background: #450A20;
  transform: scale(1.15);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.calendar-day.selected {
  background: #450A20;
  box-shadow: 0 0 0 3px #FFC89B;
  transform: scale(1.1);
}
.calendar-day.calendar-disabled {
  background: rgba(200, 200, 200, 0.3);
  color: #999;
  cursor: not-allowed;
  box-shadow: none;
}
.calendar-day.calendar-disabled:hover {
  transform: none;
}

.calendar-empty {
  aspect-ratio: 1;
}

/* ===============================
   SUMMARY & RECAP
================================ */
.summary-section {
  background: #450A20;
  padding: 25px;
  border-radius: 15px;
  margin-bottom: 20px;
}

.summary-line {
  color: #FFE5D9;
  margin: 10px 0;
  font-size: 1em;
  line-height: 1.6;
}

.recap {
  background: #FFE5D9;
  padding: 20px;
  border-radius: 15px;
  color: #450A20;
  margin-bottom: 20px;
}
.recap h3 {
  color: #450A20;
  font-size: 1.3em;
  margin-bottom: 15px;
}

.price-line {
  display: flex;
  justify-content: space-between;
  color: #450A20;
  font-size: 0.95em;
  padding: 8px 0;
}
.price-line.total-line {
  font-size: 1.4em;
  font-weight: bold;
  padding-top: 15px;
  margin-top: 10px;
  border-top: 2px solid #450A20;
}

.payment-card {
  background: #FFC89B;
  padding: 25px;
  border-radius: 15px;
  margin-bottom: 20px;
  color: #450A20;
}
.payment-card h3 {
  color: #450A20;
  margin-bottom: 20px;
}
.payment-card label {
  color: #450A20;
  font-weight: 600;
}
.payment-card input {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.validate-btn {
  width: 100%;
  padding: 14px;
  background: #8F1643;
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 1.1em;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s;
  margin-top: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.validate-btn:hover:not(:disabled) {
  background: rgb(107.64, 16.56, 50.4327272727);
  transform: translateY(-2px);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}
.validate-btn:disabled {
  background: #e0e0e0;
  color: #999;
  cursor: not-allowed;
  box-shadow: none;
}

.payment-message {
  margin-top: 15px;
  text-align: center;
  font-size: 1em;
  font-weight: 600;
}

.mini-summary {
  padding: 20px;
  border-radius: 15px;
  text-align: center;
}
.mini-summary .logoformu img {
  max-width: 150px;
  height: auto;
}

.navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.nav-btn {
  padding: 12px 40px;
  border: none;
  border-radius: 25px;
  background: #FFE5D9;
  color: #450A20;
  font-size: 1.2em;
  cursor: pointer;
  transition: all 0.3s;
  font-weight: bold;
}
.nav-btn:hover:not(:disabled) {
  background: #FFB6A9;
  transform: translateY(-2px);
}
.nav-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.error-message {
  background: white;
  color: #c62828;
  padding: 15px 20px;
  border-radius: 10px;
  margin: 20px 0;
  font-size: 1em;
  font-weight: 600;
  border-left: 4px solid #c62828;
  animation: slideIn 0.3s ease;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .formulaire-container {
    padding: 30px 20px;
  }
  .two-cols {
    grid-template-columns: 1fr;
  }
  .brand-name {
    font-size: 1.3em;
  }
  .logo img {
    height: 70px;
  }
  .calendar {
    max-width: 100%;
  }
  .calendar-grid {
    gap: 4px;
  }
  .calendar-day {
    font-size: 0.8em;
  }
  .ville-options {
    flex-direction: column;
  }
  .ville-options label {
    text-align: center;
  }
}
/* =====================
   ZONE DÉPLACEMENT PAGE - SIMPLE VERSION
===================== */
body {
  background-color: #FFE5D9;
}

.zone-page {
  padding-bottom: 120px;
}

.zone-content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 5%;
}

.zone-intro {
  text-align: center;
  margin-bottom: 48px;
}
.zone-intro h3 {
  color: #8F1643;
  font-family: "Shrikhand", sans-serif;
  font-size: 1.8rem;
  margin-bottom: 16px;
}
.zone-intro p {
  font-size: 1.1rem;
  color: #450A20;
  line-height: 1.7;
}

.zone-map-container {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  margin-bottom: 48px;
}
.zone-map-container iframe {
  display: block;
  width: 100%;
}

.coverage-stats {
  display: flex;
  justify-content: space-around;
  gap: 24px;
  margin-bottom: 48px;
}

.stat-item {
  background: linear-gradient(135deg, #FFE5D9 0%, #FFC89B 100%);
  padding: 24px;
  border-radius: 16px;
  text-align: center;
  border: 2px solid #8F1643;
  flex: 1;
}
.stat-item strong {
  display: block;
  font-size: 2.5rem;
  color: #8F1643;
  font-family: "Shrikhand", sans-serif;
  margin-bottom: 8px;
}
.stat-item span {
  font-size: 1rem;
  color: #450A20;
}

.main-cities {
  margin-bottom: 32px;
}
.main-cities h4 {
  color: #8F1643;
  font-family: "Shrikhand", sans-serif;
  font-size: 1.5rem;
  margin-bottom: 24px;
  text-align: center;
}

.city-list {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
}

.city-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
  background-color: #FFE5D9;
  border-radius: 16px;
  border: 2px solid #8F1643;
  flex: 1;
  min-width: 250px;
}
.city-item svg {
  color: #8F1643;
  flex-shrink: 0;
  margin-top: 2px;
}
.city-item div strong {
  display: block;
  color: #8F1643;
  font-size: 1.1rem;
  margin-bottom: 4px;
}
.city-item div span {
  display: block;
  color: #450A20;
  font-size: 0.9rem;
}

.zone-note {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
  background-color: #FFE5D9;
  border-radius: 16px;
  border: 2px solid #8F1643;
  margin-bottom: 48px;
}
.zone-note svg {
  color: #8F1643;
  flex-shrink: 0;
}
.zone-note p {
  margin: 0;
  color: #450A20;
  font-size: 1rem;
  line-height: 1.6;
}

.zone-actions {
  display: flex;
  justify-content: center;
  gap: 24px;
}
.zone-actions .btn {
  min-width: 200px;
}

.prestations {
  background-color: #FFFFFF;
  padding: 3rem 0;
}

.prestations-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2rem;
}

.prestations-title {
  text-align: center;
  margin-bottom: 2rem;
}
.prestations-title h1 {
  font-family: "Shrikhand", cursive;
  font-weight: 700;
  font-size: 2.5rem;
  color: #8F1643;
  margin: 0;
}

/* GRID — GAP REDUCED (YOUR REQUEST) */
.prestations-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  gap: 1rem 1.2rem;
  align-items: stretch;
}

.prestation {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  text-decoration: none;
  color: inherit;
  text-align: center;
  transition: transform 0.3s ease;
}
.prestation:hover {
  transform: translateY(-4px);
}

.prestation-img {
  width: 100%;
  max-width: 260px;
  height: 220px;
  margin: 0 auto 0.8rem;
  border-radius: 25px;
  overflow: hidden;
}
.prestation-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.prestation-title {
  font-family: "Shrikhand", cursive;
  font-size: 1.6rem;
  color: #450A20;
  margin-bottom: 0.4rem;
}

.prestation-desc {
  font-family: "ZT Nature", sans-serif;
  font-size: 0.95rem;
  line-height: 1.35;
  color: #A73760;
  max-width: 260px;
  margin: 0 auto;
}

.prestation-detail {
  padding-top: 4rem;
  padding-bottom: 8rem;
  background-color: #FFFFFF;
  width: 100%;
}
.prestation-detail .container,
.prestation-detail .container-nav {
  max-width: 1100px;
  margin: 30px auto 0;
  padding: 0 2rem;
}
.prestation-detail .back-link {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  border-radius: 50px;
  border: 1px solid rgba(167, 55, 96, 0.1);
  font-family: "ZT Nature", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 1.5px;
  color: #A73760;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.prestation-detail .back-link .arrow {
  margin-right: 12px;
  font-size: 1.1rem;
}
.prestation-detail .back-link:hover {
  background-color: #A73760;
  color: #FFFFFF;
  transform: translateX(-5px);
}
.prestation-detail .prestation-hero {
  display: flex;
  align-items: center;
  gap: 4rem;
  margin: 4rem 0 8rem 0;
  padding: 0 5% 0 8%;
}
.prestation-detail .prestation-hero__content {
  flex: 1.2;
}
.prestation-detail .prestation-hero__content .category-tag {
  color: #8F1643;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 0.85rem;
  display: block;
  margin-bottom: 1rem;
}
.prestation-detail .prestation-hero__content h1 {
  font-family: "Shrikhand", sans-serif;
  font-size: 4.5rem;
  color: #8F1643;
  line-height: 1;
  margin-bottom: 2rem;
}
.prestation-detail .prestation-hero__content p {
  font-family: "ZT Nature", sans-serif;
  font-size: 1.15rem;
  max-width: 420px;
  line-height: 1.7;
  color: black;
}
.prestation-detail .prestation-hero__content .btn-hero-book {
  display: inline-block;
  margin-top: 2rem;
  padding: 0.8rem 2rem;
  border: 1.5px solid #A73760;
  color: #A73760;
  background: transparent;
  font-family: "ZT Nature", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 1px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.prestation-detail .prestation-hero__content .btn-hero-book:hover {
  background-color: #A73760;
  color: #FFFFFF;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(167, 55, 96, 0.2);
}
.prestation-detail .prestation-hero__image {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.prestation-detail .prestation-hero__image img {
  width: 100%;
  max-width: 420px;
  height: 520px;
  object-fit: cover;
  border-radius: 120px 0 120px 0;
  box-shadow: -15px 15px 0 #FFE5D9;
  transition: all 0.3s ease;
}
.prestation-detail .prestation-info {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 6rem;
  margin: 8rem auto 10rem auto !important;
}
.prestation-detail .prestation-info .side-title {
  font-family: "Shrikhand", sans-serif;
  font-size: 2rem;
  color: #A73760;
  margin-bottom: 2.5rem;
}
.prestation-detail .prestation-info__text p {
  font-family: "ZT Nature", sans-serif;
  font-size: 1.1rem;
  line-height: 1.8;
  color: black;
}
.prestation-detail .prestation-info__text .features-list {
  margin-top: 2rem;
  list-style: none;
}
.prestation-detail .prestation-info__text .features-list li {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(167, 55, 96, 0.05);
  display: flex;
  align-items: center;
  font-family: "ZT Nature", sans-serif;
}
.prestation-detail .prestation-info__text .features-list li::before {
  content: "✦";
  color: #8F1643;
  margin-right: 15px;
}
.prestation-detail .prestation-info__prices {
  background: #FFFFFF;
  padding: 3.5rem;
  border-radius: 40px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.101);
  align-self: start;
}
.prestation-detail .prestation-info__prices .price-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.2rem;
}
.prestation-detail .prestation-info__prices .price-item p {
  font-family: "ZT Nature", sans-serif;
  font-weight: 500;
  color: #333;
}
.prestation-detail .prestation-info__prices .price-item span {
  background: #FFE5D9;
  padding: 6px 16px;
  border-radius: 20px;
  font-weight: 700;
  color: #A73760;
  font-family: "ZT Nature", sans-serif;
  font-size: 0.95rem;
}
.prestation-detail .prestation-gallery {
  max-width: 1000px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin: 0 auto 10rem auto !important;
}
.prestation-detail .prestation-gallery .gallery-item img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 15px;
  transition: all 0.3s ease;
}
.prestation-detail .prestation-gallery .gallery-item img:hover {
  transform: scale(1.03);
}
.prestation-detail .prestation-cta {
  padding: 0 2rem;
}
.prestation-detail .prestation-cta .cta-box {
  background: #A73760;
  color: #FFFFFF;
  padding: 3rem 2rem;
  border-radius: 50px;
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
  box-shadow: 0 15px 30px rgba(167, 55, 96, 0.2);
}
.prestation-detail .prestation-cta .cta-box h2 {
  font-family: "Shrikhand", sans-serif;
  font-size: 2.2rem;
  margin-bottom: 1rem;
}
.prestation-detail .prestation-cta .cta-box p {
  font-family: "ZT Nature", sans-serif;
  font-size: 1rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}
.prestation-detail .prestation-cta .cta-box .btn-reservation {
  background-color: #FFFFFF;
  color: #A73760;
  padding: 1rem 3rem;
  border-radius: 50px;
  font-family: "ZT Nature", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1rem;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  transition: all 0.3s ease;
}
.prestation-detail .prestation-cta .cta-box .btn-reservation:hover {
  background: #8F1643;
  color: #FFFFFF;
  transform: translateY(-5px);
}

@media (max-width: 992px) {
  .prestation-hero {
    flex-direction: column;
    padding: 0 2rem;
    text-align: center;
  }
  .prestation-hero__content h1 {
    font-size: 3.5rem;
  }
  .prestation-hero__content p {
    margin: 0 auto;
  }
  .prestation-hero__image {
    justify-content: center;
    margin-top: 3rem;
  }
  .prestation-hero__image img {
    border-radius: 60px;
    height: 400px;
    box-shadow: 0 15px 0 #FFE5D9;
  }
  .prestation-info {
    grid-template-columns: 1fr;
    gap: 4rem;
    margin: 4rem auto 8rem auto !important;
  }
  .prestation-gallery {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin-bottom: 8rem !important;
  }
}
.header {
  padding: 20px 50px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header h1 {
  color: #8F1643;
  font-size: 28px;
}
.header .btn-go-home {
  padding: 10px 25px;
  background: #8F1643;
  color: #FFFFFF;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s;
}
.header .btn-go-home:hover {
  background: rgb(98.8, 15.2, 46.2909090909);
  color: #FFFFFF;
}
.header .date-today {
  color: #666;
  font-size: 16px;
}

/* --------------------------
   TODAY'S RESERVATIONS
--------------------------- */
.today-reservations {
  background: #FFFFFF;
  padding: 25px;
  border-radius: 15px;
  margin-bottom: 30px;
}
.today-reservations h2 {
  color: #8F1643;
  margin-bottom: 20px;
  font-size: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.today-reservations h2 .today-count {
  background: #8F1643;
  color: #FFFFFF;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 16px;
}
.today-reservations .today-list {
  display: grid;
  gap: 15px;
}
.today-reservations .today-list .today-item {
  background: #FFE5D9;
  padding: 15px;
  border-radius: 10px;
  border-left: 4px solid #8F1643;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.today-reservations .today-list .today-item .today-item-info {
  flex: 1;
}
.today-reservations .today-list .today-item .today-item-info .today-item-time {
  font-weight: bold;
  color: #8F1643;
  font-size: 18px;
  margin-bottom: 5px;
}
.today-reservations .today-list .today-item .today-item-info .today-item-client {
  color: #333;
  font-size: 14px;
}
.today-reservations .today-list .today-item .today-item-info .today-item-service {
  color: #666;
  font-size: 13px;
  margin-top: 3px;
}
.today-reservations .today-list .today-item .status-badge {
  padding: 5px 15px;
  border-radius: 15px;
  font-weight: 600;
  text-transform: capitalize;
}

.reservations-section {
  background: #FFFFFF;
  padding: 25px;
  border-radius: 15px;
}
.reservations-section h2 {
  color: #8F1643;
  margin-bottom: 20px;
  font-size: 22px;
}
.reservations-section .search-bar {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}
.reservations-section .search-bar input {
  flex: 1;
  padding: 12px 20px;
  border: 2px solid #FFE5D9;
  border-radius: 25px;
  font-size: 14px;
  outline: none;
  transition: border 0.3s;
}
.reservations-section .search-bar input:focus {
  border-color: #8F1643;
}
.reservations-section .search-bar button {
  padding: 12px 30px;
  background: #8F1643;
  color: #FFFFFF;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.2s;
}
.reservations-section .search-bar button:hover {
  background: rgb(98.8, 15.2, 46.2909090909);
}
.reservations-section table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
.reservations-section table thead {
  background: #8F1643;
  color: #FFFFFF;
}
.reservations-section table th {
  padding: 15px;
  text-align: left;
  font-weight: 600;
}
.reservations-section table td {
  padding: 15px;
  border-bottom: 1px solid #FFE5D9;
}
.reservations-section table tbody tr:hover {
  background: #FFE5D9;
}
.reservations-section .status-badge {
  padding: 5px 15px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
}
.reservations-section .action-buttons {
  display: flex;
  gap: 8px;
}
.reservations-section .action-buttons button {
  padding: 6px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  transition: all 0.2s;
}
.reservations-section .action-buttons button.btn-validate {
  background: #28A745;
  color: #FFFFFF;
}
.reservations-section .action-buttons button.btn-validate:hover {
  background: #218838;
}
.reservations-section .action-buttons button.btn-cancel {
  background: #DC3545;
  color: #FFFFFF;
}
.reservations-section .action-buttons button.btn-cancel:hover {
  background: #C82333;
}
.reservations-section .action-buttons button.btn-details {
  background: #6C757D;
  color: #FFFFFF;
}
.reservations-section .action-buttons button.btn-details:hover {
  background: #5A6268;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  align-items: center;
  justify-content: center;
}
.modal.active {
  display: flex;
}
.modal .modal-content {
  background: #FFFFFF;
  padding: 30px;
  border-radius: 15px;
  max-width: 600px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
}
.modal .modal-content .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #FFE5D9;
}
.modal .modal-content .modal-header h3 {
  color: #8F1643;
  font-size: 24px;
}
.modal .modal-content .modal-header .modal-close {
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #999;
}
.modal .modal-content .detail-row {
  margin-bottom: 15px;
  padding: 10px;
  background: #FFF5F0;
  border-radius: 8px;
}
.modal .modal-content .detail-row .detail-label {
  font-weight: 600;
  color: #8F1643;
  margin-bottom: 5px;
}
.modal .modal-content .detail-row .detail-value {
  color: #333;
}

.no-results {
  text-align: center;
  padding: 40px;
  color: #999;
  font-style: italic;
}

.btn-close {
  height: 37px;
  width: 86px;
  border: none;
  background-color: rgba(143, 22, 67, 0.75);
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
.btn-close:hover {
  background-color: #e0e0e0;
  color: #8F1643;
  transform: scale(1.1);
}

.planning-section {
  background: #FFFFFF;
  padding: 25px;
  border-radius: 15px;
  margin-top: 30px;
}
.planning-section h2 {
  color: #8F1643;
  margin-bottom: 20px;
  font-size: 22px;
}
.planning-section .planning-calendar .calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.planning-section .planning-calendar .calendar-header h3 {
  font-size: 20px;
  color: #8F1643;
}
.planning-section .planning-calendar .calendar-header button {
  padding: 5px 15px;
  border-radius: 8px;
  border: none;
  background: #FFE5D9;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
}
.planning-section .planning-calendar .calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
}
.planning-section .planning-calendar .calendar-grid .calendar-weekday {
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
}
.planning-section .planning-calendar .calendar-grid .calendar-day {
  padding: 10px;
  border-radius: 8px;
  background: #FFE5D9;
  cursor: pointer;
  border: none;
  color: #fff;
  transition: 0.2s;
}
.planning-section .planning-calendar .calendar-grid .calendar-day:hover {
  transform: scale(1.05);
}
.planning-section .planning-calendar .calendar-grid .calendar-day.calendar-blocked {
  background: #ccc;
  cursor: not-allowed;
}
.planning-section .planning-calendar .calendar-grid .calendar-day:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.map-section {
  background: #FFFFFF;
  padding: 25px;
  border-radius: 15px;
  margin-top: 30px;
}
.map-section h2 {
  color: #8F1643;
  margin-bottom: 15px;
  font-size: 22px;
}
.map-section #clientsMap {
  width: 100%;
  height: 500px;
  border-radius: 15px;
}

.confirmation-container {
  background: #FFFFFF;
  padding: 40px 30px;
  border-radius: 15px;
  max-width: 400px;
  width: 90%;
}

.confirmation-container h1 {
  font-family: "Shrikhand", cursive;
  font-size: 28px;
  color: #8F1643;
  margin-bottom: 20px;
}

.confirmation-container p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.confirmation-container a {
  text-decoration: none;
  background: #A73760;
  color: #FFFFFF;
  padding: 12px 25px;
  border-radius: 50px;
  font-weight: 600;
  transition: background 0.3s;
}

.confirmation-container a:hover {
  background: #FFB6A9;
}

.checkmark {
  font-size: 50px;
  color: #8F1643;
  margin-bottom: 20px;
}

.contact-split-universe {
  background-color: #FFFFFF;
  padding: 120px 5%;
  position: relative;
  overflow: hidden;
}
.contact-split-universe .split-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  align-items: center;
}
.contact-split-universe .form-intro {
  margin-bottom: 40px;
}
.contact-split-universe .form-intro .tagline {
  color: #8F1643;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 2px;
}
.contact-split-universe .form-intro h2 {
  font-size: 3.5rem;
  color: #450A20;
  margin: 10px 0;
}
.contact-split-universe .form-intro h2 .glow-text {
  color: #8F1643;
}
.contact-split-universe .form-intro p {
  color: #450A20;
  opacity: 0.8;
  line-height: 1.6;
}
.contact-split-universe .premium-form .input-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.contact-split-universe .premium-form .input-field {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.contact-split-universe .premium-form .input-field label {
  font-family: "ZT Nature", sans-serif;
  font-weight: 700;
  color: #8F1643;
  font-size: 0.8rem;
  margin-bottom: 6px;
  margin-left: 10px;
}
.contact-split-universe .premium-form .input-field input, .contact-split-universe .premium-form .input-field textarea, .contact-split-universe .premium-form .input-field select {
  background: #FFE5D9;
  border: 2px solid transparent;
  border-radius: 20px;
  padding: 16px 20px;
  font-family: "ZT Nature", sans-serif;
  color: #450A20;
  outline: none;
  resize: none;
  transition: all 0.3s ease;
  box-shadow: inset 2px 2px 5px rgba(143, 22, 67, 0.05), inset -3px -3px 7px rgba(255, 255, 255, 0.7);
}
.contact-split-universe .premium-form .input-field input:focus, .contact-split-universe .premium-form .input-field textarea:focus, .contact-split-universe .premium-form .input-field select:focus {
  background: #FFFFFF;
  border-color: #FFB6A9;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(143, 22, 67, 0.05);
}
.contact-split-universe .bubble-side {
  position: relative;
  height: 500px;
}
.contact-split-universe .bubble-side .real-bubble {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.2), rgba(255, 182, 169, 0.1) 60%);
  box-shadow: inset 0 0 25px rgba(255, 255, 255, 0.4), inset 10px 0 45px rgba(255, 200, 155, 0.2), inset -10px 0 45px rgba(143, 22, 67, 0.15), 0 15px 35px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(1px);
}
.contact-split-universe .bubble-side .real-bubble .reflect {
  position: absolute;
  top: 18%;
  left: 18%;
  width: 20%;
  height: 20%;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  filter: blur(1px);
}
.contact-split-universe .bubble-side .b-main {
  width: 260px;
  height: 260px;
  top: 15%;
  left: 10%;
  animation: float 7s infinite ease-in-out;
}
.contact-split-universe .bubble-side .b-secondary {
  width: 150px;
  height: 150px;
  bottom: 10%;
  right: 5%;
  animation: float 9s infinite reverse ease-in-out;
}
.contact-split-universe .bubble-side .b-small {
  width: 90px;
  height: 90px;
  top: 5%;
  right: 15%;
  animation: float 5s infinite ease-in-out;
}
.contact-split-universe .bubble-side .b-tiny {
  width: 45px;
  height: 45px;
  bottom: 35%;
  left: -5%;
  animation: float 4s infinite ease-in-out;
}
.contact-split-universe .bubble-side .guardian {
  position: absolute;
  background: #FFB6A9;
  border-radius: 50%;
  filter: blur(30px);
  opacity: 0.3;
  z-index: -1;
}
.contact-split-universe .bubble-side .g-1 {
  width: 120px;
  height: 120px;
  top: 0;
  right: 0;
}
.contact-split-universe .bubble-side .g-2 {
  width: 180px;
  height: 180px;
  bottom: -20px;
  left: 0;
  background: #FFC89B;
}

.btn-glow-send {
  width: 100%;
  padding: 20px;
  margin-top: 10px;
  background: #8F1643;
  color: white;
  border: none;
  border-radius: 50px;
  font-family: "ZT Nature", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.btn-glow-send:hover {
  background: #3b0a1a;
  transform: scale(1.03);
  box-shadow: 0 10px 25px rgba(143, 22, 67, 0.2);
}

@keyframes float {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -20px);
  }
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "ZT Nature", sans-serif;
  background-color: #FFE5D9;
  color: #450A20;
  line-height: 1.6;
  overflow-x: hidden;
  padding-top: 90px;
}

h2, h3, h4 {
  font-family: "ZT Nature", sans-serif;
  font-weight: normal;
}

img {
  max-width: 100%;
  display: block;
}

.btn {
  display: inline-block;
  padding: 16px 45px;
  border-radius: 50px;
  font-family: "ZT Nature", sans-serif;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
  background-color: #A73760;
  color: #FFFFFF;
  font-size: 1rem;
}

.btn-rdv {
  background-color: #3b0a1a;
  color: #FFFFFF;
  font-size: 1.5rem;
  padding: 20px 80px;
  border-radius: 50px;
  font-weight: 500;
  text-transform: none;
}
.btn-rdv:hover {
  transform: scale(1.05);
  background-color: rgb(37.1956521739, 6.3043478261, 16.3913043478);
}

.btn--dark {
  background-color: #450a20;
  color: #FFFFFF;
  padding: 16px 50px;
  font-size: 1.2rem;
  text-transform: none;
}
.btn--dark:hover {
  transform: scale(1.05);
  background-color: rgb(37.1956521739, 6.3043478261, 16.3913043478);
}

.btn--outline1 {
  background-color: #FFB6A9;
  color: #450A20;
  text-transform: uppercase;
  font-weight: bold;
  padding: 25px 45px;
  font-size: 1.1rem;
}
.btn--outline1:hover {
  transform: scale(1.05);
  background-color: rgb(66.8318181818, 17.6681818182, 36.1045454545);
  color: white;
}

.btn--outline {
  border: 2px solid #FFFFFF;
  background: transparent;
  color: #FFFFFF;
  font-weight: bold;
  padding: 25px 45px;
  font-size: 1.1rem;
}
.btn--outline:hover {
  background-color: #FFFFFF;
  color: #8F1643;
}

.btn-header-cta {
  background-color: #8F1643;
  color: white !important;
  padding: 10px 30px;
  border-radius: 50px;
  font-size: 1rem;
  text-decoration: none;
  margin-left: 20px;
}

.header {
  background-color: #FFE5D9;
  width: 100%;
  padding: 15px 60px;
  position: fixed;
  top: 0;
  z-index: 1000;
}
.header .nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1800px;
  margin-left: 135px;
}
.header .logo img {
  height: 70px;
  width: auto;
}
.header .nav-menu {
  display: flex;
  list-style: none;
  gap: 60px;
  align-items: center;
}
.header .nav-menu a {
  text-decoration: none;
  color: #450A20;
  font-family: "Shrikhand", sans-serif;
  font-size: 1.4rem;
  transition: color 0.3s ease;
}
.header .nav-menu a:hover {
  color: #8F1643;
}

.hero {
  position: relative;
  height: 85vh;
  margin-top: 0;
  padding-top: 90px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../images/hero-n_QZoXa.png");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  padding-left: 8%;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 1;
}
.hero-content h1 {
  font-size: 4.5rem;
  line-height: 1.1;
  color: #FFE5D9 !important;
  font-family: "Shrikhand", sans-serif;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}
.hero-content p {
  font-size: 1.8rem;
  color: #FFFFFF;
  margin: 10px 0 40px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.hero-content .hero-buttons {
  display: flex;
  gap: 20px;
  margin-top: 70px;
}
.hero-content a.btn--outline1, .hero-content a.btn--outline {
  z-index: 1;
}

.section-header-dark {
  background-color: #8F1643;
  padding: 35px 0;
  text-align: center;
  margin-bottom: 80px;
}
.section-header-dark h2 {
  color: #FFFFFF;
  font-family: "Shrikhand", sans-serif;
  margin: 0;
  font-size: 2.2rem;
}

.presentation {
  background-color: #FFE5D9;
  padding-bottom: 80px;
  position: relative;
}
.presentation .image-as-title {
  display: flex;
  justify-content: center;
  margin: 40px 0 60px;
}
.presentation .image-as-title img {
  max-width: 450px;
  width: 100%;
  height: auto;
}
.presentation .presentation-content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
}
.presentation .text-image-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  position: relative;
  font-family: "ZT Nature", sans-serif;
}
.presentation .text-image-wrapper .text-side {
  flex: 1;
  z-index: 2;
}
.presentation .text-image-wrapper .text-side p {
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.7;
  color: #450A20;
  text-align: left;
}
.presentation .text-image-wrapper .text-side p:last-child {
  margin-bottom: 0;
}
.presentation .text-image-wrapper .image-side {
  flex: 0 0 380px;
  z-index: 2;
}
.presentation .text-image-wrapper .image-side img {
  width: 100%;
  height: auto;
  border-radius: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.presentation .button-row {
  position: absolute;
  right: 0;
  bottom: 2px;
  width: 380px;
  display: flex;
  justify-content: center;
  z-index: 3;
}
.presentation .little-decorations {
  position: absolute;
  top: 84%;
  right: 26%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 10;
}
.presentation .little-decorations img {
  width: 150px;
  opacity: 0.85;
}
.presentation .little-decorations-2 {
  position: absolute;
  top: 44%;
  left: 94%;
  pointer-events: none;
  z-index: 10;
}
.presentation .little-decorations-2 img {
  width: 150px;
  opacity: 0.7;
}

.a-propos {
  background-color: #FFFFFF;
  padding: 120px 5%;
}
.a-propos .text-img {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 380px 1fr;
  column-gap: 80px;
  align-items: start;
}
.a-propos .left-column {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.a-propos .right-column {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.a-propos .image,
.a-propos .image-a-propos,
.a-propos p {
  font-family: "ZT Nature", sans-serif;
}
.a-propos .image {
  margin-bottom: 40px;
}
.a-propos .image img {
  width: 100%;
  height: auto;
  border-radius: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.a-propos .image-a-propos {
  margin-bottom: 25px;
}
.a-propos .image-a-propos img {
  max-width: 300px;
  height: auto;
}
.a-propos p {
  font-size: 1rem;
  line-height: 1.7;
  color: #450A20;
  margin-bottom: 20px;
  text-align: left;
}
.a-propos p:last-of-type {
  margin-bottom: 0;
}
.a-propos .apropos-contact-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 40px;
}
.a-propos .apropos-contact-item img {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}
.a-propos .apropos-contact-item span {
  font-weight: 500;
  font-size: 0.95rem;
  color: #450A20;
  white-space: nowrap;
}
.a-propos .left-column .apropos-contact-item {
  justify-content: center;
}
.a-propos .right-column .apropos-contact-item {
  justify-content: flex-start;
}

.services {
  background-color: #FFE5D9;
  text-align: center;
  padding-top: 0;
  padding-bottom: 120px;
}
.services .services-grid {
  display: flex;
  justify-content: center;
  gap: 60px;
  padding: 60px 0;
  text-decoration: none;
}
.services .service {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  position: relative;
  text-decoration: none;
}
.services .service img {
  width: 120px;
  height: auto;
  border-radius: 50%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.15), transparent 70%);
  animation: innerGlow 6s ease-in-out infinite;
}
.services .service:hover img {
  transform: scale(1.1);
  box-shadow: inset 0 0 15px rgba(143, 22, 67, 0.6);
}
.services .service p {
  text-transform: uppercase;
  font-size: 0.9rem;
  color: #8F1643;
  font-weight: 600;
  transition: color 0.3s ease, font-weight 0.3s ease;
  text-align: center;
}
.services .service:hover p {
  font-weight: 700;
}
.services .footer-btn {
  display: inline-block;
  margin-top: 30px;
  padding: 16px 50px;
  font-size: 1.2rem;
  text-decoration: none;
  border-radius: 50px;
  background-color: #A73760;
  color: #FFFFFF;
  font-weight: 500;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.services .footer-btn:hover {
  transform: scale(1.05);
  background-color: rgb(147.8175675676, 48.6824324324, 84.972972973);
}

@keyframes innerGlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.actualites {
  background-color: #FFFFFF;
  padding-top: 0;
  padding-bottom: 120px;
}
.actualites .news-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto 50px;
}
.actualites .news-card {
  background-color: #FFE5D9;
  border-radius: 20px;
  overflow: hidden;
  padding-bottom: 25px;
}
.actualites .news-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.actualites .news-card .news-content {
  padding: 20px;
}
.actualites .news-card .news-content .date {
  color: #8F1643;
  font-size: 0.9rem;
  margin-bottom: 10px;
  text-align: left;
}
.actualites .news-card .news-content h3 {
  font-size: 1.2rem;
  margin-bottom: 20px;
  min-height: 3rem;
  text-align: left;
}
.actualites .news-card .news-content a.btn--dark {
  padding: 8px 40px;
  font-size: 1rem;
  display: block;
  margin: 0 auto;
  width: fit-content;
}
.actualites .center-btn {
  display: flex;
  justify-content: center;
  width: 100%;
}
.actualites .center-btn a.btn--dark {
  padding: 16px 50px;
  font-size: 1.2rem;
}

/* =====================
   AVIS CLIENTS
===================== */
.avis-clients {
  padding-top: 0;
  padding-bottom: 120px;
}

.checkerboard-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
}
.checkerboard-grid .review-text {
  background-color: #8F1643;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
  text-align: left;
}
.checkerboard-grid .review-text h4 {
  margin-bottom: 15px;
  font-size: 1.5rem;
  color: white !important;
  align-self: flex-start;
}
.checkerboard-grid .review-text img.stars-png {
  width: 60%;
  height: auto;
  margin-top: 10px;
}
.checkerboard-grid .review-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rdv-section {
  background-color: #FFFFFF;
  padding-top: 0;
  padding-bottom: 120px;
}
.rdv-section .rdv-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  gap: 60px;
}
.rdv-section .rdv-map {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.rdv-section .rdv-map .map-logo {
  width: 200px;
  height: auto;
  margin-bottom: 15px;
}
.rdv-section .rdv-map .simple-map-link {
  display: inline-block;
  position: relative;
  max-width: 400px;
  text-decoration: none;
  transition: transform 0.3s ease, filter 0.3s ease;
}
.rdv-section .rdv-map .simple-map-link img {
  width: 100%;
  height: auto;
  display: block;
}
.rdv-section .rdv-map .simple-map-link .map-hint {
  position: absolute;
  bottom: -46px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(143, 22, 67, 0.9);
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 1rem;
  font-weight: 600;
  white-space: nowrap;
  pointer-events: none;
  opacity: 1;
  text-align: center;
}
.rdv-section .rdv-map .simple-map-link:hover {
  transform: scale(1.05);
  filter: drop-shadow(0 0 15px rgba(143, 22, 67, 0.5));
}
.rdv-section .rdv-map .zone-text {
  font-family: "Shrikhand", sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  color: #450A20;
  margin-top: 50px;
  text-align: center;
}
.rdv-section .rdv-steps {
  flex: 1.2;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.rdv-section .rdv-steps .rdv-step {
  background-color: #3b0a1a;
  color: #FFFFFF;
  border-radius: 80px;
  padding: 10px 40px 10px 10px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.rdv-section .rdv-steps .rdv-step .step-icon {
  width: 85px;
  flex-shrink: 0;
}
.rdv-section .rdv-steps .rdv-step .step-text h4 {
  color: #ed6f9e;
  font-weight: 600;
  margin-bottom: 5px;
  font-family: Verdana, Geneva, sans-serif;
}
.rdv-section .rdv-steps .rdv-step .step-text p {
  font-size: 0.9rem;
}
.rdv-section .center-btn {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 30px;
}
.rdv-section .center-btn a.btn-rdv {
  padding: 20px 80px;
  font-size: 1.5rem;
}

.footer {
  background-color: #FFE5D9;
  border-top: 1px solid rgba(143, 22, 67, 0.1);
  padding: 60px 40px;
}
.footer .footer-container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 80px;
  padding-left: 115px;
  align-items: flex-start;
}
.footer .footer-column {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.footer .footer-column h2, .footer .footer-column h3 {
  color: #8F1643;
  font-family: "Shrikhand", sans-serif;
}
.footer .footer-column ul {
  list-style: none;
  padding: 0;
}
.footer .footer-column li, .footer .footer-column p, .footer .footer-column a {
  font-size: 0.9rem;
  color: #450A20;
  text-decoration: none !important;
}
.footer .footer-column a:hover {
  color: #8F1643;
}
.footer .socials {
  display: flex;
  gap: 15px;
  margin: 10px 0 20px;
}
.footer .socials .social {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none !important;
  color: #450A20;
}
.footer .socials .social img {
  width: 22px;
}
.footer .footer-btn {
  align-self: flex-start;
  margin-top: 10px;
  padding: 16px 45px;
  font-size: 1.1rem;
  background-color: #A73760;
  color: white !important;
  border-radius: 50px;
  text-decoration: none !important;
}
.footer .footer-about .footer-logo {
  margin-top: 25px;
}
.footer .footer-about .footer-logo img {
  height: 55px;
  margin-left: -13px;
}

.center-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

/*# sourceMappingURL=app.css-bSkg3O_.map */
