.elementor-5630 .elementor-element.elementor-element-7b9bd6e5{--display:flex;--background-transition:0.3s;}/* Start custom CSS for html, class: .elementor-element-8a20e27 *//* DESIGN BLANC PREMIUM */
.valv-light-wrapper {
    --valv-white: #ffffff;
    --valv-gray-50: #f8fafc;
    --valv-gray-100: #f1f5f9;
    --valv-gray-200: #e2e8f0;
    --valv-text-dark: #0f172a;
    --valv-text-muted: #475569;
    --valv-primary-blue: #0284c7;
    --valv-secondary-blue: #1e40af; 
    
    background-color: var(--valv-white);
    color: var(--valv-text-dark);
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    padding-bottom: 50px;
}

.valv-light-wrapper h1, 
.valv-light-wrapper h2, 
.valv-light-wrapper h3 {
    font-family: 'Outfit', sans-serif;
    color: var(--valv-text-dark);
    margin: 0;
}

.valv-light-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.valv-text-blue {
    color: var(--valv-primary-blue);
}

.valv-bg-gray {
    background-color: var(--valv-gray-50);
}

/* En-tête */
.valv-light-hero {
    padding: 80px 20px;
    text-align: center;
}

.valv-tag {
    display: inline-block;
    background-color: var(--valv-gray-100);
    color: var(--valv-secondary-blue);
    padding: 8px 18px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.valv-light-hero h1 {
    font-size: 3.2rem;
    font-weight: 800;
    margin-bottom: 20px;
}

.valv-hero-subtitle {
    font-size: 1.15rem;
    color: var(--valv-text-muted);
    max-width: 800px;
    margin: 0 auto 40px;
}

/* Grille ADN / Valeurs */
.valv-values-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    max-width: 900px;
    margin: 0 auto;
}

.valv-value-item {
    background: var(--valv-white);
    border: 1px solid var(--valv-gray-200);
    padding: 15px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    flex: 1;
    min-width: 200px;
    text-align: left;
}

.valv-value-item strong {
    color: var(--valv-primary-blue);
    font-size: 1.05rem;
    display: block;
    margin-bottom: 5px;
}

.valv-value-item span {
    font-size: 0.9rem;
    color: var(--valv-text-muted);
}

/* Titres de Section */
.valv-light-section {
    padding: 80px 0;
}

.valv-section-header {
    text-align: center;
    margin-bottom: 50px;
}

.valv-section-header h2 {
    font-size: 2.2rem;
    margin-bottom: 15px;
}

.valv-section-header p {
    color: var(--valv-text-muted);
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto;
}

/* Grille Services Clés en Main */
.valv-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 25px;
}

.valv-service-card {
    background: var(--valv-white);
    border: 1px solid var(--valv-gray-200);
    padding: 30px 20px;
    border-radius: 16px;
    text-align: center;
    transition: all 0.3s ease;
}

.valv-service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.08);
    border-color: var(--valv-primary-blue);
}

.valv-icon {
    font-size: 32px;
    color: var(--valv-primary-blue);
    margin-bottom: 20px;
}

.valv-service-card h3 {
    font-size: 1.2rem;
    margin-bottom: 12px;
}

.valv-service-card p {
    color: var(--valv-text-muted);
    font-size: 0.95rem;
}

/* Secteurs d'Activité */
.valv-sector-row {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 70px;
}

.valv-sector-row.valv-reverse {
    flex-direction: row-reverse;
}

.valv-sector-image {
    flex: 1;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.valv-sector-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.8s ease;
}

.valv-sector-image:hover img {
    transform: scale(1.05);
}

.valv-sector-content {
    flex: 1;
}

.valv-sector-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--valv-secondary-blue);
    background-color: var(--valv-gray-100);
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.valv-sector-content h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.valv-sector-content p {
    color: var(--valv-text-muted);
    margin-bottom: 20px;
}

.valv-products-list {
    list-style: none;
    padding: 0;
}

.valv-products-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--valv-gray-200);
    color: var(--valv-text-muted);
}

.valv-products-list li:last-child {
    border-bottom: none;
}

.valv-products-list li::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: var(--valv-primary-blue);
}

.valv-products-list li strong {
    color: var(--valv-text-dark);
}

/* Responsivité Mobile */
@media (max-width: 900px) {
    .valv-sector-row {
        flex-direction: column !important;
        gap: 30px;
    }
    .valv-light-hero h1 {
        font-size: 2.2rem;
    }
}/* End custom CSS */