/* 
 * Ô-CRYO - Charte graphique personnalisée
 * Couleurs : Blanc pur (#FFFFFF), Bleu Glacier (#B7D5E8), Bleu Arctique (#2F5E80), Gris doux (#EFEFEF)
 * Typographies : Montserrat/Lato (titres), Open Sans/Roboto (textes)
 */

/* === TYPOGRAPHIES === */
body {
    font-family: 'Open Sans', 'Roboto', sans-serif;
    color: #2F5E80;
    background-color: #FFFFFF;
}

h1,
h2,
h3,
h4,
h5,
h6,
.intro-title,
.post-title,
.post-heading {
    font-family: 'Montserrat', 'Lato', sans-serif;
}

/* === COULEURS PRINCIPALES === */

/* Backgrounds - Thème clair */
.dark-bg {
    background-color: #FFFFFF !important;
}

/* Exception : Section Cryothérapie avec fond sombre */
#cryotherapie.dark-bg {
    background-color: #2F5E80 !important;
}



/* Textes - Thème clair */
.dark-bg p,
.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg h5,
.dark-bg h6 {
    color: #2F5E80;
}

.light-bg p,
.light-bg h1,
.light-bg h2,
.light-bg h3,
.light-bg h4,
.light-bg h5,
.light-bg h6 {
    color: #2F5E80;
}

/* === ÉLÉMENTS SPÉCIFIQUES === */

/* Loader */
.loaderTitle {
    color: #B7D5E8;
    font-family: 'Montserrat', sans-serif;
}

.loaderSubTitle {
    color: #2F5E80;
}

/* Titre principal */
.intro-title {
    color: #2F5E80;
    text-shadow: 0 2px 10px rgba(255, 255, 255, 0.8);
}

/* Boutons */
.the-button {
    background-color: #B7D5E8;
    color: #2F5E80;
    border: 2px solid #B7D5E8;
    transition: all 0.3s ease;
}

.the-button:hover {
    background-color: transparent;
    color: #B7D5E8;
    border-color: #B7D5E8;
}

.the-button span {
    color: inherit;
}

/* Menu principal */
.main-menu a {
    color: #2F5E80;
}

.main-menu a:hover,
.main-menu a.active {
    color: #B7D5E8;
}

.main-menu-icon {
    color: #2F5E80;
}

/* Post titles */
.post-title-color {
    color: #B7D5E8 !important;
}

.post-title-color-dark {
    color: #2F5E80 !important;
}

/* Overlines */
.the-overline {
    background-color: #2F5E80;
}

.the-overline-light {
    background-color: #B7D5E8;
}

/* Links */
a.link-effect {
    color: #2F5E80;
    border-bottom: 1px solid #2F5E80;
}

a.link-effect:hover {
    color: #B7D5E8;
    border-bottom-color: #B7D5E8;
}

a.link-effect-light {
    color: #B7D5E8;
    border-bottom: 1px solid #B7D5E8;
}

a.link-effect-light:hover {
    color: #FFFFFF;
    border-bottom-color: #FFFFFF;
}

/* Testimonials */
.testimonials-quote {
    background-color: rgba(183, 213, 232, 0.15);
}

.testimonials-signature {
    color: #2F5E80;
    font-style: italic;
    font-weight: 600;
}

/* Timeline */
.timeline-image img {
    border: 3px solid #B7D5E8;
}

.cd-timeline-name {
    color: #2F5E80;
}

.cd-timeline-date {
    color: #B7D5E8;
}

/* Services boxes */
.services-box {
    transition: all 0.3s ease;
}

.services-hover:hover .services-box {
    background-color: rgba(183, 213, 232, 0.1);
    transform: translateY(-5px);
}

.services-box-icon {
    color: #B7D5E8;
    font-size: 3em;
}

.dark-bg .services-box-icon {
    color: #B7D5E8;
}

.light-bg .services-box-icon {
    color: #2F5E80;
}

/* Facts counter */
.facts-counter-number {
    color: #2F5E80;
    font-family: 'Montserrat', sans-serif;
}

.facts-counter-title {
    color: #2F5E80;
}

.facts-counter-description-img {
    color: #2F5E80;
}

/* Additional pages */
.additional-pages-color {
    color: #B7D5E8;
}

/* News carousel */
.news-bg-wrapper {
    background-color: rgba(239, 239, 239, 0.95);
}

.news-info h3 {
    color: #2F5E80;
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.post-title-news {
    color: #2F5E80;
}

/* Contact form */
#contact-form input,
#contact-form textarea {
    background-color: #FFFFFF;
    border: 1px solid #B7D5E8;
    color: #2F5E80;
}

#contact-form input::placeholder,
#contact-form textarea::placeholder {
    color: #2F5E80;
    opacity: 0.5;
}

#contact-form input:focus,
#contact-form textarea:focus {
    border-color: #2F5E80;
    background-color: #FFFFFF;
}

/* Contact info */
.icon-view-contact {
    color: #2F5E80;
    font-size: 2.5em;
}

.info-contact p {
    color: #2F5E80;
}

.info-contact a {
    color: #2F5E80;
}

.info-contact a:hover {
    color: #B7D5E8;
}

/* Social icons */
.signature-social ul li a {
    color: #2F5E80;
    transition: color 0.3s ease;
}

.signature-social ul li a:hover {
    color: #B7D5E8;
}

/* Footer */
.footer-credits-copyright {
    color: #2F5E80;
}

.footer-credits-copyright a {
    color: #2F5E80;
}

.footer-credits-copyright a:hover {
    color: #B7D5E8;
}

/* Slides navigation */
.home-slides-nav-line {
    background-color: #2F5E80;
}

.home-slides-nav-position.active .home-slides-nav-line {
    background-color: #B7D5E8;
}

/* Animated text */
#js-rotating {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

/* Panel left */
.panel-left-bg {
    background-color: rgba(255, 255, 255, 0.9);
}

/* Vertical lines */
.vertical-lines-e {
    background-color: rgba(183, 213, 232, 0.2);
}

/* === EFFETS GIVRÉS - DÉSACTIVÉS === */
.slick-fullscreen-slideshow-zoom-fade::after {
    display: none;
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
    .intro-title {
        font-size: 2.5em;
    }

    .post-title {
        font-size: 1.8em;
    }

    .services-box-icon {
        font-size: 2.5em;
    }
}

/* === ANIMATIONS === */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.unveil-1,
.unveil-2,
.unveil-3 {
    animation: fadeInUp 0.8s ease-out;
}

/* === ACCESSIBILITÉ === */
a:focus,
button:focus,
input:focus,
textarea:focus {
    outline: 2px solid #B7D5E8;
    outline-offset: 2px;
}

/* Amélioration du contraste pour l'accessibilité */
.dark-bg {
    color: #2F5E80;
}

.light-bg {
    color: #2F5E80;
}

/* === SUPPRESSION DES FILTRES ET OVERLAYS === */

/* Supprimer tous les overlays sur les slides */
#slide1::after,
#slide2::after,
#slide3::after {
    display: none !important;
}

/* Images nettes sans filtres */
.slick-fullscreen-img-fill .bg-img,
.bg-img-1,
.bg-img-2,
.bg-img-3,
.bg-img-4 {
    filter: none !important;
    opacity: 1 !important;
}

/* Supprimer les overlays des backgrounds de slides */
.home-slides-bg::before,
.home-slides-bg::after {
    display: none !important;
}

/* Panel left transparent pour voir l'image */
.panel-left-bg {
    background-color: transparent !important;
}

.panel-left-overlay {
    display: none !important;
}

/* === SLIDE 2 - TEXTES EN BLANC === */
#slide2 h3,
#slide2 .additional-pages-color,
#slide2 .facts-counter-title,
#slide2 .facts-counter-number,
#slide2 .facts-counter-description-img{
    color: #FFFFFF !important;
}

/* === AJUSTEMENT BOUTON RÉSERVER - RESPONSIVE === */
.more-wraper-center .the-button {
    padding: 18px 40px;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1;
    min-height: 55px;
    max-width: 100%;
}

.more-wraper-center .the-button span {
    display: inline-block;
    white-space: nowrap;
    line-height: 1;
}

/* Grands écrans */
@media (min-width: 1920px) {
    .more-wraper-center .the-button {
        padding: 20px 50px;
        font-size: 1.1rem;
        min-height: 60px;
    }
}

/* Tablettes */
@media (max-width: 991px) {
    .more-wraper-center .the-button {
        padding: 16px 35px;
        font-size: 0.95rem;
        min-height: 50px;
    }
}

/* Mobile paysage */
@media (max-width: 768px) {
    .more-wraper-center .the-button {
        padding: 15px 30px;
        font-size: 0.9rem;
        min-height: 48px;
    }
}

/* Mobile portrait */
@media (max-width: 480px) {
    .more-wraper-center .the-button {
        padding: 14px 25px;
        font-size: 0.85rem;
        min-height: 45px;
    }

    .more-wraper-center .the-button span {
        white-space: normal;
        text-align: center;
    }
}

/* Très petits écrans */
@media (max-width: 360px) {
    .more-wraper-center .the-button {
        padding: 12px 20px;
        font-size: 0.8rem;
        min-height: 42px;
    }
}

/* === CARDS PRESTATIONS SLIDE 2 === */
#slide2 .row:has(.service-card) {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
    justify-content: space-between;
}

#slide2 .row:has(.service-card)>[class*='col-'] {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
    justify-content: space-between;
}

/* Forcer 2 colonnes jusqu'à 1599px */
@media (min-width: 768px) and (max-width: 1599px) {
    #slide2 .row:has(.service-card)>[class*='col-'] {
        width: 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}

/* 3 colonnes à partir de 1600px */
@media (min-width: 1600px) {
    #slide2 .row:has(.service-card)>[class*='col-'] {
        width: 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important;
    }
}

.service-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 !important;
    height: 100%;
    overflow: hidden;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.service-card-icon {
    font-size: 4em;
    color: #2F5E80;
    margin-bottom: 20px;
    flex-shrink: 0;
}

.service-card-title {
    color: #2F5E80;
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: 'Montserrat', 'Lato', sans-serif;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    white-space: normal;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
}

.service-card-description {
    color: #2F5E80;
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 20px;
    opacity: 0.8;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

.service-card-highlight {
    color: #B7D5E8;
    font-size: 1.3em;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* Responsive */
@media (max-width: 768px) {
    .service-card {
        min-height: auto;
        padding: 30px 20px;
    }

    .service-card-icon {
        font-size: 3em;
    }
}

/* === CARDS PACKS SLIDE 3 === */
#slide3 .row:has(.pack-card) {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
    justify-content: space-between;
}

#slide3 .row:has(.pack-card)>[class*='col-'] {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: space-between;
}

/* Forcer 2 colonnes jusqu'à 1599px */
@media (min-width: 768px) and (max-width: 1599px) {
    #slide3 .row:has(.pack-card)>[class*='col-'] {
        width: 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}

/* 4 colonnes à partir de 1600px pour les packs */
@media (min-width: 1600px) {
    #slide3 .row:has(.pack-card)>[class*='col-'] {
        width: 25% !important;
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }
}

.pack-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 !important;
    height: 100%;
    overflow: hidden;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.pack-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.pack-card-icon {
    font-size: 4em;
    color: #2F5E80;
    margin-bottom: 20px;
    flex-shrink: 0;
}

.pack-card-title {
    color: #2F5E80;
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: 'Montserrat', 'Lato', sans-serif;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    white-space: normal;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
}

.pack-card-description {
    color: #2F5E80;
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 25px;
    opacity: 0.8;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

.pack-card-content {
    text-align: left;
    margin: 0 auto;
    max-width: 280px;
}

.pack-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    color: #2F5E80;
}

.pack-item i {
    font-size: 1.5em;
    color: #B7D5E8;
    margin-right: 10px;
    flex-shrink: 0;
}

.pack-item span {
    font-size: 1em;
    line-height: 1.4;
}

/* Responsive */
@media (max-width: 768px) {
    .pack-card {
        min-height: auto;
        padding: 30px 20px;
    }

    .pack-card-icon {
        font-size: 3em;
    }
}

/* === SECTION ABOUT - SIMPLE ET RESPONSIVE === */
/* Cibler uniquement les rows qui contiennent des about-card */
#about .row:has(.about-card) {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
}

#about .row:has(.about-card)>[class*='col-'] {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
}

/* Forcer 2 colonnes jusqu'à 1599px */
@media (min-width: 768px) and (max-width: 1599px) {
    #about .row:has(.about-card)>[class*='col-'] {
        width: 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}

/* 3 colonnes à partir de 1600px */
@media (min-width: 1600px) {
    #about .row:has(.about-card)>[class*='col-'] {
        width: 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important;
    }
}

.about-card {
    background: #FFFFFF;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    min-height: 250px;
    transition: all 0.3s ease;
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100%;
    overflow: hidden;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.about-card:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
}

.about-card h3 {
    color: #2F5E80;
    font-size: 1.4em;
    margin-bottom: 15px;
    font-weight: 600;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    white-space: normal;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
}

.about-card p {
    color: #2F5E80;
    font-size: 1em;
    line-height: 1.6;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

#about .post-txt p {
    font-size: 1.1em;
    line-height: 1.8;
    margin-bottom: 20px;
}

/* Responsive */
@media (min-width: 992px) and (max-width: 1199px) {
    .about-card {
        padding: 25px 20px;
        min-height: 280px;
    }

    .about-card h3 {
        font-size: 1.3em;
    }

    .about-card p {
        font-size: 0.95em;
    }
}

@media (max-width: 991px) {
    .about-card {
        min-height: 220px;
        padding: 25px;
    }

    .about-card h3 {
        font-size: 1.4em;
    }
}

@media (max-width: 768px) {
    .about-card {
        min-height: auto;
        padding: 25px 20px;
        margin-bottom: 20px;
    }

    .about-card h3 {
        font-size: 1.3em;
        margin-bottom: 12px;
    }

    .about-card p {
        font-size: 0.95em;
    }

    #about .post-txt p {
        font-size: 1em;
        line-height: 1.7;
    }
}

@media (max-width: 480px) {
    .about-card {
        padding: 20px 15px;
    }

    .about-card h3 {
        font-size: 1.2em;
    }

    .about-card p {
        font-size: 0.9em;
        line-height: 1.5;
    }
}

/* === PSEUDO-ÉLÉMENTS BOUTON RESPONSIVE === */

/* Grands écrans */
@media (min-width: 1920px) {

    .more-wraper-center .the-button::before,
    .more-wraper-center .the-button::after {
        width: 20px !important;
        height: 54px !important;
        top: -7px !important;
    }

    .more-wraper-center .the-button::before {
        left: -6px !important;
    }

    .more-wraper-center .the-button::after {
        right: -7px !important;
    }
}

/* Desktop standard */
@media (min-width: 992px) and (max-width: 1919px) {

    .more-wraper-center .the-button::before,
    .more-wraper-center .the-button::after {
        width: 15px !important;
        height: 49px !important;
        top: -6px !important;
    }

    .more-wraper-center .the-button::before {
        left: -5px !important;
    }

    .more-wraper-center .the-button::after {
        right: -6px !important;
    }
}

/* Tablettes */
@media (max-width: 991px) {

    .more-wraper-center .the-button::before,
    .more-wraper-center .the-button::after {
        width: 14px !important;
        height: 44px !important;
        top: -5px !important;
    }

    .more-wraper-center .the-button::before {
        left: -5px !important;
    }

    .more-wraper-center .the-button::after {
        right: -5px !important;
    }
}

/* Mobile paysage */
@media (max-width: 768px) {

    .more-wraper-center .the-button::before,
    .more-wraper-center .the-button::after {
        width: 13px !important;
        height: 42px !important;
        top: -5px !important;
    }

    .more-wraper-center .the-button::before {
        left: -4px !important;
    }

    .more-wraper-center .the-button::after {
        right: -5px !important;
    }
}

/* Mobile portrait */
@media (max-width: 480px) {

    .more-wraper-center .the-button::before,
    .more-wraper-center .the-button::after {
        width: 12px !important;
        height: 40px !important;
        top: -5px !important;
    }

    .more-wraper-center .the-button::before {
        left: -4px !important;
    }

    .more-wraper-center .the-button::after {
        right: -5px !important;
    }
}

/* Très petits écrans */
@media (max-width: 360px) {

    .more-wraper-center .the-button::before,
    .more-wraper-center .the-button::after {
        width: 10px !important;
        height: 38px !important;
        top: -4px !important;
    }

    .more-wraper-center .the-button::before {
        left: -3px !important;
    }

    .more-wraper-center .the-button::after {
        right: -4px !important;
    }
}

/* === PANEL LEFT BACKGROUND === */
.panel-left-bg.panel-left-bg-SINGLE {
    background-image: url(../img/background/hero-bg-1.jpg) !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    opacity: 1 !important;
}

/* === SECTION CRYOTHERAPIE === */
#cryotherapie .row:has(.cryo-benefit-card) {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
}

#cryotherapie .row:has(.cryo-benefit-card)>[class*='col-'] {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
}

/* Forcer 2 colonnes jusqu'à 1599px */
@media (min-width: 768px) and (max-width: 1599px) {
    #cryotherapie .row:has(.cryo-benefit-card)>[class*='col-'] {
        width: 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}

/* 4 colonnes à partir de 1600px pour la cryothérapie */
@media (min-width: 1600px) {
    #cryotherapie .row:has(.cryo-benefit-card)>[class*='col-'] {
        width: 25% !important;
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }
}

.cryo-benefit-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(183, 213, 232, 0.3);
    border-radius: 10px;
    padding: 30px 25px;
    text-align: center;
    margin-bottom: 30px;
    min-height: 250px;
    transition: all 0.3s ease;
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100%;
    overflow: hidden;
    word-wrap: break-word;
    overflow-wrap: break-word;
    box-sizing: border-box;
}

.cryo-benefit-card:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: #B7D5E8;
    transform: translateY(-5px);
}

.cryo-benefit-icon {
    font-size: 3em;
    color: #B7D5E8;
    margin-bottom: 15px;
    flex-shrink: 0;
}

.cryo-benefit-card h6 {
    color: #FFFFFF;
    font-size: 1.1em;
    font-weight: 600;
    margin-bottom: 15px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    white-space: normal;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    margin-left: 0;
    text-align: center;
    position: relative;
    padding: 0;
    left: 0;
}

.cryo-benefit-card p {
    color: #FFFFFF;
    font-size: 0.95em;
    line-height: 1.6;
    opacity: 1;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

#cryotherapie .post-txt p {
    color: #FFFFFF !important;
    opacity: 0.95;
}

#cryotherapie .post-txt h5 {
    color: #FFFFFF !important;
    font-weight: 600;
}

#cryotherapie .post-heading {
    color: #FFFFFF !important;
    opacity: 0.9;
}

#cryotherapie .post-title {
    color: #FFFFFF !important;
}

#cryotherapie .post-title-color {
    color: #B7D5E8 !important;
}

#cryotherapie .the-overline-light {
    background-color: #B7D5E8 !important;
}

@media (max-width: 768px) {
    .cryo-benefit-card {
        min-height: auto;
        padding: 25px 15px;
    }
}


/* === SECTION PRESSOTHERAPIE === */
#pressotherapie .row:has(.services-box) {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
}

#pressotherapie .row:has(.services-box)>[class*='col-'] {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
}

#pressotherapie .services-box {
    background: #FFFFFF;
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    min-height: 300px;
    transition: all 0.3s ease;
    overflow: hidden;
    word-wrap: break-word;
    overflow-wrap: break-word;
    box-sizing: border-box;
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100%;
}

#pressotherapie .services-box:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
}

#pressotherapie .services-box h5 {
    color: #2F5E80;
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 20px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    white-space: normal;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
}

#pressotherapie .services-box p {
    color: #2F5E80;
    font-size: 1em;
    line-height: 1.6;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

#pressotherapie .services-box-icon {
    font-size: 3.5em !important;
    color: #B7D5E8 !important;
    margin: 20px 0 !important;
    flex-shrink: 0;
    display: block !important;
    text-align: center;
    width: 100%;
    height: auto;
    min-height: 80px;
}

#pressotherapie .services-box-icon i {
    color: #B7D5E8 !important;
    font-size: 1em !important;
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

#pressotherapie .services-box-icon.services-img {
    display: block !important;
}

#pressotherapie .services-box-icon.services-img i {
    display: inline-block !important;
}

#pressotherapie .post-txt p {
    font-size: 1.1em;
    line-height: 1.8;
    margin-bottom: 20px;
}

/* Responsive pour Pressothérapie */
@media (max-width: 991px) {
    #pressotherapie .services-box {
        min-height: 250px;
        padding: 30px 25px;
    }

    #pressotherapie .services-box h5 {
        font-size: 1.4em;
    }
}

@media (max-width: 768px) {
    #pressotherapie .services-box {
        min-height: auto;
        padding: 25px 20px;
    }

    #pressotherapie .services-box h5 {
        font-size: 1.3em;
    }

    #pressotherapie .services-box p {
        font-size: 0.95em;
    }
}


/* === SECTION PACKS === */
/* Exception : Section Packs avec fond sombre */
#packs.dark-bg {
    background-color: #2F5E80 !important;
}

#packs .row:has(.services-box) {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
}

#packs .row:has(.services-box)>[class*='col-'] {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
}

#packs .services-box {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(183, 213, 232, 0.3);
    padding: 40px 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    min-height: 350px;
    transition: all 0.3s ease;
    overflow: hidden;
    word-wrap: break-word;
    overflow-wrap: break-word;
    box-sizing: border-box;
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100%;
}

#packs .services-box:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: #B7D5E8;
    transform: translateY(-5px);
}

#packs .services-box h5 {
    color: #FFFFFF !important;
    font-size: 1.6em;
    font-weight: 600;
    margin-bottom: 20px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    white-space: normal;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
}

#packs .services-box p {
    color: #FFFFFF !important;
    font-size: 1.2rem;
    line-height: 1.6;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

#packs .services-box p strong {
    color: #B7D5E8 !important;
}

#packs .services-box-icon {
    font-size: 10vh;
    color: #B7D5E8;
    margin: 0px 0;
    flex-shrink: 0;
    text-align: center;
}

#packs .post-txt h5 {
    color: #FFFFFF !important;
    font-weight: 600;
}

#packs .post-txt p {
    color: #FFFFFF !important;
    opacity: 1;
}

#packs .post-txt ul {
    color: #FFFFFF !important;
}

#packs .post-txt ul li {
    color: #FFFFFF !important;
}

#packs .post-heading {
    color: #FFFFFF !important;
    opacity: 1;
}

#packs .post-title {
    color: #FFFFFF !important;
}

#packs .post-title-color {
    color: #B7D5E8 !important;
}

#packs .the-overline-light {
    background-color: #B7D5E8 !important;
}

#packs .link-effect-light {
    color: #FFFFFF !important;
    border-bottom-color: #FFFFFF !important;
}

#packs .link-effect-light:hover {
    color: #B7D5E8 !important;
    border-bottom-color: #B7D5E8 !important;
}

/* Responsive pour Packs */
@media (max-width: 991px) {
    #packs .services-box {
        min-height: 300px;
        padding: 35px 25px;
    }

    #packs .services-box h5 {
        font-size: 1.5em;
    }
}

@media (max-width: 768px) {
    #packs .services-box {
        min-height: auto;
        padding: 30px 20px;
    }

    #packs .services-box h5 {
        font-size: 1.4em;
    }

    #packs .services-box p {
        font-size: 0.95em;
    }
}

/* ===
 SECTION PRESSOTHERAPIE - ACCORDEON ANIME === */
.pressotherapy-accordion {
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.pressotherapy-accordion:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
}

.accordion-header {
    padding: 25px 30px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    background: #FFFFFF;
    user-select: none;
}

.accordion-header:hover {
    background: rgba(183, 213, 232, 0.1);
}

.accordion-header.active {
    background: rgba(183, 213, 232, 0.15);
}

.accordion-header h5 {
    color: #2F5E80;
    font-size: 1.5em;
    font-weight: 600;
    margin: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    flex: 1;
}

.accordion-icon {
    font-size: 1.8em;
    color: #B7D5E8;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 15px;
}

.accordion-header.active .accordion-icon {
    transform: rotate(45deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0 30px;
}

.accordion-content.active {
    max-height: 600px;
    padding: 0 30px 30px 30px;
}

.accordion-content p {
    color: #2F5E80;
    font-size: 1em;
    line-height: 1.6;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.accordion-content .services-box-icon {
    font-size: 3.5em;
    color: #B7D5E8;
    margin: 20px 0;
    text-align: center;
    display: block;
}

.accordion-content .services-box-icon i {
    color: #B7D5E8;
}

/* Responsive pour accordéon */
@media (max-width: 768px) {
    .accordion-header {
        padding: 20px 25px;
    }

    .accordion-header h5 {
        font-size: 1.3em;
    }

    .accordion-icon {
        font-size: 1.5em;
    }

    .accordion-content {
        padding: 0 25px;
    }

    .accordion-content.active {
        padding: 0 25px 25px 25px;
    }
}

/* ===
 SELECTION DE TEXTE PERSONNALISEE === */
::selection {
    background-color: #B7D5E8;
    color: #2F5E80;
}

::-moz-selection {
    background-color: #B7D5E8;
    color: #2F5E80;
}

/* Selection dans les sections à fond sombre */
#cryotherapie ::selection,
#packs ::selection {
    background-color: #B7D5E8;
    color: #2F5E80;
}

#cryotherapie ::-moz-selection,
#packs ::-moz-selection {
    background-color: #B7D5E8;
    color: #2F5E80;
}

/*
 === RESPONSIVE SPECIFIQUE POUR #PACKS === */
/* Forcer 1 colonne (empilé verticalement) jusqu'à 1399px */
@media (min-width: 768px) and (max-width: 1399px) {
    #packs .row>[class*='col-'] {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

/* 2 colonnes côte à côte à partir de 1400px */
@media (min-width: 1400px) {
    #packs .row>[class*='col-'] {
        width: 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}


/* === RESPONSIVE SPECIFIQUE POUR SLIDES 2 ET 3 === */
/* Forcer 1 colonne (empilé verticalement) jusqu'à 1599px pour les service-cards */
@media (min-width: 768px) and (max-width: 1599px) {
    #slide2 .row>[class*='col-'] {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

/* 2 colonnes côte à côte à partir de 1600px pour les service-cards */
@media (min-width: 1600px) {
    #slide2 .row>[class*='col-'] {
        width: 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}

/* Forcer 1 colonne (empilé verticalement) jusqu'à 1599px pour les pack-cards */
@media (min-width: 768px) and (max-width: 1599px) {
    #slide3 .row>[class*='col-'] {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

/* 2 colonnes côte à côte à partir de 1600px pour les pack-cards */
@media (min-width: 1600px) {
    #slide3 .row>[class*='col-'] {
        width: 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}


/* === RESPONSIVE UNIFIE POUR #PACKS === */
/* Forcer 1 colonne (empilé verticalement) jusqu'à 1599px */
@media (min-width: 768px) and (max-width: 1599px) {
    #packs .row>[class*='col-'] {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

/* 2 colonnes côte à côte à partir de 1600px */
@media (min-width: 1600px) {
    #packs .row>[class*='col-'] {
        width: 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}

/* ==
= SECTION CONTACT === */
#contact {
    background-color: #FFFFFF;
}

#contact .post-heading {
    color: #2F5E80;
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

#contact .post-title {
    color: #2F5E80;
    font-size: 2.5em;
    font-weight: 700;
    margin-bottom: 30px;
}

#contact .post-title-color {
    color: #B7D5E8;
}

#contact .the-overline {
    background-color: #2F5E80;
    height: 3px;
    width: 80px;
    margin-bottom: 40px;
}

#contact .post-txt p {
    color: #2F5E80;
    font-size: 1.1em;
    line-height: 1.8;
    margin-bottom: 20px;
}

#contact .post-txt p strong {
    color: #2F5E80;
    font-weight: 600;
}

#contact .post-txt p em {
    color: #2F5E80;
    opacity: 0.8;
    font-size: 0.95em;
}

/* Formulaire de contact */
#contact-form {
    margin-top: 40px;
}

#contact-form input,
#contact-form textarea {
    background-color: #FFFFFF;
    border: 2px solid #EFEFEF;
    color: #2F5E80;
    padding: 15px 20px;
    font-size: 1em;
    border-radius: 5px;
    transition: all 0.3s ease;
    width: 100%;
    margin-bottom: 20px;
}

#contact-form input:focus,
#contact-form textarea:focus {
    border-color: #B7D5E8;
    background-color: #FFFFFF;
    outline: none;
    box-shadow: 0 0 0 3px rgba(183, 213, 232, 0.1);
}

#contact-form input::placeholder,
#contact-form textarea::placeholder {
    color: #2F5E80;
    opacity: 0.5;
}

#contact-form textarea {
    min-height: 150px;
    resize: vertical;
}

/* Bouton Envoyer */
#contact-form .the-button {
    background-color: #B7D5E8;
    color: #2F5E80;
    border: 2px solid #B7D5E8;
    padding: 6px 40px;
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
}

#contact-form .the-button:hover {
    background-color: transparent;
    color: #B7D5E8;
    border-color: #B7D5E8;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(183, 213, 232, 0.3);
}

#contact-form .the-button span {
    color: inherit;
}

/* Responsive pour le formulaire */
@media (max-width: 768px) {
    #contact .post-title {
        font-size: 2em;
    }

    #contact-form input,
    #contact-form textarea {
        padding: 12px 15px;
        font-size: 0.95em;
    }

    #contact-form .the-button {
        padding: 12px 30px;
        font-size: 0.95em;
    }
}


/* === INFORMATIONS DE CONTACT === */
.icon-view-contact {
    color: #B7D5E8;
    font-size: 2.5em;
    margin-bottom: 20px;
    display: block;
}

.info-contact p {
    color: #2F5E80;
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 10px;
}

.info-contact a {
    color: #2F5E80;
    text-decoration: none;
    transition: color 0.3s ease;
}

.info-contact a:hover {
    color: #B7D5E8;
}

/* Footer credits */
.footer-credits-copyright {
    color: #2F5E80;
    font-size: 0.9em;
    padding: 30px 0;
    text-align: center;
}

.footer-credits-copyright a {
    color: #2F5E80;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-credits-copyright a:hover {
    color: #B7D5E8;
}

/* Réseaux sociaux */
.signature-social ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    display: flex;
    gap: 15px;
}

.signature-social ul li a {
    color: #2F5E80;
    font-size: 1.5em;
    transition: all 0.3s ease;
    display: inline-block;
}

.signature-social ul li a:hover {
    color: #B7D5E8;
    transform: translateY(-3px);
}


/* === SECTION RESERVATION (INFOS CONTACT) === */
#reservation {
    background-color: #FFFFFF;
}

#reservation .post-title-contact {
    color: #2F5E80 !important;
    font-size: 2.5em;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

#reservation .post-title-color-dark {
    color: #2F5E80 !important;
}

#reservation .the-overline-contact {
    background-color: #2F5E80 !important;
    height: 3px;
    width: 80px;
    margin: 0 auto 40px auto;
}

#reservation .info-contact {
    text-align: center;
}

#reservation .icon-view-contact {
    color: #2F5E80 !important;
    font-size: 3em;
    margin-bottom: 15px;
    display: inline-block;
}

#reservation .icon-view-contact span {
    display: inline-block;
    color: #2F5E80 !important;
}

#reservation .info-contact p {
    color: #2F5E80 !important;
    font-size: 1.1em;
    line-height: 1.8;
    margin-bottom: 10px;
}

#reservation .info-contact a {
    color: #2F5E80 !important;
    text-decoration: none;
    border-bottom: 2px solid #2F5E80;
    transition: all 0.3s ease;
}

#reservation .info-contact a:hover {
    color: #B7D5E8 !important;
    border-bottom-color: #B7D5E8;
}

/* Réseaux sociaux dans reservation */
#reservation .signature-social ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}

#reservation .signature-social ul li {
    display: inline-block;
}

#reservation .signature-social ul li a {
    color: #2F5E80 !important;
    font-size: 2em;
    transition: all 0.3s ease;
    display: inline-block;
    border: none !important;
}

#reservation .signature-social ul li a:hover {
    color: #B7D5E8 !important;
    transform: translateY(-5px);
    border: none !important;
}

#reservation .signature-social ul li a span {
    display: none;
}

/* Carte Google Maps */
#reservation .map-container {
    background-color: #EFEFEF;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
}

#reservation .map-container p {
    color: #2F5E80 !important;
    font-size: 1.1em;
    text-align: center;
}

#reservation .map-container .ion-ios-location {
    font-size: 3em;
    color: #2F5E80 !important;
    margin-bottom: 15px;
}

/* Responsive pour reservation */
@media (max-width: 768px) {
    #reservation .post-title-contact {
        font-size: 2em;
    }

    #reservation .icon-view-contact {
        font-size: 2.5em;
    }

    #reservation .info-contact p {
        font-size: 1em;
    }

    #reservation .signature-social ul {
        gap: 15px;
    }

    #reservation .signature-social ul li a {
        font-size: 1.8em;
    }
}


/* ========================================
   SECTION RESERVATION - RESTRUCTURATION COMPLETE
   ======================================== */

/* Reservation Options Cards */
.reservation-options {
    display: flex;
    margin-bottom: 40px;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.reservation-card {
    background: #ffffff;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.reservation-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(47, 94, 128, 0.15);
    border-color: #2F5E80;
}

.reservation-card-primary {
    background: linear-gradient(135deg, #2F5E80 0%, #3a7099 100%);
    border-color: #2F5E80;
    color: #ffffff !important;
}

.reservation-card-primary h5,
.reservation-card-primary p {
    color: #ffffff !important;
}

.reservation-card-primary:hover {
    background: linear-gradient(135deg, #3a7099 0%, #2F5E80 100%);
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(47, 94, 128, 0.3);
}

.reservation-icon {
    font-size: 60px;
    color: #2F5E80;
    margin-bottom: 20px;
}

.reservation-card-primary .reservation-icon {
    color: #B7D5E8;
}

.reservation-card h5 {
    font-size: 22px;
    font-weight: 600;
    color: #2F5E80;
    margin-bottom: 15px;
    margin-top: 0;
}

.reservation-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 25px;
    flex-grow: 1;
}

.reservation-btn {
    display: inline-block;
    padding: 12px 30px;
    background: #2F5E80;
    color: #ffffff !important;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 2px solid #2F5E80;
}

.reservation-btn:hover {
    background: #3a7099;
    border-color: #3a7099;
    transform: scale(1.05);
}

.reservation-card-primary .reservation-btn {
    background: #ffffff;
    color: #2F5E80 !important;
    border-color: #ffffff;
}

.reservation-card-primary .reservation-btn:hover {
    background: #B7D5E8;
    border-color: #B7D5E8;
    color: #2F5E80 !important;
}

/* Info Blocks */
.info-block {
    background: #f8f9fa;
    border-left: 4px solid #2F5E80;
    padding: 30px;
    border-radius: 8px;
    height: 100%;
}

.info-block-title {
    font-size: 20px;
    font-weight: 600;
    color: #2F5E80;
    margin-bottom: 20px;
    margin-top: 0;
}

.info-block-title i {
    margin-right: 10px;
    font-size: 24px;
    vertical-align: middle;
}

/* Horaires List */
.horaires-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.horaire-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    background: #ffffff;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.horaire-item:hover {
    background: #B7D5E8;
    transform: translateX(5px);
}

.horaire-day {
    font-weight: 600;
    color: #2F5E80;
}

.horaire-time {
    color: #666;
    font-weight: 500;
}

/* Contact Details */
.contact-details p {
    margin-bottom: 15px;
    line-height: 1.8;
    color: #666;
}

.contact-details strong {
    color: #2F5E80;
    display: block;
    margin-bottom: 5px;
}

.contact-details a {
    color: #2F5E80;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-details a:hover {
    color: #3a7099;
    text-decoration: underline;
}

/* Quick Contact Form */
.quick-contact-form {
    background: #ffffff;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 40px;
    max-width: 900px;
    margin: 0 auto;
}

.form-title {
    font-size: 26px;
    font-weight: 600;
    color: #2F5E80;
    margin-bottom: 10px;
    margin-top: 0;
    text-align: center;
}

.form-subtitle {
    text-align: center;
    color: #666;
    margin-bottom: 30px;
    font-size: 15px;
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    font-size: 15px;
    transition: all 0.3s ease;
    background: #ffffff;
}

.form-control:focus {
    outline: none;
    border-color: #2F5E80;
    box-shadow: 0 0 0 3px rgba(47, 94, 128, 0.1);
}

.form-control::placeholder {
    color: #999;
}

select.form-control {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%232F5E80' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 40px;
}

textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

.reservation-btn-submit {
    width: 100%;
    padding: 15px 30px;
    font-size: 16px;
    cursor: pointer;
    border: none;
}

.reservation-btn-submit i {
    margin-right: 8px;
}

/* Map Container */
.map-container {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.map-placeholder {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 80px 20px;
    text-align: center;
    border: 2px dashed #2F5E80;
    border-radius: 12px;
}

.map-placeholder i {
    font-size: 60px;
    color: #2F5E80;
    margin-bottom: 15px;
    display: block;
}

.map-placeholder p {
    color: #666;
    font-size: 16px;
    margin: 0;
}

/* Social Links */
.social-title {
    font-size: 20px;
    font-weight: 600;
    color: #2F5E80;
    margin-bottom: 20px;
}

.social-links-reservation {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #2F5E80;
    color: #ffffff !important;
    border-radius: 50%;
    font-size: 24px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-link:hover {
    background: #3a7099;
    transform: scale(1.1) rotate(5deg);
}

/* Responsive Design */
@media (max-width: 991px) {
    .reservation-card {
        margin-bottom: 20px;
    }

    .info-block {
        margin-bottom: 20px;
    }

    .quick-contact-form {
        padding: 30px 20px;
    }
}

@media (max-width: 767px) {
    .reservation-card {
        padding: 30px 20px;
    }

    .reservation-icon {
        font-size: 50px;
    }

    .reservation-card h5 {
        font-size: 20px;
    }

    .horaire-item {
        flex-direction: column;
        text-align: center;
        gap: 5px;
    }

    .form-title {
        font-size: 22px;
    }

    .social-links-reservation {
        gap: 15px;
    }

    .social-link {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .reservation-options {
        gap: 15px;
    }

    .quick-contact-form {
        padding: 25px 15px;
    }

    .map-placeholder {
        padding: 60px 15px;
    }

    .map-placeholder i {
        font-size: 50px;
    }
}
/*
 ========================================
   POPUP FORMULAIRE MÉDICAL
   ======================================== */

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

.popup-overlay.active {
    display: flex;
}

.popup-container {
    background: #ffffff;
    border-radius: 12px;
    max-width: 900px;
    width: 100%;
    max-height: 90vh;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: popupSlideIn 0.3s ease-out;
}

@keyframes popupSlideIn {
    from {
        opacity: 0;
        transform: translateY(-50px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.popup-header {
    background: linear-gradient(135deg, #2F5E80 0%, #3a7099 100%);
    color: white;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.popup-header h3 {
    margin: 0;
    font-size: 1.5em;
    font-weight: 600;
}

.popup-close {
    background: none;
    border: none;
    color: white;
    font-size: 2em;
    cursor: pointer;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.popup-close:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.popup-content {
    padding: 0;
    max-height: calc(90vh - 80px);
    overflow-y: auto;
}

/* Onglets */
.popup-tabs {
    display: flex;
    background: #f8f9fa;
    border-bottom: 1px solid #e0e0e0;
}

.tab-btn {
    flex: 1;
    padding: 15px 20px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #666;
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent;
}

.tab-btn.active {
    color: #2F5E80;
    background: white;
    border-bottom-color: #2F5E80;
}

.tab-btn:hover:not(.active) {
    background: #e9ecef;
    color: #2F5E80;
}

/* Contenu des onglets */
.tab-content {
    display: none;
    padding: 30px;
}

.tab-content.active {
    display: block;
}

/* Formulaire médical */
.medical-form {
    max-width: 100%;
}

.form-section {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.form-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.form-section h4 {
    color: #2F5E80;
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid #B7D5E8;
}

.form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.form-row input {
    flex: 1;
    min-width: 200px;
    padding: 12px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.form-row input:focus {
    outline: none;
    border-color: #2F5E80;
    box-shadow: 0 0 0 3px rgba(47, 94, 128, 0.1);
}

/* Contre-indications */
.contraindication-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px 0;
    border-bottom: 1px solid #f5f5f5;
    gap: 20px;
}

.contraindication-item:last-child {
    border-bottom: none;
}

.contraindication-item span {
    flex: 1;
    font-size: 14px;
    line-height: 1.4;
    color: #333;
}

.radio-group {
    display: flex;
    gap: 15px;
    flex-shrink: 0;
}

.radio-group label {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    color: #666;
}

.radio-group input[type="radio"] {
    width: 18px;
    height: 18px;
    accent-color: #2F5E80;
}

/* Cases à cocher */
.checkbox-item {
    margin-bottom: 12px;
}

.checkbox-item label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    line-height: 1.4;
    cursor: pointer;
    color: #333;
}

.checkbox-item input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #2F5E80;
    margin-top: 2px;
    flex-shrink: 0;
}

/* Texte d'avertissement */
.warning-text {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 8px;
    padding: 12px 15px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #856404;
    font-weight: 500;
}

/* Section RGPD */
.rgpd-section {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
}

.rgpd-text {
    font-size: 13px;
    line-height: 1.5;
    color: #666;
    margin-bottom: 15px;
}

/* Actions du formulaire */
.form-actions {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    margin-top: 30px;
}

.btn-primary, .btn-secondary {
    padding: 12px 30px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid;
}

.btn-primary {
    background: #2F5E80;
    color: white;
    border-color: #2F5E80;
}

.btn-primary:hover {
    background: #3a7099;
    border-color: #3a7099;
    transform: translateY(-2px);
}

.btn-secondary {
    background: white;
    color: #666;
    border-color: #e0e0e0;
}

.btn-secondary:hover {
    background: #f8f9fa;
    border-color: #ccc;
}

/* Responsive */
@media (max-width: 768px) {
    .popup-container {
        margin: 10px;
        max-height: 95vh;
    }
    
    .popup-header {
        padding: 15px 20px;
    }
    
    .popup-header h3 {
        font-size: 1.2em;
    }
    
    .tab-content {
        padding: 20px;
    }
    
    .form-row {
        flex-direction: column;
    }
    
    .form-row input {
        min-width: auto;
    }
    
    .contraindication-item {
        flex-direction: column;
        gap: 10px;
    }
    
    .radio-group {
        justify-content: flex-start;
    }
    
    .form-actions {
        flex-direction: column;
    }
    
    .btn-primary, .btn-secondary {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .popup-tabs {
        flex-direction: column;
    }
    
    .tab-btn {
        text-align: center;
        border-bottom: 1px solid #e0e0e0;
        border-right: none;
    }
    
    .tab-btn.active {
        border-bottom: 1px solid #2F5E80;
    }
}/* ======
==================================
   NOUVEAUX STYLES FORMULAIRE SIMPLIFIÉ
   ======================================== */

/* Texte informatif */
.info-text {
    background: #e7f3ff;
    border: 1px solid #b3d9ff;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    color: #2F5E80;
    font-size: 14px;
    line-height: 1.5;
}

.info-text p {
    margin: 0 0 10px 0;
}

.info-text p:last-child {
    margin-bottom: 0;
}

/* Éléments de déclaration */
.declaration-item {
    margin-bottom: 12px;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 6px;
    border-left: 3px solid #28a745;
}

.declaration-item label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    line-height: 1.4;
    cursor: pointer;
    color: #333;
    margin: 0;
}

.declaration-item input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #28a745;
    margin-top: 2px;
    flex-shrink: 0;
}

.declaration-item:hover {
    background: #e9f7ef;
}

/* Éléments d'engagement */
.engagement-item {
    margin-bottom: 12px;
    padding: 10px;
    background: #fff3cd;
    border-radius: 6px;
    border-left: 3px solid #ffc107;
}

.engagement-item label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    line-height: 1.4;
    cursor: pointer;
    color: #856404;
    margin: 0;
    font-weight: 500;
}

.engagement-item input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #ffc107;
    margin-top: 2px;
    flex-shrink: 0;
}

.engagement-item:hover {
    background: #ffeaa7;
}

/* Titres des sections */
.form-section h5 {
    color: #2F5E80;
    font-size: 1.1em;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid #B7D5E8;
}

/* Responsive pour les nouveaux éléments */
@media (max-width: 768px) {
    .declaration-item,
    .engagement-item {
        padding: 8px;
        margin-bottom: 10px;
    }
    
    .declaration-item label,
    .engagement-item label {
        font-size: 13px;
    }
    
    .info-text {
        padding: 12px;
        font-size: 13px;
    }
}
/* ======
==================================
   NOUVEAU FORMAT DROPDOWN + CGV
   ======================================== */

/* Sélecteur de type de prestation */
.form-type-selector {
    padding: 20px 30px;
    background: #f8f9fa;
    border-bottom: 1px solid #e0e0e0;
}

.form-type-selector label {
    display: block;
    font-weight: 600;
    color: #2F5E80;
    margin-bottom: 10px;
    font-size: 14px;
}

.prestation-dropdown {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #2F5E80;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #2F5E80;
    background: white;
    cursor: pointer;
    transition: all 0.3s ease;
}

.prestation-dropdown:hover {
    border-color: #3a7099;
    box-shadow: 0 2px 8px rgba(47, 94, 128, 0.1);
}

.prestation-dropdown:focus {
    outline: none;
    border-color: #2F5E80;
    box-shadow: 0 0 0 3px rgba(47, 94, 128, 0.1);
}

/* Contenu des termes (style CGV) */
.terms-content {
    padding: 30px;
    max-height: 400px;
    overflow-y: auto;
    background: white;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}

.terms-content h4 {
    color: #2F5E80;
    font-size: 1.1em;
    font-weight: 600;
    margin: 20px 0 10px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #B7D5E8;
}

.terms-content h4:first-child {
    margin-top: 0;
}

.terms-content h5 {
    color: #2F5E80;
    font-size: 1em;
    font-weight: 600;
    margin: 15px 0 10px 0;
}

.terms-content p {
    margin: 0 0 10px 0;
}

.terms-content ul {
    margin: 10px 0;
    padding-left: 25px;
}

.terms-content li {
    margin-bottom: 8px;
    line-height: 1.5;
}

.terms-content .info-block {
    background: #e7f3ff;
    border-left: 4px solid #2F5E80;
    padding: 15px;
    margin: 15px 0;
    border-radius: 4px;
}

.terms-content .warning-block {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 15px;
    margin: 15px 0;
    border-radius: 4px;
}

/* Scrollbar personnalisée pour les termes */
.terms-content::-webkit-scrollbar {
    width: 8px;
}

.terms-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.terms-content::-webkit-scrollbar-thumb {
    background: #2F5E80;
    border-radius: 4px;
}

.terms-content::-webkit-scrollbar-thumb:hover {
    background: #3a7099;
}

/* Section de consentement final */
.consent-section {
    background: #f8f9fa;
    border-top: 2px solid #e0e0e0;
    padding: 20px 30px !important;
    margin: 0 !important;
}

.final-consent {
    background: white;
    border: 2px solid #2F5E80;
    border-radius: 8px;
    padding: 15px;
    margin: 0;
}

.final-consent label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
    margin: 0;
}

.final-consent input[type="checkbox"] {
    width: 20px;
    height: 20px;
    accent-color: #2F5E80;
    margin-top: 2px;
    flex-shrink: 0;
}

.final-consent span {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    font-weight: 500;
}

.final-consent:has(input:checked) {
    background: #e7f3ff;
    border-color: #28a745;
}

/* Responsive */
@media (max-width: 768px) {
    .form-type-selector {
        padding: 15px 20px;
    }
    
    .prestation-dropdown {
        font-size: 14px;
        padding: 10px 12px;
    }
    
    .terms-content {
        padding: 20px;
        max-height: 300px;
        font-size: 13px;
    }
    
    .consent-section {
        padding: 15px 20px !important;
    }
    
    .final-consent {
        padding: 12px;
    }
    
    .final-consent span {
        font-size: 13px;
    }
}

/* ========================================
   MODE MAINTENANCE FORMULAIRE
   ======================================== */

/* Formulaire désactivé */
.form-disabled {
    opacity: 0.6;
    pointer-events: none;
    user-select: none;
}

.form-disabled input,
.form-disabled select,
.form-disabled textarea,
.form-disabled button {
    cursor: not-allowed !important;
}

/* Message de maintenance */
.maintenance-notice {
    background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
    border: 2px solid #ffc107;
    border-radius: 12px;
    padding: 30px;
    margin: 20px 30px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(255, 193, 7, 0.2);
}

.maintenance-icon {
    font-size: 3em;
    margin-bottom: 15px;
    animation: rotate 2s linear infinite;
}

@keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.maintenance-notice h4 {
    color: #856404;
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 15px 0;
}

.maintenance-notice p {
    color: #856404;
    font-size: 1em;
    line-height: 1.6;
    margin: 0 0 20px 0;
}

.contact-info-maintenance {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 8px;
    padding: 15px;
    margin-top: 20px;
}

.contact-info-maintenance p {
    margin: 8px 0;
    font-weight: 500;
}

.contact-info-maintenance strong {
    color: #2F5E80;
}

/* Responsive */
@media (max-width: 768px) {
    .maintenance-notice {
        padding: 20px;
        margin: 15px 20px;
    }
    
    .maintenance-icon {
        font-size: 2.5em;
    }
    
    .maintenance-notice h4 {
        font-size: 1.1em;
    }
    
    .maintenance-notice p {
        font-size: 0.95em;
    }
}