* {
    color: #3a3a39;
    font-family: Sylfaen, SansSerif;
    margin: 0;
    text-align: center;
}

.bandeau {
    color: #2da1ce;
    font-weight: bold;
    text-align: center;
    font-size: 50px;
    padding: 40px;
    font-style: inherit;
}

img {
    text-align: center;
    padding: 10px;
    max-width: 100%;
}

.texte{
    padding: 20px;
    font-size: 25px;
    text-align: center;
}


.adresse{
    text-align: center;
    padding: 50px;
}


div.fond {
    width: 100vw;
    height: 100vh;
    background: url("fond.png") right bottom no-repeat;
}

.trait{
    color: 2px solid #e63536;
    width: 80%;
    margin: 20px auto;
    text-align: center;
}

