:root {
    /* Typographie */
    --font-title: "Poppins", Sans-serif;
    --font-text: "Poppins", Sans-serif;

    /* Layout */
    --admin-bar: 32px;
    --px-global: 24px;
    --listing-gap: 20px;
    --header-height: 90px;
    --site-container-width: 1240px;

    /* Couleurs Principales */
    --bleu: #184866;
    --vert: #101F20;
    --vert-fonce: #011314;
    --menthe: #77ABAE;
    --gris-fonce: #020909;
    --bg: #081515;
    --gris-clair: #F0F0F0;
    --blanc:  #FFFFFF;
    --noir:  #101010;
}

/* .page-content > div > div{
    overflow-x: hidden !important;
    overflow-y: visible !important;
} */

.overflow-x-hidden {
    overflow-x: clip !important;
    overflow-y: visible !important; /* Laisse le flux vertical tranquille */
}

.clr-primary{
    color: var(--bleu);
}

.clr-secondary{
    color: var(--vert);
}

.clr-text{
    color: var(--gris-clair);
}

.font-title-family{
    font-family: var(--font-title) !important;
}

.font-text-family{
    font-family: var(--font-text) !important;
}

.normal-case{
    text-transform: capitalize !important;
}

.block-depsa540{
    max-width: 866px !important;
}

.float-text{
    width: 100% !important;
    max-width: 200px !important;
}

.block-vrru98 > * > *{
    max-width: 240px !important;
}

[type="email"],
[type="text"],
textarea{
    border: none !important;
    background-color: #020909 !important;
    padding: 16px 16px !important;
    padding-bottom: 12px !important;
    font-size: 18px !important;
    color: var(--gris-clair) !important;
}

[type="email"]::placeholder,
[type="text"]::placeholder,
textarea::placeholder,
select::placeholder,
select{
    font-size: 18px !important;
    color: var(--gris-clair) !important;
}

#wpforms-form-1187 .wpforms-field-container{
    display: flex !important;
    gap: 16px !important;
    flex-wrap: wrap !important;
}

#wpforms-form-1187 [data-field-id="3"],
#wpforms-form-1187 [data-field-id="12"],
#wpforms-form-1187 [data-field-id="11"]{
    width: 100% !important;
}

#wpforms-form-1187 [data-field-id="7"],
#wpforms-form-1187 [data-field-id="8"]{
    width: calc(100% / 2 - 16px + 16px / 2) !important;
}

.wpforms-field {
    padding: 0 !important;
}

#wpforms-form-1187 .wpforms-submit{
    width: 100% !important;
    background-color: var(--bleu) !important;
    max-width: 485px !important;
    color: var(--gris-clair) !important;
    padding: 16px 24px !important;
    margin-top: 32px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.wpforms-submit-container{
    text-align: center;
}

select{
    padding: 13px;
    background-color: #020909 !important;
    color: var(--gris-clair) !important;
    border: none !important;
}

select {
    /* Supprime la flèche par défaut (Chrome, Safari, Firefox, Edge) */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    /* Ton SVG encodé en arrière-plan */
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='12' viewBox='0 0 22 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0.353553' y1='0.646447' x2='11.3536' y2='11.6464' stroke='white'/%3E%3Cline x1='21.3536' y1='0.353553' x2='10.3536' y2='11.3536' stroke='white'/%3E%3C/svg%3E");
    
    /* Positionnement : à droite, centré verticalement */
    background-repeat: no-repeat;
    background-position: calc(100% - 14px) center;
    background-size: 14px 8px; /* Ajuste la taille si besoin */

    /* Padding pour éviter que le texte ne chevauche la flèche */
    padding-right: 40px; 
    
    /* Styles pour que le blanc ressorte */
    background-color: #333;
    color: white;
    border: 1px solid #555;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    border-radius: 4px;
}































@media only screen and (max-width: 1274px) and (min-width: 0px){
    .has-dynamic-padding-left{
        padding-left: var(--px-global) !important;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 0px){
    :root {
        /* --header-height: 70px; */
    }

}

@media only screen and (max-width: 993px) and (min-width: 0px){
    :root {
        --admin-bar: 46px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 0px){
    :root {
        --px-global: 16px;
    }

    .float-text{
        max-width: 150px !important;
    }

    .img-deplsalo{
        position: relative !important;
        left: -2em !important;
    }

}

@media only screen and (max-width: 390px) and (min-width: 0px){
    .img-den190 img{
        max-width: 230px !important;
    }
}