/* Generale */

:root{

    /* Colors */
    --green1 : #138651;
    --green2 : #073620;
    --green3 : #1386506c;
    --green4: #CBE4D9;
    --gris1 : #5D5D5D;
    --gris2: #E3E3E3;
    --gris3: #F5F5F5;
    --rose1: #F4627F;
    --rose2: #FDDCE3;
    --rose3: #9C243C;
    --rose4: #EFCED4;
    --orange1: #F2A532;
    --orange2: #FCEBD2;
    --orange3: #de5d10;
    --blue: #6d78a3;
    /* Font sizes */
    --grand : 18px;
    --moyen : 14px;
    --petit : 12px;
}

.green{
    color: var(--green1);
}

.regular{
    font-weight: 400!important;
}

*{
    font-family: "Poppins", sans-serif;
}

body{
    background-color: var(--gris3)!important;
    overflow-x: hidden;
}

::selection{
    background-color: var(--green4);
    color: #000;
}

.form-check-input:checked {
    background-color: var(--green1)!important;
    border-color: var(--green1)!important;
}

.form-check-input:focus{
    border-color: var(--green3)!important;
    outline: 0;
    box-shadow: 0 0 0 .10rem var(--green3)!important;
}
.form-switch .form-check-input:focus{
    --bs-form-switch-bg : url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='%231386506c'/></svg>")
}

.form-control:focus {
    border-color: var(--green3)!important;
    box-shadow: 0 0 0 .10rem var(--green3)!important;
}

::placeholder{
    color: #cacaca!important;
}

/* Custom Code */

.colorArea{
    height: 550px;
    background-image: url("../images/bglogin.svg");
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.loginNav .nav-item{
    margin-right: 30px;
}

.loginNav .nav-item:last-child{
    margin-right: 0px;
}

.loginNav .nav-link{
    color: #fff;
}

.loginTitle{
    font-size: var(--grand);
    font-weight: 600;
    margin-top: 100px;
}

.loginSubTitle{
    font-size: var(--moyen);
    width: auto;
    margin-top: 5px;
}

.appliMobile {
    margin-top: 90px;
    height: 450px;
    mask-image: url(../images/heromask.svg);
    mask-position: 10px -42px;
    mask-repeat: no-repeat;
}

.loginForm {
    min-height: 350px;
    width: 100%;
    background-color: #fff;
    margin-top: -260px;
    position: relative;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.loginForm form {
    width: 100%;
}

.loginCopyRight{
    color: var(--gris1);
    font-size: 12px;
}
.appDescription{
    color: var(--gris1);
    font-size: 14px;
    text-align: center;
}
.downloadTitle{
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}

.downloads{
    display: flex;
    align-items: center;
    justify-content: center;
}

.apple{
    margin-top: -2px;
}

a.nav-link:after {
    content: '';
    width: 0;
    height: 3px;
    background-color: #ffffff8a;
    display: block;
    margin: auto;
    border-radius: 24px;
    transition: 0.3s;
}

a.nav-link:hover:after {
    width: 30px;
    transition: 0.3s;
}

.loginForm{
    padding: 30px;
}

.seconnecter{
    width: 100%;
    height: 57px;
    background-color: var(--green1);
    background-image: url(../images/btnbg.svg);
    border-radius: 12px;
    color: #fff;
    margin-top: 30px;
    border: 0;
    transition: 0.3s;
}

.seconnecter:hover{
    background-color: var(--green2);
    transition: 0.3s;
}

.loginForm label.labelinput {
    color: var(--gris1);
    font-size: 12px;
    background-color: #fff;
    position: relative;
    top: 12px;
    left: 8px;
    padding: 0 9px;
    z-index: 9;
}

.loginForm input:not([type="checkbox"]) {
    height: 43px;
    font-size: 14px;
    border-color: #878787;
}

.loginLinks{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    width: 100%;
}

.loginLink a{
    color: var(--green1);
    text-decoration: none;
    font-size: 14px;
}

.passwordbox{
    position: relative;
}

.passwordbox .passTrigger{
    position: absolute;
    right: 8px;
    top: 30px;
    border: 0;
    height: 30px;
    width: 30px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.passTrigger{
    background-image: url(../images/showpass.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.passTrigger.hidePass{
    background-image: url(../images/hidepass.svg);
}

.MobileNav {
    position: fixed;
    bottom: 0;
    width: 100vw;
    background-color: #fff;
    padding: 9px;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
    gap: 40px;
    z-index: 9;
}

.MobileNav.nofix {
    position: fixed;
    margin-top: 30px;
}

.MobileNav a{
    text-decoration: none;
    color: #000;
    text-align: center;
    font-size: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:baseline;
    position: relative;
    width: auto;
}

.MobileNav a img, .MobileNav a svg {
    max-height: 20px;
    max-width: 20px;
    margin-bottom: 5px;
}

.MobileNav a:after {
    content: '';
    width: 1px;
    height: 23px;
    background-color: #979797;
    position: absolute;
    right: -20px;
    top: 6px;
}

.MobileNav a:last-child:after{
    width: 0!important;
}

@media(max-width : 576px){

    .fixMarge{
        margin-top: 10px!important;
    }

    .actionForm{
        margin-top: 30px;
        margin-bottom: 30px;
    }

    button.btnParrain{
        width: 100%;
        font-size: 14px;
    }

    .loginTitle{
        margin-top: 0px;
        text-align: center;
    }
    .loginSubTitle{
        text-align: center;
        margin: auto;
    }
    .loginForm{
        margin-top: -158px;
        height: auto;
    }
    .loginLinks {
        display: flex;
        margin-top: 20px;
        flex-direction: column;
        text-align: center;
    }
    .navbar-toggler{
        display: none;
    }
    .colorArea {
        height: 380px;
        background-image: url('../images/bgloginmobile.jpg');
        background-position: left;
    }
    .loginForm .form-check-input {
        height: 24px;
        width: 49px !important;
        margin-right: 13px;
        margin-top: 0;
    }
    .loginForm {
        padding: 27px;
        /* margin-bottom: 120px; */
    }

    .produitLink:nth-child(1){
        border-right: 1px solid var(--gris2);
        border-bottom: 1px solid var(--gris2);
    }
    .produitLink:nth-child(2){
        border-bottom: 1px solid var(--gris2);
    }
    .produitLink:nth-child(3){
        border-right: 1px solid var(--gris2);
    }

    
    .contratsWrap.twoCol{
        display: grid;
        grid-template-columns: 100%;
        gap: 0px;
        margin-top: 20px;
    }

    .profilActions{
        flex-direction: column;
        margin-top: 20px;
    }

    .profilActions{
        gap: 19px!important;
    }

    .cInfoWrap {
        display: flex;
        gap: 15px;
        align-items: center;
        flex-direction: column!important;
    }

    .ctab {
        height: 57px!important;
    }

    .cInfoBox {
        min-height: auto!important;
        padding: 21px 0;
    }

    .parrainageWrap h2 {
        font-size: 17px!important;
        font-weight: 600!important;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .parrainageWrap h2 i {
        font-size: 29px;
    }

    .parrainBox ul li{
        font-size: 13px!important;
    }
    .backParrainage{
        width: 100%!important;
    }

    .cardBox .form-check-label{
        font-size: 13px;
    }
}

.headTitle{
    margin-top: 66px;
    font-size: 20px;
    font-weight: 600;
}

.headSubTitle{
    opacity: 0.8;
    font-size: 16px;
    font-weight: 300;
}

.colorArea.head{
    height: 305px;
}

.contratBox {
    margin-top: -55px;
}

.contratCarte {
    background-color: #fff;
    border-radius: 12px;
    height: 129px;
    margin-bottom: 13px;
    border: 1px solid var(--gris2);
    text-decoration: none;
    color: #000;
    display: block;
    height: 100%;
}

.contratCarte .cvalue{
    text-align: right;
}

.statutSign{
    height: 8px;
    width: 8px;
    border-radius: 100%;
    display: none;
    margin-left: 3px;
}

.contratTitle{
    font-size: 16px;
    font-weight: bold;
}

.iconWrap{
    position: relative;
    width: 38px;
    height: 38px;
}

.iconBox {
    width: 38px;
    height: 38px;
    position: absolute;
    top: 0;
    left: 0;
}

.iconStatut {
    background-size: cover;
    background-repeat: no-repeat;
}

.resilie .iconProduct,.miseendemeure .iconProduct , .negatif .iconProduct{
    opacity: 0.5;
}

.iconProduct {
    background-repeat: no-repeat;
    background-position: center;
}

.contratData {
    display: flex;
    justify-content: space-between;
    padding: 14px;
    padding-bottom: 2px;
}

.contratStatut {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    opacity: 0.8;
}

.contratMoreData{
    background-color: #F7F7F7;
    padding: 9px;
    border-radius: 9px;
    margin: 5px;
}

.spliteData{
    display: flex;
    justify-content: space-between;
    border-radius: 8px;
}

.data1{
    font-size: 15px;
    font-weight: 500;
}

.data1::first-letter{
    text-transform: uppercase;
}

.dateData{
    font-size: 13px;
    opacity: 0.7;
}
.numData{
    font-size: 12px;
    opacity: 0.7;
}

.slick-dots li button:before{
    font-size: 9px!important;
    color: var(--green1)!important;
}

.slick-dots li{
    margin: 0 0!important;
}

.slick-slide {
    margin-right: 3px;
    height: auto;
}

.demandesBox{
    background-color: #fff;
    border-radius: 12px;
    border: 1px solid var(--gris2);
    margin-top: 20px;
}

.demandeHead{
    display: flex;
    justify-content: space-between;
    padding: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--gris2);
}

.demandePlus a{
    text-decoration: none;
    color: #000;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.demandePlus{
    display: flex;
    align-items: center;
}

.demandeHeadTitle{
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 8px;
}

.singleDemande{
    display: flex;
    font-size: 14px;
    border-bottom: 1px solid #e4e4e4;
    text-decoration: none;
    color: #000;
}

.singleDemande.nonlus{
    font-weight: bold;
}

.singleDemande:last-child{
    border: 0;
}

.demandeStatut{
    height: 8px;
    width: 8px;
    background-color: var(--green1);
    box-shadow: 0 0 0 3px var(--green4);
    border-radius: 100%;
}

.nonlus .demandeStatut{
    background-color: var(--rose1);
    box-shadow: 0 0 0 3px var(--rose2);
}

.demandeData{
    width: 40%;
    padding: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.demandeTitle{
    padding: 14px;
}

.demandeInfo{
    padding: 14px;
    font-size: 10px;
}

.moisoffert{
    font-size: 14px;
    text-align: center;
    margin-top: 8px;
}

.spaceing{
    height: 59px;
}

.produitTitle{
    font-size: 13px;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 8px;
}

.produitDescription{
    font-size: 13px;
    opacity: 0.7;
    margin-bottom: 15px;
}

.linkProduct{
    font-size: 13px;
    color: var(--green1);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    text-decoration: none;
}

.produits{
    display: grid;
    grid-template-columns: auto auto;
    margin: 25px 0;
}

.produitLink {
    text-align: center;
    padding: 19px 5px;
}

#parrainage{
    background-color: var(--rose4);
}

.parrainageBox {
    display: flex;
    align-items: center;
    gap: 20px;
    min-height: 140px;
}

.parrainageTitle{
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
}

.parrainageSousTitre{
    line-height: 1;
    font-size: 13px;
    font-weight: 500;
}

.parrainageTxt p{
    font-size: 14px;
    font-weight: 400;
    opacity: 0.7;
    line-height: 1;
    padding-top: 6px;
    padding-bottom: 2px;
}

.parrainageLink{
    color: var(--rose3);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

#help{
    background-color: var(--green4);
}

.helpBox {
    display: flex;
    align-items: center;
    gap: 20px;
    min-height: 140px;
}

.helpTitle{
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}

.helpTxt p{
    font-size: 14px;
    font-weight: 400;
    opacity: 0.7;
    line-height: 1.2;
    padding-top: 6px;
    padding-bottom: 2px;
}

.helpLink{
    color: var(--green1);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.helpTxt {
    text-align: right;
}

#appMobile{
    background-color: #E5E5E5;
}

.appBox{
    display: flex;
    align-items: center;
}
.appImg{
    height: 100%;
    flex: 80%;
    margin-top: 10px;
}

.appTitle{
    font-size: 14px;
    font-weight: bold;
}

.appBox p{
    font-size: 12px;
    opacity: 0.8;
    margin: 0;
    margin-bottom: 8px;
    line-height: 1.2;
}

.userNavMobile{
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: -10px;
}


.notifBtn{
    position: relative;
    margin-right: 5px;
    visibility: hidden;
    pointer-events: none;
}


.userAvatar{
    height: 29px;
    width: 29px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size:14px;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.notifNumber {
    position: absolute;
    top: -5px;
    right: -9px;
    background-color: var(--rose1);
    height: 18px;
    width: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

.userBtn{
    display: flex;
    align-items: center;
}

div#notification {
    background-color: var(--gris3);
}

#notification .offcanvas-header{
    display: flex;
    justify-content: center;
    position: relative;
}

#notification .offcanvas-header .btn-close{
    position: absolute;
    left: 10px;
}

#notification .offcanvas-header {
    display: flex;
    justify-content: center;
    position: relative;
    border-bottom: 1px solid var(--gris2);
}

#notification button.btn-close {
    background-image: url(../images/chevron-right-dark.svg);
    background-size: 10px;
    background-position: 15px 6px;
    transform: rotate(180deg);
}

#notification #notificationLabel{
    font-weight: 600;
    font-size: 18px;
}

.notifCount{
    font-size: 16px;
    font-weight: 600;
    display: flex;
    gap: 5px;
    align-items: center;
    margin-bottom: 15px;
}

.notifCount span{
    display: inline-flex;
    background-color: var(--green1);
    color: #fff;
    height: 20px;
    width: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 12px;
}

.singleNotif{
    display: flex;
    gap: 10px;
}

.notifIcon{
    background-color: #fff;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.notifDate{
    font-size: 12px;
}

.notifMeta {
    flex: 15%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.notifData{
    flex: 85%;
}

.notifTitle{
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 2px;
}

.notifData p{
    font-size: 14px;
    margin-bottom: 5px;
}

.notifLink{
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 500;
}

.notifMeta:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    background: var(--gris2);
    z-index: -1;
}

.slick-dotted.slick-slider {
    margin-bottom: 22px!important;
}

#moisoffets{
    margin-top: 25px;
}

#mobileMenu{
    max-width: 280px;
}

.mobileMenuElements a{
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #e2e2e2;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.mobileMenuElements{
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobileMenuElements a div{
    width: 40px;
}

.mobileMenuElements a div svg{
    max-width: 18px;
}

#mobileMenu h5{
    font-size: 18px;
    font-weight: 600;
}

.loadingBox{
    background-image: url('../images/loadingbg.svg');
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loadingBox img{
    width: 150px;
    animation: pulseAnime 3s ease-out;
    animation-iteration-count: infinite;
    transform: scale(1);
    opacity: 0.4;
}

@keyframes pulseAnime {
    0%{
        transform: scale(1);
        opacity: 0.4;
    }
    50%{
        transform: scale(1.1);
        opacity: 1;
    }
    100%{
        transform: scale(1);
        opacity: 0.4;
    }
}

.pageHeader{
    background-image: url(../images/bgloginmobile.jpg);
    background-size: cover;
    background-position: top;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    position: relative;
}

.phRetour{
    position: absolute;
    left: 15px;
    transform: rotate(180deg);
}

.phRetour img{
    height: 13px;
}

.pageTabs{
    background-color: #fff;
    display: flex;
}

.pageTabs .tabMobile {
    width: 50%;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    height: 45px;
    align-items: center;
    color: #8c8c8c;
    font-size: 14px;
    border-bottom: 3px solid #c7c7c7;
}

.phTitle{
    font-weight: 600;
}

.tabMobile.active{
    border-color: var(--green1);
    font-weight: 600;
    color: #000;
}

.refound{
    display: block;
    padding:18px 0px;
    text-decoration: none;
    color: #000;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid#ddd;
}

.refound:last-child{
    border: 0;
}

.refWrap{
    background-color: #fff;
    border-radius: 18px;
    padding: 0 15px;
}

#encoursContent, #historiqueContent{
    margin-top: 25px;
}

.pageBtn {
    margin-top: 20px;
    width: 100%;
    background-image: url('../images/bgloginmobile.jpg');
    background-size: cover;
    color: #fff;
    font-size: 14px;
    padding: 10px 0;
    border: 0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pageBtn.rose{
    background-image: url('../images/btnbg.svg');
    background-color: var(--rose1);
}

.refoundDate{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 26%;
}

.refoundData{
    flex: 80%;
}

.refAction{
    flex: 10%;
    justify-content: flex-end;
}

.refDateNum{
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
}

.refDateMois{
    font-size: 12px;
    margin-bottom: -4px;
}
.refDateAnnee{
    font-size: 10px;
    margin-bottom: -4px;
}

.refTitle {
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 5px;
}

.refAction{
    display: flex;
    font-size: 13px;
    font-weight: 600;
    align-items: center;
    gap: 5px;
}

.refStatutTxt{
    font-size: 12px;
}

.refStatutIcon{
    height: 7px;
    width: 7px;
    border-radius: 100%;
}

.refStatut{
    display: flex;
    align-items: center;
    gap: 6px;
}

#historiqueContent{
    display: none;
}

.docsWrap{
    background-color: #fff;
    margin-top: 25px;
    border-radius: 18px;
    padding: 12px;
}

.docData{
    flex: 100%;
}

.singleDoc{
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

.docIcon{
    flex: 50px;
    display: flex;
    align-items: center;
    justify-content: start;
}

.docDownload{
    flex: 65px;
    display: flex;
    justify-content: flex-end;    
}

.docTitle{
    font-weight: bold;
    font-size: 14px;
    margin-top: -4px;
    line-height: 1.3;
}

.docTxt{
    font-size: 12px;
    line-height: 1.3;
    opacity: 0.8;
}

.singleDoc{
    border-bottom: 1px solid #e3e3e3;
    padding: 10px 0;
}

.singleDoc:last-child{
    border: 0;
}

#filterContent{
    margin-top: 15px;
    margin-bottom: -15px;
    margin-right: 15px;
}

#filter .offcanvas-header{
    border-bottom: 1px solid var(--gris2);
}

.filterBox label.labelinput {
    color: var(--gris1);
    font-size: 12px;
    background-color: #fff;
    position: relative;
    top: 12px;
    left: 8px;
    padding: 0 9px;
}

.filterBox input:not([type="checkbox"]) {
    height: 43px;
    font-size: 14px;
    border-color: #878787;
}

#filter{
    height: 75%;
    width: 95%;
    margin: auto;
    border-radius: 15px 15px 0 0;
}

#filter h5{
    font-size: 18px;
    font-weight: bold;
}

.filterTitle {
    font-size: 16px;
    font-weight: bold;
}

#filter .offcanvas-header{
    justify-content: center;
}

#filter .btn-close{
    position: absolute;
    right: 20px;
}

#filter select{
    height: 43px;
    font-size: 14px;
    border-color: #878787;
}

.pageSubHeader{
    background-color: #fff;
    padding: 8px 0;
}
.avatarUser{
    height: 30px;
    width: 30px;
    background-color: var(--green4);
    color: var(--green1);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    flex: 55px;
    max-width: 30px;
}

.userName{
    font-size: 14px;
    font-weight: 600;
}

.userData{
    display: flex;
    align-items: center;
    gap: 10px;
}

.numRefund{
    font-size: 14px;
    font-weight: 600;
}

#detailRefund{
    margin-top: 24px;
}

.drWrap{
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}

.drEtat {
    padding: 10px;
    text-align: center;
    font-size: 14px;
    border-radius: 8px;
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.drEtatIcon{
    height: 10px;
    width: 10px;
    border-radius: 100%;
}

.drEtatTxt {
    margin-bottom: -2px;
}

.singleDr {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    border-bottom: 1px solid var(--gris2);
    padding: 10px 0;
}

.singleDr:last-child{
    border: 0;
}

.drValue{
    font-weight: bold;
    text-align: right;
}

.contratExtraData{
    padding: 7px 14px;
    font-size: 15px;
}

.cligne{
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    padding: 4px 0;
}

.cvalue{
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.contratCarte.flexible{
    height: auto;
}

.contratCarte.flexible .contratData{
    align-items: center;
}

.fullopacity{
    opacity: 1!important;
    font-weight: 400;
}

.contrat .headTitle{
    margin-top: 39px;
    margin-bottom: 4px;
}

.contrat .contratBox {
    margin-top: -86px;
}

.contrat .headSubTitle{
    font-size: 14px;
}

.contratBtn{
    background-color: var(--green1);
    background-image: url(../images/btnbg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    width: 100%;
    font-size: 12px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 40px;
    border-radius: 8px;
    gap: 8px;
    padding-left: 10px;
    line-height: 1.1;
    max-width: 49%;
}

.catListBox {
    background-color: #fff;
    border-radius: 23px;
    padding: 10px;
}

.catList {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* .catList li {
    border-bottom: 1px solid #e9e9e9;
} */

.catList li a {
    padding: 10px;
    color: #707070;
    font-size: 14px;
    width: 100%;
    display: block;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.catList li:nth-last-child(1) {
    border-bottom: 0!important;
}

.catList li.actif a {
    background-color: var(--rose2);
    border-radius: 50px;
    color: var(--rose1);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.catList li.actif {
    border: 0!important;
}

.catList li.actif span.catNumber {
    background-color: var(--rose1);
    color: #fff;
    font-size: 10px;
    height: 18px;
    width: 18px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
span.catNumber {
    background-color: var(--gris2);
    color: var(--gris1);
    font-size: 10px;
    height: 18px;
    width: 18px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.roundBtn{
    background-color: var(--green1);
    background-image: url(../images/btnbg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border-radius: 50px;
    gap: 8px;
    padding-left: 10px;
    line-height: 1.1;
    border: 0;
    margin-bottom: 10px;
}

.roundBtn.actif{
    opacity: 0.6;
    cursor:not-allowed;
}

.singleMail {
    background-color: #ECECEC;
    border-radius: 20px;
    display: flex;
    padding: 20px;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}

.singleMail.nonlu{
    background-color: #FFFFFF;
}

.singleMail.nonlu .mailNotif{
    background-color: var(--rose1);
}

.mailSender {
    font-weight: 600;
    font-size: 14px;
    color: #3a3a3a;
}

.catList li a:hover {
    opacity: 0.8;
}

.mailTitle {
    color: #777777;
    font-weight: 600;
}

.mailCta {
    color: #A1A1A1;
    font-size: 12px;
}

.mailContent {
  flex: 1;
  margin-left: 20px;
}

.mailDate {
  margin-left: auto;
  color: #A1A1A1;
  font-size: 12px;
    align-self: flex-start;
}

.senderAvatar {
    height: 65px;
    width: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--green1);
    border-radius: 100%;
    color: #fff;
    font-size: 18px;
}

.senderAvatar.user {
    background-color: #F1C1A1;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.senderAvatar.user.female{
     background-image: url('../images/user-female.svg');
}
.senderAvatar.user.male{
     background-image: url('../images/user-male.svg');
}

.mailNotif {
    height: 8px;
    width: 8px;
    background-color: transparent;
    border-radius: 100%;
    margin-right: 10px;
    transition: 0.3s;
}

.singleMail {
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: 0.3s;
}

.singleMail:hover{
    opacity: 0.8;
}

.mailLeft {
  display: flex;
  flex: 1; /* prend tout l'espace possible à gauche */
  align-items: center;
}

.mailDate {
  margin-left: auto;
  align-self: flex-start;
}

.singleMail.nonlu {
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px #0000001a;
}

.col2{
    display: flex;
    gap: 8px;
}

#contratNav{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contratBtn{
    text-decoration: none;
}

.simpleCard{
    background-color: #fff;
    border-radius: 12px;
    margin-bottom: 13px;
    border: 1px solid var(--gris2);
    margin: 8px 0;
}

.simpleHead{
    margin: 14px;
    padding-bottom: 7px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid var(--gris2);
    display: flex;
    justify-content: space-between;
}

.cpData{
    font-size: 12px;
}

.cpType{
    font-weight: bold;
}

.cpMeta {
    line-height: 1.1;
}

.cpSingle {
    display: flex;
    gap: 9px;
    align-items: center;
    margin: 4px 0;
    height: 28px;
}


.simpleBtn{
    color: var(--green1);
    background-color: transparent;
    border: 0;
    font-size: 12px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px;
    gap: 10px;
}



.simpleBtn.start{
    justify-content: flex-start;
    padding: 0 !important;
    margin-top: 14px;
}

.resAction{
    padding: 14px;
}

#alertModal .modal-content{
    padding: 14px;
}

#alertModal .modal-header{
    padding: 0;
    padding-bottom: 10px;
}

#alertModal .modal-title{
    display: flex;
    align-items: center;
    gap: 8px;
}

#alertModal h5{
    font-size: 16px;
    font-weight: bold;
}

#alertModal .modal-footer{
    display: block;
    padding: 0;
    padding-top: 14px;
}

#alertModal .modal-body{
    padding: 15px 0;
}

#alertModal .modal-body p {
    margin: 0;
}

.saTitle{
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

.saTxt{
    font-size: 12px;
}

.saDate{
    font-size: 12px;
}

.singleAlert{
    border-bottom: 1px solid var(--gris2);
    padding-bottom: 14px;
    margin-bottom: 14px;
}

.singleAlert:last-child{
    border: 0;
    margin: 0;
}

.alertMsg{
    font-size: 12px;
    margin: 0;
    color: var(--rose1);
    background-color: var(--rose2);
    padding: 10px;
    border-radius: 5px;
    display: none;
}

.sidebar{
    display: none;
}

/* Desktop Adjustments */

@media (min-width : 992px){

    

    .pageWrap{
        display: flex;
        width: 100%;
    }

    .sidebar{
        display: flex;
        width: 300px;
        flex-shrink: 0;
        position: relative;
        background-image: url('../images/bggreensidebar.png');
        background-color: var(--green1);
        background-attachment: fixed;
        background-size: auto;
        background-repeat: no-repeat;
    }

    .pageContent{
        flex-grow: 1;
        max-width: calc(100% - 300px);
    }

    .colorArea{
        background-image: none;
    }

    .colorArea.login{
        background-image: url(../images/bglogin.svg);
        background-size: cover;
    }

    .headTitle{
        color: #000;
    }

    .headSubTitle{
        color: #000;
    }

    .brand{
        text-align: center;
    }

    .sbContent {
        position: sticky;
        top: 0;
        width: 100%;
        padding: 30px 10px;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .brand img{
        width: 125px;
    }

    .sbList {
        list-style: none;
        padding: 0;
        margin-bottom: 0;
        margin-top: 60px;
    }

    .sbItem {
        color: #fff;
        padding: 0 10px;
        margin-bottom: 10px;
        transition: 0.2s;
    }

    .sbItem:hover {
        border-radius: 50px;
        background: linear-gradient(-45deg, rgba(255, 255, 255, 0) 30%, rgb(0 0 0 / 21%) 100%);
        box-shadow: -2px 1px 0px 0px #ffffff1f;
        transition: 0.2s;
    }

    .sbItem a {
        color: inherit;
        text-decoration: inherit;
        text-transform: uppercase;
        font-weight: 500;
        padding: 10px;
        display: flex;
        align-items: center;
        gap: 10px;
        transition: 0.5s;
    }

    .sbItemIcon {
        width: 29px;
    }

    .sbItem.active {
        background: linear-gradient(-45deg, rgba(255, 255, 255, 0) 30%, rgb(168 255 203 / 33%) 100%);
        border-radius: 50px;
        box-shadow: -8px 2px 7px -5px #0000004a;
    }

    .currentUserAvatar {
        height: 40px;
        width: 40px;
        background: #ffffff52;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        text-shadow: 0 1px #7a7a7a;
        font-weight: bold;
    }
    .besoinAideIcon {
        height: 40px;
        width: 40px;
        background: #ffffff52;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        text-shadow: 0 1px #7a7a7a;
        font-weight: bold;
    }

    .currentUser{
        color: #fff;
        display: flex;
        align-items: center;
        gap: 10px;
        text-decoration: none;
        padding-bottom: 15px;
        border-bottom: 1px solid #ffffff46;
        margin-bottom: 15px;
    }

    .deconnexion{
        color: #fff;
    }

    .deconnexion a{
        text-decoration: none;
        color: inherit;
        
        display: flex;
        gap: 10px;
    }

    .sbFooter {
        padding: 0 20px;
    }

    .sbItem:hover a{
        gap: 20px;
        opacity: 0.9;
        transition: 0.3s;
    }

    .colorArea.head{
        height: auto;
    }

    .contratBox{
        margin-top: 20px;
    }
    
    .offre3mois{
        background-image: url(../images/family.jpg);
        padding: 8px;
        padding-left: 55%;
        background-size: cover;
        background-position: 0px center;
        border-radius: 10px;
        height: 151px;
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .offre3mois img {
        height: 63px;
        width: auto;
        margin-bottom: 5px;
    }

    .les3mois{
        font-size: 13px;
        line-height: 1.3;
    }
    .moisoffert {
        font-size: 13px;
    }
    .produits{
        grid-template-columns: auto auto auto auto;
    }

    .produitLink:nth-child(1){
        border-right: 1px solid var(--gris2);
    }
    .produitLink:nth-child(2){
        border-right: 1px solid var(--gris2);
    }
    .produitLink:nth-child(3){
        border-right: 1px solid var(--gris2);
    }

    #parrainage{
        border-radius: 12px;
        height: 100%;
    }

    #help{
        border-radius: 12px;
    }

    .parrainageBox {
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    .helperContainer {
        width: 200px;
        height: 100%;
        position: relative;
        display: flex;
        align-items: end;
        justify-content: end;
    }

    .helperContainer img {
        height: 140px;
        width: auto;
        bottom: 0;
    }

    .parrainageBox {
        padding: 30px!important;
        min-height: 151px;
    }

    .helpTxt {
        text-align: left;
        padding: 10px;
        gap: 10px;
        display: flex;
        flex-direction: column;
        
    }

    #help{
        margin-top: 20px;
    }

    .helpBox {
        align-items: center;
        min-height: 151px;
        padding: 0;
    }

    .helpImg {
        height: 100%;
    }

    .parrainageImg img {
        height: 100px;
    }

    .appDesk {
        background-color: #fff;
        border-radius: 13px;
        display: flex;
        align-items: center;
        height: 151px;
    }

    .adImage {
        height: 100%;
        flex: 0%;
        position: relative;
    }

    #appDesktop {
        margin-top: 20px;
    }

    .adImage img {
        position: absolute;
        width: auto;
        height: 100%;
        left: 40px;
    }

    .adSepar {
        flex: 10%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .adSepar div{
        height: 100px;
        width: 1px;
        background-color: #dddddd;
    }
    
    .adTxt{
        flex: 30%;
    }

    .adDownload{
        flex: 40%;
    }

    .adLinks{
        display: flex;
    }

    .adLinks a:nth-child(1) img{
        height: 40px;
    }

    .adLinks a:nth-child(2) img{
        height: 44px;
        position: relative;
        top: -2px;
    }

    .adDownload {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 5px;
        font-weight: 600;
        font-size: 16px;
    }

    .contrat .contratBox{
        margin-top: 0;
    }

    .simpleCard{
        height: 100%;
        margin: 13px 0;
    }

   

    #contrats {
        margin-top: 20px;
    }

    .contratActions{
        display: flex;
        flex-direction: column;
        gap: 8px;
        padding: 10px;
    }

    .contrat .headTitle{
        margin-top: 56px;
        margin-bottom: 0;
    }

    .contrat .headSubTitle {
        font-size: inherit;
        opacity: 0.8!important;
        font-size: 16px;
        font-weight: 300;
    }

    .slick-dots {
        bottom: -33px!important;
    }

    #demandes {
        margin-top: 6px;
    }

    #copyright{
        margin-bottom: 11px;
    }

    .cligne{
        font-size: 15px;
    }

    .cpData {
        font-size: 15px;
    }

    .cpIcon svg {
        width: 27px;
    }

    .notifBtn.desk{
        margin-top: 20px;
    }

    .docsWrap {
        margin-top: 0;
        background-color: transparent;
        display: flex;
        flex-direction: column;
        gap: 11px;
        padding: 0;
    }

    .docIcon img {
        width: 25px;
    }

    .docTitle{
        font-size: 16px;
    }

    .singleDoc {
        border-bottom: 0;
        background-color: #fff;
        border-radius: 10px;
        padding: 15px;
        align-items: center;
    }

    .pagehelp{
        background-image: url(../images/assistante.png), linear-gradient(-45deg, rgba(255, 255, 255, 0) 30%, #C7DFD4 100%);
        background-size: auto;
        background-position: bottom right;
        background-repeat: no-repeat;
        border-radius: 15px;
        padding: 20px;
        padding-right: 100px;
    }

    .pagehelp p {
        font-size: 14px;
        opacity: 0.8;
    }

    .pagehelp .simpleBtn{
        padding: 0;
        justify-content: flex-start;
    }

    .hsTitle {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    #encoursContent, #historiqueContent {
        margin-top: 25px;
    }

    #encoursContent, #historiqueContent {
        margin-top: 0px;
    }

    .refoundDate {
        flex: 7%;
    }

    .refound {
        gap: 28px;
    }

    .refLink img{
        height: 15px;
    }

    .singleAlert .simpleBtn {
        font-size: 14px;
    }

    .contratsWrap.twoCol{
        display: grid;
        grid-template-columns: 50% 2fr;
        gap: 15px;
    }
    .contratCarte{
        margin-bottom: 0;
    }

}

@media (min-width: 992px) and (max-width: 1300px){
    .adImage img {
        position: absolute;
        top: initial;
        bottom: 0;
        width: 185px;
        left: 10px;
    }

    .adSepar {
        flex: 5%;
    }

    .adDownload{
        text-align: center;
    }

    section#copyright {
        font-size: 14px;
    }

    .helperContainer{
        width: 170px;
    }

    .parrainageBox {
        align-items: center;
    }

    .adDownload {
        text-align: center;
        font-size: 15px;
    }

    .helpImg {
        height: 100%;
        display: flex;
        align-items: center;
    }

    .parrainageImg img {
        height: 80px;
    }

    .offre3mois{
        padding-left: 51%;
    }

    .les3mois{
        font-size: 11px;
    }

    .hsTitle {
        font-size: 14px;
    }

    .pagehelp p {
        font-size: 12px;
    }

    .docTitle {
        font-size: 14px;
    }

    .simpleBtn {
        font-size: 14px;
    }

}


@media (min-width: 992px) and (max-width: 1088px){
    .sidebar {
        width: 270px;
    }
    .parrainageBox {
        padding: 15px !important;
    }

    .pageContent {
        flex-grow: 1;
        max-width: calc(100% - 270px);
    }

}

section#copyright {
    margin-top: 31px;
    font-size: 11px;
}


@media (min-width : 576px) and (max-width : 991px){
    .produitLink:nth-child(1){
        border-right: 1px solid var(--gris2);
        border-bottom: 1px solid var(--gris2);
    }
    .produitLink:nth-child(2){
        border-bottom: 1px solid var(--gris2);
    }
    .produitLink:nth-child(3){
        border-right: 1px solid var(--gris2);
    }

    #parrainage , #help, #appMobile{
        border-radius: 15px;
        margin-bottom: 20px;
    }

    .appImg{
        flex: 30%;
    }
}

@media (min-width: 1300px){
    .contratBtn{
        font-size: 14px;
    }

    .contratBtn img {
        width: 18px;
        max-height: 19px;
    }
    .pageBtn {
        font-size: 16px;
    }

    .simpleBtn{
        font-size: 16px;
    }
}

.breadcrumb a{
    text-decoration: none;
    color: #3e3e3e;
    font-weight: 600;
}

#statu{
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid;
    font-weight: 600;
}

#statu:focus-visible{
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid;
    font-weight: 600;
}

#statu:focus-visible {
    outline: none;
}

.filterDesktop{
    font-weight: 600;
}

.noContrat .contratMoreData {
    background-color: transparent;
    text-align: center;
    font-size: 12px;
    line-height: 1.1;
    margin: 0;
    padding: 0;
}

.contratCarte.noContrat{
    min-height: 100%;
    height: 171px;
    
}

.noContrat .contratData{
    padding: 2px;
}

.noContrat .iconBox{
    width: 27px;
    height: 27px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.noContrat .iconWrap {
    width: 27px;
    height: 27px;
}

.noContrat .data1{
    margin-top: 5px;
    margin-bottom: 10px;
}

.noContrat .linkProduct{
    margin-top: 10px;
}


.pLine{
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--gris2);
    font-size: 14px;
    gap:20px
}

.pLabel {
    white-space: nowrap;
    flex-shrink: 0;
}

.pLine:first-child{
    padding-top: 0;
}

.pLine:last-child{
    padding-bottom: 0;
    border: 0;
}

.pValue{
    font-weight: 600;
    text-align: right;
}

.profilActions{
    display: flex;
    gap: 25px;
    justify-content: end;
    margin-bottom: 20px;
}

.pAction{
    background-color: #fff;
    padding: 15px;
    border-radius: 18px;
    display: flex;
    gap: 15px;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
}

.passwordEdit{
    color: var(--rose1);
}

.profilEdit{
    color: var(--green1);
}

.cardBox{
    background-color: #fff;
    border-radius: 18px;
}

.pLabel{
    color: var(--gris1);
}

.profilEdit:hover{
    background-color: var(--green1);
    color: #fff;
    transition: 0.3s;
}
.passwordEdit:hover{
    background-color: var(--rose1);
    color: #fff;
    transition: 0.3s;
}

.pAction:hover svg path,.pAction:hover svg circle{
    fill: #fff;
}

.passConditions{
    padding: 0;
    list-style:none;
    font-size: 14px;
    margin-left: 5px;
}

.singleCond{
    display: flex;
    align-items: center;
    gap: 10px;
}

.singleCond .statut {
    height: 8px;
    width: 8px;
    background-color: #c9c9c9;
    border-radius: 100%;
    box-shadow: 0px 0px 0px 3px var(--gris2);
}

.singleCond.done{
    color: var(--green1);
}
.singleCond.error{
    color: var(--rose1);
}

.singleCond.error .statut{
    background-color: var(--rose1);
    box-shadow: 0px 0px 0px 3px var(--rose2);
}

.singleCond.done .statut{
    background-color: var(--green1);
    box-shadow: 0px 0px 0px 3px var(--green4);
}

.passError {
    background-color: var(--rose2);
    color: var(--rose1);
    padding: 2px 10px;
    font-size: 12px;
    width: fit-content;
    border-radius: 7px;
    display: none;
}

.ctab{
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    padding: 15px 25px;
    cursor: pointer;
}

.ctabIcon path{
    fill: #000;
}

.contactTitle{
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 20px;
}

.ctab.active{
    background-image: url(../images/bgloginmobile.jpg);
    background-size: cover;
    background-color: var(--green1);
    color: #fff;
    transition: 0.3s;
}

.ctab.active .ctabIcon path{
    fill: #fff;
}

.ctab.active .ctabLink path{
    stroke: #fff;
}

.ctabWrap{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cInfoWrap{
    display: flex;
    gap: 15px;
    align-items: center;
}

.cInfoWrap.hide{
    display: none;
}

.cInfoBox{
    background-color: #fff;
    min-height: 300px;
    width: 100%;
    border-radius: 19px;
    display: flex;
    gap: 16px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cInfoData{
    text-align: center;
    color: #000;
}

.cInfoData p{
    margin: 0;
}

.cInfoTitle{
    font-size: 18px;
    font-weight: 600;
}

.cInfoData a{
    text-decoration: none;
    color: var(--green1);
}

.cInfoData p.miniTxt{
    font-size: 14px;
    opacity: 0.7;
    margin-bottom: 14px;
}

.breadcrumb-item::first-letter{
    text-transform: uppercase;
}

.dForm label{
    margin-top: 20px;
    margin-bottom: 5px;
    font-weight: 600;
}

.dForm .dSubmit{
    background-color: var(--green1);
    color: #fff;
    border: 0;
    margin-top: 20px;
    border-radius: 10px;
    padding: 15px 30px;
}

.dForm select, .dForm input {
    min-height: 47px;
    border-radius: 10px;
}

.dForm input[type="file"], #declaration input[type="file"]{
    background-color: transparent;
    border: 0;
}




.dForm input[type="file"]::file-selector-button, #declaration input[type="file"]::file-selector-button {
    background-image: url("../images/btnbg.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--green1);
    color: white;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    height: 40px;
}

.dForm input[type="file"]:hover::file-selector-button, #declaration input[type="file"]:hover::file-selector-button {
    background-color: var(--green2)!important;
}

.slick-dots li button {
    font-size: 10px!important;
    background-color: var(--green3)!important;
    border-radius: 100%!important;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--green1) !important;
    border: 0;
}

li.slick-active button {
    background-color: var(--green1) !important;
    color: #fff !important;
}

.slick-dots li button:before{
    display: none!important;
}

.slick-dots {
    display: flex!important;
    gap: 6px!important;
    justify-content: center!important;
}

.voirplus {
    text-align: right;
    color: var(--green1);
}

.voirplus {
    text-align: right;
    color: var(--green1);
    font-size: 14px;
    padding: 10px;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 10px;
}

.userNavMobile a{
    text-decoration: none;
}

#copyright a{
    
    color: #000;
    opacity: 0.7;
}

.cvalue .form-check-input:disabled{
    opacity: 1;
}

.drValue a{
    cursor: pointer;
}

.titleModal {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #444444;
}

.modalLabel {
    font-size: 15px;
    font-weight: 600;
    display: block;
    margin: 11px 0px;
}

#fupForm input {
    width: 100%;
    border-radius: 50px;
    border: 1px solid #e3e3e3;
    padding: 11px 22px;
}


#btnvalid {
    background-color: var(--green1);
    color: #fff;
    border: 0;
    margin-top: 20px;
    padding: 10px 60px;
    width: 100%;
    border-radius: 8px;
}

#btnvalid[disabled] {
    filter: grayscale(0.8);
}

/* Personnaliser le bouton de sélection */
#fupForm input[type="file"]::file-selector-button {
    background-color: var(--green1);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 50px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  /* Effets au survol */
  #fupForm input[type="file"]::file-selector-button:hover {
    background-color: var(--green1);
  }
  
  /* Effet au focus */
  #fupForm input[type="file"]::file-selector-button:focus {
    outline: 2px solid var(--green1);
    outline-offset: 2px;
  }

  .custom-ok-button {
    background-color: var(--green1)!important;
}


.custom-ok-button:focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgb(19 134 81 / 14%)!important;
}
.stickySide{
    position: sticky;
    top: 20px;
}

a:has(.pageBtn) {
    text-decoration: none;
}

.walletWrap{
    color: #333;
}

.walletWrap h2, #declaration h2 {
    font-size: 20px;
    font-weight: 600;
}

.font-weight-bold{
    font-weight: bold;
}

a:has(.btnParrain) {
    text-decoration: none;
}

button.btnParrain {
    color: #fff;
    background-color: var(--rose1);
    border: 0;
    border-radius: 18px;
    padding: 19px;
    font-weight: 500;
    opacity: 1;
    transition: 0.2s;
}

button.btnParrain.btn2{
    background-color: var(--green1);
}

button.btnParrain:hover{
    opacity: 0.8;
    transition: 0.2s;
}

.greenTitle{
    font-weight:bold;
    font-size:18px;
    color:#1a7e1e;
    margin-bottom:20px;
 }

 .italicTxt {
    font-style: italic;
}

.question{
    font-size:18px;
    font-weight:bold;
    margin-bottom:20px;
 }

 .bgblanc{
    background-color: #fff;

    border-radius:0 0 9px 9px;
 }

 .soldeNeg{
	color: var(--rose1);
}

/* Parrainage */

table i{
    font-size: 25px !important;
}

.parrainBox form label {
   font-weight: bold;
   margin-top: 20px;
   font-size: 17px;
   transition: 0.5s;
}

.parrainBox input, .parrainBox select{
   height: 50px;
}

.parrainBox ul li {
   border: 0;
   padding: 6px;
   display: flex;
   align-items: center;
   font-size: 16px;
   font-weight: bold;
   color: #5d5d5d;
   border-bottom: 1px solid #eee;
   flex-wrap: nowrap;
}

.parrainBox ul li i{
   margin-right: 10px;
   font-size: 17px;
}

.parrainBox ul {
   padding-top: 17px;
}

button.backBtn {
   background-color: #ffffff;
   padding: 10px 20px;
   font-size: 21px;
   border-radius: 5px;
   margin-top: 40px;
   height: 60px;
   text-align: center;
   color: #9b9b9b;
   display: inline-flex;
   align-items: center;
   justify-content: space-between;
   width: 118px;
   margin-right: 20px;
   border: 1px solid #dcdcdc;
}
.errorMsg{
   margin-top: 5px;
   display: none;
}
.errorMsg div {
   display: flex;
   align-items: center;
}
.errorMsg i {
   margin-right: 9px;
}

.errorMsg .errorTxt{
   color: #c51c50;
   font-size: 13px;
}

.confirmed{
   display:none;
   width: 100%;
   background: #ffffff7d;
   height: 90%;
   position: absolute;
   backdrop-filter: blur(8px);
   z-index: 9;
   border-radius: 8px;
}


  .refused{
   display:none;
   width: 100%;
   background: #ffffff7d;
   height: 90%;
   position: absolute;
   backdrop-filter: blur(8px);
   z-index: 9;
   border-radius: 8px;
}

.confirmTxt {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   height: 100%;
   padding: 45px;
}

.confirmTxt i {
   font-size: 70px;
   margin-bottom: 20px;
}

.confirmTxt h3 {
   font-weight: bold;
}

.errorInput {
   border: 1px solid #c51c50;
}

.confirmedBtn button {
    background-color: #f07d00;
    padding: 10px;
    font-size: 21px;
    border-radius: 5px;
    width: 250px;
    margin-top: 30px;
    height: 60px;
    text-align: center;
    color: #fff;
}
@media (max-width : 487px){
   button.backBtn{
       margin-right: 10px;
       margin-top: 10px;
   }
   .reverse{
       display: flex;
       align-items: center;
       flex-direction: column;
       flex-direction: column-reverse;
   }
   
}
.table .thead-light th{
        background-color:#fff!important;
    }

.customTxt{
    font-size: 17px;
}
.customTxt:first-letter {
text-transform: capitalize;
}
.customTxt {
    text-transform: lowercase;
}

.parrainageWrap .main-content{
    background-color: #fff;
    border-radius: 18px;
}

.parrainageWrap h2{
    font-size: 20px;
    font-weight: 600;
}


.wallet-list li{
    border: 0!important;
    font-weight: 500!important;
}

.parrainage-list li{
    font-weight: 500!important;
}

.parrainage-list li:last-child{
    border: 0!important;
}

.parrainageWrap label {
    font-size: 15px !important;
    margin-bottom: 11px;
    color: #505050 !important;
    font-weight: 600 !important;
}


.parrainageWrap button.btnParrain {
    min-width: 200px;
}


.backParrainage{
    background-color: #fff;
    border: 1px solid #e3e3e3;
    padding: 18px;
    min-width: 159px;
    border-radius: 18px;
    font-size: 17px;
    font-weight: 500;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 13px;
}

.actionForm {
    margin-top: 50px!important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}


#filterContent{
    display: none!important;
}

.backPage{
    color: var(--green1);
    margin-right: 10px;
    font-size: 20px;
}

.backPage a{
    color: inherit;
}

.breadcrumb{
    display: flex;
    align-items: center;
    margin: 0!important;
    padding-bottom: 20px!important;
}

.mention .titre {
    color: var(--green1);
    font-size: 18px;
    padding: 5px 0;
    display: block;
}


input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
textarea:-webkit-autofill, 
textarea:-webkit-autofill:hover, 
textarea:-webkit-autofill:focus, 
select:-webkit-autofill, 
select:-webkit-autofill:hover, 
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset; /* Fond personnalisé */
  transition: background-color 5000s ease-in-out 0s; /* Pour éviter la réinitialisation rapide */
}

.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: 0.5;
    margin-top: 20px;
    margin-bottom: 1px;
  }
  .hr-text:before {
    content: "";
    background: linear-gradient(to right, transparent, #818078, transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
  }
  .hr-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: black;
    padding: 0 0.5em;
    line-height: 1.5em;
    color: #818078;
    background-color: #fcfcfa;
  }

  #b2t {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    color: #fff;
    font-size: 23px;
    text-decoration: none;
    background-color: var(--green1);
    align-items: center;
    justify-content: center;
    display: flex;
  }

  #b2t:hover {
    cursor: pointer;
    background-color: #333;
  }
  #b2t:active {
    background-color: #555;
  }

#b2t.show {
    opacity: 1;
    visibility: visible;
    display: flex;
}

@media(max-width : 992px){
    #b2t{
        bottom: 70px;
        right: 11px;
        opacity: 0.8 !important;
    }
    .dSubmit{
        width: 100%;
    }

    .demandeTitle{
        font-size: 12px;
    }
    .notifBtn{
        display: none;
    }

    #declaration #form ul li .leLabel{
        width : 100%;
    }
    #declaration #form ul li .col-5{
        width : 100%;
    }
    #declaration #form ul li input[type=file]{
        width: 100%;
    }

    #declaration #form ul li .col-6{
        width: 100%!important;
    }

    #declaration #form ul li#files .col-6{
        width: 100%;
    }
    #declaration li#files + li .col-6{
        width: 100%!important;
    }

    #declaration .custom-checkbox {
        padding: 0px !important;
        display: flex;
        gap: 10px;
        margin: 0;
    }

    .btnDeclare a {
        width: 100%;
        display: block;
        text-align: center;
    }

    .btnDeclare.disabled {
        pointer-events: none;
        opacity: 0.8;
     }

    #declaration .cardBox.green {
        font-size: 14px;
    }
    #declaration .cardBox.green h2 {
        font-size: 18px;
    }

    #declaration .fa-file-plus {
        background-color: var(--green1);
        width: 100%;
        margin-top: 28px;
        display: block;
        color: #fff;
        font-size: 22px;
        text-align: center;
        padding: 5px;
        border-radius: 10px;
        margin-bottom: 10px;
    }

    #declaration .col-1 {
        width: 100%;
        position: sticky;
        top: 0;
    }
}

#declaration .col-1 .fa-file-plus {
    color: #fff;
    background-color: var(--green1);
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
}

.btn-resil {
    min-width: 320px;
    padding: 10px 0;
    border: 0;
    color: #fff;
    background-color: var(--rose1);
    border-radius: 9px;
    margin: 45px 0;
}

.ctaBloc {
    text-align: center;
    padding: 25px 0;
}

.simpleBlocTitle{
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
}

#resiliationBloc p{
    margin: 0;
}

#resiliationBloc h4{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

#resiliationBloc a {
    color: var(--rose1);
}

.bonasavoir{
    background-color: #efefef;
    font-style: italic;
    margin-top: 10px;
    padding: 10px;
    border-radius: 15px;
    color: #606060
}

.formListe {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.formListe li {
    display: flex;
    padding: 9px 0;
    border-bottom: 1px solid #efefef;
}

.btnAction {
    background-image: url(../images/btnbg.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--rose1);
    color: #fff;
    padding: 13px 30px!important;
    border: 0;
    border-radius: 10px;
    margin-left: 10px !important;
    margin-top: 0 !important;
    width: auto !important;
}


.btnAction.green {
    background-image: url(../images/btnbg.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--green1);
}

.field-block__title {
    font-weight: 600;
    color: #686868;
    font-size: 14px;
}

.formListe input[readonly] {
    background: #edf3f2;
}

.iti{
	width: 100%;
}

p.addTxt {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.offreForm .form-wizard {
    max-width: 600px;
    width: 100%;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.offreForm .steps {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.offreForm .step {
    flex: 1;
    text-align: center;
    position: relative;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #aaa;
}

.offreForm .step.active {
    color: var(--green1);
}

.offreForm .step::before {
    content: '';
    width: 20px;
    height: 20px;
    background-color: #ddd;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: -5px;
  transition: background-color 0.3s ease;
  margin-right: 5px;
}

.offreForm .step.active::before {
    background-color: var(--green1);
}

.offreForm .step:not(:first-child)::after {
    content: '';
    position: absolute;
    width: calc(100% - 40px);
    height: 2px;
    background-color: #ddd;
    top: 16px;
    left: -50%;
    z-index: -1;
    transition: background-color 0.3s ease;
}

.offreForm .step.active:not(:first-child)::after {
    background-color: var(--green1);
}

.offreForm .form-step {
    display: none;
}

.offreForm .form-step.active {
    display: block!important;
}

.offreForm .form-step label {
    display: block;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #333;
}

.offreForm .form-step input,
.offreForm .form-step select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 15px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.offreForm .form-step input:focus,
.offreForm .form-step select:focus {
    border-color: var(--green1);
    outline: none;
}

.offreForm button {
    padding: 12px 20px;
    font-size: 14px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.1s ease;
    display: inline-block;
    margin-top: 15px;
}

.offreForm button:hover {
    transform: scale(1.05);
}

.offreForm button:active {
    transform: scale(1);
}

.offreForm button[type="button"] {
    background-color: var(--green1);
    color: #fff;
}

.offreForm button[type="button"]:hover {
    background-color: var(--green1);
}

.offreForm button[type="submit"] {
    background-color: var(--green1);
    color: #fff;
    width: 100%;
    margin-top: 20px;
}

.offreForm button[type="submit"]:hover {
    background-color: var(--green1);
}

.offreForm .preview {
    background-color: #f5f5f5;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 20px;
}

.offreForm .hidden {
    display: none;
}

.btnContainer {
    text-align: right;
}

.autocomplete-suggestions {
    border: 1px solid #e3e3e3;
    max-height: 150px;
    overflow-y: auto;
    display: none;
}
.autocomplete-suggestion {
    padding: 8px;
    cursor: pointer;
}
.autocomplete-suggestion:hover {
    background-color: #e3e3e3;
}
.error-message {
    color: red;
    font-size: 14px;
    display: none;
}

.card__content li {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #dadada;
    padding: 16px 0px;
}

.leLabel{
    display: flex;
}

.leLabel {
    display: flex;
    align-items: center;
    gap: 10px;
}

.box-contrat form ul{
    padding: 0;
}

.btnDeclare {
    text-align: end;
}

.btnDeclare.disabled {
    pointer-events: none;
    opacity: 0.8;
 }
 
.btnDeclare a {
    background-color: var(--green1);
    color: #fff;
    padding: 12px 80px;
    border-radius: 13px;
    text-decoration: none;
    background-image: url(../images/btnbg.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

#reclamation h2{
	color: var(--green1);
    font-size: 18px;
    padding: 5px 0;
    display: block;
    font-weight: bold;
}

#reclamation h4{
	color: #000;
    font-size: 16px;
    padding: 5px 0;
    display: block;
    font-weight: bold;
}

.cardBox.green{
    background-image: url(../images/bglogin.svg);
    background-color: var(--green4) !important;
    color: var(--green4);
}

a.btnReclame {
background-color: var(--rose1);
text-decoration: none;
padding: 10px 50px;
border-radius: 5px;
color: #fff;
font-size: 20px;
margin: 30px 0!important;
display: inline-block;
}

#reclamation ul.checked li,#reclamation ul.unchecked li {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: center;
}

#reclamation .checked li:before{
   content:'';
   height:30px;
   width:30px;
   margin-right:9px;
   display:inline-block;
   background-image: url('../../../images/checked.png');
   background-size:cover;
   min-width: 30px;
}
#reclamation .unchecked li:before{
   content:'';
   height:30px;
   width:30px;
   margin-right:9px;
   display:inline-block;
   background-image: url('../../../images/unchecked.png');
   background-size:cover;
   min-width: 30px;
}

.addfiles{
    color: var(--green1);
    font-size: 22px;
}

#profilEdit .input__box {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 11px 0px;
}

.select2-container .select2-selection--single {
    height: 40px !important;
    border: 1px solid #dee2e6 !important;
    padding: 5px;
}

.select2-container .select2-selection__arrow {
    height: 40px !important;
}

.hide {
    display: none!important;
}

.simpleEdit {
    display: none;
}

.expireOtp {
    text-align: center;
}

.expireOtp i {
    color: var(--rose1);
    font-size: 55px;
    margin-bottom: 30px;
}

.expireOtp a {
    background-color: var(--green1);
    color: #fff;
    padding: 10px 30px;
    margin-top: 20px;
    display: inline-block;
    text-decoration: none;
    border-radius: 20px;
}

.lostForm #passwordTrigger {
    top: 24px;
}

.telLink {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

li.breadcrumb-item {
    font-size: 14px;
}

.filterDesktop {
    font-size: 15px;
    display: flex;
    align-items: flex-start;
    gap: 6px;
    justify-content: flex-end;
}

.historiqueFilter {
    margin-top: 20px;
    background-image: url(../images/bgloginmobile.jpg);
    background-size: cover;
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    border: 0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto;
}

.demanderRemboursement {
    margin-top: 20px;
    background-image: url(../images/bgloginmobile.jpg);
    background-size: cover;
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    border: 0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto;
    text-decoration: none;
    width: fit-content;
}

.complementsante.noContrat .iconProduct{
	background-position: initial!important;
}

.renseigne a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

.entrepriseDesign .loginLink a{
     color: #427E94;
}

.entrepriseDesign .form-check-input:checked{
    background-color: #427E94!important;
    border-color: #427E94!important;
}

.entrepriseDesign .seconnecter{
    background-color: #427E94;
}



@media(min-width: 992px) {
    .entrepriseDesign .colorArea.login {
        background-image: url(../images/bglogin-e.svg);
    }
}


.entrepriseDesign .colorArea {
    background-image: url(../images/bglogin-e.svg);
}


.entrepriseDesign .form-control:focus{
    border-color: #c7d8df !important;
    box-shadow: 0 0 0 .10rem #c7d8df !important;
}

.entrepriseDesign .pageBtn{
    background-color: #427E94;
    background-image: url(../images/btnbg.svg);
}

.entrepriseDesign .expireOtp a{
    background-color: #427E94;
}


/* ########################### */

.auth .typeTitle{
    margin-top: 200px;
    font-size: 20px;
    font-weight: 600;
}

.auth .logoBox{
    background-color: #fff;
    width: 100%;
    text-align: center;
    height: 200px;
    border-radius: 20px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.auth .logoBox:hover{
    background-color: #efefef;
    transition: 0.3s;
}

.auth .loginLink{
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
    text-decoration: none;
    border-bottom: 1px solid;
    width: max-content;
    margin: auto;
    margin-top: 20px;
}

.auth .telMsg{
    font-size: 16px;
    color: #000;
    margin-top: 100px;
    text-align: center;
}

.auth .telMsg a{
    color: #000;
    font-weight: 600;
}

@media (max-width : 920px){
    .auth .typeTitle{
        margin-top: 50px;
    }
    .auth .telMsg{
        margin-bottom: 50px;
    }

    .auth .telMsg a {
        display: inline-block;
    }

    .auth .logoBox{
        height: 150px;
    }
}


.expireOtpBox{
    background-color: #fff;
    width: auto;
}

.expireContent {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    text-align: center;
}

.expireOtpBox {
    background-color: #fff;
    width: auto;
    padding: 30px;
    border-radius: 10px;
}

.expireTitle {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.expireAction {
    margin-top: 10px;
}

.simplePageTitle{
    font-weight: 600;
    font-size: 20px;
}

.telebloc {
    align-items: center;
    gap: 40px;
    margin-top: 20px!important;
}

.h3Title {
    font-weight: 600;
    color: var(--green1);
    font-size: 20px;
}

.teleblocCta {
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    padding: 20px !important;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.teleImg{
    border-radius: 20px;
}

.teleTxt {
    font-size: 15px;
}

.teleBtn{
    background-color: var(--green1);
    background-image: url(../images/btnbg.svg);
    border-radius: 12px;
    color: #fff;
    padding: 12px 40px;
    margin: 10px 0;
    border: 0;
    transition: 0.3s;
}

.newMsgContainer{
    background-color: #fff;
    border:1px solid #ECECEC;
    border-radius: 15px;
}

.newMsgTitle{
    font-size: 18px;
    text-align: center;
    color: #707070;
    padding: 15px;
}

.newMsgContainer input, .newMsgContainer textarea{
    border-radius: 0!important;
}

.jointureBox{
    padding: 15px;
    text-align: right;
    color: var(--green1);
}

label[for=jointureMsg]{
    cursor: pointer;
}

input#jointureMsg_F1, input#jointureMsg {
    display: none;
}

.MultiFile-title {
    color: #3a3a3a;
    font-size: 13px;
}

a.MultiFile-remove {
    text-decoration: none;
    color: var(--rose1);
    background-color: var(--rose2);
    display: inline-flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.ts-wrapper {
    padding-left: 50px!important;
    border-radius: 0px!important;
}

.ts-control {
    border: 0;
}

@media(max-width : 980px){
    .telebloc {
        flex-direction: column;
    }
    .gap3{
    gap: 10px!important;
}
}

.typeDeSoin{
    font-size: 13px;
}

#soldeNegative h3 {
    font-size: 22px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 30px;
    margin-top: -30px;
}

#soldeNegative p {
    font-size: 15px;
    font-weight: 500;
}

.paySolde {
    background-color: var(--rose1);
    color: #fff;
    padding: 10px 20px;
    border: 0;
    border-radius: 10px;
    margin-bottom: 20px;
}

.noticeTitle {
    font-weight: 600;
    margin: 30px 0;
}

.amine{
    display: none;
}


.posTitle {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 16px;
}

.posAction {
    margin-top: 30px;
}

a.posClose {
    color: var(--green1);
    text-decoration: none;
    border-bottom: 1px solid;
    margin-top: 13px;
    display: inline-block;
    font-size: 15px;
}

span.remise {
    background-color: var(--green3);
    display: inline-block;
    padding: 0 7px;
    border-radius: 5px;
    font-weight: 500;
    color: #000;
}


@media (max-width: 767px) {
  .table-responsive table,
  .table-responsive thead,
  .table-responsive tbody,
  .table-responsive th,
  .table-responsive td,
  .table-responsive tr {
    display: block;
    width: 100%;
  }

  .table-responsive thead tr {
    display: none;
  }

  .table-responsive tr {
    margin-bottom: 1rem;
    border-radius: 20px;
    overflow: hidden;
    padding: 0;
  }

  .table-responsive td {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    border: none;
    border-bottom: 1px solid #eee;
  }

  .table-responsive td:before {
        content: attr(data-label);
        text-align: left;
        font-size: 14px;
        display: flex;
        align-items: center;
        color: #838383;
        background-color: #eeeeee;
        border-radius: 25px;
        width: auto;
        padding: 0 12px;
        height: fit-content;
  }

  tr.table-light td {
        background-color: #fff;
        padding: 7px 12px;
         text-align: right;
    }

    .table-responsive {
        padding: 13px;
    }

    .table-responsive .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: inherit;
    text-align: right;
    }

    .table-responsive i{
        font-size: 20px !important;
    }

    #resilFormulaire .container {
    padding: 0 !important;
    }

    li#docvalid {
    display: flex;
    flex-direction: column;
    }

    #docvalid + li div {
    width: 100%;
    }

    #resiliationForm .col-6, #resiliationForm .col-5 {
    width: 100%;
    }

    #resiliationForm .d-flex.justify-content-end {
    display: flex !important;
    flex-direction: column !important;
    width: 100%;
    align-items: center;
    gap: 10px;
    }

    #resiliationForm .d-flex.justify-content-end div, #resiliationForm .d-flex.justify-content-end div button {
    width: 100% !important;
    }

    .dForm input[type="file"], #declaration input[type="file"]{
        width: 100%;
        margin-top: 10px;
    }

    .btnAction{
        margin-left:0!important;
        font-size: 14px;
    }
}


/* Demande v2 Style */

.demandeFilter{
    display: flex;
    align-items: center;
    width: 230px;
}

.demandeFilterLabel{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 4px;
}

.selectEtat{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 70%;
}

.fullradius{
    border-radius: 50px!important;
}

.demandeBtn{
    background-image: url(../images/btnbg.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--green1);
    border-radius: 50px;
    color: #fff;
    width: 100%;
    border: 0;
    padding: 10px 0;
    margin-bottom: 10px;
    opacity: 1;
    transform: scale(1);
    transition: 0.3s;
}

.demandeBtn.rdv{
    background-image: none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    border-radius: 50px;
    color: var(--rose1);
    width: 100%;
    border: 2px solid var(--rose1);
    padding: 10px 0;
    margin-bottom: 10px;
}

.demandeBtn:hover{
    transform: scale(1.05);
    opacity: 0.8;
    transition: 0.3s;
}

.singleD {
    background-color: #fff;
    border-radius: 9px;
    border: 1px solid #ECECEC;
    box-shadow: 0px 3px 0 #00000005;
    display: flex;
    align-items: center;
    padding: 1.5rem !important;
    gap: 15px;
    text-decoration: none; 
    color: inherit;        
    cursor: pointer;
    transition: 0.3s;
}

.singleD:hover{
    border-color: var(--green4);
    transition: 0.3s;
    box-shadow: 0px 3px 5px 0px #0000001a;
}

.iconCircle{
    height: 65px;
    width: 65px;
    background-color: #99A1AF;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dData {
  flex: 1;
}

.dEtatContainer {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dEtat{
    width: 94px;
    background-color: #3e3e3e;
    color: #fff;
    border-radius: 50px;
    padding: 5px;
    text-align: center;
    font-size: 14px;
    display: none;
    align-items: center;
    justify-content: space-evenly;
}

.dEncours .dEtat.encours{
    display: flex!important;
}
.dTraitee .dEtat.traitee{
    display: flex!important;
}
.dRecue .dEtat.recue{
    display: flex!important;
}

.dEtat.encours{
    background-color: #EE8E2F;
}

.dEtat.recue{
    background-color: #6A8692;
}

.dEtat.traitee{
    background-color: var(--green1);
}

.dDate{
    font-size: 16px;
    font-weight: 600;
}

.dMotif{
    font-size: 14px;
    color: #777777;
    font-weight: 600;
}

.dOpen{
    font-size: 14px;
    color: #777777;
}

.pagination button.page-link {
    border-radius: 100% !important;
    height: 40px;
    width: 40px;
    margin: 0 10px;
    color: #636363;
}
.active>.page-link, .page-link.active {
    background-color: var(--green1)!important;
    border-color: var(--green3)!important;
    color: #fff !important;
}

.disabled.page-ellipsis .page-link {
    background-color: transparent !important;
    border: 1px solid #928e8e3e;
    margin-right: 10px;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-bottom: 13px;
}

.detailDemandeBox{
    background-color: #fff;
    border: 1px solid #ECECEC;
}

.ddRetour {
    height: 48px;
    min-width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ECECEC;
    background-color: #fff;
}

.detailDemandeBox {
    background-color: #fff;
    border: 1px solid #ECECEC;
    border-radius: 15px;
}

.ddRetour {
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ECECEC;
    background-color: #fff;
    border-radius: 0 10px 10px 0;
    margin-right: 10px;
}

.ddTitle {
    font-size: 15px;
    font-weight: 600;
}

.ddHeader {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ECECEC;
}

.msg-text {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ddMyMsg {
    display: flex;
    gap: 10px;
    padding: 15px;
    border-bottom: 1px solid #ececec;
}

.ddMyMsgContent {
 /* max-width: 500px; */
  font-size: 14px;
  line-height: 1.4em;
}

.msg-text {
  display: -webkit-box;
  -webkit-line-clamp: 1;   /* limite à 1 ligne */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 60%;
}

.msg-text.expanded {
  -webkit-line-clamp: unset;
  width: 100%;
}

a.toggle-btn {
    color: #000;
    font-weight: 600;
    text-decoration: none;
}

.agentPdpCircle {
    height: 65px;
    width: 65px;
    background-color: #C1E5F5;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ddAgentMsg {
    /* display: flex;
    gap: 10px;
    padding: 15px;
    border-bottom: 1px solid #ececec;
    align-items: center; */
}

.ddMyMsgDate {
    font-weight: 700;
    font-size: 14px;
}

.agentTitle {
    font-weight: 700;
    font-size: 14px;
}

.agentDate {
    font-size: 14px;
    line-height: 1.4em;
}

.ddAgentHeader{
    display: flex;
    gap: 10px;
    padding: 15px;
    align-items: center;
}

.agentMsg {
    padding: 15px;
    padding-left: 89px;
    font-size: 14px;
}

.ddStatut {
    margin-left: auto;
}

.stDemande{
    font-size: 16px;
    font-weight: 600;
    color: #171717;
}

.cdHeader {
    display: flex;
    gap: 10px;
}
a.cdPrecedent {
    background-color: #fff;
    height: 63px;
    min-width: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ECECEC;
    border-radius: 10px;
}

.contratChoice {
    background-color: #fff;
    border: 1px solid #ECECEC;
    width: 100%;
    border-radius: 10px;
    max-height: 63px;
    display: flex;
    padding: 0 10px;
    flex-direction: column;
    justify-content: center;
}

.cdContratTitle {
    font-size: 14px;
    font-weight: 600;
}

.cdcontratData {
    display: flex;
    gap: 10px;
    font-size: 13px;
}

.cdBox {
    background-color: #fff;
    border-radius: 9px;
    padding: 10px;
    border: 1px solid #ECECEC;
}

.titleCdLvl1 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    background-color: #f1f1f1;
    padding: 10px;
    border-radius: 9px;
}

a.cdLvl2 {
    text-decoration: none;
    color: #000;
    font-size: 13px;
    display: block;
    padding: 6px 0;
    border-bottom: 1px solid #ECECEC;
    transition: 0.2s;
}

a.cdLvl2:hover {
    background-color: #ECECEC;
    padding-left: 10px;
    transition: 0.3s;
    font-weight: 500;
}


.cdBox .cdLvl2:last-child {
    border-bottom: 0;
}

.cdList {
  margin-top: 10px;
  column-count: 2;
  column-gap: 10px;
  /* optionnel : column-fill: balance; */
}

.cdListBox {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  display: inline-block;   /* aide certains navigateurs */
  width: 100%;             /* garde la largeur du bloc */
  margin-bottom: 10px;     /* espace vertical entre blocs */
}

/* Responsive */
@media (max-width: 992px){
    
.chatbox__button {
    display: none;
}
    
  .cdList{ column-count:1; }
  .cdPrecedent{
    display: none!important;
}
.cdHeader {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.cdcontratData {
    display: flex;
    gap: 10px;
    font-size: 13px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.contratChoice {
    min-height: 80px;
    text-align: center;
}

.muBox {
    align-items: center!important;
}

.submitDemandeBtn{
    max-width: none !important;
    width: 100%;
}

.singleD{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.dEtatContainer {
    margin-left: initial;
}
.iconCircle {
    height: 45px;
    width: 45px;
    padding: 12px;
}
.dData {
    text-align: center;
}

.agentPdpCircle{
    max-width: 45px;
    max-height: 45px;
    padding: 11px
}
.agentMsg{
    padding: 12px;
}
.ddTitle {
    line-height: 18px;
}
.dEtat {
    width: 84px;
    font-size: 11px;
}
.pagination button.page-link{
    width: 33px;
    height: 33px;
    font-size: 13px;
}
.disabled.page-ellipsis .page-link {
    width: 33px;
    height: 33px;
    font-size: 13px;
}
.cdList {
    column-count: 1!important;
}

.ddRetour{
    display: none;
}
.ddTitle{
    padding: 10px;
}

.rdCta{
        flex-direction: column;
}
}

.reponseDemande {
    background-color: #fff;
    border: 1px solid #ECECEC;
    border-radius: 10px;
}

.rdHeader {
    display: flex;
    align-items: center;
    min-height: 63px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 10px;
    font-size: 14px;
}

.rdBack {
    min-width: 63px;
    min-height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ececec;
    background-color: #fff;
    border-radius: 0 10px 10px 0;
    transition: 0.3s;
}

.rdBack:hover{
    background-color: #ECECEC;
    transition: 0.3s;
}

.rdImmediateTitle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 600;
    font-size: 16px;
}

.rdContent {
    padding: 20px;
}

.rdQuote {
    background-color: #E0EFE8;
    border: 1px solid #B3D8C6;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
}

.rdQuoteIcon {
    height: 63px;
    width: 113px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rdQuoteBox {
    font-size: 13px;
}

.rdQuoteTitle {
    font-weight: 600;
}

.rdCta {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

a.btnRd {
    background-image: url(../images/btnbg.svg);
    display: flex;
    background-color: var(--green1);
    color: #fff;
    text-decoration: none;
    padding: 10px 30px;
    border-radius: 50px;
}

a.btnRd.gris {
    background-image: url(../images/btnbg.svg);
    display: flex;
    background-color: var(--gris1);
    color: #fff;
    text-decoration: none;
    padding: 10px 30px;
    border-radius: 50px;
}

.rdBack + .rdImmediateTitle svg {
    margin-left: -63px;
}

.newDemandeBox{
    background-color: #fff;
    border: 1px solid #ECECEC;
    margin-top: 20px;
    border-radius: 10px;
    color: #707070;
    text-align: center;
}

.newDemandeTitle {
    padding: 20px;
    padding-bottom: 10px;
}

textarea#newDemande {
    border-radius: 0;
    height: 300px;
    border: 0;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}

.filepond--panel-root {
    background-color: #fff!important;
}

span.joinIcon {
    display: inline-flex;
    height: 30px;
    width: 30px;
    background-color: var(--green4);
    border-radius: 100%;
}

.filepond--drop-label.filepond--drop-label label {
    display: flex!important;
    align-items: center;
    gap: 9px!important;
}

.filepond--drop-label {
    justify-content: flex-end !important;
}

.filepond--label-action {
    font-size: 14px!important;
    font-weight: 600!important;
    color: var(--green1) !important;
    text-decoration: none!important;
}

.filepond--root {
    margin-bottom: 0!important;
}

/* span.joinIcon {
    display: inline-flex;
    height: 30px;
    width: 30px;
    background-color: var(--green4);
    border-radius: 100%;
    background-image: url(../images/join.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 14px;
}

.muBox {
    display: flex;
    align-items: center;
    gap: 10px;
}

.muContent span {
    display: block;
}

.muContent {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 13px!important;
}

span.docUploadRestriction {
    font-size: 11px!important;
}

.uploadBox{
    cursor: pointer;
} */

.muBox {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.submitDemandeBtn {
    background-image: url(../images/btnbg.svg);
    display: block;
    background-color: var(--green1);
    color: #fff;
    text-decoration: none;
    padding: 10px 30px;
    border-radius: 50px;
    text-align: center;
    max-width: 300px;
    border: 0px;
}

span.muIcon {
    width: 30px;
    height: 30px;
    display: block;
    background-color: #fff;
    border-radius: 100%;
    background-image: url(../images/join.svg);
}

.submitBox {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
}



.uploadBtn {
    background-color: var(--green4);
    color: var(--green1);
    border: 0;
    border-radius: 50px;
    padding: 5px 14px;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding-left: 7px;
    margin-bottom: 3px;
    font-size: 13px !important;
}

span.muIcon {
    width: 25px;
    height: 25px;
    display: block;
    background-color: #fff;
    border-radius: 100%;
    background-image: url(../images/join.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 11px;
}
.docUploadRestriction {
    font-size: 10px !important;
}

.muBox{
    cursor: pointer;
}

.cdAccBtn {
    display: flex;
    align-items: center;
    width: 100%;
    border: 0;
    background: transparent;
    padding: 5px 0px;
    font-size: 13px;
    font-weight: 600;
    border-bottom: 1px solid #ececec;
    cursor: pointer;
}

.cdList { column-count: 2; column-gap: 10px; }
.cdListBox { break-inside: avoid; -webkit-column-break-inside: avoid; -moz-column-break-inside: avoid; margin-bottom: 10px; }
.cdAccBody { padding-left: 10px; }
.cdLvl3 { display:block; padding:6px 0; }
/* .cdAccBtn { all: unset; cursor: pointer; display:flex; justify-content:space-between; width:100%; padding:8px 0; } */
.accChevron { transition: transform .2s; font-size: 19px;}
.collapse.show + .accChevron,
.cdAccBtn[aria-expanded="true"] .accChevron { transform: rotate(180deg); }

a.cdLvl3 {
    text-decoration: none;
    color: #000;
    font-size: 13px;
    display: block;
    padding: 6px 0;
    border-bottom: 1px solid #ECECEC;
    transition: 0.2s;
}

a.cdLvl3:hover {
    background-color: #ECECEC;
    padding-left: 10px;
    transition: 0.3s;
    font-weight: 500;
}

.loaderOverlay{
  position: fixed;
  inset: 0;
  background: rgba(255,255,255,.75);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  margin-top: 0 !important;
}
.loaderOverlay.show{ display: flex; }
.loaderOverlay img{ width: 64px; height: 64px; } /* adapte à ton GIF */

span.ultraDate {
    color: #adadad;
    font-size: 13px;
    font-weight: 400;
}

.dNumContrat {
    font-size: 12px;
    color: #8d8d8d;
    margin-bottom: 5px;
}

.imBox {
    background-color: var(--green4);
    padding: 12px;
    border: 1px solid var(--green3);
    border-radius: 9px;
    margin: 10px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.imMsg1 {
    font-size: 15px;
    font-weight: 700;
}

.imMsg2 {
    font-size: 15px;
    font-weight: 700;
}

/* >>> Ajout pour styliser le bouton du Swal */
.my-swal-btn {
    padding: .6rem 1.1rem !important;
    background-color: var(--green1) !important;
    border: 0 !important;
}

.tfCheck {
    width: 100%;
    min-height: 173px;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    background-color: #fff !important;
    border: 1px solid #DBDBDB!important;
    border-radius: 12px;
    color: var(--green1) !important;
    font-weight: 600!important;
    flex-direction: column;
}

.btn-check:checked+.btn.tfCheck {
    background-color: #C7DFD4 !important;
    border: 0!important;
    position: relative;
}

span.userCord {
    color: #000;
    font-weight: 400;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tfCheck svg {
    margin-bottom: 10px;
}

.btn-check:checked+.btn.tfCheck:after {
    content: "";
    height: 19px;
    width: 20px;
    position: absolute;
    top: 9px;
    right: 9px;
    background-image: url(../images/ecacheck.svg);
    background-repeat: no-repeat;
}

.tfTitle {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.tfInfo {
    text-align: center;
    border: 1px solid #C7DFD4;
    border-radius: 10px;
    margin-top: 18px;
    margin-bottom: 25px;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
}

.tfInfo a{
    color: var(--green1);
    text-decoration: none;
}

.tfCheck:hover {
    background-color: #f3f3f3 !important;
}

.confirmBox{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

 .otp-container {
    text-align: center;
  }

  .otp-container h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .otp-inputs {
    display: flex;
    justify-content: center;
    gap: 10px;
  }

  .otp-inputs input {
    width: 39px;
    height: 57px!important;
    font-size: 24px;
    text-align: center;
    border: 1px solid #ddd!important;
    border-radius: 8px;
    outline: none;
    transition: border-color 0.2s;
    font-size: 17px!important;
  }

  .otp-inputs input:focus {
    border-color: #0b8c56;
  }

  .resend {
    display: block;
    margin-top: 20px;
    color: #0b8c56;
    text-decoration: none;
    font-size: 14px;
  }

  .resend:hover {
    text-decoration: underline;
  }

@media(max-width : 920px){
    .tfCheck{
       min-height: auto;
    font-size: 13px !important;
    }
    .tfCheck svg {
    width: 43px;
    margin-bottom: 2px;
        }

    .rdImmediateTitle svg {
    min-width: 50px;
    }
    .reponseDemande{
        margin-top: 20px;
    }
}



.ddFeedback {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 30px 0px;
    max-width: 500px;
    width: 100%;
}

.evalueBox {
    display: flex;
    justify-content: center;
}
.simpleFeed.inactive path, .simpleFeed.inactive rect {
    fill: #979797;
}

.simpleFeed {
    cursor: no-drop;
}

.feedbackwrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 20px;
}

.feedbackbox {
    padding: 20px;
}

.feedTitle {
    font-size: 14px;
    font-weight: bold;
    color: #525252;
}

.feedbackbox label {
    font-size: 15px;
}

.alert.alert-info {
    font-size: 14px;
}

.simpleFeed .rate {
    filter: grayscale(1);
    opacity: 0.5;
}

.simpleFeed .rate.active {
    filter: grayscale(0);
    opacity: 1;
}

span.riaInfo {
    color: #094429;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
    display: none;
}

span.riaInfo svg {
    min-width: 18px;
}

/* Added styles */

.evalueBox{
    flex-direction: column;
    align-items: center;
}

.commentBox {
    width: 100%;
}

.evalueBox {
    flex-direction: column;
    align-items: center;
    padding: 15px;
}

/* Rating radio buttons styles */
.ddFeedback .evalue label.rate {
    cursor: pointer;
    transition: all 0.3s ease;
}

.ddFeedback .evalue label.rate img {
    transition: all 0.3s ease;
}

/* When any radio is checked, make all images grayscale by default */
.ddFeedback:has(input[type="radio"]:checked) .evalue label.rate img {
    filter: grayscale(1) opacity(0.5);
}

/* Only the checked radio button's image keeps its colors and is highlighted */
.ddFeedback .evalue input[type="radio"]:checked + label.rate img {
    filter: brightness(1.2) saturate(1.3) grayscale(0) opacity(1);
    transform: scale(1.1);
}

.ddFeedback .evalue label.rate:hover img {
    transform: scale(1.05);
}

#detailRefund.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

#detailRefund.grid .drWrap {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 2px 2px 7px #dddddd;
}

.singleDr {
    padding: 10px 20px;
}

.singleDr.rEca {
    border: 0;
    background-color: var(--green4);
    border-radius: 10px;
    padding: 10px 20px;
    color: var(--green1);
}

.singleDr.rAc {
    background-color: var(--gris3);
    border-radius: 10px;
    margin-top: 6px;
    color: #3e3e3e;
}

@media (max-width : 920px){
    #detailRefund.grid {
    grid-template-columns: repeat(1, auto);
}
}

span.riaInfo {
    color: #094429;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
    display: none;
}

span.riaInfo svg {
    min-width: 18px;
}

/* Added styles */

.evalueBox{
    flex-direction: column;
    align-items: center;
}

.commentBox {
    width: 100%;
}

.evalueBox {
    flex-direction: column;
    align-items: center;
    padding: 15px;
}

/* Rating radio buttons styles */
.ddFeedback .evalue label.rate {
    cursor: pointer;
    transition: all 0.3s ease;
}

.ddFeedback .evalue label.rate img {
    transition: all 0.3s ease;
}

/* When any radio is checked, make all images grayscale by default */
.ddFeedback:has(input[type="radio"]:checked) .evalue label.rate img {
    filter: grayscale(1) opacity(0.5);
}

/* Only the checked radio button's image keeps its colors and is highlighted */
.ddFeedback .evalue input[type="radio"]:checked + label.rate img {
    filter: brightness(1.2) saturate(1.3) grayscale(0) opacity(1);
    transform: scale(1.1);
}

.ddFeedback .evalue label.rate:hover img {
    transform: scale(1.05);
}