/* Affichage global */
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    height: 100vh;
    background-image: url(../../../Images/Commercial/accueil.jpg);
    background-repeat: no-repeat;
    background-size: 100% 90%;
    background-position-y: bottom;
}

/* Mise en page du header */
header {
    width: 100%;
    height: 13vh;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 129px;
}

header img {
    width: 16vw;
}

.bloc {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.bloc div div:nth-child(odd) {
    margin: 0 0 0 0;
}

.bloc .text {  
    margin: 5vw 0 0 5vw;
}

h1, p {
    width: 50vw;
    font-size: 2.2vw;
    line-height: 2.8vw;
    font-family: 'Roboto condensed', sans-serif;
    margin: 0;
}

h1 {
    color: #F18E04;
}

a {
    text-decoration: none;
    color: black;
}

#pouf {
    margin: 5vh 0 0 0;
    padding: 2.5vh 6vw 2.5vh 6vw;
    background-color: #F18E04;
    border: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: white;
    box-shadow: #80808075 5px 5px 10px;
    cursor: pointer;
}


#legende {
    font-size: 1.2vw;
font-weight: 400;
margin-top: 7px;

}


.text > div:nth-child(2) {
    margin: 3vw 0 2.7vw 0px;
}
   

a[href="prestation-1.html"] > h1 {
    width: 33vw;
    display: block;
}