:root {
            --primary: #2563eb;
            --secondary: #0ea5e9;
            --accent: #1d4ed8;
            --success: #059669;
            --warning: #d97706;
            --danger: #dc2626;
            --purple: #7c3aed;
            --pink: #ec4899;
            --text-primary: #f8fafc;
            --text-secondary: #94a3b8;
            --shadow-light: 0 4px 6px -1px rgba(0, 0, 0, 0.3);
            --shadow-medium: 0 10px 15px -3px rgba(0, 0, 0, 0.3);
            --shadow-heavy: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
            --bg-gradient: linear-gradient(135deg, #0c1426 0%, #1e293b 25%, #334155 50%, #475569 75%, #64748b 100%);
            --glass-bg: rgba(255, 255, 255, 0.8);
            --glass-border: rgba(255, 255, 255, 0.2);

        }

*{
    box-sizing: border-box;
}
html,body{
    height: 100%;
    padding: 0px;
    margin: 0px;
}

/* --------------------- Login ------------------------------------------------ */
body.login{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b5bdc8+0,828c95+36,28343b+100;Grey+Black+3D */
background: linear-gradient(135deg, #0c1426 0%, #1e293b 25%, #334155 50%, #475569 75%, #64748b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 ); /* IE6-9 */

}
.form-signin{
    padding-top: 6%;
}
#connecter_widget{
    background-color: rgb(84,84,84);
    border-color: rgb(84,84,84);
}
#connecter_widget:hover{
    color: rgb(84,84,84);
    background-color: whitesmoke;
}
.h3, p{
    color: whitesmoke;
}
.divider {
            display: flex;
            align-items: center;
            margin: 2rem 0;
            position: relative;
        }

        .divider::before {
            content: '';
            flex: 1;
            height: 1px;
            background: var(--glass-border);
        }

        .divider-text {
            padding: 0 1rem;
            color: var(--glass-bg);
            font-size: 0.9rem;
        }

        .divider::after {
            content: '';
            flex: 1;
            height: 1px;
            background: var(--glass-border);
        }
        .register-btn,
        .register-btn:active,
        .register-btn:visited,
        .register-btn:link {
            color: whitesmoke;
            border: 1px solid var(--glass-border);
            cursor: pointer;
            transition: all 0.3s ease;
            font-weight: 600;
            text-decoration: none;
            
        }
        .register-btn:hover {
            background: linear-gradient(135deg, var(--primary), var(--secondary));
            transform: translateY(-2px);
            box-shadow: var(--shadow-medium);
        }

/* --------------------- Register ------------------------------------------------ */
body.register{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b5bdc8+0,828c95+36,28343b+100;Grey+Black+3D */
background: #b5bdc8; /* Old browsers */
background: -moz-linear-gradient(top,  #b5bdc8 0%, #828c95 36%, #28343b 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #b5bdc8 0%,#828c95 36%,#28343b 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #b5bdc8 0%,#828c95 36%,#28343b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 ); /* IE6-9 */

    display: flex;
    justify-content: space-around;
    height: 100%;
    align-items: center; 
}
#register_admin_partie_gauche{
    width: 20%;
    height: 70%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#register_admin_partie_gauche div:first-child{
    width: 100%;
    height: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#register_admin_partie_gauche div:last-child{
    width: 100%;
    height: 65%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
}
#register_admin_partie_droite{
    border: 1px solid white;
    border-radius: 10px;
    background-color: white;
    height: 80%;
    width: 80%;
}
#register_admin_login a:visited,
#register_admin_login a:active,
#register_admin_login a:link{
    border: 1px solid rgb(84,84,84);
    background-color: white;
    font-size: large;
    font-weight: bolder;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-top-left-radius: 15% 50%;
    border-bottom-left-radius: 15% 50%;
    border-top-right-radius: 15% 50%;
    border-bottom-right-radius: 15% 50%;
    color: rgb(84,84,84);
    text-decoration: none;
}
#register_admin_login a:hover{
    border: 1px solid white;
    background-color:  rgb(84,84,84);
    color: white;
}
#div_register_admin_onglets{
    padding: 3px;
    display: flex;
    justify-content: center;
}
#register_admin_onglets{
    display: flex;
    list-style: none;
    border: 2px solid rgb(84,84,84);
    background-color: rgb(84,84,84);
    width: max-content;
    margin: 0px;
    padding: 0px;
    justify-content: center;
    padding: 0px;
    border-left: 3px solid transparent;
    border-right: 2px solid transparent;
    border-top-left-radius: 5% 50%;
    border-bottom-left-radius: 5% 50%;
    border-top-right-radius: 5% 50%;
    border-bottom-right-radius: 5% 50%;
}

#div_register_admin_onglets li{
    border: 2px solid transparent;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-top-left-radius: 15% 50%;
    border-bottom-left-radius: 15% 50%;
    border-top-right-radius: 20% 50%;
    border-bottom-right-radius: 20% 50%;
    font-weight: bold;
    color: white;
}
#div_register_admin_onglets li.active{
    border: 2px solid white;
    background-color: white;
    color: rgb(84,84,84);
}
#register_admin_boutons{
    text-align: right;
    width: 95%;
}
#register_admin_boutons a{
    border: 2px solid rgb(60,84,84);
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    border-top-left-radius: 18% 50%;
    border-bottom-left-radius: 18% 50%;
    border-top-right-radius: 18% 50%;
    border-bottom-right-radius: 18% 50%;
    background-color: rgb(84,84,84);
}
#register_admin_boutons a:hover{
    border: 2px solid rgb(84,84,84);
    background-color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    border-top-left-radius: 18% 50%;
    border-bottom-left-radius: 18% 50%;
    border-top-right-radius: 18% 50%;
    border-bottom-right-radius: 18% 50%;
    color: rgb(84,84,84);
    text-decoration: none;
}
.register_admin_onglet{
    height: 80%;
    padding: 5px;
    border: 1px solid transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.register_admin_onglet div:first-child,
.register_admin_onglet div:nth-child(2),
.register_admin_onglet div:nth-child(3){
    display: flex;
    border: 1px solid transparent;
    padding: 5px;
    width: 100%;
}
#div_register_admin_force_password{
    display: flex;
    align-items: center;
    padding-bottom: 25px;
    flex-direction: column;
}
#register_admin_force_password{
    padding: 0px;
}
#register_admin_abonnement_onglet .carte{
    border: 1px solid #ddd;
    display: flex;
    padding: 0px;
    flex-direction: column;
    width: 25%;
    justify-content: center;
    margin-left: -1px;
}
#register_admin_abonnement_onglet .carte:first-child{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
#register_admin_abonnement_onglet .carte:last-child{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
#register_admin_abonnement_onglet .carte-deck{
    margin-left: 0px;
}
#register_admin_abonnement_onglet .carte-deck{
    flex-direction: row;
    padding: 0px;
}
#register_admin_abonnement_onglet .carte-deck .carte-header{
    border-bottom: 1px solid #ddd;
    display: initial;
    background-color: #eee;
}
#register_admin_abonnement_onglet .carte-deck .carte-body{
    margin-top: 2em;
    margin-bottom: 2em;
}
#register_admin_abonnement_onglet .carte-deck .carte-bottom{
    border-top: 1px solid #ddd;
    text-align: center;
    display: initial;
}
.text-center{
    text-align: center;
}
.btn-primary-green:link,
.btn-primary-green:active,
.btn-primary-green:visited{
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    background-color: rgb(84,84,84);
    border-color: rgb(84,84,84);
    color: #eee;
    text-decoration: none;
}
.bnt-primary-green:hover{
    color: red;
}
#form-stripe-abonnement{
    display: flex;
    width: 100%;
    height: 80%;
    padding: 0px;
    margin: 0px;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
}
#__kaim__admin__register__entreprise__type{
    height: 48px;
    padding: 12px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*---------------------- THEMES ---------------------------------------------------------*/
.box-body{
    border: 1px solid red;
}
