.loyalty_sponsor_div{
    text-align: center;
}
.votre-outer{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 3px;
}
.votre-btn{
    background: var(--linerbg);
    color: #fff;
    padding: 0px 0px 0px 15px;
    border-radius: 25px;
    font-size: 20px;
    letter-spacing: 1px;
    font-family: 'Roboto-bold';
}
.votre-totalpoints{
    background: #fff;
    display: inline-block;
    padding: 10px;
    color:var(--topred);
    border-radius: 25px;
    border: 1px solid var(--blue);
}
.votre-points{
    font-style: italic;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
}
.loyalty_sponsor_opt-outer{
    margin-top: 30px;
}
.loyalty_sponsor_opt li{
    display: inline-block;
    width: 150px;
    text-align: center;
    padding: 10px 5px;
    border: 2px solid #D1D1D1;
    margin-right: 1.5%;
    border-radius: 5px;
    position: relative;
    vertical-align: top;
    margin-bottom: 15px;
}
.loyalty_sponsor_opt li:last-child{margin-right: 0;}
.loyalty_sponsor_opt li span{display: block;}
.lyt_spn_opt_div .head{
    font-size: 14px;
    color: var(--blue);
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;
    font-weight: 700;
    vertical-align: top;
    min-height: 55px;
}
.lyt_spn_opt_div .head:before{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 11px;
    border-bottom: 1px solid #CCC;
    height: 1px;
    max-width: 60px;
    width: 100%;
    display: block;
    transform: translate(-50%,0);
}
.lyt_spn_opt_div .desc{
    color: var(--blue); 
    min-height: 35px; 
    font-weight: 600;
}
.lyt_spn_opt_div .price{
    color: var(--topred);
    margin: 10px 0;
    font-size: 13px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
}
.lyt_spn_opt_div .radio{
    width: 18px;
    height: 18px;
}
.lyt_spn_opt_div .radio span{
    width: 18px;
    height: 18px;
    border: 2px solid #c7c2c2;
  
}
.lyt_spn_opt_div .radio span input{cursor: pointer;}
.lyt_spn_opt_div .radio span::before{
    left: 3px;
    top: 3px;
    background-color: var(--topred);
} 
.lyt_spn_opt_div .radio span.checked{
    border: 2px solid #c7c2c2;
}
.loyalty_sponsor_opt li.selected{
    background: var(--linerbtn);
    box-shadow: 0 10px 10px 0 var(--grey);
    border: 0;
    cursor: default;
}
.loyalty_sponsor_opt li.selected div.radio span:before{
    background: #fff;
}
.loyalty_sponsor_opt li.selected div.radio span{
    border: 2px solid #fff;
}
.loyalty_sponsor_opt li.selected .head,.loyalty_sponsor_opt li.selected .desc,.loyalty_sponsor_opt li.selected .price{color: #fff;}
.cadeaux_fidelite_product_block{
    width: 260px; 
    float: left;
    margin: 0 1.5% 2%;
}
.cadeaux-fidelite-popup .bx-wrapper .bx-viewport{width:75% !important;margin: auto;}
.cadeaux-fidelite-popup .bx-wrapper .bx-next {
    right: 90px;
    background: url(./img/controls.png) no-repeat -30px -60px;
}
.cadeaux-fidelite-popup .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 49.5%;
    margin-top: -16px;
    outline: 0;
    width: 35px;
    height: 35px;
    text-indent: -9999px;
    z-index: 99;
    background-size: 60px;
}
.cadeaux-fidelite-popup .bx-wrapper .bx-next:hover {
    background-position: -30px 0;
}
.cadeaux-fidelite-popup .bx-wrapper .bx-prev.disabled, .cadeaux-fidelite-popup .bx-wrapper .bx-prev.disabled:hover {
    background: url(./img/controls.png) no-repeat 30px -25px;
}
.cadeaux-fidelite-popup .bx-wrapper .bx-prev {
    left: 10px;
    background: url(./img/controls.png) no-repeat 5px -60px;
    margin-left: -45px;
}
.cadeaux-fidelite-popup .bx-wrapper .bx-prev:hover {
    background-position: 5px 0px;
}
.cadeaux-fidelite-popup .bx-wrapper .bx-prev {
    left: 150px;
}

.votrecart-head{
    margin: 0 0 0;
    text-transform: uppercase;
    padding-bottom: 0;
    position: relative;
    font-family: "Cabin", Arial,Helvetica,sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #000000;
    padding: 15px 15px;
    padding-top: 25px;
    line-height: 1.2;
}
.votrecart-head::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 70px;
    border-bottom: 4px solid black;
    margin: auto
}
.cart_cadeaux_gifts{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    justify-content: center;
    width: 40%;
    margin:0 auto 50px;
}
.cart_cadeaux_gifts li{
    border: 2px solid #D1D1D1;
    border-radius: 5px;
    padding: 5px;
    min-height: 130px;
    margin:7px 2px;
    text-align: center;
    position: relative;
    width: 150px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
}
.lyt_spn_opt_div .ponits{
    display: block;
}
.lyt_spn_opt_div .image img{
    height: 65px;
    object-fit: contain;
}
.cart_cadeaux-li .gift_name,.cart_cadeaux-li .ponits{
    color: var(--blue);
    margin: 0;
    text-transform: initial;
    font-weight: 600;
} 
.cart_cadeaux-li .image{display: block;}
.cart_cadeaux-li .price{position: relative; padding-top: 10px; margin-top: 20px;}
.cart_cadeaux-li .price:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 0px;
    border-bottom: 1px solid #CCC;
    height: 1px;
    max-width: 60px;
    width: 100%;
    display: block;
    transform: translate(-50%,0);
}
.conv-btn .btn{
    background: var(--linerbtn);
    color:#fff;
    padding: 7px;
    border-radius: 25px;
    font-size: 16px;
    min-width: 165px;
    text-align: center;
    font-weight: 600;
}
.conv-btn .btn:hover{background: var(--pink);}
.conv-txt span,.cadeaux-fidelite-points{
    color: var(--topred);
    display: block;
    font-size: 14px;
    font-weight: 600;
}
.loyalty_sponsor_div{margin-bottom: 80px;}
.cart_cadeaux-li.selected{
    border:2px solid #000
}

.conv-txt{margin: 20px 0;}
.convert-reduction{
    display: flex;
    align-items: center;
    justify-content: center;
}
.convert-outer{
    border: 2px solid #000;
    border-radius: 5px;
    padding: 10px 50px;
    margin-bottom: 30px;
    font-style: italic;
    min-width: 500px;
}
.convert-outer p{
    color:var(--blue);
    font-size:17px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 0;
}
.convert-outer .price{
    color: var(--topred);
    font-size: 30px;
    font-style: italic;
    line-height: 29px;
}
.sponsorship_cont_outer{
    background: #f2f2f2;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: relative;
    margin-bottom: 15px;
}
.sponsorship_cont_outer  .new_container{
    display: flex;
    justify-content: start;
}
.sponsorship_cont_outer img{
    height: 190px;
    width: auto;
    margin-left: 120px;
    margin-right: 15px;
}
.sponsorship_inner_content{
    padding: 10px 25px 10px 24px;
    max-width: 610px;
}
.sponsorship_cont_outer .sponsorship_cont{
    font-size: 20px;
    max-width: 740px;
    line-height: 25px;
    width: 100%;
    font-family: 'Roboto-medium';
}
.comt-title{
    color: var(--blue);
    font-size: 22px;
    text-align: center;
    margin: 15px 0;
    font-family: 'Roboto-bold';
}
.comt-title .btn{
    background: var(--blue);
    border-radius: 25px;
    color: #fff;
    font-family: 'Roboto-bold';
    font-size: 16px;
    padding: 2px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 19px;
}
.comt-title .btn:hover{
    background: #5192f3;
}
@media (min-width: 1200px) {
    .gift-popup.cadeaux-fidelite-popup ul.product_list.grid > li.product_display,.gift-popup.cadeaux-fidelite-popup ul.product_list.grid > li.product_display_block{width: 940px !important;}
}

@media (max-width: 1200px) {
    .cadeaux-fidelite-popup .bx-wrapper .bx-viewport{
        width:100% !important
    }
    .cadeaux-fidelite-popup.bx-wrapper .bx-prev {
        left: 40px;
    }
    .cadeaux-fidelite-popup .bx-wrapper .bx-next{right:20px}
    .sponsorship_cont_outer img{margin: 0;}
}

@media (max-width: 992px) {
    .cadeaux_fidelite_product_block{width: 245px;margin: 0 1% 2%;}
    .module-allinone_rewards-rewards #columns.container{padding: 0;}
    .sponsorship_inner_content{
        padding: 10px;
    }
    .sponsorship_cont_outer img{margin-right: 0;}
}

@media (max-width: 639px) {
    .cadeaux-fidelite-popup .bx-wrapper .bx-controls-direction a{top:50.7%}
    .gift-popup.cadeaux-fidelite-popup .bx-wrapper .bx-next{right: -25px;}
    .gift-popup.cadeaux-fidelite-popup .bx-wrapper .bx-prev{left: 22px !important;}
    .cadeaux_fidelite_product_block{width: 47%;}
    .votre-btn{font-size: 12px;padding-left: 10px;}
    .cart_cadeaux_gifts li,.loyalty_sponsor_opt li{width: 120px;}
    .votrecart-head{font-size: 16px;}
    .convert-outer{
        min-width: initial;
        padding: 10px 35px;
    }
    .sponsorship_cont_outer .sponsorship_cont{
        font-size: 15px;
        line-height: 20px;
    }
    .comt-title{font-size: 16px;}
    .comt-title .btn{font-size: 14px;}
    .sponsorship_cont_outer img{height: 130px;}
    .sponsorship_inner_content{padding: 5px;}
    .sponsorship_cont_outer .new_container{
        flex-direction: column;
    }
}

@media (max-width:420px) {
    .cart_cadeaux_gifts{
        grid-template-columns: repeat(2,1fr);
        margin: 0 auto 20px;
        width: 130px;
    }
    .votre-btn{font-size: 13px;}
    .convert-outer{
        padding: 10px 20px;
        margin-bottom: 20px;
    }
    .convert-outer p{
        font-size: 14px;
    line-height: 18px;
    }
    .convert-outer .price{font-size: 22px;line-height: 23px;}
    .loyalty_sponsor_div{margin-bottom: 30px;}
    .mon-compte .myaccount-link-list-outer{
        margin-bottom: 20px;
    }
}
@media (max-width:335px) {
    .convert-outer{
        padding: 10px;
    }
    .gift-popup.cadeaux-fidelite-popup.gift-rule-block ul.product_list.grid > li{width: 280px !important;}
    .votre-btn{
        font-size: 12px;
    }
}
