/*.gradient-custom {*/
/*    !* fallback for old browsers *!*/
/*    background: #f093fb;*/

/*    !* Chrome 10-25, Safari 5.1-6 *!*/
/*    background: -webkit-linear-gradient(to bottom right, rgba(240, 147, 251, 1), rgba(245, 87, 108, 1));*/

/*    !* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ *!*/
/*    background: linear-gradient(to bottom right, rgba(240, 147, 251, 1), rgba(245, 87, 108, 1))*/
/*}*/
.body{
    width: 100vh;
    height: 100vh;
}
.card-registration .select-input.form-control[readonly]:not([disabled]) {
    font-size: 1rem;
    line-height: 2.15;
    padding-left: .75em;
    padding-right: .75em;
}
.card-registration .select-arrow {
    top: 13px;


}

.registration-title {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    color: #184c83;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.btn-valider{
    display: inline-flex;
    margin-top: 20px;
    background-color: rgb(16, 73, 132);
    color: #ffffff;
    font-size: 30px;
    font-weight: 500;
    justify-content: center;
    width: 30%;
    border-radius: 6px;
    border: none;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.logo-img {
    max-width: 250px;
    max-height: 100px;
    margin: 10px 0 0 10px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.blurred-background {
    filter: blur(10px);
    transition: filter 0.3s ease;
}
.modal-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.coool {
    float: left;
    height: 100vh;
    margin-right: 80px;
    background-color: rgba(0, 38, 78, 0.9);
    overflow: auto;
    border-bottom-right-radius: 40px 40px;
    border-top-right-radius: 40px 40px;
}

/* Boite modal pour passer l'appel */
.appeler-title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #0e3a67;

}
.card-personnel {
    width: 100%;
    height: 400px;
    border-radius: 30px;
    background: #e0e0e0;
    box-shadow: 15px 15px 30px #bebebe,
    -15px -15px 30px #ffffff;
}
.membre-carte1 {
    padding: 10px;
    border-radius: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.appeler-personnel-image  img {
    max-width: 100%;
    width: 150px;
    border-radius: 50%;
    display: block;
    margin: 0.5em auto;
}
.appeler-personnel-infos h3 {
    color: rgba(210, 16, 51, 0.82);
    font-family: "Barlow Condensed", Sans-serif, serif;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 1em;
}
.appeler-personnel-infos p {
    color: rgb(0, 38, 78);
    line-height: 20px;
    font-size: 20px;
    font-family: "Barlow Condensed", Sans-serif, serif;
    text-transform: uppercase;
}
.btn-vert-message {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #1aa06d;
    margin-top: 1em;
}
.icone-appel {
    width: 30px;
    height: 30px;
}
.btn-terminer-appel {
    width: 100%;
    padding: 10px;
    background-color: rgba(210, 16, 51, 0.82);
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}
.centrer-menu {
    max-width: 100%;
}
.video-container {
    display: flex;
    justify-content: center;
    align-items: center;

}
.video-container video {
    width: 100%;
    min-height: 100%;
}

.video-pre{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
.custom-btn {
    color: #fff;
    border: 4px solid #D21033;
    margin-bottom: 2em;
    margin-top: 2em;
    padding: 20px 15px;
    width: 100%;
    border-radius: 1em;
    font-size: 1vw;
}
.sub-button {
    background-color: #D21033;
    color: #fff;
    border-radius: 1em;
}
.custom-btn:hover {
    background-color: #D21033;
    color: #fff;
    border: 4px solid #D21033;
}

.sous-liste {
    margin-top: 10px;
}

.sous-liste button {
    margin-top: 5px;
}

.contenu-fichier{
    width: 60%;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.fichier-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
}

.menu.active {
    display: block;

}

#btn-menu {
    display: none;
}

@media (max-width: 767.98px) {
    .coool {
        background-color: rgba(0, 38, 78, 0.9);
        overflow: auto;
        height: auto;
        width: 100%;
        border-bottom-right-radius: 40px 40px;
        border-top-right-radius: 40px 40px;
    }
    .custom-btn {
        font-size: 30px;
    }
    #btn-menu {
        display: block;
    }

    .menu {
        display: none;
    }
    .video-pre {
        min-height: 40vh;
    }
}





