.subform2023-error{color:#dc3545;font-size:.\175rem;margin-top:.\15rem;display:block}.subform2023-alert{padding:1rem;margin-bottom:1rem;border-radius:.\1rem;font-size:.\175rem}.subform2023-alert-error{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.subform2023-alert-success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.subform2023-alert-info{background-color:#e3f2fd;border:1px solid #2196f3;color:#1976d2}.subform2023-required::after{content:"";color:#dc3545}.subform2023-aside-menu{position:fixed;top:0;left:0;height:100vh;z-index:1000;transition:all 0.3s ease}.subform2023-menu-toggle{position:fixed;top:20px;left:20px;width:45px;height:45px;background:var(--subform2023-primary-gradient,linear-gradient(135deg,#6e8efb,#a777e3));border:none;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:10px;box-shadow:0 4px 15px rgba(0,0,0,0.2);transition:all 0.3s ease;z-index:1001;backdrop-filter:blur(10px)}.subform2023-menu-toggle:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 6px 20px rgba(0,0,0,0.25)}.subform2023-menu-toggle span{display:block;width:100%;height:2px;background-color:white;transition:all 0.3s ease;border-radius:2px}.subform2023-aside-content{position:fixed;top:0;left:-300px;width:300px;height:100vh;background:rgba(255,255,255,0.95);backdrop-filter:blur(10px);box-shadow:4px 0 25px rgba(0,0,0,0.1);transition:all 0.3s cubic-bezier(0.4,0,0.2,1);padding:25px;overflow-y:auto;display:flex;flex-direction:column}.subform2023-aside-menu.active .subform2023-aside-content{left:0}.subform2023-aside-header{padding:20px 0;text-align:center;border-bottom:1px solid rgba(0,0,0,0.1);margin-bottom:25px}.subform2023-aside-logo{width:120px;height:auto;margin-bottom:15px;transition:transform 0.3s ease}.subform2023-aside-logo:hover{transform:scale(1.05)}.subform2023-aside-header h3{color:#333;font-size:24px;margin:0 0 5px 0;font-weight:600}.subform2023-aside-subtitle{color:#666;font-size:14px;margin:0}.subform2023-aside-nav{display:flex;flex-direction:column;gap:12px;flex:1}.subform2023-nav-item{display:flex;align-items:center;padding:15px;color:#333;text-decoration:none;border-radius:12px;transition:all 0.3s ease;background:rgba(0,0,0,0.02);border:1px solid transparent}.subform2023-nav-item:hover{background:var(--subform2023-primary-gradient,linear-gradient(135deg,#6e8efb,#a777e3));color:white;transform:translateX(5px);border-color:rgba(255,255,255,0.1)}.subform2023-nav-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,0.1);border-radius:10px;margin-right:15px}.subform2023-nav-text{display:flex;flex-direction:column}.subform2023-nav-text span{font-size:15px;font-weight:500}.subform2023-nav-text small{font-size:12px;opacity:.\1;margin-top:2px}.subform2023-aside-footer{margin-top:auto;padding-top:20px;border-top:1px solid rgba(0,0,0,0.1)}.subform2023-aside-footer .social-icons{display:flex;justify-content:center;gap:15px;margin-top:15px}.subform2023-social-icon{width:40px;height:40px;border-radius:50%;background:var(--subform2023-primary-gradient,linear-gradient(135deg,#6e8efb,#a777e3));display:flex;align-items:center;justify-content:center;color:white;text-decoration:none;transition:all 0.3s ease}.subform2023-social-icon:hover{transform:translateY(-3px);box-shadow:0 5px 15px rgba(0,0,0,0.2)}.subform2023-main-content{display:flex;min-height:0;background:linear-gradient(135deg,#f5f7fa 0%,#e4edf9 100%);overflow:visible}.subform2023-form-section{flex:1;display:flex;align-items:flex-start;justify-content:center;padding:2rem;background:white;box-shadow:0 0 30px rgba(0,0,0,0.1);position:relative;overflow:visible}.subform2023-form-section::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(110,142,251,0.1) 0%,transparent 70%);z-index:0}.subform2023-welcome-section{flex:1;background:linear-gradient(135deg,#6e8efb 0%,#a777e3 100%);color:white;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:3rem;text-align:center;position:relative;overflow:hidden}.subform2023-welcome-section::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,0.1) 0%,transparent 70%);transform:rotate(30deg);z-index:0}.subform2023-welcome-content{position:relative;z-index:1;max-width:600px}.subform2023-welcome-logo{width:150px;height:auto;margin-bottom:2rem;filter:drop-shadow(0 5px 15px rgba(0,0,0,0.2))}.subform2023-welcome-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-shadow:0 2px 10px rgba(0,0,0,0.2)}.subform2023-welcome-subtitle{font-size:1.2rem;opacity:.\1;margin-bottom:2rem;line-height:1.6}.subform2023-features{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2rem;text-align:left}.subform2023-feature{display:flex;align-items:flex-start;gap:1rem}.subform2023-feature-icon{font-size:1.5rem;background:rgba(255,255,255,0.2);width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.subform2023-feature-text h4{font-size:1.1rem;font-weight:600;margin-bottom:.\1rem}.subform2023-feature-text p{font-size:.\1rem;opacity:.\1;margin:0}.subform2023-form-container{width:100%;max-width:500px;position:relative;z-index:1}.subform2023-form-header{text-align:center;margin-bottom:2rem}.subform2023-form-logo{width:100px;height:auto;margin:0 auto 1rem}.subform2023-form-title{font-size:2rem;font-weight:700;color:#333;margin-bottom:.\1rem}.subform2023-form-subtitle{color:#666;font-size:1rem}.subform2023-toggle-form{display:flex;background:#f8f9fa;border-radius:50px;padding:.\1rem;margin-bottom:2rem;box-shadow:inset 0 2px 5px rgba(0,0,0,0.1)}.subform2023-toggle-btn{flex:1;padding:.\15rem 1.5rem;border:none;background:transparent;border-radius:50px;font-weight:600;cursor:pointer;transition:all 0.3s ease;color:#666}.subform2023-toggle-btn.active{background:white;color:#6e8efb;box-shadow:0 5px 15px rgba(0,0,0,0.1)}.subform2023-form{background:white;border-radius:20px;padding:2rem;box-shadow:0 10px 30px rgba(0,0,0,0.1)}.subform2023-form-group{margin-bottom:1.5rem}.subform2023-form-label{display:block;margin-bottom:.\1rem;font-weight:500;color:#333}.subform2023-form-input{width:100%;padding:1rem;border:2px solid #e9ecef;border-radius:12px;font-size:1rem;transition:all 0.3s ease;background:#f8f9fa}.subform2023-form-input:focus{outline:none;border-color:#6e8efb;background:white;box-shadow:0 0 0 3px rgba(110,142,251,0.2)}.subform2023-form-row{display:flex;gap:1rem}.subform2023-form-row .subform2023-form-group{flex:1}.subform2023-checkbox-group{display:flex;align-items:center;gap:.\1rem;margin-bottom:1.5rem}.subform2023-checkbox{width:18px;height:18px;border-radius:4px;border:2px solid #ced4da;appearance:none;cursor:pointer;position:relative}.subform2023-checkbox:checked{background:#6e8efb;border-color:#6e8efb}.subform2023-checkbox:checked::after{content:'✓';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:white;font-size:12px;font-weight:bold}.subform2023-submit-btn{width:100%;padding:1rem;background:linear-gradient(135deg,#6e8efb 0%,#a777e3 100%);color:white;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all 0.3s ease;box-shadow:0 5px 15px rgba(110,142,251,0.4)}.subform2023-submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(110,142,251,0.6)}.subform2023-submit-btn:active{transform:translateY(0)}.subform2023-form-footer{text-align:center;margin-top:1.5rem;color:#666}.subform2023-form-footer a{color:#6e8efb;text-decoration:none;font-weight:600}.subform2023-form-footer a:hover{text-decoration:underline}.subform2023-divider{display:flex;align-items:center;margin:1.5rem 0}.subform2023-divider::before,.subform2023-divider::after{content:'';flex:1;border-bottom:1px solid #e9ecef}.subform2023-divider span{padding:0 1rem;color:#666;font-size:.\1rem}.subform2023-social-login{display:flex;gap:1rem;margin-bottom:1.5rem}.subform2023-social-btn{flex:1;padding:.\15rem;border:2px solid #e9ecef;border-radius:12px;background:white;cursor:pointer;transition:all 0.3s ease;display:flex;align-items:center;justify-content:center;gap:.\1rem;font-weight:500}.subform2023-social-btn:hover{border-color:#6e8efb;background:#f8f9ff}.subform2023-password-toggle{position:relative}.subform2023-toggle-password{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:#666}.subform2023-user-type-selection{display:none;background:white;border-radius:20px;padding:2rem;box-shadow:0 10px 30px rgba(0,0,0,0.1);margin-bottom:2rem}.subform2023-user-type-options{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1rem}.subform2023-user-type-option{border:2px solid #e9ecef;border-radius:12px;padding:1.5rem;text-align:center;cursor:pointer;transition:all 0.3s ease;background:#f8f9fa}.subform2023-user-type-option:hover{border-color:#6e8efb;background:#f0f4ff;transform:translateY(-3px)}.subform2023-user-type-option.active{border-color:#6e8efb;background:#f0f4ff;box-shadow:0 5px 15px rgba(110,142,251,0.2)}.subform2023-user-type-icon{font-size:2rem;margin-bottom:1rem}.subform2023-user-type-title{font-weight:600;margin-bottom:.\1rem;color:#333}.subform2023-user-type-description{font-size:.\1rem;color:#666;margin:0}.subform2023-specific-form{display:none;background:white;border-radius:20px;padding:2rem;box-shadow:0 10px 30px rgba(0,0,0,0.1);margin-bottom:2rem}@media (max-width:992px){.subform2023-main-content{flex-direction:column}.subform2023-welcome-section{padding:2rem}.subform2023-features{grid-template-columns:1fr}.subform2023-user-type-options{grid-template-columns:1fr}}@media (max-width:576px){.subform2023-form-section{padding:1rem}.subform2023-form-container{padding:1rem}.subform2023-form-row{flex-direction:column;gap:0}.subform2023-user-type-options{grid-template-columns:1fr}}.subform2023-help-text{display:block;margin-top:5px;font-size:.\15em;color:#666;font-style:italic}.file-preview,.photo-preview{margin-top:10px;padding:10px;border:2px dashed #e0e0e0;border-radius:8px;text-align:center;background:#f9f9f9}.file-preview img,.photo-preview img{max-width:150px;max-height:150px;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,0.1)}.subform2023-form-input.valid{border-color:#4CAF50 !important;background:#f0fff0 !important}.subform2023-form-input.invalid{border-color:#f44336 !important;background:#fff0f0 !important}.validation-icon{position:absolute;right:10px;top:50%;transform:translateY(-50%);font-size:16px}.validation-icon.valid{color:#4CAF50}.validation-icon.invalid{color:#f44336}.subform2023-progress-bar{display:flex;justify-content:space-between;margin-bottom:2rem;position:relative}.subform2023-progress-bar::before{content:'';position:absolute;top:15px;left:0;right:0;height:2px;background-color:#e9ecef;z-index:1}.subform2023-progress-step{position:relative;z-index:2;text-align:center;padding:0 10px;font-size:.\15rem;color:#666}.subform2023-progress-step.active{color:#6e8efb;font-weight:600}.subform2023-progress-step::before{content:attr(data-step);display:block;width:32px;height:32px;margin:0 auto 8px;line-height:32px;background-color:#e9ecef;border-radius:50%;font-weight:bold}.subform2023-progress-step.active::before{background:linear-gradient(135deg,#6e8efb,#a777e3);color:white}.subform2023-form-step{display:none}.subform2023-form-step.active{display:block;animation:fadeIn 0.3s ease}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.subform2023-form-navigation{display:flex;justify-content:space-between;margin-top:2rem;gap:1rem}.subform2023-prev-btn,.subform2023-next-btn{padding:.\15rem 1.5rem;border:none;border-radius:12px;font-weight:600;cursor:pointer;transition:all 0.3s ease}.subform2023-prev-btn{background-color:#f8f9fa;color:#666;border:1px solid #e9ecef}.subform2023-prev-btn:hover{background-color:#e9ecef}.subform2023-next-btn{background:linear-gradient(135deg,#6e8efb,#a777e3);color:white;border:none}.subform2023-next-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(110,142,251,0.4)}.subform2023-password-strength{height:5px;background-color:#e9ecef;border-radius:3px;margin-top:5px;overflow:hidden}.subform2023-password-strength-bar{height:100%;width:0;transition:width 0.3s ease,background-color 0.3s ease}.subform2023-password-strength-weak{background-color:#dc3545;width:33%}.subform2023-password-strength-medium{background-color:#ffc107;width:66%}.subform2023-password-strength-strong{background-color:#28a745;width:100%}.subform2023-geolocation-btn{width:100%;padding:1rem;background-color:#f8f9fa;border:2px dashed #6e8efb;border-radius:12px;color:#6e8efb;font-weight:600;cursor:pointer;transition:all 0.3s ease;display:flex;align-items:center;justify-content:center;gap:.\1rem}.subform2023-geolocation-btn:hover{background-color:#e3f2fd;transform:translateY(-2px)}.subform2023-geolocation-icon{font-size:1.2rem}.subform2023-location-status{margin-top:.\1rem;font-size:.\15rem;text-align:center}.subform2023-location-success{color:#28a745}.subform2023-location-error{color:#dc3545}.subform2023-tags-container{display:flex;flex-wrap:wrap;gap:.\1rem;margin-bottom:1rem}.subform2023-tag{background:linear-gradient(135deg,#6e8efb,#a777e3);color:white;padding:.\15rem 0.75rem;border-radius:20px;font-size:.\15rem;cursor:pointer;transition:all 0.3s ease}.subform2023-tag:hover{transform:scale(1.05)}@media (max-width:576px){.subform2023-form-navigation{flex-direction:column}.subform2023-prev-btn,.subform2023-next-btn{width:100%}}.subform2023-range-value{text-align:center;font-weight:600;color:#6e8efb;margin-top:.\1rem}.subform2023-availability-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.\1rem;margin-top:.\1rem}.subform2023-availability-day{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:.\1rem;text-align:center;transition:all 0.3s ease}.subform2023-availability-day:hover{background-color:#e3f2fd;border-color:#6e8efb}.subform2023-availability-day input[type="checkbox"]{margin-right:.\1rem}.select2-container--default .select2-selection--single{height:calc(1rem+2rem+4px) !important;border:2px solid #e9ecef !important;border-radius:12px !important;background:#f8f9fa !important;padding:1rem !important;display:flex !important;align-items:center !important}.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:normal !important;padding-left:0 !important;padding-right:0 !important;color:#333 !important;display:flex !important;align-items:center !important;height:100% !important}.select2-container--default .select2-selection--single .select2-selection__arrow{height:calc(1rem+2rem+4px) !important;top:0 !important;right:10px !important}.select2-container--default.select2-container--open .select2-selection--single{border-color:#6e8efb !important;background:white !important;box-shadow:0 0 0 3px rgba(110,142,251,0.2) !important}.select2-container--default .select2-search--dropdown .select2-search__field{border:2px solid #e9ecef !important;border-radius:8px !important;padding:.\1rem !important;font-size:1rem !important}.select2-container--default .select2-search--dropdown .select2-search__field:focus{border-color:#6e8efb !important;outline:none !important}.select2-container--open .select2-dropdown{display:block !important;visibility:visible !important;opacity:1 !important;transform:none !important;position:absolute !important}.select2-dropdown{display:block !important;visibility:visible !important;z-index:99999 !important;position:absolute !important;border:2px solid #6e8efb !important;border-radius:12px !important;box-shadow:0 5px 20px rgba(0,0,0,0.15) !important;max-height:400px !important;overflow:hidden !important;background:white !important}.phone-input-wrapper,.phone-country-code-wrapper,.subform2023-form-group,.subform2023-form-row,.subform2023-form-container,.subform2023-form-section{overflow:visible !important}.select2-results{max-height:300px !important;overflow-y:auto !important;overflow-x:hidden !important}.select2-results__options{max-height:300px !important;overflow-y:auto !important;overflow-x:hidden !important;-webkit-overflow-scrolling:touch !important}.select2-results__option{padding:.\15rem 1rem !important;font-size:.\15rem !important;cursor:pointer !important;white-space:nowrap !important}.select2-container--default .select2-results__option--highlighted[aria-selected]{background:linear-gradient(135deg,#6e8efb,#a777e3) !important;color:white !important}.phone-country-code-wrapper .select2-container{width:180px !important;max-width:180px !important;min-width:180px !important;flex:0 0 auto !important}.phone-input-wrapper{display:flex !important;gap:10px !important;align-items:stretch !important}.phone-country-code-wrapper{flex:0 0 auto !important;display:flex !important;align-items:stretch !important}.phone-number-wrapper{flex:1 !important;display:flex !important;align-items:stretch !important}.select2-country-dropdown{z-index:99999 !important;position:absolute !important}.select2-country-dropdown .select2-results,.select2-country-dropdown .select2-results__options{max-height:250px !important;height:auto !important;overflow-y:scroll !important;overflow-x:hidden !important;-webkit-overflow-scrolling:touch !important;overscroll-behavior:contain !important}.select2-country-dropdown .select2-results{scrollbar-width:thin !important;scrollbar-color:#6e8efb #f1f1f1 !important}.select2-country-dropdown .select2-results::-webkit-scrollbar{width:8px !important}.select2-country-dropdown .select2-results::-webkit-scrollbar-track{background:#f1f1f1 !important;border-radius:10px !important}.select2-country-dropdown .select2-results::-webkit-scrollbar-thumb{background:#6e8efb !important;border-radius:10px !important}.select2-country-dropdown .select2-results::-webkit-scrollbar-thumb:hover{background:#5a7ce8 !important}
/* === FIXES MODE JOUR : boutons sociaux lisibles === */
.subform2023-social-btn{color:#333 !important;font-weight:600}
/* === PHOTO PREVIEW === */
#profilePhotoPreview{display:none;width:100px;height:100px;border-radius:50%;object-fit:cover;border:3px solid #6e8efb;margin-top:10px}