.elementor-34 .elementor-element.elementor-element-68960b8{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-34 .elementor-element.elementor-element-b5ed06f{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-aba195d */.hero-section {
    position: relative;
    background-image: url('http://lapoesiedesvoyages.fr/wp-content/uploads/2026/06/hero_bg.png');
    background-size: cover;
    background-position: 0% 40%;
    background-repeat: no-repeat;
    min-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--color-bg-light);
    padding: 60px 20px 120px 20px; /* On augmente le padding du bas pour laisser de la place au fondu */
    overflow: hidden;
}

/* Overlay sombre de lisibilité */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(26, 43, 73, 0.65) 0%, rgba(15, 23, 42, 0.45) 100%);
    z-index: 1;
}

/* Conteneur principal du contenu */
.hero-container {
    position: relative;
    z-index: 2;
    max-width: 850px;
    margin: 0 auto;
}

/* --- Éléments de texte --- */
.hero-subtitle {
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--color-orange-gold);
    margin-bottom: 20px;
}

.hero-title {
    font-family: var(--font-title);
    font-size: 64px;
    font-weight: 700;
    color: var(--color-bg-light);
    margin: 0 0 25px 0;
    letter-spacing: 1px;
    line-height: 1.15;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
}

.hero-description {
    font-family: var(--font-body);
    font-size: 18px;
    line-height: 1.6;
    font-weight: 300;
    max-width: 680px;
    margin: 0 auto 45px auto;
    color: rgba(253, 251, 247, 0.95);
}

/* --- Bouton d'action (CTA) --- */
.hero-cta-button {
    font-family: var(--font-title);
    font-size: 20px;
    font-style: italic;
    color: var(--color-bg-light);
    background-color: var(--color-blue-dark);
    padding: 16px 38px;
    border-radius: 40px;
    display: inline-block;
    border: 2px solid var(--color-blue-dark);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
}

.hero-cta-button:hover {
    background-color: transparent;
    color: white;
    border-color: var(--color-bg-light);
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.35);
}

/* --- Mentions de réassurance --- */
.hero-features {
    margin-top: 60px;
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(253, 251, 247, 0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.hero-features .divider {
    color: var(--color-orange-gold);
}

/* ==========================================================================
   ADAPTABILITÉ MOBILE (RESPONSIVE)
   ========================================================================== */
@media (max-width: 768px) {
    .hero-section {
        min-height: 70vh;
        padding-bottom: 80px;
    }
    .hero-section::after {
        height: 80px; /* Plus petit voile sur mobile pour ne pas masquer le texte */
    }
    .hero-title {
        font-size: 42px;
    }
    .hero-description {
        font-size: 16px;
        margin-bottom: 35px;
    }
    .hero-features {
        flex-direction: column;
        gap: 8px;
    }
    .hero-features .divider {
        display: none;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ac95102 *//* ==========================================================================
   SECTION QUI SUIS-JE (VRAIS TEXTES TIFFANY)
   ========================================================================== */
.about-section {
    padding: 120px 20px;
    background-color: var(--color-bg-light);
}

.about-container {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 80px;
}

/* --- COLONNE PHOTO --- */
.about-image-column {
    flex: 1;
    position: relative;
}

.image-wrapper {
    position: relative;
    max-width: 420px;
    margin: 0 auto;
    z-index: 2;
}

.about-photo {
    width: 100%;
    height: 560px; /* Légèrement rehaussé pour équilibrer le texte */
    object-fit: cover;
    border-radius: 24px;
    box-shadow: 0 15px 40px rgba(26, 43, 73, 0.04);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    position: relative;
    z-index: 2;
}

.image-frame-effect {
    position: absolute;
    top: 20px;
    left: -20px;
    width: 100%;
    height: 100%;
    border: 1px solid var(--color-orange-gold);
    border-radius: 24px;
    z-index: 1;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.image-wrapper:hover .about-photo { transform: translate(6px, -6px); }
.image-wrapper:hover .image-frame-effect { transform: translate(-6px, 6px); }

/* --- COLONNE TEXTE --- */
.about-text-column {
    flex: 1.2;
}

.about-tagline {
    font-family: var(--font-body);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--color-orange-gold);
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
}

.about-title {
    font-size: 46px;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 1.2;
}

.about-content p {
    font-family: var(--font-body);
    font-size: 15px;
    line-height: 1.8;
    color: var(--color-text-dark);
    font-weight: 300;
    margin-bottom: 20px;
}

.about-content p strong {
    color: var(--color-blue-dark);
    font-weight: 500;
}

/* --- LE BLOC MANIFESTE (Le Raffinement) --- */
.about-manifesto-card {
    background-color: #FFFFFF;
    padding: 30px 35px;
    border-radius: 16px;
    border-left: 3px solid var(--color-orange-gold); /* Rappel de la couleur accent */
    box-shadow: 0 10px 30px rgba(26, 43, 73, 0.02);
    margin: 35px 0;
}

.manifesto-title {
    font-family: var(--font-title);
    font-size: 22px;
    font-weight: 600;
    color: var(--color-blue-dark);
    margin-bottom: 12px;
}

.manifesto-text {
    font-family: var(--font-body);
    font-size: 14px !important;
    line-height: 1.7 !important;
    color: var(--color-text-dark);
    font-weight: 400;
    margin-bottom: 0 !important;
}

/* --- Signature --- */
.about-signature {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
}

.signature-text {
    font-family: var(--font-title);
    font-size: 36px;
    font-style: italic;
    color: var(--color-blue-dark);
    line-height: 1;
}

.signature-sub {
    font-family: var(--font-body);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--color-text-muted);
    margin-top: 5px;
    font-weight: 500;
}

/* ==========================================================================
   RESPONSIVE DESIGN
   ========================================================================== */
@media (max-width: 992px) {
    .about-container {
        flex-direction: column;
        gap: 50px;
        text-align: center;
    }
    .about-photo {
        height: 480px;
    }
    .about-manifesto-card {
        text-align: left; /* On garde le manifeste aligné à gauche pour la lisibilité */
    }
    .about-signature {
        align-items: center;
    }
}

@media (max-width: 640px) {
    .about-section {
        padding: 80px 20px;
    }
    .about-title {
        font-size: 36px;
    }
    .about-photo {
        height: 380px;
    }
    .about-manifesto-card {
        padding: 25px 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dfdc935 *//* ==========================================================================
   STRUCTURE DE LA SECTION POURQUOI UNE TRAVEL DESIGNER
   ========================================================================== */
.benefits-section {
    padding: 100px 20px;
    background-color: var(--color-bg-light);
}

.benefits-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* --- En-tête de la section --- */
.benefits-header {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 60px auto;
}

.benefits-section-title {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 20px;
}

.benefits-section-subtitle {
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 400;
    color: var(--color-text-dark);
    line-height: 1.7;
}

/* --- Grille et Cartes --- */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 colonnes sur PC */
    gap: 30px;
}

.benefit-card {
    background-color: #FFFFFF; /* Fond blanc pur pour détacher du fond crème */
    padding: 40px 30px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(26, 43, 73, 0.03); /* Ombre ultra légère */
    border: 1px solid rgba(26, 43, 73, 0.02);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
}

/* Effet de survol poétique (la carte s'élève un peu) */
.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(26, 43, 73, 0.08);
    border-color: rgba(222, 135, 67, 0.15); /* Légère lueur orangée */
}

/* --- Styles des éléments internes aux cartes --- */
.benefit-icon-wrapper {
    width: 60px;
    height: 60px;
    background-color: rgba(26, 43, 73, 0.04); /* Fond très doux bleu nuit */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    color: var(--color-orange-gold); /* Icône de la couleur orangée du logo */
    font-size: 24px;
    transition: background-color 0.3s ease;
}

.benefit-card:hover .benefit-icon-wrapper {
    background-color: rgba(222, 135, 67, 0.1); /* L'icône s'illumine au survol */
}

.benefit-card-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.3;
}

.benefit-card-text {
    font-family: var(--font-body);
    font-size: 14.5px;
    line-height: 1.6;
    color: var(--color-text-muted);
    font-weight: 400;
}

/* ==========================================================================
   ADAPTABILITÉ (RESPONSIVE)
   ========================================================================== */
@media (max-width: 1024px) {
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr); /* Passe en 2x2 sur tablette */
        gap: 25px;
    }
    .benefits-section-title {
        font-size: 36px;
    }
}

@media (max-width: 640px) {
    .benefits-section {
        padding: 60px 20px;
    }
    .benefits-grid {
        grid-template-columns: 1fr; /* 1 seule colonne sur mobile */
        gap: 20px;
    }
    .benefit-card {
        padding: 30px 25px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b5ed06f *//* ==========================================================================
   SECTION EXPERTISES (HARMONISATION FOOTER)
   ========================================================================== */
.expertises-section {
    padding: 100px 20px;
    background-color: #FFFFFF; /* Fond blanc pour trancher avec le beige background */
}

.expertises-container {
    max-width: 1100px;
    margin: 0 auto;
}

.expertises-header {
    text-align: center;
    margin-bottom: 60px;
}

.expertises-tag {
    font-family: var(--font-body);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--color-orange-gold);
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
}

.expertises-title {
    font-size: 38px;
    font-weight: 500;
    color: var(--color-blue-dark);
    margin: 0 0 15px 0;
}

.expertises-subtitle {
    font-family: var(--font-body);
    font-size: 15px;
    color: var(--color-text-dark);
    font-weight: 300;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* --- La Grille --- */
.expertises-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.expert-card {
    background-color: var(--color-bg-light);
    padding: 40px;
    border-radius: 20px;
    border: 1px solid rgba(26, 43, 73, 0.01);
    transition: all 0.3s ease;
}

.expert-card:hover {
    transform: translateY(-3px);
    box-sizing: border-box;
    box-shadow: 0 15px 35px rgba(26, 43, 73, 0.03);
    border-color: rgba(222, 135, 67, 0.15);
}

/* Forçage de la 5ème carte sur toute la largeur */
.expert-card-wide {
    grid-column: span 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.expert-icon {
    color: var(--color-orange-gold);
    font-size: 18px;
    display: block;
    margin-bottom: 15px;
}

.expert-card h3 {
    font-family: var(--font-title);
    font-size: 22px;
    color: var(--color-blue-dark);
    margin: 0 0 12px 0;
    font-weight: 600;
}

.expert-card p {
    font-family: var(--font-body);
    font-size: 14px;
    line-height: 1.7;
    color: var(--color-text-dark);
    font-weight: 300;
    margin: 0;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 768px) {
    .expertises-grid {
        grid-template-columns: 1fr;
    }
    .expert-card-wide {
        grid-column: span 1;
    }
    .expertises-title {
        font-size: 30px;
    }
    .expert-card {
        padding: 30px 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8b790c1 */.process-section {
    padding: 100px 20px;
    background-color: var(--color-bg-light);
    position: relative;
}

.process-container {
    max-width: 1200px;
    margin: 0 auto;
}

.process-header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 80px auto;
}

.process-main-title {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 15px;
}

.process-main-subtitle {
    font-family: var(--font-body);
    font-size: 16px;
    color: var(--color-text-dark);
}

/* --- Layout en 3 colonnes --- */
.process-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 60px;
}

.step-card {
    position: relative; /* Pour positionner le gros chiffre absolu */
    padding-top: 40px;  /* Laisse de la place pour le chiffre qui dépasse */
}

/* Les gros chiffres transparents en arrière-plan */
.step-number {
    font-family: var(--font-title);
    font-size: 90px;
    font-weight: 700;
    color: rgba(26, 43, 73, 0.05); /* Bleu nuit ultra-transparent */
    position: absolute;
    top: -20px;
    left: 0;
    line-height: 1;
    z-index: 1;
}

.step-icon-box {
    color: var(--color-orange-gold);
    font-size: 24px;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.step-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

.step-text {
    font-family: var(--font-body);
    font-size: 14.5px;
    line-height: 1.7;
    color: var(--color-text-muted);
    position: relative;
    z-index: 2;
}

/* --- Ligne de conclusion poétique --- */
.process-quote {
    text-align: center;
    margin-top: 60px;
    font-family: var(--font-title);
    font-style: italic;
    font-size: 22px;
    color: var(--color-orange-gold);
}

@media (max-width: 992px) {
    .process-steps {
        grid-template-columns: 1fr; /* 1 seule colonne sur tablette et mobile */
        gap: 50px;
    }
    .process-header {
        margin-bottom: 50px;
    }
    .step-card {
        padding-top: 30px;
        max-width: 550px;
        margin: 0 auto;
        text-align: center;
    }
    .step-number {
        left: 50%;
        transform: translateX(-50%); /* Centre le chiffre sur mobile */
        top: -30px;
    }
}

@media (max-width: 640px) {
    .process-main-title {
        font-size: 34px;
    }
    .process-quote {
        font-size: 18px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-79ededa *//* ==========================================================================
   STRUCTURE DE LA SECTION DESTINATIONS D'INSPIRATION (3x2)
   ========================================================================== */
.inspirations-section {
    padding: 100px 20px;
    background-color: var(--color-bg-light);
}

.inspirations-container {
    max-width: 1200px;
    margin: 0 auto;
}

.inspirations-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px auto;
}

.inspirations-title {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 20px;
}

.inspirations-subtitle {
    font-family: var(--font-body);
    font-size: 16px;
    color: var(--color-text-dark);
}

/* --- Grille Figma 3 colonnes --- */
.inspirations-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 colonnes de taille égale */
    gap: 30px;
    margin-bottom: 50px;
}

/* Style de base des cartes d'inspiration */
.inspiration-card {
    position: relative;
    height: 380px; /* Belle hauteur pour des photos immersives */
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: flex-end; /* Aligne le texte en bas de la photo */
    padding: 30px;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Effet d'assombrissement sur chaque carte pour que le texte blanc se lise bien */
.card-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(26, 43, 73, 0.85) 0%, rgba(26, 43, 73, 0.2) 100%);
    z-index: 1;
    transition: opacity 0.5s ease;
}

.card-content {
    position: relative;
    z-index: 2;
    transform: translateY(15px); /* Le texte va remonter légèrement au survol */
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.card-destination-title {
    color: #FFFFFF;
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: 600;
}

.card-destination-text {
    font-family: var(--font-body);
    color: rgba(255, 255, 255, 0.8);
    font-size: 13.5px;
    line-height: 1.5;
    opacity: 0; /* On cache la description, elle apparaîtra au survol */
    transition: opacity 0.4s ease;
}

/* --- EFFETS AU SURVOL (Hover) Premium --- */
.inspiration-card:hover {
    transform: scale(1.02); /* La carte zoome très légèrement */
}

.inspiration-card:hover .card-bg-overlay {
    background: linear-gradient(to top, rgba(26, 43, 73, 0.95) 0%, rgba(26, 43, 73, 0.4) 100%);
}

.inspiration-card:hover .card-content {
    transform: translateY(0); /* Remonte le texte */
}

.inspiration-card:hover .card-destination-text {
    opacity: 1; /* Révèle la description poétique */
}

/* --- IMAGES DE FOND DE CHAQUE CARTE (À remplacer par tes images Figma) --- */
.card-argentine { background-image: url('https://images.unsplash.com/photo-1589909202802-8f4aadce1849?w=600'); }
.card-uzbekistan { background-image: url('http://lapoesiedesvoyages.fr/wp-content/uploads/2026/06/tim-broadbent-iMMHXtry5dQ-unsplash.jpg'); }
.card-desert { background-image: url('http://lapoesiedesvoyages.fr/wp-content/uploads/2026/06/tatiana-zanon-VP2mjtJqWvY-unsplash.jpg'); }
.card-indonesie { background-image: url('https://images.unsplash.com/photo-1537996194471-e657df975ab4?w=600'); }
.card-andes { background-image: url('https://images.unsplash.com/photo-1483728642387-6c3bdd6c93e5?w=600'); }
.card-mediterranee { background-image: url('https://images.unsplash.com/photo-1533105079780-92b9be482077?w=600'); }

/* --- Footer de section --- */
.inspirations-footer {
    text-align: center;
    max-width: 750px;
    margin: 50px auto 0 auto;
    font-family: var(--font-title);
    font-style: italic;
    font-size: 20px;
    color: var(--color-blue-dark);
    line-height: 1.6;
}

/* ==========================================================================
   RESPONSIVE DESIGN
   ========================================================================== */
@media (max-width: 992px) {
    .inspirations-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 colonnes sur tablette */
    }
}

@media (max-width: 640px) {
    .inspirations-section {
        padding: 60px 20px;
    }
    .inspirations-grid {
        grid-template-columns: 1fr; /* 1 seule colonne sur mobile */
        gap: 20px;
    }
    .inspiration-card {
        height: 320px;
    }
    .card-destination-text {
        opacity: 1; /* Reste toujours affiché sur mobile puisqu'il n'y a pas de survol souris */
    }
    .card-content {
        transform: translateY(0);
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e3fb268 *//* ==========================================================================
   STYLE INTERACTIF & MODERNE POUR LES AVIS (Animations fluides)
   ========================================================================== */
.reviews-section {
    padding: 120px 20px;
    background-color: var(--color-bg-light);
}

.reviews-container {
    max-width: 1200px;
    margin: 0 auto;
}

.reviews-header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 80px auto;
}

.reviews-main-title {
    font-size: 44px;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}

.reviews-main-subtitle {
    font-family: var(--font-body);
    font-size: 16px;
    color: var(--color-text-dark);
    font-weight: 400;
}

/* --- Grille --- */
.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
    perspective: 1000px; /* Prépare le terrain pour des effets 3D si besoin */
}

/* --- La Card Moderne et Interactive --- */
.review-card {
    background-color: #FFFFFF;
    padding: 45px 35px;
    border-radius: 24px; /* Grands angles très modernes */
    border: 1px solid rgba(26, 43, 73, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    
    /* Transition ultra fluide sur plusieurs propriétés (courbe cubic-bezier haut de gamme) */
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), 
                box-shadow 0.4s cubic-bezier(0.25, 1, 0.5, 1), 
                border-color 0.4s ease;
    
    box-shadow: 0 10px 30px rgba(26, 43, 73, 0.02);
}

/* --- EFFETS DE SURVOL SUR LA CARD (The Magic Happens Here) --- */
.review-card:hover {
    transform: translateY(-8px); /* La carte s'élève proprement */
    border-color: var(--color-blue-dark); /* La bordure s'affirme */
    box-shadow: 0 20px 40px rgba(26, 43, 73, 0.08); /* L'ombre s'étend et s'adoucit */
}

/* --- Les Étoiles Animées --- */
.stars-wrapper {
    color: var(--color-orange-gold);
    font-size: 16px;
    margin-bottom: 25px;
    letter-spacing: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0.85;
}

.review-card:hover .stars-wrapper {
    transform: scale(1.05); /* Légère impulsion sur les étoiles */
    opacity: 1;
}

/* --- Le Texte de l'Avis --- */
.review-text {
    font-family: var(--font-body);
    font-size: 14.5px;
    line-height: 1.75;
    color: var(--color-text-dark);
    font-weight: 400;
    margin-bottom: 35px;
}

/* --- Le Bloc Auteur & Badge --- */
.review-author {
    display: flex;
    flex-direction: column;
}

.author-name {
    font-family: var(--font-title);
    font-size: 22px;
    font-weight: 600;
    color: var(--color-blue-dark);
}

/* Le badge destination style "Figma contemporain" */
.author-trip {
    font-family: var(--font-body);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--color-blue-dark);
    background-color: rgba(26, 43, 73, 0.04); /* Petit fond discret */
    padding: 6px 12px;
    border-radius: 20px;
    align-self: flex-start; /* S'adapte à la taille du texte */
    margin-top: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}

/* Animation du badge au survol de la carte */
.review-card:hover .author-trip {
    background-color: var(--color-orange-gold);
    color: #FFFFFF;
    transform: translateX(4px);
}

/* ==========================================================================
   STYLE DE LA 3ÈME CARD (L'APPEL À L'ACTION INTERACTIF)
   ========================================================================== */
.cta-review-card {
    background-color: var(--color-blue-dark);
    border: 1px solid var(--color-blue-dark);
    color: var(--color-bg-light);
    justify-content: center;
    text-align: left;
}

.cta-review-card:hover {
    background-color: #121F35; /* Devient encore un peu plus profond */
    border-color: #121F35;
}

.cta-review-title {
    color: var(--color-bg-light);
    font-family: var(--font-title);
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 1.2;
}

.cta-review-text {
    font-family: var(--font-body);
    font-size: 14px;
    line-height: 1.7;
    color: rgba(253, 251, 247, 0.75);
    margin-bottom: 35px;
    font-weight: 300;
}

/* Le lien interactif avec flèche animée */
.review-link {
    font-family: var(--font-body);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--color-orange-gold);
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s ease;
}

/* Flèche en CSS pur pour éviter d'importer une icône */
.review-link::after {
    content: '→';
    font-size: 16px;
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Au survol de la carte CTA, la flèche s'élance vers la droite */
.cta-review-card:hover .review-link::after {
    transform: translateX(6px);
}

.cta-review-card:hover .review-link {
    color: var(--color-bg-light);
}

/* ==========================================================================
   RESPONSIVE DESIGN
   ========================================================================== */
@media (max-width: 992px) {
    .reviews-grid {
        grid-template-columns: 1fr; /* Passage sur une seule colonne */
        gap: 30px;
        max-width: 480px;
        margin: 0 auto;
    }
    .review-card:hover {
        transform: none; /* Désactive la translation verticale sur mobile pour le confort au scroll */
    }
    .review-card:hover .author-trip {
        transform: none;
    }
    .cta-review-card:hover .review-link::after {
        transform: none;
    }
}

@media (max-width: 640px) {
    .reviews-main-title {
        font-size: 34px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c9828a0 */.contact-container {
    max-width: 850px;
    margin: 60px auto;
    padding: 0 20px;
    font-family: var(--font-body), sans-serif;
}

.contact-header {
    text-align: center;
    margin-bottom: 50px;
}

.contact-main-title {
    font-size: 44px;
    font-weight: 600;
    color: var(--color-blue-dark);
    margin-bottom: 15px;
}

.contact-main-subtitle {
    font-size: 16px;
    color: var(--color-text-dark);
    font-weight: 300;
}

/* --- Le Grand Bloc Blanc (Le Formulaire Enveloppe) --- */
.fluentform_wrapper_3 {
    background-color: #FFFFFF !important;
    padding: 60px 50px !important;
    border-radius: 32px !important;
    box-shadow: 0 25px 60px rgba(26, 43, 73, 0.04) !important;
    border: 1px solid rgba(26, 43, 73, 0.03) !important;
}

/* --- Organisation de la Grille Native de Fluent Forms --- */
#fluentform_3 fieldset {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 25px !important;
}

/* Forcer les deux derniers champs (Dates et Message) ainsi que le bouton sur toute la largeur */
#fluentform_3 .ff-el-group:nth-child(9), /* Dates envisagées */
#fluentform_3 .ff-el-group:nth-child(10), /* Message */
#fluentform_3 .ff_submit_btn_wrapper {
    grid-column: span 2 !important;
}

/* Structure interne de chaque groupe de champ */
.ff-el-group {
    display: flex !important;
    flex-direction: column !important;
    margin-bottom: 0 !important; /* Géré par le gap de la grille */
}

/* --- Labels des Champs --- */
.ff-el-input--label label {
    font-size: 13px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-weight: 500 !important;
    color: var(--color-blue-dark) !important;
    margin-bottom: 8px !important;
    display: inline-block !important;
}

/* --- Design des Inputs, Selects et Textarea --- */
.fluentform_wrapper_3 .ff-el-form-control {
    width: 100% !important;
    font-family: var(--font-body), sans-serif !important;
    font-size: 14.5px !important;
    padding: 14px 18px !important;
    background-color: #FFFFFF !important;
    border: 1px solid rgba(26, 43, 73, 0.15) !important;
    border-radius: 12px !important;
    color: var(--color-blue-dark) !important;
    outline: none !important;
    transition: all 0.3s ease !important;
    box-sizing: border-box !important;
    height: auto !important; /* Reset des hauteurs par défaut */
}

/* Effets Focus sur les éléments Fluent Forms */
.fluentform_wrapper_3 .ff-el-form-control:focus {
    border-color: var(--color-orange-gold) !important;
    box-shadow: 0 0 0 4px rgba(222, 135, 67, 0.08) !important;
}

/* Ajustement spécifique pour la zone de texte */
.fluentform_wrapper_3 textarea.ff-el-form-control {
    resize: none !important;
    min-height: 120px !important;
}

/* --- Bouton d'envoi Premium --- */
.fluentform_wrapper_3 .ff_submit_btn_wrapper {
    text-align: center !important;
    margin-top: 20px !important;
}

.fluentform_wrapper_3 .ff-btn-submit {
    width: 100% !important;
    background-color: var(--color-blue-dark) !important;
    color: var(--color-bg-light) !important;
    font-family: var(--font-title), serif !important;
    font-size: 20px !important;
    font-style: italic !important;
    font-weight: 600 !important;
    padding: 16px 40px !important;
    border: none !important;
    border-radius: 40px !important;
    cursor: pointer !important;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1) !important;
    box-shadow: 0 10px 25px rgba(26, 43, 73, 0.15) !important;
}

.fluentform_wrapper_3 .ff-btn-submit:hover {
    background-color: var(--color-orange-gold) !important;
    box-shadow: 0 15px 30px rgba(222, 135, 67, 0.3) !important;
    transform: translateY(-2px) !important;
}

/* Changer le texte par défaut "Submit Form" par l'appel à l'action de Tiffany */
.fluentform_wrapper_3 .ff-btn-submit::before {
    content: "Envoyer ma demande →" !important;
}
.fluentform_wrapper_3 .ff-btn-submit {
    font-size: 0 !important; /* Cache le texte d'origine "Submit Form" */
}
.fluentform_wrapper_3 .ff-btn-submit::before {
    font-size: 20px !important; /* Réaffiche le nouveau texte à la bonne taille */
}

/* --- Réassurance Basse --- */
.form-reassurance {
    font-size: 13px;
    color: var(--color-text-muted);
}

/* ==========================================================================
   CORRECTIF ULTIME RESPONSIVE : FORÇAGE MONO-COLONNE
   ========================================================================== */
@media (max-width: 768px) {
    /* 1. Reset de la structure globale de la page */
    .fluentform_wrapper_3 {
        padding: 30px 20px !important;
        border-radius: 20px !important;
    }
    
    .contact-main-title {
        font-size: 32px !important;
    }

    /* 2. Destruction du système de grille sur le fieldset */
    #fluentform_3 fieldset {
        display: block !important; /* On oublie la grille, on passe en bloc simple */
        width: 100% !important;
    }

    /* 3. Neutralisation de TOUTES les lignes et colonnes de Fluent Forms (Ancienne & Nouvelle version) */
    #fluentform_3 .ff-t-container,
    #fluentform_3 .ff-t-row,
    #fluentform_3 .ff-t-cell,
    #fluentform_3 .ff-form-row,
    #fluentform_3 .ff-form-col,
    #fluentform_3 .ff-el-form-row,
    #fluentform_3 .form-row {
        display: block !important;
        flex-direction: column !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        margin: 0 0 15px 0 !important;
        padding: 0 !important;
    }

    /* 4. Forçage absolu de chaque champ individuel */
    #fluentform_3 .ff-el-group, 
    #fluentform_3 [class*="col-"] {
        width: 100% !important;
        max-width: 100% !important;
        grid-column: span 1 !important;
        display: flex !important;
        flex-direction: column !important;
        margin-bottom: 15px !important;
    }

    /* Sécurité pour les éléments qui auraient un "span" forcé en CSS général */
    #fluentform_3 .ff-el-group:nth-child(9),
    #fluentform_3 .ff-el-group:nth-child(10),
    #fluentform_3 .ff_submit_btn_wrapper {
        grid-column: span 1 !important;
        width: 100% !important;
    }

    /* 5. Ajustement du bouton pour qu'il soit lisible sur petit écran */
    .fluentform_wrapper_3 .ff-btn-submit::before {
        font-size: 16px !important;
    }
    .fluentform_wrapper_3 .ff-btn-submit {
        padding: 14px 25px !important;
    }
}/* End custom CSS */