html {
    font-size: 13px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
  header {
    position: absolute; 
    right: 74px;    
  }
 .mybody {
        margin-top: 80px;
    }
}

body {
    font-family: 'Nunito', Helvetica, sans-serif;
    margin-bottom: 60px;
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

h2 {
    font-size: 1.5rem;
}

h4 {
    margin-top: 20px !important;
}

.dm-serif-display-regular {
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    font-style: normal;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.row a, .row a:hover, .row a:visited
.active {
    color: #cfc1a5 !important;
}

.btn-rdv {
    border-radius: 30px;
    text-align: center;
    text-decoration: none;
    padding-top: 5px;
    height: 30px;
    background-color: #EF626C;
    cursor: pointer;
    width: 100px;
    font-size: 15px;
}

    .btn-rdv a, .btn-rdv a:hover, .btn-rdv a:visited {
        text-decoration: none;
        color: white !important;
    }

.team {
    margin-top: 30px;
}

.team-img,
.img-Dokter {
    max-width: 180px;
    max-height: 200px;
    display: block;
    border-radius: 70px;
    padding: 3px;
}

.team-img-empty{
    font-size: 130px;
    text-align: center;
}

.team-name {
    font-weight: bold;
    text-align: center;
}

.team-role {
    text-align: center;
    font-size: 15px;
}


.info {
    /* max-width: 130px; */
    /* width: 130px; */
    /* max-height: 97px; */
    /* display: inline-block; */
    margin: 5px 20px;
    text-align: center;
}

    .info img {
        max-width: 130px;
        max-height: 97px;
    }

.limited {
    width: 240px;
}

.nav-link:hover{
    color: black !important
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #cfc1a5; /* #fff;*/
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

/*.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}*/

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

header {
/*    border-bottom-width: 0.3px;
    border-bottom-style: solid;
    border-color: #cfc1a5;*/
    margin-bottom: 15px;
}

ul.left {
    margin-left: 20px;
}

.footer {
    font-family: 'Nunito', Helvetica, sans-serif;
    bottom: 0;
    margin-top: 30px;
    padding-top: 10px;
    width: 100%;
    white-space: nowrap;
    color: white !important;
    background-color: #cfc1a5;
}

    .footer a {
        color: white !important;
    }

    .footer .copyright {
        font-size: 12px;
        /*line-height: 60px;*/
    }

    .footer .img-logo {
        max-width: 200px;
    }
