body.espace-intervenant{
    padding-bottom: 53px !important;
}

.intervenant-dashboard{
    width: 100%;
    height: calc(100vh - 90px);
    padding: 15px;
    display: flex;
    gap: 30px;
    position: fixed;
    padding-bottom: 60px;
    overflow-x: hidden;
    overflow-y: auto;
}

.intervenant-nav{
    max-width: 360px;
    height: calc(100% - 70px) !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    background-color: #F8F8F8;
    padding: 30px;
    position: fixed;
}

.intervenant-mobile-nav{ display: none; }

.intervenant-nav ul{
    list-style: none;
    padding: 0;
    margin: 40px 0 0 0;
}

.intervenant-nav ul li{
    margin: 8px auto;
    padding: 12px 20px;
    font-size: 18px;
    color: #34495E;
    opacity: 0.7;
    cursor: pointer;
}

.intervenant-nav ul li:hover, .intervenant-nav ul li.active{ 
    background-color: #FFF;
    border-radius: 10px;
    opacity: 1;
}

.intervenant-nav ul li a{
    color: #34495E !important;
}

.intervenant-nav ul li img{
    margin-right: 15px;
}

.intervenant-contact{
    margin-bottom: 20px;
    padding: 24px;
    border-radius: 20px;
    background-color: #FFF;
    box-shadow: 0px 30px 180px 10px #0000001A;
    box-shadow: 0px 10px 20px -5px #0000000A;
    box-shadow: 0px 1px 1px 0px #00000012;
}

.intervenant-contact img{
    border-radius: 10px;
    margin-bottom: 15px;
}

.intervenant-contact a{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    padding: 10px 0;
    text-align: center;
    color: #FFF;
    background-color: #FF5C00;
    border-radius: 100px;
}

.intervenant-contact p{ 
    font-size: 16px;
    margin: 20px 0; 
}

.intervenant-contact .contact-title, .intervenant-contact .contact-name{
    font-size: 18px;
    color: #34495E;
    opacity: 0.7;
    margin: 0;
}

.intervenant-contact .contact-title{
    font-weight: 600;
    opacity: 1 !important;
}

.intervenant-metrics{
    max-width: 550px;
    margin-left: 380px;
    flex-grow: 5;
}

.intervenant-metrics .title, 
.intervenant-metrics .subtitle,
.intervenant-groups-page .title{ margin: 0; }

.intervenant-metrics .title, 
.intervenant-groups-page .title{
    font-weight: 500;
    font-size: 34px;
    color: #34495E;
}

.intervenant-metrics .subtitle{
    font-weight: 500;
    font-size: 18px;
    color: #34495E;
}

.intervenant-infos{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.intervenant-infos img.intervenant-picture{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 20px;
}

.intervenant-info p{
    font-size: 18px;
    color: #34495E;
    margin: 0;
}

.intervenant-info p.main{
    font-size: 26px;
}

.intervenant-boxes{
    margin: 20px 0 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.intervenant-boxes .int-box{
    width: 47%;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0px 30px 180px 10px #0000001A;
}

.intervenant-boxes .int-box .flex{ justify-content: space-between ;}
.intervenant-boxes .int-box .flex p{
    font-weight: 400;
    font-size: 26px;
    line-height: 130%;
    margin: 0;
}

.intervenant-groups .intervenant-groups-entete .flex:first-child{
    margin-bottom: 10px;
    justify-content: space-between;
    align-items: center;
}

.intervenant-groups .intervenant-groups-entete p{
    font-size: 26px;
    font-weight: 600;
    margin: 0;
}

.intervenant-groups .intervenant-groups-entete .flex:first-child a{
    color: #FF5C00;
    font-size: 18px;
    font-weight: 500;
}

.intervenant-groups .intervenant-groups-entete .flex:last-child a{
    margin-right: 20px;
    color: #34495E;
    font-size: 18px;
    font-weight: 500;
}
.intervenant-groups .intervenant-groups-entete a{ cursor: pointer; }

.intervenant-groups .group-listing{
    max-height: 400px;
    overflow-y: auto; 
    overflow-x: hidden;
}

.intervenant-groups .group-infos{
    margin: 10px 0;
    padding: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #34495E12;
    border-radius: 15px;
    cursor: pointer;
}

.intervenant-groups .group-infos.active{
    background-color: #FFF;
    border: 2px solid #FF5C00;
}

.intervenant-groups .group-infos.active a{ display: none; }

.intervenant-groups .group-infos .details{
    margin-left: 20px;
    color: #34495E;
}

.intervenant-groups .group-infos .details p{
    font-size: 18px;
    margin: 0;
}

.intervenant-groups .group-infos .details span{
    width: 23px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    background-color: #34495E;
    color: #FFF;
    border-radius: 50%;
}

.intervenant-groups .group-infos.active .details{
    color: #FF5C00;
}   

.intervenant-groups .group-infos.active .details span{
    background-color: #FF5C00;
}

.group-detail{
    height: calc(100vh - 70px) !important;
    display: none;
    flex-grow: 6;
    background-color: #34495E12;
}

.group-detail.active{
    display: block;
}

.group-detail h4{
    max-width: 90%;
    font-weight: 500;
    color: #34495E;
    font-size: 26px;
}

.group-detail .participant-name{
    width: 180px;
} 

.group-entete-cta{
    width: 340px;
}

.detail-update{
    display: flex;
    justify-content: space-between;
}

.detail-update p{ margin: 0; }
.detail-update p img{
    margin-right: 10px;
}

.particpants-head-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.detail-update a{
    height: 52px;
    display: flex;
    align-items: center;
    padding: 18px;
    font-size: 18px;
    background-color: #34495E12;
    color: #34495E;
    border-radius: 100px;
    margin-left: 10px;
}
.detail-update img{ margin-left: 5px; }

.detail-metrics .subtitle{
    color: #34495E;
    font-weight: 700;
    font-size: 18px;
    margin-top: 20px;
}

detail-metrics a, 
detail-metrics a:hover, 
detail-metrics a:active{
    color: #34495E !important;
}

.metrics-box{
    display: flex;
    padding: 5px 10px 5px;
    margin-right: 10px;
    background-color: #FFF;
    color: #34495E !important;
    border-radius: 10px;
    box-shadow: 0px 20px 40px 5px #00000012;
    box-shadow: 0px 7px 7px -5px #00000008;
    box-shadow: 0px 1px 0px 0px #0000000D;
    box-shadow: 0px 4px 12px 0px #00000005 inset;
}

.metrics-box p{
    width: 80px;
    margin: 0;
    font-size: 16px;
    line-height: 120%;
}

.metrics-box .icon{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    padding: 5px;
    background-color: #34495E12;
    border-radius: 8px;
}

.intervenant-nav.minimized{ 
    max-width: 110px; 
    padding: 30px;
}
.intervenant-nav.minimized .full{ display: none; }
.intervenant-nav.minimized .logo{  margin-left: -10px; }
.intervenant-nav.minimized ul li img{ margin-left: -5px; }
.intervenant-nav.minimized .logout-img{ margin-left: 15px; }

.intervenant-nav, .intervenant-metrics, .group-detail{
    height: 100%;
    padding: 30px;
    border-radius: 15px;
}


.participant-row{
    width: 100%;
    display: flex;  
    justify-content: space-between;
    align-items: center;
    margin: 4px 0; 
    padding: 5px;
    border-radius: 12px;
    background-color: #FFF;
}

.participant-row .flex{ 
    align-items: center; 
    gap: 5px;
}
.participant-row .flex p{ 
    margin: 0 0 0 10px; 
}

.participant-row .flex a,
.participant-row .flex a:hover,
.participant-row .flex a:active{ 
    color: #34495E;
} 

.participant-row .flex:nth-child(2) img{
    width: 30px;
    height: 30px;
    margin-bottom: -10px;
    border-radius: 10px;
}

.pagination-container{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
}

.pagination-container .page-numbers{
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    list-style: none;
    gap: 10px;
}

.pagination-container .page-numbers li a,
.pagination-container .page-numbers li span{
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background-color: #34495E12;
    color: #34495E;
    font-weight: 700;
    cursor: pointer;
}

.pagination-container .page-numbers li span.current{
    color: #FFF;
    background-color: #FF5C00;
}

.participant-row .flex:nth-child(3) img{
    margin-right: 5px;
}

.participant-row .flex:nth-child(3) a{
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-size: 25px;
    padding-bottom: 10px;
    color: #34495E;
    cursor: pointer;
} 

.participant-row .flex:nth-child(3) a:hover, 
.participant-row .flex:nth-child(3) a.active{
    color: #FFF;
    background-color: #FF5C00;
}


.intervenant-footer{
    width: 100%;
    height: 53px;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: 0;
    background-color: #FFF;
}
.intervenant-footer p{ margin: 0; }
#cookie-law-info-again{ right: 50% !important; }

.flex{ display: flex; }
.bold{ font-weight: 500; }
.hcenter{ align-items: center; }
.opacity{   opacity: 0.7; }
.orange{ color: #FF5C00; }
.small{ font-size: 18px; }


/* Progress Bar */
.c-progress{
    --size: 140px;       
    --stroke: 12;        
    --value: 72;         
    --track: #FFF;   
    --bar:   #34495E;    
    width: var(--size);
    aspect-ratio: 1;
    display: inline-grid;
    place-items: center;
}
.c-progress svg{
    width: 100%;
    height: 100%;
}
.c-progress .track,
.c-progress .bar{
    fill: none;
    stroke-width: var(--stroke);
    r: 45; cx: 50; cy: 50;
}
.c-progress .track{ stroke: var(--track); }
.c-progress .bar{
    stroke: var(--bar);
    stroke-linecap: round;
    stroke-dasharray: 283;
    stroke-dashoffset: calc(283 - (var(--value, 0) * 283 / 100));
    transition: stroke-dashoffset .4s ease;
}

.c-progress .label{
    font: 600 20px/1.2 system-ui, sans-serif;
    fill: #34495E;
}

.c-progress.active,  .group-infos.active .c-progress{ 
    --bar: #FF5C00 !important;
}

.no-margin{ margin: 0 !important; }
.nav-account{ display: none; }

.moreNavigation{
    width: 263px;
    display: none;
    position: absolute;
    background: #FFF;
    border-radius: 15px;
    padding: 20px;
    left: -150px;
    top: -20px;
    box-shadow: 0px 30px 180px 10px #0000001A;
    z-index: 9;
}

.moreNavigation ul{
    list-style: none;
    padding: 0;
}

.participant-row .moreNavigation ul li:hover{
    background-color: #FFF !important;
    color: #34495E !important;
}

.participant-row .flex .moreNavigation ul li a,
.participant-row .flex .moreNavigation ul li a:hover{
    width: auto !important;
    height: auto !important;
    display: flex;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    padding: 0 !important;
    gap: 11px;
    cursor: pointer;
    color: #34495E;
    background-color: #FFF;
}
.participant-row .moreNavigation ul li a.red,
.participant-row .moreNavigation ul li a.red:hover{ color: #FB1057 !important; }

.relative{
    position: relative;
}

.intervenant-modal{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background-color: rgba(52, 73, 94, 0.15);
    z-index: 9;
    justify-content: center;
    align-items: center;
}

.intervenant-modal .content{
    width: 720px;
    display: flex;
    flex-direction: column;
    padding: 40px !important;
    gap: 30px;
    border-radius: 20px;
    padding: 5px;
    background-color: #FFF;
    box-shadow: 0px 40px 80px -10px rgba(0, 0, 0, 0.04);
    position: relative;
}

.intervenant-modal .content .entete{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.intervenant-modal .content .entete h3{
    font-size: 34px;
    font-weight: 500;
    line-height: 100%;
}

.participant-row .flex .intervenant-modal .content .closeModal,
.participant-row .flex .intervenant-modal .content .closeModal:hover{
    width: 46px;
    height: 46px;
    position: absolute;
    top: 20px;
    right: 20px;
    padding-right: 13px;
    padding-left: 13px;
    border-radius: 100px !important;
    border-width: 2px;
    background-color: #FFF;
    box-shadow: 0px 20px 40px 5px #00000012;
    padding-bottom: 0 !important;
    color: #FF5C00 !important;
}

.intervenant-modal .content .user-info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px;
    border-radius: 20px;
    box-shadow: 0px 30px 180px 10px #0000001A;
}

.participant-row .flex .intervenant-modal .content .modalBtn{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
}

.participant-row .flex .intervenant-modal .content .modalBtn a{
    width: 185px !important;
    height: 52px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background-color: #FF5C00;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
}

.participant-row .flex .intervenant-modal .content .modalBtn a.closeModal,
.participant-row .flex .intervenant-modal .content .modalBtn a.closeModal:hover{
    position: static;
    background-color: #34495E12;
    color: #34495E !important;
    border-color: #34495E12;
}

@media (max-width: 1260px) {
    body.espace-intervenant{ padding-bottom: 75px !important; }
    .intervenant-nav{ display: none; }

    .intervenant-dashboard{ 
        width: 100%; 
        height: auto;
        flex-direction: column;
        position: static !important;
    }

    .intervenant-mobile-nav {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .intervenant-mobile-nav img{
        width: 53px;
        height: 46px;
    }

    .intervenant-mobile-nav .mobile-nav-link{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 46px;
        height: 46px;
        border-radius: 100px;
        padding-right: 13px;
        padding-left: 13px;
        gap: 10px;
        border-width: 2px;
        box-shadow: 0px 20px 40px 5px #00000012;
    }

    .intervenant-mobile-nav .mobile-nav-link img{
        width: 20px;
        height: 20px;
    }

    .intervenant-footer{
        width: calc(100% - 40px);
        height: auto;
        margin: 0 20px;
        flex-direction: column;
        position: static;
        font-size: 15px;
        border-top: 1px solid #34495E33;
        padding: 0;
    }

    .intervenant-footer div{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 20px;
    }
    .intervenant-footer div span:nth-child(4){ display: none; }
    .intervenant-footer div a{ color: #34495E; }
    .intervenant-footer div span{ color: #FF5C00; }

    .nav-account{
        display: flex;
        justify-content: space-between;
        background: #34495E12;
        backdrop-filter: blur(50px);
        height: 64px;
        padding-top: 8px;
        padding-right: 16px;
        padding-bottom: 8px;
        padding-left: 16px;
        width: 100%;
        position: fixed;
        bottom: 0;
        z-index: 999;
    }

    .nav-account a{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #34495E;
        font-size: 12px;
        font-weight: 500;
    }

    .nav-account a img{ 
        width: 20px;
        height: 20px;
    }

    #cookie-law-info-again{
        display: none !important;
    }

    .intervenant-metrics{
        margin-left: 0;
        padding: 0;
    }

    .intervenant-infos img.intervenant-picture{
        width: 40px;
        height: 40px;
    }

    .intervenant-info p{ font-size: 15px; }
    .intervenant-info p.main{ font-size: 16px; }

    .group-detail, .group-detail.active{  display: none;  }
    .intervenant-boxes{ gap: 10px;  }

    .intervenant-boxes .int-box{
        width: 50%;
        padding: 20px 15px;
    }

    .intervenant-boxes .int-box .flex p{
        font-size: 15px;
    }

    .intervenant-boxes .int-box p {
        font-size: 14px;
        margin: 5px 0 0 0;
    }
}