.entete {
    width: 100%;
    /* height: 50vh; */
    /* margin-bottom: calc(var(--unite-base)*2); */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.entete p {
    font-size: 28px;
    font-weight: lighter;
    margin: 3px;
    color: white;
    font-family: 'Raleway', sans-serif;
}

.visuelentete {
    height: 75%;
    background-repeat: no-repeat;
    background-size: auto 30%;
    background-position: center;
}

.visuelentete img {
    max-height: 100%;
}

.lightbaseline {
    height: 15%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    text-align: center;
    /* align-items: center; */
}


.lightbaseline p {
    color: var(--gris-fonce);
}
