html{
    height: 100%;
}
body{
    height: 100%;
    padding: 0;
    margin: 0;
    overflow-y: hidden;
    font-family: 'Open Sans', sans-serif;
}
#decoFooter {
	height: 25px;
	width: 50px;
	margin: auto;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	background: silver;
}
footer{
    position: absolute;
    width: 100%;
    z-index: 100;
    bottom: 0;
}
footer h1{
    background: silver;
    color:white;
    text-align: center;
    margin: 0;
    padding: 1%;
}
.part{
    height:100%;
    width: 49.9%;
    display: inline-block;
    vertical-align: top;
    opacity: 0.8;
}
#pharma{
    background: url('../img/pharmacie_antoing_anselme.jpg') no-repeat bottom fixed;
    background-size: cover;
    margin-right: 0.1%;
}
#banda{
    background: url('../img/bandagisterie_antoing_anselme.jpg') no-repeat center fixed;
    background-size: cover;
    margin-left: 0.1%;
}
.blockLien{
    text-align: center;
    width: 40%;
    margin-left: 30%;
    display: inline-block;
    vertical-align: middle;
}
.lienTxt{
    background: white;
    text-decoration: none;
    display: block;
    padding: 1%;
    font-size: 1.8em;
    border-radius: 10px;
    color: #3c3c3b;
}
.cale{
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
@media screen and (max-width: 800px) {
    .lienTxt{
        font-size: 1em;
    }
}
@media screen and (max-width: 500px) {
    .lienTxt{
        font-size: 1em;
    }
    .part{
        height:50%;
        width: 100%;
        display: block;
    }
    footer{
        display:none;
    }
    #pharma{
    background: url('../img/anselmePharmabis.jpg') no-repeat bottom fixed;
        background-size: cover;
    margin-right: 0;
        margin-bottom: 0.5%;
}
#banda{
    background: url('../img/anselme05bis.jpg') no-repeat top fixed;
    background-size: cover;
    margin-left: 0;
    margin-top: 0.5%;
}
}