@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

.lato-thin{
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.lato-light{
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.lato-regular{
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.lato-bold{
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.lato-black{
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.annuaire-text{
    margin: 15px 0 15px 0;
}

#search-form{
    position: relative;
    margin-bottom: 30px;
    padding: 5px 55px 5px 5px;
    background: #a4e5f3;
}
#search-form button.btn{
    width: 45px;
    right: 5px;
    position: absolute;
    top: 5px;
}

::placeholder{
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.results{
    text-align: center;
    font-size: 27px;
}

.results-count{
    color: #AE141D;
}

.select-sort{
    border: 1px solid #a4e5f3;
}

hr {
    border: 1px solid;
}

.profile{
    margin-bottom: 30px;
    overflow: hidden;
    padding-bottom: 45px;
}

.profile .is_member:after{
    content:'';
    display: block;
    width: 45px;
    height: 45px;
    background: url(../../images/membre-sfctcv.png) no-repeat center center transparent;
    bottom: 2px;
    left: 2px;
    position: absolute;
    background-size: 45px;
}
.profile .chef_de_service{
    font-weight: bold;
    margin-left: 5px;
    color:#337ab7;
}
.profile .chef_de_service.adjoint{
    color: #72b6d9;
}

.dr-img, .dr-no-img{
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 200px;
    background-color: #f0f0f0;
    overflow: hidden;
    width: 180px;
    border-radius: 16px;
    box-shadow: 0px 0px 3px 2px #0004;
    margin: 5px auto;
}
.dr-img.no-image{}

.dr-img img{
    float: none;
    margin-right: 0;
    margin-bottom: 0;
    min-width: 100%;
}

.dr-no-img{
    background: url(../../images/doctor.png) no-repeat center center #f0f0f0;
    height: 260px;
}

.dr-prefixe{
    font-size: 15px;
    margin-top: 10px;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #157fc6;
}

.dr-name{
    font-size: 22px;
}


.dr-lastname{
    text-transform: uppercase;
}

.dr-statut{
    font-size: 15px;
    margin-bottom: 20px;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #157fc6;
}

.annuaire-filters-form{
    background: #a4e5f3;
    padding: 20px 20px;
    text-transform: uppercase;
}

.annuaire-filters-form .select2-container{
    width: 100% !important;
}


#annuaire_sfctcv .btn{
    width: 100%;
    margin-bottom: 10px;
}

#annuaire_sfctcv .btn .fas, #annuaire_sfctcv .btn .far{
    font-size: 20px;
    opacity: 0.8;
}


#annuaire_sfctcv .btn.btn-light{
    background-color: #337ab770;
}

.filters-submit{
    width: 100%;
}

.blue-link{
    margin-bottom: 20px;
    font-size: 13px;
}

.bg-blue-grey:nth-child(odd){
    background-color: #d8f3f8;
    color: #157fc6;
    padding: 2px 4px;
}

.bg-blue-grey:nth-child(even){
    background-color: #f0f0f0;
    color: #157fc6;
    padding: 2px 4px;
}

.email{
    margin-top: 10px;
    color: #006ab3;
    border-bottom: 2px solid #006ab3;
    padding-bottom : 3px;
    position: absolute;
    width: calc(100% - 30px);
    bottom: 0;
}

.pagination{
    display: block;
    text-align: center;
}
.pagination .prev-btn{
    padding-right: 15px;
}

.pagination .next-btn{
    padding-left: 15px;
}

.change-profile-image-link img, .change-profile-link img{
    float:none;
    color: #fff;
    margin-right: 0;
    margin-bottom: 0;
}

.change-profile-image-link, .change-profile-link{
    margin-top: 10px;
    width: 100%;
}

.annuaire-success-msg{
    padding: 10px;
    border: 1px solid green;
    margin-top: 20px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    color: green;
    background-color: #0080001a;
}

#reportArrivalModal label, #editProfileModal label{
    display: block;
    text-align: center;
}

#reportArrivalModal textarea, #editProfileModal textarea{
    width: 100%;
}

#submitEditProfileForm, #submitReportArrivalForm{
    margin-top: 0px;
}

.text-border{
    border: 2px solid #2e6da4;
    margin-top: 10px;
    padding: 10px;
}

#annuaire_sfctcv .modal{
    top: 5vh;
}

#annuaire_sfctcv .modal .btn{
    width: auto;
}
#annuaire_sfctcv .modal-header{
    padding: 10px 15px;
    background: #337ab7;
    color: #fff;
}
#annuaire_sfctcv .modal-header .close{
    color: #fff;
    opacity: 0.75;
}
.form-group label i.fa{
    color: #157fc6;
}

@media (max-width: 767px) {
    .dr-img img{
        width: 50%;
        margin: auto;
    }
    .profile{
        padding-bottom: 35px;
    }
}
@media (max-width: 500px) {
    .dr-img img{
        width: 70%;
        margin: auto;
    }
}