.list-recomp {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.list-recomp .list {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 35px;
    padding: 40px 20px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1);
    color: #000;
}

.list-recomp .valeur_rec {
    width: 80px;
    height: 80px;
    margin: auto;
    border: 3px solid #8ECE25;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}
.enkore-btn{ 
    background-color:#8ECE25; 
    color:white; 
    padding:5px 10px; 
    border:1px solid #8ECE25; 
    border-radius:4px; 
    cursor:pointer; 
}
.btn_rec_disabled { 
    background-color:#b7c89d; 
    color:#666; 
    padding:5px 10px; 
    border:none; 
    border-radius:4px; 
    cursor:not-allowed; 
}
.btn_rec_action button {
    border-radius: 0;
    font-size: 14px;
    padding: 8px 12px;
}
.enkore-modal { display:none; position:fixed; z-index:1000; left:0; top:0; width:100%; height:100%; overflow:auto; background-color:rgba(0,0,0,0.5); }
        .enkore-modal-content {
            background-color: #fff;
            margin: 10% auto;
            padding: 30px;
            width: 550px;
            text-align: right;
            position: relative;
            font-size: 15px;
        }
            p#confirm-text {
    margin-bottom: 30px;
    text-align: left;
}

button#confirm-ok {
    background: #8ECE25;
    color: #fff;
    border-radius: 0;
    border-color: #8ECE25;
}

button#confirm-cancel {
    border-color: #0000002b;
    border-radius: 0;
    color: #0000002b;
}
button#confirm-cancel:hover {
    background: #0000002b;
    color: #fff;
}
.enkore-close { position:absolute; top:10px; right:15px; font-size:28px; font-weight:bold; cursor:pointer; }
#enkore-code {
    width: 80%;
    padding: 8px;
    margin: 15px 0;
    text-align: center;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 0;
}
#enkore-copy-btn {
    padding: 8px 15px;
    background-color: #dcf5b4;
    color: white;
    border: none;
    border-radius: 0;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    width: 19%;
}
#enkore-copy-btn:hover { background-color:#8ECE25; }

div#enkore-modal-code .enkore-modal-content {
    text-align: right;
}
img#copy-icon {
    width: 18px;
}

button#code-ok {border-color: #8ECE25;border-radius: 0;color: #8ECE25;font-size: 12px;padding: 6px 17px;}
button#code-ok{
    background-color: #8ECE25;
    color: #fff;
}
div#enkore-modal-code .enkore-modal-content h3, div#enkore-modal-code .enkore-modal-content p {
    text-align: left;
}
.btn_rec_action button:hover{
    background-color: #fff;
    color: #8ECE25;
}
button.enkore-btn-disabled {
    border-color: #00000040;
    color: #00000040;
    background: #0000000a;
}

button.enkore-btn-disabled:hover {
    color: #00000040;
}
button.enkore-btn-disabled {
    border-color: #00000040;
    color: #00000040;
    background: #0000000a;
}

button.enkore-btn-disabled:hover {
    color: #00000040;
}

.nom_rec {
    font-size: 20px;
    font-weight: 600;
}

.points_rec {
    font-size: 18px;
    font-weight: 600;
    color: #000000a1;
}

.coupon-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 15px;
    margin-top: 20px;
}

.coupon-card {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 15px;
    background: #f9f9f9;
    text-align: center;
}

.coupon-desc {
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: 400;
}

.coupon-amount {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 30px;
}

.coupon-code {
    display: flex;
    justify-content: center;
}

.coupon-code input {
    text-align: center;
    border: 1px solid #ccc !important;
    border-radius: 0 !important;
    padding: 4px;
    font-weight: bold;
    border-right: 0 !important;
}
.copy-btn {
    cursor: pointer;
    border: none;
    background: #fff;
    color: #fff;
    padding: 4px 8px;
    border-radius: 0;
    border: 1px solid #ccc;
    border-left: 0 !important;
}
.copy-btn:hover {
    background: #8ECE25;
}
.coupon-conditions {
    margin-top: 10px;
}
table.rec-historique {
    text-align: center;
    border: 0;
    border-top: 1px solid #00000030;
}
table.rec-historique tbody>tr:nth-child(odd)>td, 
table.rec-historique tbody>tr:nth-child(odd)>th {
    background-color: hsla(0,0%,50%,.071) !important;
}
div#recompense h3, #parrainage h3 {
    color: rgb(142, 206, 37);
    font-size: 30px;
    font-weight: 400 !important;
    text-align: center;
    margin-bottom: 60px !important;
}

div#recompense h3:not(:first-of-type),
#parrainage h3:not(:first-of-type){
    margin-top: 60px !important;
    border-top: 1px solid #000;
    padding-top: 60px;
}

.list-recomp {
    margin-top: 40px;
}
div#recompense .sous-titre{
    font-size: 24px;
    color: #333;
    text-align: center;
}
#parrainage .sous-titre{
    font-size: 16px;
    color: #333;
    text-align: center;
}

.enkore-referral-box {
            margin: 20px auto;
            text-align: center;
        }

        #enkore-referral-email {
            width: 100%;
    padding: 10px;
    margin: 10px 0;
    border-radius: 0;
    border: 1px solid #ccc;
}

        #enkore-referral-btn {
    background: #8ece25;
    color: white;
    width: 100%;
    padding: 10px 15px;
    border-radius: 0 !important;
    border: 1px solid #8ece25;
    cursor: pointer;
    font-weight: 400;
}

        #enkore-referral-btn:hover {
            background: #fff;
            color: #8ece25;
        }

        #enkore-referral-message {
            margin-top: 30px;
            font-size: 14px;
        }
        input#enkore-referral-email:focus, input#enkore-referral-email:focus-visible {
    box-shadow: 0 0 0 0 rgba(0,0,0,0), 
0 0 0 4px rgba(217, 117, 96, 0.1);
    outline: unset;
}
input#enkore-referral-email::placeholder {
    color: #999;
    opacity: 1; 
    font-size: 14px;
}
.parrainageok div {
    font-size: 22px;
    color: #000;
    font-weight: 500;
    margin-bottom: 15px;
}
@media (max-width: 767px) {
    .list-recomp {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.nom_rec {
    font-size: 16px;
}
.list-recomp .list {
    gap: 26px;
    padding: 20px 10px;
}
.points_rec {
    font-size: 14px;
}
.list-recomp .valeur_rec {
    width: 60px;
    height: 60px;
}
.coupon-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
}
.coupon-code input {
    font-size: 14px;
    padding: 10px 0 !important;
}
.coupon-card {
    padding: 15px 5px;
}
div#recompense h3 {
    font-size: 22px;
    line-height: 32px;
}
div#recompense .sous-titre {
    font-size: 16px;
}
}