@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';

/* _content/NexoWeb/Components/CalculPerformances.razor.rz.scp.css */
.input-group[b-s66m6jypiy] {
    display: block;
}

.cell-evt[b-s66m6jypiy] {
    text-wrap: wrap; 
}
/* _content/NexoWeb/Components/CalendrierJour.razor.rz.scp.css */
td[b-siv42ftonw] {
    background: var(--ColorSecondTheme);
    border: 1px solid;
    border-color: var(--ColorSecondVarianteTheme);
}
    td.selected[b-siv42ftonw] {
        background: var(--ColorMainVarianteTheme);
    }
.icon-refund.blue[b-siv42ftonw] {
    background-color: var(--ColorMainVarianteTheme);
    height:24px;
    width:24px;
}
.icon-refund[b-siv42ftonw], .icon-shield[b-siv42ftonw], .icon-coupon[b-siv42ftonw], .icon-refund.blue[b-siv42ftonw]{
    width: 16px;
    height:16px;
}
.hover[b-siv42ftonw] {
    padding: 9px;
    margin: 1px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.clickable:not(.selected)[b-siv42ftonw] {
    cursor: pointer;
}
.clickable:not(.selected) .hover:hover[b-siv42ftonw] {
    border: 1px solid #81A6F4;
    margin: 0;
}
.content[b-siv42ftonw] {
    width: 100%;
    padding-top: 100%;
    position: relative;
}
table tbody tr td:nth-of-type(6n)[b-siv42ftonw], table tbody tr td:nth-of-type(7n)[b-siv42ftonw] {
    background: #F4F4F4;
}

.header-container[b-siv42ftonw]{
    display: flex;
    justify-content: space-between;
}

.date-container[b-siv42ftonw] {
    width: 32px;
    height: 32px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.today[b-siv42ftonw] {
    border: 2px solid #81A6F4;
}
.selected .today[b-siv42ftonw] {
    border: 2px solid #FFFFFF;
}
.date[b-siv42ftonw] {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #515151;
}
.faded .date[b-siv42ftonw] {
    color: #A4A4A4;
}
.selected .date[b-siv42ftonw] {
    color: #FFFFFF;
}
.icons[b-siv42ftonw] {
    bottom: 9px;
    position: absolute;
    display: inline-flex;
}



.icon-container[b-siv42ftonw] {
    background: var(--ColorMainTheme);
    border: 1px solid #FFFFFF;
    border-radius: 32px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: -5px;
}
.icon-container:nth-child(1)[b-siv42ftonw] {
    z-index: 5;
}

.icon-container:nth-child(2)[b-siv42ftonw] {
    z-index: 4;
}

.icon-container:nth-child(3)[b-siv42ftonw] {
    z-index: 3;
}
.selected .icon-container[b-siv42ftonw] {
    background: #FFFFFF;
    border: 1px solid #81A6F4;
}
.icon-coupon[b-siv42ftonw] {
/*    width: 15px;
    height: 14px;*/
    display: block;
}
.icon-refund[b-siv42ftonw] {
/*    width: 15px;
    height: 12px;*/
    display: block;
}
.icon-shield[b-siv42ftonw] {
/*    width: 17px;
    height: 18px;*/
    display: block;
}

.icons-quotidien .icon-refund[b-siv42ftonw]{
    width:24px;
    height:24px;
}
/* _content/NexoWeb/Components/CalendrierMois.razor.rz.scp.css */
.chevron-left[b-i2t8qs85le] {
    transform: rotate(90deg) !important
}
.chevron-right[b-i2t8qs85le] {
    transform: rotate(270deg) !important
}
.mois-container[b-i2t8qs85le] {
    display: flex;
    margin-bottom: 20px;
}
    .mois-container h2[b-i2t8qs85le] {
        width: 170px;
        height: 27px;
        font-style: normal;
        font-weight: 700;
        font-size: 22px;
        line-height: 27px;
        text-align: center;
        /*color: var(--ColorMainTheme);*/
        margin: auto 30px;
    }
.chevron-container[b-i2t8qs85le] {
    background: #F3F3F3;
    border-radius: 12px;
    width: 39px;
    height: 39px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
}

.chevron-container:hover[b-i2t8qs85le]{
    background: #EBEBEB;
}

.chevron-container:active[b-i2t8qs85le] {
    background: #CBCBCB;    
}

table[b-i2t8qs85le] {
    width: 100%;
    border-radius: 8px 8px 0 0;
    border-collapse: collapse;
    overflow: hidden;
}
thead td[b-i2t8qs85le] {
    padding: 12px;
    background-color: var(--ColorMainTheme);
    border: 1px solid #E8E8E8;
    color: var(--ColorSecondTheme);
    width: calc(100% / 7);
}

table thead tr:first-child td:first-child[b-i2t8qs85le] {
    border-top-left-radius: 8px;
}
table thead tr:first-child td:last-child[b-i2t8qs85le] {
    border-top-right-radius: 8px;
}
/* _content/NexoWeb/Components/CalendrierProduit.razor.rz.scp.css */
.produit-nom[b-dj6jbhpn0g] {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.produit-isin[b-dj6jbhpn0g] {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.04em;
    color: #515151;
}

.produit-header[b-dj6jbhpn0g] {
    background: #F3F3F3;
    border-radius: 10px;
    padding: 10px;
}
.produit-body[b-dj6jbhpn0g] {
    background: #F3F3F3;
    border-radius: 0px 0px 10px 10px;
    padding: 10px;
}

.chevron-container[b-dj6jbhpn0g] {
    background: #FFFFFF;
    box-shadow: 0 3px 5px #000000, inset 0 3px 10px #F3F3F3;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15), inset 0 3px 10px #F3F3F3;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    cursor: pointer;
    user-select: none;
}

.produit-container + .produit-container[b-dj6jbhpn0g] {
    margin-top: 20px;
}



.chevron-up[b-dj6jbhpn0g] {
    transform: rotate(180deg) translate(50%, 50%) !important
}

.expanded .produit-nom[b-dj6jbhpn0g] {
    color: #ffffff;
}
.expanded .produit-isin[b-dj6jbhpn0g] {
    color: #ffffff;
}
.expanded .produit-header[b-dj6jbhpn0g] {
    background: #81A6F4;
    border-radius: 10px 10px 0px 0px;
}

.evenement-title[b-dj6jbhpn0g] {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.evenement-text[b-dj6jbhpn0g] {
    margin-left: 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #515151;
}

.evenement[b-dj6jbhpn0g] {
    padding-bottom: 5px;
}

.evenement + .evenement[b-dj6jbhpn0g] {
    border-top: 1px solid #DBDBDB;
    padding-top: 5px;
}

.evenement:last-of-type[b-dj6jbhpn0g] {
    padding-bottom: 0;
}

.icon-coupon[b-dj6jbhpn0g] {
    width: 16px;
    height: 16px;
    display: block;
}

/*.icon-shield {
    width: 14px;
    height: 15px;
    display: block;
}

.icon-refund {
    width: 13px;
    height: 10px;
    display: block;
}*/

.icon-container[b-dj6jbhpn0g] {
    background: #81A6F4;
    width: 25px;
    height: 25px;
    border: 1px solid #FFFFFF;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: -5px;
}

.icon-container:nth-child(1)[b-dj6jbhpn0g] {
    z-index: 5;
}
.icon-container:nth-child(2)[b-dj6jbhpn0g] {
    z-index: 4;
}
.icon-container:nth-child(3)[b-dj6jbhpn0g] {
    z-index: 3;
}

.icon-container.blue[b-dj6jbhpn0g] {
    background: #81A6F4;
    border: 1px solid #FFFFFF;
}

.expanded .icon-container.blue[b-dj6jbhpn0g] {
    background: #FFFFFF;
    border: 1px solid #81A6F4;
}

.icon-container.red[b-dj6jbhpn0g] {
    background: #E89999;
    border: 1px solid #FFFFFF;
}

.expanded .icon-container.red[b-dj6jbhpn0g] {
    background: #FFFFFF;
    border: 1px solid #E89999;
}

.icon-container.orange[b-dj6jbhpn0g] {
    background: #F4BF87;
    border: 1px solid #FFFFFF;
}

.expanded .icon-container.orange[b-dj6jbhpn0g] {
    background: #FFFFFF;
    border: 1px solid #F4BF87;
}

.icon-container.green[b-dj6jbhpn0g] {
    background: #C1DBB1;
    border: 1px solid #FFFFFF;
}

.expanded .icon-container.green[b-dj6jbhpn0g] {
    background: #FFFFFF;
    border: 1px solid #C1DBB1;
}

.icons[b-dj6jbhpn0g] {
    display: inline-flex;
}
/* _content/NexoWeb/Components/Commission/DataGridOrdresNonValides.razor.rz.scp.css */


.datagridCell-edit[b-mz95adisn4] {
    min-height: 35px;
}
.datagridCell[b-mz95adisn4] {
    min-height: 21px;
    position: relative;
}
.datagridCell-hidden[b-mz95adisn4] {
    display: none;
    background-color: #FFF;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.datagridCell:hover .datagridCell-hidden[b-mz95adisn4] {
    display: block;
}
.pointer[b-mz95adisn4] {
    cursor: pointer;
}
.switch-encaissee[b-mz95adisn4] {
    position: absolute;
    right: 5px;
    top: 0;
}

.input-group-popover[b-mz95adisn4] {
    display: none;
    background-color: #FFF;
    padding: 10px;
    border-radius: 10px;
    position: absolute;
    z-index: 100;
    filter: drop-shadow(1px 4px 20px rgba(0, 0, 0, 0.1));
    bottom: 120%;
    width: max-content;
}
.input-group-popover[b-mz95adisn4]:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 100%;
    left: 50%;
    border: .75rem solid transparent;
    border-top: none;
    border-bottom-color: #fff;
    filter: drop-shadow(1px 4px 20px rgba(0, 0, 0, .1));
    transform: rotate(180deg) translate(50%);
}
.input-group:hover + .input-group-popover[b-mz95adisn4] {
    display: block;
}
.green[b-mz95adisn4] {
    background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255,255,255,.5) 35px, rgba(255,255,255,.5) 70px);
    background-color: #C1DBB1;
}
.red[b-mz95adisn4] {
    background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255,255,255,.5) 35px, rgba(255,255,255,.5) 70px);
    background-color: #C2C2C2;
}
.delete[b-mz95adisn4] {
    background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255,255,255,.5) 35px, rgba(255,255,255,.5) 70px);
    background-color: #E89999;
}
/* _content/NexoWeb/Components/Commission/DataGridOrdresValides.razor.rz.scp.css */


.datagridCell-edit[b-7qh35ew0yz] {
    min-height: 35px;
}
.datagridCell[b-7qh35ew0yz] {
    min-height: 21px;
    position: relative;
}
.datagridCell-hidden[b-7qh35ew0yz] {
    display: none;
    background-color: #FFF;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.datagridCell:hover .datagridCell-hidden[b-7qh35ew0yz] {
    display: block;
}
.pointer[b-7qh35ew0yz] {
    cursor: pointer;
}
.switch-encaissee[b-7qh35ew0yz] {
    position: absolute;
    right: 5px;
    top: 0;
}

.input-group-popover[b-7qh35ew0yz] {
    display: none;
    background-color: #FFF;
    padding: 10px;
    border-radius: 10px;
    position: absolute;
    z-index: 100;
    filter: drop-shadow(1px 4px 20px rgba(0, 0, 0, 0.1));
    bottom: 120%;
    width: max-content;
}
.input-group-popover[b-7qh35ew0yz]:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 100%;
    left: 50%;
    border: .75rem solid transparent;
    border-top: none;
    border-bottom-color: #fff;
    filter: drop-shadow(1px 4px 20px rgba(0, 0, 0, .1));
    transform: rotate(180deg) translate(50%);
}
.input-group:hover + .input-group-popover[b-7qh35ew0yz] {
    display: block;
}
.green[b-7qh35ew0yz] {
    background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255,255,255,.5) 35px, rgba(255,255,255,.5) 70px);
    background-color: #C1DBB1;
}
.red[b-7qh35ew0yz] {
    background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255,255,255,.5) 35px, rgba(255,255,255,.5) 70px);
    background-color: #C2C2C2;
}
.delete[b-7qh35ew0yz] {
    background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255,255,255,.5) 35px, rgba(255,255,255,.5) 70px);
    background-color: #E89999;
}
/* _content/NexoWeb/Components/Import.razor.rz.scp.css */
.input-group[b-u9migxhuak] {
    display: block;
}
/* _content/NexoWeb/Components/Mecanisme/Coupons.razor.rz.scp.css */
.custom-control-label[b-5y75xpo53v] {
    display: block;
}
/* _content/NexoWeb/Components/Mecanisme/Coupon/Coupon.razor.rz.scp.css */
.coupon + .coupon[b-e5eavj913t] {
    margin-top: 1rem;
}
/* _content/NexoWeb/Components/Mecanisme/Coupon/CouponPeriode.razor.rz.scp.css */
.coupon + .coupon[b-31zf9az0aa] {
    margin-top: 1rem;
}
/* _content/NexoWeb/Components/Mecanisme/Coupon/CouponsPeriodes.razor.rz.scp.css */
.custom-control-label[b-t36927zuhn] {
    display: block;
}
/* _content/NexoWeb/Components/Mecanisme/RappelAnticipe/Formulaire/RappelAnticipeAction.razor.rz.scp.css */
.custom-control-label[b-0ijbx0dmr0] {
    display: block;
}
/* _content/NexoWeb/Components/Mecanisme/RappelAnticipe/Formulaire/RappelAnticipeAuGreDeLEmetteur.razor.rz.scp.css */
.custom-control-label[b-rayxsxx1v7] {
    display: block;
}
/* _content/NexoWeb/Components/Mecanisme/RappelAnticipe/Formulaire/RappelAnticipeSimpleTaux.razor.rz.scp.css */
.custom-control-label[b-x5y1hqb7go] {
    display: block;
}
/* _content/NexoWeb/Components/Mecanisme/RappelAnticipe/Formulaire/RappelAnticipeTaux.razor.rz.scp.css */
.custom-control-label[b-3sbniwq7z7] {
    display: block;
}
/* _content/NexoWeb/Components/Mecanisme/RappelsAnticipes.razor.rz.scp.css */
.custom-control-label[b-nheyvm6u4o] {
    display: block;
}
/* _content/NexoWeb/Components/Mecanisme/Risques.razor.rz.scp.css */
.custom-control-label[b-bm80muciq6] {
    display: block;
}
/* _content/NexoWeb/Components/Mecanisme/Risque/Formulaire/RemboursementAMaturite.razor.rz.scp.css */
.custom-control-label[b-iyr1ytozu5] {
    display: block;
}
/* _content/NexoWeb/Components/Mecanisme/Risque/Formulaire/RisqueAction.razor.rz.scp.css */
.custom-control-label[b-p018q3h2yb] {
    display: block;
}
/* _content/NexoWeb/Components/Mecanisme/Risque/Formulaire/RisqueCredit.razor.rz.scp.css */
.custom-control-label[b-2qkhxpz1n0] {
    display: block;
}
/* _content/NexoWeb/Components/NexoAcademy/NexoAcademyCardDialogVideo.razor.rz.scp.css */
.nexo-academy-dialog-container[b-udtlchcqlo] {
    display: flex;
    flex-direction: column;
    align-content: start;
    justify-content: center;
    width: 100%;
    height: 100%;
}

dialog[b-udtlchcqlo]::backdrop {
    background-color: rgba(0,0, 0, .8);
}

.nexo-academy-modal-video[b-udtlchcqlo] {
    width: 60%;
    min-height: 60%;
    background-color: transparent;
    overflow-y: hidden;
    border: none;
    border-radius: 5px;
}

.nexo-academy-dialog-content[b-udtlchcqlo] {
    height: fit-content;
    padding: 20px 20px 30px 20px;
    border-radius: 10px;
    background-color: var(--ColorMainTheme);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.close-modal-video[b-udtlchcqlo] {
    width: 50px;
    aspect-ratio: 1/1;
    position: relative;
    margin-right: 0;
    align-self: flex-end;
    /*background-color: transparent;*/
    /*color: white;*/
    border: none;
    background-color: var(--ColorSecondTheme);
    background-repeat: no-repeat;
    transform: translateY(-10px);
}
}
button.close-modal-video:focus[b-udtlchcqlo] {
    outline: none;
}


    .close-modal-video > svg[b-udtlchcqlo] {
        height: 100%;
        width: 100%;
    }

.nexo-academy-dialog-video[b-udtlchcqlo] {
    margin-right: auto;
    margin-left: auto;
    aspect-ratio: 16/9;
    width: 100%;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(217, 217, 217, 0.00) 0%, #142D5E 100%);
}

.nexo-academy-dialog-video-title[b-udtlchcqlo] {
    font-size: 2.5rem;
    text-align: left;
    color: var(--White, #FFF);
    grid-row: 2;
    height: fit-content;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 40px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}
/* _content/NexoWeb/Components/NexoAcademy/NexoAcademyCardModel.razor.rz.scp.css */
.nexo-academy-card-content[b-7luqe6qdsz] {
    display: flex;
    min-width: 364px;
    width: 30%;
    border: 1px white solid;
    padding: 16px 16px 24px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    border-radius: 10px;
    background: var(--ColorSecondVarianteTheme);
    /*flex-grow: 1;*/
}
    .nexo-academy-card-content:hover[b-7luqe6qdsz] {
        border: 1px solid var(--ColorMainVarianteTheme);
        cursor:pointer;
    }
.nexo-academy-card-content-vignette[b-7luqe6qdsz] {
    width: 100%;
}
    .nexo-academy-card-content-vignette > img[b-7luqe6qdsz] {
        width: 100%;
        height: auto;
        margin: auto;

    }

.nexo-academy-card-content-textarea[b-7luqe6qdsz] {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}
.nexo-academy-card-content-textarea-duration[b-7luqe6qdsz] {
    border-radius: 4px;
    border: 0.5px solid var(--ColorMainVarianteTheme);
    min-width: 24px;
    min-height: 24px;
    width: auto;
    height: auto;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
    .nexo-academy-card-content-textarea-duration > p[b-7luqe6qdsz] {
        color: var(--ColorMainTheme);
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: 100%;
        margin: 0;
    }
.nexo-academy-card-content-textarea-legende-video[b-7luqe6qdsz] {
    color: var(--ColorDarkGrey);
    font-size: var(--fontSizeSmallText);
    font-style: normal;
    font-weight: var(--fontWeightRegularText);
    line-height: 100%;
}
.nexo-academy-card-content-textarea > h4[b-7luqe6qdsz] {
    color: var(--ColorMainTheme);
    font-size: 18px;
    font-style: normal;
    font-weight: var(--fontWeightTitle);
    line-height: 130%;
    padding: 0;
    margin: 0;
}
.nexo-academy-card-content-textarea > p[b-7luqe6qdsz] {
    color: var(--ColorDarkGrey);
    font-size: 16px;
    font-style: normal;
    font-weight: var(--fontWeightRegularText);
    line-height: normal;
    padding: 0;
    margin: 0;
    font-weight: 500;
}

.nexo-academy-modal-video[b-7luqe6qdsz] {
    height: 70%;
    width: 80%;
    background-color: blue;
}

.nexo-academy-dialog-content[b-7luqe6qdsz] {
    height: 100%;
    width: 100%;
    padding: 40px;
}

.modal-hidden[b-7luqe6qdsz] {
    display: none;
}
/* _content/NexoWeb/Components/NexoLab/ChoixSousJacent.razor.rz.scp.css */
.sj-selector[b-m648bxsofn] {
    height: 470px;
    padding: 24px;
    display: flex;
    flex-flow: column nowrap;
    gap: 16px;
    border-radius: 6px;
}

.list-sj[b-m648bxsofn] {
    display: flex;
    flex-flow: column nowrap;
    gap: 16px;
    height: 100%;
    overflow-y: auto;
}
    .list-sj:not(.rz-default-scrollbars)[b-m648bxsofn]::-webkit-scrollbar {
        width: 8px;
    }

    .list-sj:not(.rz-default-scrollbars)[b-m648bxsofn]::-webkit-scrollbar-thumb {
        /*background: #81A6F4 !important;*/
        background: transparent !important;
        border: 2px solid rgba(0, 0, 0, 0) !important;
        background-clip: padding-box !important;
    }

.line-sj[b-m648bxsofn] {
    display: flex;
    flex-flow: row nowrap;
    padding: 10px;
    border-radius: 10px;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background-color: white;
    transition: background-color ease-out 300ms 
}

    .line-sj:hover[b-m648bxsofn] {
        background-color: #F3F3F3
    }

.libelles-sj[b-m648bxsofn] {
    flex: 1;
}

icon.icon-plus[b-m648bxsofn] {
    flex: 0;
}

.search-sj[b-m648bxsofn] {
    width: 100%;
    padding: 15px;
}
/* _content/NexoWeb/Components/NexoLab/LibellesSousJacent.razor.rz.scp.css */
.sj-libelles[b-cqpg5ja2sa] {
    display: flex;
    flex-flow: column nowrap;
}

.sj-name[b-cqpg5ja2sa] {
    color: var(--ColorMainTheme);
    font-size: 16px;
    font-weight: bold;
}

.sj-ticker[b-cqpg5ja2sa] {
    color: black;
    font-weight: bold;
    font-size: 14px;
}
/* _content/NexoWeb/Components/NexoLab/LigneTableauDatasetSousJacent.razor.rz.scp.css */

.btn-suppression-dataset[b-zc4c9rxu3c] {
    border: none;
    color: var(--ColorMainTheme);
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

    .btn-suppression-dataset:focus[b-zc4c9rxu3c] {
        outline: none;
    }

.line-container[b-zc4c9rxu3c] {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    padding: 13px;
    border-radius: 20px;
    background-color: #F3F3F3;
    align-items: center;
    gap: 24px;
}

.line-item[b-zc4c9rxu3c] {
    flex: 1;
    padding: 10px;
    display: flex;
    color: #858585;
}

.sj-container[b-zc4c9rxu3c] {
    flex: 2;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 16px;
}

.line-item-suppression[b-zc4c9rxu3c] {
    flex: 0;
}

.color-dot[b-zc4c9rxu3c] {
    aspect-ratio: 1/1;
    width: 21px;
    height: 21px;
    border-radius: 50px;
}
/* _content/NexoWeb/Components/OecDepositaire.razor.rz.scp.css */
.logo[b-xnqh0x9jqk] {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect width='24' height='24' fill='url(%23pattern0)'/%3E%3Cdefs%3E%3Cpattern id='pattern0' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_907_3260' transform='scale(0.00195312)'/%3E%3C/pattern%3E%3Cimage id='image0_907_3260' width='512' height='512' xlink:href='data:image/png;base64,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'/%3E%3C/defs%3E%3C/svg%3E%0A");
    margin-right: 15px;
    width: 24px;
    height: 24px;
    display: inline-block;
    top: 5px;
    position: relative;
}
.fauxBouton[b-xnqh0x9jqk] {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 10px 15px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #515151;
}
.lien[b-xnqh0x9jqk] {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #142D5E;
}
.document-icon[b-xnqh0x9jqk] {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 22H6C4.89543 22 4 21.1046 4 20V3.99999C4 2.89542 4.89543 1.99999 6 1.99999H13C13.009 1.99882 13.018 1.99882 13.027 1.99999H13.033C13.0424 2.00294 13.0522 2.00495 13.062 2.00599C13.1502 2.01164 13.2373 2.02878 13.321 2.05699H13.336H13.351H13.363C13.3815 2.06991 13.3988 2.08429 13.415 2.09999C13.5239 2.14841 13.6232 2.21617 13.708 2.29999L19.708 8.29999C19.7918 8.38477 19.8596 8.48404 19.908 8.59299C19.917 8.61499 19.924 8.63599 19.931 8.65899L19.941 8.68699C19.9689 8.77038 19.9854 8.85717 19.99 8.94499C19.9909 8.95495 19.9932 8.96472 19.997 8.97399V8.97999C19.9986 8.98654 19.9996 8.99324 20 8.99999V20C20 20.5304 19.7893 21.0391 19.4142 21.4142C19.0391 21.7893 18.5304 22 18 22ZM14.424 14V19H15.364V16.96H16.824V16.122H15.364V14.841H17V14H14.424ZM10.724 14V19H11.93C12.4359 19.0249 12.9258 18.8189 13.262 18.44C13.6069 17.9999 13.7797 17.4492 13.748 16.891V16.081C13.7712 15.5286 13.5936 14.9865 13.248 14.555C12.9226 14.1846 12.4476 13.9807 11.955 14H10.724ZM7 14V19H7.94V17.241H8.566C8.98402 17.2641 9.39232 17.1094 9.69 16.815C9.97408 16.4974 10.1214 16.0806 10.1 15.655C10.1186 15.2192 9.97135 14.7926 9.688 14.461C9.40772 14.1502 9.00309 13.9811 8.585 14H7ZM13 3.99999V8.99999H18L13 3.99999ZM11.946 18.162H11.664V14.841H12.006C12.2489 14.8267 12.4824 14.9366 12.626 15.133C12.7726 15.4363 12.8354 15.7732 12.808 16.109V16.978C12.83 17.2977 12.7606 17.6171 12.608 17.899C12.4441 18.0903 12.1965 18.1887 11.946 18.162ZM8.585 16.4H7.939V14.841H8.594C8.75752 14.8428 8.90863 14.9285 8.994 15.068C9.10222 15.2466 9.15447 15.4534 9.144 15.662C9.15654 15.8565 9.1049 16.0497 8.997 16.212C8.89754 16.3368 8.74447 16.4067 8.585 16.4Z' fill='%23142D5E'/%3E%3C/svg%3E%0A");
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-left: 20px;
    top: 5px;
    position: relative;
}
.row[b-xnqh0x9jqk] {
    margin-bottom: 15px;
}
.text[b-xnqh0x9jqk] {
    vertical-align: text-bottom;
}
/* _content/NexoWeb/Components/OecDocument.razor.rz.scp.css */
.conteneur[b-81cjye50ch] {
    background: #FFFFFF;
    border: 1px solid #142D5E;
    border-radius: 15px;
    padding: 15px;
    display: block;
}
.conteneur:hover[b-81cjye50ch] {
    text-decoration: none;
    background: #81A6F4;
}

.libelle[b-81cjye50ch] {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #515151;
    padding-bottom: 15px;
    border-bottom: 0.5px solid #A4A4A4;
    margin-bottom: 15px;
}
.conteneur:hover .libelle[b-81cjye50ch] {
    color: #FFFFFF;
    border-bottom: 0.5px solid #FFFFFF;
}

.document[b-81cjye50ch] {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #142D5E;
}
.conteneur:hover .document[b-81cjye50ch] {
    color: #FFFFFF;
}

.document-icon[b-81cjye50ch] {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 22H6C4.89543 22 4 21.1046 4 20V3.99999C4 2.89542 4.89543 1.99999 6 1.99999H13C13.009 1.99882 13.018 1.99882 13.027 1.99999H13.033C13.0424 2.00294 13.0522 2.00495 13.062 2.00599C13.1502 2.01164 13.2373 2.02878 13.321 2.05699H13.336H13.351H13.363C13.3815 2.06991 13.3988 2.08429 13.415 2.09999C13.5239 2.14841 13.6232 2.21617 13.708 2.29999L19.708 8.29999C19.7918 8.38477 19.8596 8.48404 19.908 8.59299C19.917 8.61499 19.924 8.63599 19.931 8.65899L19.941 8.68699C19.9689 8.77038 19.9854 8.85717 19.99 8.94499C19.9909 8.95495 19.9932 8.96472 19.997 8.97399V8.97999C19.9986 8.98654 19.9996 8.99324 20 8.99999V20C20 20.5304 19.7893 21.0391 19.4142 21.4142C19.0391 21.7893 18.5304 22 18 22ZM14.424 14V19H15.364V16.96H16.824V16.122H15.364V14.841H17V14H14.424ZM10.724 14V19H11.93C12.4359 19.0249 12.9258 18.8189 13.262 18.44C13.6069 17.9999 13.7797 17.4492 13.748 16.891V16.081C13.7712 15.5286 13.5936 14.9865 13.248 14.555C12.9226 14.1846 12.4476 13.9807 11.955 14H10.724ZM7 14V19H7.94V17.241H8.566C8.98402 17.2641 9.39232 17.1094 9.69 16.815C9.97408 16.4974 10.1214 16.0806 10.1 15.655C10.1186 15.2192 9.97135 14.7926 9.688 14.461C9.40772 14.1502 9.00309 13.9811 8.585 14H7ZM13 3.99999V8.99999H18L13 3.99999ZM11.946 18.162H11.664V14.841H12.006C12.2489 14.8267 12.4824 14.9366 12.626 15.133C12.7726 15.4363 12.8354 15.7732 12.808 16.109V16.978C12.83 17.2977 12.7606 17.6171 12.608 17.899C12.4441 18.0903 12.1965 18.1887 11.946 18.162ZM8.585 16.4H7.939V14.841H8.594C8.75752 14.8428 8.90863 14.9285 8.994 15.068C9.10222 15.2466 9.15447 15.4534 9.144 15.662C9.15654 15.8565 9.1049 16.0497 8.997 16.212C8.89754 16.3368 8.74447 16.4067 8.585 16.4Z' fill='%23142D5E'/%3E%3C/svg%3E%0A");
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-left: 20px;
    top: 5px;
    position: relative;
}
.conteneur:hover .document-icon[b-81cjye50ch] {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 22H6C4.89543 22 4 21.1046 4 20V3.99999C4 2.89542 4.89543 1.99999 6 1.99999H13C13.009 1.99882 13.018 1.99882 13.027 1.99999H13.033C13.0424 2.00294 13.0522 2.00495 13.062 2.00599C13.1502 2.01164 13.2373 2.02878 13.321 2.05699H13.336H13.351H13.363C13.3815 2.06991 13.3988 2.08429 13.415 2.09999C13.5239 2.14841 13.6232 2.21617 13.708 2.29999L19.708 8.29999C19.7918 8.38477 19.8596 8.48404 19.908 8.59299C19.917 8.61499 19.924 8.63599 19.931 8.65899L19.941 8.68699C19.9689 8.77038 19.9854 8.85717 19.99 8.94499C19.9909 8.95495 19.9932 8.96472 19.997 8.97399V8.97999C19.9986 8.98654 19.9996 8.99324 20 8.99999V20C20 20.5304 19.7893 21.0391 19.4142 21.4142C19.0391 21.7893 18.5304 22 18 22ZM14.424 14V19H15.364V16.96H16.824V16.122H15.364V14.841H17V14H14.424ZM10.724 14V19H11.93C12.4359 19.0249 12.9258 18.8189 13.262 18.44C13.6069 17.9999 13.7797 17.4492 13.748 16.891V16.081C13.7712 15.5286 13.5936 14.9865 13.248 14.555C12.9226 14.1846 12.4476 13.9807 11.955 14H10.724ZM7 14V19H7.94V17.241H8.566C8.98402 17.2641 9.39232 17.1094 9.69 16.815C9.97408 16.4974 10.1214 16.0806 10.1 15.655C10.1186 15.2192 9.97135 14.7926 9.688 14.461C9.40772 14.1502 9.00309 13.9811 8.585 14H7ZM13 3.99999V8.99999H18L13 3.99999ZM11.946 18.162H11.664V14.841H12.006C12.2489 14.8267 12.4824 14.9366 12.626 15.133C12.7726 15.4363 12.8354 15.7732 12.808 16.109V16.978C12.83 17.2977 12.7606 17.6171 12.608 17.899C12.4441 18.0903 12.1965 18.1887 11.946 18.162ZM8.585 16.4H7.939V14.841H8.594C8.75752 14.8428 8.90863 14.9285 8.994 15.068C9.10222 15.2466 9.15447 15.4534 9.144 15.662C9.15654 15.8565 9.1049 16.0497 8.997 16.212C8.89754 16.3368 8.74447 16.4067 8.585 16.4Z' fill='white'/%3E%3C/svg%3E%0A");
}
/* _content/NexoWeb/Components/OffreEnCours/EncartFiltres.razor.rz.scp.css */
.recherche[b-9kheqgbins] {
    margin: 15px 0
}

    .recherche select[b-9kheqgbins] {
        padding: 15px;
        height: 54px;
    }

    .recherche .select-critere[b-9kheqgbins] {
        background-color: #142D5E;
        color: var(--ColorSecondTheme);
        font-weight: 700;
        font-size: 16px;
        width: 260px;
        border-radius: 15px 0 0 15px;
    }

    .recherche input[b-9kheqgbins] {
        background: var(--ColorSecondTheme);
        height: 54px;
    }

    .recherche .form-control[b-9kheqgbins] {
    }

.btn-add-filtre[b-9kheqgbins] {
    border: var(--ColorMainTheme) 1px solid;
    border-radius: 15px;
    color: var(--ColorMainTheme);
    background: white;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    height: 54px;
    font-weight: 500;
    width: 260px;
}

.recherche .input-group-append[b-9kheqgbins] {
    border: 1px solid;
    border-left: none;
}

input:focus + .input-group-append[b-9kheqgbins] {
    border-color: var(--ColorMainVarianteTheme)
}

.input-group-append[b-9kheqgbins] {
    align-items: center;
}

    .input-group-append + input[b-9kheqgbins] {
        margin-left: 5px;
    }

.loupe[b-9kheqgbins] {
    margin-left: 8px;
    margin-right: 8px;
    height: 24px;
    width: 24px;
}

.btn-suppression-filtre[b-9kheqgbins] {
    border: none;
    color: var(--ColorMainTheme);
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

    .btn-suppression-filtre:focus[b-9kheqgbins] {
        outline: none;
    }

    .flex-and-center[b-9kheqgbins] {
        display: flex;
        align-items: center;
    }

.radius-r-15[b-9kheqgbins]{
    border-radius: 0 15px 15px 0;
}

.radius-15[b-9kheqgbins] {
    border-radius: 15px;
}

.loupe-filtre[b-9kheqgbins] {
    height: 54px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.radius-0[b-9kheqgbins] {
    border-radius: 0;
}

.radius-r-0[b-9kheqgbins] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.border-r-0[b-9kheqgbins] {
    border-right: 0;
}

.custom-select[b-9kheqgbins] {
    cursor: pointer;
    padding-right: 24px;
    appearance: none;
    background: url('../../css/SVG/FlecheBas.svg') no-repeat right 8px center;
    background-size: 24px;
}
/* _content/NexoWeb/Components/OffreEnCours/Mecanisme/BadgeCouponFixToFloat.razor.rz.scp.css */
.popover-value[b-snpqu51i0l] {
    min-width: 20em;
}
.popover-label[b-snpqu51i0l] {
    min-width: 6em;
}
.periode-label[b-snpqu51i0l] {
    align-content: center;
}
.periode-values[b-snpqu51i0l] {
    display: flex;
    flex-direction: column;
}
/* _content/NexoWeb/Components/OffreEnCours/Mecanisme/BadgeCouponVariable.razor.rz.scp.css */
.popover-value[b-ojn74j8y9s] {
    min-width: 20em;
}
/* _content/NexoWeb/Components/OffreEnCours/OecProduit.razor.rz.scp.css */

.icon-product[b-izg61p81un]{
    width:140px;
    height:100px;
    position:relative;
}
.card-produit[b-izg61p81un] {
    display: flex;
    min-width: 360px;
    max-width: 40rem;
    width: 30%;
    height:max-content;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    text-align:center;
    flex-grow: 1;

}

.bg-white[b-izg61p81un]{
    background:white;
}

.card-header[b-izg61p81un] {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    color: white;
    background-color: var(--ColorMainTheme);
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-header > h2[b-izg61p81un] {
    color: var(--ColorSecondTheme);
    margin: auto;
    font-size: 18px;
}
.card-mecanisme[b-izg61p81un] {
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: fit-content;
}

.card-content[b-izg61p81un] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: max-content;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
}

.card-main-content p[b-izg61p81un] {
    font-size: var(--fontSizeRegularText);
    font-weight: var(--fontWeightBtn);
    color: var(--ColorDarkGrey);
}
    .card-main-content p:nth-child(2)[b-izg61p81un] {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .card-main-content p:first-child[b-izg61p81un] {
        font-weight: var(--fontWeightRegularText);
        font-size: var(--fontSizeSecondTitle);
    }
.produit-info.noir[b-izg61p81un] {
    font-size: var(--fontSizeRegularText);
    font-weight: var(--fontWeightBtn);
}
.card-icons-container[b-izg61p81un] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: fit-content;
    margin-bottom: 1em;
}

.card-modal[b-izg61p81un] {
    display: flex;
    flex-direction: column;
    background-color: var(--ColorSecondVarianteTheme);
    z-index: 102;
    width: 60%;
    height: fit-content;
    margin-top: 10px;
    border-radius: 15px;
}
.card-modal-position[b-izg61p81un] {
    margin-top: 20%;
}

.bm-content[b-izg61p81un] {
    overflow-x: hidden;
}

.bm-container[b-izg61p81un]{
    overflow-y:auto;
}
.card-modal[b-izg61p81un]::-webkit-scrollbar{
    display:none;
}
.produit-body[b-izg61p81un]{
    border-radius:15px;
}
.card-modal .produit-info[b-izg61p81un], .card-modal .produit-info-noir[b-izg61p81un] {
    font-size: var(--fontSizeSecondTitle) !important;
}
.card-modal .card-content[b-izg61p81un] {
    display: flex;
    flex-direction: column;
    justify-content:start;
    width: 100%;
    text-align: justify;
}


.oi[b-izg61p81un] {
    position: absolute;
    right: 10px;
    top: 35px;
}

[b-izg61p81un] .popover-trigger:hover + .popover-container {
    opacity: 1;
    z-index: 100;
}
.btn-primary[b-izg61p81un]{
    margin-right:auto;
    margin-left:auto;
    margin-bottom:24px;
    display:flex;
    justify-content:space-around;
    align-items:center;


}


[b-izg61p81un] .popover-container {
    background-color: #FFF;
    padding: 10px;
    border-radius: 10px;
    position: absolute;
    z-index: -1;
    filter: drop-shadow(1px 4px 20px rgba(0, 0, 0, 0.1));
    bottom: 100%;
    width: max-content;
    opacity: 0;
    transform: translate(-50%);
    left: 50%;
    transition: all .2s linear;
}

    [b-izg61p81un] .popover-container:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        top: 100%;
        left: 50%;
        border: .75rem solid transparent;
        border-top: none;
        border-bottom-color: #fff;
        filter: drop-shadow(1px 4px 20px rgba(0, 0, 0, .1));
        transform: rotate(180deg) translate(50%);
    }

    [b-izg61p81un] .popover-container > h3 {
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        color: #515151;
    }

    [b-izg61p81un] .popover-container p {
        margin: 10px 0 0 0;
    }

[b-izg61p81un] .popover-separateur {
    background: #F4F4F4;
    margin: 0 -10px;
    text-align: center;
}

[b-izg61p81un] .popover-label {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #858585;
}

[b-izg61p81un] .popover-value {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #515151;
    text-align: right;
    /*white-space: nowrap;*/
}

[b-izg61p81un] .icon-container {
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #515151;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.produit-container.expanded[b-izg61p81un]  .icon-container {
    color: #FFF;
}

.produit-name[b-izg61p81un] {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 0;
}

.produit-container.expanded .produit-name[b-izg61p81un] {
    color: #FFF;
}

[b-izg61p81un] .produit-vl {
/*    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #515151;
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);*/
}

.produit-container.expanded[b-izg61p81un]  .produit-vl {
    color: #FFF;
}

.produit-info[b-izg61p81un] {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.04em;
    color: #515151;
    margin-bottom: 0;
}

.produit-info.noir[b-izg61p81un] {
    color: #000000;
}

.produit-container.expanded .produit-info[b-izg61p81un] {
    color: #FFF;
}

.produit-date[b-izg61p81un] {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #515151;
}

.produit-container.expanded .produit-date[b-izg61p81un] {
    color: #FFF;
}

.produit-container[b-izg61p81un] {
    margin-top: 25px;
}

.produit-container:first-of-type[b-izg61p81un] {
    margin-top: 15px;
}

.produit-container:last-of-type[b-izg61p81un] {
    margin-bottom: 70px;
}

.produit-container.expanded .produit-header[b-izg61p81un] {
    background: #81A6F4;
    border: 2px solid #81A6F4;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

[b-izg61p81un] .produit-header {
    background-color: #F3F3F3;
    border: 2px solid #F3F3F3;
    border-radius: 20px;
    min-height: 110px;
    /*padding: 20px;*/
    transition: all .2s linear, border-radius 0s linear;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

[b-izg61p81un] .expandable {
    cursor: pointer;
}

[b-izg61p81un] .produit-body {
    padding-bottom: 25px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.06);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #F3F3F3;
}

[b-izg61p81un] .produit-header.expandable:hover {
    border: 2px solid var(--ColorMainVarianteTheme);
    border-radius: 12px 12px 22px 22px;
}

[b-izg61p81un] .icon {
    margin: auto auto 6px auto;
    border-radius: 50px;
    align-content: center;
    display: flex;
    background-color: #81A6F4;
    aspect-ratio:1/1;
}

[b-izg61p81un] .icon.left {
    margin: auto auto 6px 4px;
}

[b-izg61p81un] .icon span {
    margin: auto;
}

[b-izg61p81un] .chevron-container {
    width: 39px;
    height: 39px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    background: #FFFFFF;
    box-shadow: 0 3px 5px #000000, inset 0 3px 10px #F3F3F3;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15), inset 0 3px 10px #F3F3F3;
    position: absolute;
    top: 50%;
    right: 0;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

[b-izg61p81un] .chevron-up {
    transform: rotate(180deg) translate(50%, 50%) !important
}

[b-izg61p81un] .produit-nav {
    margin: 0 0 20px 0;
}

    [b-izg61p81un] .produit-nav .nav-link {
        color: #000000;
        font-size: 16px;
        font-weight: 300;
        line-height: 20px;
    }

        [b-izg61p81un] .produit-nav .nav-link:hover {
            color: #000000;
        }

        [b-izg61p81un] .produit-nav .nav-link.active {
            border-bottom: 3px solid #000000;
            font-weight: 500;
        }

[b-izg61p81un] .expand-title {
    padding-top: 30px;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    color: #515151;
}

[b-izg61p81un] .expand-subtitle {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #858585;
}

[b-izg61p81un] .expand-fauxBouton {
    background: #81A6F4;
    border-radius: 10px;
    margin: 15px auto;
    padding: 15px 30px;
    color: #FFFFFF;
}

[b-izg61p81un] .session-titre {
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #142D5E;
    border-bottom: 1px solid #515151;
    padding-bottom: 15px;
    margin: 20px 0;
}

[b-izg61p81un] .session-sj {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #515151;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #A4A4A4;
}

[b-izg61p81un] .session-sj-ticker {
    display: inline-block;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #515151;
    margin-left: 20px;
}

[b-izg61p81un] .btn {
    /*background: #81A6F4;*/
    border-radius: 15px;
    border: none;
    min-width: 170px;
    height: 50px;
    padding: 5px 22px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    font-family: 'Roboto', sans-serif;
    color: #FFF;
}

.btn-en-savoir-plus[b-izg61p81un] {
    border-radius: 5px;
    border: none;
    min-width: 200px;
    height: 50px;
    padding: 8px 20px 8px 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    font-family: 'Roboto', sans-serif;
    color: #FFF;
}

.expanded[b-izg61p81un]  .icon-refund {
    /*background: url("data:image/svg+xml,%3Csvg viewBox='0 0 25 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.300207 16.6675C-0.0163404 16.3221 -0.0904236 15.8038 0.115583 15.3758L1.11773 13.2935C3.48953 8.36538 8.29375 5.25917 13.544 5.25918H14.0367C14.0727 4.43795 14.1191 3.61711 14.1759 2.79687L14.2728 1.3981C14.3516 0.260585 15.5572 -0.375294 16.4706 0.238813C19.4673 2.2534 22.0724 4.84926 24.1472 7.888L24.7988 8.84233C25.0671 9.23533 25.0671 9.76467 24.7988 10.1577L24.1472 11.112C22.0724 14.1507 19.4673 16.7466 16.4706 18.7612C15.5572 19.3753 14.3516 18.7394 14.2728 17.6019L14.1759 16.2031C14.108 15.2236 14.0551 14.2432 14.017 13.2623C10.9458 13.169 7.87837 13.8212 5.05928 15.1901L1.52044 16.9085C1.10639 17.1096 0.616754 17.0129 0.300207 16.6675ZM3.46912 13.4792L4.1613 13.1431C7.60578 11.4705 11.3851 10.7643 15.1353 11.0674C15.6814 11.1115 16.108 11.582 16.1242 12.158C16.1606 13.4527 16.2235 14.7467 16.3131 16.0392L16.3208 16.1511C18.6686 14.4051 20.7261 12.2582 22.4068 9.79666L22.6094 9.5L22.4068 9.20334C20.7261 6.74178 18.6686 4.59488 16.3208 2.84887L16.3131 2.96078C16.2331 4.11451 16.1744 5.26946 16.1368 6.42498C16.1171 7.0322 15.6435 7.51371 15.066 7.51371L13.544 7.51371C9.40502 7.51371 5.59364 9.79514 3.46912 13.4792Z' fill='%2381A6F4'/%3E%3C/svg%3E%0A");*/
}
.expanded[b-izg61p81un]  .icon-coupon {
    /*background: url("data:image/svg+xml,%3Csvg width='26' height='24' viewBox='0 0 26 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.08445 2.47736C4.47042 2.65391 3.17848 3.90065 2.99173 5.46329C2.49009 9.66096 2.49009 13.9015 2.99173 18.0992C3.17848 19.6619 4.47042 20.9086 6.08445 21.0851C10.2828 21.5444 14.6261 21.5444 18.8244 21.0851C20.4384 20.9086 21.7304 19.6619 21.9171 18.0992C22.2776 15.0831 22.379 12.0448 22.2215 9.01616C22.2174 8.93795 22.2473 8.86166 22.3038 8.80629L23.7689 7.37247C23.9384 7.20651 24.2282 7.31029 24.2462 7.54433C24.5227 11.1399 24.4467 14.7549 24.0183 18.3397C23.7153 20.8753 21.6352 22.861 19.0594 23.1428C14.7049 23.6191 10.204 23.6191 5.84947 23.1428C3.27366 22.861 1.19356 20.8753 0.890554 18.3397C0.369815 13.9823 0.369815 9.58024 0.890554 5.22277C1.19356 2.68723 3.27366 0.701484 5.84947 0.419733C10.204 -0.0565775 14.7049 -0.0565775 19.0594 0.419733C19.9666 0.518966 20.8123 0.829573 21.5405 1.30113C21.6838 1.39392 21.698 1.59107 21.5765 1.70998L20.4442 2.8182C20.3516 2.90885 20.2079 2.9241 20.0925 2.86355C19.7069 2.66134 19.2784 2.52702 18.8244 2.47736C14.6261 2.01813 10.2828 2.01813 6.08445 2.47736Z' fill='%2381A6F4'/%3E%3Cpath d='M25.1902 3.54137C25.6033 3.13709 25.6033 2.48163 25.1902 2.07735C24.7771 1.67307 24.1074 1.67307 23.6943 2.07735L11.7492 13.768L8.26617 10.3591C7.8531 9.95482 7.18337 9.95482 6.77029 10.3591C6.35721 10.7634 6.35721 11.4188 6.77029 11.8231L11.0013 15.964C11.4144 16.3683 12.0841 16.3683 12.4972 15.964L25.1902 3.54137Z' fill='%2381A6F4'/%3E%3C/svg%3E%0A");*/
    width: 26px;
    height: 24px;
}
.expanded[b-izg61p81un]  .icon-shield {
    /*background: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.334 5.78974L16.084 1.15061C15.7413 1.00992 15.3739 0.9375 15.0029 0.9375C14.6319 0.9375 14.2646 1.00992 13.9219 1.15061L2.67187 5.78974C1.62305 6.21886 0.9375 7.23367 0.9375 8.35865C0.9375 19.8695 7.64648 27.8256 13.916 30.4119C14.6074 30.696 15.3867 30.696 16.0781 30.4119C21.0996 28.3417 29.0625 21.1916 29.0625 8.35865C29.0625 7.23367 28.377 6.21886 27.334 5.78974ZM15.3633 28.7012C15.1348 28.794 14.877 28.794 14.6426 28.7012C8.90625 26.4512 2.8125 18.5647 2.8125 8.35865C2.8125 7.98172 3.04102 7.64539 3.38672 7.50041L14.6367 2.86129C14.8594 2.76851 15.123 2.76271 15.3574 2.86129L26.6074 7.50041C26.959 7.64539 27.1816 7.98172 27.1816 8.35865C27.1875 18.5647 21.0938 26.4512 15.3633 28.7012V28.7012Z' fill='%2381A6F4'/%3E%3Cg clip-path='url(%23clip0_1060_1995)'%3E%3Cpath d='M14.9999 17.7835C14.7532 17.7835 14.5514 17.5922 14.5514 17.3583V15.9976C14.5514 15.7638 14.7532 15.5724 14.9999 15.5724C15.2465 15.5724 15.4483 15.7638 15.4483 15.9976V17.3583C15.4483 17.5922 15.2465 17.7835 14.9999 17.7835ZM20.0222 14.637V18.719C20.0222 19.2824 19.5401 19.7395 18.946 19.7395H11.0538C10.4596 19.7395 9.97754 19.2824 9.97754 18.719V14.637C9.97754 14.0736 10.4596 13.6165 11.0538 13.6165H11.4125V12.2558C11.4125 10.3763 13.0268 8.84771 15.0111 8.85408C16.9931 8.86046 18.5872 10.4082 18.5872 12.2877V13.6165H18.946C19.5401 13.6165 20.0222 14.0736 20.0222 14.637ZM12.13 13.6165H17.8698V12.2558C17.8698 10.7548 16.5828 9.53442 14.9999 9.53442C13.4169 9.53442 12.13 10.7548 12.13 12.2558V13.6165ZM19.3047 18.719V14.637C19.3047 14.4499 19.1433 14.2968 18.946 14.2968H11.0538C10.8564 14.2968 10.695 14.4499 10.695 14.637V18.719C10.695 18.9061 10.8564 19.0592 11.0538 19.0592H18.946C19.1433 19.0592 19.3047 18.9061 19.3047 18.719Z' fill='%2381A6F4'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1060_1995'%3E%3Crect width='10.0446' height='10.8854' fill='white' transform='translate(9.97754 8.85419)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");*/
    width: 30px;
    height: 31px;
}
.expanded[b-izg61p81un]  .icon-percent {
    /*background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.51511 9.2743C8.03897 9.2743 9.27429 8.03897 9.27429 6.51512C9.27429 4.99126 8.03897 3.75594 6.51511 3.75594C4.99126 3.75594 3.75593 4.99126 3.75593 6.51512C3.75593 8.03897 4.99126 9.2743 6.51511 9.2743ZM6.51511 10.9298C8.95328 10.9298 10.9298 8.95328 10.9298 6.51512C10.9298 4.07695 8.95328 2.10043 6.51511 2.10043C4.07695 2.10043 2.10042 4.07695 2.10042 6.51512C2.10042 8.95328 4.07695 10.9298 6.51511 10.9298Z' fill='%2381A6F4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.5518 20.311C19.0757 20.311 20.311 19.0757 20.311 17.5518C20.311 16.028 19.0757 14.7927 17.5518 14.7927C16.028 14.7927 14.7927 16.028 14.7927 17.5518C14.7927 19.0757 16.028 20.311 17.5518 20.311ZM17.5518 21.9665C19.99 21.9665 21.9665 19.99 21.9665 17.5518C21.9665 15.1137 19.99 13.1372 17.5518 13.1372C15.1137 13.1372 13.1371 15.1137 13.1371 17.5518C13.1371 19.99 15.1137 21.9665 17.5518 21.9665Z' fill='%2381A6F4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.58531 21.4147C2.26205 21.0914 2.26205 20.5673 2.58531 20.2441L20.2441 2.58531C20.5673 2.26206 21.0914 2.26205 21.4147 2.58531C21.738 2.90857 21.7379 3.43268 21.4147 3.75593L3.75593 21.4147C3.43267 21.738 2.90857 21.738 2.58531 21.4147Z' fill='%2381A6F4'/%3E%3C/svg%3E%0A");*/
    width: 24px;
    height: 24px;
}
.expanded[b-izg61p81un]  .icon {
    background-color: #FFFFFF;
}

[b-izg61p81un] .pillule-container {
    display: flex;
    margin-bottom: 10px;
}
[b-izg61p81un] .pillule {
    display: inline-block;
    padding: 10px 20px 10px 20px;
    font-style: normal;
    width: 50%;
}
[b-izg61p81un] .pillule-gauche {
    background: #81A6F4;
    border-radius: 10px 0 0 10px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #F3F3F3;
    align-content: center;
}
[b-izg61p81un] .large-gauche .pillule-gauche {
    width: 75%
}
[b-izg61p81un] .pillule-droite {
    background: #FFFFFF;
    border-radius: 0 10px 10px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #515151;
}
[b-izg61p81un] .large-gauche .pillule-droite {
    width: 25%
}

[b-izg61p81un] .oec-document {
    display: inline-block;
    margin-right: 25px;
    margin-top: 10px;
}

[b-izg61p81un] .popover-value {
    min-width: 5em !important;
}

.popover-label[b-izg61p81un] {
    min-width: 5em !important;
}
/* _content/NexoWeb/Components/OffreEnCours/OecProduitDetail.razor.rz.scp.css */
.oi[b-58fdp2bf2p] {
    position: absolute;
    right: 10px;
    top: 35px;
}

[b-58fdp2bf2p] .popover-trigger:hover + .popover-container {
    opacity: 1;
    z-index: 100;
}
.btn-primary[b-58fdp2bf2p]{
    margin-right:auto;
    margin-left:auto;
    margin-bottom:24px;
    display:flex;
    justify-content:space-around;
    align-items:center;


}


[b-58fdp2bf2p] .popover-container {
    background-color: #FFF;
    padding: 10px;
    border-radius: 10px;
    position: absolute;
    z-index: -1;
    filter: drop-shadow(1px 4px 20px rgba(0, 0, 0, 0.1));
    bottom: 120%;
    width: max-content;
    opacity: 0;
    transform: translate(-50%);
    left: 50%;
    transition: all .2s linear;
}

    [b-58fdp2bf2p] .popover-container:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        top: 100%;
        left: 50%;
        border: .75rem solid transparent;
        border-top: none;
        border-bottom-color: #fff;
        filter: drop-shadow(1px 4px 20px rgba(0, 0, 0, .1));
        transform: rotate(180deg) translate(50%);
    }

    [b-58fdp2bf2p] .popover-container > h3 {
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        color: #515151;
    }

    [b-58fdp2bf2p] .popover-container p {
        margin: 10px 0 0 0;
    }

[b-58fdp2bf2p] .popover-separateur {
    background: #F4F4F4;
    margin: 0 -10px;
    text-align: center;
}

[b-58fdp2bf2p] .popover-label {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #858585;
}

[b-58fdp2bf2p] .popover-value {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #515151;
    text-align: right;
    white-space: nowrap;
}

[b-58fdp2bf2p] .icon-container {
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #515151;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
.bm[b-58fdp2bf2p]{
    background-color:red;
}
.produit-container.expanded[b-58fdp2bf2p]  .icon-container {
    color: #FFF;
}

.produit-name[b-58fdp2bf2p] {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 0;
}

.produit-container.expanded .produit-name[b-58fdp2bf2p] {
    color: #FFF;
}

[b-58fdp2bf2p] .produit-vl {
/*    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #515151;
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);*/
}

.produit-container.expanded[b-58fdp2bf2p]  .produit-vl {
    color: #FFF;
}

.produit-info[b-58fdp2bf2p] {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.04em;
    color: #515151;
    margin-bottom: 0;
}

.produit-info.noir[b-58fdp2bf2p] {
    color: #000000;
}

.produit-container.expanded .produit-info[b-58fdp2bf2p] {
    color: #FFF;
}

.produit-date[b-58fdp2bf2p] {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #515151;
}

.produit-container.expanded .produit-date[b-58fdp2bf2p] {
    color: #FFF;
}

.produit-container[b-58fdp2bf2p] {
    margin-top: 25px;
}

.produit-container:first-of-type[b-58fdp2bf2p] {
    margin-top: 15px;
}

.produit-container:last-of-type[b-58fdp2bf2p] {
    margin-bottom: 70px;
}

.produit-container.expanded .produit-header[b-58fdp2bf2p] {
    background: #81A6F4;
    border: 2px solid #81A6F4;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

[b-58fdp2bf2p] .produit-header {
    background-color: #F3F3F3;
    border: 2px solid #F3F3F3;
    border-radius: 20px;
    min-height: 110px;
    /*padding: 20px;*/
    transition: all .2s linear, border-radius 0s linear;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

[b-58fdp2bf2p] .expandable {
    cursor: pointer;
}

[b-58fdp2bf2p] .produit-body {
    padding-bottom: 25px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.06);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #F3F3F3;
}

[b-58fdp2bf2p] .produit-header.expandable:hover {
    border: 2px solid var(--ColorMainVarianteTheme);
    border-radius: 12px 12px 22px 22px;
}

[b-58fdp2bf2p] .icon {
    margin: auto auto 6px auto;
    border-radius: 50px;
    align-content: center;
    display: flex;
    background-color: #81A6F4;
    aspect-ratio:1/1;
}

[b-58fdp2bf2p] .icon.left {
    margin: auto auto 6px 4px;
}

[b-58fdp2bf2p] .icon span {
    margin: auto;
}

[b-58fdp2bf2p] .chevron-container {
    width: 39px;
    height: 39px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    background: #FFFFFF;
    box-shadow: 0 3px 5px #000000, inset 0 3px 10px #F3F3F3;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15), inset 0 3px 10px #F3F3F3;
    position: absolute;
    top: 50%;
    right: 0;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

[b-58fdp2bf2p] .chevron-up {
    transform: rotate(180deg) translate(50%, 50%) !important
}

[b-58fdp2bf2p] .produit-nav {
    margin: 0 0 20px 0;
}

    [b-58fdp2bf2p] .produit-nav .nav-link {
        color: #000000;
        font-size: 16px;
        font-weight: 300;
        line-height: 20px;
    }

        [b-58fdp2bf2p] .produit-nav .nav-link:hover {
            color: #000000;
        }

        [b-58fdp2bf2p] .produit-nav .nav-link.active {
            border-bottom: 3px solid #000000;
            font-weight: 500;
        }

[b-58fdp2bf2p] .expand-title {
    padding-top: 30px;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    color: #515151;
}

[b-58fdp2bf2p] .expand-subtitle {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #858585;
}

[b-58fdp2bf2p] .expand-fauxBouton {
    background: #81A6F4;
    border-radius: 10px;
    margin: 15px auto;
    padding: 15px 30px;
    color: #FFFFFF;
}

[b-58fdp2bf2p] .session-titre {
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #142D5E;
    border-bottom: 1px solid #515151;
    padding-bottom: 15px;
    margin: 20px 0;
}

[b-58fdp2bf2p] .session-sj {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #515151;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #A4A4A4;
}

[b-58fdp2bf2p] .session-sj-ticker {
    display: inline-block;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #515151;
    margin-left: 20px;
}

[b-58fdp2bf2p] .btn {
    /*background: #81A6F4;*/
    border-radius: 15px;
    border: none;
    min-width: 170px;
    height: 50px;
    padding: 5px 22px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    font-family: 'Roboto', sans-serif;
    color: #FFF;
}

.expanded[b-58fdp2bf2p]  .icon-refund {
    /*background: url("data:image/svg+xml,%3Csvg viewBox='0 0 25 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.300207 16.6675C-0.0163404 16.3221 -0.0904236 15.8038 0.115583 15.3758L1.11773 13.2935C3.48953 8.36538 8.29375 5.25917 13.544 5.25918H14.0367C14.0727 4.43795 14.1191 3.61711 14.1759 2.79687L14.2728 1.3981C14.3516 0.260585 15.5572 -0.375294 16.4706 0.238813C19.4673 2.2534 22.0724 4.84926 24.1472 7.888L24.7988 8.84233C25.0671 9.23533 25.0671 9.76467 24.7988 10.1577L24.1472 11.112C22.0724 14.1507 19.4673 16.7466 16.4706 18.7612C15.5572 19.3753 14.3516 18.7394 14.2728 17.6019L14.1759 16.2031C14.108 15.2236 14.0551 14.2432 14.017 13.2623C10.9458 13.169 7.87837 13.8212 5.05928 15.1901L1.52044 16.9085C1.10639 17.1096 0.616754 17.0129 0.300207 16.6675ZM3.46912 13.4792L4.1613 13.1431C7.60578 11.4705 11.3851 10.7643 15.1353 11.0674C15.6814 11.1115 16.108 11.582 16.1242 12.158C16.1606 13.4527 16.2235 14.7467 16.3131 16.0392L16.3208 16.1511C18.6686 14.4051 20.7261 12.2582 22.4068 9.79666L22.6094 9.5L22.4068 9.20334C20.7261 6.74178 18.6686 4.59488 16.3208 2.84887L16.3131 2.96078C16.2331 4.11451 16.1744 5.26946 16.1368 6.42498C16.1171 7.0322 15.6435 7.51371 15.066 7.51371L13.544 7.51371C9.40502 7.51371 5.59364 9.79514 3.46912 13.4792Z' fill='%2381A6F4'/%3E%3C/svg%3E%0A");*/
}
.expanded[b-58fdp2bf2p]  .icon-coupon {
    /*background: url("data:image/svg+xml,%3Csvg width='26' height='24' viewBox='0 0 26 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.08445 2.47736C4.47042 2.65391 3.17848 3.90065 2.99173 5.46329C2.49009 9.66096 2.49009 13.9015 2.99173 18.0992C3.17848 19.6619 4.47042 20.9086 6.08445 21.0851C10.2828 21.5444 14.6261 21.5444 18.8244 21.0851C20.4384 20.9086 21.7304 19.6619 21.9171 18.0992C22.2776 15.0831 22.379 12.0448 22.2215 9.01616C22.2174 8.93795 22.2473 8.86166 22.3038 8.80629L23.7689 7.37247C23.9384 7.20651 24.2282 7.31029 24.2462 7.54433C24.5227 11.1399 24.4467 14.7549 24.0183 18.3397C23.7153 20.8753 21.6352 22.861 19.0594 23.1428C14.7049 23.6191 10.204 23.6191 5.84947 23.1428C3.27366 22.861 1.19356 20.8753 0.890554 18.3397C0.369815 13.9823 0.369815 9.58024 0.890554 5.22277C1.19356 2.68723 3.27366 0.701484 5.84947 0.419733C10.204 -0.0565775 14.7049 -0.0565775 19.0594 0.419733C19.9666 0.518966 20.8123 0.829573 21.5405 1.30113C21.6838 1.39392 21.698 1.59107 21.5765 1.70998L20.4442 2.8182C20.3516 2.90885 20.2079 2.9241 20.0925 2.86355C19.7069 2.66134 19.2784 2.52702 18.8244 2.47736C14.6261 2.01813 10.2828 2.01813 6.08445 2.47736Z' fill='%2381A6F4'/%3E%3Cpath d='M25.1902 3.54137C25.6033 3.13709 25.6033 2.48163 25.1902 2.07735C24.7771 1.67307 24.1074 1.67307 23.6943 2.07735L11.7492 13.768L8.26617 10.3591C7.8531 9.95482 7.18337 9.95482 6.77029 10.3591C6.35721 10.7634 6.35721 11.4188 6.77029 11.8231L11.0013 15.964C11.4144 16.3683 12.0841 16.3683 12.4972 15.964L25.1902 3.54137Z' fill='%2381A6F4'/%3E%3C/svg%3E%0A");*/
    width: 26px;
    height: 24px;
}
.expanded[b-58fdp2bf2p]  .icon-shield {
    /*background: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.334 5.78974L16.084 1.15061C15.7413 1.00992 15.3739 0.9375 15.0029 0.9375C14.6319 0.9375 14.2646 1.00992 13.9219 1.15061L2.67187 5.78974C1.62305 6.21886 0.9375 7.23367 0.9375 8.35865C0.9375 19.8695 7.64648 27.8256 13.916 30.4119C14.6074 30.696 15.3867 30.696 16.0781 30.4119C21.0996 28.3417 29.0625 21.1916 29.0625 8.35865C29.0625 7.23367 28.377 6.21886 27.334 5.78974ZM15.3633 28.7012C15.1348 28.794 14.877 28.794 14.6426 28.7012C8.90625 26.4512 2.8125 18.5647 2.8125 8.35865C2.8125 7.98172 3.04102 7.64539 3.38672 7.50041L14.6367 2.86129C14.8594 2.76851 15.123 2.76271 15.3574 2.86129L26.6074 7.50041C26.959 7.64539 27.1816 7.98172 27.1816 8.35865C27.1875 18.5647 21.0938 26.4512 15.3633 28.7012V28.7012Z' fill='%2381A6F4'/%3E%3Cg clip-path='url(%23clip0_1060_1995)'%3E%3Cpath d='M14.9999 17.7835C14.7532 17.7835 14.5514 17.5922 14.5514 17.3583V15.9976C14.5514 15.7638 14.7532 15.5724 14.9999 15.5724C15.2465 15.5724 15.4483 15.7638 15.4483 15.9976V17.3583C15.4483 17.5922 15.2465 17.7835 14.9999 17.7835ZM20.0222 14.637V18.719C20.0222 19.2824 19.5401 19.7395 18.946 19.7395H11.0538C10.4596 19.7395 9.97754 19.2824 9.97754 18.719V14.637C9.97754 14.0736 10.4596 13.6165 11.0538 13.6165H11.4125V12.2558C11.4125 10.3763 13.0268 8.84771 15.0111 8.85408C16.9931 8.86046 18.5872 10.4082 18.5872 12.2877V13.6165H18.946C19.5401 13.6165 20.0222 14.0736 20.0222 14.637ZM12.13 13.6165H17.8698V12.2558C17.8698 10.7548 16.5828 9.53442 14.9999 9.53442C13.4169 9.53442 12.13 10.7548 12.13 12.2558V13.6165ZM19.3047 18.719V14.637C19.3047 14.4499 19.1433 14.2968 18.946 14.2968H11.0538C10.8564 14.2968 10.695 14.4499 10.695 14.637V18.719C10.695 18.9061 10.8564 19.0592 11.0538 19.0592H18.946C19.1433 19.0592 19.3047 18.9061 19.3047 18.719Z' fill='%2381A6F4'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1060_1995'%3E%3Crect width='10.0446' height='10.8854' fill='white' transform='translate(9.97754 8.85419)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");*/
    width: 30px;
    height: 31px;
}
.expanded[b-58fdp2bf2p]  .icon-percent {
    /*background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.51511 9.2743C8.03897 9.2743 9.27429 8.03897 9.27429 6.51512C9.27429 4.99126 8.03897 3.75594 6.51511 3.75594C4.99126 3.75594 3.75593 4.99126 3.75593 6.51512C3.75593 8.03897 4.99126 9.2743 6.51511 9.2743ZM6.51511 10.9298C8.95328 10.9298 10.9298 8.95328 10.9298 6.51512C10.9298 4.07695 8.95328 2.10043 6.51511 2.10043C4.07695 2.10043 2.10042 4.07695 2.10042 6.51512C2.10042 8.95328 4.07695 10.9298 6.51511 10.9298Z' fill='%2381A6F4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.5518 20.311C19.0757 20.311 20.311 19.0757 20.311 17.5518C20.311 16.028 19.0757 14.7927 17.5518 14.7927C16.028 14.7927 14.7927 16.028 14.7927 17.5518C14.7927 19.0757 16.028 20.311 17.5518 20.311ZM17.5518 21.9665C19.99 21.9665 21.9665 19.99 21.9665 17.5518C21.9665 15.1137 19.99 13.1372 17.5518 13.1372C15.1137 13.1372 13.1371 15.1137 13.1371 17.5518C13.1371 19.99 15.1137 21.9665 17.5518 21.9665Z' fill='%2381A6F4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.58531 21.4147C2.26205 21.0914 2.26205 20.5673 2.58531 20.2441L20.2441 2.58531C20.5673 2.26206 21.0914 2.26205 21.4147 2.58531C21.738 2.90857 21.7379 3.43268 21.4147 3.75593L3.75593 21.4147C3.43267 21.738 2.90857 21.738 2.58531 21.4147Z' fill='%2381A6F4'/%3E%3C/svg%3E%0A");*/
    width: 24px;
    height: 24px;
}
.expanded[b-58fdp2bf2p]  .icon {
    background-color: #FFFFFF;
}

[b-58fdp2bf2p] .pillule-container {
    display: flex;
    margin-bottom: 10px;
}
[b-58fdp2bf2p] .pillule {
    display: inline-block;
    padding: 10px 20px 10px 20px;
    font-style: normal;
    width: 50%;
    align-content: center;
}
[b-58fdp2bf2p] .pillule-gauche {
    background: #81A6F4;
    border-radius: 10px 0 0 10px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #F3F3F3;
}
[b-58fdp2bf2p] .large-gauche .pillule-gauche {
    width: 60%
}
[b-58fdp2bf2p] .pillule-droite {
    background: #FFFFFF;
    border-radius: 0 10px 10px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #515151;
}
[b-58fdp2bf2p] .large-gauche .pillule-droite {
    width: 40%
}

[b-58fdp2bf2p] .oec-document {
    display: inline-block;
    margin-right: 25px;
    margin-top: 10px;
}

/* _content/NexoWeb/Components/Payoff.razor.rz.scp.css */
.mecanisme + .mecanisme[b-3cj0y41kgq] {
    margin-top: 1rem;
}
/* _content/NexoWeb/Components/Produit/Calendrier.razor.rz.scp.css */
.constate[b-49t244lwhb] {
    background-color: lightgray;
}
/* _content/NexoWeb/Components/Produit/Documents.razor.rz.scp.css */
.supprimer[b-2cghuqew1j] {
    height: 100%;
}

.document[b-2cghuqew1j] {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #142D5E;
}

.document-icon[b-2cghuqew1j] {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 22H6C4.89543 22 4 21.1046 4 20V3.99999C4 2.89542 4.89543 1.99999 6 1.99999H13C13.009 1.99882 13.018 1.99882 13.027 1.99999H13.033C13.0424 2.00294 13.0522 2.00495 13.062 2.00599C13.1502 2.01164 13.2373 2.02878 13.321 2.05699H13.336H13.351H13.363C13.3815 2.06991 13.3988 2.08429 13.415 2.09999C13.5239 2.14841 13.6232 2.21617 13.708 2.29999L19.708 8.29999C19.7918 8.38477 19.8596 8.48404 19.908 8.59299C19.917 8.61499 19.924 8.63599 19.931 8.65899L19.941 8.68699C19.9689 8.77038 19.9854 8.85717 19.99 8.94499C19.9909 8.95495 19.9932 8.96472 19.997 8.97399V8.97999C19.9986 8.98654 19.9996 8.99324 20 8.99999V20C20 20.5304 19.7893 21.0391 19.4142 21.4142C19.0391 21.7893 18.5304 22 18 22ZM14.424 14V19H15.364V16.96H16.824V16.122H15.364V14.841H17V14H14.424ZM10.724 14V19H11.93C12.4359 19.0249 12.9258 18.8189 13.262 18.44C13.6069 17.9999 13.7797 17.4492 13.748 16.891V16.081C13.7712 15.5286 13.5936 14.9865 13.248 14.555C12.9226 14.1846 12.4476 13.9807 11.955 14H10.724ZM7 14V19H7.94V17.241H8.566C8.98402 17.2641 9.39232 17.1094 9.69 16.815C9.97408 16.4974 10.1214 16.0806 10.1 15.655C10.1186 15.2192 9.97135 14.7926 9.688 14.461C9.40772 14.1502 9.00309 13.9811 8.585 14H7ZM13 3.99999V8.99999H18L13 3.99999ZM11.946 18.162H11.664V14.841H12.006C12.2489 14.8267 12.4824 14.9366 12.626 15.133C12.7726 15.4363 12.8354 15.7732 12.808 16.109V16.978C12.83 17.2977 12.7606 17.6171 12.608 17.899C12.4441 18.0903 12.1965 18.1887 11.946 18.162ZM8.585 16.4H7.939V14.841H8.594C8.75752 14.8428 8.90863 14.9285 8.994 15.068C9.10222 15.2466 9.15447 15.4534 9.144 15.662C9.15654 15.8565 9.1049 16.0497 8.997 16.212C8.89754 16.3368 8.74447 16.4067 8.585 16.4Z' fill='%23142D5E'/%3E%3C/svg%3E%0A");
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-left: 20px;
    top: 5px;
    position: relative;
}
/* _content/NexoWeb/Components/Produit/Formulaire.razor.rz.scp.css */
.supprimer[b-4062qb5y94] {
    height: 100%;
}

.document[b-4062qb5y94] {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #142D5E;
}

.document-icon[b-4062qb5y94] {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 22H6C4.89543 22 4 21.1046 4 20V3.99999C4 2.89542 4.89543 1.99999 6 1.99999H13C13.009 1.99882 13.018 1.99882 13.027 1.99999H13.033C13.0424 2.00294 13.0522 2.00495 13.062 2.00599C13.1502 2.01164 13.2373 2.02878 13.321 2.05699H13.336H13.351H13.363C13.3815 2.06991 13.3988 2.08429 13.415 2.09999C13.5239 2.14841 13.6232 2.21617 13.708 2.29999L19.708 8.29999C19.7918 8.38477 19.8596 8.48404 19.908 8.59299C19.917 8.61499 19.924 8.63599 19.931 8.65899L19.941 8.68699C19.9689 8.77038 19.9854 8.85717 19.99 8.94499C19.9909 8.95495 19.9932 8.96472 19.997 8.97399V8.97999C19.9986 8.98654 19.9996 8.99324 20 8.99999V20C20 20.5304 19.7893 21.0391 19.4142 21.4142C19.0391 21.7893 18.5304 22 18 22ZM14.424 14V19H15.364V16.96H16.824V16.122H15.364V14.841H17V14H14.424ZM10.724 14V19H11.93C12.4359 19.0249 12.9258 18.8189 13.262 18.44C13.6069 17.9999 13.7797 17.4492 13.748 16.891V16.081C13.7712 15.5286 13.5936 14.9865 13.248 14.555C12.9226 14.1846 12.4476 13.9807 11.955 14H10.724ZM7 14V19H7.94V17.241H8.566C8.98402 17.2641 9.39232 17.1094 9.69 16.815C9.97408 16.4974 10.1214 16.0806 10.1 15.655C10.1186 15.2192 9.97135 14.7926 9.688 14.461C9.40772 14.1502 9.00309 13.9811 8.585 14H7ZM13 3.99999V8.99999H18L13 3.99999ZM11.946 18.162H11.664V14.841H12.006C12.2489 14.8267 12.4824 14.9366 12.626 15.133C12.7726 15.4363 12.8354 15.7732 12.808 16.109V16.978C12.83 17.2977 12.7606 17.6171 12.608 17.899C12.4441 18.0903 12.1965 18.1887 11.946 18.162ZM8.585 16.4H7.939V14.841H8.594C8.75752 14.8428 8.90863 14.9285 8.994 15.068C9.10222 15.2466 9.15447 15.4534 9.144 15.662C9.15654 15.8565 9.1049 16.0497 8.997 16.212C8.89754 16.3368 8.74447 16.4067 8.585 16.4Z' fill='%23142D5E'/%3E%3C/svg%3E%0A");
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-left: 20px;
    top: 5px;
    position: relative;
}
/* _content/NexoWeb/Components/Produit/Groupes.razor.rz.scp.css */
.row + .row[b-a0qtvgtgvx] {
    margin-top: 5px;
}
/* _content/NexoWeb/Components/Shared/SelectorModal.razor.rz.scp.css */
.row + .row[b-rbd0t6wif5] {
    margin-top: 5px;
}

.options[b-rbd0t6wif5] {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 65vh;
}
/* _content/NexoWeb/Components/SwitchContainer.razor.rz.scp.css */
.choix-container[b-g3yp9r28r2] {
    border-radius: 10px;
    display: flex;
    position: relative;
    width: fit-content;
    background-color: var(--ColorSecondVarianteTheme);
}

.sliding-background[b-g3yp9r28r2] {
    position: absolute;
    transition: left 0.5s ease-in-out;
    left: var(--pourcentage, 0);
    width: var(--width, 100%); /* Largeur d'une tab */
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
}

.slider[b-g3yp9r28r2] {
    flex: 1;
    position: relative;
    margin: 10px;
    background-color: var(--ColorMainTheme);
    border-radius: 5px;
}

.choix-item[b-g3yp9r28r2] {
    margin: 10px;
    border-radius: 5px;
    width: 160px;
    height: 50px;
    text-align: center;
    align-content: center;
    cursor: pointer;
    position: relative;
    z-index: 2;
    color: var(--ColorMainTheme);
    font-family: var(--fontFamily);
    font-size: var(--fontSizeRegularText);
    align-self: center;
    font-weight: var(--fontWeightTitle);
    transition: color 0.5s ease-in-out;
}

    .choix-item.selected[b-g3yp9r28r2] {
        color: white;
    }
/* _content/NexoWeb/Components/TableauDeBord/AfficheurReportingPowerBi.razor.rz.scp.css */
.btn[b-stl9cjn4av] {
    background: var(--ColorMainVarianteTheme);
    border-radius: 15px;
    border: none;
    min-width: 170px;
    height: 50px;
    padding: 5px 30px 5px 40px;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #FFF;
}

.document-icon[b-stl9cjn4av] {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 22H6C4.89543 22 4 21.1046 4 20V3.99999C4 2.89542 4.89543 1.99999 6 1.99999H13C13.009 1.99882 13.018 1.99882 13.027 1.99999H13.033C13.0424 2.00294 13.0522 2.00495 13.062 2.00599C13.1502 2.01164 13.2373 2.02878 13.321 2.05699H13.336H13.351H13.363C13.3815 2.06991 13.3988 2.08429 13.415 2.09999C13.5239 2.14841 13.6232 2.21617 13.708 2.29999L19.708 8.29999C19.7918 8.38477 19.8596 8.48404 19.908 8.59299C19.917 8.61499 19.924 8.63599 19.931 8.65899L19.941 8.68699C19.9689 8.77038 19.9854 8.85717 19.99 8.94499C19.9909 8.95495 19.9932 8.96472 19.997 8.97399V8.97999C19.9986 8.98654 19.9996 8.99324 20 8.99999V20C20 20.5304 19.7893 21.0391 19.4142 21.4142C19.0391 21.7893 18.5304 22 18 22ZM14.424 14V19H15.364V16.96H16.824V16.122H15.364V14.841H17V14H14.424ZM10.724 14V19H11.93C12.4359 19.0249 12.9258 18.8189 13.262 18.44C13.6069 17.9999 13.7797 17.4492 13.748 16.891V16.081C13.7712 15.5286 13.5936 14.9865 13.248 14.555C12.9226 14.1846 12.4476 13.9807 11.955 14H10.724ZM7 14V19H7.94V17.241H8.566C8.98402 17.2641 9.39232 17.1094 9.69 16.815C9.97408 16.4974 10.1214 16.0806 10.1 15.655C10.1186 15.2192 9.97135 14.7926 9.688 14.461C9.40772 14.1502 9.00309 13.9811 8.585 14H7ZM13 3.99999V8.99999H18L13 3.99999ZM11.946 18.162H11.664V14.841H12.006C12.2489 14.8267 12.4824 14.9366 12.626 15.133C12.7726 15.4363 12.8354 15.7732 12.808 16.109V16.978C12.83 17.2977 12.7606 17.6171 12.608 17.899C12.4441 18.0903 12.1965 18.1887 11.946 18.162ZM8.585 16.4H7.939V14.841H8.594C8.75752 14.8428 8.90863 14.9285 8.994 15.068C9.10222 15.2466 9.15447 15.4534 9.144 15.662C9.15654 15.8565 9.1049 16.0497 8.997 16.212C8.89754 16.3368 8.74447 16.4067 8.585 16.4Z' fill='white'/%3E%3C/svg%3E%0A");
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-left: 15px;
    top: 5px;
    position: relative;
}
/* _content/NexoWeb/Components/TableauDeBord/Groupe/BlocGroupe.razor.rz.scp.css */
[b-ryohxtr6f6] .sj-heading {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #858585;
    border-bottom: 1px solid #C4C4C4;
    padding-bottom: 10px;
}

[b-ryohxtr6f6] .grp-card {
    padding: 16px 10px 10px;
    text-align: center;
    margin-bottom: 35px;
    width: 170px;
    background: #FFF;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    min-height: 130px;
}

[b-ryohxtr6f6] .grp-card-container {
    margin: auto 0;
}

[b-ryohxtr6f6] .grp-card-container p {
    margin: 0;
}

[b-ryohxtr6f6] .grp-card-container p + p {
    margin-top: 5px;
}

[b-ryohxtr6f6] .icon-inline {
    margin: -32px auto 0;
}

[b-ryohxtr6f6] .grp-card + .grp-card {
    margin-left: 25px;
}

[b-ryohxtr6f6] .grp-card-title {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #515151;
}

[b-ryohxtr6f6] .grp-card-subtitle {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #515151;
}

[b-ryohxtr6f6] .grp-card-value {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #515151;
}
[b-ryohxtr6f6] .grp-card-value.red {
    color: #E89999;
}

[b-ryohxtr6f6] .grp-card-value:last-of-type {
    margin-bottom: 0;
}

[b-ryohxtr6f6] .grp + .grp {
    margin-top: 30px;
}
/* _content/NexoWeb/Components/TableauDeBord/Groupe/BlocMonoGroupe.razor.rz.scp.css */
[b-id1srcdai0] .sj-heading {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #858585;
    border-bottom: 1px solid #C4C4C4;
    padding-bottom: 10px;
}

[b-id1srcdai0] .grp-card {
    padding: 16px 10px 10px;
    text-align: center;
    margin-bottom: 35px;
    width: 170px;
    background: #FFF;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    min-height: 130px;
}

[b-id1srcdai0] .grp-card-container {
    margin: auto 0;
}

[b-id1srcdai0] .grp-card-container p {
    margin: 0;
}

[b-id1srcdai0] .grp-card-container p + p {
    margin-top: 5px;
}

[b-id1srcdai0] .icon-inline {
    margin: -32px auto 0;
}

[b-id1srcdai0] .grp-card + .grp-card {
    margin-left: 25px;
}

[b-id1srcdai0] .grp-card-title {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #515151;
}

[b-id1srcdai0] .grp-card-subtitle {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #515151;
}

[b-id1srcdai0] .grp-card-value {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #515151;
}
[b-id1srcdai0] .grp-card-value.red {
    color: #E89999;
}

[b-id1srcdai0] .grp-card-value:last-of-type {
    margin-bottom: 0;
}

[b-id1srcdai0] .grp + .grp {
    margin-top: 30px;
}
/* _content/NexoWeb/Components/TableauDeBord/Groupe/BlocSansGroupe.razor.rz.scp.css */
[b-lk4u968zyb] .sj-heading {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #858585;
    border-bottom: 1px solid #C4C4C4;
    padding-bottom: 10px;
}

[b-lk4u968zyb] .grp-card {
    padding: 16px 10px 10px;
    text-align: center;
    margin-bottom: 35px;
    width: 170px;
    background: #FFF;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    min-height: 130px;
}

[b-lk4u968zyb] .grp-card-container {
    margin: auto 0;
}

[b-lk4u968zyb] .grp-card-container p {
    margin: 0;
}

[b-lk4u968zyb] .grp-card-container p + p {
    margin-top: 5px;
}

[b-lk4u968zyb] .icon-inline {
    margin: -32px auto 0;
}

[b-lk4u968zyb] .grp-card + .grp-card {
    margin-left: 25px;
}

[b-lk4u968zyb] .grp-card-title {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #515151;
}

[b-lk4u968zyb] .grp-card-subtitle {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #515151;
}

[b-lk4u968zyb] .grp-card-value {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #515151;
}
[b-lk4u968zyb] .grp-card-value.red {
    color: #E89999;
}

[b-lk4u968zyb] .grp-card-value:last-of-type {
    margin-bottom: 0;
}

[b-lk4u968zyb] .grp + .grp {
    margin-top: 30px;
}
/* _content/NexoWeb/Components/TableauDeBord/Groupe/CarteGroupe.razor.rz.scp.css */
/* _content/NexoWeb/Components/TableauDeBord/SousJacent/TableauSousJacents.razor.rz.scp.css */
[b-xex89jugv5] .sj-container {
    padding-top: 15px;
    padding-bottom: 20px;
    border-bottom: 0.5px solid #C4C4C4;
}

[b-xex89jugv5] .sj-nom {
    margin: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #515151;
}

[b-xex89jugv5] .sj-ticker {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #515151;
    margin: 0;
}

[b-xex89jugv5] .sj-value {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #515151;
    margin-top: auto;
}
/* _content/NexoWeb/Components/TableauDeBord/TdbProduit.razor.rz.scp.css */
.oi[b-hwd1rsugkw] {
    position: absolute;
    right: 10px;
    top: 35px;
}

[b-hwd1rsugkw] .popover-trigger:hover + .popover-container {
    opacity: 1;
    z-index: 100;
}

[b-hwd1rsugkw] .popover-container {
    background-color: #FFF;
    padding: 10px;
    border-radius: 10px;
    position: absolute;
    z-index: -1;
    filter: drop-shadow(1px 4px 20px rgba(0, 0, 0, 0.1));
    bottom: 120%;
    width: max-content;
    opacity: 0;
    transform: translate(-50%);
    left: 50%;
    transition: all .2s linear;
}

[b-hwd1rsugkw] .popover-container:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 100%;
    left: 50%;
    border: .75rem solid transparent;
    border-top: none;
    border-bottom-color: #fff;
    filter: drop-shadow(1px 4px 20px rgba(0, 0, 0, .1));
    transform: rotate(180deg) translate(50%);
}

[b-hwd1rsugkw] .popover-label {
    color: #515151;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
}
[b-hwd1rsugkw] .popover-value {
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    /*white-space: nowrap;*/
}

[b-hwd1rsugkw] .icon-container {
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #515151;
}
.produit-container.expanded[b-hwd1rsugkw]  .icon-container {
    color: #FFF;
}

.produit-name[b-hwd1rsugkw] {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}
.produit-container.expanded[b-hwd1rsugkw]  .produit-name {
    color: #FFF;
}

.produit-vl[b-hwd1rsugkw] {
    font-weight: bold;
    font-size: 28px;
    line-height: 34px;
    color: #515151;
}

.produit-container.expanded[b-hwd1rsugkw]  .produit-vl {
    color: #FFF;
}

.produit-info[b-hwd1rsugkw] {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #515151;
}

.produit-container.expanded[b-hwd1rsugkw]  .produit-info {
    color: #FFF;
}

.produit-date[b-hwd1rsugkw] {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #515151;
}

.produit-container.expanded[b-hwd1rsugkw]  .produit-date {
    color: #FFF;
}

.produit-container[b-hwd1rsugkw] {
    margin-top: 25px;
}
.produit-container:first-of-type[b-hwd1rsugkw] {
    margin-top: 15px;
}
.produit-container:last-of-type[b-hwd1rsugkw] {
    margin-bottom: 70px;
}

.produit-container.expanded[b-hwd1rsugkw]  .produit-header {
    background: #81A6F4;
    border: 2px solid #81A6F4;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.produit-header[b-hwd1rsugkw] {
    background-color: #F3F3F3;
    border: 2px solid #F3F3F3;
    border-radius: 20px;
    min-height: 110px;
    padding: 20px;
    transition: all .2s linear, border-radius 0s linear;
}

.expandable[b-hwd1rsugkw] {
    cursor: pointer;
}

.produit-body[b-hwd1rsugkw] {
    padding-bottom: 25px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.06);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #F3F3F3;
}

.produit-header.expandable:hover[b-hwd1rsugkw] {
    border: 2px solid #81A6F4;
}
.produit-header.select-mode[b-hwd1rsugkw] {
    border: 2px solid #81A6F4;
}


.expanded[b-hwd1rsugkw]  .blue .icon-refund {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 25 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.300207 16.6675C-0.0163404 16.3221 -0.0904236 15.8038 0.115583 15.3758L1.11773 13.2935C3.48953 8.36538 8.29375 5.25917 13.544 5.25918H14.0367C14.0727 4.43795 14.1191 3.61711 14.1759 2.79687L14.2728 1.3981C14.3516 0.260585 15.5572 -0.375294 16.4706 0.238813C19.4673 2.2534 22.0724 4.84926 24.1472 7.888L24.7988 8.84233C25.0671 9.23533 25.0671 9.76467 24.7988 10.1577L24.1472 11.112C22.0724 14.1507 19.4673 16.7466 16.4706 18.7612C15.5572 19.3753 14.3516 18.7394 14.2728 17.6019L14.1759 16.2031C14.108 15.2236 14.0551 14.2432 14.017 13.2623C10.9458 13.169 7.87837 13.8212 5.05928 15.1901L1.52044 16.9085C1.10639 17.1096 0.616754 17.0129 0.300207 16.6675ZM3.46912 13.4792L4.1613 13.1431C7.60578 11.4705 11.3851 10.7643 15.1353 11.0674C15.6814 11.1115 16.108 11.582 16.1242 12.158C16.1606 13.4527 16.2235 14.7467 16.3131 16.0392L16.3208 16.1511C18.6686 14.4051 20.7261 12.2582 22.4068 9.79666L22.6094 9.5L22.4068 9.20334C20.7261 6.74178 18.6686 4.59488 16.3208 2.84887L16.3131 2.96078C16.2331 4.11451 16.1744 5.26946 16.1368 6.42498C16.1171 7.0322 15.6435 7.51371 15.066 7.51371L13.544 7.51371C9.40502 7.51371 5.59364 9.79514 3.46912 13.4792Z' fill='%2381A6F4'/%3E%3C/svg%3E%0A");
    background-color: #FFFFFF;
}

.expanded[b-hwd1rsugkw]  .blue .icon-shield {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.334 5.78974L16.084 1.15061C15.7413 1.00992 15.3739 0.9375 15.0029 0.9375C14.6319 0.9375 14.2646 1.00992 13.9219 1.15061L2.67187 5.78974C1.62305 6.21886 0.9375 7.23367 0.9375 8.35865C0.9375 19.8695 7.64648 27.8256 13.916 30.4119C14.6074 30.696 15.3867 30.696 16.0781 30.4119C21.0996 28.3417 29.0625 21.1916 29.0625 8.35865C29.0625 7.23367 28.377 6.21886 27.334 5.78974ZM15.3633 28.7012C15.1348 28.794 14.877 28.794 14.6426 28.7012C8.90625 26.4512 2.8125 18.5647 2.8125 8.35865C2.8125 7.98172 3.04102 7.64539 3.38672 7.50041L14.6367 2.86129C14.8594 2.76851 15.123 2.76271 15.3574 2.86129L26.6074 7.50041C26.959 7.64539 27.1816 7.98172 27.1816 8.35865C27.1875 18.5647 21.0938 26.4512 15.3633 28.7012V28.7012Z' fill='%2381A6F4'/%3E%3Cg clip-path='url(%23clip0_1060_1995)'%3E%3Cpath d='M14.9999 17.7835C14.7532 17.7835 14.5514 17.5922 14.5514 17.3583V15.9976C14.5514 15.7638 14.7532 15.5724 14.9999 15.5724C15.2465 15.5724 15.4483 15.7638 15.4483 15.9976V17.3583C15.4483 17.5922 15.2465 17.7835 14.9999 17.7835ZM20.0222 14.637V18.719C20.0222 19.2824 19.5401 19.7395 18.946 19.7395H11.0538C10.4596 19.7395 9.97754 19.2824 9.97754 18.719V14.637C9.97754 14.0736 10.4596 13.6165 11.0538 13.6165H11.4125V12.2558C11.4125 10.3763 13.0268 8.84771 15.0111 8.85408C16.9931 8.86046 18.5872 10.4082 18.5872 12.2877V13.6165H18.946C19.5401 13.6165 20.0222 14.0736 20.0222 14.637ZM12.13 13.6165H17.8698V12.2558C17.8698 10.7548 16.5828 9.53442 14.9999 9.53442C13.4169 9.53442 12.13 10.7548 12.13 12.2558V13.6165ZM19.3047 18.719V14.637C19.3047 14.4499 19.1433 14.2968 18.946 14.2968H11.0538C10.8564 14.2968 10.695 14.4499 10.695 14.637V18.719C10.695 18.9061 10.8564 19.0592 11.0538 19.0592H18.946C19.1433 19.0592 19.3047 18.9061 19.3047 18.719Z' fill='%2381A6F4'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1060_1995'%3E%3Crect width='10.0446' height='10.8854' fill='white' transform='translate(9.97754 8.85419)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    width: 30px;
    height: 31px;
    background-color: #FFFFFF;
}

[b-hwd1rsugkw] .icon {
    margin: auto auto 6px auto;
    border-radius: 50px;
    align-content: center;
    display: flex;
}
[b-hwd1rsugkw] .icon.red {
        background-color: #E89999;
    }
[b-hwd1rsugkw] .icon.orange {
        background-color: #F4BF87;
    }
[b-hwd1rsugkw] .icon.green {
        background-color: #C1DBB1;
    }
[b-hwd1rsugkw] .icon.blue {
        background: #81A6F4;
    }
.expanded[b-hwd1rsugkw]  .icon.blue {
    background-color: #FFFFFF;
}
[b-hwd1rsugkw] .icon span {
        margin: auto;
    }

.chevron-container[b-hwd1rsugkw] {
    width: 39px;
    height: 39px;
    border-radius: 12px;
    background: #FFFFFF;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15), inset 0px 3px 10px #F3F3F3;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
}

.chevron-up[b-hwd1rsugkw] {
    transform: rotate(180deg) translate(50%, 50%) !important
}

.produit-nav[b-hwd1rsugkw] {
    margin: 30px auto 30px auto;
}
.produit-nav-container[b-hwd1rsugkw] {
    display: flex;
}

.produit-nav .nav-link[b-hwd1rsugkw] {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    padding: 0 0 0.2rem;
    margin: 0 1rem;
    color: #142D5E;
}

.produit-nav .nav-link:hover[b-hwd1rsugkw] {
    color: #000000;
}

.produit-nav .nav-link.active[b-hwd1rsugkw] {
    border-bottom: 3px solid #142D5E;
    font-weight: 500;
}

.expand-title[b-hwd1rsugkw] {
    margin: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #515151;
    text-align: center;
}

.expand-subtitle[b-hwd1rsugkw] {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #858585;
    text-align: center;
    margin-bottom: 55px;
}

.oec-document[b-hwd1rsugkw] {
    display: inline-block;
    margin-right: 25px;
    margin-top: 10px;
}

.checkbox-input[b-hwd1rsugkw] {
    display: none;
}

.checkbox-input[b-hwd1rsugkw] {
    display: none;
}

.checkbox-input:checked + label .checkbox[b-hwd1rsugkw]:after {
    opacity: 1;
}

.checkbox[b-hwd1rsugkw] {
    border: 1px solid #81A6F4;
    border-radius: 12px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    width: 39px;
    height: 39px;
    display: inline-block;
    position: relative;
}

.checkbox[b-hwd1rsugkw]:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 29px;
    height: 29px;
    background-color: #81A6F4;
    border-radius: 10px;
    transition: 0.3s;
    opacity: 0;
}

.conteneur:hover .document-icon[b-hwd1rsugkw] {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 22H6C4.89543 22 4 21.1046 4 20V3.99999C4 2.89542 4.89543 1.99999 6 1.99999H13C13.009 1.99882 13.018 1.99882 13.027 1.99999H13.033C13.0424 2.00294 13.0522 2.00495 13.062 2.00599C13.1502 2.01164 13.2373 2.02878 13.321 2.05699H13.336H13.351H13.363C13.3815 2.06991 13.3988 2.08429 13.415 2.09999C13.5239 2.14841 13.6232 2.21617 13.708 2.29999L19.708 8.29999C19.7918 8.38477 19.8596 8.48404 19.908 8.59299C19.917 8.61499 19.924 8.63599 19.931 8.65899L19.941 8.68699C19.9689 8.77038 19.9854 8.85717 19.99 8.94499C19.9909 8.95495 19.9932 8.96472 19.997 8.97399V8.97999C19.9986 8.98654 19.9996 8.99324 20 8.99999V20C20 20.5304 19.7893 21.0391 19.4142 21.4142C19.0391 21.7893 18.5304 22 18 22ZM14.424 14V19H15.364V16.96H16.824V16.122H15.364V14.841H17V14H14.424ZM10.724 14V19H11.93C12.4359 19.0249 12.9258 18.8189 13.262 18.44C13.6069 17.9999 13.7797 17.4492 13.748 16.891V16.081C13.7712 15.5286 13.5936 14.9865 13.248 14.555C12.9226 14.1846 12.4476 13.9807 11.955 14H10.724ZM7 14V19H7.94V17.241H8.566C8.98402 17.2641 9.39232 17.1094 9.69 16.815C9.97408 16.4974 10.1214 16.0806 10.1 15.655C10.1186 15.2192 9.97135 14.7926 9.688 14.461C9.40772 14.1502 9.00309 13.9811 8.585 14H7ZM13 3.99999V8.99999H18L13 3.99999ZM11.946 18.162H11.664V14.841H12.006C12.2489 14.8267 12.4824 14.9366 12.626 15.133C12.7726 15.4363 12.8354 15.7732 12.808 16.109V16.978C12.83 17.2977 12.7606 17.6171 12.608 17.899C12.4441 18.0903 12.1965 18.1887 11.946 18.162ZM8.585 16.4H7.939V14.841H8.594C8.75752 14.8428 8.90863 14.9285 8.994 15.068C9.10222 15.2466 9.15447 15.4534 9.144 15.662C9.15654 15.8565 9.1049 16.0497 8.997 16.212C8.89754 16.3368 8.74447 16.4067 8.585 16.4Z' fill='white'/%3E%3C/svg%3E%0A");
}

[b-hwd1rsugkw] .titre-groupe {
    padding: 5px 5px 15px 5px;
}

[b-hwd1rsugkw] .grp + .grp {
    margin-top: 30px;
}

[b-hwd1rsugkw] .popover-value {
    min-width: 10em !important;
}

[b-hwd1rsugkw] .popover-label {
    min-width: 10em !important;
}
/* _content/NexoWeb/Pages/Calendrier.razor.rz.scp.css */
h1[b-x1o6660ceq] {
    font-style: normal;
    /*font-weight: 700;*/
    /*font-size: 40px;*/
    line-height: 47px;
    /*color: #142D5E;*/
}
h2[b-x1o6660ceq] {
    font-style: normal;
    /*font-weight: 700;*/
    /*font-size: 22px;*/
    line-height: 27px;
    /*color: #142D5E;*/
}
.col-4 h2[b-x1o6660ceq] {
    margin-top: 65px;
    margin-bottom: 20px;
}
/* _content/NexoWeb/Pages/Commission.razor.rz.scp.css */
.datagridCell-edit[b-fu5p9l9tyv] {
    min-height: 35px;
}
.datagridCell[b-fu5p9l9tyv] {
    min-height: 21px;
    position: relative;
}
.datagridCell-hidden[b-fu5p9l9tyv] {
    display: none;
    background-color: #FFF;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.datagridCell:hover .datagridCell-hidden[b-fu5p9l9tyv] {
    display: block;
}
.pointer[b-fu5p9l9tyv] {
    cursor: pointer;
}
.switch-encaissee[b-fu5p9l9tyv] {
    position: absolute;
    right: 5px;
    top: 0;
}

.input-group-popover[b-fu5p9l9tyv] {
    display: none;
    background-color: #FFF;
    padding: 10px;
    border-radius: 10px;
    position: absolute;
    z-index: 100;
    filter: drop-shadow(1px 4px 20px rgba(0, 0, 0, 0.1));
    bottom: 120%;
    width: max-content;
}
.input-group-popover[b-fu5p9l9tyv]:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 100%;
    left: 50%;
    border: .75rem solid transparent;
    border-top: none;
    border-bottom-color: #fff;
    filter: drop-shadow(1px 4px 20px rgba(0, 0, 0, .1));
    transform: rotate(180deg) translate(50%);
}
.input-group:hover + .input-group-popover[b-fu5p9l9tyv] {
    display: block;
}
.green[b-fu5p9l9tyv] {
    background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255,255,255,.5) 35px, rgba(255,255,255,.5) 70px);
    background-color: #C1DBB1;
}
.red[b-fu5p9l9tyv] {
    background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255,255,255,.5) 35px, rgba(255,255,255,.5) 70px);
    background-color: #C2C2C2;
}
.delete[b-fu5p9l9tyv] {
    background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255,255,255,.5) 35px, rgba(255,255,255,.5) 70px);
    background-color: #E89999;
}
/* _content/NexoWeb/Pages/CommissionNew.razor.rz.scp.css */


.datagridCell-edit[b-sk4fdtwc0l] {
    min-height: 35px;
}
.datagridCell[b-sk4fdtwc0l] {
    min-height: 21px;
    position: relative;
}
.datagridCell-hidden[b-sk4fdtwc0l] {
    display: none;
    background-color: #FFF;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.datagridCell:hover .datagridCell-hidden[b-sk4fdtwc0l] {
    display: block;
}
.pointer[b-sk4fdtwc0l] {
    cursor: pointer;
}
.switch-encaissee[b-sk4fdtwc0l] {
    position: absolute;
    right: 5px;
    top: 0;
}

.input-group-popover[b-sk4fdtwc0l] {
    display: none;
    background-color: #FFF;
    padding: 10px;
    border-radius: 10px;
    position: absolute;
    z-index: 100;
    filter: drop-shadow(1px 4px 20px rgba(0, 0, 0, 0.1));
    bottom: 120%;
    width: max-content;
}
.input-group-popover[b-sk4fdtwc0l]:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 100%;
    left: 50%;
    border: .75rem solid transparent;
    border-top: none;
    border-bottom-color: #fff;
    filter: drop-shadow(1px 4px 20px rgba(0, 0, 0, .1));
    transform: rotate(180deg) translate(50%);
}
.input-group:hover + .input-group-popover[b-sk4fdtwc0l] {
    display: block;
}
.green[b-sk4fdtwc0l] {
    background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255,255,255,.5) 35px, rgba(255,255,255,.5) 70px);
    background-color: #C1DBB1;
}
.red[b-sk4fdtwc0l] {
    background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255,255,255,.5) 35px, rgba(255,255,255,.5) 70px);
    background-color: #C2C2C2;
}
.delete[b-sk4fdtwc0l] {
    background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255,255,255,.5) 35px, rgba(255,255,255,.5) 70px);
    background-color: #E89999;
}
/* _content/NexoWeb/Pages/Contact.razor.rz.scp.css */
.contact-container[b-z89u21ti6u] {
    width: 70%;
    margin: 0 auto;
}

h1[b-z89u21ti6u] {
    /*font-weight: bold;*/
    /*font-size: 40px;*/
    /*color: #000000;*/
}

h2[b-z89u21ti6u] {
    /*font-weight: bold;*/
    /*font-size: 22px;*/
    /*color: #000000;*/
    margin-top: 40px;
    margin: 40px 0 0 0;
}

p[b-z89u21ti6u] {
    /*font-weight: 500;*/
    /*font-size: 17px;*/
    /*color: #515151;*/
    margin: 20px 0 40px 0;
}

label[b-z89u21ti6u] {
    /*font-weight: 300;*/
    /*font-size: 17px;*/
    /*color: #000000;*/
}

.btn.btn-primary[b-z89u21ti6u] {
    /*background: #81A6F4;*/
    border-radius: 15px;
    width: 265px;
    height: 50px;
    border: none;
    /*font-family: 'Roboto', sans-serif;*/
    /*font-weight: 500;*/
    /*font-size: 16px;*/
}

/*input {
    background: #FFFFFF;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    border: none;
}*/
/*
textarea {
    background: #FFFFFF;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    border: none;
}*/

hr[b-z89u21ti6u] {
    border: 0.5px solid #C4C4C4;
}
/* _content/NexoWeb/Pages/DetailPayoff.razor.rz.scp.css */
.mecanisme + .mecanisme[b-java5xjpvi] {
    margin-top: 1rem;
}
/* _content/NexoWeb/Pages/Index.razor.rz.scp.css */
.content px-4[b-h89tj59fj2] {
    overflow-x: hidden;
}

.container[b-h89tj59fj2] {
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

img[b-h89tj59fj2] {
    filter: invert(1);
}

.produit-heading[b-h89tj59fj2] {
    /*font-size: 16px;*/
    /*font-weight: 300;*/
    color: #515151;
}

h1[b-h89tj59fj2] {
    /*font-family: 'Roboto', sans-serif;*/
    /*font-size: 40px;*/
    /*font-weight: 700;*/
    /*color: #142D5E;*/
}

p[b-h89tj59fj2] {
    /*font-weight: 500;*/
    /*font-size: 16px;*/
    color: #515151;
    line-height: 20px;
    margin: 0;
}

.btn[b-h89tj59fj2] {
    background-color: var(--ColorMainVarianteTheme);
    border-radius: 15px;
    border: none;
    min-width: 170px;
    height: 50px;
    padding: 5px 22px;
    /*font-weight: 500;*/
    /*font-size: 18px;*/
    line-height: 21px;
    /*font-family: 'Roboto', sans-serif;*/
    color: var(--ColorSecondTheme);
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: calc(100% + 30px);
    margin-right: 0;
    white-space: nowrap;
}

    .btn:disabled[b-h89tj59fj2] {
        opacity: 1;
        background: #A4A4A4;
    }

.headcol[b-h89tj59fj2] {
    width: 45%;
}

.width-100[b-h89tj59fj2] {
    width: 100px;
}

.col-5[b-h89tj59fj2] {
    width: 50%;
}

.col-7[b-h89tj59fj2] {
    max-width: 50%;
    display: flex;
    justify-content: space-between;
}

.row[b-h89tj59fj2] {
    /*margin-right:0;*/
    justify-content: start;
}

.no-wrap[b-h89tj59fj2] {
    flex-wrap: nowrap;
}

.mx-0[b-h89tj59fj2] {
    margin-right: 0;
    margin-left: 0;
}

.mr-0[b-h89tj59fj2]{
    margin-right: 0;
}

.ml-12[b-h89tj59fj2] {
    margin-left: 12px;
}

.ml-20[b-h89tj59fj2] {
    margin-left: 20px;
}

.p-20[b-h89tj59fj2] {
    padding: 20px;
}

.flex-push[b-h89tj59fj2] {
    margin-left: auto;
}

.recherche[b-h89tj59fj2] {
    margin: 15px 0
}

    .recherche select[b-h89tj59fj2] {
        border-radius: 15px 0 0 15px;
        background-color: #142D5E;
        /*color: #FFF;*/
        padding: 15px;
        height: 54px;
        /*font-weight: 700;*/
        /*font-size: 16px;*/
    }

select > button[b-h89tj59fj2] {
    color: red; /* that arrow */
}

.input-group-prepend select[b-h89tj59fj2]:after {
    color: red;
}

.recherche input[b-h89tj59fj2] {
    background: var(--ColorSecondTheme);
    border-radius: 0 15px 15px 0;
    height: 54px;
}

.document-icon[b-h89tj59fj2] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("data:image/svg+xml,%3Csvg width='100%' height='100%' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 22H6C4.89543 22 4 21.1046 4 20V3.99999C4 2.89542 4.89543 1.99999 6 1.99999H13C13.009 1.99882 13.018 1.99882 13.027 1.99999H13.033C13.0424 2.00294 13.0522 2.00495 13.062 2.00599C13.1502 2.01164 13.2373 2.02878 13.321 2.05699H13.336H13.351H13.363C13.3815 2.06991 13.3988 2.08429 13.415 2.09999C13.5239 2.14841 13.6232 2.21617 13.708 2.29999L19.708 8.29999C19.7918 8.38477 19.8596 8.48404 19.908 8.59299C19.917 8.61499 19.924 8.63599 19.931 8.65899L19.941 8.68699C19.9689 8.77038 19.9854 8.85717 19.99 8.94499C19.9909 8.95495 19.9932 8.96472 19.997 8.97399V8.97999C19.9986 8.98654 19.9996 8.99324 20 8.99999V20C20 20.5304 19.7893 21.0391 19.4142 21.4142C19.0391 21.7893 18.5304 22 18 22ZM14.424 14V19H15.364V16.96H16.824V16.122H15.364V14.841H17V14H14.424ZM10.724 14V19H11.93C12.4359 19.0249 12.9258 18.8189 13.262 18.44C13.6069 17.9999 13.7797 17.4492 13.748 16.891V16.081C13.7712 15.5286 13.5936 14.9865 13.248 14.555C12.9226 14.1846 12.4476 13.9807 11.955 14H10.724ZM7 14V19H7.94V17.241H8.566C8.98402 17.2641 9.39232 17.1094 9.69 16.815C9.97408 16.4974 10.1214 16.0806 10.1 15.655C10.1186 15.2192 9.97135 14.7926 9.688 14.461C9.40772 14.1502 9.00309 13.9811 8.585 14H7ZM13 3.99999V8.99999H18L13 3.99999ZM11.946 18.162H11.664V14.841H12.006C12.2489 14.8267 12.4824 14.9366 12.626 15.133C12.7726 15.4363 12.8354 15.7732 12.808 16.109V16.978C12.83 17.2977 12.7606 17.6171 12.608 17.899C12.4441 18.0903 12.1965 18.1887 11.946 18.162ZM8.585 16.4H7.939V14.841H8.594C8.75752 14.8428 8.90863 14.9285 8.994 15.068C9.10222 15.2466 9.15447 15.4534 9.144 15.662C9.15654 15.8565 9.1049 16.0497 8.997 16.212C8.89754 16.3368 8.74447 16.4067 8.585 16.4Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    min-width: 24px;
    width: 100%;
    height: 100%;
    margin-left: 10px;
    margin-right: 10px;
}

.document-icon-exporter[b-h89tj59fj2] {
    height: 24px;
    width: 24px;
}

.export-activator-container[b-h89tj59fj2] {
    background: #F3F3F3;
    border-radius: 15px;
    align-items: center;
    margin-right: 0;
    margin: 15px 0;
    height: 54px;
    line-height: 19px;
    display: flex;
    flex-wrap: nowrap;
    gap: 22px;
}

.index-exporter-label[b-h89tj59fj2] {
    display: flex;
}

.index-exporter-label-visible[b-h89tj59fj2] {
    color: #81A6F4;
    margin-left: 5px;
}

.index-date-select[b-h89tj59fj2] {
    border-radius: 15px;
    height: 54px;
}

.index-box-select-date[b-h89tj59fj2] {
    width: 100%;
}

.index-btn-exporter[b-h89tj59fj2] {
    height: 54px;
    padding-right: 0;
    display: flex;
    justify-content: center;
}

.index-export-colonne-label[b-h89tj59fj2] {
    font-weight: 600;
}

.index-export-colonne[b-h89tj59fj2] {
    flex-grow: 1;
}

.index-export-colonne-button[b-h89tj59fj2] {
    background-color: #A4A4A4;
    border-radius: 15px;
    border: none;
}

    .index-export-colonne-button button[b-h89tj59fj2] {
        background: #81A6F4;
        border-radius: 15px;
        border: none;
        color: white;
        display: flex;
        align-items: center;
        width: 100%;
    }

        .index-export-colonne-button button:disabled[b-h89tj59fj2] {
            background-color: #A4A4A4;
            border-radius: 15px;
        }

    .export-activator-container .col-7[b-h89tj59fj2] {
        display: inline-flex;
        align-items: center;
    }

    .export-activator-container .col-7 label[b-h89tj59fj2] {
        margin-bottom: 0;
    }

        .export-activator-container .col-7 label + label[b-h89tj59fj2] {
            margin-left: 5px;
        }

.custom-select[b-h89tj59fj2] {
    cursor: pointer;
    padding-right: 24px;
    appearance: none;
    background: url('../../css/SVG/FlecheBas.svg') no-repeat right 8px center;
    background-size: 24px;
}

.toggler-wrapper[b-h89tj59fj2] {
    display: block;
    width: 45px;
    height: 25px;
    cursor: pointer;
    position: relative;
}

    .toggler-wrapper input[type="checkbox"][b-h89tj59fj2] {
        display: none;
    }

        .toggler-wrapper input[type="checkbox"]:checked + .toggler-slider[b-h89tj59fj2] {
            background-color: #81A6F4;
        }

    .toggler-wrapper .toggler-slider[b-h89tj59fj2] {
        background-color: #ccc;
        position: absolute;
        border-radius: 100px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .toggler-wrapper .toggler-knob[b-h89tj59fj2] {
        position: absolute;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .toggler-wrapper input[type="checkbox"]:checked + .toggler-slider .toggler-knob[b-h89tj59fj2] {
        left: calc(100% - 19px - 3px);
    }

    .toggler-wrapper .toggler-knob[b-h89tj59fj2] {
        width: calc(25px - 6px);
        height: calc(25px - 6px);
        border-radius: 50%;
        left: 3px;
        top: 3px;
        background-color: #fff;
    }

.checkbox-input[b-h89tj59fj2] {
    display: none;
}

    .checkbox-input:checked + label .checkbox[b-h89tj59fj2]:after {
        opacity: 1;
    }

.checkbox[b-h89tj59fj2] {
    border: 1px solid #81A6F4;
    border-radius: 12px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    width: 39px;
    height: 39px;
    display: inline-block;
    position: relative;
}

    .checkbox[b-h89tj59fj2]:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 29px;
        height: 29px;
        background-color: #81A6F4;
        border-radius: 10px;
        transition: 0.3s;
        opacity: 0;
    }

.loupe[b-h89tj59fj2] {
    margin-left: 8px;
    margin-right: 8px;
    height: 24px;
    width: 24px;
}

label[b-h89tj59fj2] {
    color: var(--colorBalck);
}
/*.switch-container {
    background-color: var(--backgroundFourthColor);
}*/
.recherche .form-control[b-h89tj59fj2] {
    border-right: 0;
    /*color: var(--ColorSecondTheme);*/
}

.w-200[b-h89tj59fj2]{
    width:200px;
}

.recherche .select-critere[b-h89tj59fj2] {
    color: var(--ColorSecondTheme);
}

.recherche .input-group-append[b-h89tj59fj2] {
    border: 1px solid;
    border-radius: 0 15px 15px 0;
    border-left: none;
    background: none;
}

input:focus + .input-group-append[b-h89tj59fj2] {
    border-color: var(--ColorMainVarianteTheme)
}

.input-group-append[b-h89tj59fj2] {
    align-items: center;
}
/* _content/NexoWeb/Pages/Legal.razor.rz.scp.css */
.h3[b-u52hadceqt] {
    /*font-family: 'Roboto', sans-serif;*/
    /*font-weight: bold;*/
    /*font-size: 40px;*/
    /*color: #000000;*/
}

.h4[b-u52hadceqt] {
    /*font-family: 'Roboto', sans-serif;*/
    /*font-weight: bold;*/
    /*font-size: 22px;*/
    /*color: #000000;*/
}

.p[b-u52hadceqt] {
    /*font-family: 'Roboto', sans-serif;*/
    /*font-weight: 400;*/
    /*font-size: 17px;*/
    /*color: #000000;*/
}

.a[b-u52hadceqt] {
    /*color: #000000;*/
}
.a:hover[b-u52hadceqt] {
    /*color: #000000;*/
}
/* _content/NexoWeb/Pages/NexoAcademy.razor.rz.scp.css */

.nexo-academy-main[b-did9mzzszb] {
    display: flex;
    flex-direction: column;
}

.nexo-academy-main-title[b-did9mzzszb] {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

    .nexo-academy-main-title > h1[b-did9mzzszb] {
/*        font-size: 3rem;
        letter-spacing:0;*/
        margin-right:15px;

    }

    .nexo-academy-main-title h1:first-child[b-did9mzzszb] {
        color: var(--ColorMainTheme);
        width: 88px;
        height: 42px;
    }

    .nexo-academy-main-title h1:last-child[b-did9mzzszb] {
        color: var(--ColorMainVarianteTheme);
        width: 175.467px;
        height: 42px;
    }

.nexo-academy-main-cards-container[b-did9mzzszb] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:24px;
    justify-content:center;
    margin-bottom: 24px;
}

.nexo-academy-main-introduction[b-did9mzzszb] {
    color: var(--ColorMainTheme);
    font-family: var(--fontFamily);
    font-size: var(--fontSizeRegularText);
    font-style: normal;
    font-weight: var(--fontWeightRegularText);
    line-height: normal;
}
/* _content/NexoWeb/Pages/NexoLab.razor.rz.scp.css */
.nexo-lab-main[b-ptw3uxmbkt] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.nexo-lab-main-title[b-ptw3uxmbkt] {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.nexo-lab-main > h1[b-ptw3uxmbkt] {
    margin-bottom: 0;
}


.nexo-lab-main > h2[b-ptw3uxmbkt] {
    font-size: 25px;
    margin-bottom: 0;
}


.sous-jacents-list[b-ptw3uxmbkt] {
    display: flex;
    flex-flow: column nowrap;
    gap: 21px;

}

.entete-container[b-ptw3uxmbkt] {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    align-items: center;
    gap: 24px;
    padding-right: 86px;
}

.entete[b-ptw3uxmbkt] {
    flex: 1;
    font-size: 16px;
    font-weight: 500;
}

.entete.sous-jacent[b-ptw3uxmbkt] {
    flex: 2;
}

.sous-jacent-new[b-ptw3uxmbkt] {
    width: 100%;
    height: 91px;
    font-size: 20px;
    color: #858585;
    padding: 24px 38px 24px 24px;
    gap: 24px;
    border-radius: 20px;
    border: 1px grey dashed;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.icon.icon-plus[b-ptw3uxmbkt] {
    background-color: #858585;
}

.choix-periodes-container[b-ptw3uxmbkt] {
    display: flex;
    gap: 12px;
}

    .choix-periodes-container > .choix-periode[b-ptw3uxmbkt] {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-around;
        align-items: center;
        cursor: pointer;
        width: 170px;
        height: 50px;
        padding: 5px 16px 5px 16px;
        gap: 4px;
        border-radius: 10px;
        border: 1px var(--ColorMainTheme) solid;
    }


.nexo-lab-main[b-ptw3uxmbkt] {
    color: #515151;
    font-family: var(--fontFamily);
    font-size: var(--fontSizeRegularText);
    font-style: normal;
    font-weight: var(--fontWeightRegularText);
    line-height: normal;
}

.nexo-lab-main-introduction[b-ptw3uxmbkt] {
    color: black;
}

.label-section[b-ptw3uxmbkt] {
    font-size: 16px;
    font-weight: 500;
}

.graphique[b-ptw3uxmbkt] {
    width: 100%;
}

.periode-selector[b-ptw3uxmbkt] {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    gap: 16px;
    background-color: #F3F3F3;
    border-radius: 20px;
    padding: 24px 96px 24px 96px;
}

.dates-selector[b-ptw3uxmbkt] {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.form-group[b-ptw3uxmbkt] {
    display: flex;
    flex-direction: column;
}

[b-ptw3uxmbkt] .date-input {
    background-color: white;
    width: 441px;
    height: 54px;
    border-radius: 15px;
    border: 1px solid #515151;
    font-size: 16px;
    padding: 0 16px 0 16px;
}
    [b-ptw3uxmbkt] .date-input:disabled {
        background-color: #DBDBDB;
    }

    [b-ptw3uxmbkt] .date-input::-webkit-calendar-picker-indicator {
        color: #515151;
        opacity: 1;
        display: block;
        background: url('../../css/SVG/Calendrier2.svg') no-repeat center;
        width: 24px;
        height: 24px;
        border-width: thin;
    }
    

.graphique[b-ptw3uxmbkt] {
    position: relative;
    min-width: 500px;
    aspect-ratio: 2;
}
/* _content/NexoWeb/Pages/OffresEnCours.razor.rz.scp.css */
.produit-container[b-mpavmgl5du] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 25px;
}
.container[b-mpavmgl5du] {
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}
img[b-mpavmgl5du] {
    filter: invert(1);
}
.produit-heading[b-mpavmgl5du] {
    /*font-size: 16px;*/
    /*font-weight: 300;*/
    /*color: #515151;*/
    padding-bottom: 15px;
    margin-top: 25px;
}

p[b-mpavmgl5du] {
    line-height: 20px;
    margin: 0;
}
.btn[b-mpavmgl5du] {
    border-radius: 15px;
    border: none;
    min-width: 170px;
    height: 50px;
    padding: 5px 22px;
    line-height: 19px;
    color: #FFF;
}
.recherche[b-mpavmgl5du] {
    margin: 15px 0
}
.recherche select[b-mpavmgl5du] {
    border-radius: 15px 0 0 15px;
    background-color: #142D5E;
    color: #FFF;
    padding: 15px;
    height: 54px;
}
.recherche input[b-mpavmgl5du] {
    background: #FFFFFF;
    border-radius: 0 15px 15px 0;
    height: 54px;
}
/* _content/NexoWeb/Pages/Produits.razor.rz.scp.css */
.cursor-pointer[b-ptezpnk7ud] { 
    cursor: pointer;
}
/* _content/NexoWeb/Pages/SousJacents.razor.rz.scp.css */
.context-menu-clickable[b-8oj0ipful3] {
    cursor: help;
}
/* _content/NexoWeb/Shared/MainLayout.razor.rz.scp.css */
.page[b-6v3zwvi9ey] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-6v3zwvi9ey] {
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    flex: 1;
}

    .main:not(.rz-default-scrollbars)[b-6v3zwvi9ey]::-webkit-scrollbar {
        width: 8px;
    }

    .main:not(.rz-default-scrollbars)[b-6v3zwvi9ey]::-webkit-scrollbar-thumb {
        background: #81A6F4 !important;
        border: 2px solid rgba(0, 0, 0, 0) !important;
        background-clip: padding-box !important;
    }

.sidebar[b-6v3zwvi9ey] {
    background-color: #142D5E;
    /*background-image: linear-gradient(180deg, #2a2f35 10%, #1c2126 100%);*/
    background-size: cover;
}

.top-row[b-6v3zwvi9ey] {
    background-color: #FFF;
    justify-content: flex-end;
    height: 100px;
    display: flex;
    align-items: center;
    box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.13);
}

.top-element[b-6v3zwvi9ey] {
    display: inline-flex;
    margin-right: 40px;
    align-items: center;
}

.top-element .icon[b-6v3zwvi9ey] {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.top-element-email[b-6v3zwvi9ey] {
    color: #A4A4A4;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    flex: 1;
}

.top-element-name[b-6v3zwvi9ey] {
    color:var(--ColorMainTheme);
    font-weight: 500;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.top-row[b-6v3zwvi9ey]  a, .top-row .btn-link[b-6v3zwvi9ey] {
    white-space: nowrap;
    margin-left: 1.5rem;
}

.top-row a:first-child[b-6v3zwvi9ey] {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-6v3zwvi9ey] {
        display: none;
    }

    .top-row.auth[b-6v3zwvi9ey] {
        justify-content: space-between;
    }

    .top-row a[b-6v3zwvi9ey], .top-row .btn-link[b-6v3zwvi9ey] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-6v3zwvi9ey] {
        flex-direction: row;
    }

    .sidebar[b-6v3zwvi9ey] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-6v3zwvi9ey] {
        position: sticky;
        top: 0;
        z-index: 10;
    }

    .main > div[b-6v3zwvi9ey] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/NexoWeb/Shared/NavMenu.razor.rz.scp.css */
.nexo-logo[b-pz7mbtozyp] {
    margin: auto;
    display: block;
    width: 100%;
}

.navbar-toggler[b-pz7mbtozyp] {
    background-color: rgba(255, 255, 255, 0.1);
}

.navbar-brand[b-pz7mbtozyp] {
    font-size: 1.1rem;
    width: 100%;
}

.navbar[b-pz7mbtozyp] {
    padding: 2rem 1rem 0.5rem;
    height: 190px;
}

.oi[b-pz7mbtozyp] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-header[b-pz7mbtozyp] {
    color: #FFF;
    font-weight: 500;
    font-size: 12px;
    border-bottom: 1px solid #FFF;
}

.nav-item[b-pz7mbtozyp] {
    background-color: #142D5E;
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-pz7mbtozyp] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-pz7mbtozyp] {
        padding-bottom: 1rem;
    }

    .nav-item[b-pz7mbtozyp]  a {
        font-weight: 500;
        font-size: 14px;
        color: #FFF;
        height: 45px;
        display: flex;
        align-items: center;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .nav-item[b-pz7mbtozyp]  a.active {
        font-weight: bold;
        background-color: #FFF;
        color: #142D5E;
        box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.15);
    }

.nav-item[b-pz7mbtozyp]  a:hover {
    background-color: rgba(255,255,255,0.1);
}
.nav-item[b-pz7mbtozyp]  a.active:hover {
    background-color: #FFF;
}

@media (min-width: 641px) {
    .navbar-toggler[b-pz7mbtozyp] {
        display: none;
    }

    .collapse[b-pz7mbtozyp] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

.nav-menu[b-pz7mbtozyp] {
    overflow-y: auto;
    height: calc(100vh - 190px);
}

.nav-menu:not(.rz-default-scrollbars)[b-pz7mbtozyp]::-webkit-scrollbar {
    width: 8px;
}

.nav-menu:not(.rz-default-scrollbars)[b-pz7mbtozyp]::-webkit-scrollbar-thumb {
    background: #81A6F4 !important;
    border: 2px solid rgba(0, 0, 0, 0) !important;
    background-clip: padding-box !important;
}

.icon[b-pz7mbtozyp] {
    width: 40px;
    height: 40px;
    margin-right:20px;
    background-size: cover;
}

/*.icon.tableau-de-bord {
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.2958 10.198C14.5554 10.0037 12.7538 10.0037 11.0134 10.198C10.5906 10.2453 10.2571 10.5799 10.2095 10.9863C10.0017 12.7622 10.0017 14.5561 10.2095 16.3319C10.2571 16.7384 10.5906 17.073 11.0135 17.1202C12.7538 17.3146 14.5554 17.3146 16.2958 17.1202C16.7187 17.073 17.0522 16.7384 17.0998 16.3319C17.3076 14.5561 17.3076 12.7622 17.0998 10.9863C17.0522 10.5799 16.7187 10.2453 16.2958 10.198ZM10.7853 8.15849C12.6773 7.94717 14.6319 7.94717 16.5239 8.15849C17.8804 8.31 18.979 9.37716 19.1395 10.7479C19.3659 12.6821 19.3659 14.6361 19.1395 16.5703C18.979 17.9411 17.8804 19.0083 16.5239 19.1598C14.6319 19.3711 12.6773 19.3711 10.7853 19.1598C9.42882 19.0083 8.33021 17.9411 8.16978 16.5703C7.94341 14.6361 7.94341 12.6821 8.16978 10.7479C8.33021 9.37716 9.42882 8.31 10.7853 8.15849Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.2958 23.8798C14.5554 23.6854 12.7538 23.6854 11.0134 23.8798C10.5906 23.927 10.2571 24.2616 10.2095 24.6681C10.0017 26.4439 10.0017 28.2378 10.2095 30.0136C10.2571 30.4201 10.5906 30.7547 11.0135 30.802C12.7538 30.9963 14.5554 30.9963 16.2958 30.802C16.7187 30.7547 17.0522 30.4201 17.0998 30.0136C17.3076 28.2378 17.3076 26.4439 17.0998 24.6681C17.0522 24.2616 16.7187 23.927 16.2958 23.8798ZM10.7853 21.8402C12.6773 21.6289 14.6319 21.6289 16.5239 21.8402C17.8804 21.9917 18.979 23.0589 19.1395 24.4297C19.3659 26.3639 19.3659 28.3179 19.1395 30.2521C18.979 31.6228 17.8804 32.69 16.5239 32.8415C14.6319 33.0528 12.6773 33.0528 10.7853 32.8415C9.42882 32.69 8.33021 31.6228 8.16978 30.2521C7.94341 28.3179 7.94341 26.3639 8.16978 24.4297C8.33021 23.0589 9.42882 21.9917 10.7853 21.8402Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M29.9866 10.198C28.2462 10.0037 26.4446 10.0037 24.7042 10.198C24.2813 10.2453 23.9478 10.5799 23.9002 10.9863C23.6924 12.7622 23.6924 14.5561 23.9002 16.3319C23.9478 16.7384 24.2813 17.073 24.7042 17.1202C26.4446 17.3146 28.2462 17.3146 29.9866 17.1202C30.4094 17.073 30.7429 16.7384 30.7905 16.3319C30.9983 14.5561 30.9983 12.7622 30.7905 10.9863C30.7429 10.5799 30.4094 10.2453 29.9866 10.198ZM24.4761 8.15849C26.3681 7.94717 28.3227 7.94717 30.2147 8.15849C31.5712 8.31 32.6698 9.37716 32.8302 10.7479C33.0566 12.6821 33.0566 14.6361 32.8302 16.5703C32.6698 17.9411 31.5712 19.0083 30.2147 19.1598C28.3227 19.3711 26.3681 19.3711 24.4761 19.1598C23.1196 19.0083 22.021 17.9411 21.8605 16.5703C21.6342 14.6361 21.6342 12.6821 21.8605 10.7479C22.021 9.37716 23.1196 8.31 24.4761 8.15849Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M29.9866 23.8798C28.2462 23.6854 26.4446 23.6854 24.7042 23.8798C24.2813 23.927 23.9478 24.2616 23.9002 24.6681C23.6924 26.4439 23.6924 28.2378 23.9002 30.0136C23.9478 30.4201 24.2813 30.7547 24.7042 30.802C26.4446 30.9963 28.2462 30.9963 29.9866 30.802C30.4094 30.7547 30.7429 30.4201 30.7905 30.0136C30.9983 28.2378 30.9983 26.4439 30.7905 24.6681C30.7429 24.2616 30.4094 23.927 29.9866 23.8798ZM24.4761 21.8402C26.3681 21.6289 28.3227 21.6289 30.2147 21.8402C31.5712 21.9917 32.6698 23.0589 32.8302 24.4297C33.0566 26.3639 33.0566 28.3179 32.8302 30.2521C32.6698 31.6228 31.5712 32.69 30.2147 32.8415C28.3227 33.0528 26.3681 33.0528 24.4761 32.8415C23.1196 32.69 22.021 31.6228 21.8605 30.2521C21.6342 28.3179 21.6342 26.3639 21.8605 24.4297C22.021 23.0589 23.1196 21.9917 24.4761 21.8402Z' fill='white'/%3E%3C/svg%3E%0A");
}

.active .icon.tableau-de-bord {
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.2958 10.198C14.5554 10.0037 12.7538 10.0037 11.0134 10.198C10.5906 10.2453 10.2571 10.5799 10.2095 10.9863C10.0017 12.7622 10.0017 14.5561 10.2095 16.3319C10.2571 16.7384 10.5906 17.073 11.0135 17.1202C12.7538 17.3146 14.5554 17.3146 16.2958 17.1202C16.7187 17.073 17.0522 16.7384 17.0998 16.3319C17.3076 14.5561 17.3076 12.7622 17.0998 10.9863C17.0522 10.5799 16.7187 10.2453 16.2958 10.198ZM10.7853 8.15849C12.6773 7.94717 14.6319 7.94717 16.5239 8.15849C17.8804 8.31 18.979 9.37716 19.1395 10.7479C19.3659 12.6821 19.3659 14.6361 19.1395 16.5703C18.979 17.9411 17.8804 19.0083 16.5239 19.1598C14.6319 19.3711 12.6773 19.3711 10.7853 19.1598C9.42882 19.0083 8.33021 17.9411 8.16978 16.5703C7.94341 14.6361 7.94341 12.6821 8.16978 10.7479C8.33021 9.37716 9.42882 8.31 10.7853 8.15849Z' fill='%23142D5E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.2958 23.8798C14.5554 23.6854 12.7538 23.6854 11.0134 23.8798C10.5906 23.927 10.2571 24.2616 10.2095 24.6681C10.0017 26.4439 10.0017 28.2378 10.2095 30.0136C10.2571 30.4201 10.5906 30.7547 11.0135 30.802C12.7538 30.9963 14.5554 30.9963 16.2958 30.802C16.7187 30.7547 17.0522 30.4201 17.0998 30.0136C17.3076 28.2378 17.3076 26.4439 17.0998 24.6681C17.0522 24.2616 16.7187 23.927 16.2958 23.8798ZM10.7853 21.8402C12.6773 21.6289 14.6319 21.6289 16.5239 21.8402C17.8804 21.9917 18.979 23.0589 19.1395 24.4297C19.3659 26.3639 19.3659 28.3179 19.1395 30.2521C18.979 31.6228 17.8804 32.69 16.5239 32.8415C14.6319 33.0528 12.6773 33.0528 10.7853 32.8415C9.42882 32.69 8.33021 31.6228 8.16978 30.2521C7.94341 28.3179 7.94341 26.3639 8.16978 24.4297C8.33021 23.0589 9.42882 21.9917 10.7853 21.8402Z' fill='%23142D5E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M29.9866 10.198C28.2462 10.0037 26.4446 10.0037 24.7042 10.198C24.2813 10.2453 23.9478 10.5799 23.9002 10.9863C23.6924 12.7622 23.6924 14.5561 23.9002 16.3319C23.9478 16.7384 24.2813 17.073 24.7042 17.1202C26.4446 17.3146 28.2462 17.3146 29.9866 17.1202C30.4094 17.073 30.7429 16.7384 30.7905 16.3319C30.9983 14.5561 30.9983 12.7622 30.7905 10.9863C30.7429 10.5799 30.4094 10.2453 29.9866 10.198ZM24.4761 8.15849C26.3681 7.94717 28.3227 7.94717 30.2147 8.15849C31.5712 8.31 32.6698 9.37716 32.8302 10.7479C33.0566 12.6821 33.0566 14.6361 32.8302 16.5703C32.6698 17.9411 31.5712 19.0083 30.2147 19.1598C28.3227 19.3711 26.3681 19.3711 24.4761 19.1598C23.1196 19.0083 22.021 17.9411 21.8605 16.5703C21.6342 14.6361 21.6342 12.6821 21.8605 10.7479C22.021 9.37716 23.1196 8.31 24.4761 8.15849Z' fill='%23142D5E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M29.9866 23.8798C28.2462 23.6854 26.4446 23.6854 24.7042 23.8798C24.2813 23.927 23.9478 24.2616 23.9002 24.6681C23.6924 26.4439 23.6924 28.2378 23.9002 30.0136C23.9478 30.4201 24.2813 30.7547 24.7042 30.802C26.4446 30.9963 28.2462 30.9963 29.9866 30.802C30.4094 30.7547 30.7429 30.4201 30.7905 30.0136C30.9983 28.2378 30.9983 26.4439 30.7905 24.6681C30.7429 24.2616 30.4094 23.927 29.9866 23.8798ZM24.4761 21.8402C26.3681 21.6289 28.3227 21.6289 30.2147 21.8402C31.5712 21.9917 32.6698 23.0589 32.8302 24.4297C33.0566 26.3639 33.0566 28.3179 32.8302 30.2521C32.6698 31.6228 31.5712 32.69 30.2147 32.8415C28.3227 33.0528 26.3681 33.0528 24.4761 32.8415C23.1196 32.69 22.021 31.6228 21.8605 30.2521C21.6342 28.3179 21.6342 26.3639 21.8605 24.4297C22.021 23.0589 23.1196 21.9917 24.4761 21.8402Z' fill='%23142D5E'/%3E%3C/svg%3E%0A");
}*/

/*.icon.offre-en-cours {
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.1233 17.0412C23.097 17.0162 23.0442 16.9913 23.0179 16.9662C22.9653 16.9413 22.9388 16.9413 22.8862 16.9413C22.8335 16.9413 22.7807 16.9413 22.7544 16.9662C22.7018 16.9912 22.6753 17.0161 22.649 17.0412L18.0906 21.2859C18.0115 21.3357 17.9326 21.3858 17.8271 21.3858C17.7217 21.3858 17.6428 21.3608 17.5637 21.2859L16.4307 20.2373C16.3516 20.1874 16.2727 20.1373 16.1672 20.1373C16.0618 20.1373 15.9829 20.1623 15.9037 20.2373L15.2187 20.8864C15.1661 20.9614 15.1133 21.0362 15.1133 21.1361C15.1133 21.236 15.1396 21.3108 15.2187 21.3858L17.5375 23.558C17.6166 23.6079 17.6956 23.6579 17.801 23.6579C17.9064 23.6579 17.9854 23.6329 18.0645 23.558L23.8349 18.1647C23.8612 18.1398 23.8875 18.0898 23.914 18.0648C23.9403 18.015 23.9403 17.9899 23.9403 17.94C23.9403 17.8901 23.9403 17.8401 23.914 17.8152C23.8877 17.7653 23.8614 17.7402 23.8349 17.7152L23.1233 17.0412Z' fill='white'/%3E%3Cpath d='M22.2539 10.3496C23.1498 10.5743 23.9929 10.9239 24.7833 11.3483C25.5738 11.7979 26.3117 12.3222 26.9704 12.9464L24.5463 15.2434C23.2287 13.9701 21.4108 13.2459 19.54 13.2459V10C19.9353 10 20.3305 10.0249 20.7257 10.075C20.8575 10.0999 21.0156 10.0999 21.1473 10.1248C21.5162 10.1747 21.8851 10.2497 22.254 10.3496L22.2539 10.3496Z' fill='white'/%3E%3Cpath d='M25.7051 16.6167C26.0212 17.1161 26.2584 17.6653 26.4164 18.2396L29.7364 17.3907C29.4992 16.5417 29.1303 15.7428 28.6824 14.9937L25.7051 16.6167Z' fill='white'/%3E%3Cpath d='M26.3906 21.7353C26.4697 21.4607 26.5224 21.1609 26.575 20.8614C26.6276 20.5618 26.6276 20.2621 26.6276 19.9875H30.053C30.053 20.4119 30.0267 20.8614 29.9476 21.2858C29.8949 21.7353 29.7895 22.1597 29.6841 22.5592L26.3906 21.7353Z' fill='white'/%3E%3Cpath d='M25.679 23.3583C25.3629 23.8826 24.9939 24.3321 24.5459 24.7565L26.9699 27.0535C27.6287 26.4293 28.1819 25.7552 28.6563 24.9811L25.679 23.3583Z' fill='white'/%3E%3Cpath d='M14.507 24.7565L12.083 27.0536C12.7417 27.6778 13.4531 28.2021 14.27 28.6516L15.9827 25.8301C15.4293 25.5305 14.9286 25.181 14.5071 24.7565L14.507 24.7565Z' fill='white'/%3E%3Cpath d='M18.5906 26.6791C18.2745 26.6292 17.9582 26.5792 17.6684 26.5044L16.7725 29.6504C17.2203 29.7503 17.6684 29.8502 18.1162 29.9001C18.5906 29.95 19.0384 29.9751 19.4863 30V26.7541C19.2229 26.729 18.9068 26.7041 18.5905 26.6791L18.5906 26.6791Z' fill='white'/%3E%3Cpath d='M21.3574 26.5043C21.9635 26.3545 22.5431 26.1298 23.0701 25.8302L24.7828 28.6517C23.9923 29.0761 23.1492 29.4257 22.2533 29.6505L21.3574 26.5043Z' fill='white'/%3E%3Cpath d='M12.6627 21.7353C12.8208 22.3096 13.058 22.8589 13.3741 23.3583L10.3967 24.9812C9.94888 24.2322 9.57995 23.4332 9.34277 22.5843L12.6627 21.7353Z' fill='white'/%3E%3Cpath d='M15.9821 14.1447C16.509 13.8452 17.0886 13.6204 17.6947 13.4707L16.799 10.3246C15.9031 10.5494 15.06 10.899 14.2695 11.3234L15.9821 14.1447Z' fill='white'/%3E%3Cpath d='M14.5069 15.2185C14.0591 15.6429 13.6901 16.0924 13.3738 16.6167L10.3965 14.9937C10.8708 14.2447 11.4241 13.5455 12.0829 12.9213L14.5069 15.2185Z' fill='white'/%3E%3Cpath d='M9.07896 18.6891C9.1316 18.2396 9.23703 17.8152 9.34245 17.4157L12.6624 18.2396C12.5833 18.5142 12.5306 18.814 12.478 19.1135C12.4254 19.4131 12.4254 19.7128 12.4254 19.9874H9C8.99985 19.563 9.02632 19.1135 9.07896 18.6891L9.07896 18.6891Z' fill='white'/%3E%3C/svg%3E%0A");
}

.active .icon.offre-en-cours {
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.1233 17.0412C23.097 17.0162 23.0442 16.9913 23.0179 16.9662C22.9653 16.9413 22.9388 16.9413 22.8862 16.9413C22.8335 16.9413 22.7807 16.9413 22.7544 16.9662C22.7018 16.9912 22.6753 17.0161 22.649 17.0412L18.0906 21.2859C18.0115 21.3357 17.9326 21.3858 17.8271 21.3858C17.7217 21.3858 17.6428 21.3608 17.5637 21.2859L16.4307 20.2373C16.3516 20.1874 16.2727 20.1373 16.1672 20.1373C16.0618 20.1373 15.9829 20.1623 15.9037 20.2373L15.2187 20.8864C15.1661 20.9614 15.1133 21.0362 15.1133 21.1361C15.1133 21.236 15.1396 21.3108 15.2187 21.3858L17.5375 23.558C17.6166 23.6079 17.6956 23.6579 17.801 23.6579C17.9064 23.6579 17.9854 23.6329 18.0645 23.558L23.8349 18.1647C23.8612 18.1398 23.8875 18.0898 23.914 18.0648C23.9403 18.015 23.9403 17.9899 23.9403 17.94C23.9403 17.8901 23.9403 17.8401 23.914 17.8152C23.8877 17.7653 23.8614 17.7402 23.8349 17.7152L23.1233 17.0412Z' fill='%23142D5E'/%3E%3Cpath d='M22.2539 10.3496C23.1498 10.5743 23.9929 10.9239 24.7833 11.3483C25.5738 11.7979 26.3117 12.3222 26.9704 12.9464L24.5463 15.2434C23.2287 13.9701 21.4108 13.2459 19.54 13.2459V10C19.9353 10 20.3305 10.0249 20.7257 10.075C20.8575 10.0999 21.0156 10.0999 21.1473 10.1248C21.5162 10.1747 21.8851 10.2497 22.254 10.3496L22.2539 10.3496Z' fill='%23142D5E'/%3E%3Cpath d='M25.7051 16.6167C26.0212 17.1161 26.2584 17.6653 26.4164 18.2396L29.7364 17.3907C29.4992 16.5417 29.1303 15.7428 28.6824 14.9937L25.7051 16.6167Z' fill='%23142D5E'/%3E%3Cpath d='M26.3906 21.7353C26.4697 21.4607 26.5224 21.1609 26.575 20.8614C26.6276 20.5618 26.6276 20.2621 26.6276 19.9875H30.053C30.053 20.4119 30.0267 20.8614 29.9476 21.2858C29.8949 21.7353 29.7895 22.1597 29.6841 22.5592L26.3906 21.7353Z' fill='%23142D5E'/%3E%3Cpath d='M25.679 23.3583C25.3629 23.8826 24.9939 24.3321 24.5459 24.7565L26.9699 27.0535C27.6287 26.4293 28.1819 25.7552 28.6563 24.9811L25.679 23.3583Z' fill='%23142D5E'/%3E%3Cpath d='M14.507 24.7565L12.083 27.0536C12.7417 27.6778 13.4531 28.2021 14.27 28.6516L15.9827 25.8301C15.4293 25.5305 14.9286 25.181 14.5071 24.7565L14.507 24.7565Z' fill='%23142D5E'/%3E%3Cpath d='M18.5906 26.6791C18.2745 26.6292 17.9582 26.5792 17.6684 26.5044L16.7725 29.6504C17.2203 29.7503 17.6684 29.8502 18.1162 29.9001C18.5906 29.95 19.0384 29.9751 19.4863 30V26.7541C19.2229 26.729 18.9068 26.7041 18.5905 26.6791L18.5906 26.6791Z' fill='%23142D5E'/%3E%3Cpath d='M21.3574 26.5043C21.9635 26.3545 22.5431 26.1298 23.0701 25.8302L24.7828 28.6517C23.9923 29.0761 23.1492 29.4257 22.2533 29.6505L21.3574 26.5043Z' fill='%23142D5E'/%3E%3Cpath d='M12.6627 21.7353C12.8208 22.3096 13.058 22.8589 13.3741 23.3583L10.3967 24.9812C9.94888 24.2322 9.57995 23.4332 9.34277 22.5843L12.6627 21.7353Z' fill='%23142D5E'/%3E%3Cpath d='M15.9821 14.1447C16.509 13.8452 17.0886 13.6204 17.6947 13.4707L16.799 10.3246C15.9031 10.5494 15.06 10.899 14.2695 11.3234L15.9821 14.1447Z' fill='%23142D5E'/%3E%3Cpath d='M14.5069 15.2185C14.0591 15.6429 13.6901 16.0924 13.3738 16.6167L10.3965 14.9937C10.8708 14.2447 11.4241 13.5455 12.0829 12.9213L14.5069 15.2185Z' fill='%23142D5E'/%3E%3Cpath d='M9.07896 18.6891C9.1316 18.2396 9.23703 17.8152 9.34245 17.4157L12.6624 18.2396C12.5833 18.5142 12.5306 18.814 12.478 19.1135C12.4254 19.4131 12.4254 19.7128 12.4254 19.9874H9C8.99985 19.563 9.02632 19.1135 9.07896 18.6891L9.07896 18.6891Z' fill='%23142D5E'/%3E%3C/svg%3E%0A");
}*/




/*.icon.nexo-lab {
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.3234 16.7245H26.1603C24.1855 16.7502 23.8439 19.4675 25.733 19.9651V30.2452C25.733 31.2943 26.3065 32.2636 27.2374 32.7882C28.1685 33.3126 29.3153 33.3126 30.2464 32.7882C31.1773 32.2635 31.7507 31.2943 31.7507 30.2452V19.964C33.6392 19.4654 33.2976 16.7491 31.3235 16.7245L31.3234 16.7245ZM30.7759 30.2458C30.6784 32.8732 26.8033 32.8719 26.7077 30.2458L26.7079 27.4165H28.8022H28.802C29.0712 27.4165 29.2895 27.2038 29.2895 26.941C29.2895 26.6782 29.0712 26.4654 28.802 26.4654H26.7079V25.5685H28.8022H28.802C29.0712 25.5685 29.2895 25.3557 29.2895 25.093C29.2895 24.8302 29.0712 24.6174 28.802 24.6174H26.7079V23.7205H28.8022H28.802C29.0712 23.7205 29.2895 23.5077 29.2895 23.245C29.2895 22.9822 29.0712 22.7694 28.802 22.7694H26.7079V21.8723H28.8022H28.802C29.0712 21.8723 29.2895 21.6593 29.2895 21.3967C29.2895 21.1339 29.0712 20.9209 28.802 20.9209H26.7079V20.0242H30.7761L30.7759 30.2458ZM31.3234 19.0727H26.2219C26.0295 19.0849 25.84 19.0208 25.6963 18.8949C25.5528 18.769 25.4674 18.5919 25.4592 18.4036C25.4513 18.2156 25.5211 18.0321 25.6535 17.8949C25.7856 17.7578 25.969 17.6784 26.1618 17.6746H31.325C31.7207 17.6751 32.041 17.9885 32.0406 18.3744C32.0401 18.7606 31.7189 19.0732 31.3234 19.0727L31.3234 19.0727Z' fill='white'/%3E%3Cpath d='M22.3038 24.4146C22.237 24.2671 19.3011 20.7279 19.1091 20.4826C18.4096 19.6275 18.0282 18.5662 18.0269 17.472V14.1562C18.6012 14.0142 19.0681 13.607 19.2773 13.0659C19.4863 12.5249 19.4111 11.9182 19.0758 11.4413C18.7406 10.9645 18.1876 10.6778 17.5949 10.6736H13.3907C12.7982 10.6778 12.2452 10.9644 11.9098 11.4413C11.5745 11.9182 11.4993 12.525 11.7085 13.0659C11.9175 13.607 12.3843 14.0142 12.959 14.1562V17.4724C12.9576 18.5664 12.5759 19.6276 11.8765 20.4828L8.99549 23.9966C7.70626 25.573 7.00296 27.5289 7 29.5457V30.6972C7.00023 31.3557 7.26858 31.9874 7.74572 32.4532C8.22283 32.919 8.86992 33.1811 9.54491 33.1818H21.4409C22.1156 33.1811 22.7625 32.9193 23.2396 32.4539C23.7167 31.9883 23.9851 31.357 23.9857 30.6988V29.5473C23.9817 27.7391 23.4146 25.9747 22.3593 24.4881C22.3432 24.462 22.3248 24.4374 22.304 24.4146L22.3038 24.4146ZM12.5536 12.4409C12.554 12.2244 12.6422 12.0169 12.799 11.8639C12.9561 11.7108 13.1687 11.6245 13.3906 11.6243H17.5948C17.8938 11.6243 18.17 11.78 18.3194 12.0326C18.469 12.2852 18.469 12.5964 18.3194 12.8493C18.17 13.1019 17.8937 13.2574 17.5948 13.2574H13.4461C13.2152 13.2708 12.9887 13.191 12.8199 13.0366C12.651 12.8822 12.5547 12.6668 12.5536 12.4409H12.5536ZM12.6377 21.0772V21.077C13.4749 20.0529 13.9316 18.7822 13.9337 17.4721V14.2084H17.0531L17.0529 17.4721C17.0543 18.782 17.5107 20.0529 18.3478 21.077L20.5009 23.7029C19.1184 23.0314 16.52 23.1676 15.2933 23.8615C13.9826 24.5753 11.6898 24.535 10.394 23.8146L12.6377 21.0772ZM23.0111 30.6982C23.0106 31.1043 22.845 31.4938 22.5505 31.7809C22.2563 32.0682 21.8572 32.2297 21.4408 32.2299H9.54486C9.12872 32.2297 8.72958 32.068 8.43516 31.7809C8.14097 31.4938 7.97528 31.1043 7.97483 30.6982V29.5467C7.97687 27.7422 8.60699 25.9922 9.76201 24.583C11.4497 25.4841 13.9565 25.6155 15.6879 24.7292C16.9227 24.0442 19.2407 24.044 20.4778 24.7292H20.4776C20.8532 24.9006 21.243 25.0402 21.6433 25.1462C22.5322 26.4498 23.0076 27.9807 23.0098 29.5467L23.0111 30.6982Z' fill='white'/%3E%3Cpath d='M12.5485 28.3981C10.3572 28.466 10.3579 31.5671 12.5485 31.6348C14.74 31.5669 14.7393 28.4658 12.5485 28.3981ZM12.5485 30.6834C12.1709 30.6834 11.8649 30.3848 11.8649 30.0166C11.8649 29.6481 12.1709 29.3495 12.5485 29.3495C12.9259 29.3495 13.2318 29.6481 13.2318 30.0166C13.2318 30.3848 12.9259 30.6834 12.5485 30.6834Z' fill='white'/%3E%3Cpath d='M18.9165 27.7277C16.7674 27.7945 16.7674 30.8351 18.9165 30.9021C21.0647 30.8353 21.0647 27.7942 18.9165 27.7277ZM18.9165 29.9508C18.5623 29.9431 18.2794 29.6606 18.2794 29.3149C18.2794 28.9692 18.5623 28.6868 18.9165 28.6791C19.2708 28.6868 19.5539 28.9693 19.5539 29.3149C19.5539 29.6607 19.2708 29.9431 18.9165 29.9508Z' fill='white'/%3E%3Cpath d='M15.2687 25.6519C14.7945 25.6589 14.3596 25.91 14.1245 26.3119C13.8895 26.714 13.8895 27.2072 14.1245 27.6091C14.3596 28.011 14.7945 28.262 15.2687 28.2694C15.7429 28.2621 16.178 28.011 16.4129 27.6091C16.6479 27.2072 16.6479 26.7139 16.4129 26.3119C16.178 25.91 15.7429 25.6589 15.2687 25.6519ZM15.2687 27.3183V27.3181C15.0706 27.3123 14.9131 27.154 14.9131 26.9606C14.9131 26.7671 15.0706 26.6087 15.2687 26.603C15.4668 26.6087 15.6243 26.7671 15.6243 26.9606C15.6243 27.154 15.4668 27.3123 15.2687 27.3181V27.3183Z' fill='white'/%3E%3Cpath d='M9.43324 18.1118C9.65196 17.3859 10.2338 16.8178 10.9776 16.6044C11.018 16.5925 11.0456 16.5562 11.0456 16.5151C11.0456 16.4741 11.018 16.4379 10.9776 16.4259C10.2336 16.212 9.6517 15.6436 9.43324 14.9172C9.41918 14.8796 9.38269 14.8544 9.34167 14.8544C9.30065 14.8544 9.26393 14.8796 9.2501 14.9172C9.03138 15.6431 8.44955 16.2112 7.70569 16.4246C7.66535 16.4365 7.6377 16.4728 7.6377 16.5139C7.6377 16.5551 7.66535 16.5913 7.70569 16.6031C8.44955 16.8165 9.03141 17.3845 9.2501 18.1107C9.2637 18.1483 9.30019 18.1737 9.34122 18.1739C9.38224 18.1742 9.41896 18.1494 9.43324 18.1118V18.1118Z' fill='white'/%3E%3Cpath d='M30.7345 14.7314C30.9532 14.0055 31.535 13.4376 32.2789 13.2242C32.3197 13.2125 32.3476 13.1762 32.3476 13.1349C32.3476 13.0935 32.3197 13.0572 32.2789 13.0455C31.535 12.8321 30.9532 12.2643 30.7345 11.5384C30.7227 11.4988 30.6853 11.4716 30.6429 11.4716C30.6005 11.4716 30.5634 11.4988 30.5513 11.5384C30.3328 12.2645 29.751 12.8325 29.0069 13.0462C28.9664 13.0577 28.9385 13.0942 28.9385 13.1356C28.9385 13.1769 28.9664 13.2132 29.0069 13.2249C29.7513 13.4379 30.3335 14.0055 30.553 14.7314C30.5659 14.7699 30.6024 14.7958 30.6438 14.7958C30.6851 14.7958 30.7218 14.7699 30.7345 14.7314H30.7345Z' fill='white'/%3E%3Cpath d='M22.3297 16.1255C22.5484 15.3993 23.1303 14.8315 23.8741 14.6181C23.9145 14.6061 23.9421 14.5699 23.9421 14.5287C23.9421 14.4876 23.9145 14.4513 23.8741 14.4394C23.1303 14.2259 22.5486 13.6579 22.3297 12.932C22.3159 12.8944 22.2792 12.8694 22.2382 12.8694C22.1971 12.8694 22.1606 12.8944 22.1466 12.932C21.9279 13.6581 21.346 14.226 20.6022 14.4394C20.5618 14.4513 20.5342 14.4876 20.5342 14.5287C20.5342 14.5699 20.5618 14.6061 20.6022 14.6181C21.3463 14.8313 21.9281 15.3993 22.1466 16.1255C22.1606 16.1631 22.1971 16.1881 22.2382 16.1881C22.2792 16.1881 22.3159 16.1631 22.3297 16.1255Z' fill='white'/%3E%3Cpath d='M18.5597 6.0626C18.3412 6.78874 17.7594 7.35657 17.0153 7.56998C16.9749 7.58193 16.9473 7.6182 16.9473 7.65934C16.9473 7.70048 16.9749 7.73676 17.0153 7.74848C17.7594 7.96214 18.3412 8.52994 18.5597 9.25609C18.5737 9.29369 18.6104 9.31869 18.6515 9.31869C18.6923 9.31869 18.729 9.29369 18.743 9.25609C18.9618 8.52994 19.5436 7.96212 20.2874 7.74848C20.3278 7.73675 20.3554 7.70048 20.3554 7.65934C20.3554 7.6182 20.3278 7.58192 20.2874 7.56998C19.5436 7.35632 18.9617 6.78852 18.743 6.0626C18.729 6.025 18.6923 6 18.6515 6C18.6104 6 18.5737 6.02499 18.5597 6.0626Z' fill='white'/%3E%3C/svg%3E%0A");
}

.active .icon.nexo-lab {
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.3244 16.7245H26.1613C24.1864 16.7502 23.8449 19.4675 25.734 19.9651V30.2452C25.734 31.2943 26.3075 32.2636 27.2383 32.7882C28.1694 33.3126 29.3163 33.3126 30.2474 32.7882C31.1782 32.2635 31.7517 31.2943 31.7517 30.2452V19.964C33.6402 19.4654 33.2986 16.7491 31.3245 16.7245L31.3244 16.7245ZM30.7768 30.2458C30.6794 32.8732 26.8043 32.8719 26.7086 30.2458L26.7089 27.4165H28.8032H28.8029C29.0722 27.4165 29.2905 27.2038 29.2905 26.941C29.2905 26.6782 29.0722 26.4654 28.8029 26.4654H26.7089V25.5685H28.8032H28.8029C29.0722 25.5685 29.2905 25.3557 29.2905 25.093C29.2905 24.8302 29.0722 24.6174 28.8029 24.6174H26.7089V23.7205H28.8032H28.8029C29.0722 23.7205 29.2905 23.5077 29.2905 23.245C29.2905 22.9822 29.0722 22.7694 28.8029 22.7694H26.7089V21.8723H28.8032H28.8029C29.0722 21.8723 29.2905 21.6593 29.2905 21.3967C29.2905 21.1339 29.0722 20.9209 28.8029 20.9209H26.7089V20.0242H30.7771L30.7768 30.2458ZM31.3244 19.0727H26.2229C26.0305 19.0849 25.841 19.0208 25.6973 18.8949C25.5538 18.769 25.4684 18.5919 25.4602 18.4036C25.4523 18.2156 25.5221 18.0321 25.6544 17.8949C25.7866 17.7578 25.9699 17.6784 26.1628 17.6746H31.326C31.7217 17.6751 32.042 17.9885 32.0415 18.3744C32.0411 18.7606 31.7199 19.0732 31.3244 19.0727L31.3244 19.0727Z' fill='%23142D5E'/%3E%3Cpath d='M22.3038 24.4146C22.237 24.2671 19.3011 20.7279 19.1091 20.4826C18.4096 19.6275 18.0282 18.5662 18.0269 17.472V14.1562C18.6012 14.0142 19.0681 13.607 19.2773 13.0659C19.4863 12.5249 19.4111 11.9182 19.0758 11.4413C18.7406 10.9645 18.1876 10.6778 17.5949 10.6736H13.3907C12.7982 10.6778 12.2452 10.9644 11.9098 11.4413C11.5745 11.9182 11.4993 12.525 11.7085 13.0659C11.9175 13.607 12.3843 14.0142 12.959 14.1562V17.4724C12.9576 18.5664 12.5759 19.6276 11.8765 20.4828L8.99549 23.9966C7.70626 25.573 7.00296 27.5289 7 29.5457V30.6972C7.00023 31.3557 7.26858 31.9874 7.74572 32.4532C8.22283 32.919 8.86992 33.1811 9.54491 33.1818H21.4409C22.1156 33.1811 22.7625 32.9193 23.2396 32.4539C23.7167 31.9883 23.9851 31.357 23.9857 30.6988V29.5473C23.9817 27.7391 23.4146 25.9747 22.3593 24.4881C22.3432 24.462 22.3248 24.4374 22.304 24.4146L22.3038 24.4146ZM12.5536 12.4409C12.554 12.2244 12.6422 12.0169 12.799 11.8639C12.9561 11.7108 13.1687 11.6245 13.3906 11.6243H17.5948C17.8938 11.6243 18.17 11.78 18.3194 12.0326C18.469 12.2852 18.469 12.5964 18.3194 12.8493C18.17 13.1019 17.8937 13.2574 17.5948 13.2574H13.4461C13.2152 13.2708 12.9887 13.191 12.8199 13.0366C12.651 12.8822 12.5547 12.6668 12.5536 12.4409H12.5536ZM12.6377 21.0772V21.077C13.4749 20.0529 13.9316 18.7822 13.9337 17.4721V14.2084H17.0531L17.0529 17.4721C17.0543 18.782 17.5107 20.0529 18.3478 21.077L20.5009 23.7029C19.1184 23.0314 16.52 23.1676 15.2933 23.8615C13.9826 24.5753 11.6898 24.535 10.394 23.8146L12.6377 21.0772ZM23.0111 30.6982C23.0106 31.1043 22.845 31.4938 22.5505 31.7809C22.2563 32.0682 21.8572 32.2297 21.4408 32.2299H9.54486C9.12872 32.2297 8.72958 32.068 8.43516 31.7809C8.14097 31.4938 7.97528 31.1043 7.97483 30.6982V29.5467C7.97687 27.7422 8.60699 25.9922 9.76201 24.583C11.4497 25.4841 13.9565 25.6155 15.6879 24.7292C16.9227 24.0442 19.2407 24.044 20.4778 24.7292H20.4776C20.8532 24.9006 21.243 25.0402 21.6433 25.1462C22.5322 26.4498 23.0076 27.9807 23.0098 29.5467L23.0111 30.6982Z' fill='%23142D5E'/%3E%3Cpath d='M12.5475 28.3981C10.3562 28.466 10.3569 31.5671 12.5475 31.6348C14.7391 31.5669 14.7384 28.4658 12.5475 28.3981ZM12.5475 30.6834C12.1699 30.6834 11.8639 30.3848 11.8639 30.0166C11.8639 29.6481 12.1699 29.3495 12.5475 29.3495C12.9249 29.3495 13.2309 29.6481 13.2309 30.0166C13.2309 30.3848 12.9249 30.6834 12.5475 30.6834Z' fill='%23142D5E'/%3E%3Cpath d='M18.9165 27.7277C16.7674 27.7945 16.7674 30.8351 18.9165 30.9021C21.0647 30.8353 21.0647 27.7942 18.9165 27.7277ZM18.9165 29.9508C18.5623 29.9431 18.2794 29.6606 18.2794 29.3149C18.2794 28.9692 18.5623 28.6868 18.9165 28.6791C19.2708 28.6868 19.5539 28.9693 19.5539 29.3149C19.5539 29.6607 19.2708 29.9431 18.9165 29.9508Z' fill='%23142D5E'/%3E%3Cpath d='M15.2697 25.6519C14.7955 25.6589 14.3606 25.91 14.1255 26.3119C13.8905 26.714 13.8905 27.2072 14.1255 27.6091C14.3605 28.011 14.7955 28.262 15.2697 28.2694C15.7438 28.2621 16.179 28.011 16.4138 27.6091C16.6489 27.2072 16.6489 26.7139 16.4138 26.3119C16.179 25.91 15.7438 25.6589 15.2697 25.6519ZM15.2697 27.3183V27.3181C15.0716 27.3123 14.914 27.154 14.914 26.9606C14.914 26.7671 15.0716 26.6087 15.2697 26.603C15.4678 26.6087 15.6253 26.7671 15.6253 26.9606C15.6253 27.154 15.4678 27.3123 15.2697 27.3181V27.3183Z' fill='%23142D5E'/%3E%3Cpath d='M9.43421 18.1118C9.65293 17.3859 10.2348 16.8178 10.9786 16.6044C11.019 16.5925 11.0466 16.5562 11.0466 16.5151C11.0466 16.4741 11.019 16.4379 10.9786 16.4259C10.2345 16.212 9.65267 15.6436 9.43421 14.9172C9.42016 14.8796 9.38367 14.8544 9.34265 14.8544C9.30162 14.8544 9.26491 14.8796 9.25108 14.9172C9.03236 15.6431 8.45053 16.2112 7.70667 16.4246C7.66633 16.4365 7.63867 16.4728 7.63867 16.5139C7.63867 16.5551 7.66632 16.5913 7.70667 16.6031C8.45053 16.8165 9.03239 17.3845 9.25108 18.1107C9.26468 18.1483 9.30117 18.1737 9.3422 18.1739C9.38322 18.1742 9.41993 18.1494 9.43421 18.1118V18.1118Z' fill='%23142D5E'/%3E%3Cpath d='M30.7335 14.7314C30.9522 14.0055 31.534 13.4376 32.2779 13.2242C32.3187 13.2125 32.3466 13.1762 32.3466 13.1349C32.3466 13.0935 32.3187 13.0572 32.2779 13.0455C31.534 12.8321 30.9522 12.2643 30.7335 11.5384C30.7217 11.4988 30.6843 11.4716 30.6419 11.4716C30.5995 11.4716 30.5624 11.4988 30.5504 11.5384C30.3319 12.2645 29.75 12.8325 29.006 13.0462C28.9654 13.0577 28.9375 13.0942 28.9375 13.1356C28.9375 13.1769 28.9654 13.2132 29.006 13.2249C29.7503 13.4379 30.3325 14.0055 30.552 14.7314C30.5649 14.7699 30.6014 14.7958 30.6429 14.7958C30.6841 14.7958 30.7208 14.7699 30.7335 14.7314H30.7335Z' fill='%23142D5E'/%3E%3Cpath d='M22.3307 16.1255C22.5494 15.3993 23.1312 14.8315 23.8751 14.6181C23.9155 14.6061 23.9431 14.5699 23.9431 14.5287C23.9431 14.4876 23.9155 14.4513 23.8751 14.4394C23.1312 14.2259 22.5496 13.6579 22.3307 12.932C22.3169 12.8944 22.2802 12.8694 22.2391 12.8694C22.1981 12.8694 22.1616 12.8944 22.1476 12.932C21.9288 13.6581 21.347 14.226 20.6032 14.4394C20.5628 14.4513 20.5352 14.4876 20.5352 14.5287C20.5352 14.5699 20.5628 14.6061 20.6032 14.6181C21.3472 14.8313 21.9291 15.3993 22.1476 16.1255C22.1616 16.1631 22.1981 16.1881 22.2391 16.1881C22.2802 16.1881 22.3169 16.1631 22.3307 16.1255Z' fill='%23142D5E'/%3E%3Cpath d='M18.5597 6.0626C18.3412 6.78874 17.7594 7.35657 17.0153 7.56998C16.9749 7.58193 16.9473 7.6182 16.9473 7.65934C16.9473 7.70048 16.9749 7.73676 17.0153 7.74848C17.7594 7.96214 18.3412 8.52994 18.5597 9.25609C18.5737 9.29369 18.6104 9.31869 18.6515 9.31869C18.6923 9.31869 18.729 9.29369 18.743 9.25609C18.9618 8.52994 19.5436 7.96212 20.2874 7.74848C20.3278 7.73675 20.3554 7.70048 20.3554 7.65934C20.3554 7.6182 20.3278 7.58192 20.2874 7.56998C19.5436 7.35632 18.9617 6.78852 18.743 6.0626C18.729 6.025 18.6923 6 18.6515 6C18.6104 6 18.5737 6.02499 18.5597 6.0626Z' fill='%23142D5E'/%3E%3C/svg%3E%0A");
}*/

/*.icon.nexo-academy {
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M34.7461 15.1662L20.1688 8.03254C20.042 7.98915 19.9153 7.98915 19.7885 8.03254L5.25347 15.1662C5.12674 15.2533 5 15.3838 5 15.5576C5 15.7315 5.08459 15.8623 5.25347 15.9491L10.3238 18.4286V23.1262C10.3238 26.3885 14.5913 28.9548 19.9997 28.9548C22.7039 28.9548 25.1125 28.3025 26.8871 27.2151V29.042C26.2955 29.2158 25.8307 29.8248 25.8307 30.4774C25.8307 31.304 26.5069 32 27.3098 32C28.1126 32 28.7888 31.304 28.7888 30.4774C28.7888 29.7814 28.324 29.2161 27.7324 29.042V26.6495C28.9576 25.6925 29.6762 24.4746 29.6762 23.1696V18.472L34.7465 15.9925C34.8733 15.9054 35 15.7749 35 15.6011C35 15.4272 34.9154 15.2533 34.7465 15.1663L34.7461 15.1662ZM27.9433 30.4776C27.9433 30.8256 27.6474 31.1299 27.3097 31.1299C26.9716 31.1299 26.676 30.8253 26.676 30.4776C26.676 30.1295 26.9719 29.8252 27.3097 29.8252C27.6474 29.8249 27.9433 30.1295 27.9433 30.4776ZM19.8307 23.083C19.8729 23.1263 19.9575 23.1263 19.9996 23.1263C20.0418 23.1263 20.1264 23.1263 20.1685 23.083L26.8867 19.8206V24.475C25.2388 25.6059 22.7459 26.389 19.9993 26.389C15.1404 26.389 11.1684 24.1707 11.1684 21.4303V18.9074L19.8307 23.083ZM19.9996 28.0851C15.6475 28.0851 12.056 26.3016 11.2955 23.9962C12.8588 25.9102 16.1123 27.2151 19.9996 27.2151C22.7038 27.2151 25.1124 26.5628 26.8869 25.4753V26.1714C25.2391 27.3456 22.7459 28.0851 19.9996 28.0851V28.0851ZM27.7319 25.475V24.8661C28.1121 24.5614 28.4081 24.2571 28.7037 23.9091C28.5348 24.4747 28.1967 24.9966 27.7319 25.4751V25.475ZM28.8304 21.3865C28.8304 22.213 28.4502 23.0395 27.7319 23.7352V19.3854L28.8304 18.8635V21.3865ZM27.3093 18.646L20.211 14.9922C19.9996 14.9052 19.7462 14.9922 19.6616 15.2098C19.577 15.4273 19.6616 15.6883 19.8729 15.7754L26.3376 19.1245L19.9997 22.213L6.39416 15.5575L19.9997 8.90227L33.6052 15.5575L27.3093 18.646Z' fill='white'/%3E%3C/svg%3E%0A");
}

.active .icon.nexo-academy {
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M34.7461 15.1662L20.1688 8.03254C20.042 7.98915 19.9153 7.98915 19.7885 8.03254L5.25347 15.1662C5.12674 15.2533 5 15.3838 5 15.5576C5 15.7315 5.08459 15.8623 5.25347 15.9491L10.3238 18.4286V23.1262C10.3238 26.3885 14.5913 28.9548 19.9997 28.9548C22.7039 28.9548 25.1125 28.3025 26.8871 27.2151V29.042C26.2955 29.2158 25.8307 29.8248 25.8307 30.4774C25.8307 31.304 26.5069 32 27.3098 32C28.1126 32 28.7888 31.304 28.7888 30.4774C28.7888 29.7814 28.324 29.2161 27.7324 29.042V26.6495C28.9576 25.6925 29.6762 24.4746 29.6762 23.1696V18.472L34.7465 15.9925C34.8733 15.9054 35 15.7749 35 15.6011C35 15.4272 34.9154 15.2533 34.7465 15.1663L34.7461 15.1662ZM27.9433 30.4776C27.9433 30.8256 27.6474 31.1299 27.3097 31.1299C26.9716 31.1299 26.676 30.8253 26.676 30.4776C26.676 30.1295 26.9719 29.8252 27.3097 29.8252C27.6474 29.8249 27.9433 30.1295 27.9433 30.4776ZM19.8307 23.083C19.8729 23.1263 19.9575 23.1263 19.9996 23.1263C20.0418 23.1263 20.1264 23.1263 20.1685 23.083L26.8867 19.8206V24.475C25.2388 25.6059 22.7459 26.389 19.9993 26.389C15.1404 26.389 11.1684 24.1707 11.1684 21.4303V18.9074L19.8307 23.083ZM19.9996 28.0851C15.6475 28.0851 12.056 26.3016 11.2955 23.9962C12.8588 25.9102 16.1123 27.2151 19.9996 27.2151C22.7038 27.2151 25.1124 26.5628 26.8869 25.4753V26.1714C25.2391 27.3456 22.7459 28.0851 19.9996 28.0851V28.0851ZM27.7319 25.475V24.8661C28.1121 24.5614 28.4081 24.2571 28.7037 23.9091C28.5348 24.4747 28.1967 24.9966 27.7319 25.4751V25.475ZM28.8304 21.3865C28.8304 22.213 28.4502 23.0395 27.7319 23.7352V19.3854L28.8304 18.8635V21.3865ZM27.3093 18.646L20.211 14.9922C19.9996 14.9052 19.7462 14.9922 19.6616 15.2098C19.577 15.4273 19.6616 15.6883 19.8729 15.7754L26.3376 19.1245L19.9997 22.213L6.39416 15.5575L19.9997 8.90227L33.6052 15.5575L27.3093 18.646Z' fill='%23142D5E'/%3E%3C/svg%3E%0A");
}*/

/*.icon.contact {
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M32.8376 12.1205C33.0902 12.4994 33.0481 13.0143 32.7113 13.3478L20.6291 25.3124C20.5052 25.435 20.3506 25.5228 20.1811 25.5666L15.1492 26.8682C14.9851 26.9106 14.8159 26.9098 14.6569 26.8697C14.4879 26.8271 14.3305 26.7402 14.203 26.6139C13.9555 26.3689 13.8578 26.0123 13.9463 25.677L15.2606 20.694C15.2994 20.5472 15.3721 20.4022 15.4726 20.2884L27.5996 8.28592C27.7057 8.1808 27.8336 8.10212 27.9728 8.05419C28.0759 8.01864 28.1853 8 28.2966 8C28.5581 8 28.8088 8.10285 28.9937 8.28592L32.7113 11.9673C32.7594 12.015 32.8015 12.0663 32.8376 12.1205ZM30.6201 12.6576L28.2966 10.3567L17.1006 21.4437L16.2791 24.558L19.4241 23.7446L30.6201 12.6576Z' fill='white'/%3E%3Cpath d='M30.454 27.4068C30.8133 24.3643 30.9277 21.3005 30.797 18.2444C30.7907 18.0981 30.8463 17.9557 30.9509 17.8521L32.2433 16.5723C32.4022 16.4149 32.6738 16.5148 32.6886 16.7368C32.9317 20.3678 32.8395 24.0152 32.4122 27.6336C32.1013 30.2661 29.9663 32.3291 27.3217 32.6218C22.7653 33.1261 18.0555 33.1261 13.4991 32.6218C10.8545 32.3291 8.71956 30.2661 8.40864 27.6336C7.86379 23.0205 7.86379 18.3602 8.40864 13.747C8.71956 11.1145 10.8545 9.05152 13.4991 8.75883C16.9556 8.37628 20.5004 8.28394 23.9995 8.48179C24.225 8.49454 24.3278 8.76477 24.1681 8.92294L22.8635 10.2148C22.7601 10.3172 22.6182 10.3723 22.472 10.3674C19.5457 10.2696 16.5994 10.3802 13.7181 10.6991C11.9699 10.8926 10.5694 12.2587 10.3669 13.9738C9.83979 18.4363 9.83979 22.9444 10.3669 27.4068C10.5694 29.1219 11.9699 30.488 13.7181 30.6815C18.1289 31.1697 22.6919 31.1697 27.1027 30.6815C28.851 30.488 30.2514 29.1219 30.454 27.4068Z' fill='white'/%3E%3C/svg%3E%0A");
}*/

/*.active .icon.contact {
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M32.8376 12.1205C33.0902 12.4994 33.0481 13.0143 32.7113 13.3478L20.6291 25.3124C20.5052 25.435 20.3506 25.5228 20.1811 25.5666L15.1492 26.8682C14.9851 26.9106 14.8159 26.9098 14.6569 26.8697C14.4879 26.8271 14.3305 26.7402 14.203 26.6139C13.9555 26.3689 13.8578 26.0123 13.9463 25.677L15.2606 20.694C15.2994 20.5472 15.3721 20.4022 15.4726 20.2884L27.5996 8.28592C27.7057 8.1808 27.8336 8.10212 27.9728 8.05419C28.0759 8.01864 28.1853 8 28.2966 8C28.5581 8 28.8088 8.10285 28.9937 8.28592L32.7113 11.9673C32.7594 12.015 32.8015 12.0663 32.8376 12.1205ZM30.6201 12.6576L28.2966 10.3567L17.1006 21.4437L16.2791 24.558L19.4241 23.7446L30.6201 12.6576Z' fill='%23142D5E'/%3E%3Cpath d='M30.454 27.4068C30.8133 24.3643 30.9277 21.3005 30.797 18.2444C30.7907 18.0981 30.8463 17.9557 30.9509 17.8521L32.2433 16.5723C32.4022 16.4149 32.6738 16.5148 32.6886 16.7368C32.9317 20.3678 32.8395 24.0152 32.4122 27.6336C32.1013 30.2661 29.9663 32.3291 27.3217 32.6218C22.7653 33.1261 18.0555 33.1261 13.4991 32.6218C10.8545 32.3291 8.71956 30.2661 8.40864 27.6336C7.86379 23.0205 7.86379 18.3602 8.40864 13.747C8.71956 11.1145 10.8545 9.05152 13.4991 8.75883C16.9556 8.37628 20.5004 8.28394 23.9995 8.48179C24.225 8.49454 24.3278 8.76477 24.1681 8.92294L22.8635 10.2148C22.7601 10.3172 22.6182 10.3723 22.472 10.3674C19.5457 10.2696 16.5994 10.3802 13.7181 10.6991C11.9699 10.8926 10.5694 12.2587 10.3669 13.9738C9.83979 18.4363 9.83979 22.9444 10.3669 27.4068C10.5694 29.1219 11.9699 30.488 13.7181 30.6815C18.1289 31.1697 22.6919 31.1697 27.1027 30.6815C28.851 30.488 30.2514 29.1219 30.454 27.4068Z' fill='%23142D5E'/%3E%3C/svg%3E%0A");
}*/

/*.icon.mentions-legales {
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32.4657 20.1052H32.0439L28.5009 10.3323H29.0633C29.7663 10.3323 29.7663 9.3007 29.0633 9.3007H20.5431V7.50901C20.5431 6.83033 19.4745 6.83033 19.4745 7.50901V9.3007H10.9824C10.2794 9.3007 10.2794 10.3323 10.9824 10.3323H11.5167L8.00176 20.1052H7.55185C7.41125 20.1052 7.27065 20.1595 7.15818 20.2681C6.51143 20.9196 7.7768 25.6975 12.2759 25.6975C17.0281 25.6975 18.4622 20.1052 17 20.1052H16.5782L13.0352 10.3323H19.4745V28.8194H12.4728C12.1634 28.8194 11.9385 29.0637 11.9385 29.3352V32.4842C11.9385 32.7828 12.1916 33 12.4728 33H27.5448C27.8541 33 28.0791 32.7557 28.0791 32.4842V29.3623C28.0791 29.0637 27.826 28.8465 27.5448 28.8465H20.5431V10.3323H26.9824L23.4675 20.1052C23.1019 20.1052 22.877 20.0509 22.652 20.2681C21.9772 20.9196 23.2425 25.6975 27.7417 25.6975C30.6661 25.6975 33 23.4171 33 20.621C33 20.3495 32.775 20.1052 32.4657 20.1052ZM8.14236 21.1368H8.39543C11.4605 21.1368 13.3726 21.1368 16.4376 21.1368C15.7909 25.8332 8.76099 25.7518 8.14236 21.1368ZM9.12654 20.1052L12.2759 11.391L15.4253 20.1052H9.12654ZM27.0105 31.9413H13.007V29.851H27.0105V31.9413ZM27.7417 11.391L30.891 20.1052H24.5923L27.7417 11.391ZM23.6081 21.1368C26.5606 21.1368 29.0352 21.1368 31.9033 21.1368C31.2847 25.8332 24.2267 25.7518 23.6081 21.1368Z' fill='white'/%3E%3C/svg%3E%0A");
}

.active .icon.mentions-legales {
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32.4657 20.1052H32.0439L28.5009 10.3323H29.0633C29.7663 10.3323 29.7663 9.3007 29.0633 9.3007H20.5431V7.50901C20.5431 6.83033 19.4745 6.83033 19.4745 7.50901V9.3007H10.9824C10.2794 9.3007 10.2794 10.3323 10.9824 10.3323H11.5167L8.00176 20.1052H7.55185C7.41125 20.1052 7.27065 20.1595 7.15818 20.2681C6.51143 20.9196 7.7768 25.6975 12.2759 25.6975C17.0281 25.6975 18.4622 20.1052 17 20.1052H16.5782L13.0352 10.3323H19.4745V28.8194H12.4728C12.1634 28.8194 11.9385 29.0637 11.9385 29.3352V32.4842C11.9385 32.7828 12.1916 33 12.4728 33H27.5448C27.8541 33 28.0791 32.7557 28.0791 32.4842V29.3623C28.0791 29.0637 27.826 28.8465 27.5448 28.8465H20.5431V10.3323H26.9824L23.4675 20.1052C23.1019 20.1052 22.877 20.0509 22.652 20.2681C21.9772 20.9196 23.2425 25.6975 27.7417 25.6975C30.6661 25.6975 33 23.4171 33 20.621C33 20.3495 32.775 20.1052 32.4657 20.1052ZM8.14236 21.1368H8.39543C11.4605 21.1368 13.3726 21.1368 16.4376 21.1368C15.7909 25.8332 8.76099 25.7518 8.14236 21.1368ZM9.12654 20.1052L12.2759 11.391L15.4253 20.1052H9.12654ZM27.0105 31.9413H13.007V29.851H27.0105V31.9413ZM27.7417 11.391L30.891 20.1052H24.5923L27.7417 11.391ZM23.6081 21.1368C26.5606 21.1368 29.0352 21.1368 31.9033 21.1368C31.2847 25.8332 24.2267 25.7518 23.6081 21.1368Z' fill='%23142D5E'/%3E%3C/svg%3E%0A");
}*/
