.txtBlocHome {
    padding: 20px;
    color: #fff;
    font-family: Ubuntu;
    font-size: 20px;
    font-weight: 100;
    line-height: 30px;
}
@media (max-width: 780px) {
    .txtBlocHome {
        font-size: 0.8em;
        line-height: 1em;
        padding: 0.8em;
    }
}
.imgBlocHome {
    width: 100%;
}
@media (max-width: 1024px) {
    .imgBlocHome {
        width: 100%;
    }
}
a.alerteCovid {
    text-decoration: none;
    color: #ff3c00;
    max-width: 450px;
    font-size: 35px;
    line-height: 50px;
    font-family: Ubuntu,sans-serif;
    font-weight: 300;
    display: inline;
}
.boutonCovid {
    border: 1px solid #dbdbdb;
    border-radius: 100px;
    color: #a1a1a1;
    font-family: Ubuntu,sans-serif;
    overflow: hidden;
    padding: 15px 30px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    outline: none;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    width: fit-content;
    display: inline;
}

.button-readonly{
    display: none;
}

.center {
    text-align: center;
}

.footer-menu__item_img {
    margin: 0 16px;
}
.footer-menu__item_img img {
    height: 30px;
    margin: 0 4px;
}


/****************************************************************************************
* Cookies
****************************************************************************************/
#divCookie {
    position: fixed;
    width: 100%;
    left: 0px;
    bottom: 0px;
    font-family: Ubuntu;
    background-color: #838383;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    opacity: 0.95;
    z-index: 100;
    box-sizing: border-box;
}

#divCookie a{
    color: #f1f1f1;
}

.cookie-btnOk{
    float:right;
    cursor: pointer;
    /*padding-right: 300px;*/
}

@media (min-width: 780px) {
    #divCookie {
        padding: 40px 200px;

    }
}
@media only screen and (max-width: 779px) {
    #divCookie {
        font-size: 14px;
        padding: 4px 10px
    }
}
@media only screen {
    #bilan-auditif-2 {
        display: none;
    }
}



    /****************************************************************************************
    * popup
    ****************************************************************************************/


#overlay {
    visibility: hidden;
    position: absolute;
    width:100%;
    height:7000px;
    text-align:center;
    z-index: 20000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    transition: opacity 200ms;
}

#overlay_popup_supression {
    visibility: hidden;
    position: absolute;
    width:100%;
    height:7000px;
    text-align:center;
    z-index: 20000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    transition: opacity 200ms;
}

.overlay-popup {
    width:60%;
    margin: 100px auto;
    background-color: #fff;
    border:1px solid #000;
    padding:15px;
    text-align:center;
}

.alert-perso{
    position: absolute;
    padding: 20px 40px 20px 20px;
    color: white;
    top: 50px;
    right: 20px;
    opacity:1;
    transition:opacity 500ms;
    max-width: 300px;
    font-family: Ubuntu;
    line-height: 21px;

}

.hide-perso{
    opacity:0 !important;
}

.alert-perso-2{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 33%;
    padding: 20px 40px 20px 20px;
    opacity:1;
    transition:opacity 500ms;
    font-family: Ubuntu;
    line-height: 21px;
    color: #0ed1c0;
    border: solid #0ed1c0 1px;
    background-color: #fff;


}

.flatpickr-calendar{
    display: none !important;
}


.griser{
    color:#a1a1a1;
}


.paragraph_warning{
    color: darkorange;
}

@media (min-width: 992px) {
    .liste-centre__list {
        /*padding-left: 5vw;*/
        width: 60%;
    }

    .partners__item {
        height: 75px;
        width: 125px;
        padding: 10px 25px;
    }
}
