body {
    margin: 0px;
    padding: 0px;
    font-size: 100%;
    color: #000000;
    
    background-image: url("./background.jpg");
    background-position: 50% 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    font-family: verdana, lucida, arial, helvetica, sans-serif;
    text-align: center;
}

.bandeau {
    position:fixed;
    right:0;
    top:0px;
    width:100%;
    height:50px;
    color: #ffffff;
    /* overflow: hidden; */
    background: rgb(0,0,0);
    z-index:5;
}

.logo {
    width: 140px;
    position:absolute;
}

.titre {
    display: inline-block;
    z-index: 6;
    font-size:45px;
    font-weight: bold;
    font-style: italic;
    font-size-adjust: 0.58;
}

.boutonContact {
    position:absolute;
    right: 0;
    top: 10px;
    height: 30px;
    line-height: 30px; /* centrage vertical (pour une seule ligne) */
    width: 140px;
    border: 2px solid #c70000;
    background-color: #ff0000;
    color: #000000;
    margin-right: 3px;
}

.boutonContact:hover {
    background-color: #c70000;
}

.bloc {
    
    background-color: rgba(75,100,125,0.8);
    display: inline-block;
    line-height: 400px;
    width: 500px;
    height:400px;
    /* margin: auto; */
    
    margin: 5px;
    padding: 10px;
}

.inTheBloc {
    vertical-align: middle;
    display: inline-block;
    line-height: 1.2;
}


#map {
    width: 350px; 
    height: 250px;
}