.topPage {
    background: url("../images/bien-vieillir.jpg");
    background-size: cover;
    background-position: center;
    height: 100vh;
    padding-top: 25vh !important;
    text-align: center;
    color: white !important;
}

@media (max-width: 1120px) {
    .topPage {
        height: 100vh !important;
    }
}

.topPage h1 img{
    height: 100% !important;
    max-height: 120px;
    width: auto;
    /*margin-bottom: 70px;*/
}

.topPage h1{
    color: white !important;
}

.diapo-img{
    background: url("../images/diapo.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 18%;
    width: 100%;
    text-align: center;
    height: 600px;
}

@media (max-width: 600px) {
    .diapo-img {
        height: 150px !important;
        scale: 1.5;
        margin-top: 100px !important;
        margin-bottom: 100px !important;
    }
}

.batiment-img{
    background: url("../images/locaux.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 18%;
    width: 100%;
    text-align: center;
    height: 600px;
}

@media (max-width: 600px) {
    .batiment-img {
        height: 200px !important;
        margin-top: 100px !important;
        background-position: 50% 70%;
    }
}

.circle-face {
    width: 250px;
    height: 250px;
    margin-top: 40px;
}

.circle-div {
    text-align: center;
}

#map{
    /*margin: 50px;*/
}
.white{
    color: white !important;
}

ul#white-list{
    color: white !important;
}

ul#white-list > li#white-element-list > a{
    color: white !important;
}

ul#white-list > li#white-element-list {
    color: white !important;
}

b{
    color: #eb7a60;
}

.container ul#expert-ul > li > ul > li{
    line-height: 2 !important;
}

.container ul#depistage > li{
    line-height: 2 !important;
}

#mon-numero-vert {
    max-width: 580px;
    width: auto !important;
    height: auto !important;
    /*width: 420px;
    height: 60px;*/
}

@media (max-width: 710px) {
    #mon-numero-vert {
        max-width: 100%;
    }
}

.doctolib-logo {
    width: 50%;
}