#construction_container
{
    width : 100%;

    margin : 0px;
    padding : 0px;

    display : flex;
    align-items : center;
    justify-content : center;
    font-family: 'Abel';
}

#construction_main
{
    width : 100%;
    height : 100%;

    margin : 0px;
    padding : 0px;

    display : flex;
    align-items : center;
}

#construction_illustration
{
    width : 50%;

    display : flex;
    align-items : center;
    justify-content : center;
}

#construction_titre
{
    width : 50%;

    align-items : center;
    justify-content : center;
}

#construction_titre h1, h2
{
    color: whitesmoke;
}