.elementor-7045 .elementor-element.elementor-element-82e29a0{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7045 .elementor-element.elementor-element-fa8cf2d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7045 .elementor-element.elementor-element-720ab33{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7045 .elementor-element.elementor-element-e9ee029{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7045 .elementor-element.elementor-element-f7f3dd5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7045 .elementor-element.elementor-element-4f1a95a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7045 .elementor-element.elementor-element-89e960a{--display:flex;--min-height:409px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-7045 .elementor-element.elementor-element-86b2960 .elementor-repeater-item-d92c7e2.elementor-social-icon{background-color:var( --e-global-color-astglobalcolor5 );}.elementor-7045 .elementor-element.elementor-element-86b2960 .elementor-repeater-item-4b0483f.elementor-social-icon{background-color:var( --e-global-color-astglobalcolor5 );}.elementor-7045 .elementor-element.elementor-element-86b2960 .elementor-repeater-item-4fae721.elementor-social-icon{background-color:var( --e-global-color-astglobalcolor5 );}.elementor-7045 .elementor-element.elementor-element-86b2960 .elementor-repeater-item-4fae721.elementor-social-icon i{color:var( --e-global-color-astglobalcolor2 );}.elementor-7045 .elementor-element.elementor-element-86b2960 .elementor-repeater-item-4fae721.elementor-social-icon svg{fill:var( --e-global-color-astglobalcolor2 );}.elementor-7045 .elementor-element.elementor-element-86b2960{--grid-template-columns:repeat(0, auto);text-align:center;--grid-column-gap:15px;--grid-row-gap:0px;}:root{--page-title-display:none;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for text-editor, class: .elementor-element-e677a81 *//* Hero Section CSS */
.hero {
    height: 40vh;
    background: linear-gradient(rgba(15, 23, 42, 0.8), rgba(15, 23, 42, 0.8)), 
                url('https://images.pexels.com/photos/6248957/pexels-photo-6248957.jpeg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.hero-content {
    max-width: 1000px;
    padding: 0 2rem;
}

.hero-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #ffffff;
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
}

.hero-button {
    padding: 0.75rem 1.5rem;
    border: 1px solid rgba(96, 165, 250, 0.3);
    border-radius: 0.5rem;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.hero-button:hover {
    background: rgba(96, 165, 250, 0.2);
    border-color: #60a5fa;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 1.75rem;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-2ccdccf */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  line-height: 1.6;
  color: #ffffff;
  background-color: #0f172a;
}

/* Section principale - Ordre inversé */
.section-container {
  background-color: var(--ast-global-color-5);
  padding: 50px 40px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Contenu centré */
.content-centered {
  max-width: 800px;
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
}

/* Titre et description */
.info-box {
  color: var(--ast-global-color-2);
}

.info-box h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: var(--ast-global-color-2);
  font-weight: 700;
  letter-spacing: -0.5px;
}

.info-box p {
  color: var(--ast-global-color-3);
  font-size: 1.1rem;
  line-height: 1.7;
}

.info-box em {
  font-style: italic;
  color: #93c5fd;
}

/* Colonne d'images (50%) */
.images-column {
  width: 50%;
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.image-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}

.image-wrapper:first-child {
  width: 259px;
  height: 360px;
}

.image-wrapper:last-child {
  width: 270px;
  height: 360px;
  margin-top: 50px;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-2f24636 */:root {
    --ast-global-color-5: #0f172a;
    --ast-global-color-2: #ffffff;
    --ast-global-color-3: #cbd5e1;
    --ast-global-color-1: #60a5fa;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #ffffff;
    background-color: #0f172a;
}

/* Ligne décorative */
.decorative-line {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, var(--ast-global-color-1) 50%, transparent 100%);
    margin: 60px 0;
    position: relative;
}

.decorative-line::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: var(--ast-global-color-1);
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(96, 165, 250, 0.5);
}

/* Services Section */
.services {
    padding: 6rem 2rem;
    background-color: var(--ast-global-color-5);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

/* Service Cards */
.service-card {
    background: linear-gradient(145deg, rgba(30, 41, 59, 0.8), rgba(15, 23, 42, 0.9));
    border: 1px solid rgba(96, 165, 250, 0.1);
    border-radius: 1.5rem;
    padding: 3rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    backdrop-filter: blur(10px);
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--ast-global-color-1), #93c5fd, var(--ast-global-color-1));
    border-radius: 1.5rem 1.5rem 0 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgba(96, 165, 250, 0.2);
    border-color: rgba(96, 165, 250, 0.3);
}

.service-card:hover::before {
    opacity: 1;
}

.service-card:nth-child(even) {
    background: linear-gradient(145deg, rgba(51, 65, 85, 0.8), rgba(30, 41, 59, 0.9));
}

.service-card.reverse .service-content {
    order: 2;
}

.service-card.reverse .service-image-container {
    order: 1;
}

/* Service Content */
.service-content {
    color: var(--ast-global-color-2);
}

.service-number {
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--ast-global-color-1);
    margin-bottom: 1rem;
    display: block;
    background: rgba(96, 165, 250, 0.1);
    padding: 6px 16px;
    border-radius: 20px;
    border: 1px solid rgba(96, 165, 250, 0.2);
    width: fit-content;
}

.service-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--ast-global-color-2);
    line-height: 1.2;
    transition: color 0.3s ease;
}

.service-card:hover .service-title {
    color: var(--ast-global-color-1);
}

.service-description {
    font-size: 1.125rem;
    line-height: 1.7;
    color: var(--ast-global-color-3);
    margin-bottom: 2rem;
}

.service-description strong {
    color: var(--ast-global-color-2);
    font-weight: 600;
}

/* Service Link */
.service-link {
    display: inline-flex;
    align-items: center;
    color: var(--ast-global-color-1);
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0.75rem 1.5rem;
    border: 2px solid var(--ast-global-color-1);
    border-radius: 0.5rem;
    background: rgba(96, 165, 250, 0.05);
}

.service-link:hover {
    background: var(--ast-global-color-1);
    color: var(--ast-global-color-5);
    transform: translateX(5px);
    box-shadow: 0 8px 25px rgba(96, 165, 250, 0.3);
}

/* Service Image Container */
.service-image-container {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    height: 320px;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.service-image-container:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}

.service-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    filter: brightness(0.8) contrast(1.1);
}

.service-image-container:hover .service-image {
    transform: scale(1.1);
    filter: brightness(0.9) contrast(1.2);
}

/* Services Included Overlay Card */
.services-included-overlay {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(15, 23, 42, 0.95);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(96, 165, 250, 0.4);
    border-radius: 0.75rem;
    padding: 1rem;
    max-width: 220px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
    z-index: 10;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    pointer-events: none;
}

.service-image-container:hover .services-included-overlay {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.services-included-overlay h3 {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--ast-global-color-1);
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.services-included-overlay ul {
    list-style: none;
    padding-left: 0;
}

.services-included-overlay li {
    color: #e2e8f0;
    margin-bottom: 0.5rem;
    padding-left: 1.2rem;
    position: relative;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.4;
    transition: color 0.2s ease;
}

.services-included-overlay li::before {
    content: "✓";
    color: #10b981;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0.75rem;
}

.services-included-overlay li:last-child {
    margin-bottom: 0;
}

.service-card:hover .services-included-overlay li {
    color: var(--ast-global-color-2);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .service-card {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 2rem;
    }
    
    .service-card.reverse .service-content,
    .service-card.reverse .service-image-container {
        order: unset;
    }
    
    .service-image-container {
        height: 280px;
    }
    
    .services-included-overlay {
        position: static;
        opacity: 1;
        transform: none;
        margin-top: 1rem;
        max-width: none;
        padding: 1.25rem;
        pointer-events: auto;
        background: rgba(30, 41, 59, 0.5);
        border: 1px solid rgba(96, 165, 250, 0.1);
    }
    
    .services-included-overlay h3 {
        font-size: 0.875rem;
    }
    
    .services-included-overlay li {
        font-size: 0.9rem;
        margin-bottom: 0.75rem;
    }
}

@media (max-width: 768px) {
    .services {
        padding: 4rem 1rem;
    }
    
    .service-card {
        padding: 1.5rem;
        gap: 1.5rem;
    }
    
    .service-title {
        font-size: 2rem;
    }
    
    .service-description {
        font-size: 1rem;
    }
    
    .service-image-container {
        height: 240px;
    }
    
    .services-included-overlay {
        padding: 1rem;
    }
}

@media (max-width: 480px) {
    .service-card {
        padding: 1rem;
    }
    
    .service-title {
        font-size: 1.5rem;
    }
    
    .service-description {
        font-size: 0.9rem;
    }

    .service-image-container {
        height: 200px;
    }
    
    .service-number {
        font-size: 0.75rem;
        padding: 4px 12px;
    }
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Focus states for accessibility */
.service-link:focus {
    outline: 2px solid var(--ast-global-color-1);
    outline-offset: 2px;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-3a4d715 *//* Section Méthodologie */
        .methodology-section {
            padding: 60px 40px;
            background-color: #0f172a;
            position: relative;
            overflow: hidden;
        }

        .methodology-container {
            max-width: 1200px;
            margin: 0 auto;
            position: relative;
        }

        .methodology-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .methodology-title {
            font-size: 2.2rem;
            font-weight: 700;
            color: #ffffff;
            margin-bottom: 24px;
            letter-spacing: -0.5px;
        }

        .methodology-subtitle {
            font-size: 1.1rem;
            color: #94a3b8;
            max-width: 600px;
            margin: 0 auto;
            line-height: 1.6;
        }

        .timeline-container {
            position: relative;
            max-width: 800px;
            margin: 0 auto;
            padding: 20px 0;
        }

        /* Ligne centrale de la timeline */
        .timeline-line {
            position: absolute;
            left: 50%;
            top: 0;
            bottom: 0;
            width: 2px;
            background: var(--ast-global-color-1);
            transform: translateX(-50%);
        }

        .timeline-item {
            position: relative;
            margin-bottom: 60px;
            display: flex;
            align-items: center;
            width: 100%;
        }

        .timeline-item:last-child {
            margin-bottom: 0;
        }

        /* Alternance gauche/droite */
        .timeline-item:nth-child(odd) {
            flex-direction: row;
        }

        .timeline-item:nth-child(even) {
            flex-direction: row-reverse;
        }

        .timeline-content {
            width: calc(50% - 100px);
            background: rgba(96, 165, 250, 0.1);
            border: 1px solid var(--ast-global-color-1);
            border-radius: 12px;
            padding: 24px;
            position: relative;
            transition: all 0.3s ease;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        }

        .timeline-content:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
            border-color: #93c5fd;
            background: rgba(96, 165, 250, 0.2);
        }

        /* Flèches pointant vers le centre */
        .timeline-content::before {
            content: '';
            position: absolute;
            top: 50%;
            width: 0;
            height: 0;
            border: 8px solid transparent;
            transform: translateY(-50%);
        }

        .timeline-item:nth-child(odd) .timeline-content::before {
            right: -16px;
            border-left-color: var(--ast-global-color-1);
        }

        .timeline-item:nth-child(even) .timeline-content::before {
            left: -16px;
            border-right-color: var(--ast-global-color-1);
        }
        
        .timeline-icon {
            width: 16px;
            height: 16px;
            background: var(--ast-global-color-1);
            border-radius: 50%;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            border: 3px solid #0f172a;
            z-index: 10;
            transition: all 0.3s ease;
        }

        .timeline-icon:hover {
            background: #93c5fd;
            transform: translate(-50%, -50%) scale(1.2);
        }

        .timeline-title {
            font-size: 20px;
            font-weight: 600;
            color: var(--ast-global-color-2);
            margin-bottom: 12px;
            line-height: 1.3;
        }
        
        .timeline-description {
            color: var(--ast-global-color-3);
            line-height: 1.7;
            font-size: 15px;
        }

        /* Badge de phase */
        .timeline-badge {
            position: absolute;
            top: -12px;
            left: 24px;
            background: var(--ast-global-color-1);
            color: var(--ast-global-color-2);
            padding: 6px 16px;
            border-radius: 16px;
            font-size: 11px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .timeline-container {
                padding: 20px 0;
            }

            .timeline-line {
                left: 30px;
            }

            .timeline-item {
                flex-direction: row !important;
                margin-bottom: 60px;
            }

            .timeline-content {
                width: calc(100% - 120px);
                margin-left: 100px;
            }

            .timeline-content::before {
                left: -16px !important;
                right: auto !important;
                border-left-color: transparent !important;
                border-right-color: var(--ast-global-color-1) !important;
            }

            .timeline-icon {
                left: 30px;
            }

            .timeline-badge {
                top: -10px;
                left: 16px;
                font-size: 10px;
                padding: 5px 14px;
            }
        }

        @media (max-width: 480px) {
            .methodology-section {
                padding: 40px 24px;
            }

            .methodology-title {
                font-size: 1.9rem;
            }

            .methodology-subtitle {
                font-size: 1rem;
            }

            .methodology-header {
                margin-bottom: 40px;
            }

            .timeline-line {
                left: 20px;
            }

            .timeline-content {
                width: calc(100% - 80px);
                margin-left: 60px;
                padding: 20px;
            }

            .timeline-icon {
                left: 20px;
                width: 12px;
                height: 12px;
            }

            .timeline-title {
                font-size: 18px;
                margin-bottom: 10px;
            }

            .timeline-description {
                font-size: 14px;
            }

            .timeline-badge {
                top: -8px;
                left: 12px;
                font-size: 9px;
                padding: 4px 12px;
            }
        }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-9a0a38d *//* Section Correspondants Mondiaux */
        .correspondants-section {
            padding: 80px 40px;
            background-color: var(--ast-global-color-5);
            position: relative;
            overflow: hidden;
        }

        .correspondants-container {
            max-width: 1200px;
            margin: 0 auto;
            position: relative;
        }

        .correspondants-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .correspondants-title {
            font-size: 2.2rem;
            font-weight: 700;
            color: var(--ast-global-color-2);
            margin-bottom: 24px;
            letter-spacing: -0.5px;
        }

        .correspondants-description {
            color: var(--ast-global-color-3);
            font-size: 1.1rem;
            max-width: 600px;
            margin: 0 auto;
            line-height: 1.6;
        }

        /* Boutons de régions */
        .region-buttons {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 16px;
            margin-bottom: 48px;
        }

        .region-button {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 12px 24px;
            border: 2px solid #334155;
            background: transparent;
            color: var(--ast-global-color-3);
            border-radius: 8px;
            cursor: pointer;
            font-weight: 600;
            font-size: 1rem;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .region-button:hover {
            border-color: var(--ast-global-color-1);
            color: var(--ast-global-color-2);
            transform: translateY(-2px);
            box-shadow: 0 4px 15px rgba(96, 165, 250, 0.2);
        }

        .region-button.active {
            border-color: var(--ast-global-color-1);
            background: var(--ast-global-color-1);
            color: #0f172a;
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(96, 165, 250, 0.3);
        }

        /* Contenu des régions */
        .region-content {
            min-height: 300px;
            display: none;
            animation: fadeInUp 0.6s ease-out;
        }

        .region-content.active {
            display: block;
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .region-info {
            background: rgba(96, 165, 250, 0.1);
            border: 1px solid var(--ast-global-color-1);
            border-radius: 12px;
            padding: 32px;
            position: relative;
            overflow: hidden;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }

        .region-info:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
            border-color: #93c5fd;
            background: rgba(96, 165, 250, 0.15);
        }

        .region-info h3 {
            color: var(--ast-global-color-1);
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 24px;
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .region-cities-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 16px;
        }

        .city-card {
            background: rgba(15, 23, 42, 0.5);
            border-radius: 8px;
            padding: 16px;
            border-left: 3px solid var(--ast-global-color-1);
            transition: all 0.3s ease;
        }

        .city-card:hover {
            background: rgba(15, 23, 42, 0.8);
            transform: translateX(5px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        }

        .city-name {
            color: var(--ast-global-color-2);
            font-weight: 600;
            margin-bottom: 8px;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .city-name::before {
            content: "📍";
            font-size: 14px;
        }

        .city-description {
            color: var(--ast-global-color-3);
            font-size: 14px;
            line-height: 1.5;
        }

        /* Bouton voir tous les pays */
        .view-all-container {
            text-align: center;
            margin-top: 48px;
        }

        .view-all-button {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 12px 28px;
            border: 2px solid var(--ast-global-color-1);
            background: transparent;
            color: var(--ast-global-color-1);
            border-radius: 8px;
            cursor: pointer;
            font-weight: 600;
            font-size: 1rem;
            transition: all 0.3s ease;
            letter-spacing: 0.5px;
        }

        .view-all-button:hover {
            background: var(--ast-global-color-1);
            color: #0f172a;
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(96, 165, 250, 0.3);
        }

        /* Section FAQ */
        .faq-section {
            padding: 6rem 2rem;
            background-color: var(--ast-global-color-5);
        }

        .faq-container {
            max-width: 64rem;
            margin: 0 auto;
        }

        .faq-header {
            text-align: center;
            margin-bottom: 4rem;
        }

        .faq-title {
            font-size: 2.2rem;
            font-weight: 700;
            color: var(--ast-global-color-2);
            margin-bottom: 1.5rem;
        }

        .faq-subtitle {
            font-size: 1.125rem;
            color: var(--ast-global-color-3);
        }

        .faq-list {
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }

        .faq-item {
            background: rgba(51, 65, 85, 0.5);
            border: 1px solid #374151;
            border-radius: 0.75rem;
            overflow: hidden;
        }

        .faq-button {
            width: 100%;
            padding: 1.25rem 1.5rem;
            text-align: left;
            display: flex;
            align-items: center;
            justify-content: space-between;
            background: transparent;
            border: none;
            color: var(--ast-global-color-2);
            font-weight: 600;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }

        .faq-button:hover {
            background: rgba(55, 65, 81, 0.3);
        }

        .faq-question {
            padding-right: 1rem;
        }

        .faq-icon {
            width: 1.25rem;
            height: 1.25rem;
            color: var(--ast-global-color-1);
            transition: transform 0.3s ease;
        }

        .faq-item.open .faq-icon {
            transform: rotate(90deg);
        }

        .faq-answer {
            padding: 0 1.5rem 1.25rem;
            color: var(--ast-global-color-3);
            line-height: 1.6;
            display: none;
        }

        .faq-item.open .faq-answer {
            display: block;
        }

        /* Section Processus */
        .process-section {
            padding: 6rem 2rem;
            background-color: var(--ast-global-color-5);
        }

        .process-container {
            max-width: 1200px;
            margin: 0 auto;
        }

        .process-header {
            text-align: center;
            margin-bottom: 4rem;
        }

        .process-title {
            font-size: 2.2rem;
            font-weight: 700;
            color: var(--ast-global-color-2);
            margin-bottom: 1.5rem;
        }

        .process-subtitle {
            font-size: 1.125rem;
            color: var(--ast-global-color-3);
        }

        .process-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 2rem;
        }

        .process-card {
            background: linear-gradient(145deg, rgba(30, 41, 59, 0.3), rgba(51, 65, 85, 0.3));
            border: 1px solid rgba(96, 165, 250, 0.2);
            border-radius: 1rem;
            padding: 1.5rem;
            transition: all 0.3s ease;
        }

        .process-card:hover {
            border-color: rgba(96, 165, 250, 0.4);
            transform: translateY(-8px);
        }

        .process-icon {
            color: var(--ast-global-color-1);
            margin-bottom: 1rem;
        }

        .process-card-title {
            font-size: 1.25rem;
            font-weight: 700;
            color: var(--ast-global-color-2);
            margin-bottom: 1rem;
        }

        .process-steps {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
        }

        .process-step {
            color: var(--ast-global-color-3);
            font-size: 0.875rem;
            display: flex;
            align-items: flex-start;
            gap: 0.5rem;
        }

        .process-step-icon {
            width: 1rem;
            height: 1rem;
            color: #10b981;
            flex-shrink: 0;
            margin-top: 0.125rem;
        }

        /* Section Contact */
        .contact-section {
            padding: 6rem 2rem;
            background: linear-gradient(145deg, #1e293b, #0f172a);
        }

        .contact-container {
            max-width: 64rem;
            margin: 0 auto;
            text-align: center;
        }

        .contact-title {
            font-size: 2.2rem;
            font-weight: 700;
            color: var(--ast-global-color-2);
            margin-bottom: 1.5rem;
        }

        .contact-description {
            font-size: 1.125rem;
            color: var(--ast-global-color-3);
            margin-bottom: 3rem;
            line-height: 1.6;
        }

        .contact-buttons {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
            align-items: center;
        }

        @media (min-width: 640px) {
            .contact-buttons {
                flex-direction: row;
                justify-content: center;
            }
        }

        .contact-button {
            display: inline-flex;
            align-items: center;
            gap: 0.75rem;
            padding: 1rem 2rem;
            border-radius: 0.75rem;
            font-weight: 600;
            font-size: 1rem;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .contact-button-primary {
            background: var(--ast-global-color-1);
            color: #0f172a;
        }

        .contact-button-primary:hover {
            background: #93c5fd;
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(96, 165, 250, 0.3);
        }

        .contact-button-secondary {
            border: 2px solid var(--ast-global-color-1);
            color: var(--ast-global-color-1);
            background: transparent;
        }

        .contact-button-secondary:hover {
            background: var(--ast-global-color-1);
            color: #0f172a;
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(96, 165, 250, 0.3);
        }

        .contact-note {
            font-size: 0.875rem;
            color: #64748b;
            margin-top: 2rem;
        }

        /* Modal */
        .modal-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.8);
            backdrop-filter: blur(4px);
            display: none;
            align-items: center;
            justify-content: center;
            z-index: 1000;
            padding: 16px;
        }

        .modal-overlay.active {
            display: flex;
        }

        .modal-content {
            background: #1e293b;
            border-radius: 12px;
            padding: 32px;
            max-width: 600px;
            width: 100%;
            max-height: 80vh;
            overflow-y: auto;
            border: 1px solid var(--ast-global-color-1);
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
        }

        .modal-content h3 {
            color: var(--ast-global-color-2);
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 24px;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
        }

        .modal-content ul {
            list-style: none;
            padding: 0;
            margin-bottom: 32px;
        }

        .modal-content li {
            color: var(--ast-global-color-3);
            font-size: 1rem;
            line-height: 1.6;
            margin-bottom: 16px;
            padding: 12px;
            background: rgba(15, 23, 42, 0.5);
            border-radius: 8px;
            border-left: 3px solid var(--ast-global-color-1);
        }

        .modal-content li strong {
            color: var(--ast-global-color-1);
            font-weight: 600;
        }

        .modal-close {
            display: block;
            width: 100%;
            padding: 12px;
            border: 2px solid var(--ast-global-color-1);
            background: transparent;
            color: var(--ast-global-color-1);
            border-radius: 8px;
            cursor: pointer;
            font-weight: 600;
            transition: all 0.3s ease;
        }

        .modal-close:hover {
            background: var(--ast-global-color-1);
            color: #0f172a;
        }

        /* Responsive */
        @media (max-width: 1024px) {
            .service-card {
                grid-template-columns: 1fr;
                gap: 2rem;
                padding: 2rem;
            }
            
            .service-card.reverse .service-content,
            .service-card.reverse .service-image-container {
                order: unset;
            }
            
            .service-image-container {
                height: 280px;
            }
            
            .services-included-overlay {
                position: static;
                opacity: 1;
                transform: none;
                margin-top: 1rem;
                max-width: none;
                padding: 1.25rem;
                pointer-events: auto;
                background: rgba(30, 41, 59, 0.5);
                border: 1px solid rgba(96, 165, 250, 0.1);
            }
        }

        @media (max-width: 768px) {
            .section-container {
                padding: 40px 24px;
            }
            
            .info-box h2 {
                font-size: 1.75rem;
                margin-bottom: 16px;
            }
            
            .info-box p {
                font-size: 1rem;
            }
            
            .services {
                padding: 4rem 1rem;
            }
            
            .service-card {
                padding: 1.5rem;
                gap: 1.5rem;
            }
            
            .service-title {
                font-size: 2rem;
            }
            
            .service-description {
                font-size: 1rem;
            }
            
            .service-image-container {
                height: 240px;
            }

            .methodology-section {
                padding: 40px 24px;
            }

            .methodology-title {
                font-size: 1.9rem;
            }

            .timeline-container {
                padding: 20px 0;
            }

            .timeline-line {
                left: 30px;
            }

            .timeline-item {
                flex-direction: row !important;
                margin-bottom: 60px;
            }

            .timeline-content {
                width: calc(100% - 120px);
                margin-left: 100px;
            }

            .timeline-content::before {
                left: -16px !important;
                right: auto !important;
                border-left-color: transparent !important;
                border-right-color: var(--ast-global-color-1) !important;
            }

            .timeline-icon {
                left: 30px;
            }

            .correspondants-section {
                padding: 40px 24px;
            }

            .correspondants-title {
                font-size: 1.9rem;
            }

            .region-buttons {
                flex-direction: column;
                align-items: center;
                gap: 12px;
            }

            .region-button {
                width: 100%;
                max-width: 300px;
                justify-content: center;
            }

            .region-cities-grid {
                grid-template-columns: 1fr;
            }

            .pricing-section,
            .testimonials-section,
            .faq-section,
            .process-section,
            .contact-section {
                padding: 4rem 1rem;
            }

            .pricing-title,
            .testimonials-title,
            .faq-title,
            .process-title,
            .contact-title {
                font-size: 1.9rem;
            }
        }

        @media (max-width: 480px) {
            .section-container {
                padding: 32px 16px;
            }
            
            .info-box h2 {
                font-size: 1.5rem;
            }
            
            .service-card {
                padding: 1rem;
            }
            
            .service-title {
                font-size: 1.5rem;
            }
            
            .service-description {
                font-size: 0.9rem;
            }

            .service-image-container {
                height: 200px;
            }
            
            .service-number {
                font-size: 0.75rem;
                padding: 4px 12px;
            }

            .methodology-title {
                font-size: 1.75rem;
            }

            .timeline-line {
                left: 20px;
            }

            .timeline-content {
                width: calc(100% - 80px);
                margin-left: 60px;
                padding: 20px;
            }

            .timeline-icon {
                left: 20px;
                width: 12px;
                height: 12px;
            }

            .timeline-title {
                font-size: 18px;
                margin-bottom: 10px;
            }

            .timeline-description {
                font-size: 14px;
            }

            .timeline-badge {
                top: -8px;
                left: 12px;
                font-size: 9px;
                padding: 4px 12px;
            }

            .correspondants-title {
                font-size: 1.75rem;
            }

            .modal-content {
                padding: 24px;
            }

            .pricing-title,
            .testimonials-title,
            .faq-title,
            .process-title,
            .contact-title {
                font-size: 1.75rem;
            }
        }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-5e3bbbd *//* Section FAQ */
        .faq-section {
            padding: 6rem 2rem;
            background-color: var(--ast-global-color-5);
        }

        .faq-container {
            max-width: 64rem;
            margin: 0 auto;
        }

        .faq-header {
            text-align: center;
            margin-bottom: 4rem;
        }

        .faq-title {
            font-size: 2.2rem;
            font-weight: 700;
            color: var(--ast-global-color-2);
            margin-bottom: 1.5rem;
        }

        .faq-subtitle {
            font-size: 1.125rem;
            color: var(--ast-global-color-3);
        }

        .faq-list {
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }

        .faq-item {
            background: rgba(51, 65, 85, 0.5);
            border: 1px solid #374151;
            border-radius: 0.75rem;
            overflow: hidden;
        }

        .faq-button {
            width: 100%;
            padding: 1.25rem 1.5rem;
            text-align: left;
            display: flex;
            align-items: center;
            justify-content: space-between;
            background: transparent;
            border: none;
            color: var(--ast-global-color-2);
            font-weight: 600;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }

        .faq-button:hover {
            background: rgba(55, 65, 81, 0.3);
        }

        .faq-question {
            padding-right: 1rem;
        }

        .faq-icon {
            width: 1.25rem;
            height: 1.25rem;
            color: var(--ast-global-color-1);
            transition: transform 0.3s ease;
        }

        .faq-item.open .faq-icon {
            transform: rotate(90deg);
        }

        .faq-answer {
            padding: 0 1.5rem 1.25rem;
            color: var(--ast-global-color-3);
            line-height: 1.6;
            display: none;
        }

        .faq-item.open .faq-answer {
            display: block;
        }/* End custom CSS */