:root {
    --primary-color: #df134d;
    --secondary-color: #61afcb;
    --accent-color: #61afcb;
    --dark-color: #2c3e50;
    --light-color: #ffffff;
    --gradient-1: linear-gradient(135deg, #df134d 0%, #61afcb 100%);
    --gradient-2: linear-gradient(135deg, #df134d 0%, #df134d 100%);
    --gradient-3: linear-gradient(135deg, #df134d 0%, #61afcb 100%);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #ffffff;
}

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: var(--dark-color);
    background-color: #ffffff;
    overflow-x: hidden;
    padding-top: 0; /* Reset padding-top */
}
h2.text-center.h1.mb-5.aos-init.show.aos-animate {
    color: #1f2937;
}
li.mb-2 {
    color: #5c5c60;
}
p.lead {
    color: #575757;
}
.comparison-card.text-center {
    color: #646969;
}
/* Header Video Section */
.hero-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    margin-bottom: 0;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(223, 19, 77, 0.8), rgba(97, 175, 203, 0.6));
    z-index: -1;
}

.hero-content {
    text-align: center;
    color: white;
    z-index: 2;
    position: relative;
}

.hero-title {
    font-size: 4rem;
    font-weight: 800;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    animation: fadeInUp 1s ease-out;
    letter-spacing: -0.02em;
}

.hero-subtitle {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    animation: fadeInUp 1s ease-out 0.3s both;
}

.btn-hero {
    background: var(--gradient-1);
    border: none;
    padding: 15px 40px;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 50px;
    color: white;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(223, 19, 77, 0.4);
    animation: fadeInUp 1s ease-out 0.6s both;
}

.btn-hero:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(223, 19, 77, 0.6);
    color: white;
}

/* Navigation Bootstrap 5 Simple */
.navbar {
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    padding: 1rem 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 1030;
}

.navbar.scrolled {
    padding: 0.5rem 0;
    box-shadow: 0 2px 15px rgba(0,0,0,0.15);
}

.navbar-brand {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-color) !important;
    font-family: 'Montserrat', sans-serif;
}

.navbar-brand:hover {
    color: var(--primary-color) !important;
}

.navbar-nav {
    margin-left: auto;
    gap: 0.5rem;
}

.nav-link {
    color: var(--dark-color) !important;
    font-size: 1rem;
    font-weight: 500;
    padding: 0.5rem 1rem !important;
    transition: all 0.3s ease;
    position: relative;
    font-family: 'Montserrat', sans-serif;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.nav-link:hover::after {
    width: 80%;
}

.nav-link:hover {
    color: var(--primary-color) !important;
    transform: translateY(-1px);
}

.nav-link.active {
    color: var(--primary-color) !important;
    font-weight: 600;
}

.nav-link.active::after {
    width: 80%;
}

.navbar-toggler {
    border: none;
    padding: 0.5rem;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(223, 19, 77, 0.25);
}

/* 3D Cards */
.service-card {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    border: none;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--gradient-2);
    opacity: 0;
    transition: all 0.3s ease;
    z-index: -1;
}

.service-card:hover {
    transform: translateY(-15px) rotateX(5deg);
    box-shadow: 0 25px 50px rgba(0,0,0,0.2);
}

.service-card:hover::before {
    opacity: 0.1;
}

.service-icon {
    font-size: 3rem;
    background: var(--gradient-2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1rem;
}

/* Destination Cards */
.destination-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 400px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

.destination-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(0,0,0,0.3), rgba(0,0,0,0.6));
    z-index: 1;
    transition: all 0.3s ease;
}

.destination-card:hover {
    transform: scale(1.05);
}

.destination-card:hover::before {
    background: linear-gradient(45deg, rgba(223,19,77,0.4), rgba(97,175,203,0.4));
}

.destination-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 4px solid white;
    box-shadow: 0 0 0 2px rgba(223, 19, 77, 0.3);
}

.destination-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem;
    color: white;
    z-index: 2;
}

/* Section Styling */
.section-title {
    font-size: 3rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 3rem;
    background: var(--gradient-1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.01em;
}

.section-bg {
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
}

/* Contact Section */
.contact-info {
    padding: 2rem;
}

.contact-item {
    margin-bottom: 2rem;
}

.contact-icon {
    width: 50px;
    height: 50px;
    background: var(--gradient-1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.contact-item h6 {
    color: var(--dark-color);
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.contact-item p {
    color: #6c757d;
    margin-bottom: 0.25rem;
    line-height: 1.6;
}

.social-btn {
    width: 45px;
    height: 45px;
    background: var(--gradient-2);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.1rem;
}

.social-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
    color: white;
}

/* Form Styling */
.contact-form {
    background: white;
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 20px 60px rgba(0,0,0,0.1);
}

.contact-form h4 {
    color: var(--dark-color);
    font-weight: 600;
}

.form-control {
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: 15px;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(223, 19, 77, 0.25);
}

.btn-contact {
    background: var(--gradient-2);
    border: none;
    padding: 15px 40px;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 10px;
    color: white;
    transition: all 0.3s ease;
}

.btn-contact:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(97, 175, 203, 0.4);
}

/* Call to Action Section */
.cta-section {
    background: var(--gradient-1);
    padding: 3rem 2rem;
    border-radius: 20px;
    color: white;
}

.cta-section h3 {
    color: white;
    font-weight: 700;
}

.cta-section .lead {
    color: rgba(255,255,255,0.9);
}

.btn-cta {
    background: white;
    color: var(--primary-color);
    border: none;
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.btn-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255,255,255,0.3);
    color: var(--primary-color);
}

.btn-cta-outline {
    background: transparent;
    color: white;
    border: 2px solid white;
    padding: 10px 30px;
    font-weight: 600;
    border-radius: 25px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-cta-outline:hover {
    background: white;
    color: var(--primary-color);
    transform: translateY(-2px);
}

/* Footer */
.footer {
    background: var(--dark-color);
    color: white;
    padding: 3rem 0;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.floating {
    animation: floating 3s ease-in-out infinite;
}

@keyframes floating {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

/* About Section */
.about-content .lead {
    font-size: 1.3rem;
    color: var(--dark-color);
    margin-bottom: 1.5rem;
}

.about-image, .image-frame {
    width: 100%;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-frame {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
    border: 6px solid white;
    transition: all 0.3s ease;
}

.image-frame::before {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    background: var(--gradient-1);
    border-radius: 25px;
    z-index: -1;
}

.image-frame:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.2);
}

.image-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    transition: all 0.3s ease;
    z-index: 1;
    position: relative;
    display: block;
    opacity: 1 !important;
    transform: scale(1) !important;
}

.image-frame:hover img {
    transform: scale(1.02) !important;
}

.image-frame img[style*="opacity: 0"] {
    opacity: 1 !important;
}

.image-frame img[style*="transform: scale(0.95)"] {
    transform: scale(1) !important;
}

.stat-item {
    padding: 1rem;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    background: var(--gradient-3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
}

.stat-label {
    color: var(--dark-color);
    font-weight: 500;
    margin-bottom: 0;
}

/* Enhanced Service Cards */
.service-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
}

.service-list li {
    padding: 0.3rem 0;
    font-size: 0.9rem;
}

.price-from {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: var(--gradient-1);
    color: white;
    border-radius: 25px;
    font-size: 0.9rem;
    margin-top: 1rem;
}

/* Boutons "En savoir plus" */
.service-card .btn-outline-primary {
    border-color: var(--primary-color);
    color: var(--primary-color);
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    transition: all 0.3s ease;
    font-size: 0.85rem;
}

.service-card .btn-outline-primary:hover {
    background: var(--primary-color);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(223, 19, 77, 0.3);
}

.service-card .btn-outline-primary i {
    transition: transform 0.3s ease;
}

.service-card .btn-outline-primary:hover i {
    transform: translateX(3px);
}

/* Partners Section */
.partner-card {
    padding: 1.5rem 1rem;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.partner-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.partner-logo {
    max-width: 120px;
    max-height: 60px;
    object-fit: contain;
    margin-bottom: 1rem;
    filter: grayscale(70%);
    transition: all 0.3s ease;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 8px;
    background: white;
}

.partner-card:hover .partner-logo {
    filter: grayscale(0%);
    transform: scale(1.05);
    border-color: var(--primary-color);
    box-shadow: 0 4px 15px rgba(223, 19, 77, 0.2);
}

.partner-card h6 {
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 0.5rem;
}

/* Certification Badges */
.certification-badges {
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
    padding: 3rem 2rem;
    border-radius: 20px;
    margin-top: 2rem;
}

.badge-item {
    padding: 1rem;
}

.badge-item i {
    margin-bottom: 1rem;
}

.badge-item h6 {
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 0.5rem;
}

.badge-item .small {
    color: #6c757d;
}

/* Enhanced Destinations */
.destination-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 450px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    border: 5px solid white;
    background: white;
}

.destination-card::after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: var(--gradient-2);
    border-radius: 25px;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s ease;
}

.destination-card:hover::after {
    opacity: 1;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-title { font-size: 2.5rem; }
    .hero-subtitle { font-size: 1.2rem; }
    .section-title { font-size: 2rem; }
    
    .stat-number { font-size: 2rem; }
    .partner-logo { max-width: 80px; max-height: 40px; }
    .certification-badges { padding: 2rem 1rem; }
    .destination-card { height: 350px; }
}

#services {
    position: relative;
    overflow: hidden;
}

#services .parallax-bg {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100%;
    height: 120%;
    background: url('../images/le-morne.jpg') center center/cover no-repeat fixed;
    z-index: 0;
    will-change: transform;
    transition: transform 0.2s cubic-bezier(.4,0,.2,1);
}

#services::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(223,19,77,0.2), rgba(97,175,203,0.3));
    z-index: 1;
}

#services > .container {
    position: relative;
    z-index: 2;
}

/* Pour garder la lisibilité du texte */
#services .section-title,
#services p,
#services .service-card {
    color: white;
}

#services .service-card {
    background: rgba(30, 34, 45, 0.85); /* gris foncé avec opacité */
    color: #f8f9fa;
    box-shadow: 0 15px 35px rgba(0,0,0,0.18);
    border: 1px solid rgba(255,255,255,0.10);
}

#services .service-card h4,
#services .service-card ul,
#services .service-card .price-from,
#services .service-card p,
#services .service-card li {
    color: #f8f9fa !important;
}

#services .service-card .price-from {
    background: var(--gradient-2);
    color: #fff;
}

#services .service-card .bi-check-circle-fill {
    color: #61afcb !important;
}

#services .section-title {
    color: #fff;
    background: none;
    -webkit-text-fill-color: unset;
    text-shadow: 0 2px 8px rgba(0,0,0,0.25);
}

#services p,
#services .section-title + p {
    color: rgba(255,255,255,0.85) !important;
    text-shadow: 0 2px 8px rgba(0,0,0,0.18);
}

/* Styles personnalisés pour Flatpickr */
.flatpickr-input {
    background-color: #fff !important;
    cursor: pointer;
}

.flatpickr-input:focus {
    border-color: #df134d;
    box-shadow: 0 0 0 0.2rem rgba(223, 19, 77, 0.25);
}

/* Personnalisation du calendrier Flatpickr */
.flatpickr-calendar {
    font-family: 'Montserrat', sans-serif;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    border: none;
}

.flatpickr-day.selected {
    background: linear-gradient(135deg, #df134d 0%, #60c0e3 100%);
    border-color: #df134d;
}

.flatpickr-day.selected:hover {
    background: linear-gradient(135deg, #c0103f 0%, #4fa8c7 100%);
}

.flatpickr-day.today {
    border-color: #df134d;
    color: #df134d;
}

.flatpickr-day:hover {
    background-color: rgba(223, 19, 77, 0.1);
}

.flatpickr-months .flatpickr-month {
    background: linear-gradient(135deg, #df134d 0%, #61afcb 100%);
    color: white;
    border-radius: 12px 12px 0 0;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    color: white;
}

.flatpickr-current-month .flatpickr-monthDropdown-months option {
    color: #333;
}

.flatpickr-weekdays {
    background-color: #ffffff;
}

.flatpickr-weekday {
    color: #6c757d;
    font-weight: 600;
}

/* Responsive pour mobile */
@media (max-width: 768px) {
    .flatpickr-calendar {
        width: 100% !important;
        max-width: 320px;
        margin: 0 auto;
    }
    
    .flatpickr-day {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    
    .flatpickr-months .flatpickr-month {
        height: 50px;
        line-height: 50px;
    }
}

/* Animation d'ouverture */
.flatpickr-calendar.open {
    animation: flatpickrFadeIn 0.3s ease-out;
}

@keyframes flatpickrFadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Navigation */
@media (max-width: 991.98px) {
    .navbar-collapse {
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(15px);
        padding: 1rem;
        border-radius: 10px;
        margin-top: 1rem;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }
    
    .nav-link {
        padding: 0.7rem 1rem !important;
        text-align: center;
        margin: 0.25rem 0;
    }
    
    .nav-link::after {
        display: none;
    }
    
    .navbar-nav {
        gap: 0;
    }
}

@media (max-width: 576px) {
    .navbar-brand {
        font-size: 1.3rem;
    }
    
    .navbar {
        padding: 0.75rem 0;
    }
}

/* Animation pour le menu mobile */
@keyframes slideDown {
    from {
        transform: translateY(-10px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.navbar-collapse.show {
    animation: slideDown 0.3s ease forwards;
}

/* Enhanced Destinations Section */
.destination-selector {
    margin-bottom: 3rem;
}

.destination-selector .btn-group {
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    border-radius: 50px;
    overflow: hidden;
}

.destination-selector .btn {
    padding: 1rem 2rem;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
}

.destination-selector .btn-outline-primary {
    background: white;
    color: var(--dark-color);
    border: 2px solid #e9ecef;
}

.destination-selector .btn-check:checked + .btn-outline-primary {
    background: #df134d;
    color: white;
    border-color: #61afcb;
    transform: scale(1.05);
}

.destination-content {
    display: none;
    animation: fadeIn 0.5s ease-in-out;
    position: relative;
    z-index: 1;
}

.destination-content.active {
    display: block;
}

.destination-hero {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.destination-hero-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.destination-hero:hover .destination-hero-img {
    transform: scale(1.05);
}

.destination-hero-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
    color: white;
    padding: 30px 20px 20px;
    text-align: center;
}

.destination-hero-overlay h3 {
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
}

.destination-hero-overlay p {
    margin: 5px 0 0;
    font-size: 1.1rem;
    opacity: 0.9;
}

.destination-info h4 {
    color: var(--primary-color);
    margin-bottom: 1rem;
    font-weight: 600;
}

.destination-highlights {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: rgba(223, 19, 77, 0.05);
    border-radius: 10px;
    border-left: 4px solid var(--primary-color);
}

.highlight-item i {
    font-size: 1.5rem;
    min-width: 30px;
}

.highlight-item h6 {
    margin: 0;
    font-weight: 600;
    color: var(--dark-color);
}

.highlight-item small {
    color: #61afcb;
}

.destination-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 1rem;
    margin: 2rem 0;
}

.stat-card {
    background: white;
    padding: 1.5rem 1rem;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    border: 1px solid rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.stat-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--primary-color), #61afcb);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    color: white;
    font-size: 1.2rem;
}

.stat-info h5 {
    margin: 0;
    font-weight: 700;
    color: var(--dark-color);
    font-size: 1.1rem;
}

.stat-info span {
    font-size: 0.85rem;
    color: var(--text-muted);
}

.destination-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.destination-actions .btn {
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    font-weight: 500;
    transition: all 0.3s ease;
}

/* Galerie Photos */
.destination-gallery {
    margin: 3rem 0;
}

.gallery-item {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.gallery-item:hover {
    transform: translateY(-5px);
}

.gallery-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease;
    opacity: 1 !important;
    transform: scale(1) !important;
}

.gallery-item:hover img {
    transform: scale(1.1) !important;
}

.gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    color: white;
    padding: 20px 15px 15px;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
    transform: translateY(0);
}

.gallery-overlay h6 {
    margin: 0;
    font-weight: 600;
    font-size: 1rem;
}

.gallery-overlay small {
    opacity: 0.9;
    font-size: 0.85rem;
}

/* Forcer l'affichage des images malgré les styles inline */
.gallery-item img[style*="opacity: 0"] {
    opacity: 1 !important;
}

.gallery-item img[style*="transform: scale(0.95)"] {
    transform: scale(1) !important;
}

/* Règles plus spécifiques pour forcer l'affichage */
#destinations .gallery-item img {
    opacity: 1 !important;
    transform: scale(1) !important;
    visibility: visible !important;
    display: block !important;
}

#destinations .gallery-item img[style] {
    opacity: 1 !important;
    transform: scale(1) !important;
    visibility: visible !important;
}

/* Règles pour toutes les images de destination */
.destination-content .gallery-item img,
.destination-gallery .gallery-item img,
.gallery-item img {
    opacity: 1 !important;
    transform: scale(1) !important;
    visibility: visible !important;
    display: block !important;
}

/* Règles spécifiques pour les styles inline */
img[style*="opacity: 0"] {
    opacity: 1 !important;
}

img[style*="transform: scale(0.95)"] {
    transform: scale(1) !important;
}

/* Activités */
.activity-card {
    background: white;
    padding: 2rem 1.5rem;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    border: 1px solid rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    height: 100%;
}

.activity-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.activity-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-color), #61afcb);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: white;
    font-size: 1.5rem;
}

.activity-card h6 {
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: var(--dark-color);
}

.activity-card p {
    margin: 0;
    color: #61afcb;
    font-size: 0.9rem;
    line-height: 1.4;
}

/* Informations Pratiques */
.practical-info h6 {
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

.practical-info h6 i {
    margin-right: 0.5rem;
    font-size: 1.1rem;
}

.practical-info p {
    margin-bottom: 1.5rem;
    line-height: 1.5;
    color: #6c757d;
}

/* Comparaison */
.destination-comparison {
    background: linear-gradient(135deg, #ffffff, #ffffff);
    padding: 3rem 2rem;
    border-radius: 20px;
    margin-top: 3rem;
}

.comparison-card {
    background: white;
    padding: 2rem 1.5rem;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
}

.comparison-card:hover {
    transform: translateY(-5px);
}

.comparison-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-color), #61afcb);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: white;
    font-size: 1.5rem;
}

.comparison-card h5 {
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: var(--dark-color);
}

.comparison-card p {
    margin: 0;
    color: var(--text-muted);
    font-size: 0.9rem;
}

/* Responsive */
@media (max-width: 768px) {
    .destination-hero-img {
        height: 300px;
    }
    
    .destination-hero-overlay h3 {
        font-size: 1.5rem;
    }
    
    .destination-stats {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .destination-actions {
        flex-direction: column;
    }
    
    .destination-actions .btn {
        width: 100%;
    }
    
    .gallery-item img {
        height: 200px;
    }
    
    .activity-card {
        padding: 1.5rem 1rem;
    }
    
    .comparison-card {
        padding: 1.5rem 1rem;
    }
}

@media (max-width: 576px) {
    .destination-stats {
        grid-template-columns: 1fr;
    }
    
    .highlight-item {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }
}

/* Sections générales */
section {
    position: relative;
    z-index: 1;
}

/* section:not(#home) {
    background: white;
} */

/* Section Destinations - Styles enrichis */
#destinations {
    position: relative;
    z-index: 1;
    background: white;
    margin-top: 0;
    padding-top: 2rem;
}

/* Section Partenaires - Design Moderne */
#partners {
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

#partners::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
    z-index: 0;
}

#partners .container {
    position: relative;
    z-index: 1;
}

/* Cartes Partenaires Modernes */
.partner-card-modern {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border: 1px solid rgba(0,0,0,0.05);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.partner-card-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), #61afcb);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.partner-card-modern:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.partner-card-modern:hover::before {
    transform: scaleX(1);
}

/* Header de la carte */
.partner-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.partner-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-color), #61afcb);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    box-shadow: 0 5px 15px rgba(97, 175, 203, 0.55);
}

.partner-badge {
    background: linear-gradient(135deg, #61afcb, var(--primary-color));
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Contenu de la carte */
.partner-content h4 {
    color: var(--dark-color);
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.partner-description {
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}

/* Tags de fonctionnalités */
.partner-features {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.feature-tag {
    background: rgba(223, 19, 77, 0.1);
    color: var(--primary-color);
    padding: 0.3rem 0.8rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 500;
    border: 1px solid rgba(223, 19, 77, 0.2);
    transition: all 0.3s ease;
}

.feature-tag:hover {
    background: var(--primary-color);
    color: white;
    transform: translateY(-2px);
}

/* Footer de la carte */
.partner-footer {
    border-top: 1px solid rgba(0,0,0,0.05);
    padding-top: 1rem;
    margin-top: auto;
}

.partner-link {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

.partner-link:hover {
    color: #61afcb;
    transform: translateX(5px);
}

.partner-link i {
    transition: transform 0.3s ease;
}

.partner-link:hover i {
    transform: translateX(3px);
}

/* Section Certifications */
.certifications-section {
    margin-top: 4rem;
    padding-top: 3rem;
    border-top: 1px solid rgba(0,0,0,0.1);
}

.certifications-title {
    color: var(--dark-color);
    font-weight: 700;
    margin-bottom: 1rem;
}

.certification-card {
    background: white;
    border-radius: 15px;
    padding: 2rem 1.5rem;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    border: 1px solid rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    height: 100%;
}

.certification-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.certification-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-color), #61afcb);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: white;
    font-size: 2rem;
    box-shadow: 0 5px 15px rgba(97, 175, 203, 0.55);
}

.certification-card h5 {
    color: var(--dark-color);
    font-weight: 700;
    margin-bottom: 1rem;
}

.certification-card p {
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 1rem;
}

.certification-number {
    background: linear-gradient(135deg, #ffffff, #ffffff);
    color: var(--primary-color);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
    display: inline-block;
}

/* Call to Action Partenaires */
.partners-cta {
    background: linear-gradient(135deg, var(--primary-color), #61afcb);
    border-radius: 20px;
    padding: 3rem 2rem;
    color: white;
    margin-top: 3rem;
}

.cta-content h4 {
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 1.8rem;
}

.cta-content p {
    opacity: 0.9;
    margin-bottom: 2rem;
    font-size: 1.1rem;
}

.partners-cta .btn {
    background: white;
    color: var(--primary-color);
    border: none;
    padding: 1rem 2rem;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.partners-cta .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.3);
    background: #ffffff;
}

/* Responsive */
@media (max-width: 768px) {
    .partner-card-modern {
        padding: 1.5rem;
    }
    
    .partner-icon {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
    
    .partner-badge {
        padding: 0.4rem 0.8rem;
        font-size: 0.7rem;
    }
    
    .certification-card {
        padding: 1.5rem 1rem;
    }
    
    .certification-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    
    .partners-cta {
        padding: 2rem 1rem;
    }
    
    .cta-content h4 {
        font-size: 1.5rem;
    }
}

/* ===== SECTION CONTACT MODERNE ===== */
.contact-info-modern {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.contact-section-title {
    color: #2c3e50;
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 3px solid var(--primary-color);
    padding-bottom: 0.5rem;
}

.contact-block {
    margin-bottom: 2rem;
}

.contact-block-title {
    color: #34495e;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
    padding: 0.75rem;
    background: #f8f9fa;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.contact-item:hover {
    background: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.contact-icon {
    background: var(--primary-color);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
}

.contact-details {
    flex: 1;
}

.location-title, .phone-title {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.25rem;
    font-size: 0.95rem;
}

.location-address {
    color: #6c757d;
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.4;
}

.phone-number {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.phone-number:hover {
    color: #0056b3;
    text-decoration: underline;
}

.email-link {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.email-link:hover {
    color: #0056b3;
    text-decoration: underline;
}

.schedule-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(97, 175, 203, 0.3);
}

.schedule-item:last-child {
    border-bottom: none;
}

.schedule-item.emergency {
    background: #fff3cd;
    padding: 0.75rem;
    border-radius: 8px;
    margin-top: 0.5rem;
    border: 1px solid #ffeaa7;
}

.schedule-days {
    font-weight: 600;
    color: #2c3e50;
    font-size: 0.9rem;
}

.schedule-hours {
    color: #6c757d;
    font-size: 0.9rem;
}

.schedule-item.emergency .schedule-hours {
    color: #856404;
    font-weight: 600;
}

/* Formulaire de contact moderne */
.contact-form-modern {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.form-floating {
    margin-bottom: 1rem;
}

.form-floating > .form-control,
.form-floating > .form-select {
    border: 2px solid rgba(97, 175, 203, 0.3);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.form-floating > .form-control:focus,
.form-floating > .form-select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.form-floating > label {
    color: #6c757d;
    font-weight: 500;
}

.form-check {
    margin: 1.5rem 0;
}

.form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.form-check-label {
    color: #6c757d;
    font-size: 0.9rem;
    line-height: 1.4;
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary-color) 0%, #61afcb 100%);
    border: none;
    border-radius: 10px;
    padding: 1rem 2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(223, 19, 77, 0.3);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(223, 19, 77, 0.4);
    background: linear-gradient(135deg, #61afcb 0%, var(--primary-color) 100%);
}



/* Responsive design pour la section contact */
@media (max-width: 768px) {
    .contact-info-modern,
    .contact-form-modern {
        padding: 1.5rem;
        margin-bottom: 2rem;
    }
    
    .contact-item {
        flex-direction: column;
        text-align: center;
    }
    
    .contact-icon {
        margin-right: 0;
        margin-bottom: 0.5rem;
    }
    
    .schedule-item {
        flex-direction: column;
        text-align: center;
        gap: 0.25rem;
    }
}

/* Animation pour les éléments de contact */
.contact-item {
    animation: slideInLeft 0.6s ease-out;
}

.contact-item:nth-child(2) {
    animation-delay: 0.1s;
}

.contact-item:nth-child(3) {
    animation-delay: 0.2s;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* ===== FIN SECTION CONTACT MODERNE ===== */

/* ===== FOOTER MODERNE ===== */
.footer-modern {
    background: linear-gradient(135deg, #2c3e50 0%, #2c3e50 100%);
    color: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 4rem 0 0;
}

.footer-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23ffffff" opacity="0.03"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    pointer-events: none;
}

/* Section principale */
.footer-modern .footer-main {
    position: relative;
    z-index: 1;
    padding-bottom: 3rem;
}

/* Logo et description */
.footer-modern .footer-brand {
    margin-bottom: 2rem;
}

.footer-modern .footer-logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #ffffff;
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
}

.footer-modern .footer-logo i {
    color: var(--primary-color);
    font-size: 2rem;
}

.footer-modern .footer-description {
    color: #bdc3c7;
    line-height: 1.6;
    margin-bottom: 2rem;
    font-size: 0.95rem;
}

.footer-modern .footer-social {
    display: flex;
    gap: 1rem;
}

.footer-modern .social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.2rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-modern .social-link:hover {
    background: var(--primary-color);
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(223, 19, 77, 0.3);
}

/* Sections du footer */
.footer-modern .footer-section {
    margin-bottom: 2rem;
}

.footer-modern .footer-title {
    color: #ffffff;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 0.75rem;
}

.footer-modern .footer-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: var(--primary-color);
    border-radius: 2px;
}

.footer-modern .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-modern .footer-links li {
    margin-bottom: 0.75rem;
}

.footer-modern .footer-links a {
    color: #bdc3c7;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    position: relative;
    padding-left: 0;
    display: inline-block;
}

.footer-modern .footer-links a::before {
    content: '→';
    color: var(--primary-color);
    margin-right: 0.5rem;
    opacity: 0;
    transition: all 0.3s ease;
    position: absolute;
    left: -15px;
}

.footer-modern .footer-links a:hover {
    color: #ffffff;
    padding-left: 15px;
}

.footer-modern .footer-links a:hover::before {
    opacity: 1;
}

/* Contact dans le footer */
.footer-modern .footer-contact {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.footer-modern .footer-contact .contact-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 0.75rem 0;
}

.footer-modern .footer-contact .contact-icon {
    background: var(--primary-color);
    color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1rem;
    box-shadow: 0 4px 15px rgba(223, 19, 77, 0.3);
}

.footer-modern .footer-contact .contact-info {
    flex: 1;
}

.footer-modern .footer-contact .contact-info h6 {
    color: #ffffff;
    font-weight: 600;
    font-size: 0.95rem;
    margin-bottom: 0.25rem;
}

.footer-modern .footer-contact .contact-info p {
    color: #bdc3c7;
    font-size: 0.85rem;
    margin: 0;
    line-height: 1.4;
}

.footer-modern .footer-contact .contact-info a {
    color: #bdc3c7;
    text-decoration: none;
    font-size: 0.85rem;
    transition: color 0.3s ease;
}

.footer-modern .footer-contact .contact-info a:hover {
    color: var(--primary-color);
}

/* Section informations */
.footer-modern .footer-info {
    position: relative;
    z-index: 1;
    padding: 3rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-modern .info-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    height: 100%;
}

.footer-modern .info-card:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.footer-modern .info-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.footer-modern .info-header i {
    color: var(--primary-color);
    font-size: 1.5rem;
}

.footer-modern .info-header h6 {
    color: #ffffff;
    font-weight: 600;
    font-size: 1.1rem;
    margin: 0;
}

.footer-modern .info-content {
    color: #bdc3c7;
}

/* Horaires */
.footer-modern .schedule-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-modern .schedule-item:last-child {
    border-bottom: none;
}

.footer-modern .schedule-item.emergency {
    background: rgba(223, 19, 77, 0.1);
    padding: 1rem;
    border-radius: 10px;
    margin-top: 0.5rem;
    border: 1px solid rgba(223, 19, 77, 0.3);
}

.footer-modern .schedule-day {
    font-weight: 600;
    color: #ffffff;
    font-size: 0.9rem;
}

.footer-modern .schedule-time {
    color: #bdc3c7;
    font-size: 0.9rem;
}

.footer-modern .schedule-item.emergency .schedule-time {
    color: #df134d;
    font-weight: 600;
}

/* Certifications */
.footer-modern .certification-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.footer-modern .certification-item:last-child {
    margin-bottom: 0;
}

.footer-modern .certification-item i {
    color: #61afcb;
    font-size: 1.1rem;
}

/* Newsletter */
.footer-modern .newsletter-text {
    color: #bdc3c7;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}

.footer-modern .newsletter-form .input-group {
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.footer-modern .newsletter-form .form-control {
    border: none;
    padding: 0.875rem 1.25rem;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    backdrop-filter: blur(10px);
}

.footer-modern .newsletter-form .form-control::placeholder {
    color: #bdc3c7;
}

.footer-modern .newsletter-form .form-control:focus {
    background: rgba(255, 255, 255, 0.15);
    box-shadow: none;
    color: #ffffff;
}

.footer-modern .newsletter-form .btn {
    border: none;
    padding: 0.875rem 1.5rem;
    background: var(--primary-color);
    color: #ffffff;
    border-radius: 0 25px 25px 0;
    transition: all 0.3s ease;
    font-weight: 600;
}

.footer-modern .newsletter-form .btn:hover {
    background: #61afcb;
    transform: translateX(2px);
    box-shadow: 0 4px 15px rgba(97, 175, 203, 0.4);
}

/* Footer bottom */
.footer-modern .footer-bottom {
    background: rgba(0, 0, 0, 0.3);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.5rem 0;
    position: relative;
    z-index: 1;
}

.footer-modern .copyright-text {
    color: #bdc3c7;
    font-size: 0.9rem;
    margin: 0;
}

.footer-modern .footer-bottom-links {
    display: flex;
    gap: 2rem;
    justify-content: flex-end;
}

.footer-modern .bottom-link {
    color: #bdc3c7;
    text-decoration: none;
    font-size: 0.85rem;
    transition: color 0.3s ease;
    font-weight: 500;
}

.footer-modern .bottom-link:hover {
    color: var(--primary-color);
}

/* Bouton retour en haut */
.footer-modern .back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 55px;
    height: 55px;
    background: var(--primary-color);
    color: #ffffff;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    z-index: 1000;
    box-shadow: 0 8px 25px rgba(223, 19, 77, 0.3);
}

.footer-modern .back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.footer-modern .back-to-top:hover {
    background: #61afcb;
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(97, 175, 203, 0.4);
}

/* Responsive design pour le footer */
@media (max-width: 768px) {
    .footer-modern {
        padding: 3rem 0 0;
    }
    
    .footer-modern .footer-main {
        padding-bottom: 2rem;
    }
    
    .footer-modern .footer-info {
        padding: 2rem 0;
    }
    
    .footer-modern .footer-social {
        justify-content: center;
    }
    
    .footer-modern .footer-contact .contact-item {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .footer-modern .footer-contact .contact-icon {
        margin: 0 auto;
    }
    
    .footer-modern .schedule-item {
        flex-direction: column;
        text-align: center;
        gap: 0.25rem;
    }
    
    .footer-modern .footer-bottom-links {
        justify-content: center;
        margin-top: 1rem;
        gap: 1.5rem;
    }
    
    .footer-modern .back-to-top {
        bottom: 20px;
        right: 20px;
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
    
    .footer-modern .info-card {
        padding: 1.5rem;
    }
}

/* Animation pour les éléments du footer */
.footer-modern .footer-section {
    animation: fadeInUp 0.6s ease-out;
}

.footer-modern .footer-section:nth-child(2) {
    animation-delay: 0.1s;
}

.footer-modern .footer-section:nth-child(3) {
    animation-delay: 0.2s;
}

.footer-modern .footer-section:nth-child(4) {
    animation-delay: 0.3s;
}

.footer-modern .info-card {
    animation: fadeInUp 0.6s ease-out;
}

.footer-modern .info-card:nth-child(1) {
    animation-delay: 0.1s;
}

.footer-modern .info-card:nth-child(2) {
    animation-delay: 0.2s;
}

.footer-modern .info-card:nth-child(3) {
    animation-delay: 0.3s;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
} 