.elementor-1820 .elementor-element.elementor-element-d962584{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--margin-top:65px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1820 .elementor-element.elementor-element-b3ad8da{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );border-style:solid;--border-style:solid;border-width:1px 1px 1px 1px;--border-top-width:1px;--border-right-width:1px;--border-bottom-width:1px;--border-left-width:1px;border-color:#C2C2C2;--border-color:#C2C2C2;--border-radius:10px 10px 10px 10px;}.elementor-1820 .elementor-element.elementor-element-d236277{text-align:center;}.elementor-1820 .elementor-element.elementor-element-d236277 .elementor-heading-title{font-family:"Barlow Condensed", Sans-serif;font-size:25px;font-weight:500;}.elementor-1820 .elementor-element.elementor-element-4bb7385{--display:flex;}@media(min-width:768px){.elementor-1820 .elementor-element.elementor-element-b3ad8da{--width:50%;}}/* Start custom CSS for shortcode, class: .elementor-element-c963aca *//* Conteneurs des boutons : s'assurer qu'ils occupent bien 50% chacun */
.um-left.um-half,
.um-right.um-half {
    box-sizing: border-box;
    padding: 0 5px; /* optionnel : un petit espace entre les boutons */
}

/* Style commun pour les deux boutons */
.um-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 44px !important; /* Hauteur fixe (ajuste selon ton besoin) */
    min-height: auto !important;
    padding: 0 20px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    border: none !important;
    border-radius: 6px !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
    transition: all 0.2s ease !important;
}

/* Bouton principal : Connexion */
input.um-button[type="submit"] {
    background-color: #28a745 !important; /* vert */
    color: white !important;
}

input.um-button[type="submit"]:hover {
    background-color: #218838 !important;
}

/* Bouton secondaire : S’inscrire */
a.um-button.um-alt {
    background-color: #6c757d !important; /* gris */
    color: white !important;
    height: 44px !important; /* même hauteur */
}

a.um-button.um-alt:hover {
    background-color: #545b62 !important;
    color: white !important;
}/* End custom CSS */