/* ===== ACTUS SLIDER UNIQUEMENT ===== */
.blc.actu { background: none; box-shadow: none; padding: 0 0 5rem 0;}
.news-wrapper {position: relative; padding-bottom: 5rem;padding-top: 0 !important;}
.news-header {padding:1.5rem 2rem;}
/*.news-header h2 a {color:#0a58ff;font-weight:700; text-decoration:none;}*/
.news-card {position: relative;background:#fff;border-radius:12px;overflow:hidden;height:100%;}

.news-media.no-image {background: #fff;min-height: 40px;}
.news-media {position:relative;overflow:hidden;border-radius:12px 12px 0 0;margin:0;background: #fff;}
.news-media img {width:100%;height:220px;object-fit:cover;transition:transform .4s ease;}
.news-media:hover img {transform:scale(1.1);}
.news-badge {position:absolute;top:-5px;left:17px;background:#fff;color:#3e439b;padding:6px 14px;border-radius:20px;font-size:13px;font-weight:600;display:flex;align-items:center;gap:6px;z-index: 2;border-radius: 0 0 8px 8px;border-top: 3px solid #3e439b;text-decoration: none; font-family: 'roboto-regular';}
.news-media.video::before {content: "";position: absolute;top: 50%;left: 50%;width: 80px;height: 80px;background: url('../images/actus/play.svg') no-repeat center center;background-size: contain;transform: translate(-50%, -50%);z-index: 1;}
.news-content {padding:15px;}
.news-content h3 {font-size:14px;font-weight:700;margin: 0;text-align: start;color: #000;}
.news-content a {color: #3e439b;font-weight:900;display:block;text-decoration:none;margin: 0;font-size: 15px;}
.news-date,.news-tag {color: #7D7B7B;font-size: 14px;font-weight: 400;line-height: normal;}
#actus_slide {display:block; overflow: visible;}
#actus_slide .slick-list{padding-top: 5px;}
#actus_slide .slick-track {display:flex; overflow: visible;}
#actus_slide .slick-slide {height: auto;margin: 0 15px; overflow: visible;}
#actus_slide .slick-dots {list-style: none !important;padding: 0;margin: 0;}
#actus_slide .slick-dots li {list-style: none !important;}
#actus_slide .slick-dots {position:absolute;left:50%;bottom:-40px;transform:translateX(-50%);display:flex !important;gap:10px;}
#actus_slide .slick-dots li {margin:0;}
#actus_slide .slick-dots li button {width:12px;height:12px;border-radius:50%;background:transparent;border:2px solid #cfcfcf;padding:0;font-size:0;cursor:pointer;}
#actus_slide .slick-dots li.slick-active button{background:#3e439b;border-color:#3e439b;}
.custom-arrow {position:absolute;top:50%;width:100%;transform:translateY(-50%);pointer-events:none;}
.custom-arrow .arrow {width: 2.75rem;height: 2.75rem;pointer-events:auto;position: absolute;font-size: 0;cursor: pointer;background: transparent center / 0.6rem 1.5rem no-repeat;border: 0;}
.custom-arrow .arrow.my-custom-next {background-image: url('../images/actus/ar-r-blue.svg');right:-55px;}
.custom-arrow .arrow.my-custom-prev {background-image: url('../images/actus/ar-l-blue.svg');left:-55px;}

/* ===== LASTEST ACTUS ===== */
.latest-news {max-width:1100px;margin:auto;display: flex;flex-direction: column;gap: 40px;}
.latest-news h2 {margin: 0px;}
.latest-news h3 {margin: 0;font-size: 14px;color: #000;font-weight: 700;text-align: start;}
.latest-news img {width:100%;object-fit:cover;display:block; transition: .3s all ease-in;}
.latest-news .title {color: #3e439b;text-decoration: none;font-weight: 900;}
.latest-news .date, .latest-news .tags {color: #7D7B7B;font-size: 14px;font-weight: 400;line-height: normal;}
.latest-news .card, .news-detail .card-block {display:flex;position:relative;background:#fff;border-radius:8px;overflow:visible; transition: background 0.3s ease, box-shadow 0.3s ease, border-radius 0.3s ease;}
.latest-news .card:hover {border-radius: 8px;box-shadow: 4px 4px 0 0 #3e439b;transition: all 0.3s ease;}

.latest-news .media {position:relative;overflow:hidden;margin:0;padding:0;}
.latest-news .card:hover img {transform:scale(1.2);}
.latest-news .media.video::before {content: "";position: absolute;top: 50%;left: 50%;width: 80px;height: 80px;background: url('../images/actus/play.svg') no-repeat center center;background-size: contain;transform: translate(-50%, -50%);z-index: 1;}
.latest-news .badge,.news-detail .badge {display:flex;padding: 5px 10px;align-items: center;gap: 7px;position: absolute;border-radius: 0 0 10px 10px;border-top: 2px solid #3e439b;background: #F8F8F8;color: #05479D;font-size: 14px;font-style: normal;font-weight: 500;text-decoration:none;z-index:3;}

/* ===== ROW 3 CARDS ===== */
.latest-news .nrow img { height: 100%; }
.latest-news .nrow {display:flex;flex-direction:column;gap:40px;margin: 0;}
.latest-news .nrow .title { font-size: 20px; }
.latest-news .nrow .media {width:42%;border-radius: 8px 0 0 8px; background-repeat: no-repeat; background-size:auto 100%; background-position: center; transition: .3s all ease-in; background-color: #000} 
.latest-news .nrow .card:hover .media{background-size: auto 120%;}
.latest-news .nrow .badge {top: -6px;left: 40px;}
.latest-news .nrow .media .link-block {position:absolute;inset:0;z-index:2;}
.latest-news .nrow .content {flex:1;padding: 30px 40px 15px 40px;}
.latest-news .nrow .card.no-image {flex-direction:column;}
.latest-news .nrow .card.no-image .media {display:none;}

/* ===== GRID 3 CARDS ===== */
.latest-news .ngrid img { height: 220px; }
.latest-news .ngrid {display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin: 0;}
.latest-news .ngrid .title { font-size: 16px; }
.latest-news .ngrid .card {flex-direction: column;overflow:visible;height:100%;}
.latest-news .ngrid .badge {top: -6px;left: 17px;}
.latest-news .ngrid .media {border-radius: 12px 12px 0 0;}
.latest-news .ngrid .content {padding:15px;}

/* ===== ICON ===== */
.icon {width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-position:center;background-size:contain;}
.icon-opportunites{ background-image:url('../images/actus/work_outline.svg'); }
.icon-programmazione{ background-image:url('../images/actus/access_time.svg'); }
.icon-workshop-incontri{ background-image:url('../images/actus/campaign.svg'); }
.icon-lavoro-estero{background-image:url('../images/actus/event.svg');}

.icon-nomination{background-image:url('../images/actus/event.svg');}
.icon-information{ background-image:url('../images/actus/info.svg'); }
.icon-share{background-image:url('../images/actus/share.svg');}
.icon-link{background-image:url('../images/actus/insert_link.svg');}
.icon-arrow-outward{background-image:url('../images/actus/arrow_outward.svg');}
.icon-download{background-image:url('../images/actus/file_download.svg');}

/* ===== UTILS ===== */
.flex { display:flex !important; }
.flex.column { flex-direction:column; }
.gap-20 { gap: 20px; }
.d-none { display:none !important; }
.no-padding { padding:0 !important; }
.pt-44 { padding-top: 44px !important; }
.link-block, .card-blok{display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;}

@media(max-width:768px){
    .latest-news .row .card{
        flex-direction:column;
    }
    .latest-news .row .media{
        width:100%;
        height:220px;
    }
}
@media (max-width: 1024px){
    .news-card{
        width: 48%;
    }
}

@media (max-width: 600px){
    .news-slider{
        flex-direction: column;
    }

    .news-card{
        width: 100%;
    }
}

/* ===== FILTER ===== */
.news-filter { display: flex;flex-direction: column;gap: 20px; }
.news-categories {display: flex;position: relative;gap: 8px;}
.categories-track {display: flex;gap: 3px;padding: 4px 0;overflow-x: auto;scroll-behavior: smooth;scrollbar-width: none;}
.categories-track::-webkit-scrollbar {display: none;}
.cat {flex-shrink: 0;padding: 8px 18px;font-size: 14px;border-radius: 999px;border: 1px solid #e3e6ea;background: #fff;color: #111;cursor: pointer;white-space: nowrap;transition: all .2s ease;}
.cat.active, .cat:hover {color: #3e439b;border-color: #3e439b;box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);}
.arrow-wraper {position: absolute;top: -8px;width: 120px;height: 60px;border-radius: 50%;}
.arrow-wraper.left {left: 0px;border-radius: 0 50% 50% 0;background: linear-gradient( to right, #f4f4f4 26%, #f4f4f4 50%, rgba(244,244,244,0.85) 55%, rgba(244,244,244,0.45) 75%, rgba(244,244,244,0) 100% );}
.arrow-wraper.right {right: 0px;border-radius: 50% 0 0 50%;background: linear-gradient(to left,#f4f4f4 26%,#f4f4f4 50%,rgba(244,244,244,0.85) 55%,rgba(244,244,244,0.45) 75%,rgba(244,244,244,0) 100%);}
.nav-arrow {position: absolute;top: 10px;border-radius: 20px;border: 1px solid #e3e6ea;padding: 18px 24px;background-color: #fff;background-repeat: no-repeat;background-position: center;background-size: 16px 16px;cursor: pointer;transition: opacity .25s ease;}
.nav-arrow:hover {box-shadow: 0 4px 12px rgba(0,0,0,.08);}
.arrow-wraper.hidden {opacity: 0;pointer-events: none;}
.nav-arrow.nleft {left: 0px;background-image: url("../images/actus/ar-l-blue.svg");}
.nav-arrow.nright {right: 0px;background-image: url("../images/actus/ar-r-blue.svg");}

.search-icon {position: absolute;left: 16px;width: 24px;height: 24px;background-image: url("../images/actus/manage_search.svg");background-repeat: no-repeat;background-position: center;background-size: contain;opacity: 0.7;}
.filter-icon {width: 24px;height: 24px;background-image: url("../images/actus/tune.svg");background-repeat: no-repeat;background-position: center;background-size: contain;}

.news-search-bar {display: flex;align-items: center;justify-content: space-between;}
.news-search-bar.is-hidden {display: none;}

.search-input-wrapper {position: relative;border-radius: 10px;border: 1px solid #D4CFCF;background: #FFF;display: flex;align-items: center;padding-left: 44px;width: 60%}

.search-input {width: 100%;height: 100%;border: none;outline: none;background: transparent;font-size: 14px;color: #333;}
.search-input::placeholder { color: #9aa0a6;}
.search-submit {position:relative;border-radius: 0 10px 10px 0;background: #3e439b;color: #fff;font-size: 14px;cursor: pointer;transition: background .2s ease;display: flex;padding: 15px 25px;justify-content: center;align-items: center;gap: 10px;border: none;}
.search-submit:hover {background: #4f689d;}

.search-submit.disabled,.search-submit.disabled:hover { background: #CED4DD; }

.search-filter {display: flex;align-items: center;gap: 8px;background: transparent;border: none;font-size: 14px;font-weight: 700;color: #3e439b;cursor: pointer;}
.search-filter .nombretotal { 
    color: #F73241;
    font-weight: 700;
 }
.filtering a.region::before {background-image: url('../images/actus/place.svg'); }
.filtering a.secteur::before {background-image: url('../images/actus/Vector.svg'); }
.filtering a::before {content: '';position: absolute;display: block;width: 26px;height: 26px;background-repeat: no-repeat;background-position: left center;left: 2rem;top: 0;bottom: 0;margin: auto;}

.filtering a.selected, .filtering a:hover { background: #B8D4FF; }

.filter-cancel {width: 1.5rem;height: 1.5rem;background-image: url('../images/actus/cancel.svg');background-size: 1.5rem;background-repeat: no-repeat;display: block;position: absolute;right: 2px;top: 2px;}

.filters-panel {position: relative;display: none;padding: 27px 28px;flex-direction: column;align-items: flex-start;gap: 30px;border-radius: 8px;background: #FFF;box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.10);}
.filters-panel.is-open {display: flex;}
.filters-tabs {display: flex;gap: 60px;}
.filters-tabs ul {margin: 0;padding: 0;}
.filters-tabs ul li {list-style: none;}
.filters-tabs .filtering {display: flex;flex-direction: column;gap: 16px;width: 35%}
.filters-tabs .filtering a {display: block;position: relative;padding: .7rem 2rem .7rem 4rem;text-decoration: none;color: #3A3A3A;font-size: 16px;border-radius: 5px;border: 1px solid #D4CFCF;}
.filters-tabs .filtering a .nombre { color: #F73241; }
.filter-foot {display: flex;gap: 26px;justify-content: end;}

.filter-criteres-content {display: flex;flex-direction: column;gap: 30px;width: 100%;}
.filter-criteres-content ul li {display: inline-block;padding: 9px 7px;color: #7D7B7B;}
.filter-criteres-content label {transition: .3s all ease-in;}

.input-check-label {display: none;}
.ckeck-cls-label:before { content:none !important; }

.ckeck-cls-label {cursor: pointer;}
.filters-panel .ckeck-cls-label:hover {color: #3e439b;}
.filters-panel.visible { display:flex; }

a.btx {color: #3A3A3A;text-decoration: none;text-align: center;font-size: 14px;transition: .3s all ease-in; width: fit-content;}
.btx {position: relative;display: flex;justify-content: center;align-items: center;gap: 10px;padding: 10px 25px;border: none;cursor: pointer;border-radius: 8px;box-shadow: 0px 2px 14px 2px rgba(58, 58, 58, 0.04);}
.btx.btx-dashed {border-radius: 8px;border: 1px dashed #3A3A3A;}

.all-checked, .hover-1:hover {background:#B8D4FF;}


#search-result {
    position: relative;
    display: flex;
    gap: 40px;
    flex-direction: column;
}

.actu-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin: 20px 0;
}
.actu-pagination a {
    display: inline-block;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}
.actu-pagination a.active {
    background-color: #3e439b;
    color: #fff;
    pointer-events: none;
    font-weight: 700;
}
.actu-pagination a:hover:not(.active) {
    background-color: #f0f0f0;
}
.actu-pagination .dots {
    display: inline-block;
    padding: 8px 12px;
    color: #999;
}

.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.5);
    z-index: 999;
    border-radius: 8px;
    backdrop-filter: blur(6px);
}

.loading-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(100deg, rgba(255, 255, 255, 0.3) 20%, rgba(230, 230, 230, 0.5) 50%, rgba(255, 255, 255, 0.3) 80%);
    background-size: 400% 100%;
    animation: skeleton-loading 2.8s ease-in-out infinite;
    border-radius: 8px;
    opacity: 0.85;
}

@keyframes skeleton-loading {
    0% { background-position: -150% 0; opacity: 0.7; }
    50% { background-position: 50% 0; opacity: 0.85; }
    100% { background-position: 150% 0; opacity: 0.7; }
}

#loading {
    position: absolute;
    width: 24px;
    height: 24px;
    border: 3px solid #3e439b;
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    right: -3rem;
}



@keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}

.news-detail {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.news-detail .card-block {
    padding: 50px 30px 30px 30px;
}
    
.news-detail .badge {
    top: -6px;
    left: 30px;
}

.news-detail .content-block {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
}


.news-detail .titles {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.news-detail .titles span:first-child {
    color: #000;
    font-size: 16px;
    font-weight: 700;
}
.news-detail .titles span:last-child {
    color: #3e439b;
    font-size: 30px;
    font-weight: 900;
}
.news-detail .meta {
    display: flex;
    justify-content: space-between;
}
.news-detail .meta .secteur {
    display: flex;
    flex-direction: column;
    gap: 15px;
    color: #7D7B7B;
}

.news-detail .meta .share {
    color: #0267FF;
    font-weight: 700;
    display: flex;
    text-decoration: none;
}

.news-detail .actu-pic {
    margin: 0;
}

.news-detail .actu-pic img{
    border-radius: 10px;
}

.news-detail .close {
    width: 1.5rem;
    height: 1.5rem;
    background-image: url('../images/actus/close.svg');
    background-size: 1.5rem;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.news-detail .motcle {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.news-detail .motcle span {
    display: inline-block;
    padding: 3px 8px;
    text-transform: capitalize;
    white-space: nowrap;
    text-align: center;
    margin: 0;
}

.news-detail .motcle span a:hover {
    color: #0267ff;
}

.news-detail .motcle span a{
    text-decoration: none;
    color: #3A3A3A;
}

.news-detail .latest-news { margin-bottom:5rem; }

.news-detail .tag-main a::after {
    width: 1rem;
    height: 1rem;
    display: block;
    content: '+';
    position: absolute;
    top: 6px;
    z-index: 777;
    font-size: 1.25rem;
    padding-left: .2rem;
    cursor: pointer;
}

.news-detail .tag-main a.minus::after {
  content: "-";
}

.news-detail .tag-main {
    font-size: 12px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 8px 0;
    line-height: 17.6px;
    letter-spacing: 0.48px;
    text-transform: uppercase;
}

.news-detail .tag-lists {
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transform: translateY(-10px);
    transition: opacity 0.5s ease-out, height 0.5s ease-out, transform 0.5s ease-out;
}

.news-detail .tag-lists.active {
    opacity: 1;
    max-height: 500px;
    transform: translateY(0);
}

.wysiwyg-content {
    font-family: poppins-regular, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #222;
}

.wysiwyg-content p {
    margin: 0 0 1rem;
}

.wysiwyg-content strong,
.wysiwyg-content b {
    font-family: poppins-medium;
    font-weight: 600;
}

.wysiwyg-content em,
.wysiwyg-content i {
    font-style: italic;
}

.wysiwyg-content h1,
.wysiwyg-content h2,
.wysiwyg-content h3,
.wysiwyg-content h4,
.wysiwyg-content h5,
.wysiwyg-content h6 {
    margin: 1.25rem 0 0.75rem;
    font-family: poppins-semibold;
    font-weight: 600;
    line-height: 1.3;
    margin: 0; text-align: start
}

.wysiwyg-content ul,
.wysiwyg-content ol {
    margin: 0 0 1rem;
    padding-left: 1.25rem;
    font-size: 14px;
}

.wysiwyg-content ul {
    list-style: disc outside;
}

.wysiwyg-content ol {
    list-style: decimal outside;
}

.wysiwyg-content li {
    margin-bottom: 0.4rem;
}

.wysiwyg-content a {
    color: #0267FF;
    text-decoration: underline;
}

.wysiwyg-content a:hover {
    text-decoration: none;
}

.wysiwyg-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1rem 0;
    border-radius: 4px;
}

.wysiwyg-content blockquote {
    margin: 1.25rem 0;
    padding: 0.75rem 1rem;
    border-left: 4px solid #0267FF;
    background: #F5F8FF;
    font-style: italic;
}

.wysiwyg-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
}

.wysiwyg-content th,
.wysiwyg-content td {
    border: 1px solid #ddd;
    padding: 0.5rem;
    text-align: left;
}

.wysiwyg-content th {
    background: #f2f2f2;
    font-weight: 600;
}


.video-js {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.video-js .vjs-big-play-button {
    width: 72px !important;
    height: 72px !important;
    line-height: 72px !important;
    border-radius: 50% !important;
    background: rgba(0, 0, 0, 0.5) !important;
    border: none !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    cursor: pointer !important;
    box-shadow: none !important;
    font-size: 3rem !important;
}

.video-js:hover .vjs-big-play-button {
    background: rgba(0, 0, 0, 0.7) !important;
}

.card-blue {
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 5px;
    background: rgba(8, 104, 248, 0.09);
}

.card-blue h3 {
    margin: 0;
    display: flex;
    gap: 8px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

.card-blue ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.card-blue ul li {
    display: flex;
    align-items: center;
    gap: 7px;
    border-bottom: 1px solid #0267FF;
    padding: 10px 0 10px 0;
}

.card-blue ul li:last-child {
    border-bottom: none;
}

.card-blue a {
    text-decoration: none;
    color: #3A3A3A;
}

.card-blue a:hover {
    color: #0267FF;
}


.card-blue .btx-download {
    border-radius: 5px;
    border-bottom: 1px solid #0267FF;
    background: #0267FF;
    display: flex;
    padding: 10px 25px;
    align-items: center;
    gap: 10px;
    color: #fff;
}

.share-wrapper {
    position: relative;
    display: inline-block;
}

.share-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    background: none;
    border: none;
    color: #3e439b;
    font-weight: 600;
}

.share-menu {
    position: absolute;
    top: 45%;
    right: 0;
    min-width: 180px;
    display: flex;
    flex-direction: column;
    padding: 12px;
    gap: 8px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: all 0.25s ease;
}

.share-wrapper.active .share-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 2;
}

.share-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 8px;
    border: none;
    background: none;
    cursor: pointer;
    text-decoration: none;
    color: #000;
    border-radius: 6px;
    transition: background 0.2s ease;
}

.share-item:hover {
    background: #f2f2f2;
}

.share-item i {
    width: 18px;
    text-align: center;
    font-size: 16px;
}

.share-item:hover .fa-facebook-f {
    color: #1877F2;
}

.share-item:hover .fa-linkedin-in {
    color: #0A66C2;
}

.share-item:hover .fa-twitter {
    color: #1DA1F2;
}

.share-item:hover .fa-envelope {
    color: #EA4335;
}

.all_content {overflow: hidden;}
.news-wrapper:after {
    display: block; position: absolute; content: ''; width: calc(300%); height: 100%; background: #f4f4f4; z-index: -1; left: -100%; top: 0;
}

.xblc.sector.no-border::before {
    background: none !important;
}

