/*-------------------------------------------------------------*/
/* Login */
/*-------------------------------------------------------------*/
.customer-login {
    padding-bottom: 50px;
}
.customer-login .login-container{
    margin-top: 45px;
    position: relative;
}
.customer-login .login-container .background{
    width: 100%;
}
.customer-login .boxes-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.customer-login .box{
    background-color: #fff;
    padding: 30px 35px;
    width: 375px;
    height: 360px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.customer-login .box .box-title{
    margin-bottom: 20px;
}
.customer-login .box form{
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.customer-login .box.box-web form,
.customer-login .box.box-number form{
    margin-top: 20px;
}
.customer-login .box  form .f_el{
    width: 100%;
}
.customer-login .box input{
    width: 100%;
}
.customer-login .box .btn-submit{
    width: 210px;
}
.customer-login .box-number{
    margin: 0 50px;
}

.customer-login .box #f_authenticate .f_el.wmargin{
    margin-top: 30px;
}
.customer-login .box #f_authenticate_brandnumber .f_el.wmargin{
    margin-top: 15px;
}
.customer-login .box #f_authenticate .btn-submit{
    margin: 30px auto 0;
    height: 40px;
    min-height: unset;
}
.customer-login .box #f_authenticate_brandnumber .btn-submit{
    margin: 45px auto 0;
    height: 40px;
    min-height: unset;
}
.customer-login .box-register .text-register{
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    width: 240px;
    margin: 20px auto 0;
}
.customer-login .box #f_authenticate .btn-submit,
.customer-login .box #f_authenticate_brandnumber .btn-submit,
.customer-login .box-register .btn-submit{
    margin: auto;
    position: absolute;
    bottom: 35px;
    height: 40px;
    min-height: unset;
}
body.de_DE .customer-login .box.box-number .box-title{
    margin-bottom: 0;
}

@media screen and (max-width: 1056px){
    .customer-login .container{
        padding: 0;
    }
    .customer-login .box-number{
        margin: 20px 0;
    }
    .customer-login .login-container .background {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
    .customer-login .boxes-container{
        position: static;
        padding: 20px;
        box-sizing: border-box;
        flex-direction: column;
    }
    .customer-login .box #f_authenticate .btn-submit,
    .customer-login .box #f_authenticate_brandnumber .btn-submit,
    .customer-login .box-register .btn-submit{
        margin: 25px auto 0;
        position: relative;
        bottom: unset;
    }
}

@media screen and (max-width: 1056px){
    .customer-title {
        font-size: 18px;
        line-height: 22px;
        padding: 0 15px;
        margin-top: 30px;
    }
    .customer-login .login-container {
        margin-top: 20px;
    }
    .customer-login .box{
        padding: 20px;
    }
    .customer-login .box .box-title{
        font-size: 14px;
        margin-bottom: 20px;
    }
    .customer-history .order-item .order-board .total {
        width: 485px !important;
    }
    .customer-history .order-item .order-board .total li .left{
        width: 70% !important;
    }
    .customer-history .order-item .order-board .total li .right{
        width: 30% !important;
    }
    .customer-history .order-item .visible li.price, .customer-history .order-item .visible li.origin, .customer-history .board .head li.price, .customer-history .board .head li.origin {
        flex: 1 !important;
    }
    .customer-history .order-item .visible li.numorder, .customer-history .board .head li.numorder{
        text-align: center;
    }
}

@media screen and (max-width: 675px){
    .customer-login .box{
        width: 100%;
        height: auto;
    }
}


/*-------------------------------------------------------------*/
/* Register */
/*-------------------------------------------------------------*/
.customer-register {
    padding-bottom: 50px;
}
.customer-register .link-back{
    font-size: 15px;
    display: flex;
    align-items: center;
}
.customer-register .link-back .arrow{
    margin-right: 10px;
    padding: 4px;
}

.customer-register .box-register{
    background-color: #ECF1F0;
    padding: 40px 80px;
}
.customer-register .box-register:not(:first-child){
    margin-top: 35px;
}
.customer-register .box-register.box1{
    margin-top: 40px;
}


.customer-register .f_el input[type=text],
.customer-register .f_el input[type=tel],
.customer-register .f_el input[type=email],
.customer-register .f_el input[type=password]{
    width: 100%;
    border: 0;
}
.customer-register .f_el .date-el{
    width: 100px;
    margin-right: 5px;
}
.customer-register .f_el#f_editnfo_rnvp_moniker .date-el{
    width: 100%;
}
.lv-et-moi{
    margin-top: 40px;
    position: relative;
}
.lv-et-moi .textblock{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.lv-et-moi .textblock .textblock-container{
    background-color: #fff;
    padding: 20px 50px 40px;
    width: 665px;
    box-sizing: border-box;
    margin-left: 30px;
}
.lv-et-moi .textblock .check-container{
    display: flex;
    align-items: flex-start;
}
.lv-et-moi .textblock .check-container .checkbox{
    margin-right: 15px;
}
.lv-et-moi .textblock .text{
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
}
.lv-et-moi .textblock .link{
    font-size: 11px;
    font-weight: 400;
    text-decoration: underline;
    margin-top: 20px;
    display: block;
}
.customer-register .btn-submit{
    width: 285px;
    font-weight: 400;
    display: flex;
    margin: 40px auto 0;
}
.customer-register .mentions{
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    margin-top: 30px;
    display: block;
}
.customer-register .mentions a{
    text-decoration: underline;
}
.customer-register #f_register_gender .formvalidator_error{
    margin-top: 20px;
}

@media screen and (max-width: 1056px){
    .customer-register .link-back{
        display: none;
    }
    .customer-register .box-register{
        padding: 40px 20px;
        width: calc(100% - 40px);
        box-sizing: border-box;
        margin: auto;
    }
    .customer-register form .form-container{
        flex-direction: column;
    }
    .customer-register form .form-container > div{
        width: 100%;
    }
    .customer-register .form-title{
        text-align: center;
    }
    .customer-register .f_el .formvalidator_error{
        max-width: 70%;
    }
    .lv-et-moi .background{
        width: 100%;
        position: absolute;
        z-index: 0;
        height: 100%;
        object-fit: cover;
    }
    .lv-et-moi .textblock{
        justify-content: center;
        position: relative;
        z-index: 1;
        padding: 40px 0;
    }
    .lv-et-moi .textblock .textblock-container{
        margin-left: 0;
        width: calc(100% - 40px);
        padding: 20px 25px;
    }
    .lv-et-moi .form-title{
        text-align: left;
    }
    .customer-register .mentions{
        padding: 0 20px;
    }
    .customer-login .box-register .btn-submit{
        margin-top: 40px;
    }
}
@media screen and (max-width: 675px){
    .form-title {
        font-size: 14px;
        line-height: 16px;
    }
    .form-title2{
        font-size: 4vw;
    }
    .customer-register .box3 .text {
        font-size: 3.5vw;
        line-height: 5vw;
    }
    .customer-register .box3 .f_optin .name,
    .customer-register .box3 .f_optin .el-radio{
        font-size: 3.5vw;
    }
    .lv-et-moi .textblock .text {
        font-size: 3.5vw;
        line-height: 5vw;
    }
    .lv-et-moi .textblock .link {
        font-size: 3vw;
        line-height: 5vw;
    }
    .customer-login .box-register .text-register{
        width: 80%;
        font-size: 14px;
        line-height: 16px;
    }
}

@media screen and (max-width: 1056px) and (min-width: 676px){
    .customer-register .box-register{
        width: 60%;
    }
}

/*-------------------------------------------------------------*/
/* Dashboard */
/*-------------------------------------------------------------*/
.customer-login.dashboard .login-container {
    margin-top: 10px;
}
.dashboard .customer-title span,
.refund-doing .customer-title span{
    color: #4D716C;
    font-weight: 600;
}
.dashboard .customer-bill {
    font-weight: 400;
    text-align: center;
    margin-top: 20px;
    padding: 15px 0;
    border: 1px solid #4D716C;
}
.dashboard .customer-bill a {
    color: #4D716C;
    font-weight: 600;
    text-decoration: underline;
}
.dashboard .intro{
    font-size: 13px;
    line-height: 19px;
    font-weight: 400;
    margin-top: 20px;
    text-align: center;
}
.dashboard .logout .container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.dashboard .logout .text {
    font-size: 14px;
    font-weight: 400;
}
.dashboard .logout .text:hover {
    text-decoration: underline;
}
.dashboard .logout .close-cross {
    width: 14px;
    height: 14px;
}
.dashboard .logout .close-cross:before,
.dashboard .logout .close-cross:after {
    height: 14px;
    width: 1px;
}
.dashboard .box .text-box {
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
}
.dashboard .box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 375px;
}
.dashboard .box:nth-child(2) {
    margin: 0 50px;
}
.dashboard .box .overview {
    border: 1px solid #374E62;
    padding: 10px 15px;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 21px;
    text-align: left;
    margin-bottom: 35px;
    font-weight: 400;
}

@media screen and (max-width: 1056px){
    .dashboard .box:nth-child(2){
        margin: 20px 0;
    }
    .dashboard .logout {
        padding: 0 20px;
        margin-top: 15px;
    }
    .dashboard .box{
        height: auto;
    }
    .dashboard .box .overview{
        margin: 20px 0 0;
    }
    .dashboard .box .btn-box{
        height: 40px;
        margin-top: 20px;
    }
}


/*-------------------------------------------------------------*/
/* Change password */
/*-------------------------------------------------------------*/
.change-password {
    padding-bottom: 50px;
}
.change-password .password-container{
    margin-top: 45px;
    position: relative;
}
.change-password .background{
    width: 100%;
}
.change-password .container-textblock{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.change-password .textblock{
    background-color: #fff;
    width: 550px;
    padding: 30px 40px;
    box-sizing: border-box;
}
.change-password .f_changepassword input{
    width: 100%;
    border-color: #374E62;
}
.change-password .infos{
    margin: 20px 0;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
}
.change-password .f_changepassword .btn-submit{
    display: flex;
    margin: 30px auto 0;
    width: 185px;
    height: 40px;
    min-height: auto;
}
.change-password .textblock.after{
    text-align: center;
    padding: 120px 40px;
}

@media screen and (max-width: 1056px){
    .change-password{
        padding-bottom: 30px;
    }
    .change-password .container-textblock{
        position: static;
        padding: 35px 20px;
        box-sizing: border-box;
    }
    .change-password .background{
        position: absolute;
        z-index: -1;
        height: 100%;
        object-fit: cover;
    }
    .change-password .textblock{
        width: 100%;
        padding: 20px;
    }
    .change-password .password-container{
        margin-top: 30px;
    }
}

@media screen and (max-width: 1056px) and (min-width: 676px){
    .change-password .textblock{
        width: 60%;
    }
}

/*-------------------------------------------------------------*/
/* Customer informations */
/*-------------------------------------------------------------*/
.customer-informations {
    padding-bottom: 50px;
}
.customer-informations .infos-persos{
    margin-top: 45px;
}
.customer-informations .section:not(:first-of-type){
    margin-top: 15px;
}
.customer-informations .section .head{
    background-color: #ECF1F0;
    padding: 15px 45px 15px 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.customer-informations .section .head .name{
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.customer-informations .section .head .cta-transparent{
    width: 165px;
}
.customer-informations .mentions{
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
    margin-top: 20px;
}
.customer-informations .mentions a{
    text-decoration: underline;
}
.customer-informations .visuel{
    margin-top: 50px;
    width: 100%;
}

.customer-informations .section-content {
    background-color: #ECF1F0;
    padding: 30px 80px;
    box-sizing: border-box;
    display: none;
}
.customer-informations .section-content .btn-submit{
    display: flex;
    width: 315px;
    margin: 40px auto 0;
    height: 40px;
    min-height: unset;
}
.customer-informations .lv-et-moi .section-content .btn-submit{
    margin: 20px auto 0;
}
.customer-informations .section.lv-et-moi .section-content{
    padding: 0;
    position: relative;
}
.customer-informations .section .head .arrow{
    display: none;
}
@media screen and (max-width: 1056px){
    .customer-informations .section-content{
        padding: 30px 20px;
    }
    .customer-informations .section-content .form-title{
        text-align: center;
    }
    .customer-informations .section .head{
        padding: 15px 20px;
    }
    .customer-informations .mentions{
        padding: 0 20px;
    }
}
@media screen and (max-width: 675px){
    .customer-informations .section-content .btn-submit{
        width: 100%;
        text-align: center;
    }
    .customer-informations .section .head .cta-transparent{
        display: none;
    }
    .customer-informations .section .head .arrow{
        display: block;
        padding: 5px;
        position: relative;
        top: -4px;
    }
    .customer-informations .section .head .name {
        font-size: 14px;
        max-width: 90%;
    }

    .customer-informations .section{
        padding: 0 15px;
        margin-top: 30px;
    }
    /*.customer-informations .section.lv-et-moi .head{*/
    /*    display: none;*/
    /*}*/
    /*.customer-informations .section.lv-et-moi .section-content{*/
    /*    display: block;*/
    /*}*/
}


/*-------------------------------------------------------------*/
/* Customer history orders */
/*-------------------------------------------------------------*/
.customer-history{
    padding-bottom: 50px;
}
.customer-history .board{
    margin-top: 45px;
    font-weight: 400;
}
.customer-history .board .head{
    background-color: #ECF1F0;
    width: 990px;
    display: flex;
    padding: 10px 35px;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.customer-history .board .head li{
    flex: 1;
}
.customer-history .board .head li.state{
    flex: 1.40;
}
.customer-history .board .head li.price,
.customer-history .board .head li.origin{
    flex: .80;
}

.customer-history .order-item:not(:first-child) {
    margin-top: 30px;
}
.customer-history .order-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.customer-history .order-item .left-part {
    width: 990px;
}
.customer-history .order-item .visible {
    height: 40px;
    display: flex;
    align-items: center;
    padding: 10px 35px;
    box-sizing: border-box;
    font-size: 15px;
    border: 1px solid #374E62;
}
.customer-history .order-item .visible li{
    flex: 1;
}
.customer-history .order-item .visible li.state{
    flex: 1.40;
}
.customer-history .order-item .visible li.price,
.customer-history .order-item .visible li.origin{
    flex: .80;
}
.customer-history .order-item .container-ctas{
    flex: 1;
    box-sizing: border-box;
    margin-left: 25px;
}
.customer-history .order-item .btn{
    width: 100%;
    height: 40px;
    padding: 15px 10px;
}
.customer-history .order-item.open{
    background-color: #ECF1F0;
    border: 1px solid #374E62;
    box-sizing: border-box;
    padding-bottom: 30px;
}
.customer-history .order-item.open .visible{
    border: 0;
}
.customer-history .order-item.open .btn.detail{
    display: none;
}
.customer-history .order-item.open .btn.back{
    margin-top: 20px;
}
.customer-history .order-item:not(.open) .btn.close,
.customer-history .order-item:not(.open) .btn.back{
    display: none;
}
.customer-history .order-item.open .container-ctas{
    padding: 15px 15px 0 0;
}

.customer-history .order-item .hidden{
    padding: 0 20px;
    margin-top: 35px;
    display: none;
}
.customer-history .order-item .title-detail{
    font-size: 15px;
    font-weight: 600;
    color: #2C4542;
}
.customer-history .order-item .status,
.customer-history .order-item .number{
    font-size: 14px;
    margin-top: 15px;
    display: block;
}
.customer-history .order-item .number a{
    font-size: 12px;
    text-decoration: underline;
    margin-left: 20px;
}
.customer-history .order-item .download{
    font-size: 12px;
    font-weight: 600;
    color: #4D716C;
    margin-left: 10px;
    display: flex;
    align-items: flex-end;
}
.customer-history .order-item .download svg{
    margin-left: 10px;
}
.customer-history .order-item .order-board{
    clear: both;
    margin-top: 30px;
}
.useGceCustomerAccountV2 .order-board{
    margin-top: 20px;
}
.useGceCustomerAccountV2 .order-delivery{
    margin-top: 50px;
}
.useGceCustomerAccountV2 .order-delivery .title-detail a{
    margin-left: 15px;
    text-decoration: underline;
}
.useGceCustomerAccountV2 .order-delivery a.btn{
    text-decoration: none;
    margin-left: 15px;
    width: auto;
}
.useGceCustomerAccountV2 .order-delivery .itc{
    margin-bottom: 15px;
}
.useGceCustomerAccountV2 .order-delivery .itc .title-detail{
    display: flex;
    align-items: center;
    gap: 10px;
}
.useGceCustomerAccountV2 .order-delivery .dhl-return{
    gap: 10px;
    align-items: center;
}
.useGceCustomerAccountV2 .order-delivery .dhl-return a{
    height: auto;
    min-height: 30px;
    display: flex;
    padding: 3px 10px;
    margin: 0 !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 0.5px solid #4D716C;
    background: #FFF;
    text-align: center;
    text-transform: none !important;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    color: #4D716C;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}
.useGceCustomerAccountV2 .order-delivery .dhl-return a:hover{
    background: #4D716C;
    color: #fff;
    transition: background-color 0.3s, color 0.3s;
}
.customer-history .order-item .order-board .order-board-head{
    font-size: 13px;
    font-weight: 600;
    padding-bottom: 15px;
    border-bottom: 1px solid #4D716C;
    display: flex;
}
.customer-history .order-item .order-board .order-board-head li:nth-child(1){
    flex: 2;
}
.customer-history .order-item .order-board .order-board-head li:nth-child(2),
.customer-history .order-item .order-board .order-board-head li:nth-child(3),
.customer-history .order-item .order-board .order-board-head li:nth-child(4){
    flex: 1;
}

.customer-history .order-item .order-board .article-line{
    font-size: 13px;
    display: flex;
    margin-top: 25px;
}
.customer-history .order-item .order-board .article-line li:nth-child(1){
    flex: 2;
}
.customer-history .order-item .order-board .article-line li:nth-child(2),
.customer-history .order-item .order-board .article-line li:nth-child(3),
.customer-history .order-item .order-board .article-line li:nth-child(4){
    flex: 1;
}
.customer-history .order-item .order-board .eco{
    font-size: 9px;
    display: block;
}
.customer-history .order-item .order-board .total {
    width: 410px;
    float: right;
    margin-top: 50px;
    margin-bottom: 20px;
}
.customer-history .order-item .order-board .total li{
    display: flex;
    font-size: 13px;
}
.customer-history .order-item .order-board .total li:not(:first-child){
    margin-top: 15px;
}
.customer-history .order-item .order-board .total li .right{
    margin-left: 25px;
    text-align: left;
}
.customer-history .order-item .order-board .total li .left{
    text-align: right;
}
.customer-history .order-item .order-board .total li .left,
.customer-history .order-item .order-board .total li .right{
    width: 50%;
    display: block;
}
.customer-history .order-item .order-board .total b{
    font-weight: 600;
}
.customer-history .order-item .addresses{
    display: flex;
    font-size: 13px;
    line-height: 20px;
    width: 100%;
    padding: 15px 0 30px;
    border-top: 1px solid #4D716C;
}
.customer-history .order-item .addresses .name-address{
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
}
.customer-history .order-item .addresses .billing{
    margin-left: 115px;
}

.customer-history .order-item .return {
    padding-top: 45px;
    border-top: 1px solid #4D716C;
    display: none;
}
.customer-history .order-item .return .return-title{
    font-size: 15px;
    font-weight: 600;
}
.customer-history .order-item .return .steps{
    font-size: 14px;
    line-height: 20px;
    margin-top: 25px;
}
.customer-history .order-item .return-subtitle{
    font-size: 14px;
    font-weight: 600;
    display: block;
}
.customer-history .order-item .f_return {
    margin-top: 35px;
}
.customer-history .order-item .f_return .nice-select{
    width: 100%;
    margin-top: 5px;
}
.customer-history .order-item .f_return .btn{
    width: 265px;
}
.customer-history .order-item .f_return .points{
    margin-top: 40px;
}
.customer-history .order-item .f_return .points .list{
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.customer-history .order-item .f_return .points .list::after{
    content: '';
    display: block;
    width: 32%;
}
.customer-history .order-item .f_return .points .list li{
    width: 32%;
    margin: 15px 0;
}
.customer-history .order-item .f_return .points .list .el-radio{
    align-items: flex-start;
}
.customer-history .order-item .f_return .points .list .radiorounded{
    margin-top: 5px;
}
.customer-history .order-item .f_return .points .list .el-radio .label-radio{
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
}
.customer-history .order-item .f_return .return-label{
    margin-top: 20px;
}
.customer-history .order-item .f_return .return-label .label-radio{
    font-size: 14px;
}
.customer-history .order-item .f_return .return-label .label-radio small{
    font-size: 11px;
}
.customer-history .order-item .f_return .btn-validate-return{
    width: 205px;
    margin-top: 30px;
    padding: 15px 10px;
}
.customer-history .moreorders{
    font-size: 15px;
    color: #2D2D2D;
    text-align: center;
    display: block;
    text-decoration: underline;
    margin-top: 30px;
}
.customer-history .visuel{
    margin-top: 30px;
    width: 100%;
}
.customer-history .return .steps a {
    text-decoration: underline;
}
.customer-history .noorder .text1{
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    display: block;
    margin-top: 50px;
}
.refund-explain{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background-color: #ECF1F0;
    box-sizing: border-box;
    padding: 30px;
    margin-top: 40px;
    margin-bottom: 25px;
}
.refund-explain .refund-explain-content{
    width: calc( 100% - 110px );
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}
.refund-explain p{
    width: 100%;
    margin-bottom: 20px;
}
.refund-explain .refund-explain-content p:last-child{
    margin-bottom: 0;
}
.refund-explain p.title{
    font-size: 15px;
    font-weight: 600;
}
.refund-explain p b{
    font-weight: 600;
}
.refund-table{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 20px 0;
    border: solid 1px #2D2D2D50;
    font-size: 13px;
}
.refund-table .refund-table-th{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: solid 1px #2D2D2D50;
}
.refund-table .refund-table-th > div > div{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 13px 0;
    box-sizing: border-box;
    border-right: solid 1px #2D2D2D50;
}
.refund-table .refund-table-th .table-col-0{
    width: 4%;
    border-right: none;
}
.refund-table .refund-table-th .table-col-1{
    width: 96%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.refund-table .refund-table-th .table-col-1 .table-col-1-content{
    width: 40%;
}
.refund-table .refund-table-th .table-col-1 .table-col-1-content b{
    font-weight: 600;
}
.refund-table .refund-table-th .table-col-2{
    width: 7%;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
.refund-table .refund-table-th .table-col-3{
    width: 20%;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
.refund-table .refund-table-th .table-col-4{
    width: 7%;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
.refund-table .refund-table-th .table-col-5{
    width: 26%;
    border: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
.refund-table .refund-table-td{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: solid 1px #2D2D2D50;
    font-size: 12px;
}
.refund-table .refund-table-td:last-child{
    border-bottom: none;
}
.refund-table .refund-table-td > div > div{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 59px;
    box-sizing: border-box;
}
.refund-table .refund-table-td .table-col-0{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 4%;
    height: 100%;
}
.refund-table .refund-table-td .table-col-1{
    width: 96%;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}
.refund-table .refund-table-td .table-col-1 .packshot{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 59px;
    width: 78px;
}
.refund-table .refund-table-td .table-col-1 .packshot img{
    width: auto;
    height: 59px;
}
.refund-table .refund-table-td .table-col-1 .table-col-1-content{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc( 40% - 78px );
    height: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    border-right: solid 1px #2D2D2D50;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}
.refund-table .refund-table-td .table-col-2{
    width: 7%;
    border-right: solid 1px #2D2D2D50;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
}
.refund-table .refund-table-td .table-col-3{
    padding:0 15px;
    width: 20%;
    justify-content: start;
    border-right: solid 1px #2D2D2D50;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}
.refund-table .refund-table-td .table-col-4{
    width: 7%;
    border-right: solid 1px #2D2D2D50;
}
.refund-table .refund-table-td .table-col-5{
    width: 26%;
    border: none;
}
.refund-table .refund-table-td .table-col-5 .nice-select{
    width: 100%;
}
.refund-table .refund-table-td .nice-select .current {
    font-size: 12px;
}
.refund-table .refund-table-td .checkbox .state {
    border: 1px solid #2D2D2D50 !important;
}
.refund-way{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 27px 0;
    font-size: 12px;
}
.refund-way .el-radio{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 8px 0;
}
.refund-way .el-radio p{
    display: none;
    flex-wrap: wrap;
    width: calc( 50% - 25px );
    padding-left: 25px;
    padding-right: 40%;
    margin: 8px 0;
    line-height: 15px;
}
.refund-way .el-radio span.label-radio{
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
}
.refund-way .el-radio.active span.label-radio{
    font-weight: 600;
}
.refund-way .el-radio p{
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
}
.refund-way .el-radio.active p{
    display: flex;
}
.customer-history-return{
    padding-bottom: 50px;
}
.customer-history-return .refund-order br{
    display: none;
}
.customer-history-return .refund-order span{
    display: flex;
}
.refund-order{
    display: flex;
    flex-wrap: wrap;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.refund-order b{
    font-weight: 600;
}
.refund-cta{

}
.refund-table-td .form-select {
    width: 90%;
    border-radius: 23px;
    text-align: left;
    border-color: #2D2D2D50;
}
.refund-table-td .form-select#quantity {
    border: none;
}
.customer-history-return .btn{
    height: 37px;
}

.refund-completed{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 18px 0 50px;
}
.refund-completed .confirmed{
    color: #4D716C;
    font-weight: 600;
    margin-top: 18px;
}
.refund-completed .confirmed svg{
    margin-right: 3px;
}
.refund-completed .description{
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
.refund-completed .btn{
    height: 37px;
    margin-top: 35px;
}
@media screen and (max-width: 1056px){
    .customer-history .board .head {
        width: calc(100% - 40px);
        margin: auto;
        padding: 10px;
    }
    .customer-history .board .head .hide-mb{
        display: none;
    }
    .customer-history .order-item .visible{
        padding: 10px 10px;
    }
    .customer-history .order-item.open .visible{
        padding: 10px 0;
    }
    .customer-history .order-item.open .visible > .lds-ellipsis{
        display: none!important;
    }
    .customer-history .order-item{
        flex-direction: column;
        padding: 0 20px;
        margin-top: 15px !important;
    }
    .customer-history .order-item .left-part{
        width: 100%;
    }
    .customer-history .order-item .visible .hide-mb{
        display: none;
    }
    .customer-history .order-item .btn.detail{
        display: none;
    }
    .customer-history .order-item .f_return .btn{
        margin-top: 15px;
    }
    .customer-history .order-item .btn.close{
        display: none;
    }
    .customer-history .board .head .price{
        text-align: right;
    }
    .customer-history .order-item .visible .price{
        text-align: right;
    }
    .customer-history .order-item.open{
        width: calc(100% - 40px);
        margin-left: auto;
        margin-right: auto;
        padding: 0 10px;
    }

    .customer-history .customer-title{
        margin-top: 15px;
    }
    .customer-history .board{
        margin-top: 30px;
    }
}
@media screen and (max-width: 675px){
    .customer-history .board .head{
        font-size: 3.5vw;
        align-items: center;
    }
    .customer-history .order-item .hidden{
        padding: 0;
        margin-top: 10px;
    }
    .customer-history .order-item .title-detail{
        font-size: 12px;
    }
    .customer-history .order-item .status,
    .customer-history .order-item .number,
    .customer-history .order-item .download{
        font-size: 4vw;
    }
    .customer-history .order-item .number a{
        display: block;
        margin: 10px 0;
    }
    .customer-history .order-item .details-order .flex-container{
        flex-direction: column;
        align-items: flex-start;
    }
    .customer-history .order-item .order-board .hide-mb{
        display: none;
    }
    .customer-history .order-item.open .container-ctas{
        margin-left: 0;
        padding: 10px;
        width: 100%;
    }
    .customer-history .order-item .btn.close{
        display: none;
    }
    .customer-history .order-item.open .btn.back{
        margin-top: 0;
    }
    .customer-history .order-item .order-board .total{
        width: 100% !important;
    }
    .customer-history .order-item .order-board .total li .left{
        text-align: left;
    }
    .customer-history .order-item .order-board .total li .right{
        text-align: right;
    }
    .customer-history .order-item .addresses {
        justify-content: space-between;
        font-size: 12px;
    }
    .customer-history .order-item .addresses > div{
        width: 49%;
    }
    .customer-history .order-item .addresses .billing{
        margin-left: 0;
    }
    .customer-history .order-item .f_return .nice-select{
        width: 100%;
    }
    .customer-history .order-item .f_return .btn{
        width: 100%;
        margin-top: 15px;
        font-size: 4vw;
    }
    .customer-history .order-item .f_return .points .return-subtitle{
        display: none;
    }
    .customer-history .order-item .f_return .points .list{
        flex-direction: column;
    }
    .customer-history .order-item .f_return .points .list li{
        width: 100%;
    }
    .customer-history .order-item .f_return .return-label .el-radio{
        align-items: flex-start;
    }
    .customer-history .order-item .f_return .btn-validate-return{
        width: 100%;
    }
    .refund-explain {
        padding: 30px 20px;
    }
    .refund-explain svg{
        display: none;
    }
    .refund-explain .refund-explain-content {
        width: 100%;
    }
    .refund-order{
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
        line-height: 22px;
    }
    .customer-history-return .refund-order br{
        display: block;
    }
    .customer-history-return .refund-order span{
        display: none;
    }
    .refund-table {
        width: calc( 100% - 40px );
        margin: 20px 20px;
    }
    .refund-table .checkbox .state{
        border-color: #2D2D2D;
    }
    .refund-table .refund-table-th .table-col-1,
    .refund-table .refund-table-th .table-col-1 .table-col-1-content{
        border-right: none;
        width: 100%;
    }
    .refund-table .refund-table-th .table-col-0,
    .refund-table .refund-table-th .table-col-2,
    .refund-table .refund-table-th .table-col-3,
    .refund-table .refund-table-th .table-col-4,
    .refund-table .refund-table-th .table-col-5,
    .refund-table .refund-table-td .table-col-1 .packshot{
        display: none;
    }
    .refund-table .refund-table-td .table-col-0{
        width: 50px;
        border-right: solid 1px #2D2D2D50;
    }
    .refund-table .refund-table-td .table-col-1{
        width: calc( 100% - 51px );
        padding: 10px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .refund-table .refund-table-td .table-col-1 .table-col-1-content,
    .refund-table .refund-table-td .table-col-2,
    .refund-table .refund-table-td .table-col-3,
    .refund-table .refund-table-td .table-col-4,
    .refund-table .refund-table-td .table-col-5{
        border: none;
        width: 100%;
        height: unset;
        justify-content: start;
        padding: 5px 15px;
    }
    .refund-table .refund-table-td .table-col-2,
    .refund-table .refund-table-td .table-col-3,
    .refund-table .refund-table-td .table-col-4,
    .refund-table .refund-table-td .table-col-5{
        display: none;
    }
    .refund-table .refund-table-td.active .table-col-2,
    .refund-table .refund-table-td.active .table-col-3,
    .refund-table .refund-table-td.active .table-col-4,
    .refund-table .refund-table-td.active .table-col-5{
        display: flex;
    }
    .refund-table .refund-table-td .table-col-5 .nice-select{
        width: 100%;
    }
    .refund-table-td .form-select#quantity {
        width: 60px;
        border: solid 1px #CFD8D7;
        border-radius: unset;
    }
    .refund-way {
        padding: 0 15px;
        box-sizing: border-box;
    }
    .refund-way .el-radio p {
        width: calc( 100% - 50px );
        padding-right: 25px;
    }
    .refund-cta{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .refund-completed .confirmed{
        font-size: 16px;
        line-height: 23px;
    }
    .refund-completed .confirmed svg{
        margin-right: unset;
        margin-bottom: 5px;
        width: 40px;
        height: 40px;
    }
    .refund-completed .description{
        font-size: 16px;
        line-height: 23px;
    }
    .refund-completed .btn{
        margin-top: 20px;
    }
    .customer-history .order-item .download{
        margin-left: unset;
        margin-top: 10px;
    }
    .useGceCustomerAccountV2 .order-delivery a.btn{
        margin-left: unset;
        margin-top: 10px;
    }
}
.coup-coeur-compte{
    margin-top: 70px;
}
.coup-coeur-compte .container{
    max-width: 1140px;
}
.coup-coeur-compte .section-title{
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}
.coup-coeur-compte .swiper-button-prev{
    background-color: unset;
    left: -40px;
}
.coup-coeur-compte .swiper-button-next{
    background-color: unset;
    right: -40px;
}
.instagram-container{
    margin: 50px auto 0;
    width: 100%;
    max-width: 820px;
    display: flex;
    flex-direction: column;
}
.instagram-container .btn{
    margin: auto;
    height: 37px;
}
@media screen and ( max-width: 1056px ) {
    .coup-coeur-compte .swiper-button-prev{
        left: 5px;
        top: -5px;
    }
    .coup-coeur-compte .swiper-button-next{
        right: 5px;
        top: -5px;
    }
}


/*-------------------------------------------------------------*/
/* Sponsoring */
/*-------------------------------------------------------------*/
.sponsoring{}
.sponsoring-top{
    background: rgba(236, 241, 240, 0.50);
}
.sponsoring-top .breadcrumb{
    padding-top: 15px;
    padding-bottom: 15px;
}
.sponsoring-top .backpage{
    top: 12px;
}
.sponsoring-top h1{
    color: #4D716C;
    text-align: center;
    font-family: 'DM Serif Display', serif;
    font-size: 45px;
    font-weight: 400;
    line-height: 100%;
}
.sponsoring-top p.subtitle{
    color: #2D2D2D;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    margin: 35px 0 10px 0;
}
.sponsoring-top p.description{
    color: #2D2D2D;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
}
.sponsoring-top .blocs-sponsoring{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 0;
}
.sponsoring-top .blocs-sponsoring .number_1,
.sponsoring-top .blocs-sponsoring .number_2{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    background: #729792;
    color: #FFF;
    text-align: center;
    font-size: 23px;
    font-weight: 500;
    line-height: normal;
}
.sponsoring-top .blocs-sponsoring .bloc-sponsoring-left .number_1{
    position: absolute;
    top: 200px;
    right: -19px;
    z-index: 1;
}
.sponsoring-top .blocs-sponsoring .bloc-sponsoring-left .number_2{
    position: absolute;
    top: 362px;
    right: -19px;
    z-index: 1;
}
.sponsoring-top .blocs-sponsoring .bloc-sponsoring-right .number_1,
.sponsoring-top .blocs-sponsoring .bloc-sponsoring-right .number_2{
    display: none;
}
.sponsoring-top .blocs-sponsoring .bloc-sponsoring-left:after{
    content: ' ';
    position: absolute;
    top: 235px;
    right: -4px;
    width: 7px;
    height: 130px;
    background: #729792;
    z-index: 1;
}
.sponsoring-top .blocs-sponsoring .bloc-sponsoring-left,
.sponsoring-top .blocs-sponsoring .bloc-sponsoring-right{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    width: calc( 50% - 3px );
    padding: 30px 0;
    border-radius: 12px;
}
.sponsoring-top .blocs-sponsoring .bloc-sponsoring-left{
    background: rgba(207, 216, 215, 0.80);
}
.sponsoring-top .blocs-sponsoring .bloc-sponsoring-right{
    background: #fff;
}
.sponsoring-top .blocs-sponsoring .bloc-sponsoring-title{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 22px;
    color: #2C4542;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
}
.sponsoring-top .blocs-sponsoring .bloc-sponsoring-title strong{
    font-weight: 600;
}
.sponsoring-top .blocs-sponsoring .bloc-sponsoring-promo{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    color: #4D716C;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
}
.sponsoring-top .blocs-sponsoring .bloc-sponsoring-promo span{
    font-weight: 600;
    line-height: 25px;
}
.sponsoring-top .blocs-sponsoring .bloc-sponsoring-promo strong{
    font-weight: 700;
    font-size: 30px;
    line-height: 31px;
}
.sponsoring-top .blocs-sponsoring .bloc-sponsoring-promo strong span{
    font-size: 40px;
}
.sponsoring-top .blocs-sponsoring .bloc-sponsoring-explain{
    margin-bottom: 20px;
    color: #2D2D2D;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 80%;
}
.sponsoring-top .blocs-sponsoring .bloc-sponsoring-explain strong{
    font-weight: 600;
}
.sponsoring-top .blocs-sponsoring .bloc-sponsoring-explain span{
    font-size: 12px;
    font-weight: 400;
}
.sponsoring-top .blocs-sponsoring .bloc-sponsoring-code{
    margin-top: -5px;
    margin-bottom: 15px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.sponsoring-top .blocs-sponsoring #f_sponsoring_code .cta-submit{
    width: 64px;
    padding: 0;
}
.sponsoring-top .blocs-sponsoring .formvalidator_error{
    display: none!important;
}
.sponsoring-top .blocs-sponsoring .bloc-sponsoring-actions .bloc-sponsoring-code{
    display: none;
}
.sponsoring-top .blocs-sponsoring .bloc-sponsoring-code span{
    display: inline-flex;
    padding: 7px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    max-height: unset !important;
    border-radius: 12px;
    border: 1px dashed #4D716C;
    background: #FFF;
    color: #2C4542;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 23px;
}
.sponsoring-top .blocs-sponsoring .bloc-sponsoring-actions{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.sponsoring-top .blocs-sponsoring .bloc-sponsoring-actions span{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    max-height: 0;
    margin-bottom: 30px;
}
.sponsoring-top .blocs-sponsoring .bloc-sponsoring-actions span .tooltiptext{
    position: absolute;
    width: 140px;
    color: #fff;
    border: solid 2px #2C4542;
    background: #2C4542;
    right: -8px;
    top: 100%;
    left: unset;
    opacity: 0;
    transition: top 0.3s, opacity 0.3s;
}
.sponsoring-top .blocs-sponsoring .bloc-sponsoring-actions span .show .tooltiptext{
    top: 111%;
    opacity: 1;
    transition: top 0.3s, opacity 0.3s;
}
.tooltiptext::after {
    border-color: transparent transparent #2C4542 transparent;
}
.sponsoring-top .blocs-sponsoring .bloc-sponsoring-actions span.cta-white svg path{
    transition: stroke 0.3s;
}
.sponsoring-top .blocs-sponsoring .bloc-sponsoring-actions span.cta-white:hover svg path{
    stroke: #fff;
    transition: stroke 0.3s;
}
.sponsoring-top .blocs-sponsoring .btn,
.sponsoring-top .blocs-sponsoring form{
    margin-bottom: 60px;
}
.sponsoring-bottom{
    margin: 65px 0;
    padding: 50px 0;
    background: #ECF1F0;
}
.sponsoring-bottom .container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 40px;
}
.sponsoring-bottom h2{
    color: #2D2D2D;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    line-height: 29px; /* 116% */
    letter-spacing: 0.75px;
}
.sponsoring-bottom .bloc-sponsoring-question{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: solid 1px #000;
    color: #2D2D2D;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}
.sponsoring-bottom .bloc-sponsoring-answer{
    margin-top: -20px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.sponsoring-bottom .bloc-sponsoring-answer a{
    text-decoration: underline;
}
.sponsoring-bottom .bloc-sponsoring-answer a:hover{
    text-decoration: none;
}
.rnvp{
    position: relative;
    margin-top: -2px;
}
.rnvp .selectbox.new:not(.open) {
    display: none;
}
.rnvp .selectbox.new {
    margin-top: 1px;
    background-color: #fff;
}
.rnvp .selectbox.new .select-button {
    padding: 0;
    border-bottom: none;
}
.rnvp .selectbox.new .option:hover,
.rnvp .selectbox.new .option.selected {
    background-color: #ECF1F0;
}
.rnvp .selectbox.new .option {
    position: relative;
    font-size: 13px;
}
.rnvp .selectbox.new .all-options {
    max-height: 160px !important;
    width: calc( 100% - 1px );
    overflow-y: scroll;
    overflow-x: hidden;
    position: absolute;
    box-shadow: 1px 4px 4px 0 #00000036;
    background: white;
    box-sizing: border-box;
    z-index: 1;
}
.f_jeuconcours .rnvp .selectbox.new .all-options,
.poilist .rnvp .selectbox.new .all-options,
.box-livraison[data-box='domicile'] .rnvp .selectbox.new .all-options{
    border: solid 1px darkgrey;
}
.rnvp .selectbox.new .option:hover ~ .option-bg {
    display: none;
}
.rnvp .selectbox.new .option {
    text-align: left;
}
.rnvp .selectbox.new .arrow {
    display: none;
}
.rnvp .radiorounded, .label {
    cursor: pointer;
}
.selectbox.new .option .label {
    display: block;
    padding: 15px;
    transition: .3s ease all
}
@media screen and (max-width: 1056px){
    .sponsoring{
        margin-top: -15px;
    }
    .sponsoring-top .breadcrumb{
        display: none;
    }
    .sponsoring-top .backpage{
        margin: 15px 0 10px 0;
        padding: 15px 15px;
    }
    .sponsoring-top{
        padding: 0 20px;
    }
    .sponsoring-top h1{
        font-size: 35px;
    }
    .sponsoring-top p.subtitle{
        font-size: 16px;
    }
    .sponsoring-top .blocs-sponsoring{
        gap: 30px;
    }
    .sponsoring-top .blocs-sponsoring .bloc-sponsoring-left,
    .sponsoring-top .blocs-sponsoring .bloc-sponsoring-right{
        width: 100%;
    }
    .sponsoring-top .blocs-sponsoring .bloc-sponsoring-left .number_1,
    .sponsoring-top .blocs-sponsoring .bloc-sponsoring-left .number_2,
    .sponsoring-top .blocs-sponsoring .bloc-sponsoring-right .number_1,
    .sponsoring-top .blocs-sponsoring .bloc-sponsoring-right .number_2{
        display: flex;
        position: unset;
        top: unset;
        right: unset;
        z-index: unset;
        margin-bottom: 15px;
    }
    .sponsoring-top .blocs-sponsoring .bloc-sponsoring-left::after{
        display: none;
    }
    .sponsoring-top .blocs-sponsoring .btn,
    .sponsoring-top .blocs-sponsoring form{
        margin-bottom: 25px;
    }
    .sponsoring-bottom{
        padding: 50px 20px;
    }
    .sponsoring-bottom h2{
        font-size: 19px;
    }
    .sponsoring-top .blocs-sponsoring .bloc-sponsoring-code{
        display: none;
    }
    .sponsoring-top .blocs-sponsoring .bloc-sponsoring-actions .bloc-sponsoring-code{
        display: flex;
        width: auto;
    }
    .sponsoring-top .blocs-sponsoring .bloc-sponsoring-actions {
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .sponsoring-top .blocs-sponsoring .bloc-sponsoring-actions span {
        margin-bottom: 0;
    }
    .sponsoring-top .blocs-sponsoring .bloc-sponsoring-actions .bloc-sponsoring-code span {
        padding: 12px 20px;
    }
    .sponsoring-top .blocs-sponsoring .bloc-sponsoring-code {
        margin-top: 0;
        margin-bottom: 0;
    }
}