.elementor-1373 .elementor-element.elementor-element-89072a2{--display:flex;--gap:00px 00px;--row-gap:00px;--column-gap:00px;--overflow:auto;--margin-top:00px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1373 .elementor-element.elementor-element-21200f2{width:100%;max-width:100%;}.elementor-1373 .elementor-element.elementor-element-21200f2 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-1373 .elementor-element.elementor-element-59ca335{--display:flex;--min-height:521px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--overlay-opacity:0.65;}.elementor-1373 .elementor-element.elementor-element-59ca335:not(.elementor-motion-effects-element-type-background), .elementor-1373 .elementor-element.elementor-element-59ca335 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;background-image:url("https://dyno-web.fr/wp-content/uploads/2026/04/close-up-young-business-team-working-scaled.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-1373 .elementor-element.elementor-element-59ca335::before, .elementor-1373 .elementor-element.elementor-element-59ca335 > .elementor-background-video-container::before, .elementor-1373 .elementor-element.elementor-element-59ca335 > .e-con-inner > .elementor-background-video-container::before, .elementor-1373 .elementor-element.elementor-element-59ca335 > .elementor-background-slideshow::before, .elementor-1373 .elementor-element.elementor-element-59ca335 > .e-con-inner > .elementor-background-slideshow::before, .elementor-1373 .elementor-element.elementor-element-59ca335 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}.elementor-1373 .elementor-element.elementor-element-e4712af{--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-1373 .elementor-element.elementor-element-1a6d865{--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-1373 .elementor-element.elementor-element-96bd381{--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-1373 .elementor-element.elementor-element-ba19cf6{--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-1373 .elementor-element.elementor-element-d869627{--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-1373 .elementor-element.elementor-element-4278b51{--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-1373 .elementor-element.elementor-element-86f65f2{--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-1373 .elementor-element.elementor-element-07c4d7a{--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;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-1373 .elementor-element.elementor-element-89072a2{--width:120%;}.elementor-1373 .elementor-element.elementor-element-e4712af{--width:50%;}.elementor-1373 .elementor-element.elementor-element-1a6d865{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-21200f2 *//* --- CONFIGURATION GÉNÉRALE --- */
.header-cta {
    display: flex;
    width: 100%;
    min-height: 60px;
    background: #0b0b0b;
    overflow: hidden;
    font-family: sans-serif;
}

.call-header-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    flex: 1;
}

/* --- LOGIQUE DES BUREAUX (PC / TABLETTE) --- */
@media (min-width: 768px) {
    .header-cta {
        flex-direction: row;
        height: 65px;
    }

    .call-header-btn.secondary {
        background: #1a1a1a;
        color: white !important;
        /* Coupe penchée à droite */
        clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
        padding-right: 30px;
        margin-right: -4%; 
        z-index: 1;
    }

    .call-header-btn.primary {
        background: #ffffff; /* CHANGÉ : Blanc au lieu de rouge */
        color: #000000 !important; /* Texte noir pour lisibilité */
        /* Coupe penchée à gauche */
        clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%);
        padding-left: 30px;
        z-index: 2;
    }
}

/* --- LOGIQUE MOBILE --- */
@media (max-width: 767px) {
    .header-cta {
        flex-direction: column;
        height: auto;
        background: #0b0b0b;
        gap: 0;
    }

    .call-header-btn {
        width: 100%;
        min-height: 50px;
        padding: 15px 10px;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .call-header-btn.secondary {
        background: #1a1a1a;
        color: white !important;
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), 0% 100%);
        margin-bottom: -18px; 
        z-index: 2;
        padding-bottom: 25px;
    }

    .call-header-btn.primary {
        background: #ffffff; /* CHANGÉ : Blanc au lieu de rouge */
        color: #000000 !important;
        clip-path: polygon(0 20px, 100% 0, 100% 100%, 0% 100%);
        padding-top: 25px;
        z-index: 1;
    }
}

.call-header-btn .icon {
    margin-right: 10px;
    font-size: 1.2em;
}

/* --- REFLET ANIMÉ --- */
.call-header-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 60%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-20deg);
}

/* Correction du reflet pour le bouton blanc (reflet noir discret) */
.call-header-btn.primary::after {
    background: linear-gradient(
        120deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.1) 50%,
        rgba(0, 0, 0, 0) 100%
    );
}

.call-header-btn:hover::after {
    animation: shine 0.7s forwards;
}

@keyframes shine {
    100% { left: 150%; }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-89072a2 */.elementor-1373 .elementor-element.elementor-element-89072a2 {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-365ff97 *//* --- STYLE DU CONTENU --- */
.dyno-hero-content {
    padding: 20px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif; /* Assure-toi que cette police est chargée dans Elementor */
}

.badge-tech {
    display: inline-block;
    padding: 4px 12px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 4px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
}

.dyno-title {
    font-size: clamp(30px, 4vw, 55px); /* S'adapte à la taille de l'écran */
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 25px;
    color: #ffffff;
}

.highlight {
    color: #a0a0a0; /* Gris pour le contraste avec le blanc */
}

.dyno-description {
    font-size: 18px;
    line-height: 1.6;
    color: #cccccc;
    margin-bottom: 35px;
    max-width: 500px;
}

/* --- LISTE DES SERVICES --- */
.dyno-features {
    margin-bottom: 30px;
}

.dyno-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 25px;
    transition: all 0.3s ease;
}

.dyno-item:hover {
    transform: translateX(5px);
}

.icon-wrap {
    min-width: 28px;
    height: 28px;
    background: #ffffff;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
}

.text-wrap strong {
    display: block;
    font-size: 17px;
    color: #ffffff;
    margin-bottom: 2px;
}

.text-wrap p {
    font-size: 14px;
    color: #888;
    margin: 0;
}

.hero-button-spacer {
    margin-top: 40px;
}

/* --- SMARTPHONE (Ajustements Elementor) --- */
@media (max-width: 767px) {
    .dyno-hero-content {
        text-align: center;
        padding: 10px;
    }
    
    .dyno-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .dyno-description {
        margin: 0 auto 30px auto;
    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-a198d65 *//* --- STYLE GLOBAL DU FORMULAIRE --- */
.elementor-1373 .elementor-element.elementor-element-a198d65 .elementor-field-group {
    margin-bottom: 20px;
}

/* --- CHAMPS DE SAISIE (Input & Textarea) --- */
.elementor-1373 .elementor-element.elementor-element-a198d65 .elementor-field {
    background-color: #1a1a1a !important; /* Noir légèrement plus clair que le fond */
    border: 1px solid #333 !important; /* Bordure discrète */
    border-radius: 4px !important;
    color: #ffffff !important;
    padding: 15px 20px !important;
    transition: all 0.3s ease-in-out;
    font-family: 'Poppins', sans-serif;
}

/* Effet au clic (Focus) */
.elementor-1373 .elementor-element.elementor-element-a198d65 .elementor-field:focus {
    border-color: #ffffff !important; /* La bordure devient blanche */
    background-color: #222 !important;
    outline: none;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}

/* --- LABELS (Noms des champs) --- */
.elementor-1373 .elementor-element.elementor-element-a198d65 .elementor-field-label {
    color: #aaaaaa !important;
    font-size: 13px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px !important;
    font-weight: 600;
}

/* --- LE BOUTON D'ENVOI --- */
.elementor-1373 .elementor-element.elementor-element-a198d65 .elementor-button {
    background-color: #ffffff !important; /* Fond Blanc */
    color: #000000 !important; /* Texte Noir */
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 18px 30px !important;
    border-radius: 4px !important;
    transition: all 0.4s ease !important;
    width: 100%; /* Bouton large pour l'impact */
    border: none !important;
}

/* Animation au survol du bouton */
.elementor-1373 .elementor-element.elementor-element-a198d65 .elementor-button:hover {
    background-color: #e0e0e0 !important; /* Gris très clair au survol */
    transform: translateY(-3px); /* Petit saut vers le haut */
    box-shadow: 0 10px 20px rgba(255, 255, 255, 0.15);
}

/* --- PLACEHOLDER (Texte d'aide dans les champs) --- */
.elementor-1373 .elementor-element.elementor-element-a198d65 .elementor-field::placeholder {
    color: #555555 !important;
}

/* --- ADAPTATION MOBILE --- */
@media (max-width: 767px) {
    .elementor-1373 .elementor-element.elementor-element-a198d65 .elementor-field {
        padding: 12px 15px !important;
    }
    
    .elementor-1373 .elementor-element.elementor-element-a198d65 .elementor-button {
        padding: 15px 20px !important;
    }
}

/* --- EFFET DE CARTONNAGE (Optionnel : pour détacher le formulaire) --- */
.elementor-1373 .elementor-element.elementor-element-a198d65 {
    background: #0f0f0f;
    padding: 40px;
    border-radius: 12px;
    border: 1px solid #222;
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a40d655 *//* Container principal */
.services-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 colonnes */
    gap: 30px; /* Espacement entre les cartes */
    padding: 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Style des cartes */
.service-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #f0f0f0;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.service-card .icon {
    font-size: 3rem;
    margin-bottom: 20px;
}

.service-card h2 {
    color: #2d3436;
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: 700;
}

.service-card p {
    color: #636e72;
    line-height: 1.6;
    font-size: 0.95rem;
}

/* --- ADAPTATION MOBILE (Responsive) --- */

/* Tablettes : 2 colonnes */
@media (max-width: 992px) {
    .services-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Smartphones : 1 colonne */
@media (max-width: 600px) {
    .services-container {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 20px;
    }
    
    .service-card {
        padding: 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-df5cd1c */.portfolio-section {
    padding: 60px 20px;
    background-color: #fcfcfc; /* Fond très légèrement gris pour trancher */
    text-align: center;
}

.portfolio-content {
    max-width: 1100px;
    margin: 0 auto;
}

.portfolio-content h2 {
    font-size: 2.2rem;
    color: #2d3436;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

/* Petit trait décoratif sous le titre */
.portfolio-content h2::after {
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    background: #007bff; /* Couleur principale Dyno-Web */
    margin: 10px auto 0;
    border-radius: 2px;
}

.portfolio-content p {
    font-size: 1.1rem;
    color: #636e72;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto 40px;
}

/* Grille d'images */
.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.portfolio-item {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    height: 250px; /* Hauteur fixe pour l'alignement */
}

.portfolio-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* L'image remplit la case sans se déformer */
    transition: transform 0.4s ease;
}

.portfolio-item:hover img {
    transform: scale(1.1); /* Zoom au survol */
}

/* Style du Bouton */
.btn-portfolio {
    display: inline-block;
    padding: 15px 35px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    font-size: 1rem;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.btn-portfolio:hover {
    background-color: #0056b3;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.4);
}

/* Adaptation Mobile */
@media (max-width: 850px) {
    .portfolio-grid {
        grid-template-columns: 1fr; /* Une seule image par ligne sur mobile */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-62643a2 *//* Section globale en noir */
.clients-slider-section {
    padding: 80px 0;
    background-color: #000000; /* Fond noir profond */
    overflow: hidden;
    font-family: sans-serif;
}

/* Texte en blanc pour le contraste */
.clients-header {
    text-align: center;
    padding: 0 20px;
    margin-bottom: 50px;
}

.clients-header h2 {
    color: #ffffff;
    font-size: 2.2rem;
    margin-bottom: 15px;
}

.clients-header p {
    color: #cccccc; /* Gris clair pour le texte secondaire */
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

.clients-header strong {
    color: #ffffff; /* Mots-clés en blanc pur */
}

/* Bandeau blanc défilant */
.slider-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #ffffff; /* Bandeau blanc */
    padding: 40px 0;
    box-shadow: 0 0 20px rgba(255,255,255,0.1); /* Lueur légère */
}

.logo-track {
    display: flex;
    width: calc(250px * 12); 
    animation: scroll-infinite 25s linear infinite;
}

.slide {
    width: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide img {
    height: 50px; /* Taille uniforme pour les logos */
    width: auto;
    filter: grayscale(100%);
    opacity: 0.8;
    transition: all 0.3s ease;
}

/* Effet au survol sur le logo */
.slide img:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.1);
}

@keyframes scroll-infinite {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-250px * 6)); }
}

.slider-wrapper:hover .logo-track {
    animation-play-state: paused;
}

/* Responsive Mobile */
@media (max-width: 600px) {
    .clients-slider-section { padding: 50px 0; }
    
    .clients-header h2 { font-size: 1.6rem; }
    
    .slide { width: 160px; }
    
    .logo-track {
        width: calc(160px * 12);
        animation-duration: 15s;
    }
    
    @keyframes scroll-infinite {
        100% { transform: translateX(calc(-160px * 6)); }
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9999e0a */.platforms-section {
    padding: 80px 20px;
    background-color: #000000; /* Fond noir pour matcher le reste */
    color: #ffffff;
    text-align: center;
}

.platforms-header h2 {
    font-size: 2.2rem;
    margin-bottom: 20px;
    color: #ffffff;
}

.platforms-header p {
    color: #aaaaaa;
    max-width: 800px;
    margin: 0 auto 50px;
    line-height: 1.6;
}

.platforms-header strong {
    color: #007bff; /* Accent bleu sur le nom de l'équipe */
}

/* Grille des plateformes */
.platforms-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 25px;
    max-width: 1100px;
    margin: 0 auto;
}

.platform-card {
    background: #111111; /* Noir légèrement plus clair pour les cartes */
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #222222;
    transition: all 0.3s ease;
}

.platform-card:hover {
    border-color: #007bff;
    transform: translateY(-5px);
    background: #161616;
}

.platform-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.platform-card h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #ffffff;
}

.platform-card p {
    color: #888888;
    font-size: 0.9rem;
}

/* Signature de l'équipe */
.team-signature {
    margin-top: 50px;
    font-style: italic;
    color: #007bff;
    font-weight: bold;
    font-size: 1.1rem;
}

/* Mobile */
@media (max-width: 600px) {
    .platforms-grid {
        grid-template-columns: 1fr; /* Une seule colonne sur mobile */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a49910e */.cta-section {
    padding: 100px 20px;
    background-color: #000000; /* Cohérence avec le reste du site */
    text-align: center;
    font-family: 'Segoe UI', Roboto, sans-serif;
}

.cta-box {
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 40px;
    background: #111111; /* Gris très foncé pour détacher du fond noir */
    border-radius: 20px;
    border: 1px solid #333333;
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

.cta-icon {
    font-size: 3rem;
    margin-bottom: 20px;
}

.cta-box h2 {
    color: #ffffff;
    font-size: 2.5rem;
    margin-bottom: 20px;
    line-height: 1.2;
}

.cta-box p {
    color: #cccccc;
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 40px;
}

.cta-box strong {
    color: #007bff;
}

/* Le Bouton Devis */
.btn-devis {
    display: inline-block;
    padding: 20px 45px;
    background: linear-gradient(135deg, #007bff 0%, #00c6ff 100%);
    color: #ffffff;
    text-decoration: none;
    font-weight: 800;
    font-size: 1.2rem;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(0, 123, 255, 0.3);
}

.btn-devis:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 35px rgba(0, 123, 255, 0.5);
    filter: brightness(1.1);
}

.cta-footer {
    margin-top: 25px;
    font-size: 0.85rem !important;
    color: #666666 !important;
}

/* Adaptation Mobile */
@media (max-width: 600px) {
    .cta-box {
        padding: 40px 20px;
    }
    
    .cta-box h2 {
        font-size: 1.8rem;
    }
    
    .btn-devis {
        padding: 15px 30px;
        font-size: 1rem;
        width: 100%; /* Bouton pleine largeur sur mobile pour faciliter le clic */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cd89ced */.contact-section {
    padding: 80px 20px;
    background-color: #000000;
    color: #ffffff;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.contact-header {
    text-align: center;
    margin-bottom: 50px;
}

/* Le coeur de l'alignement */
.contact-flex-container {
    display: flex;
    align-items: stretch; /* Force les deux colonnes à avoir la même hauteur */
    gap: 30px;
}

/* Colonne de gauche */
.contact-info-column {
    flex: 1; /* Prend une part de l'espace */
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.info-item {
    background: #111111;
    padding: 25px;
    border-radius: 15px;
    border: 1px solid #222222;
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1; /* Permet aux 3 blocs de se partager équitablement la hauteur si besoin */
}

.info-icon { font-size: 1.8rem; }
.info-text h3 { color: #007bff; font-size: 1rem; margin-bottom: 5px; }
.info-text p, .info-text a { color: #fff; text-decoration: none; }

/* Colonne de droite (Map) */
.contact-map-column {
    flex: 1.5; /* Un peu plus large que les infos */
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #333333;
}

/* L'iframe s'adapte à la hauteur de la colonne de gauche */
.contact-map-column iframe {
    width: 100%;
    height: 100%;
    min-height: 400px; /* Sécurité pour le responsive */
}

/* --- ADAPTATION MOBILE --- */
@media (max-width: 900px) {
    .contact-flex-container {
        flex-direction: column; /* On empile sur mobile */
    }
    
    .contact-map-column {
        height: 350px; /* Hauteur fixe sur mobile */
    }
}/* End custom CSS */