.logo-login {
    width: 300px;
    margin-bottom: 26px;
}

.logo-mobile {
    display: none;
}

.logo-pc {
    display: block;
}

.colored {
    color: #6658dd;
}

@media screen and (max-width: 768px) {
    .logo-mobile {
        display: block;
    }

    .logo-pc {
        display: none;
    }

    .navbar-custom {
        padding: 0 !important;
    }

    .navbar-custom .topnav-menu .nav-link {
        padding: 0 8px !important;
    }
}

.radio-toolbar input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.radio-toolbar label {
    text-align: center;
    width: 100%;
    display: inline-block;
    color: black;
    padding: 7px;
    border: 2px solid #1abc9c;
    border-radius: 10rem;
    background-color: #defcdb;
}

.radio-toolbar input[type="radio"]:checked+label {
    background-color: #1abc9c;
    color: white;
    border-color: #1abc9c;
}

.radio-toolbar input[type="radio"]:focus+label {
    border: 2px solid #1abc9c;
}

.radio-toolbar label:hover {
    background-color: #8fd9b8;
}

.oreille_boutton {
    display: flex;
}

@media screen and (max-width: 600px) {
    .oreille_boutton {
        display: block;
    }
}

.trigger_tel i,
.trigger_tel label,
.trigger_tel_2 i,
.trigger_tel_2 label,
.company_mail i,
.company_mail label {
    color: #6658dd !important;
    cursor: pointer !important;
}

#filePreview {
    display: flex;
    justify-content: center;
}