/*.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;
    max-width: 350px;
    margin-right: 50px;
    background-color: rgba(0, 38, 78, 0.9);
    overflow: auto;
    border-bottom-right-radius: 40px 40px;
    border-top-right-radius: 40px 40px;
}

.centrer-menu {
    max-width: 100%;
}
.video-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;

}
.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;
}
.sub-button {
    background-color: #D21033;
    color: #fff;
    border-radius: 1em;
}
.custom-btn:hover {
    background-color: #D21033;
    color: #fff;
    border: 4px solid #D21033;
}

/* passer un appel téléphonique */
.appeler-title {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #0e3a67;
}
.card-personnel {
    width: 100%;
    height: 500px;
    border-radius: 40px;
    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: 200px;
    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: 35px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 1em;
}
.appeler-personnel-infos p {
    color: rgb(0, 38, 78);
    line-height: 40px;
    font-size: 30px;
    font-family: "Barlow Condensed", Sans-serif, serif;
    text-transform: uppercase;
}

.btn-vert-message {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #1aa06d;
    margin-top: 1em;
}
.icone-appel {
    width: 40px;
    height: 40px;
}

.btn-terminer-appel {
    width: 100%;
    padding: 20px;
    background-color: rgba(210, 16, 51, 0.82);
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
}

.quitter-borne {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-right: 10px;
    background-color: rgba(210, 16, 51, 0.47);
    padding: 20px;
    width: 60%;
    border: 2px solid rgba(210, 16, 51, 0.47);
    color: white;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 40px;
    box-shadow: 10px 15px 15px rgba(255,255,255,.1);
}
.quitter-borne:hover {
    text-decoration: none;
    color: white;
    background-color: rgba(210, 16, 51, 0.82);
}



