#footer{
    position: relative;
    z-index: 7;
    display: inline-block;
    width: 100%;
    height: max-content;
    border-top: solid 1px black;
    background-color: white;
}
@media screen and (max-width:700px){
    #footer_content{
        width: 100%;
        height: 200px;
        margin-right:auto;
        text-align: center;
    }
    #img_infirmiere{
        height: 80px;
        float: center;
    }
}
@media screen and (min-width:800px){
    #footer_content{
        width: 60%;
        height: 200px;
        margin-left:30%;
        margin-right:auto;
        text-align: center;
    }
    #img_infirmiere{
        height: 200px;
        float: left;
    }
}
#footer_title{
    font-size: 25px;
    margin-top: 55px;
    font-family: 'Courier New', Courier, monospace
}
#footer_text{
    font-size: 15px;
    margin-top:20px;
    font-family: 'Courier New', Courier, monospace
}
#mentions_legales{
    font-size: 15px;
    margin-top:150px;
    font-family: 'Courier New', Courier, monospace;
    text-decoration: underline;
    text-align: center;
    color:black;
}
#footer_text_content{
    float: left;
    margin-left: 40px;
}
@media screen and (max-width: 800px){
    #footer_title{
        font-size: 16px;
    }
    #footer_text{
        font-size: 12px;
    }
}