.elementor-3669 .elementor-element.elementor-element-3ca1f1c{--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-3669 .elementor-element.elementor-element-ac4a6de{--display:flex;--margin-top:100px;--margin-bottom:100px;--margin-left:0px;--margin-right:0px;}.elementor-3669 .elementor-element.elementor-element-cf5fdd8{width:var( --container-widget-width, 50% );max-width:50%;--container-widget-width:50%;--container-widget-flex-grow:0;}.elementor-3669 .elementor-element.elementor-element-cf5fdd8.elementor-element{--align-self:center;}.elementor-3669 .elementor-element.elementor-element-a191b35{width:var( --container-widget-width, 50% );max-width:50%;--container-widget-width:50%;--container-widget-flex-grow:0;}.elementor-3669 .elementor-element.elementor-element-a191b35.elementor-element{--align-self:center;}@media(min-width:768px){.elementor-3669 .elementor-element.elementor-element-ac4a6de{--content-width:1280px;}}/* Start custom CSS for html, class: .elementor-element-cf5fdd8 *//* Style du bouton de réinitialisation de mot de passe */
.woocommerce-ResetPassword.lost_reset_password button.button {
    /* Mise en page et Flexbox */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 10px; /* Remplace row-gap et column-gap */
    
    /* Dimensions et Espacement */
    width: 221px; /* Arrondi de 220.953px */
    max-width: 100%; /* Sécurité pour mobile */
    height: 64px;
    padding: 20px 28px;
    box-sizing: border-box;
    
    /* Couleurs et Bordures */
    background-color: rgb(255, 85, 52) !important; /* Orange */
    color: rgb(255, 255, 255) !important; /* Blanc */
    border: 2px solid rgb(0, 0, 0) !important;
    border-radius: 8px !important;
    
    /* Typographie */
    font-family: 'Sora', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    text-align: start;
    
    /* Effets visuels */
    box-shadow: 4px 4px 0px 0px rgb(0, 0, 0) !important;
    cursor: pointer;
    
    /* Transition fluide */
    transition: all 0.3s ease;
}

/* Effet au survol de la souris (Optionnel mais recommandé) */
/* Cela déplace le bouton pour donner l'impression qu'on appuie dessus */
.woocommerce-ResetPassword.lost_reset_password button.button:hover {
    background-color: rgb(255, 85, 52); /* Garde la couleur */
    transform: translate(2px, 2px); /* Déplace le bouton */
    box-shadow: 2px 2px 0px 0px rgb(0, 0, 0) !important; /* Réduit l'ombre */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a191b35 *//* Style du bouton de réinitialisation de mot de passe */
.woocommerce-ResetPassword.lost_reset_password button.button {
    /* Mise en page et Flexbox */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 10px; /* Remplace row-gap et column-gap */
    
    /* Dimensions et Espacement */
    width: 221px; /* Arrondi de 220.953px */
    max-width: 100%; /* Sécurité pour mobile */
    height: 64px;
    padding: 20px 28px;
    box-sizing: border-box;
    
    /* Couleurs et Bordures */
    background-color: rgb(255, 85, 52) !important; /* Orange */
    color: rgb(255, 255, 255) !important; /* Blanc */
    border: 2px solid rgb(0, 0, 0) !important;
    border-radius: 8px !important;
    
    /* Typographie */
    font-family: 'Sora', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    text-align: start;
    
    /* Effets visuels */
    box-shadow: 4px 4px 0px 0px rgb(0, 0, 0) !important;
    cursor: pointer;
    
    /* Transition fluide */
    transition: all 0.3s ease;
}

/* Effet au survol de la souris (Optionnel mais recommandé) */
/* Cela déplace le bouton pour donner l'impression qu'on appuie dessus */
.woocommerce-ResetPassword.lost_reset_password button.button:hover {
    background-color: rgb(255, 85, 52); /* Garde la couleur */
    transform: translate(2px, 2px); /* Déplace le bouton */
    box-shadow: 2px 2px 0px 0px rgb(0, 0, 0) !important; /* Réduit l'ombre */
}/* End custom CSS */