.elementor-373 .elementor-element.elementor-element-d17df00{--display:flex;--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:6em;--padding-bottom:6em;--padding-left:1em;--padding-right:1em;}.elementor-373 .elementor-element.elementor-element-d17df00:not(.elementor-motion-effects-element-type-background), .elementor-373 .elementor-element.elementor-element-d17df00 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-373 .elementor-element.elementor-element-814c869{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-373 .elementor-element.elementor-element-814c869.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-373 .elementor-element.elementor-element-160fc3e .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:1.2em;font-weight:300;color:var( --e-global-color-primary );}.elementor-373 .elementor-element.elementor-element-5bb525b .elementor-heading-title{font-family:"Bebas Neue", Sans-serif;font-size:5.1em;font-weight:600;color:var( --e-global-color-835f292 );}.elementor-373 .elementor-element.elementor-element-82d37ba .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:1.6em;font-weight:600;color:var( --e-global-color-secondary );}.elementor-373 .elementor-element.elementor-element-7f842db{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-373 .elementor-element.elementor-element-7f842db.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-373 .elementor-element.elementor-element-814c869{--width:43.682%;}.elementor-373 .elementor-element.elementor-element-7f842db{--width:52.347%;}}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-373 .elementor-element.elementor-element-160fc3e{text-align:start;}.elementor-373 .elementor-element.elementor-element-5bb525b{text-align:center;}.elementor-373 .elementor-element.elementor-element-5bb525b .elementor-heading-title{font-size:4.2em;}.elementor-373 .elementor-element.elementor-element-82d37ba.elementor-element{--align-self:flex-start;}}/* Start custom CSS for wpforms, class: .elementor-element-798006a *//* --- 1. CONTENEUR AVEC CONTOUR ROSE --- */
.wpforms-container {
    background: transparent !important;
    padding: 20px !important;
    border: 2px solid #ffffff !important; /* Ton contour rose */
    border-radius: 10px !important;
    box-sizing: border-box !important;
}

/* --- 2. LABELS EN BLANC --- */
.wpforms-field-label {
    color: #ffffff !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    margin-bottom: 8px !important;
}

/* --- 3. CHAMPS DE TEXTE (LARGEUR 100%) --- */
.wpforms-field input[type="text"], 
.wpforms-field input[type="email"], 
.wpforms-field input[type="tel"], 
.wpforms-field textarea {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    background-color: #ffffff !important; /* Blanc pur pour les champs */
    border: none !important;
    border-radius: 8px !important;
    padding: 12px 15px !important;
    color: #333 !important;
}

/* --- 4. ALIGNEMENT NOM + PRÉNOM (SANS DÉBORDEMENT) --- */
.wpforms-field-name .wpforms-field-row {
    display: flex !important;
    justify-content: space-between !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 15px !important;
}

.wpforms-field-name .wpforms-field-row-block {
    flex: 1 !important;
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* --- 5. CORRECTION CASES À COCHER (CHECKBOXES) --- */
.wpforms-field-checkbox input[type="checkbox"] {
    width: 16px !important;
    height: 16px !important;
    margin-right: 10px !important;
    appearance: checkbox !important;
    -webkit-appearance: checkbox !important;
}

.wpforms-field-checkbox li {
    display: flex !important;
    align-items: center !important;
    background: none !important;
    margin-bottom: 10px !important;
}

.wpforms-field-checkbox label {
    color: #ffffff !important;
    font-size: 13px !important;
}

/* --- 6. BOUTON D'ENVOI --- */
.wpforms-submit-container button {
    background: #005a8d !important;
    color: #ffffff !important;
    border: 2px solid #ffffff !important;
    padding: 10px 30px !important;
    border-radius: 120px !important;
    font-weight: bold !important;
    cursor: pointer !important;
}/* End custom CSS */