/* Glesner Theme - Base & Modules (reconstruit) */

/* ============================================
   VARIABLES CSS
   ============================================ */
:root {
    --color-primary: #FCCE2D;
    --color-secondary: #4EAC3E;
    --color-dark: #16161A;
    --color-white: #FFFFFF;
    --color-light: #f9f9f9;
    --color-text-gray: #666666;
    /* Police globale : Poppins partout */
    --font-primary: 'Poppins', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
}

/* ============================================
   RESET & BASE
   ============================================ */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: var(--font-primary);
    color: var(--color-white);
    background: var(--color-dark);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    font-family: inherit;
    cursor: pointer;
}

/* ============================================
   TYPOGRAPHIE GÉNÉRALE
   ============================================ */

/* H2 génériques (titres de sections textuels) */
h2 {
    text-align: left;
    font-family: var(--font-primary);
    font-weight: 300; /* moins gras */
    font-size: 24px;
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 1;
}

/* Protection absolue pour les SVG : ils ne doivent jamais hériter de styles de texte */
svg, svg * {
    font-family: inherit !important;
    font-weight: inherit !important;
    font-size: inherit !important;
    letter-spacing: inherit !important;
    color: inherit !important;
    text-align: inherit !important;
}

/* ============================================
   LAYOUT UTILITIES
   ============================================ */
.main {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 80px;
}

@media (max-width: 1200px) {
    .main {
        padding: 0 60px;
    }
}

@media (max-width: 768px) {
    .main {
        padding: 0 30px;
    }
}

@media (max-width: 480px) {
    .main {
        padding: 0 20px;
    }
}

/* ============================================
   FOOTER
   ============================================ */
.site-footer {
    background: var(--color-dark);
    color: var(--color-white);
    padding: 60px 0 30px;
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 80px;
}

/* Navigation du footer */
.footer-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    font-size: 0.95rem;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 24px;
}

.footer-nav a {
    color: rgba(255, 255, 255, 0.8);
}

.footer-nav a:hover {
    color: var(--color-primary);
}

.footer-nav-separator {
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, 0.25);
    display: inline-block;
}

.footer-line {
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    margin: 24px 0;
}

.footer-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.footer-main-left {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-logo-row {
    display: flex;
    align-items: center;
    gap: 24px;
}

.footer-logo svg {
    height: 44px; /* logo un peu plus grand */
    width: auto;
}

.footer-slogan {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.4;
}

.footer-main-right {
    display: flex;
    align-items: center;
    gap: 32px;
}

.footer-social-inline {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-social-icon svg {
    width: 20px;
    height: 20px;
    fill: #FFFFFF;
}

.footer-contact-inline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px 32px;
}

.footer-contact-inline-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
}

.footer-contact-inline-item svg {
    width: 16px !important;
    height: 16px !important;
    max-width: 16px !important;
    max-height: 16px !important;
    fill: var(--color-primary); /* icônes tel + mail en jaune */
    flex-shrink: 0;
}

.footer-contact-inline-item a {
    color: rgba(255, 255, 255, 0.85);
}

.footer-contact-inline-item a:hover {
    color: var(--color-primary);
}

.footer-bottom-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    margin-top: 16px;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
}

.footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 16px;
}

.footer-bottom-links a {
    color: rgba(255, 255, 255, 0.7);
}

.footer-bottom-links a:hover {
    color: var(--color-primary);
}

.footer-bottom-right a {
    color: rgba(255, 255, 255, 0.8);
}

.footer-bottom-right a:hover {
    color: var(--color-primary);
}

.footer-legal-links {
    display: flex;
    align-items: center;
    gap: 16px;
}
.footer-legal-links a {
    color: rgba(255, 255, 255, 0.7);
}
.footer-legal-links a:hover {
    color: var(--color-primary);
}

/* Logo Vaya footer : SVG inline, étoile animée au survol */
.logo-link {
    display: inline-block;
}
.logo-link svg.vaya-logo-svg {
    height: 20px;
    width: auto;
    display: block;
}
.logo-link .logo-star {
    transform-origin: 19.03px 19.03px; /* centre de l'étoile dans le viewBox */
    transition: transform 0.8s ease-in-out;
}
.logo-link:hover .logo-star {
    transform: rotate(180deg);
}
@media (prefers-reduced-motion: reduce) {
    .logo-link .logo-star,
    .logo-link:hover .logo-star {
        transition: none;
        transform: none;
    }
}

@media (max-width: 1200px) {
    .footer-container {
        padding: 0 60px;
    }
}

@media (max-width: 768px) {
    .footer-container {
        padding: 0 30px;
    }

    .footer-main {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .footer-bottom-bar {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-legal-desktop-only {
        display: none;
    }
}

/* ============================================
   BUTTONS
   ============================================ */
.cta-button,
.btn {
    display: inline-block;
    padding: 16px 32px;
    background: transparent;
    color: var(--color-white);
    border: 1px solid var(--color-primary);
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.cta-button:hover,
.btn:hover {
    background: var(--color-primary);
    color: var(--color-dark);
}

/* ============================================
   CLIENTS LOGOS
   ============================================ */
.clients-logos-section {
    width: 100%;
    background: #F5F5F5; /* Fond gris clair */
    padding: 80px 0;
}

h3.clients-logos-title {
    text-align: center;
    color: #16161A; /* Fond clair - texte visible */
    padding: 0 80px;
    /* Style standard H3 : font-size: 1.8rem, font-weight: 500, line-height: 1.2, letter-spacing: 0, margin: 0 0 30px 0 (défini dans glesner.css) */
}

.clients-logos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 80px;
    align-items: stretch; /* Tous les items ont la même hauteur */
    /* Forcer la visibilité en desktop */
    opacity: 1 !important;
    visibility: visible !important;
}

.client-logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    background: var(--color-white);
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%; /* Prendre toute la hauteur disponible du grid */
    /* Forcer la visibilité en desktop */
    opacity: 1 !important;
    visibility: visible !important;
}

.client-logo-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.client-logo-image {
    max-width: 100%;
    height: auto;
    max-height: 80px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.client-logo-svg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80px;
}

.client-logo-svg svg {
    max-width: 100%;
    max-height: 80px;
    width: auto;
    height: auto;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.client-logo-item:hover .client-logo-image,
.client-logo-item:hover .client-logo-svg svg {
    filter: grayscale(0%);
    opacity: 1;
}

.client-logo-placeholder {
    color: var(--color-text-gray);
    font-size: 0.9rem;
    text-align: center;
}

.no-clients {
    text-align: center;
    color: var(--color-text-gray);
    padding: 40px 20px;
}

@media (max-width: 1200px) {
    .clients-logos-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 30px;
        padding: 0 60px;
    }
}

@media (max-width: 768px) {
    .clients-logos-section {
        padding: 60px 0;
    }

    h3.clients-logos-title {
        padding: 0 30px;
    }

    .clients-logos-grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 20px;
        padding: 0 30px;
    }

    .client-logo-item {
        padding: 20px;
    }

    .client-logo-image {
        max-height: 60px;
    }
}

/* ============================================
   CONTACT FORM
   ============================================ */
.contact-form-section {
    width: 100%;
    background: #F5F5F5; /* Fond gris clair */
    padding: 100px 320px;
}

h3.contact-form-title {
    text-align: center;
    color: #16161A; /* Fond clair - texte visible */
    padding: 0 80px;
}

.contact-form-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 80px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.contact-form-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-form-field.full-width {
    grid-column: 1 / -1;
}

.contact-form-field label {
    color: var(--color-dark);
    font-weight: 500;
    font-size: 0.95rem;
}

.contact-form-field input,
.contact-form-field textarea {
    padding: 12px 16px;
    background: var(--color-white);
    border: 1px solid #E5E5E5;
    color: var(--color-dark);
    font-family: inherit;
    font-size: 1rem;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.contact-form-field input:focus,
.contact-form-field textarea:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px rgba(252, 206, 45, 0.1);
}

.contact-form-field textarea {
    min-height: 150px;
    resize: vertical;
}

.contact-form-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
}

.contact-form-checkbox input[type="checkbox"] {
    margin-top: 4px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    flex-shrink: 0;
    accent-color: var(--color-primary);
}

.contact-form-checkbox span {
    color: var(--color-dark);
    font-size: 0.9rem;
    line-height: 1.5;
}

.contact-form-submit {
    margin-top: 10px;
}

.contact-form-button {
    display: inline-block;
    width: 100%;
    padding: 16px 32px;
    background: transparent;
    color: var(--color-dark);
    border: 1px solid var(--color-dark);
    border-radius: 50px;
    font-weight: 500;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: none;
    letter-spacing: 0;
    font-family: inherit;
    text-decoration: none;
}

.contact-form-button:hover {
    background: var(--color-dark);
    color: var(--color-white);
}

.contact-form-message {
    max-width: 800px;
    margin: 0 auto 30px;
    padding: 16px 20px;
    border-radius: 8px;
    font-size: 0.95rem;
}

.contact-form-message.success {
    background: #D1FAE5;
    color: #065F46;
    border: 1px solid #10B981;
}

.contact-form-message.error {
    background: #FEE2E2;
    color: #991B1B;
    border: 1px solid #EF4444;
}

@media (max-width: 1200px) {
    .contact-form-section {
        padding: 100px 120px;
    }
}

@media (max-width: 768px) {
    .contact-form-section {
        padding: 60px 30px;
    }

    h3.contact-form-title {
        padding: 0 30px;
    }

    .contact-form-container {
        padding: 0 30px;
    }

    .contact-form-row {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

/* ============================================
   RÉALISATIONS GRID
   ============================================ */
.realisations-grid-section {
    width: 100%;
    background: var(--color-dark);
    padding: 40px 0;
}

.realisations-grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 80px;
}

.realisation-grid-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background: #FFFFFF;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.realisation-grid-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.realisation-grid-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.realisation-grid-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.realisation-grid-item:hover .realisation-grid-image img {
    transform: scale(1.05);
}

.realisation-grid-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    background: linear-gradient(180deg, transparent 0%, rgba(22, 22, 26, 0.9) 100%);
}

.realisation-grid-title {
    color: #FFFFFF;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 10px 0;
    letter-spacing: 0;
}

.realisation-grid-location {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
}

.realisation-grid-location svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    color: #4EAC3E; /* Vert */
}

.realisations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 80px;
}

.realisation-item {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1;
}

.realisation-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    transition: transform 0.3s ease;
}

.realisation-item:hover img {
    transform: scale(1.05);
}

.realisation-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    background: linear-gradient(180deg, transparent 0%, rgba(22, 22, 26, 0.9) 100%);
}

.realisation-overlay h3 {
    color: var(--color-white);
    font-size: 1.25rem;
    margin: 0 0 5px 0;
}

.realisation-overlay p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9375rem;
    margin: 0;
}

@media (max-width: 1200px) {
    .realisations-grid-container,
    .realisations-grid {
        padding: 0 60px;
    }
}

@media (max-width: 768px) {
    .realisations-grid-container,
    .realisations-grid {
        grid-template-columns: 1fr;
        padding: 0 30px;
        gap: 20px;
    }
}

/* ============================================
   LIGHTBOX
   ============================================ */
.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(22, 22, 26, 0.95);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.lightbox.active {
    display: flex;
}

.lightbox-content {
    max-width: 90%;
    max-height: 90%;
}

.lightbox-content img {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: var(--color-white);
    font-size: 2rem;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.lightbox-close:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* ============================================
   GALLERY LIGHTBOX (pour réalisations)
   ============================================ */
.gallery-lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(22, 22, 26, 0.98);
    z-index: 99999;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-lightbox.active {
    display: flex;
    opacity: 1;
}

.gallery-lightbox-close {
    position: fixed;
    top: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 100002;
    pointer-events: auto;
}

.gallery-lightbox-close:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
}

.gallery-lightbox-close svg {
    width: 24px;
    height: 24px;
    stroke: #FFFFFF;
    stroke-width: 2;
}

.gallery-lightbox-nav {
    position: fixed;
    /* Centrer verticalement avec l'image : l'image container a padding: 200px 40px 140px
       et align-items: center, donc l'image est centrée dans la zone disponible
       Le centre vertical de l'image est à : 200px + (100vh - 340px) / 2 = 50vh + 30px */
    top: calc(50vh + 30px);
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 100002;
    pointer-events: auto;
}

.gallery-lightbox-nav:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
}

.gallery-lightbox-nav.prev {
    left: 30px;
}

.gallery-lightbox-nav.next {
    right: 30px;
}

.gallery-lightbox-nav svg {
    width: 24px;
    height: 24px;
    stroke: #FFFFFF;
    stroke-width: 2;
}

.gallery-lightbox-content {
    width: 100%;
    max-width: 1400px;
    padding: 0;
    display: block;
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.gallery-lightbox-header {
    position: fixed;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #FFFFFF;
    z-index: 100002;
    width: 100%;
    max-width: 1400px;
    padding: 0 40px;
    pointer-events: none;
}

.gallery-lightbox-title {
    font-size: 2rem;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #FFFFFF;
}

.gallery-lightbox-location {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 1rem;
}

.gallery-lightbox-location svg {
    width: 16px;
    height: 16px;
}

.gallery-lightbox-image-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center; /* Centrage vertical de l'image */
    justify-content: center; /* Centrage horizontal de l'image */
    padding: 200px 40px 140px; /* Padding top pour header, bottom pour pagination */
    box-sizing: border-box;
    z-index: 1;
    pointer-events: none; /* Ne pas bloquer les clics sur les boutons */
}

.gallery-lightbox-image {
    width: auto;
    max-height: 100%; /* Prendre toute la hauteur disponible du container */
    height: auto;
    object-fit: contain; /* Garder les proportions */
    border-radius: 8px;
    display: block;
    pointer-events: auto; /* Permettre les clics sur l'image si nécessaire */
}

.gallery-lightbox-pagination {
    position: fixed;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    gap: 10px;
    z-index: 100002;
    width: 100%;
    max-width: 1400px;
    padding: 0 40px;
    pointer-events: auto;
}

.gallery-lightbox-dots {
    display: flex;
    gap: 8px;
}

.gallery-lightbox-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

.gallery-lightbox-dot.active {
    background: #FCCE2D;
    width: 30px;
    border-radius: 5px;
}

.gallery-lightbox-dot:hover {
    background: rgba(255, 255, 255, 0.5);
}

@media (max-width: 768px) {
    .gallery-lightbox-close {
        top: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
    }
    
    .gallery-lightbox-nav {
        width: 50px;
        height: 50px;
        /* En mobile, l'image container a padding: 150px 20px 100px
           Centre vertical: 150px + (100vh - 250px) / 2 = 50vh + 25px */
        top: calc(50vh + 25px);
    }
    
    .gallery-lightbox-nav.prev {
        left: 20px;
    }
    
    .gallery-lightbox-nav.next {
        right: 20px;
    }
    
    .gallery-lightbox-content {
        padding: 80px 20px 20px;
    }
    
    .gallery-lightbox-header {
        top: 80px;
        padding: 0 20px;
    }
    
    .gallery-lightbox-title {
        font-size: 1.5rem;
    }
    
    .gallery-lightbox-image-container {
        padding: 150px 20px 100px;
    }
    
    .gallery-lightbox-image {
        max-height: calc(100vh - 250px);
    }
    
    .gallery-lightbox-pagination {
        bottom: 20px;
        padding: 0 20px;
    }
}

/* ============================================
   VALUES CARDS SECTION
   ============================================ */
.values-cards-section {
    width: 100%;
    padding: 100px 0;
}

.values-cards-section.bg-dark {
    background: var(--color-dark);
}

h3.values-cards-title {
    text-align: center;
    color: #FFFFFF; /* Fond sombre */
    padding: 0 80px;
}

.values-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 80px;
}

.value-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #222227;
    transition: transform 0.3s ease;
}

.value-card:hover {
    transform: translateY(-5px);
}

.value-card-photo {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.value-card-photo-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.value-card-icon {
    position: relative;
    margin-bottom: -240px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.value-card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.value-card-icon-svg {
    width: 65px;
    height: 65px;
    position: relative;
    z-index: 10;
    margin-top: -32.5px;
    margin-bottom: 20px;
}

.value-card-icon-svg svg {
    width: 100%;
    height: 100%;
}

.value-card-content {
    width: 100%;
    padding: 0 30px 0px 30px;
}

.value-card-title {
    font-size: 1.2rem; /* 20% plus petit que H4 (1.5rem * 0.8 = 1.2rem) */
    font-weight: 600;
    color: var(--color-white);
    letter-spacing: 0px;
}

.value-card-text {
    font-size: 1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.value-card-text p {
    margin: 0 0 10px 0;
    padding: 10px 20px 30px 20px;
}

.value-card-text p:last-child {
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    .values-cards-grid {
        padding: 0 60px;
        gap: 30px;
    }
    
    h3.values-cards-title {
        padding: 0 60px;
    }
}

@media (max-width: 768px) {
    .values-cards-section {
        padding: 60px 0;
    }
    
    .values-cards-grid {
        grid-template-columns: 1fr;
        padding: 0 30px;
        gap: 30px;
    }
    
    .values-cards-title {
        font-size: 1.875rem;
        padding: 0 30px;
        margin-bottom: 40px;
    }
    
    .value-card-content {
        padding: 0 15px 20px 15px;
    }
    
    .value-card-icon,
    .value-card-icon-svg {
        width: 55px;
        height: 55px;
        margin-top: -27.5px;
    }
    
    .value-card-photo {
        height: 180px;
    }
    
    .value-card-title {
        font-size: 1rem; /* 20% plus petit en responsive aussi */
    }
    
    .value-card-text {
        font-size: 0.9375rem;
    }
}
