footer .text-center.mt-5 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem !important;
  margin-bottom: 0 !important;
}
footer .text-center.mt-5 small {
  display: block;
  text-align: center;
  width: 100%;
  color: #888;
  font-size: 1rem;
  letter-spacing: 0.01em;
}
@media (max-width: 991.98px) {
    footer > div {
        flex-direction: column !important;
        align-items: center !important;
        gap: 0 !important;
        padding: 0 !important;
        row-gap: 48px !important;
        margin-bottom: 0 !important;
    }
    footer h2 {
        font-size: 2.5rem !important;
        margin-top: 32px !important;
        margin-bottom: 18px !important;
        text-align: center !important;
    }
    footer h3, footer h4 {
        font-size: 2rem !important;
        margin-top: 36px !important;
        margin-bottom: 18px !important;
        text-align: center !important;
    }
    footer ul, footer p {
        text-align: center !important;
        margin-bottom: 18px !important;
        font-size: 1.15rem !important;
    }
    footer .social-icons, footer > div > div > div[style*="margin-top: 18px"] {
        margin-bottom: 36px !important;
        margin-top: 0 !important;
        display: flex;
        justify-content: center;
        gap: 12px;
    }
    footer .mt-4 {
        margin-top: 48px !important;
    }
    footer > div > div {
        margin-bottom: 0 !important;
    }
}
@media (max-width: 991.98px) {
    footer > div {
        row-gap: 40px !important;
        margin-bottom: 30px !important;
    }
    footer h2, footer h3, footer h4 {
        margin-top: 36px !important;
        margin-bottom: 18px !important;
    }
    footer ul, footer p {
        margin-bottom: 18px !important;
    }
    footer .mt-4 {
        margin-top: 48px !important;
    }
    footer .social-icons {
        margin-bottom: 32px !important;
    }
}
/* Responsive Footer adjustments */
@media (max-width: 991.98px) {
    footer {
        text-align: center !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    footer > div {
        flex-direction: column !important;
        align-items: center !important;
        gap: 0 !important;
        padding: 0 !important;
    }
    footer h2, footer h3, footer h4 {
        text-align: center !important;
        margin-top: 24px;
        margin-bottom: 12px;
    }
    footer ul, footer p {
        text-align: center !important;
        margin-bottom: 12px;
    }
    footer .btn, footer a {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    footer .mt-4 {
        margin-top: 32px !important;
    }
}
/* Responsive See Our Work Section adjustments */
@media (max-width: 991.98px) {
    .work-responsive {
        background: #fff6f6;
        padding-top: 32px;
        padding-bottom: 0;
    }
    .work-responsive h2 {
        text-align: center;
        margin-bottom: 18px;
    }
    .work-responsive p {
        text-align: center;
        font-size: 1.08rem;
        margin-bottom: 18px;
    }
    .work-responsive .row.g-4 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px;
        justify-content: center;
        margin: 0 auto;
    }
    .work-responsive .col-12,
    .work-responsive .col-sm-6,
    .work-responsive .col-md-3 {
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin: 0;
    }
    .work-responsive img {
        border-radius: 12px;
        width: 100%;
        height: auto;
        display: block;
    }
}
/* Responsive About Me Section adjustments */
@media (max-width: 991.98px) {
    .aboutme-responsive {
        background: #fff6f6;
        padding-top: 32px;
        padding-bottom: 0;
    }
    .aboutme-responsive h2 {
        text-align: center;
        margin-bottom: 18px;
    }
    .aboutme-responsive h5 {
        text-align: center;
        font-size: 1.1rem;
        font-weight: bold;
        margin-bottom: 18px;
    }
    .aboutme-responsive p {
        text-align: center;
        font-size: 1.08rem;
        margin-bottom: 18px;
    }
    .aboutme-responsive .btn {
        display: block;
        width: 100%;
        font-size: 1.1rem;
        margin: 0 auto 24px auto;
        padding: 14px 0;
        border-radius: 8px;
    }
    .aboutme-responsive .img-fluid {
        margin: 0 auto 24px auto;
        display: block;
        border-radius: 12px;
        max-width: 100%;
    }
}
/* Responsive Hero Section adjustments */
@media (max-width: 991.98px) {
    .hero-responsive {
        background: #fff6f6;
        padding-top: 32px;
        padding-bottom: 0;
    }
    .hero-responsive h1, .hero-responsive .display-4 {
        font-size: 2rem !important;
        text-align: center;
        margin-bottom: 18px;
        margin-right: 30px;
    }
    .hero-responsive p.lead {
        font-size: 1.1rem;
        text-align: center;
        margin-bottom: 18px;
    }
    .hero-responsive .btn {
        display: block;
        width: 92%;
        font-size: 1.1rem;
        margin: 0 auto 24px auto;
        padding: 14px 0;
        border-radius: 8px;
        margin-left: 1px;
    }
    .hero-responsive .img-fluid {
        margin: 0 auto;
        display: block;
        border-radius: 12px;
        max-width: 100%;
        margin-bottom: 24px;
    }
    .container.mt-5 {
        margin-top: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
body {
    background: #fff6f6;
}
.btn-pink {
    background-color: #ff6f6f;
    color: #fff;
}
.btn-pink:hover {
    background-color: #ff4c4c;
    color: #fff;
}
.rounded-custom {
    border-radius: 16px;
}
/* Correction Offcanvas Bootstrap: forcer l'ouverture à droite */
.offcanvas.offcanvas-end {
  right: 0 !important;
  left: auto !important;
  transform: translateX(100%);
}
.offcanvas.show {
  transform: none;
}

/* Amélioration du menu offcanvas pour un look plus moderne et proche du modèle */
.offcanvas.offcanvas-end {
  max-width: 320px;
  box-shadow: 0 0 24px rgba(0,0,0,0.08);
}
.offcanvas-header {
  justify-content: flex-end !important;
  padding-right: 18px !important;
  padding-top: 18px !important;
}
.offcanvas-title {
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  margin-right: auto;
  padding-left: 18px;
}
.offcanvas-body .nav-link {
  font-size: 1.08rem !important;
  padding: 10px 0 !important;
  margin: 0 !important;
  color: #222 !important;
}
.offcanvas-body {
  padding-top: 24px !important;
  gap: 10px !important;
}
.offcanvas .btn-close {
  font-size: 1.3rem !important;
  margin-left: 0 !important;
}

/* FAQ Section modern style */
.faq-section {
  background: #fff;
  padding: 60px 0;
  display: flex;
  justify-content: center;
}
.faq-section .container {
  max-width: 700px;
  margin: 0 auto;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.04);
  padding: 40px 32px;
}
.faq-title {
  font-family: 'Georgia', serif;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 32px;
}
.faq-accordion {
  width: 100%;
}
.faq-item {
  border-bottom: 1px solid #eee;
  margin-bottom: 0;
  padding: 0;
}
.faq-question {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  font-size: 1.13rem;
  font-weight: 500;
  padding: 18px 0 12px 0;
  color: #222;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.2s;
}
.faq-question.active, .faq-question:focus {
  color: #ff6f6f;
}
.faq-icon {
  font-size: 1.5rem;
  color: #ff6f6f;
  margin-left: 12px;
}
/* Animation FAQ answer */
/* Animation FAQ answer améliorée */
.faq-answer {
  padding: 0 0 18px 0;
  color: #444;
  font-size: 1.05rem;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.7s cubic-bezier(0.4,0,0.2,1), opacity 0.5s;
}
.faq-item.active .faq-answer {
  opacity: 1;
  max-height: 400px;
  transition: max-height 0.7s cubic-bezier(0.4,0,0.2,1), opacity 0.5s;
}

/* Style du signe + dans un rond, et - coloré */
.faq-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #444;
  color: #444;
  font-size: 1.3rem;
  font-weight: bold;
  transition: background 0.2s, color 0.2s, border 0.2s;
}
.faq-item.active .faq-icon {
  background: #ffe6e6;
  color: #ff6f6f;
  border: 2px solid #ff6f6f;
}
@media (max-width: 767.98px) {
  .faq-section .container {
    padding: 18px 4vw;
  }
  .faq-title {
    font-size: 1.3rem;
  }
}
/* Correction disposition Call For Bookings and Footer sur services.html */
@media (min-width: 992px) {
  .call-title, .call-btn {
    font-size: 2rem !important;
  }
  .call-btn {
    padding: 18px 32px !important;
    border-radius: 12px !important;
    font-size: 1.3rem !important;
    display: inline-block;
    margin-top: 18px;
  }
  .call-title {
    font-size: 2.2rem !important;
    font-weight: 600;
    margin-bottom: 0;
    text-align: left;
  }
  .call-btn i {
    font-size: 1.5rem !important;
    margin-right: 8px;
  }
  footer .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    padding: 0 30px;
    max-width: 1200px;
    margin: 0 auto;
  }
  footer .row.gy-5 {
    flex: 1 1 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  footer .col-md-3 {
    min-width: 220px;
    flex: 1 1 220px;
    text-align: left;
  }
}
@media (max-width: 991.98px) {
  .call-title {
    font-size: 1.5rem !important;
    text-align: center;
  }
  .call-btn {
    font-size: 1.1rem !important;
    padding: 12px 18px !important;
    border-radius: 8px !important;
    margin: 0 auto 18px auto;
    display: block;
  }
  footer .container {
    flex-direction: column !important;
    align-items: center !important;
    gap: 0 !important;
    padding: 0 !important;
  }
  footer .col-md-3 {
    text-align: center !important;
    margin-bottom: 24px;
  }
}

/* Mise en forme type "carte" pour Call For Bookings et Footer sur services.html */

/* Nouvelle disposition horizontale pour la section booking et footer sur services.html */
.services-bottom-bg {
  background: #fff6f6;
}
.call-title {
  font-size: 2rem;
  font-weight: 500;
  color: #222;
}
.call-btn {
  font-size: 1.2rem;
  padding: 14px 32px;
  border-radius: 12px;
  font-weight: bold;
  background: #ff6f6f;
  color: #fff;
  transition: background 0.2s;
}
.call-btn:hover {
  background: #ff4c4c;
  color: #fff;
}
@media (min-width: 992px) {
  .services-bottom-bg .container > .d-flex {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 32px;
  }
  .call-title {
    font-size: 2.2rem;
    margin-bottom: 0;
    text-align: left;
  }
  .call-btn {
    font-size: 1.3rem;
    padding: 18px 40px;
    margin-left: 32px;
    margin-top: 0;
    display: inline-block;
  }
}
@media (max-width: 991.98px) {
  .services-bottom-bg .container > .d-flex {
    flex-direction: column !important;
    align-items: center !important;
    gap: 18px;
  }
  .call-title {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 0.5rem;
  }
  .call-btn {
    font-size: 1.1rem;
    padding: 12px 18px;
    margin: 0 auto;
    display: block;
  }
}

/* Styles pour les animations de défilement */
.scroll-animate {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.scroll-animate.animate {
    opacity: 1;
    transform: translateY(0);
}

/* Délais d'animation pour un effet de cascade */
.scroll-animate.delay-1 { transition-delay: 0.1s; }
.scroll-animate.delay-2 { transition-delay: 0.2s; }
.scroll-animate.delay-3 { transition-delay: 0.3s; }
.scroll-animate.delay-4 { transition-delay: 0.4s; }
.scroll-animate.delay-5 { transition-delay: 0.5s; }
.scroll-animate.delay-6 { transition-delay: 0.6s; }
.scroll-animate.delay-7 { transition-delay: 0.7s; }
.scroll-animate.delay-8 { transition-delay: 0.8s; }

/* Forcer la taille homogène de toutes les images de service */
.service-img-container {
  max-width: 350px;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
}
.service-img-container img {
  width: 100% !important;
  max-width: 350px !important;
  height: 320px !important;
  object-fit: cover !important;
  display: block !important;
  border-radius: 12px !important;
  margin: 0 auto 16px auto !important;
  transition: transform 0.5s ease, box-shadow 0.3s ease;
}
@media (max-width: 767.98px) {
  .service-img-container {
    max-width: 90vw;
  }
  .service-img-container img {
    width: 100% !important;
    max-width: 90vw !important;
    height: auto !important;
    min-height: 180px !important;
    max-height: 320px !important;
    object-fit: cover !important;
  }
}


.service-card {
  text-align: center;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}

.service-card h3, .service-card p {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991.98px) {
  .service-card, .service-card h3, .service-card p {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .service-img-container {
    margin-left: auto !important;
    margin-right: auto !important;
    display: flex;
    justify-content: center;
  }
}


@media (max-width: 767.98px) {
  .service-img-container img {
    width: 100% !important;
    height: auto !important;
    min-height: 180px !important;
    max-height: 320px !important;
    object-fit: cover !important;
  }
}

/* ===== CLASSES POUR REMPLACER LES STYLES INLINE ===== */

/* Offcanvas styles */
.offcanvas-body-custom {
  padding-top: 40px;
  gap: 30px;
}

/* Hero Section */
.hero-section {
  background: #fff6f6;
  border-radius: 18px;
}

.hero-content {
  padding-left: 3.5rem;
}

.hero-title {
  font-size: 2.2rem;
  font-family: 'Georgia', serif;
  font-weight: 500;
  margin-bottom: 1.5rem;
  line-height: 1.25;
  max-width: 600px;
}

.hero-subtitle {
  font-size: 1.3rem;
  color: #b30059;
  font-weight: 600;
  margin-bottom: 1rem;
}

.hero-text {
  font-size: 1.18rem;
  color: #444;
  max-width: 520px;
}

.hero-list {
  font-size: 1.07rem;
  color: #444;
  margin-bottom: 1.3rem;
}

.hero-description {
  font-size: 1.09rem;
  color: #444;
  margin-bottom: 1.1rem;
}

.hero-image {
  max-height: 400px;
  object-fit: cover;
}

/* Services Section */
.services-section {
  background: #fff;
}

.services-description {
  max-width: 800px;
  margin: 0 auto;
}

.service-image {
  max-width: 220px;
  height: auto;
}

.service-card-image {
  height: 220px;
  object-fit: cover;
}

/* About Section */
.about-image {
  max-width: 400px;
  width: 100%;
  object-fit: cover;
}

.about-title {
  font-weight: 600;
  font-size: 2.1rem;
}

.about-subtitle {
  font-size: 1.2rem;
}

.about-text {
  font-size: 1.08rem;
  color: #444;
}

.about-btn {
  font-size: 1.1rem;
}

/* Work/Gallery Section */
.work-section {
  background: #fff6f6;
}

.work-description {
  max-width: 700px;
  margin: 0 auto;
}

.gallery-image {
  aspect-ratio: 1/1;
  object-fit: cover;
}

/* Maps Section */
.maps-section {
  padding: 0;
  margin: 0;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #fff6f6;
}

.maps-container {
  width: 100vw;
  height: 400px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.maps-iframe {
  border: 0;
  display: block;
}

/* Footer Section */
.footer-section {
  background: #fff6f6;
  padding: 60px 0 20px 0;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  padding: 0 30px;
}

.footer-brand {
  flex: 1 1 220px;
  min-width: 220px;
  text-align: left;
}

.footer-brand-title {
  font-weight: 500;
  font-size: 2.2rem;
}

.footer-social {
  margin-top: 18px;
}

.footer-social-link {
  display: inline-block;
  margin-right: 10px;
}

.footer-social-icon {
  background: #ffb6c1;
  border-radius: 5px;
  padding: 5px;
}

/* Responsive footer social centering */
@media (max-width: 768px) {
  .footer-social {
    text-align: center;
  }
  
  .footer-social-link {
    margin-right: 0;
  }
}

.footer-copyright {
  margin-top: 32px;
  color: #7a6f6f;
  font-size: 1rem;
}

/* Page Title Sections */
.page-title-section {
  background: #fff6f6;
  padding: 32px 0 24px 0;
  margin-bottom: 0;
}

.page-title {
  font-size: 2.5rem;
  font-family: 'Georgia', serif;
  font-weight: 400;
}

/* About Page Specific */
.about-us-section {
  background: #fff;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 48px 0;
}

.about-main-image {
  aspect-ratio: 1/1;
  object-fit: cover;
  max-width: 400px;
}

.who-text {
  font-size: 1.15rem;
  line-height: 1.7;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.who-text-description {
  font-size: 1.13rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  text-align: left;
}

.highlight-text {
  color: #b30059;
  font-weight: 500;
}

.gallery-section {
  background: #fff;
}

.mission-section {
  background: #fff6f6;
}

.values-section {
  background: #fff;
}

.call-section {
  background: #fff6f6;
}

/* Services Page Specific */
.services-bottom-section {
  background: #fff6f6;
  padding: 48px 0 0 0;
}

.faq-section-bg {
  background: #fff;
}

.call-container {
  gap: 24px;
}

.call-title {
  font-size: 2rem;
  font-weight: 500;
}

.call-btn {
  font-size: 1.2rem;
}

/* Contact Page Specific */
.contact-section {
  background: #fff;
  min-height: 80vh;
}

.contact-main-title {
  font-size: 3.2rem;
  font-weight: 500;
}

.contact-description {
  max-width: 90%;
}

.contact-icon {
  background: #ff6f6f;
  width: 44px;
  height: 44px;
  margin-right: 18px;
}

.contact-submit-btn {
  background: #ff6f6f;
  border: none;
}

.contact-maps-section {
  background: linear-gradient(to bottom, #fff 50%, #fff6f6 50%);
  padding: 0;
  margin: 0;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.contact-maps-container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.contact-maps-iframe {
  border: 0;
  border-radius: 16px;
  min-width: 320px;
  min-height: 300px;
}

/* Responsive styles for aboutme-responsive (extracted from index.html) */
@media (max-width: 991.98px) {
  .aboutme-responsive .row {
    flex-direction: column !important;
  }
  .aboutme-responsive h2,
  .aboutme-responsive h5,
  .aboutme-responsive p {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
  }
  .aboutme-responsive .btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 575.98px) {
  .aboutme-responsive .container {
    padding-left: 0;
    padding-right: 0;
  }
  .aboutme-responsive .row {
    margin-left: 0;
    margin-right: 0;
  }
  .aboutme-responsive h2 {
    font-size: 2rem;
  }
  .aboutme-responsive h5 {
    font-size: 1rem;
  }
  .aboutme-responsive p {
    font-size: 0.98rem;
  }
}

/* Logo Styles */
.navbar-brand-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.navbar-brand-logo img {
    height: 50px;
    width: auto;
    margin-right: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.navbar-brand-logo img:hover {
    transform: scale(1.05);
}

.navbar-brand-text {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    margin: 0;
}

/* Responsive logo adjustments */
@media (max-width: 768px) {
    .navbar-brand-logo img {
        height: 40px;
        margin-right: 10px;
    }
    
    .navbar-brand-text {
        font-size: 1.2rem;
    }
}

@media (max-width: 576px) {
    .navbar-brand-logo img {
        height: 35px;
        margin-right: 8px;
    }
    
    .navbar-brand-text {
        font-size: 1rem;
    }
}

/* Wave Dividers Styles */
.wave-divider {
    position: relative;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    height: 120px;
}

.wave-divider svg {
    position: absolute;
    display: block;
    width: calc(100% + 1.3px);
    height: 120px;
}

.wave-divider .wave-layer-1 {
    fill: #ff6f6f;
    opacity: 0.8;
}

.wave-divider .wave-layer-2 {
    fill: #ffb6c1;
    opacity: 0.6;
}

.wave-divider .wave-layer-3 {
    fill: #ffe6e6;
    opacity: 0.4;
}

.wave-divider-white .wave-layer-1 {
    fill: #ffb6c1;
    opacity: 0.8;
}

.wave-divider-white .wave-layer-2 {
    fill: #ffe6e6;
    opacity: 0.6;
}

.wave-divider-white .wave-layer-3 {
    fill: #fff6f6;
    opacity: 0.4;
}

/* Responsive wave adjustments */
@media (max-width: 768px) {
    .wave-divider {
        height: 80px;
    }
    .wave-divider svg {
        height: 80px;
    }
}

@media (max-width: 576px) {
    .wave-divider {
        height: 60px;
    }
    .wave-divider svg {
        height: 60px;
    }
}

/* Footer Wave Divider Styles */
.wave-divider-footer {
    position: relative;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    height: 120px;
    transform: rotate(180deg);
}

.wave-divider-footer svg {
    position: absolute;
    display: block;
    width: calc(100% + 1.3px);
    height: 120px;
}

.wave-divider-footer .footer-wave-layer-1 {
    fill: #fff6f6;
    opacity: 1;
}

.wave-divider-footer .footer-wave-layer-2 {
    fill: #ffb6c1;
    opacity: 0.8;
}

.wave-divider-footer .footer-wave-layer-3 {
    fill: #ff9999;
    opacity: 0.6;
}

/* Responsive footer wave adjustments */
@media (max-width: 768px) {
    .wave-divider-footer {
        height: 80px;
    }
    .wave-divider-footer svg {
        height: 80px;
    }
}

@media (max-width: 576px) {
    .wave-divider-footer {
        height: 60px;
    }
    .wave-divider-footer svg {
        height: 60px;
    }
}
