*{
    font-family: 'Roboto', Arial, serif !important;
}

body{
    overflow: hidden;
    position: relative;
    height: 100%;


    background: #aaaaaa; /* Old browsers */
    background: -moz-linear-gradient(top, #aaaaaa 0%, #606060 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aaaaaa), color-stop(99%,#606060)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #aaaaaa 0%,#606060 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #aaaaaa 0%,#606060 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #aaaaaa 0%,#606060 99%); /* IE10+ */
    background: linear-gradient(to bottom, #aaaaaa 0%,#606060 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#606060',GradientType=0 ); /* IE6-9 */
}


#imageProduit
{
    font-family: ‘Roboto’, Arial, serif;
    margin-top: 50px;

    text-align: center;
    margin-bottom: 40px;
}

#imageProduit>img {
    border-radius: 5%;
    height: 900px;
}

#descriptif
{
    background: #008D9C;
    height: 930px;
    font-weight: 100;
    width: 100%;
    padding: 50px;
    color: white;
    font-size: 30px;
    position: absolute;
}

div#titre {
    font-size: 70px;
    font-weight: 800;
    text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.56);
}

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;
    text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.56);
}


div#descriptifBloc {
    font-size: 40px;
    font-weight: 100;
    text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.56);
}

#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: 110px;
    text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.56);
}

#prix{
    text-align: right;
}

span#bigPrice::after {
    content: '\20AC';
    font-size: 70px;
    position: absolute;
    top: 20px;
    margin-left: 10px;
    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;
}

#troisfois
{
    position: absolute;
    bottom: 0;
    right: 0;
}