/* ============================================
   PAGE ACCUEIL
   ============================================ */

/* Variables spécifiques à la page d'accueil */
:root {
    --hero-overlay: rgba(0, 0, 0, 0.5);
    --hero-text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    --hero-text-shadow-strong: 2px 2px 6px rgba(0, 0, 0, 0.8);
    --services-border: #ddd;
    --services-hover-bg: #f8f8f8;
}

body {
    background-color: var(--color-bg-cream);  /* Gris clair */
}

/* Forcer la police Caviar Dreams sur toute la page CIR */
.cir-hero,
.cir-section,
.cir-hero *,
.cir-section * {
    font-family: 'Caviar Dreams', sans-serif !important;
}

/* ============================================
   RESPONSIVE - TRÈS GRANDS ÉCRANS (> 14 pouces)
   ============================================ */

/* Écrans 2K et plus (2560px+) */
@media screen and (min-width: 2560px) {
    .hero-video-section {
        height: 85vh;
        min-height: 700px;
    }
    
    .hero-content-wrapper {
        padding: 3rem clamp(3rem, 8vw, 6rem);
    }
    
    .hero-text {
        max-width: 1400px;
        padding: 0 3rem;
    }
    
    .hero-title {
        font-size: clamp(3rem, 5vw, 4rem) !important;
    }
    
    .hero-subtitle {
        font-size: clamp(1.4rem, 2.5vw, 1.8rem);
        max-width: 800px;
    }
    
    .hero-button {
        padding: 1.2rem 3.5rem;
        font-size: 1.3rem;
    }
    
    /* Conteneurs plus larges */
    .slogan-container,
    .intro-container,
    .about-container,
    .publications-container,
    .clients-container,
    .contact-cta-container {
        max-width: 1600px;
    }
    
    .services-grid {
        max-width: 1600px;
    }
    
    /* Textes plus grands */
    .slogan-title,
    .intro-title,
    .about-title,
    .clients-title {
        font-size: clamp(3rem, 4vw, 4rem);
    }
    
    .slogan-signature,
    .intro-text,
    .about-text {
        font-size: clamp(1.3rem, 2vw, 1.6rem);
    }
    
    /* Publications - 5 cartes visibles */
    .publication-card {
        min-width: calc((100% - 120px) / 5);
        max-width: 350px;
    }
    
    .publication-image {
        height: 250px;
    }
    
    /* Services - texte plus espacé */
    .service-bloc {
        padding: 3rem 2.5rem;
    }
    
    .service-bloc .titre {
        font-size: 1.5rem;
    }
    
    .service-bloc .description {
        font-size: 1.15rem;
    }
    
    .service-bloc .fleche {
        font-size: 42px;
    }
    
    /* Clients */
    .clients-wrapper {
        min-height: 500px;
        padding: 6rem;
    }
    
    .client-logo-wrapper {
        width: 180px;
        height: 180px;
    }
    
    .client-logo {
        max-width: 120px;
        max-height: 120px;
    }
    
    .client-quote {
        font-size: 1.3rem;
        max-width: 900px;
    }
}

/* Écrans 4K et ultra-larges (3840px+) */
@media screen and (min-width: 3840px) {
    .hero-video-section {
        height: 90vh;
        min-height: 900px;
    }
    
    .hero-content-wrapper {
        padding: 4rem clamp(4rem, 10vw, 8rem);
    }
    
    .hero-text {
        max-width: 2000px;
        padding: 0 4rem;
    }
    
    .hero-title {
        font-size: clamp(4rem, 5vw, 5.5rem) !important;
        margin-bottom: 2rem !important;
    }
    
    .hero-subtitle {
        font-size: clamp(1.8rem, 3vw, 2.2rem);
        max-width: 1000px;
        margin-bottom: 3rem;
    }
    
    .hero-button {
        padding: 1.5rem 4rem;
        font-size: 1.5rem;
    }
    
    /* Conteneurs très larges */
    .slogan-container,
    .intro-container,
    .about-container,
    .publications-container,
    .clients-container,
    .contact-cta-container {
        max-width: 2400px;
    }
    
    .services-grid {
        max-width: 2400px;
    }
    
    /* Textes très grands */
    .slogan-title,
    .intro-title,
    .about-title,
    .clients-title {
        font-size: clamp(4rem, 5vw, 5.5rem);
    }
    
    .slogan-signature,
    .intro-text,
    .about-text {
        font-size: clamp(1.6rem, 2.5vw, 2rem);
    }
    
    /* Publications - 6 cartes visibles */
    .publication-card {
        min-width: calc((100% - 150px) / 6);
        max-width: 400px;
    }
    
    .publication-image {
        height: 300px;
    }
    
    .publication-card h3,
    .publication-name {
        font-size: 1.4rem;
    }
    
    .btn-publication {
        padding: 0.8rem 2rem;
        font-size: 1.1rem;
    }
    
    /* Services */
    .service-bloc {
        padding: 4rem 3rem;
    }
    
    .service-bloc .titre {
        font-size: 1.8rem;
    }
    
    .service-bloc .description {
        font-size: 1.3rem;
    }
    
    .service-bloc .fleche {
        font-size: 52px;
    }
    
    /* Clients */
    .clients-wrapper {
        min-height: 600px;
        padding: 8rem;
    }
    
    .client-logo-wrapper {
        width: 220px;
        height: 220px;
    }
    
    .client-logo {
        max-width: 150px;
        max-height: 150px;
    }
    
    .client-quote {
        font-size: 1.6rem;
        max-width: 1200px;
    }
    
    .client-name {
        font-size: 1.5rem;
    }
    
    .client-position {
        font-size: 1.2rem;
    }
    
    /* Boutons plus gros */
    .btn-slogan,
    .btn-services,
    .btn-about,
    .btn-contact-cta {
        padding: 1.5rem 4rem;
        font-size: 1.3rem;
    }
    
    /* Flèches plus grosses */
    .pub-arrow,
    .carousel-arrow-left,
    .carousel-arrow-right {
        width: 80px;
        height: 80px;
        font-size: 36px;
    }
}

/* Écrans ultra-larges spécifiques (entre 1920px et 2560px) */
@media screen and (min-width: 1920px) and (max-width: 2559px) {
    .hero-video-section {
        height: 82vh;
        min-height: 650px;
    }
    
    .hero-text {
        max-width: 1300px;
    }
    
    .slogan-container,
    .intro-container,
    .about-container,
    .publications-container,
    .clients-container,
    .contact-cta-container {
        max-width: 1400px;
    }
    
    .services-grid {
        max-width: 1400px;
    }
}

/* ============================================
   HERO SECTION AVEC VIDÉO
   ============================================ */
.hero-video-section {
    position: relative;
    width: 100%;
    height: 80vh;
    min-height: 500px;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    z-index: 0;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--hero-overlay);
    z-index: 1;
}

.hero-content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}

.hero-text {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    
    text-align: left;
    color: white;
    width: 90%;
    max-width: 900px;
}


.hero-location {
    font-size: clamp(1rem, 2vw, 1.2rem);
    font-weight: 600;
    border-bottom: 3px solid var(--color-gold);
    padding-bottom: 0.5rem;
    margin-bottom: 0.8rem;
    color: var(--color-white);
    display: inline-block;
    letter-spacing: 1px;
    text-shadow: var(--hero-text-shadow);
}

.hero-title {
    font-size: clamp(1.8rem, 4.5vw, 3rem) !important;
    margin: 0 0 clamp(1.5rem, 4vh, 2.5rem) 0 !important;
    color: var(--color-white) !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    text-shadow: var(--hero-text-shadow-strong) !important;
}

.hero-subtitle {
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    margin-bottom: clamp(2.5rem, 5vh, 4rem); 
    color: #FFFFFF;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
    font-weight: 600;
    line-height: 1.4;
    position: relative;
    z-index: 10;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.hero-button {
    display: inline-block;
    padding: clamp(0.8rem, 2vw, 1rem) clamp(2rem, 3vw, 2.5rem);
    background: var(--color-gold-dark);
    color: var(--color-white);
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: clamp(0.95rem, 2vw, 1.1rem);
    transition: var(--transition-base);
    box-shadow: var(--shadow-md);
}

.hero-button:hover {
    background: var(--color-gold-dark);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* ============================================
   SECTION SLOGAN
   ============================================ */
.slogan-section {
    display: flex !important;
    align-items: center !important;
    min-height: 60vh;
    padding: clamp(3rem, 8vw, 5rem) clamp(1rem, 3vw, 2rem);
}

.mot-colore {
    color: var(--color-purple) !important; 
}

.slogan-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(1rem, 3vw, 2.5rem);
    align-items: center !important;
    text-align: center !important;
}

.slogan-title {
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-weight: 700;
    color: var(--color-text-dark);
    margin-bottom: clamp(1rem, 3vw, 1.5rem);
    line-height: 1.3;
    text-align: center !important;
}

.slogan-signature {
    font-size: clamp(1.1rem, 2vw, 1.3rem);
    color: var(--color-text-gray);
    font-style: italic;
    margin-bottom: clamp(2rem, 4vw, 2.5rem);
    font-weight: 500;
    text-align: center !important;
}

.btn-slogan {
    display: inline-block;
    padding: clamp(1rem, 2vw, 1.2rem) clamp(2rem, 4vw, 3rem);
    background: var(--color-gold);
    color: var(--color-white);
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: clamp(1rem, 2vw, 1.1rem);
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(167, 134, 77, 0.3);
}

.btn-slogan:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(167, 134, 77, 0.4);
}

/* ============================================
   INTRO SECTION
   ============================================ */
.intro-section {
    padding: 0 0;
}

.intro-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 3vw, 2.5rem);
}

.intro-title {
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-weight: 700;
    color: var(--color-text-dark);
    margin-bottom: clamp(1rem, 3vw, 1.5rem);
    line-height: 1.3;
    text-align: center;
}

.intro-text {
    font-size: clamp(1.1rem, 2vw, 1.3rem);
    color: var(--color-text-gray);
    margin-bottom: clamp(2rem, 4vw, 2.5rem);
    font-weight: 500;
    text-align: center;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

/* ============================================
   SERVICES CTA
   ============================================ */
.services-cta {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 clamp(3rem, 5vw, 4rem) 0;
}

.btn-services {
    display: inline-block;
    padding: clamp(0.8rem, 2vw, 1.2rem) clamp(1.5rem, 4vw, 3rem);
    background: var(--color-gold);
    color: var(--color-white);
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: clamp(0.9rem, 2vw, 1.1rem);
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(167, 134, 77, 0.3);
}

.btn-services:hover {
    background: var(--color-gold-dark);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(167, 134, 77, 0.4);
}

/* ============================================
   IMAGE PLEINE LARGEUR
   ============================================ */
.full-width-image {
    max-width: 600px;
    margin: 0 auto;
    padding: clamp(1rem, 3vw, 2.5rem) clamp(1rem, 2vw, 1.5rem);
}

.full-width-image img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: var(--radius-md);
}

/* ============================================
   6 BLOCS SERVICES
   ============================================ */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 450px), 1fr));
    gap: clamp(1rem, 2vw, 1.5rem);
    max-width: 1200px;
    margin: clamp(1rem, 3vw, 2rem) auto;
    padding: 0 clamp(1rem, 2vw, 1.5rem) clamp(2rem, 4vw, 3rem);  /* Ajout du padding */
    }

.service-bloc {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: clamp(1.5rem, 4vw, 2.5rem) clamp(1rem, 3vw, 1.875rem);
    transition: background-color 0.3s ease;
    text-decoration: none;
    color: inherit;
    position: relative;
    background-color: var(--color-bg-nd);  /* color blue avec 80% d'opacité */;
    border-radius: var(--radius-full);
    border: 1px solid #D4AF37;  /* Or classique */

}

/* Nouveau : Bloc sur toute la largeur */
.service-bloc:nth-child(7),
.service-bloc.full-width {
    grid-column: 1 / -1;
}

.service-bloc:hover {
    background-color: var(--services-hover-bg);
}

.service-bloc .fleche {
    font-size: clamp(28px, 4vw, 36px);
    color: var(--color-gold-light);
    flex-shrink: 0;
    order: 2;
    margin-left: 1rem;
}

.service-bloc .contenu {
    flex: 1;
    order: 1;
}

.service-bloc .titre {
    font-weight: 700;
    font-size: clamp(1.1rem, 2.5vw, 1.25rem);
    margin: 0 0 var(--spacing-xs) 0;
    color: var(--color-purple);
}

.service-bloc .description {
    font-size: clamp(0.95rem, 2vw, 1rem);
    line-height: 1.6;
    margin: 0;
    color: var(--color-text-gray);
}

/* ============================================
   CARROUSEL CLIENTS
   ============================================ */
.clients-section {
    padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 3vw, 2rem);
    position: relative;
}

.clients-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding: 0 clamp(60px, 10vw, 100px);
}

.clients-title {
    font-size: clamp(2rem, 4vw, 3rem);
    color: var(--color-text-dark);
    margin-bottom: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
}

.clients-slider {
    position: relative;
    overflow: visible;
    width: 100%;
}

.clients-wrapper {
    position: relative;
    min-height: clamp(350px, 50vw, 400px);
    background: var(--color-white);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    padding: clamp(2rem, 6vw, 5rem);
}

.client-card {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    padding: clamp(1rem, 3vw, 2.5rem) clamp(0.5rem, 2vw, 1.25rem);
    box-sizing: border-box;
}

.client-card.active {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 1;
}

.client-logo-wrapper {
    width: clamp(100px, 20vw, 150px);
    height: clamp(100px, 20vw, 150px);
    margin: 0 auto clamp(1.5rem, 4vw, 2rem);
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-white);
    border-radius: 50%;
    box-shadow: var(--shadow-sm);
    overflow: hidden;
}

.client-logo {
    max-width: clamp(70px, 15vw, 100px);
    max-height: clamp(70px, 15vw, 100px);
    object-fit: contain;
}

.client-quote {
    font-size: clamp(1rem, 2vw, 1.1rem);
    line-height: 1.8;
    color: var(--color-text-medium);
    margin-bottom: clamp(1.5rem, 4vw, 2rem);
    font-style: italic;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.client-name {
    font-weight: 700;
    color: var(--color-text-dark);
    margin-bottom: 5px;
    font-size: clamp(1.1rem, 2vw, 1.2rem);
}

.client-position {
    color: var(--color-text-gray);
    font-size: clamp(0.95rem, 2vw, 1rem);
}

.carousel-arrow-left,
.carousel-arrow-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: clamp(50px, 8vw, 70px);
    height: clamp(50px, 8vw, 70px);
    background: var(--color-gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-md);
    cursor: pointer;
    transition: var(--transition-base);
    border: none;
    font-size: clamp(20px, 3vw, 28px);
    color: var(--color-white);
    z-index: 10;
}

.carousel-arrow-left:hover,
.carousel-arrow-right:hover {
    background: var(--color-gold-dark);
    transform: translateY(-50%) scale(1.05);
}

.carousel-arrow-left {
    left: 0;
}

.carousel-arrow-right {
    right: 0;
}

.clients-nav {
    display: flex;
    justify-content: center;
    gap: clamp(8px, 1.5vw, 12px);
    margin-top: clamp(1.5rem, 3vw, 2rem);
}

.indicator {
    width: clamp(10px, 2vw, 12px);
    height: clamp(10px, 2vw, 12px);
    border-radius: 50%;
    background: #D1D1D1;
    border: none;
    cursor: pointer;
    transition: var(--transition-base);
}

.indicator.active {
    background: var(--color-gold);
    width: clamp(12px, 2.2vw, 14px);
    height: clamp(12px, 2.2vw, 14px);
}

/* ============================================
   SECTION ABOUT
   ============================================ */
.about-section {
    padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 3vw, 2rem);
}

.about-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: clamp(2rem, 5vw, 5rem);
    background: var(--color-bg-cream);
}

.about-image {
    flex: 1 1 clamp(250px, 40%, 400px);
    position: relative;
    min-width: 280px;
}

.about-image img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
}

.about-content {
    flex: 1 1 500px;
    min-width: 280px;
}

.about-title {
    font-size: clamp(2rem, 4vw, 3rem);
    color: var(--color-text-dark);
    margin-bottom: clamp(1rem, 3vw, 1.5rem);
    font-weight: 700;
    line-height: 1.2;
}

.about-text {
    font-size: clamp(1rem, 2vw, 1.1rem);
    line-height: 1.8;
    color: var(--color-text-medium);
    margin-bottom: clamp(1.5rem, 4vw, 2rem);
}

.about-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.btn-about {
    display: inline-block;
    padding: clamp(12px, 2vw, 14px) clamp(24px, 4vw, 30px);
    background: var(--color-gold-dark);
    color: var(--color-white);
    text-decoration: none;
    border-radius: var(--radius-full);
    font-weight: 600;
    font-size: clamp(0.95rem, 2vw, 1rem);
    transition: var(--transition-base);
    box-shadow: var(--shadow-md);
}

.btn-about:hover {
    background: var(--color-gold-dark);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.btn-about-secondary {
    background: transparent;
    border: 2px solid var(--color-gold);
    color: var(--color-gold);
    box-shadow: none;
}

.btn-about-secondary:hover {
    background: var(--color-gold);
    color: var(--color-white);
}

.btn-about-thirdary {
    background: var(--color-purple);
    border: 2px solid var(--color-purple);
    color: var(--color-white);
    box-shadow: none;
}

.btn-about-thirdary:hover {
    background : var(--color-purple);
    color: #7A77D2;
}

/* ============================================
   PUBLICATIONS
   ============================================ */
.publications-section {
    padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 3vw, 2rem);
}

.publications-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    background : var(--color-bg-cream);
}

.publications-title {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    margin-bottom: clamp(0.5rem, 2vw, 1rem);
    color: var(--color-text-dark);
}

.publications-subtitle {
    font-size: clamp(1rem, 2vw, 1.2rem);
    color: var(--color-text-gray);
    margin-bottom: clamp(2rem, 4vw, 3rem);
}

.publications-wrapper {
    position: relative;
    padding: 0 clamp(60px, 10vw, 80px);
    overflow: hidden;
}

.publications-grid {
    display: flex;
    gap: clamp(20px, 3vw, 30px);
    transition: transform 0.4s ease;
}

.publication-card {
    min-width: calc((100% - 90px) / 4);
    flex-shrink: 0;
    background: var(--color-bg-nd);
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    text-align: left;
    max-width: 300px;
}

.publication-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.publication-card-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.publication-content {
    padding: clamp(0.8rem, 2vw, 1rem);
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.publication-card h3,
.publication-name {
    font-size: clamp(1rem, 2vw, 1.1rem);
    font-weight: 600;
    color: var(--color-text-dark);
    margin: 0 0 0.5rem;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.publication-date {
    font-size: clamp(0.85rem, 1.5vw, 0.9rem);
    color: var(--color-text-gray);
    margin: 0 0 1rem;
}

.btn-publication {
    display: inline-block;
    padding: clamp(0.5rem, 1.5vw, 0.6rem) clamp(1.2rem, 2vw, 1.5rem);
    background: var(--color-gold);
    color: var(--color-white);
    text-decoration: none;
    border-radius: 6px;
    font-size: clamp(0.85rem, 1.5vw, 0.9rem);
    font-weight: 600;
    transition: background 0.3s ease;
    text-align: center;
    margin-top: auto;
}

.publication-card:hover .btn-publication {
    background: var(--color-gold-dark);
}

.publication-image {
    width: 100%;
    height: clamp(150px, 25vw, 200px);
    object-fit: cover;
    display: block;
    transition: transform 0.4s;
}

.publication-card:hover .publication-image {
    transform: scale(1.05);
}

.pub-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: var(--color-gold);
    border: none;
    color: var(--color-white);
    width: clamp(40px, 6vw, 50px);
    height: clamp(40px, 6vw, 50px);
    border-radius: 50%;
    font-size: clamp(20px, 3vw, 28px);
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(167, 134, 77, 0.3);
    transition: all 0.3s ease;
    z-index: 10;
}

.pub-arrow:hover {
    transform: translateY(-50%) scale(1.15);
}

.pub-arrow-left {
    left: 0;
}

.pub-arrow-right {
    right: 0;
}

.pub-arrow:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.pub-arrow:disabled:hover {
    transform: translateY(-50%) scale(1) !important;
}
/* ============================================
   CONTACT CTA
   ============================================ */
.contact-cta-section {
    background: linear-gradient(135deg, var(--color-gold) 0%, var(--color-gold-dark) 100%);
    padding: clamp(2.5rem, 6vw, 4rem) clamp(1rem, 3vw, 2rem);
}

.contact-cta-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
    gap: clamp(1.5rem, 4vw, 2.5rem);
    align-items: center;
}

.contact-cta-left {
    text-align: left;
}

.contact-cta-subtitle {
    font-size: clamp(0.8rem, 1.5vw, 0.9rem);
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-cta-title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    color: var(--color-white);
    line-height: 1.3;
    margin: 0;
}

.contact-cta-center {
    text-align: center;
}

.contact-cta-text {
    font-size: clamp(0.95rem, 1.5vw, 1.05rem);
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin: 0;
}

.contact-cta-right {
    text-align: right;
}

.btn-contact-cta {
    display: inline-block;
    padding: clamp(12px, 2vw, 15px) clamp(24px, 4vw, 30px);
    background: var(--color-white);
    color: var(--color-gold);
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: clamp(0.9rem, 1.5vw, 0.95rem);
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
}

.btn-contact-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    background: var(--color-bg-light);
}

/* ============================================
   RESPONSIVE - HERO SECTION
   ============================================ */

/* Laptops 13-14 pouces */
@media screen and (max-width: 1536px) {
    .hero-video-section {
        height: 75vh;
        min-height: 450px;
    }
    
    .hero-content-wrapper {
        padding: 1.5rem clamp(1rem, 4vw, 2rem);
    }
}

/* Petits laptops et tablettes paysage */
@media screen and (max-width: 1024px) {
    .hero-video-section {
        height: 70vh;
        min-height: 400px;
    }
    
    .hero-content-wrapper {
        padding: 1rem clamp(1rem, 3vw, 1.5rem);
        align-items: flex-start;
        padding-top: clamp(2rem, 5vw, 3rem);
    }
    
    .hero-text {
        padding: 0 1rem;
    }
    
    .publication-card {
        min-width: calc((100% - 40px) / 3);
    }
}

/* Tablettes portrait */
@media screen and (max-width: 900px) {
    .hero-video-section {
        height: 65vh;
        min-height: 350px;
    }
    
    .hero-content-wrapper {
        padding: 2rem 1rem;
        align-items: flex-start;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
    }
    
    .service-bloc:not(:last-child) {
        border-bottom: 1px solid var(--services-border);
    }
    
    .publication-card {
        min-width: calc((100% - 20px) / 2);
    }
    
    .contact-cta-left,
    .contact-cta-center,
    .contact-cta-right {
        text-align: center;
    }
}

/* Mobile */
@media screen and (max-width: 768px) {
    .hero-video-section {
        height: 60vh;
        min-height: 320px;
    }
    
    .hero-content-wrapper {
        padding: 1.5rem 1rem;
    }
    
    .hero-text {
        padding: 0;
    }
    
    .about-container {
        flex-direction: column;
        text-align: center;
    }
    
    .about-image {
        flex: 0 0 auto;
        max-width: 100%;
    }
    
    .about-buttons {
        justify-content: center;
    }
    
    .publications-wrapper {
        padding: 0 50px;
    }
    
    .clients-container {
        padding: 0 50px;
    }
}

/* Petit mobile */
@media screen and (max-width: 480px) {
    .hero-video-section {
        height: 55vh;
        min-height: 280px;
    }
    
    .hero-content-wrapper {
        padding: 1rem;
    }
    
    .hero-text {
        padding: 0 0.5rem;
    }
    
    .publication-card {
        min-width: 100%;
    }
    
    .about-buttons {
        flex-direction: column;
        width: 100%;
    }
    
    .btn-about {
        width: 100%;
    }
    
    .publications-wrapper {
        padding: 0 40px;
    }
    
    .clients-container {
        padding: 0 40px;
    }
    
    .service-bloc {
        flex-direction: column;
        gap: 1rem;
    }
    
    .service-bloc .fleche {
        order: 1;
        align-self: flex-start;
    }
    
    .service-bloc .contenu {
        order: 2;
    }
}

/* Très petits écrans */
@media screen and (max-width: 375px) {
    .hero-video-section {
        height: 50vh;
        min-height: 250px;
    }
}

/* ============================================
   SECTION ÉQUIPE VERTICALE DÉCALÉE (ABOUT)
   ============================================ */

.about-equipe-grid {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-equipe-wrapper {
    position: relative;
    width: clamp(260px, 30vw, 340px);    /* AUGMENTÉ pour images plus grosses */
    height: clamp(450px, 50vw, 540px);   /* AUGMENTÉ */
}

.about-equipe-card {
    position: absolute;
    width: clamp(140px, 16vw, 180px);    /* AUGMENTÉ : 110px → 140px / 180px */
    height: clamp(140px, 16vw, 180px);   /* AUGMENTÉ */
    transition: all 0.3s ease;
}

/* Disposition verticale avec DÉCALAGE TRÈS PRONONCÉ */
.about-equipe-card:nth-child(1) {
    top: 0;
    left: 0;
    z-index: 1;
}

.about-equipe-card:nth-child(2) {
    top: clamp(155px, 18vw, 190px);
    left: clamp(120px, 14vw, 160px);    /* DÉCALAGE MAXIMAL vers la droite */
    z-index: 1;
}

.about-equipe-card:nth-child(3) {
    top: clamp(310px, 36vw, 380px);
    left: 0;
    z-index: 1;
}

.about-equipe-card:hover {
    transform: translateX(10px) scale(1.08);
    z-index: 10 !important;
}

.about-equipe-initial {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    /*border: 1px solid var(--color-white);*/    /* AUGMENTÉ : 4px → 5px */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);    /* Plus d'ombre */
    transition: all 0.3s ease;
}

.about-equipe-initial img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.about-equipe-card:hover .about-equipe-initial {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

/* Gradients de fond (fallback si pas d'image) */
.about-equipe-card:nth-child(1) .about-equipe-initial {
    background: linear-gradient(135deg, var(--color-purple) 0%, #5248a8 100%);
}

.about-equipe-card:nth-child(2) .about-equipe-initial {
    background: linear-gradient(135deg, var(--color-gold) 0%, #8f6f3d 100%);
}

.about-equipe-card:nth-child(3) .about-equipe-initial {
    background: linear-gradient(135deg, #163058 0%, #0f2340 100%);
}

/* Ajustement du conteneur about */
.about-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: clamp(3rem, 6vw, 6rem);
}

.about-content {
    flex: 1 1 600px;
    min-width: 280px;
}

/* ===== RESPONSIVE ÉQUIPE ===== */

/* Écrans 4K et ultra-larges (3840px+) */
@media screen and (min-width: 3840px) {
    .about-equipe-wrapper {
        width: 430px;
        height: 750px;
    }
    
    .about-equipe-card {
        width: 240px;
        height: 240px;
    }
    
    .about-equipe-card:nth-child(2) {
        top: 255px;
        left: 210px;
    }
    
    .about-equipe-card:nth-child(3) {
        top: 510px;
        left: 0;
    }
    
    .about-equipe-initial {
        border: 7px solid var(--color-white);
    }
}

/* Grands écrans 2K+ (2560px - 3839px) */
@media screen and (min-width: 2560px) and (max-width: 3839px) {
    .about-equipe-wrapper {
        width: 385px;
        height: 660px;
    }
    
    .about-equipe-card {
        width: 210px;
        height: 210px;
    }
    
    .about-equipe-card:nth-child(2) {
        top: 225px;
        left: 180px;
    }
    
    .about-equipe-card:nth-child(3) {
        top: 450px;
        left: 0;
    }
    
    .about-equipe-initial {
        border: 6px solid var(--color-white);
    }
}

/* Écrans larges (1920px - 2559px) */
@media screen and (min-width: 1920px) and (max-width: 2559px) {
    .about-equipe-wrapper {
        width: 355px;
        height: 610px;
    }
    
    .about-equipe-card {
        width: 195px;
        height: 195px;
    }
    
    .about-equipe-card:nth-child(2) {
        top: 207px;
        left: 165px;
    }
    
    .about-equipe-card:nth-child(3) {
        top: 415px;
        left: 0;
    }
}

/* Laptops standards (1440px - 1919px) */
@media screen and (min-width: 1440px) and (max-width: 1919px) {
    .about-equipe-wrapper {
        width: 325px;
        height: 565px;
    }
    
    .about-equipe-card {
        width: 180px;
        height: 180px;
    }
    
    .about-equipe-card:nth-child(2) {
        top: 192px;
        left: 150px;
    }
    
    .about-equipe-card:nth-child(3) {
        top: 385px;
        left: 0;
    }
}

/* Petits laptops (1024px - 1439px) */
@media screen and (min-width: 1024px) and (max-width: 1439px) {
    .about-equipe-wrapper {
        width: 290px;
        height: 505px;
    }
    
    .about-equipe-card {
        width: 160px;
        height: 160px;
    }
    
    .about-equipe-card:nth-child(2) {
        top: 172px;
        left: 130px;
    }
    
    .about-equipe-card:nth-child(3) {
        top: 345px;
        left: 0;
    }
}

/* Tablettes paysage (768px - 1023px) */
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .about-equipe-wrapper {
        width: 255px;
        height: 450px;
    }
    
    .about-equipe-card {
        width: 140px;
        height: 140px;
    }
    
    .about-equipe-card:nth-child(2) {
        top: 155px;
        left: 115px;
    }
    
    .about-equipe-card:nth-child(3) {
        top: 310px;
        left: 0;
    }
    
    .about-equipe-initial {
        border: 4px solid var(--color-white);
    }
}

/* Tablettes portrait (600px - 767px) */
@media screen and (min-width: 600px) and (max-width: 767px) {
    .about-container {
        flex-direction: column;
        gap: 3rem;
    }
    
    .about-equipe-grid {
        order: 1;
    }
    
    .about-content {
        order: 2;
        text-align: center;
    }
    
    .about-equipe-wrapper {
        width: 230px;
        height: 405px;
    }
    
    .about-equipe-card {
        width: 125px;
        height: 125px;
    }
    
    .about-equipe-card:nth-child(2) {
        top: 140px;
        left: 105px;
    }
    
    .about-equipe-card:nth-child(3) {
        top: 280px;
        left: 0;
    }
    
    .about-equipe-initial {
        border: 4px solid var(--color-white);
    }
}

/* Mobile large (481px - 599px) */
@media screen and (min-width: 481px) and (max-width: 599px) {
    .about-container {
        flex-direction: column;
        gap: 2.5rem;
    }
    
    .about-equipe-grid {
        order: 1;
    }
    
    .about-content {
        order: 2;
        text-align: center;
    }
    
    .about-equipe-wrapper {
        width: 200px;
        height: 360px;
    }
    
    .about-equipe-card {
        width: 110px;
        height: 110px;
    }
    
    .about-equipe-card:nth-child(2) {
        top: 125px;
        left: 90px;
    }
    
    .about-equipe-card:nth-child(3) {
        top: 250px;
        left: 0;
    }
    
    .about-equipe-initial {
        border: 3px solid var(--color-white);
    }
}

/* Mobile standard (376px - 480px) */
@media screen and (min-width: 376px) and (max-width: 480px) {
    .about-container {
        flex-direction: column;
        gap: 2rem;
    }
    
    .about-equipe-grid {
        order: 1;
    }
    
    .about-content {
        order: 2;
        text-align: center;
    }
    
    .about-equipe-wrapper {
        width: 180px;
        height: 325px;
    }
    
    .about-equipe-card {
        width: 100px;
        height: 100px;
    }
    
    .about-equipe-card:nth-child(2) {
        top: 112px;
        left: 80px;
    }
    
    .about-equipe-card:nth-child(3) {
        top: 225px;
        left: 0;
    }
    
    .about-equipe-initial {
        border: 3px solid var(--color-white);
    }
}

/* Petit mobile (max 375px) */
@media screen and (max-width: 375px) {
    .about-container {
        flex-direction: column;
        gap: 2rem;
    }
    
    .about-equipe-grid {
        order: 1;
    }
    
    .about-content {
        order: 2;
        text-align: center;
    }
    
    .about-equipe-wrapper {
        width: 165px;
        height: 300px;
    }
    
    .about-equipe-card {
        width: 90px;
        height: 90px;
    }
    
    .about-equipe-card:nth-child(2) {
        top: 105px;
        left: 75px;
    }
    
    .about-equipe-card:nth-child(3) {
        top: 210px;
        left: 0;
    }
    
    .about-equipe-initial {
        border: 2px solid var(--color-white);
    }
}

/* Hero Carousel Styles */
.hero-carousel-section {
    position: relative;
    width: 100%;
    height: 75vh;
    min-height: 600px;
    overflow: hidden;
}

.hero-carousel-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.hero-carousel-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 1;
}

.hero-carousel-slide.active {
    opacity: 1;
    z-index: 2;
}

.hero-carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.3) 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
    z-index: 3;
}


/* Indicateurs de navigation */
.hero-carousel-indicators {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 5;
    transition: all 0.3s ease;
}

.hero-carousel-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px solid white;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 1;
}

.hero-carousel-indicator.active {
    background-color: white;
    transform: scale(1.2);
}

.hero-carousel-indicator:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

/* Flèches de navigation*/
.hero-carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.3);
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-carousel-arrow:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.hero-carousel-arrow-left {
    left: 20px;
}

.hero-carousel-arrow-right {
    right: 20px;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-carousel-section {
        height: 70vh;
        min-height: 500px;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1.2rem;
    }
    
    .hero-button {
        padding: 12px 30px;
        font-size: 1rem;
    }
    
    .hero-carousel-arrow {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    
    .hero-carousel-arrow-left {
        left: 10px;
    }
    
    .hero-carousel-arrow-right {
        right: 10px;
    }
    
    .hide-mobile {
        display: none;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 1.5rem;
    }
    
    .hero-location {
        font-size: 0.9rem;
    }
}

/* ===== ADAPTATION RESPONSIVE HERO CAROUSEL ===== */

/* Très grands écrans (4K+) */
@media screen and (min-width: 2560px) {
    .hero-carousel-section {
        height: 85vh;
        max-height: 1000px;
    }
}

/* Grands écrans (Desktop) */
@media screen and (min-width: 1920px) and (max-width: 2559px) {
    .hero-carousel-section {
        height: 90vh;
        max-height: 900px;
    }
}

/* Laptops standards */
@media screen and (min-width: 1440px) and (max-width: 1919px) {
    .hero-carousel-section {
        height: 85vh;
        max-height: 800px;
    }
}

/* Laptops 13-14 pouces */
@media screen and (min-width: 1024px) and (max-width: 1439px) {
    .hero-carousel-section {
        height: 75vh;
        max-height: 700px;
        min-height: 500px;
    }
}

/* Tablettes paysage */
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .hero-carousel-section {
        height: 70vh;
        max-height: 600px;
        min-height: 450px;
    }
    
    .hero-text {
        left: 3%;
        width: 94%;
    }
}

/* Tablettes portrait et grands mobiles */
@media screen and (min-width: 481px) and (max-width: 767px) {
    .hero-carousel-section {
        height: 60vh;
        max-height: 500px;
        min-height: 400px;
    }
    
    .hero-text {
        left: 5%;
        width: 90%;
        top: 40%; /* Texte un peu plus haut */
    }
}

/* Mobiles */
@media (max-width: 480px) {
    .hero-carousel-section {
        height: 50vh;
        max-height: 450px;
        min-height: 350px;
    }
    
    .hero-text {
        left: 5%;
        width: 90%;
        top: 35%;
    }
    
    .hero-title {
        font-size: 1.5rem !important;
    }
    
    .hero-location {
        font-size: 0.85rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
}

/* Très petits mobiles */
@media (max-width: 375px) {
    .hero-carousel-section {
        height: 45vh;
        max-height: 400px;
        min-height: 320px;
    }
}