body {background-color: #c5a430; 
    background-image: url(img/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;}



#benes {border-bottom: 2px solid yellow;}
#benes2 {border-bottom: 2px solid #2d9479;}

/* ========================================================================================== F O O T E R */
footer {
    position: relative;
    background-color: rgba(52, 27, 31, 0.8);
/*    color: white;*/
    /*height: 120px;
    width: 100%;*/
    bottom: 0px;
    /*text-align: center;*/}

#contenu {text-align: center;}
p {color: #341b1f;
    text-align: center;
	font-family: sans-serif;
    font-size: 1.5em; 
    width: 400px;
    max-width: 90%;
    text-align: center;
    display: inline-block;
    margin-top: 200px;
    }
#soon a {text-decoration: none; color: white; border-bottom: 2px solid yellow;}
#soon a:hover {color: #341b1f;}

#beneillu {background-image: url(img/beneillu.png);
    width: 50%;
    max-width: 430px;
    height: 380px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-top: 20px;}


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

	footer ul {padding: 10px 0px 10px 0px;}
}