/* ============================================
   iWorks - Fixes CSS globaux
   ============================================ */

/* Fix 1: Empêcher les boutons SSO (Gmail/LinkedIn) de déborder hors modal */
div.page > div.soc,
div.page > .login_or,
body > div.soc,
body > .login_or { display: none !important; }

.modal.newclass div.soc,
.modal.newclass .login_or,
#mplore-contact div.soc,
#mplore-contact .login_or { display: block !important; }


/* Fix 2: Select profil mobile */
@media (max-width: 768px) {
    .select-profile-custom { width: 100% !important; max-width: 100% !important; font-size: 13px !important; }
    .select-container { width: 100% !important; }
    .col-5.resigter-form-left { width: 100% !important; }
}