.elementor-2009 .elementor-element.elementor-element-cfc1437{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--margin-top:15rem;--margin-bottom:5rem;--margin-left:0rem;--margin-right:0rem;--padding-top:0rem;--padding-bottom:0rem;--padding-left:2rem;--padding-right:2rem;}body.elementor-page-2009:not(.elementor-motion-effects-element-type-background), body.elementor-page-2009 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-242bbd4 );}:root{--page-title-display:none;}@media(min-width:768px){.elementor-2009 .elementor-element.elementor-element-cfc1437{--content-width:33%;}}/* Start custom CSS for shortcode, class: .elementor-element-5f51df0 *//* Cible le formulaire spécifique */
.fiboo-password-reset-form {
    max-width: 400px;
    margin: 0 auto;
    padding: 1rem;
    box-sizing: border-box;
}

/* Champs de formulaire */
.fiboo-password-reset-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-password-reset-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-password-reset-form button[type="submit"]:hover {
    background-color: #EB6645;
}

/* Responsive sur mobile */
@media screen and (max-width: 480px) {
    .fiboo-password-reset-form {
        padding: 0.5rem;
    }
    .fiboo-password-reset-form input,
    .fiboo-password-reset-form button {
        font-size: 16px;
    }
}/* 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 */