body{
    background: #E0E0E0;
    text-align: center;
    font-family: 'Roboto';
}

img.Logo{
    width: 230px;
    margin-top: calc(50vh - 230px);
}
bleu{
    color : #47a2da;
}

h1{
    color: #4D4C4C;
    font-size: 120px;
    line-height: 140px;
    font-family: 'Roboto';
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
}
h2{
    color: #4D4C4C;
    font-size: 18px;
    padding-top: 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'Roboto';
    font-weight: 400;
}
p a{
    color : #47a2da;
    font-size: 16px;
    padding-top: 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'Roboto';
    font-weight: 400;
    text-decoration: none;
}