.elementor-6662 .elementor-element.elementor-element-ed9efc6{--display:flex;--background-transition:0.3s;}.elementor-6662 .elementor-element.elementor-element-fb8de1a{--display:flex;--background-transition:0.3s;}.elementor-6662 .elementor-element.elementor-element-433bd62{--display:flex;--background-transition:0.3s;}.elementor-6662 .elementor-element.elementor-element-e714850{--display:flex;--background-transition:0.3s;}.elementor-6662 .elementor-element.elementor-element-eab124d{--display:flex;--background-transition:0.3s;}.elementor-6662 .elementor-element.elementor-element-f7bc429{--display:flex;--background-transition:0.3s;}/* Start custom CSS for html, class: .elementor-element-ebd23dc */#partie_pro_login {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;

    display: none; 
    /*display: flex;*/
    justify-content: center;
    align-items: start;

    z-index: 100;
    
    padding-top: 18vh;
}

/* Contenu de la pop-up */
#partie_pro_login_content {
    background: white;
    padding: 20px;
    border-radius: 10px;
    width: 50%;
    max-width: 400px;
    text-align: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    position: relative;
}

/* Bouton de fermeture */
#partie_pro_login_close_btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #556e82;
    font-size: 20px;
    font-family: "Ultima Pro", sans-serif;
    background: none;
}

#partie_pro_login_close_btn:hover {
    color: #233250;
}

/* Titre */
#partie_pro_login_h2 {
    padding-top: 10px;
}

/* Champs de saisie */
#partie_pro_login_email,
#partie_pro_login_password {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
}

#partie_pro_login_email:focus,
#partie_pro_login_password:focus {
    outline: none;
    border-color: #233250;
}

/* Bouton de connexion */
#partie_pro_login_btn {
    background: #233250;
    color: white;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

#partie_pro_login_btn:hover {
    background: #556e82;
}

/* Lien de demande d’accès */
#partie_pro_login_access_request {
    margin-top: 15px;
    font-size: 14px;
}

#partie_pro_login_access_link {
    color: #556e82;
    text-decoration: none;
}

#partie_pro_login_access_link:hover {
    color: #233250;
    text-decoration: underline;
}

.disabled_div_button {
    pointer-events: none;
    opacity: 0.6;  /* Optionnel : pour donner l'impression que le div est désactivé */
}

/* Mode portrait : pop-up plus large */
@media (orientation: portrait) {
    #partie_pro_login_content {
        width: 80%;
        max-width: none;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-54f6dca */#partie_pro_enfant_form_container, #partie_pro_enfant_form_container > div{
    /*background-color: orange;*/
    
    position: absolute;
    top: 0%;
    left: 0%;
    
    height: 101%;
    width: 100%;
    
    z-index: 99;
    
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#partie_pro_enfant_form{
    flex:1;

    /*background: red;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    margin:  20px;
    
    border: 4px solid #75899a; 
    border-radius: 50px;
}

#partie_pro_enfant_form_content{
    flex:0.75;
    

    /*background: orange;*/
    
    width: 80%;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
    padding: 5%;
}


#partie_pro_enfant_form_lock{
    /*background-color:yellow;*/
    
    height: 25%;
    
    background-image: url('https://www.optimea.fr/wp-content/uploads/2025/04/lockblue.png');
    background-size: contain; 
    background-repeat: no-repeat;
    background-position: center;
    

    width: 15%;
    
}

#partie_pro_enfant_form_text {
    /* Styles existants */
    
    /*background-color: orange;*/
    
        
    width: 95%;
    text-align: center;
    font-family: "Ultima Pro", "Work Sans", Arial, sans-serif;
    font-size: max(24px,3vw);
    color: #233250;
    
    padding: 1.8% 0%;
    
    margin: 18px;


    display: flex;
    align-items: center;
    justify-content: center;
}

#partie_pro_enfant_form_button {
    /*background-color: green;*/
    
    background-color: #233250;
    color:white;
    
        padding: 1.04375rem 3.25rem;
    
    border-radius: 7px;
    
    margin: 8px;
    
    font-family: "Work sans", sans-serif;
    font-size: 1.125rem;
    
    
    

    
    text-align: center;


    display: flex;
    align-items: center;
    justify-content: center;
    
    cursor: pointer;
}

#partie_pro_enfant_form_button:hover{
    background-color: #556e82
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-f7bc429 */#partie_pro_enfant_nav {
    filter: blur(4px);
}

#partie_pro_enfant_nav::after {
    content: "";
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0%;
    right: 0%;
}

#partie_pro_enfant_nav_show {
    filter: none;
    z-index: 200;
}

#partie_pro_enfant_nav_show::after {
    background-color: transparent;
    right: 100%;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-eab124d */#partie_pro_enfant{
    height: 95vh;
    min-height: 200px;
    max-height: 1080px;
    overflow: hidden;
}

@media (orientation: portrait) { 
    #partie_pro_enfant{
    height: 60vh;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-e714850 */#partie_pro_parent{
    position: relative;
    display: flex;
}/* End custom CSS */