.elementor-2623 .elementor-element.elementor-element-b312575{--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:15rem;--margin-bottom:12rem;--margin-left:0rem;--margin-right:0rem;}body.elementor-page-2623:not(.elementor-motion-effects-element-type-background), body.elementor-page-2623 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-242bbd4 );}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-eedf430 *//* Cible le formulaire spécifique */
.fiboo-b2b-new-password-form {
    max-width: 400px;
    margin: 0 auto;
    padding: 1rem;
    box-sizing: border-box;
}

/* Champs de formulaire */
.fiboo-b2b-new-password-form input[type="email"] {
    width: 100%;
    padding: 8px 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

/* Bouton de soumission */
.fiboo-b2b-new-password-form button[type="submit"] {
    display: inline-block;
    padding: 8px 16px;
    font-size: 14px;
    background-color: #EB6645;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    text-transform: inherit;
}

/* Bouton au survol */
.fiboo-b2b-new-password-form button[type="submit"]:hover {
    background-color: #EB6645;
}

/* Responsive sur mobile */
@media screen and (max-width: 480px) {
    .fiboo-b2b-new-password-form {
        padding: 0.5rem;
    }
    .fiboo-b2b-new-password-form input,
    .fiboo-b2b-new-password-form button {
        font-size: 16px;
    }
}

/* Style pour transformer le lien de succès en bouton CTA */
.fiboo-cta-link {
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    background-color: #EB6645;
    color: #ffffff !important;
    text-decoration: none !important;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    text-align: center;
    font-weight: 600;
}

.fiboo-cta-link:hover {
    background-color: #EB6645;
    color: #ffffff !important;
}/* End custom CSS */
/* Start custom CSS */html, body {
    overflow-x: hidden;
}

#cmplz-manage-consent .cmplz-manage-consent {
  bottom: unset;
  top: 85%;
  transform: rotate(270deg);
  max-width: 60px;
}

#cmplz-manage-consent > button {
    /*max-height: 35px;*/
	font-family: "Roboto Slab", Sans-serif;
    font-size: 0.8em;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0em;
    /*margin-bottom: -1em;*/
    margin-right: -6em !important;
}/* End custom CSS */