#conteneur_haut{
    display:flex;
}

#bloc_vert{
    display:flex;
    background-color: #2A3728;
    height: 459px;
    width:100%;
    margin-top:4%;
    justify-content: center;
    align-items: center;
    color:white;
    flex-direction: column;
}

h1{
    font-family: 'Righteous';
}


p{
    font-size: 20px;
    font-family: 'Jost';
}