.ofrres-fixe{
    background: #F9F9F9 no-repeat;
    padding: 40px 0 70px;
}
.ofrres-fixe .inner{
    padding: 0rem 5rem 0rem 5rem;
}
.ofrres-fixe .inner .item{
    padding:0 10px;
}
.ofrres-fixe .inner .item>div{
    box-shadow: 0 0 15px #00000022 !important;
    background-color: #fff;
    margin: 30px 5px !important;
    text-align: center;
    padding: 63px 15px 15px;
    position: relative;
    border-radius: 10px;
    background: #FFF 0% 0% no-repeat padding-box;
    max-width: 100%;
}
.ofrres-fixe .inner .item .title{
    color: #000;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Rubik';
    margin-bottom: 15px;
    margin-top: 0;
}
.ofrres-fixe .inner .item .description{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 400;
    color: #221E20;
    font-size: 12px !important;
    max-width: 100%;
    line-height: 1.5;
}
.ofrres-fixe .inner .item .aprtire-de{
    position: relative;
    text-align: center;
    margin-top: 55px;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Rubik';
    color: #ED1C24;
}
.ofrres-fixe .inner .item .button-red{
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    font-weight: 700;
    padding: .44rem 1.30rem;
    font-size: 1rem;
    line-height: 1.5;
}
.ofrres-fixe .inner .item:hover .button-red{
    opacity: 1;
}
.image-offre-fix{
    min-height: 190px;
    margin-bottom:5px;
    display: flex;
    align-items: flex-end;
}
@media (min-width:1632px) and (max-width:1661px){
    .ofrres-fixe .inner .item .aprtire-de{
        margin-bottom: 6px;
    }
}
@media (max-width: 767.98px) {
    .ofrres-fixe{
        padding: 40px 0 40px;
    }
    .ofrres-fixe>.container{
        padding: 0 !important;
    }
    .ofrres-fixe .inner {
        padding: 0;
    }
    .ofrres-fixe .inner .item .button-red{
        opacity: 1;
        font-weight: 700;
        padding: .44rem 1.30rem;
    }
    .ofrres-fixe  .title_block_main {
        font-weight: 700 !important;
        margin-bottom: 10px !important;
    }
    .ofrres-fixe .inner .item{
        padding: 0 15px;
    }
    .ofrres-fixe .inner .item>div{
        padding: 27px 15px 15px;
    }
}