/* Custom Styles - Styles inline externalisés depuis index.html */

/* ========================================
   PRELOADER
   ======================================== */
.loaderlogo {
    width: 100px;
    height: 100px;
}

/* ========================================
   SECTIONS
   ======================================== */
.section-histoire {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

/* ========================================
   TITRES & TEXTES
   ======================================== */
.text-primary-dark {
    color: #00292A !important;
}

.text-primary-green {
    color: #B4CE49 !important;
}

.font-size-16 {
    font-size: 16px;
}

.font-weight-bold-custom {
    font-weight: bold;
    color: #00292a;
}

/* ========================================
   SERVICES
   ======================================== */
.service-section-bg {
    background: #F3FBF1;
}

.service-card-bg {
    background: #B4CE49;
    min-height: 430px !important;
}

.service-card-bg-tall {
    background: #B4CE49;
    min-height: 500px !important;
}

/* ========================================
   HERO SLIDER
   ======================================== */
.hero-slider-item {
    /* Styles pour les slides */
}

/* ========================================
   MODAL
   ======================================== */
.modal-img-responsive {
    width: 100%;
    max-width: 800px;
    height: auto;
}

@media (max-width: 768px) {
    .modal-img-responsive {
        width: 100%;
    }
}

/* ========================================
   PRÉSENTATION APP
   ======================================== */
.app-section-container {
    margin-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
}

.app-section-text {
    text-align: justify;
}

.app-store-logo {
    max-width: 150px;
    width: 150px;
}

.app-animation {
    visibility: visible;
    animation-duration: 1500ms;
    animation-delay: 0.2s;
    animation-name: fadeIn;
}

/* ========================================
   ÉVÉNEMENTS
   ======================================== */
.event-link-color {
    color: #B4CE49;
}

/* ========================================
   TIMELINE
   ======================================== */
.timeline-primary-color {
    color: #B4CE49 !important;
}

.timeline-bg-primary {
    background-color: #B4CE49 !important;
}

/* ========================================
   VIDÉO SECTION
   ======================================== */
.video-section-bg {
    padding-top: 30px;
    background: #F3FBF1;
}

.video-iframe {
    border-radius: 50px;
    overflow: hidden;
    border: none;
}

/* ========================================
   TÉMOIGNAGES
   ======================================== */
.review-card-height {
    height: 500px;
}

.review-content-height {
    height: 13rem;
}

/* ========================================
   CONTACT
   ======================================== */
.contact-section-bg {
    background: #F3FBF1;
}

.contact-form-padding {
    padding: 20px 30px !important;
}

/* ========================================
   ÉQUIPE
   ======================================== */
.team-section-bg {
    background: #F3FBF1;
}

/* ========================================
   RESPONSIVE
   ======================================== */
@media (max-width: 768px) {
    .app-section-container {
        margin-top: 50px;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .app-store-logo {
        max-width: 120px;
        width: 120px;
    }
    
    .service-card-bg,
    .service-card-bg-tall {
        min-height: auto !important;
    }
}

/* ========================================
   UTILITIES
   ======================================== */
.text-white {
    color: #fff !important;
}

.bg-light-green {
    background: #F3FBF1 !important;
}

.border-radius-50 {
    border-radius: 50px;
}

