/*
style.css
---------
par jca
*/

body
{
    background-color: #294F6A;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
}

p
{
    color: white;
}

#conteneur
{
    display: flex;
    justify-content: center;
    flex-wrap: wrap-reverse;
}

#col1
{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bloc1
{
    font-size: 4em;
    line-height: 0.75;
    padding: 20px;
}

.bloc2
{
    width: 500px;
    font-size: 1.1em;
    text-wrap: wrap;
    padding: 20px;
}