@font-face {
    font-family: 'Satoshi-Variable';
    src: url('/front/creditentials/fonts/Satoshi-Variable.woff2') format('woff2'),
    url('/front/creditentials/fonts/Satoshi-Variable.woff') format('woff'),
    url('/front/creditentials/fonts/Satoshi-Variable.ttf') format('truetype');
    font-weight: 300 900;
    font-style: normal;
}
@font-face {
    font-family: 'Outfit-Variable';
    src: url('/front/creditentials/fonts/Outfit-Variable.woff2') format('woff2'), 
    url('/front/creditentials/fonts/Outfit-Variable.woff') format('woff'),
    url('/front/creditentials/fonts/Outfit-Variable.ttf') format('truetype');
    font-weight: 100 900;
    font-display: fallback;
    font-style: normal;
}

body{
    font-family: 'Satoshi-Variable'!important;
    font-weight: 400;
}

:root {
    --cms_night: #141416;
    --cms_bg: #141416;
}

.espace_title {
    color: #fff;
    font-size: 50px;
    font-weight: 900;
    font-family: 'Outfit-Variable';
    text-transform: uppercase;
}

.altitude_space_left,
.altitude_space_right {
    position: relative;
    width: 50%;
    color: #fff;
    display: flex;
    height: 100vh
}

a:hover{
    opacity: 0.8;
}

.altitude_zfirst {
    z-index: 100
}

.espace_subtitle {
    color: #fff;
    font-size: 18px;
    text-align: center
}

.altitude_space_left {
    background: url('/front/creditentials/login.webp') center/cover
}

.altitude_space_right {
    background: #10151b;
    overflow: hidden
}

.altitude_overlay {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: #00000066
}

.login input,
.register input,
input:focus {
    background-color: #202834 !important;
    border: 1px solid #2d3949 !important;
    border-radius: 0 !important;
    padding: 1rem !important;
    color: #fff !important;
    box-shadow: none!important;
}

.btn_app{
    border-radius: 5px;
    background: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Outfit-Variable';
}

.btn_app {
    padding: 1rem;
}

.alert_system,
.btn_discord {
    background-color: #fff;
    color: #000;
    display: flex;
    padding: 22px 50px;
    justify-content: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #000;
    border-radius: 0px;
    transition: background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
    transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
    transition: background-color 300ms ease, transform 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
    font-size: 16px;
    line-height: 1.111em;
    text-align: center;
    letter-spacing: 0.06em;
    text-decoration: none;
    text-transform: uppercase;
}

.lang_selector {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 250;
    color: #fff
}

.lang_selector .btn_lang {
    padding: .5rem;
    min-width: 200px;
    font-weight: 600;
    border: 2px;
    color: #000 !important
}

.dropdown-menu.show {
    text-align: center;
    display: block;
    width: 100%;
    border: 0;
    border-radius: 0;
    transform: translate(0, -40px) !important
}

@media (max-width:900px) {
    .mobile_reverse {
        flex-direction: column-reverse
    }
    .altitude_space_left {
        display: none
    }
    .altitude_space_right {
        width: 100%;
        padding: 3rem 0;
        overflow: auto;
    }
    .choicelogin{
        flex-direction: column;
    }
    .social_connect,
    form{
        max-width: 100%!important;
        min-width: 100%!important;
    }
    .altitude_zfirst {
        max-width: 100%;
        width: 90%;
    }
}

.vagues svg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    height: 100vh;
    width: 300px;
    fill: #10151b
}

.btn_app:hover{
    background: #202834;
    color:white;
    border-color: #202834;
}

.btn_discord {
    border-radius: 0;
    text-transform: uppercase;
}

.btn_discord:hover {
    background: #404eed;
    border-color: #404eed;
    color:white;
}

.alert_system {
    text-align: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    clip-path: none;
    font-weight: 400;
}
.swal2-input{text-align: center;}
.swal2-input input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  
   opacity: 0!important;
}

.swal2-actions{
    width: 100%!important;
}
.swal2-styled.swal2-confirm {
    border-radius: 0!important;
    width: 100%!important;
    padding: 1rem;
}

:focus-visible {
    outline: 0!important;
}

.alert-warning {
    text-align: center;
    padding: 1rem;
}

.licenced{
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-weight: 500;
    font-size: 12px;
}