#adresse{
display:block;
position:absolute;
margin:0;padding:0;
z-index:4;
}
#adresse{top:50%;height:10%;
left:0;width:100%;}


#text_41{height:100%;position:absolute;}
#text_41 p{vertical-align: middle;font-size:0.7em;margin: 5% 0 0 ;}

@media only screen and (min-width :1240px) {
#adresse{top:50%;height:15%;
left:0;width:100%;}
#text_41 p{margin: 3% 0 0 ;font-size:0.9em;}
}
@media only screen and (min-width :1240px) and (min-height:500px) {
#text_41 p{margin: 7% 0 0 ;}

}
@media only screen and (max-width :1000px) {

#adresse{display:none;}

}


@media only screen and (max-width :1000px) and (min-height:600px) {
#adresse{display:block;}
}
