*{
    font-family: 'Roboto', Arial, serif !important;
}

body{
    overflow: hidden;
    position: relative;
    height: 100%;
    background: url("../img/back.png");
}


#imageProduit
{
    font-family: ‘Roboto’, Arial, serif;
    margin-top: 50px;

    text-align: center;
    margin-bottom: 40px;
}

#imageProduit>img {
    border-radius: 5%;
    height: 1200px;
}

#descriptif
{
    background: #BEA680;
    height: 630px;
    font-weight: 100;
    width: 100%;
    padding: 50px;
    color: white;
    font-size: 30px;
    position: absolute;
}

div#titre {
    font-size: 90px;
    font-weight: 800;
}

div#unite {
    font-size: 50px;
    font-weight: 300;
}

span#bigPrice {
    font-size: 250px;
    font-weight: 800;
    letter-spacing: -15px;
    line-height: 180px;
}

span#smallPrice {
    font-size: 80px;
    font-weight: 600;
}

div#soustitre {
    font-size: 50px;
    font-weight: 200;
}


div#descriptifBloc {
    font-size: 40px;
    font-weight: 100;
}

#lightSep{
    margin-top: 0;
    border: 0;
    height: 3px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
}

#logos img {
    width: 150px;
    border-radius: 100%;
}

#metroLogo > img {
    position: absolute;
    height: 130px;
    left: 70px;
    bottom: 50px;
}

#prixBloc {
    position: absolute;
    right: 70px;
    bottom: 20px;
}

#prix{
    text-align: right;
}

span#bigPrice::after {
    content: '\20AC';
    font-size: 70px;
    position: absolute;
    top: 50px;
    font-weight: 500;
}

#remise
{
    position: absolute;
    top: -20px;
    left: 50px;
    font-size: 100px;
    letter-spacing: -10px;
    font-weight: 900;
    color: white;
    z-index: 999;
    text-shadow: 6px -3px 1px #F00;
}