#ez-register-form {
    margin-left: 0;
    margin-top: 15px;
}

@media (max-width: 767px) {
    #ez-register-form { margin-left: 10px; margin-right: 10px; }
}

/* ==========================================================================
   SECTION 2. DESIGN DE LA MODAL FURTIVE (Chat Profiles)
   ========================================================================== */
#c-14 {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

#w-14 {
    position: relative;
    background-color: #fff;
    margin: 5% auto;
    width: 650px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    overflow: hidden;
}

.cl-14 {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 15px;
    top: 5px;
    z-index: 10010;
    cursor: pointer;
}

.popin-profile-container {
    width: 650px;
    background: #fff;
    position: relative;
    font-family: Arial, sans-serif;
}

.wait-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 20000;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.loader-spin {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #f25b6a;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }

.profile-main-flex { display: flex; min-height: 350px; }
.profile-photo-side { width: 50%; overflow: hidden; }
.profile-photo-side img { width: 100%; height: 100%; object-fit: cover; display: block; }
.profile-details-side { width: 50%; padding: 20px; color: #444; }
.detail-block { margin-bottom: 18px; }
.detail-label { font-size: 14px; color: #000; font-weight: bold; }
.detail-value { font-size: 18px; color: #777; font-weight: bold; }
.detail-description { font-size: 14px; line-height: 1.4; color: #777; margin-top: 5px; }

.popin-footer {
    background: #f25b6e;
    padding: 25px 20px;
    text-align: center;
    color: #fff;
}

.popin-title { margin: 0 0 20px 0; font-size: 20px; font-weight: bold; }
.popin-input-email { width: 100%; padding: 12px; border-radius: 5px; margin-bottom: 15px; }
.popin-btn-submit { width: 100%; padding: 15px; background: linear-gradient(180deg, #444 0%, #000 100%); color: #fff; font-weight: bold; cursor: pointer; }
.popin-disclaimer { margin-top: 15px; font-size: 12px; opacity: 0.9; font-style: italic; }

/* ==========================================================================
   SECTION 3. CORRECTIFS D'ACCUEIL (Anciennement CSS Additionnel WP)
   ========================================================================== */
.form_group { font-size: 12px !important; }
.input_container input { height: auto !important; width: 100% !important; }
#sortable.prop-div-form { padding: 1rem; }
#carte.colonne2 .contenu #canvas_france {
    padding-bottom: 20px;
    height: auto;
}

#carte.colonne2 .contenu svg {
	width: 100% !important;
    height: auto !important;
}

#inscription.colonne2 .title {
 margin: 1rem 0 0 1rem !important; }
#inscription .contenu { font-weight: 700 !important; }

#inscription .btn-form-build-register {
    background-color: #000;
    border-color: #000;
}

#inscription .btn-form-build-register:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}

@media (max-width: 767px) {
    .colonne2#inscription { height: 540px; }
}

/* ==========================================================================
   SECTION 4. NAVIGATION MOBILE (Responsive Menu)
   ========================================================================== */
.responsiveSelectContainer select.responsiveMenuSelect, 
select.responsiveMenuSelect {
    display: none;
}

@media (max-width: 600px) {
    .responsiveSelectContainer {
        border: none !important;
        background: none !important;
        box-shadow: none !important;
        height: auto !important;
        max-height: none !important;
        visibility: visible !important;
    }
    .responsiveSelectContainer ul, 
    ul.responsiveSelectFullMenu, 
    #megaMenu ul.megaMenu.responsiveSelectFullMenu {
        display: none !important;
    }
    .responsiveSelectContainer select.responsiveMenuSelect, 
    select.responsiveMenuSelect { 
        display: inline-block; 
        width: 100%;
    }
}