

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

/* --------------------- Login ------------------------------------------------ */
body.login{
    background: linear-gradient(180deg, #017D50 20%, #24A28A 70%, #016E25 90%) !important;
}
.form-signin{
    padding-top: 6%;
}
#connecter_widget{
    background-color: #017D50;
    border-color: #24A28A;
}
#connecter_widget:hover{
    color: #01ff70;
}

/* --------------------- Register ------------------------------------------------ */
body.register{
    background: linear-gradient(75deg,#016E25 10%, #B0F2B6 60% ) !important;
    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;
    width: 70%;
    height: 70%;
    background-color: white;
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
    padding-left: 5%;
    box-shadow: 0px 0px 103px black;
}
#register_admin_login a:visited,
#register_admin_login a:active,
#register_admin_login a:link{
    border: 1px solid rgb(60,150,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(60,150,84);
    text-decoration: none;
}
#register_admin_login a:hover{
    border: 1px solid white;
    background-color:  rgb(60,150,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(60,150,84);
    background-color: rgb(60,150,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(60,150,84);
}
#register_admin_boutons{
    text-align: right;
    width: 95%;
}
#register_admin_boutons a{
    border: 2px solid rgb(60,150,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(60,150,84);
}
#register_admin_boutons a:hover{
    border: 2px solid rgb(60,150,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(60,150,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: #017D50;
    border-color: #017D50;
    color: #eee;
    text-decoration: none;
}
.bnt-primary-green:hover{
    color: red;
}
#form-stripe-abonnement{
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0px;
    padding-right: 20px;
    margin: 0px;
    justify-content: space-between;
    align-items: center;
}
#__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;
}
