/* annuaire.css */

/* to have professionnel message in bottom */
.mg-center-panel{padding:0px!important;flex-direction: column;}

.message-professionnel{background-color:whitesmoke;}
.message-professionnel a{color:darkblue;}

/* search panel */
.background-image-search {
    background-image: url('../img/background-search.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.search-panel label{
    color:#696969;
}
.container-search-error{
    background-color:rgba(255, 0, 0, 0.5);
}
.container-search-error .parsley-errors-list {
    color: white;
}

.background-light{
    background-color:rgba(255, 255, 255, 0.8);
}

/* profil lines */
.profil-line .card.shadow-base {
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5); 
}

.profil-line .card.shadow-base:hover {
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 1); 
}




.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
    padding: .375rem .75rem;
    height: calc(2.25rem + 6px);
    border-color:blue;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: calc(2.25rem + 6px);
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
}

.select2-dropdown {
    border-color: #ced4da;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 18px; 
}

.select2-container .select2-selection--single .select2-selection__rendered::first-letter, .select2-results__option::first-letter {
    text-transform: uppercase;
}

.select2-results__option {
    font-size: 16px;
    color:grey;
}



.select2-results__group {
    border-top:1px solid grey;
}

.profil-line.separateur{margin-top:50px;margin-bottom:20px;}




/* start PAGINATION */
.simple-pagination ul li a, .simple-pagination ul li span {
    border-radius: 50%; 
    width: 40px;
    height: 40px; 
    line-height: 40px; 
    padding: 0; 
    text-align: center; 
    font-size:1.2em;
    margin-top:10px;
}

.simple-pagination ul li.active a, .simple-pagination ul li.active span {
    background: #3899FF;
    color: white;
}

.simple-pagination ul li.disabled a, .simple-pagination ul li.disabled span {
    color: #9AA3AB;
    background: #C5CED6;
    border-color:#FFFFFF;
}

.simple-pagination ul li:hover a, .simple-pagination ul li:hover span {
    background: #0d6efd;
    color: white;
}

/* end PAGINATION */



