.offer-background{
    background-color: black;
    color: #fff;
    padding-top:100px;
}

.offer{
    width: 1080px;
    height: 1920px;
}

.logo{
    text-align: center;
    margin-top:20px;
    margin-bottom:50px;
}

.illu{
    width: 600px;
    margin: auto;
    text-align: center;
    position: relative;
    margin-bottom: 100px;
}

.illu #title1{
    text-align: left;
    font-size: 40px;
    position: absolute;
    top:-35px;
    left: 0;
    font-weight: 700;
}

.illu #title2{
    text-align: right;
    font-size: 40px;
    position: absolute;
    top:520px;
    right: 0;
    font-weight: 700;
}

.bloc-offer{
    margin-top:50px;
    width: 1080px;
    margin: auto;
}

.illu img{
    width: 90%;
}


#viewOffer table, td{
    padding: 28px;
    font-size:30px;
    color: #ff7900;
    line-height: 25px;
    border: 4px solid #ff7900 !important;
    font-weight: 700;
}

.sublim{
    background: #fff;
    color: #ff7900;
    padding: 20px;
    display: inline;
    padding: 8px 8px;
    font-size: 28px;
    font-weight: 600;
}

.orange{
  color: #ff7900;
}