/* header.css : feuille de style pour page d'accueil */

/* Entete de page verte */

.entete-page {
    background-color: #DCE7E7;
    box-shadow: 0px 5px 14px rgba(209, 209, 209, 0.5);
    height: 65px;
    border-radius: 0px;
    padding-top: 0;
    padding-bottom: 2px;
}

.div-entete-page {
    display: flex;
    align-items: center;
    height: 65px;
    padding-top: 2px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.titre-entete-page {
    font-size: 20px;
    font-family: "GroldRounded-SemiLight";
    color: inherit;
}

/* Card */

.container-fluid>.card {
    border: none;
}

.card {
    background: linear-gradient(180deg, #F0F0F0 0%, #F0F0F0 21.38%);
    color: #3c3c3c;
    border: none;
    box-shadow: -4px -5px 10px rgba(255, 255, 255, 0.7), 4.5px 4.5px 10px rgba(209, 209, 209, 0.5);
    border-radius: 20px;
    word-wrap: initial !important
}

.card-header {
    height: 54px;
    background-color: #DCE7E7;
    color: inherit;
    font-size: 17px;
    font-family: "GroldRounded-SemiLight";
    border: none;
    border-radius: 20px 20px 0px 0px !important;
    text-align: center;
    padding: 15px;
}

#vue-cabinet .nav-pills {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    padding: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 5px;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: #DCE7E7;
    color: #3c3c3c !important;
}

.nav-pills .nav-link {
    margin-left: 5px;
    color: #3c3c3c !important;
    box-shadow: -4px -5px 10px rgba(255, 255, 255, 0.7), 4.5px 4.5px 10px rgba(209, 209, 209, 0.5);
    border-radius: 75px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    margin-left: 5px;
    color: #3c3c3c !important;
    background-color: #DCE7E7;
    box-shadow: -6px -5px 10px rgba(255, 255, 255, 0.7), 5px 4px 10px rgba(209, 209, 209, 0.5), inset 4px 4px 10px rgba(209, 209, 209, 0.5), inset -5.5px -5.5px 10px rgba(255, 255, 255, 0.65);
    border-radius: 75px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

span {
    vertical-align: middle;
}

#info ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#carte {
    width: 100%;
    height: 300px;
    border: 0;
}

/* hyperlien Card*/

#vue-cabinet a {
    color: #312783;
}

/* Rubrique medecin */

#praticien {
    text-align: center;
}

#praticien .col-xs-6 {
    overflow-x: auto;
    height: 165px;
}

.praticien-photo {
    display: inline-block;
    margin: 0 auto;
}

.photo {
    width: 100px;
    height: 100px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
}

.photo+span {
    display: inline-block;
    vertical-align: top;
}

/* Rubrique email */

.form-group {
    margin-bottom: 8px;
}

#email {
    padding: 10px;
}

/* Boutons */

.btn-preced {
    width: 45px;
    height: 45px;
    line-height: 42px;
    background-color: #f0f0f0;
    color: inherit;
    border: 1px solid #f0f0f0;
    border-radius: 95px;
    padding: 1px 10px;
    padding-top: 1px;
    padding-top: 1px;
    padding-top: 0px;
    box-shadow: -4px -5px 10px rgba(255, 255, 255, 0.7), 4.5px 4.5px 10px rgba(209, 209, 209, 0.5);
}

#btn-acceder {
    width: 175px;
}

/* Boutons sur mobile */

.mobile {
    display: block;
    padding: 0px !important;
    padding-right: 1.1rem !important;
    padding-left: 1.1rem !important;
    padding-bottom: 0.25rem !important;
}