#recent_request {
    background-color: #e2e2e2;
    overflow: hidden;
    max-width: none;
    height: auto;
}
#recent_request .SFR_ArticleItem{
    background: linear-gradient(to bottom,#e2e2e2 0,#fff 100%);
}
#recent_request .SFR_ArticleItem_description{
    font-family: 'SFR-Regular',sans-serif;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    height: 60px;
    overflow: hidden;
}
#recent_request .SFR_ArticleItem_state{
    font-size: 0;
    line-height: 0;
    margin-top: 40px;
    vertical-align: middle;
}
#recent_request .SFR_ArticleItem_state .SFR_ColorSelector{
    position: relative;
    height: 18px;
    width: 18px;
    border-radius: 9px;
    background-color: black;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
#recent_request .SFR_ArticleItem_state .stateLabel{
    font-family: 'SFR-Regular',arial;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}
#recent_request .SFR_ArticleItem_details{
    margin-top: 40px;
    padding-bottom: 40px;
}
#recent_request .btn-base.btn-big {
    padding: 5px 16px;
    font-size: 13px;
    font-family: "SFR-Bold", Arial, Sans-serif;
}
#recent_request .SFR_ArticleItem_imgContainer{
    height: 0px;
    padding-top: 113.0952381%;
    position: relative;
}
#recent_request .SFR_ArticleItem_image {
    position: absolute;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}


#recent_purchases {
    background-color: #f6f6f6;
    overflow: hidden;
    max-width: none;
}
#recent_purchases .SFR_ArticleItem {
    background: linear-gradient(to bottom,#f6f6f6 0,#fff 100%);
}
#recent_purchases .SFR_ArticleItem_description {
    font-family: 'SFR-Regular',sans-serif;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    margin-top: 45px;
    height: 60px;
    overflow: hidden;
}
#recent_purchases .SFR_ArticleItem_reduction {
    font-family: 'SFR-Bold',arial;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 22px;
    margin-top: 20px;
}
#recent_purchases .SFR_ArticleItem_condition{
    font-family: 'SFR-Italic',arial;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 11px;
    margin: 20px 0;
}
#recent_purchases .SFR_ArticleItem_image {
    position: absolute;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;

}
#recent_purchases .SFR_ArticleItem_imgContainer{
    height: 0px;
    padding-top: 113.0952381%;
    position: relative;
}
#recent_purchases .moreInfos {
    text-align: center;
    display: block;
    margin: 20px 0;
    font-family: 'SFR-Regular',arial;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
    color: #e2001a;
    padding-bottom: 20px;
}
#recent_purchases .btn-base.btn-big {
    padding: 5px 16px;
    font-size: 13px;

}

#all_offer_refunds {
    background-color: #e1e2e2;
    overflow: hidden;
    max-width: none;
}
#all_offer_refunds .SFR_ArticleItem {
    background: linear-gradient(to bottom,#e1e2e2 0,#fff 100%);
}
#all_offer_refunds .SFR_ArticleItem_description {
    font-family: 'SFR-Regular',sans-serif;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    margin-top: 45px;
    height: 65px;
    overflow: hidden;
}
#all_offer_refunds .SFR_ArticleItem_reduction {
    font-family: 'SFR-Bold',arial;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 22px;
    margin-top: 20px;
}
#all_offer_refunds .SFR_ArticleItem_condition{
    font-family: 'SFR-Italic',arial;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 11px;
    margin: 20px 0;
}
#all_offer_refunds .SFR_ArticleItem_imgContainer{
    height: 0px;
    padding-top: 113.0952381%;
    position: relative;
}
#all_offer_refunds .SFR_ArticleItem_image {
    position: absolute;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}
#all_offer_refunds .moreInfos {
    text-align: center;
    display: block;
    margin: 20px 0;
    font-family: 'SFR-Regular',arial;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
    color: #e2001a;
    padding-bottom: 20px;
}
#all_offer_refunds .btn-base.btn-big {
    padding: 5px 16px;
    font-size: 13px;

}
#all_offer_refunds .SFR_Section_content_nav{
    background-color: #fff;
    position: relative;
    overflow: visible;
}
#all_offer_refunds .navContainer{
    position: relative;
    height: 70px;
}
#all_offer_refunds .navContainer_nav {
    padding: 0px;
}
#all_offer_refunds .navContainer_nav li {
    padding : 20px 16px;
    display: inline-block;
    vertical-align: top;
}
#all_offer_refunds .navContainer_nav li.active {
    border-bottom: 2px solid #e2001a;
}
#all_offer_refunds .navItem {
    font-family: 'SFR-Regular',sans-serif;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    display: block;
    font-size: 16px;
    line-height: normal;
    color: #222;
    text-decoration: none;
}
#all_offer_refunds .pictoAutresOdr {
    margin: -5px 0 0 2px;
}

#client_red {
    height: auto;
}

.lien{
    color: #e2001a;
    text-decoration: underline;
    padding-bottom: 20px;
    font-family: 'SFR-Regular',sans-serif;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    display: block;
    font-size: 16px;
    line-height: normal;
}

#client_red .SFR_Section_content {
    position: relative;
    margin: 10px auto;

}
#client_red .imageTextContainer {
    max-width: 1380px;
    height: 0px;
    padding-top: 17.489114658926%;
    position: relative;
    margin: 0 auto;
}

#client_red .imageTextContainer img{
    position: absolute;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    border: 1px solid #ccc;
}

#client_red .textContainer {
    position: relative;
    left: 8%;
    top: 0;
    margin-top: -16%;
}


#client_red .cartouche_red{
    width: 190px;
    background: #00e094;
    font-family: 'SFR-Black', Arial;
    text-transform: uppercase;
    color: #fff;
    font-size: 28px;
    line-height: 40px;
    padding: 0 10px;
    height: 40px;
    vertical-align: middle;
}
#client_red .red_intro{
    margin-top: 1.5%;
    font-family: 'SFR-Regular', Arial;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
}
#client_red .gred-button{
    margin-top: 1.5%;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    text-align: center;
    height: 44px;
    line-height: 44px;
    display: inline-block;
    width: auto;
    background: #00e094;
    border: 0;
    text-transform: uppercase;
    font-size: 16px;
    transition: color 200ms ease-out,background-color 200ms ease-out;
    cursor: pointer;
    padding: 0 32px;
    box-sizing: border-box;
    font-family: 'SFR-Bold', Arial;
}

#recent_request .SFR_Section_content, #recent_purchases .SFR_Section_content, #all_offer_refunds .SFR_Section_content{
    margin-top: 36px;
    margin: 0 auto;
    width: auto;
    max-width: 1440px;
    padding: 0 40px;
}
#recent_request .SFR_Section_content h1, #recent_purchases .SFR_Section_content h1, #all_offer_refunds .SFR_Section_content h1 {
    font-size: 34px;
    font-family: 'SFR-Light',arial;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    color: #222;
    text-transform: inherit;
    padding:  45px 0 22px;
}
#recent_request .SFR_ArticlesList_grid, #recent_purchases .SFR_ArticlesList_grid, #all_offer_refunds .SFR_ArticlesList_grid {
    line-height: 0;
    font-size: 0;
    max-width: initial;
}
#recent_request .SFR_ArticlesList_gridItem, #recent_purchases .SFR_ArticlesList_gridItem, #all_offer_refunds .SFR_ArticlesList_gridItem {
    padding: 0 10px 20px;
}
#recent_request .SFR_ArticleItem, #recent_purchases .SFR_ArticleItem, #all_offer_refunds .SFR_ArticleItem {
    font-size: 12px;
    line-height: normal;
    text-align: center;
    padding-top: 20px;
}
#recent_request .SFR_ArticleItem_clickZone,  #recent_purchases .SFR_ArticleItem_clickZone, #all_offer_refunds .SFR_ArticleItem_clickZone {
    /*position: absolute;*/
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}
#recent_request .SFR_ArticleItem_contentWrapper, #recent_purchases .SFR_ArticleItem_contentWrapper, #all_offer_refunds .SFR_ArticleItem_contentWrapper {
    padding: 0 20px;
    margin-top: 28px;
    color: #000;
}
#recent_request .moreArticle .moreArticle_title, #recent_purchases .moreArticle .moreArticle_title, #all_offer_refunds .moreArticle .moreArticle_title {
    margin-top: 60px;
    font-family: 'SFR-Regular',sans-serif;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    color : #e2001a;
    text-align: center;
}
#recent_request .moreArticle .moreArticle_btnPlus, #recent_purchases .moreArticle .moreArticle_btnPlus, #all_offer_refunds .moreArticle .moreArticle_btnPlus {
    margin-top: 15px;
    padding-bottom: 65px;
    text-align: center;

}
#all_offer_refunds ul.topnav li a {
    display: inline-block;
    color: #e2001a;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}
#all_offer_refunds ul.topnav li.icon {display: none;}
#all_offer_refunds .hidden{
    display: none;
}
.hidden {
    display : none;
}

.SFR_Center{
    text-align: center;
}
.SFR_hidden_items {
    border-top: 1px solid #ccc;
    padding-top: 30px !important;
}
.SFR_hidden_items .SFR_Section_content h1 {
    font-size: 34px;
    font-family: 'SFR-Light',arial;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    color: #fff !important;
    text-transform: inherit;
    text-align: center;
}

.SFR_ArticleItem_image {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    transition: all 150ms ease-in;
    transition-duration:0.1s;
}
.cursor{
    cursor: pointer;
}

.hiddenBloc{
    display: none !important;
}

.lien:first-child {
    display: none !important;
}
.rel{
    position: relative;
}
.hiddenMobLink{
    display: none !important;
}
.sfrRN .show768-only, .sfrRN .show320-only {display: none;}

@media (min-width:1024px) {
    #client_red .cartouche_red {
        margin-top: 0.2%;
    }
}

@media screen and (min-width : 768px) and (max-width: 1024px){
    #client_red .textContainer {
        left: 2%;
        margin-top: -16.8%;
    }
    #client_red .cartouche_red {
        margin-top: 0.8%;
        width: 14%;
        font-size: 1.8vw;
        line-height: 30px;
        height: 30px;
    }
    #client_red .red_intro {
        margin-top: 1%;
        font-size: 13px;
    }
    #client_red .gred-button {
        margin-top: 1%;
        height: 34px;
        line-height: 34px;
        font-size: 1.5vw;
        padding: 0 18px;
    }

}

@media (max-width:768px) {
    .lien:first-child {
        display: inline-block !important;
    }
    #all_offer_refunds .navContainer_nav li.active {
        border-bottom: none;
    }
    #all_offer_refunds ul.topnav li:first-child {
        display :inline-block !important;
        text-align: left;
    }
    #all_offer_refunds ul.topnav li:not(:first-child) {display: none;}
    #all_offer_refunds ul.topnav li.icon {
        float: right;
        display: inline-block;
    }
    #all_offer_refunds .hiddenLink{
        display: none !important;
    }
    #all_offer_refunds ul.topnav.responsive {position: relative;}
    #all_offer_refunds ul.topnav.responsive li.icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    #all_offer_refunds ul.topnav.responsive li {
        float: none;
        display: inline;
        padding-left: 0;
    }
    #all_offer_refunds ul.topnav.responsive li a {
        display: block;
        text-align: left;
    }
}

@media screen and (max-width: 767px){
    #client_red {
        min-height: 320px;
    }
    #client_red .SFR_Section_content {
        position: relative;
        margin: 10px auto;
    }
    #client_red .textContainer {
        position: absolute;
        left: 5%;
        top: 126%;
        bottom: 10px;
        margin-top: 0;
    }
    #client_red .red_intro {
        margin-top: 4%;
    }
    #client_red .gred-button {
        margin-top: 4%;
    }
}

@media screen and (min-width: 701px) and (max-width: 736px){
    .sfrRN #client_red .desktop-only{
        display: none !important;
    }

    .sfrRN .show768-only{
        display: block !important;
    }

    .sfrRN .show320-only{
        display: none !important;
    }

    #client_red {
        min-height: 388px;
    }
    #client_red .imageTextContainer {
        max-width: 100%;
        height: 188px;
        margin: -16px auto 20px;
    }
    #client_red .imageTextContainer img {
        /*top: -20px;*/
        top: 0;
        margin-top: 6px;
    }
    #client_red .textContainer {
        top: 118%;
    }
    #client_red .red_intro {
        margin-top: 4%;
        font-size: 13px;
    }
    #client_red .gred-button {
        margin-top: 4%;
    }
}

@media screen and (min-width: 500px) and (max-width: 700px){

    .sfrRN #client_red .desktop-only{
        display: none !important;
    }

    .sfrRN .show768-only{
        display: block !important;
    }

    .sfrRN .show320-only{
        display: none !important;
    }

    #client_red {
        min-height: 388px;
    }
    #client_red .imageTextContainer {
        max-width: 100%;
        height: 188px;
        margin: -16px auto 20px;
    }
    #client_red .imageTextContainer img {
        top: -37px;
    }
    #client_red .textContainer {
        /*top: 118%;*/
        top: 95%;
    }
    #client_red .red_intro {
        margin-top: 4%;
        font-size: 13px;
    }
    #client_red .gred-button {
        margin-top: 4%;
    }

}

@media (max-width:680px) {
    .ellipsis {
        text-overflow: ellipsis;
    }
    #recent_request .SFR_ArticleItem_state .SFR_ColorSelector {
        display: block;
        margin: 0 auto;
    }
    #recent_request .moreArticle .moreArticle_title, #recent_purchases .moreArticle .moreArticle_title, #all_offer_refunds .moreArticle .moreArticle_title {
        margin-top: 30px;
    }
    #recent_request .SFR_Section_content h1, #recent_purchases .SFR_Section_content h1, #all_offer_refunds .SFR_Section_content h1 {
        font-size: 18px;
        padding: 30px 0 12px;
    }
    #recent_request .btn-base.btn-big,  #recent_purchases .btn-base.btn-big,  #all_offer_refunds .btn-base.btn-big {
        padding: 5px 16px;
        font-size: 13px;
        width: 87px !important;
        text-align: center;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin: 0 auto;
    }
    #all_offer_refunds .SFR_ArticleItem_imgContainer {
        height: 221px;
        line-height: 221px;
        vertical-align: middle;
    }
    #recent_request .SFR_ArticlesList_gridItem, #recent_purchases .SFR_ArticlesList_gridItem, #all_offer_refunds .SFR_ArticlesList_gridItem {
        padding-right: 10px;
    }
    #client_red {
        min-height: 310px;
    }
}

@media screen and (max-width: 500px){

    .sfrRN #client_red .desktop-only{
        display: none !important;
    }

    .sfrRN .show768-only{
        display: none !important;
    }

    .sfrRN .show320-only{
        display: block !important;
    }

    #client_red {
        min-height: 388px;
    }
    #client_red .imageTextContainer {
        max-width: 100%;
        height: 188px;
    }
    #client_red .imageTextContainer img {
        min-width: 100%;
        top: -20px;
    }
    #client_red .textContainer {
        top: 118%;
    }
    #client_red .red_intro {
        margin-top: 4%;
        font-size: 13px;
    }
    #client_red .gred-button {
        margin-top: 4%;
    }
}

@media (max-width:320px){
    #recent_request .SFR_ArticleItem_details {
        margin-left: -2px;
    }
    #recent_request .btn-base.btn-big, #recent_purchases .btn-base.btn-big, #all_offer_refunds .btn-base.btn-big{
        padding: 5px 5px !important;
        margin-left: -5px;
    }
    #recent_request .SFR_ArticlesList_gridItem, #recent_purchases .SFR_ArticlesList_gridItem, #all_offer_refunds .SFR_ArticlesList_gridItem {
        padding: 0 3px 20px;
    }
    #recent_request .moreInfos,  #recent_purchases .moreInfos,  #all_offer_refunds .moreInfos  {
        margin: 20px -13px;
    }

}
/*Tooltip*/
.tooltip-text {
    position: absolute;
    bottom: -20px;
    left: 20px;
    /*width: 200px;*/
    color: #000000;
    padding: 5px;
    font-size: 14px;
    background-color: #e7e7ec;
    border: 1px solid #000000;
}

@media screen and (max-width: 1444px){
    .lineNumbers{
        width: 200px;
        margin-left: 40px;
    }
}

@media screen and (min-width: 1590px){
    .lineNumbers{
        width: 250px;
        margin-left: 120px;
    }
}

@media screen and (min-width: 1445px) and (max-width: 1589px){
    .lineNumbers{
        width: 250px;
        margin-left: 6%;
    }
}

.lineNumbers > label{
    padding : 10px 0;
}
