/************header*************/
.site-header .header-top{
    /* background-color: linear-gradient(90deg, #13714C 0%, #3AB67D 79.33%); */
    background-color: #13714C;
}
div .header-top{
    background-color: #13714C;
}
.site-header ul{
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;

}
.site-header .header-top ul li a,
.site-footer ul li a{
    color: #fff;
    text-decoration: none;
}
.site-header .header-lang{
    position: relative;
    cursor: pointer;
}
.site-header .header-lang .submenu-lang{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100px;
    display: none;
    padding-top: 8px;
    border-radius: 5px;
}
.site-header .header-lang:hover .submenu-lang{
    display: block;
    z-index: 2;
}
.site-header .header-lang .submenu-lang ul{
    background-color: #fff;
    display: block;
    box-shadow: 0px 0px 3px 0px #00000040;
    border-radius: 10px;
    width: 100%;
}
.site-header .header-lang .submenu-lang ul li a:hover{
    color: var(--d-green-color);
}
.site-header .header-topLeft ul li,
.site-header .header-topLeft ul li a,
.site-footer  .footer-menu ul li{
    display: flex;
    align-items: center;
    gap: 5px;
}
.site-header .header-topLeft ul li a::before,
.site-footer  .footer-menu ul li.email::before,
.site-footer  .footer-menu ul li.phone::before{
    content: '';
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
}
.site-header .header-topLeft ul li.email a::before,
.site-footer  .footer-menu ul li.email::before{
    background-image: url('../img/icon-message.svg');
}
.site-header .header-topLeft ul li.phone a::before{
    background-image: url('../img/icon-phone.svg');
}
.site-header .header-topLeft ul li a{
    padding: 6px;
}
.site-header .header-topLeft ul{
    gap: 15px;
}
.site-header .header-top ul li a{
    font-weight: 300;
}
.site-header .header-lang{
    padding-left: 30px;
    background: url('../img/icon-global.svg') no-repeat left center;
    background-size: contain;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
}
.site-header .header-lang::after{
    content: "";
    background: url('../img/icon-arrow-down.svg') no-repeat left center;
    background-size: contain;
    width: 15px;
    height: 15px;
    display: block;
}
.site-header .header-lang ul li a{
    color: var(--black-color);
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 500;
}
.site-header .main-nav {
    position: relative;
}
.site-header .main-nav ul li .megamenu{
    display: none;
    position: absolute;
    top: calc(100% - 10px);
    padding-top: 20px;
    z-index: 5;
    width: calc(100% + 200px);
    left: -90px;
}
.site-header .main-nav ul li:hover > .megamenu{
    display: block;
}
.site-header .main-nav ul li .megamenu .megamenu-content{
    background-color: var(--white-color);
    color: var(--black-color);
    padding: 50px 25px;
    color: var(--black-color);
    display: flex;
    flex-wrap: wrap;
}
.site-header .main-nav  .megamenu .megamenu-content .col-1{
    flex: 0 0 30%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.site-header .main-nav  .megamenu .megamenu-content .col-1 p{
    margin: 0;
    font-weight: 300;
    font-size: 13px;
    text-align: justify;
}
.site-header .main-nav  .megamenu .megamenu-content .col-submenu{
    flex: 0 0 70%;
    padding-left: 10%;
}
.site-header .main-nav  .megamenu .megamenu-content .col-submenu ul{
    flex-wrap: wrap;
    gap: 30px;
}
.site-header .main-nav  .megamenu .megamenu-content .col-submenu ul li{
    flex: 0 0 calc(50% - 15px);
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 16px;
}
.site-header .main-nav  .megamenu .megamenu-content .col-submenu ul li p{
    font-size: 10px;
    font-weight: 200;
    margin: 0;
}
.site-header .main-nav  .megamenu .megamenu-content .btn-discover{
    display: inline-flex;
    gap: 5px;
    align-items: center;
    padding: 6px 8px;
    border: 1px solid rgba(19, 113, 75, 0.3);
    font-weight: 300;
    font-size: 13px;
    color: var(--d-green-color);
    text-decoration: none;
}
.site-header .main-nav  .megamenu .megamenu-content .btn-discover:hover{
    background-color: var(--black-color);
    color: var(--white-color);
    padding: 6px 15px;
}
.site-header .main-nav  .megamenu .megamenu-content .btn-discover:hover::after{
    display: none;
}
.site-header .main-nav  .megamenu .megamenu-content .btn-discover::after{
    width: 12px;
    height: 10px;
    background: url('../img/icon-arrow-right.svg') no-repeat center transparent;
    content: "";
    display: block;
}
.site-header .main-nav  .megamenu .megamenu-content  ul li a,
.site-header .main-nav  .megamenu .megamenu-content h3,
.site-header .main-nav  .megamenu .megamenu-content h3 a{
    color: var(--d-green-color);
    text-decoration: none;
}
.site-header .main-nav  .megamenu .megamenu-content h3{
    font-size: 32px;
    font-weight: 500;
}
.site-header .logo  a,
.site-footer .logo a{
    font-weight: 700;
    font-size: 36px;
    font-weight: 700;
    text-decoration: none;
}
.site-header .logo ,
.site-footer .logo {
    max-width: 100px;
}
.site-header .logo  a{
    font-weight: 800;
    color: var(--d-green-color);

}
.site-header .main-nav ul{
    gap: 22px;
}
.site-header .main-nav ul li a{
    font-size: 16px;
    font-weight: 400;
    color: var(--black-color);
    text-decoration: none;
    display: flex;
    gap: 5px;
    align-items: center;
}
.site-header .main-nav > ul > li.active-menu > a,
.site-header .main-nav > ul > li:hover > a{
    color: var(--d-green-color);
}
.site-header .main-nav  ul li.has-children > a::after{
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url('../img/icon-caret-down.svg') no-repeat center center transparent;
    background-size: contain;
}
.site-header .header-other-links a{
    text-decoration: none;
    padding: 8px 12px;
    display: flex;
    gap: 10px;
    color: var(--white-color);
    border-radius: 3px;
    background-color: var(--d-green-color);
}
.site-header .header-other-links a:hover{
    background-color: var(--black-color);
}
.site-header .nav-socials,
.site-footer .nav-socials{
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
    list-style: none;
}
.site-header .nav-socials li a,
.site-footer .nav-socials li a{
    display: block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.site-header .nav-socials li a:hover,
.site-footer .nav-socials li a:hover,
.site-header .header-topLeft ul li:hover a,
.site-footer .footer-menu ul li a:hover{
    opacity: 0.6;
}
.site-header .nav-socials li.social-facebook a,
.site-footer .nav-socials li.social-facebook a{
    background-image: url('../img/icon-social-facebook.svg');
}
.site-header .nav-socials li.social-twitter a,
.site-footer .nav-socials li.social-twitter a{
    background-image: url('../img/icon-social-x.svg');
}
.site-header .nav-socials li.social-youtube a,
.site-footer .nav-socials li.social-youtube a{
    background-image: url('../img/icon-social-youtube.svg');
}
.site-header .nav-socials li.social-linkedin a,
.site-footer .nav-socials li.social-linkedin a{
    background-image: url('../img/icon-social-linkedin.svg');

}.site-header .nav-socials li.social-instagram a,
.site-footer .nav-socials li.social-instagram a{
    background-image: url('../img/icon-social-instagram.svg');
}
.site-header .menu-mobile a {
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: end;
    align-items: end;
}
.site-header .menu-mobile i {
    display: block;
    height: 5px;
    background-color: var(--d-green-color);
    width: 40px;
}
.site-header .menu-mobile i:nth-child(2) {
    width: 30px;
}
/************Footer*************/
.site-footer .logo a,
.site-footer .footer-bottom p a{
    color: var(--white-color);
}
.site-footer .logo{
    padding-bottom: 15px;
}
.site-footer .footer-bottom{
    background-color: var(--black-color);
    color: var(--white-color);
}
.site-footer .footer-bottom p,
.site-footer .footer-bottom p a{
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}
.site-footer .footer-bottom p a:hover{
    text-decoration: underline;
}
.site-footer .footer-copyright ul li a:hover{
    font-weight: 500;
}
.site-footer .footer-copyright{
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    font-weight: 300;
    font-size: 16px;
}
.site-footer .footer-copyright ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.site-footer .footer-copyright ul li{
    padding-right: 8px;
    display: flex;
    align-items: center;
}
.site-footer .footer-copyright ul li::after{
    content: "";
    height: 13px;
    width: 1px;
    background-color: var(--white-color);
    margin-left: 10px;
}
.site-footer .footer-copyright ul li:last-child:after{
    display: none;
}
.site-footer .footer-menu ul{
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.site-footer .footer-menu ul li a{
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 5px;
    display: block;
}

.site-footer .footer-menu  h3{
    font-weight: 800;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 30px;
}
.site-footer .footer-logo > div{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.site-footer .footer-menu ul li.phone::before{
    background-image: url('../img/icon-footer-f.svg');
}
/************home*************/
.section-hero{
    position: relative;
    padding: 12rem 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.section-hero::after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(58, 182, 125, 0.54) 52.99%, rgba(58, 182, 125, 0.6) 75.69%);

}
.section-hero .hero-text{
    position: relative;
    z-index: 2;
    color: var(--white-color);
}
.section-hero .container{
    max-width: 722px;
}
.section-hero .hero-text h1{
    font-size: 36px;
    line-height: 56px;
    font-weight: 700;
}
.section-hero .hero-text h1 span{
    color: var(--p-red-color);
}
.section .video-wrapper {
  position: relative;
  width: 100%;
  max-width: 491px; 
  margin: auto;
  cursor: pointer;
  aspect-ratio: 16 / 9;
}
.section .video-thumbnail{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.section .video-thumbnail .play-icon{
    position: absolute;
    z-index: 1;
    width: 50px;
    height: 50px;
    left: calc(50% - 25px);
    background: url('../img/icon-play.svg') no-repeat center center transparent;
    background-size: contain;
    z-index: 2;
    top: calc(50% - 25px);
}
.section .video-thumbnail img{
    opacity: 0.9;
    height: 321px;
    object-fit: contain;
}
.section-about p{
    font-size: 15px;
    text-align: justify;
}
.section-about ul{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
}
.section-about ul li{
    position: relative;
    padding-left: 20px;
}
.section-about ul li::before{
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    background-color: var(--d-green-color);
    position: absolute;
    left: 0;
    top: 5px;
}
.section h2{
    color: var(--d-green-color);
    font-weight: 600;
    font-size: 36px;
}
.section-title h2,
.section-title p{
    margin: 0;
}
.section-title p{
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
}
.section-skills h3 a{
    text-decoration: none;
}
.section .btn{
    font-size: 16px;
    font-weight: 300;
}
.section-skills h3{
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 10px;
}
.section-skills h3 a:hover{
    color: var(--black-color);
}
.section-skills h3::after{
    display: block;
    content: '';
    height: 2px;
    border-radius: 2px;
    width: 99px;
    background-color: var(--d-green-color);
    margin-top: 5px;
}
.section-training .box-training .box-training-content{
    text-align: center;
    box-shadow: 0px 0px 3px 0px #00000040;
    padding: 29px 8px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-bottom: 2px solid transparent;
    border-radius: 5px;
    position: relative;
}
.section-training .box-training .box-icon img{
    margin: 0 auto;
}
.section-training .box-training h3{
    font-weight: 400;
    font-size: 20px;
}
.section-training .box-training .box-icon{
    padding: 14px 28px;
    margin: 0 auto;
    background: #3AB67D4D;
    
}
.section-training .box-training:hover .box-training-content{
    border-bottom-color: var(--d-green-color);
}
.section-training .box-training .box-training-content::after{
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 15px;
    top: 5px;
    background: url('../img/icon-arrowdownleft.svg') no-repeat center center transparent;
    background-size: contain;
}
.section-partners  .listing-partners a{
    display: flex;
    width: 200px;
    height: 200px;
    justify-content: center;
    align-items: center;
}
.section-partners  .listing-partners a img{
    margin: 0 auto;
}
.section-partners .slick-dots li,
.section-partners .slick-dots li button,
.section .slick-dots li,
.section .slick-dots li button{
    padding: 0;
}
.section-partners .slick-dots li.slick-active,
.section-partners .slick-dots li.slick-active button,
.slick-dots li.slick-active button:before,
.section .slick-dots li.slick-active,
.section .slick-dots li.slick-active button{
    width: 30px;
    height: 5px;
    padding: 0;
}
.section-partners .slick-dots{
    bottom: -40px;
}
.section-partners .slick-dots li.slick-active button::before,
.section .slick-dots li.slick-active button::before{
    content: '';
    background-color: var(--d-green-color);
    border-radius: 20px;
}
.section .box-know .box-know-content{
    border: 1px solid rgba(0, 0, 0, 0.7);
    background-color: var(--white-color);
    border-radius: 5px;
    height: 100%;
}
.section .box-know .box-know-content h3,
.section .box-know .box-know-content h3 a{
    font-size: 24px;
    font-weight: 600;
    color: var(--black-color);
    text-decoration: none;
}
.section .box-know .box-know-content:hover h3 a,
.section .box-know .box-know-content:hover h3{
    color: var(--d-green-color);
}
.section .box-know .box-know-content h3::after{
    content: '';
    display: block;
    margin-top: 10px;
    max-width: 148px;
    width: 100%;
    height: 3px;
    background-color: var(--d-green-color);
}
.section .box-know .box-know-content ul{
    margin: 20px 0  0;
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.section .box-know .box-know-content ul li{
    padding-left: 28px;
    position: relative;
    font-size: 12px;
}
.section .box-know .box-know-content ul li::before{
    content: '';
    width: 20px;
    height: 20px;
    background: url('../img/icon-checkcircle.svg') no-repeat center center transparent;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 2px;
    display: block;
}
.section .listing-features{
    list-style: none;
    flex-wrap: wrap;
}
.section .listing-features li{
    flex: 0 0 calc(50% - 0.5rem);
}
.section .listing-features li h3{
    font-weight: 600;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-left: 10px;
}
.section .listing-features li .icon-key{
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--white-color);
    border-radius: 50%;
}
.section .box-media .box-media-content{
    background-color: var(--white-color);
    border-radius: 10px;
    color: var(--black-color);
    position: relative;
    height: 100%;
}
.section .box-media .box-media-content h3{
    font-size: 16px;
}
.section .box-media .box-media-content p{
    color: rgba(0, 0, 0, 0.7);
    font-size: 13px;
}
.section .box-media .box-media-content .icon-media{
    margin: 0 auto;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 27px;

}
.breadcrumbs{
    padding: 10px 0;
}
.breadcrumbs ol{
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}
.breadcrumbs ol li{
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    line-height: 18px;
}
.breadcrumbs ol li::after{
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    background-color: var(--black-color);
    margin: 0 5px;
}
.breadcrumbs ol li:last-child:after{
    display: none;
}
.breadcrumbs ol li a{
    color: var(--black-color);
    text-decoration: none;
}
.breadcrumbs ol li a:hover{
    color: var(--d-green-color);
}
.breadcrumbs ol li span{
    color: var(--d-green-color);
}
.section-banner{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 9rem 0;
}
.section-banner h1{
    margin: 0;
    color: var(--white-color);
    font-size: 64px;
    text-align: center;
}
.section  .section-titleWithBtns p{
    font-weight: 200;
    text-align: justify;
}
.section .item-training h3 a,
.section .item-training h3,
.section .item-know h3 a,
.section .item-know h3{
    text-decoration: none;
    font-weight: 400;
    text-decoration: none;
    color: var(--d-green-color);
    font-size: 20px;
}
.section .item-training h3:hover a,
.section .item-know h3:hover a{
    color: var(--black-color);
}
.section .item-training h3,
.section .item-know h3{
    margin-bottom: 0;
}
.section .item-training .item-training-content,
.section .item-know .item-know-content{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.section .item-training .item-training-content ul,
.section .item-know .item-know-content ul{
    list-style: none;
    padding-left: 15px;
    border-left: 1px solid rgba(19, 113, 75, 0.5);
    display: flex;
    flex-direction: column;
    gap: 10px;
}
/*********tRaininig************/
.main-event .section:first-child,
.main-event .breadcrumbs + .section{
    border-top: 1px solid rgba(0, 0, 0, 0.2)
}
.section .status span{
    display: inline-block;
    padding: 6px 10px;
    border-radius: 12px;
    color: var(--white-color);
}
.section .status .status-completed{
    background-color: var(--p-red-color);
}
.section  .name-organization{
    font-size: 24px;
}
.section  .t-title{
    font-weight: 700;
    font-size: 36px;
}
.section  .training-desc p{
    font-weight: 200;
    text-align: justify;
}
.section .training-details span,
.section .event-details span{
    display: inline-block;
    font-size: 12px;
    border-radius: 5px;
    padding: 6px 10px;
    text-align: center;
    font-weight: 400;
}
.section .training-details span:first-child,
.section .event-details span:first-child{
    color: var(--white-color);
    background-color: var(--d-gray-color);
}
.section .training-period-time  span{
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    padding-left: 30px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}
.section .training-period-time  span.t-date{
    background-image: url('../img/icon-calendardots.svg');
}
.section .training-period-time  span.t-time{
    background-image: url('../img/icon-timer.svg');
}
.main-event .section .btn-register{
    display: inline-flex;
    padding: 16px 32px;
    font-weight: 400;
}
.main-event .section .t-price {
    color: var(--p-red-color);
    font-size: 20px;
    font-weight: 400;
}
.section .nav-tabs .nav-link{
    border: none transparent;
    border-bottom: 3px solid transparent;
    font-size: 16px;
    font-weight: 400;
    color: var(--black-color);
}
.section ul.nav-tabs{
    border: none;
}
.section ul.nav-tabs::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.2);
    top: 58px;
}
.section .nav-tabs .nav-link.active{
    border-bottom: 3px solid var(--d-green-color);
    color: var(--d-green-color);
}
.section .tab-content h3{
    font-weight: 500;
    font-size: 16px;
    color: var(--black-color);
}
.section .tab-content h3::after{
    content: '';
    display: block;
    margin-top: 5px;
    height: 1px;
    width: 70%;
    background-color: rgba(0, 0, 0, 0.2);
}
.section .tab-content p{
    font-weight: 200;
    font-size: 13px;
}
.section .tab-content ul{
    font-size: 15px;
    padding-left: 15px;
    font-weight: 300;
}
.section .tab-content .columns-3{
    display: flex;
    gap: 2px 10px;
    flex-wrap: wrap;
}
.section .tab-content .columns-3 li{
    justify-content: space-between;
    flex: 0 0 calc(33.33% - 10px);
}
.section .tab-content .list-tags,
.section .tab-content .list-details,
.section .block-program .box .list-tags{
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}
.section .tab-content .list-tags li,
.section .block-program .box .list-tags li{
    background: #0302130D;
    padding: 6px 10px;
    font-weight: 700;
    font-size: 10px;
    border-radius: 12px;
}
.section .tab-content .list-tags.list-tagsLight li,
.section .block-program .box .list-tags.list-tagsLight li{
    font-weight: 400;
    font-size: 12px;
}
.section .tab-content .list-withIcons,
.section .list-withIcons{
    display: flex;
    padding: 0;
    flex-direction: column;
    gap: 10px;
}
.section .tab-content .list-withIcons li,
.section .list-withIcons li{
    display: flex;
    gap: 5px;
    font-size: 16px;
    font-weight: 200;
    justify-content: space-between;
}
.section .tab-content .list-withIcons li .icon,
.section .list-withIcons li .icon{
    width: 28px;
    height: 28px;
    border-radius: 14px;
    background-color: var(--hover-green-color);
    display: flex;
    align-items: center;
    justify-content: center;
}
.section .tab-content .list-withIcons li span,
.section .list-withIcons li span{
    flex: 0 0 calc(100% - 35px);
}
.section .tab-content .list-details{
    gap: 10px;
}
.section .tab-content .list-details li{
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 12px;
    font-weight: 200;
    align-items: center;
    text-align: center;
}
.section .tab-content .list-details li h4{
    margin: 0;
    font-size: 15px;
    font-weight: 400;
}
.section  .testimony  .name{
    display: block;
    font-weight: 500;
    font-size: 12px;
}
.section  .testimony  .job{
    display: block;
    font-weight: 300;
    font-size: 10px;
    color: var(--d-green-color);
}
.section  .testimony .testimony-text p{
    font-size: 12px;
}
.section  .btn-modalBox{
    color: var(--d-green-color);
}
.mm-opened-fix .mm-wrapper,
.mm-opened-fix .mm-page {
    transform: none !important;
}
.modal-content .training-description p{
    font-size: 13px;
    font-weight: 200;
    margin-bottom: 5px;
}
.modal-content  .modal-header h1{
    font-size: 36px;
    font-weight: 700;
}
.modal-content  .modal-body::-webkit-scrollbar {
  width: 10px;
}
.modal-content  .modal-body::-webkit-scrollbar-track {
  background-color: #CFCFCF;
  border-radius: 12px;
}
.modal-content  .modal-body::-webkit-scrollbar-thumb {
  background: var(--d-green-color); 
  border-radius: 12px;
}
.section .fc-daygrid-event{
    border-color: transparent;
}
.section #calendar a{
    text-decoration: none;
    color: #00000099;
}
.section #calendar .fc-button-group .fc-button{
    background-color: var(--hover-green-color);
    color: var(--black-color);
    font-weight: 300;
    box-shadow: none;
}
.section #calendar .fc-button-group .fc-button.fc-button-active{
    background-color: var(--d-green-color);
    color: var(--white-color);
}
.section #calendar .fc .fc-button-primary:disabled{
    background-color: var(--black-color);
    color: var(--white-color);
    font-weight: 300;
}
.section .program .program-content{
    background-color: #fff;
    border-radius: 10px;
}
.section .program  .program-tag,
.section-program .program-tag,
.section-event .program-tag,
.section .file .org-file,
.section .file .section #accordionPlatforms .program-tag,
.tag-file{
    display: inline-block;
    padding: 6px 8px;
    background-color: var(--hover-green-color);
    border-radius: 3px;
    font-weight: 300;
    font-size: 10px;
}
.section-program .status span{
    padding: 4px 8px;
    font-size: 12px;
}
.section-program h1{
    font-size: 36px;
    font-weight: 700;
}
.section-program .status .status-completed,
.section-event .status .status-completed,
.section .accordion-item .status-completed{
    background-color: var(--black-color);
}
.section .program  .program-country{
    width: 33px;
    height: 33px;
}

.section .program  .program-country,
.section .program .program-infos .list-country li{
    border-radius: 16px;
    padding: 4px;
    border: 1px solid rgba(0, 0, 0, 0.326);
    display: flex;
    align-items: center;
    justify-content: center;
}
.section .program .program-infos .list-country li{
    width: 22px;
    height: 22px;
}
.section .program img{
    border-radius: 50%;
}
.section .program ul{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 5px;
}
.section .program .program-infos h3 a,
.section .program .program-infos h3{
    margin: 0;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    color: #000;
}
.section .program .program-content:hover h3,
.section .program .program-content:hover h3 a{
    color: var(--d-green-color);
}
.section .program .program-content .program-date{
    font-size: 11px;
}
.section .program .program-content .program-link a{
    font-size: 10px;
    text-align: center;
}
.section .program-metadata{
    font-size: 12px;
}
.section .program-metadata > div:not(.status),
.section .item-press-content .item-press-infos .press-date,
.section .listing-files .file .data-file span{
    padding-left: 22px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}
.section .listing-files .file .data-file{
    display: flex;
    gap: 5px;
}
.section .listing-files .file .data-file span{
    display: inline-block;
}
.section .program-metadata .date,
.section .item-press-content .item-press-infos .press-date,
.section .listing-files .file .data-file .date-file{
    background-image: url('../img/icon-calendardots.svg');
}
.section .program-metadata .countries{
    background-image: url('../img/icon-global2.svg');
}
.section .program-metadata .entrant{
    background-image: url('../img/icon-users.svg');
}
.section .program-metadata .area{
    background-image: url('../img/icon-users.svg');
}
.section .block-program h3{
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
    color: var(--d-green-color);
    padding-left: 30px;
    background: url('../img/icon-buildings.svg') no-repeat left center transparent;
    background-size: contain;
}
.section .block-program .box h4{
    font-size: 13px;
    font-weight: 400;
    margin-top: 15px;
}
.section .block-program  p{
    font-size: 13px;
    font-weight: 300;
    text-align: justify;
}
.section .block-program .list-withIcons{
    flex-direction: row;
    flex-wrap: wrap;
}
.section .block-program .list-withIcons li{
    flex: 0 0 calc(50% - 5px);
}
.section .block-program:not(:first-child){
    margin-top: 30px;
}
.section .file .icon-file{
    background: #DDDBDB4D;
    border-radius: 10px;
    padding: 33px 41px; 
}
.section .file h2{
    font-weight: 400;
    font-size: 24px;
    color: var(--black-color);
}
.section .file .date-file{
    font-size: 13px;
    font-weight: 400;
}
.section .file .file-right ul{
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 15px;
    align-items: center;
}
.section .file .file-right ul li:has(i) a{
    color: var(--white-color);
    display: flex;
    width: 30px;
    height: 30px;
    background-color: var(--d-green-color);
    padding: 6px;
    border-radius: 22px;
    text-decoration: none;
    justify-content: center;
    align-items: center;
}
.section .file .file-right .link-download a{
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    color: var(--black-color);
    display: inline-block;
    padding-left: 25px;
    background: url('../img/icon-downloadsimple.svg') no-repeat left center transparent;
}
.section .file .file-right li:hover a{
    opacity: 0.8;
}
.section .listing-files .file{
    border-top: 1px solid rgba(0, 0, 0, 0.4);
}
.section .title-h1{
    font-weight: 700;
    font-size: 36px;
}
.section .listing-events .post-event,
.section .listing-news .post-news  {
    padding: 0 15px;
}
.section .listing-events .post-event a,
.section .listing-news .post-news  a{
    text-decoration: none;
}
.section .listing-events .post-event .post-event-content,
.section .listing-news .post-news .post-news-content{
    background-color:  var(--white-color);
    border-radius: 3px;
    height: 100%;
}
.section .listing-events .post-event .post-event-details,
.section .listing-news .post-news .post-news-details{
    padding: 10px 10px 60px;
    position: relative;
    font-size: 12px;
    font-weight: 200;
}
.section .listing-events .post-event .post-event-details > div,
.section .listing-news .post-news .post-news-details > div{
    position: absolute;
    right: 10px;
    bottom: 20px;
    width: 100%;
    text-align: right;
}
.section .listing-events .post-event .post-event-details a,
.section .listing-news .post-news .post-news-details a{
    font-weight: 400;
    font-size: 13px;
}
.section .listing-events .post-event .post-event-date,
.section .listing-news .post-news .post-news-date{
    font-size: 11px;
}
.section .listing-events .post-event h3,
.section .listing-news .post-news h3{
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0;
}
.section .listing-events .post-event img,
.section .listing-news .post-news img{
    height: 274px;
    object-fit: cover;
    width: 100%;
    transition: all .3s ease-in-out;
}
.section .listing-events .post-event img,
.section .listing-news .post-news img,
.section .listing-events .post-event .post-event-thumb,
.section .listing-news .post-news .post-news-thumb{
    border-radius: 3px 3px 0 0 ;
}
.section .listing-events .post-event .post-event-thumb,
.section .listing-news .post-news .post-news-thumb{
    overflow: hidden;
}
.section .listing-events .post-event-content:hover img,
.section .listing-news .post-news .post-news-content:hover img{
    transform: scale(1.02);
}
.section .listing-events .post-event-content:hover h3,
.section .listing-events .post-event-content:hover a,
.section .listing-news .post-news .post-news-content:hover a,
.section .listing-news .post-news .post-news-content:hover h3{
    color: var(--black-color);
}
.section .listing-events,
.section .listing-news{
    padding-bottom: 30px;
    margin: 0 -10px;
}
.slick-dots li,
.slick-dots li button,
.slick-dots li button::before {
    width: 15px;
    height: 15px;
}
.section .slick-dots{
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-title h3{
    font-weight: 700;
    font-size: 24px;
}
.section .box-rate h3{
    background: none;
    padding: 0;
    font-weight: 500;
    margin: 0;
}
.section #myTabContent button{
    padding: 10px;
    color: var(--black-color);
    background-color: var(--hover-green-color);
    margin-bottom: 10px;
}
.section #myTabContent button::after{
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url('../img/icon-caret-down.svg') no-repeat center center transparent;
    background-size: contain;
}
.section #myTabContent  button.collapsed::after{
    transform: rotate(180deg);
}
.section #accordionPlatforms .accordion-button{
    background: #fff;
    padding: 20px 28px;
    border: none;
    margin-bottom: 5px;
    box-shadow: none;
    color: var(--black-color);
    border-radius: 8px;
}
.section #accordionPlatforms .accordion-button::after{
    color: var(--d-green-color);
}
.section #accordionPlatforms .accordion-collapse{
    background-color: #fff;
    border-radius: 8px;
}
.section #accordionPlatforms .accordion-item{
    margin-bottom: 30px;
}
.section #accordionPlatforms .accordion-button span{
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: start;
}
.section #accordionPlatforms .accordion-button span span{
    display: block;
}
.section #accordionPlatforms .accordion-item{
    border: none;
    background-color: transparent;
}
.section #accordionPlatforms .platform-name{
    font-size: 16px;
    font-weight: 500;
}
.section #accordionPlatforms .platform-infos{
    font-size: 12px;
    font-weight: 300;
}
.section #accordionPlatforms .line-platorm  h4{
    font-size: 14px;
    font-weight: 500;
}

.section #accordionPlatforms .line-platorm li{
    font-size: 14px;
    font-weight: 200;  
}
.section #accordionPlatforms .line-platorm ul{
    padding-left: 18px;
}
.section #accordionPlatforms .line-platorm{
    font-size: 12px;
    font-weight: 200; 
}
.section .line-platorm,
.section .line-platorm .cols2{
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.section .line-platorm .cols2{
    max-width: 400px;
}
.section .line-platorm  .col-p{
    flex: 1;
}
.section .line-platorm .cols2 li{
    flex: 0 0 calc(50% - 10px);
}
.section .line-platorm-desc p{
    font-size: 14px;
    text-align: justify;
}
.section .line-platorm .socials-share{
    display: flex;
    align-items: center;
    gap: 15px;
}
.section .line-platorm .socials-share h4{
    font-weight: 400;
    font-size: 15px;
    color: var(--d-green-color);
}
.section .line-platorm .socials-share ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    padding: 0;
}
.section #accordionPlatforms .line-platorm .socials-share ul{
    padding-left: 0;
}
.section .line-platorm .socials-share ul li a{
    display: inline-block;
    width: 24px;
    height: 24px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.section .line-platorm .socials-share ul li{
    display: flex;
    align-items: center;
}
.section .line-platorm  .link-facebook a{
    background-image: url('../img/icon-facebook-green.svg');
}
.section .line-platorm  .link-twitter a{
    background-image: url('../img/icon-logo-green.svg');
}
.section .line-platorm  .link-linkedIn a{
    background-image: url('../img/icon-linkedin-green.svg');
}
.section .line-platorm a{
    font-weight: 400;
}
.section .accordion-body{
    padding: 20px 28px;
}
.section .tab-pane .accordion-body{
    padding: 0;
}
.section .listing-networks .item-network{
    border-radius: 5px;
    padding: 25px 75px;
    margin-bottom: 30px;
}
.section .listing-networks .item-network:last-child{
    margin-bottom: 0;
}
.section .listing-networks .item-network .item-network-content{
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 12px;
}
.section .listing-networks .item-network .item-network-logo img{
    width: 38px;
    height: auto;
    object-fit: contain;
    border-radius: 50%;
}
.section .listing-networks .item-network  .item-network-details h3{
    font-weight: 700;
    font-size: 20px;
}
.section .listing-networks .item-network  .item-network-details p{
    font-size: 11px;
}
.section .listing-networks .item-network  .link-more {
    display: inline-block;
    font-size: 11px;
    color: #13714C;
    padding-left: 5px;
    border-left: 1px solid #13714C;
    text-decoration: none;
    line-height: 12px;
    font-weight: 400;
}
.section .section-title .logo{
    max-width: 130px;
}
.section .section-title .logo img{
    width: 130px; 
    border-radius: 50%;
    height: auto;
}

.section .block-program .list-withIcons.list-withIconsFull li{
    flex: 0 0 100%;
}
.section,
.section-title {
    overflow: hidden;
}
.section-table-projects table{
    border: 1px solid #00000066;
    font-size: 12px;
}
.section-table-projects table thead,
.section-table-projects table thead th{
    background-color: #fff;
    font-size: 12px;
    font-weight: 400;
}
.section-table-projects table tr:nth-child(even) td{
    background-color: #ECF2F0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.section-table-projects table tr td .btn{
    width: auto;
    display: inline-flex;
    font-size: 12px;
}
.section-table-projects table tr td a:hover{
    color: #fff;
}
.section .item-press-content{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    position: relative;
}
.section .item-press-content .item-press-thumb{
    flex: 0 0 100px;
    overflow: hidden;
}
.section .item-press-content .item-press-thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}
.section .item-press-content:hover .item-press-thumb img{
    transform: scale(1.05);
}
.section .item-press-content .item-press-infos{
    flex: 0 0 calc(100% - 110px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.section .item-press-content .item-press-infos h3{
    margin: 0;
    font-weight: 500;
    font-size: 16px;
}
.section .item-press-content .item-press-infos .press-tag{
    text-decoration: none;
    font-weight: 600;
    color: var(--d-green-color);
    font-size: 16px;
}
.section .item-press-content .item-press-infos .press-date{
    font-size: 10px;
}
.section .item-press-content:hover .item-press-infos h3{
    color: var(--d-green-color);
}
.section .listing-videos .video-thumbnail{
    overflow: hidden;
    border-radius: 15px;
    position: relative;
}
.section .listing-videos img{
    width: 100%;
    height: 224px;
    object-fit: cover;
    border-radius: 15px;
    transition: all .3s ease-in;
}
.section .listing-videos .video-thumbnail:hover img{
    transform: scale(1.05);
}
.section .listing-videos .video-thumbnail::before{
    border-radius: 15px;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 15px;
    z-index: 1;
    background: linear-gradient(236.04deg, rgba(0, 0, 0, 0) 37.59%, rgba(19, 113, 76, 0.5) 54.45%);

}
.section .listing-videos .video-thumbnail .video-thumbnail-text{
    color: #fff;
    padding: 20px;
    font-weight: 200;
    font-size: 14px;
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 2;
}
.section .listing-videos .video-thumbnail .video-thumbnail-text h3{
    font-weight: 500;
    margin: 0;
    font-size: 20px;
}
.section .filter-bar .btn-filter{
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.section .filter-bar .btn-filter::before{
    content: '';;
    display: block;
    width: 18px;
    height: 18px;
    background: url('../img/icon-faders.svg') no-repeat left center transparent;
    background-size: contain;
}
.section .listing-files .file .data-file{
    padding-top: 10px;
}
.section .listing-files .file .data-file span{
    font-size: 13px;
    font-weight: 400;
}
.section .filter-bar .btn-filter:hover{
    color: #fff;
}
.section .listing-files .file .data-file .orgaz-file{
    padding-left: 35px;
    border-left: 1px solid #000;
    background-position: 5px center;
}
.section .listing-files .file  .orgaz-file{
    background-image: url('../img/icon-buildingoffice.svg');
}
.section .pagination-bar .page-numbers{
    font-size: 16px;
    font-weight: 400;
}
.section .pagination-bar  .pagination ul{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 5px;
}
.section .pagination-bar  .pagination ul li a,
.section .pagination-bar  .pagination ul li span{
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--d-green-color);
    text-decoration: none;
    border-radius: 50%;
}
.section .pagination-bar  .pagination ul li.current-page span{
    background-color: var(--d-green-color);
    color: var(--white-color);
}
.section .pagination-bar  .pagination ul li.page-next a{
    background-color: var(--hover-green-color);
    color: var(--d-green-color);
}
.section-press .program-metadata .date{
    background-image: url('../img/icon-calendardots-green.svg');
}
.section.section-press .program-tag{
    color: var(--d-green-color);
    font-weight: 500;
    padding: 6px 12px;
    background-color: var(--hover-green-color);
}
.section .link-download-press a{
    display: inline-flex;
    gap: 10px;
    font-weight: 400;
    color: var(--d-green-color);
    font-size: 20px;
}
.section .link-download-press a::before{
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url('../img/icon-filepdf-green.svg') no-repeat left center transparent;
    background-size: contain;
}
.section-press  .share-social-press h3{
    margin: 0;
    padding: 0;
    background: none transparent;
    font-weight: 500;
    color: #000000CC;
    font-size: 32px;
    padding-right: 30px;
}
.section-press  .share-social-press ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
    padding-left: 30px;
    border-left: 1px solid #000;
}
.section-press  .share-social-press .social-facebook a{
    background-image: url('../img/icon-facebook-green.svg');
}
.section-press  .share-social-press .social-twitter a{
    background-image: url('../img/icon-xlogo-green.svg');
}
.section-press  .share-social-press .social-youtube a{
    background-image: url('../img/icon-youtubelogo-green.svg');
}
.section-press  .share-social-press .social-linkedin a{
    background-image: url('../img/icon-linkedin-green.svg');
}
.section-press  .share-social-press .social-instagram a{
    background-image: url('../img/icon-instagramlogo-green.svg');
}
.section-press  .share-social-press ul li a{
    display: block;
    width: 36px;
    height: 36px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.section .table-wrapper-events table{
    border: 1px solid #00000066;
    font-size: 12px;
    text-align: center;
}
.section .table-wrapper-events table th{
    font-weight: 400;
}
.section .table-wrapper-events table .action-btn{
    border: none;
    width: 16px;
    height: 16px;
    background: url('../img/icon-action-plus.svg') no-repeat center center transparent;
}
.section .filter-bar button{
    background: none;
    border: none;
    color: #00000099;
}
.section .filter-bar .btns-nav button{
    font-size: 12px;
    font-weight: 300;
}
.section .filter-bar .btns-nav button:hover{
    color: var(--d-green-color);
}
.section .filter-bar select{
    outline: 0 none;
    font-size: 12px;
    color: #000000;
    padding: 4px 8px;
    background-color: var(--hover-green-color);
    border-radius: 3px;
    width: auto;
    border: none;
    padding-right: 30px;
    background-position: right 6px center;
}
.section .filter-bar {
    padding: 8px;
    border: 1px solid #00000066
}
.section .filter-bar .filter-icons button{
    background-position: center center;
    background-size: 16px auto;
    padding: 3px 4px;
    background-repeat: no-repeat;
    display: block;
    min-width: 25px;
    min-height: 25px;
    border-radius: 50%;
}
.section .filter-bar .field-search button{
    background-image: url('../img/icon-filter-magnifyinglass.svg');
    position: absolute;
    right: 0;
    
}
.section .filter-bar .btn-ask{
    background-image: url('../img/icon-filter-question.svg');
}
.section .filter-bar .btn-calendar{
    background-image: url('../img/icon-filter-calendarblank.svg');
    background-color: var(--hover-green-color);
}
.section .filter-bar .btn-check{
    background-image: url('../img/icon-filter-checkcircle.svg');
}
.section .filter-bar .btn-funnel{
    background-image: url('../img/icon-filter-funnel.svg');
    background-color: #D9D9D9CC;
}
.section .filter-bar select:focus,
.section .filter-bar select:active{
    outline: 0 none;
}
.section .filter-bar .field-search{
    position: relative;
    min-width: 20px;
}
.section .filter-bar .field-search input{
    display: none;
    width: 100px;
    outline: 0 none;
    border-radius: 15px;
    padding: 5px 30px 5px 5px;
    transition: all .3s ease-in;
}
.section .filter-bar .field-search.open input{
    display: block;
}
.section .filter-bar .field-search.open  button{
    right: 10px;
    top: 6px;
}
@media (min-width:768px) {
  .section .tab-content .accordion-item {
    border: 0;
    border-radius: 0;
  }
}
@media (max-width:767px) {
  .section .tab-content > .tab-pane {
        display: block;
        opacity: 1;
    }
}
@media (min-width: 1200px) {
    .section .listing-features li:nth-child(even){
        justify-content: end;
    }
    .section .box-media .box-media-content{
        padding-left: 80px;
        padding-right: 80px;
    }
    .section-hero {
        position: relative;
        padding: 8rem 0;
    }
    .section .block-program .box .list-tags {
        max-width: 600px;
    }
    .section .listing-events .post-event,
    .section .listing-news .post-news{
        max-width: 350px;
    }
}
@media (max-width: 1199px) {
    .section .program .program-content .program-link a{
        padding: 8px 12px;
    }
    .section .program .program-content .program-date {
        font-size: 8px;
    }
}
@media (max-width: 1023px) {
    .site-header .header-topLeft ul {
        gap: 1px;
    }
    .section-banner{
        padding: 4rem 0;
    }
    .section .program .program-content .program-link a{
        padding: 5px 10px;
        font-size: 12px;
    }
    .section-table-projects .table thead {
        display: none; /* cacher les en-têtes */
      }
    .section-table-projects  .table,
    .section-table-projects  .table tbody,
    .section-table-projects  .table tr,
    .section-table-projects  .table td {
        display: block;
        width: 100%;
      }
    .section-table-projects  .table tr {
        margin-bottom: 1rem;
        border: 1px solid #dee2e6;
        border-radius: 0.5rem;
        padding: 0.75rem;
        background: #fff;
        box-shadow: 0 2px 4px rgba(0,0,0,0.05);
      }
    .section-table-projects  .table td {
        text-align: left;
        border: none;
        padding: 0.5rem 0;
      }
    .section-table-projects  .table td::before {
        content: attr(data-label);
        font-weight: 600;
        display: block;
        margin-bottom: 0.25rem;
        color: #495057;
      }
    .section-table-projects  .table td:last-child {
        text-align: right;
    }
    .section-table-projects table tr td:last-child::before{
        display: none;
    }
    .section-table-projects table{
        border: none;
    }
    .section-table-projects table tr:nth-child(even) td,
    .section-table-projects table tr:nth-child(even) {
        background-color: #ECF2F0;
    }
    .section-title p br{
        display: none;
    }
    .section .table-wrapper-events .table thead {
	display: none;
  }
  .section .table-wrapper-events .table,
  .section .table-wrapper-events .table tbody,
  .section .table-wrapper-events .table tr,
  .section .table-wrapper-events .table td {
	display: block;
	width: 100%;
  }
  .section .table-wrapper-events .table tr {
	/* margin-bottom: 1rem; */
	border: 1px solid #dee2e6;
	border-radius: 0.5rem;
	padding: 0.75rem;
	background: #fff;
  }
  .section .table-wrapper-events .table td {
	text-align: left;
	border: none !important;
	padding: 0.4rem 0;
  }
  .section .table-wrapper-events .table td::before {
	content: attr(data-label);
	font-weight: 600;
	display: block;
	margin-bottom: 0.25rem;
	color: #495057;
  }
  .section .table-wrapper-events .table td:last-child {
	text-align: right;
  }
  .section .table-wrapper-events .table .td-action::before{
    display: none;
  }
  .section .table-wrapper-events table{
    border: none;
    margin: 0;
  }
}
@media (max-width: 768px) {
    .site-header .header-top ul li a span,
    .site-header .nav-socials{
        display: none;
    }
    .site-header .header-other-links a{
        font-size: 12px;
    }
    .section-hero {
        position: relative;
        padding: 4rem 0;
    }
    .section-hero .hero-text h1 {
        font-size: 30px;
        line-height: 50px;
    }
    .section h2,
    .section .fc .fc-toolbar-title,
    .section .title-h1 {
        font-size: 25px;
    }
    .section .listing-features li {
        flex: 0 0 100%;
    }
    .section-banner h1,
    .section  .t-title,
    .section-program h1{
        font-size: 30px;
    }
    .site-footer .footer-col{
        flex: 0 0 calc(50% - 10px);
    }
    .breadcrumbs ol li {
        font-size: 12px;
        line-height: 14px;
    }
    .section .nav-tabs .nav-link,
    .section .tab-content h3{
        font-size: 13px;
    }
    .section ul.nav-tabs::before{
        top: 53px;
    }
    .section .tab-content .list-details {
        flex-direction: column;
        justify-content: flex-start;
        align-items: self-start;
        text-align: left;
    }
    .section .program .program-infos h3 a, .section .program .program-infos h3{
        font-size: 14px;
    }
    .section .tab-content .list-details li{
        text-align: left;
        justify-content: start;
        align-items: flex-start;
    }
    .site-header .nav-socials, .site-footer .nav-socials{
        justify-content: start;
    }
    .section .block-program .list-withIcons li{
        flex: 0 0 100%;
    }
    .section .block-program h3,
    .section .file h2{
        font-size: 18px;
    }
    .site-footer .footer-menu h3{
        margin-bottom: 15px;
        font-size: 16px;
    }
    .site-footer .footer-menu ul{
        gap: 5px;
    }
    .section .listing-files .file > div{
        flex-direction: column;
    }
    .section #accordionPlatforms .accordion-button,
    .section #accordionPlatforms .accordion-body,
    .section .listing-networks .item-network{
        padding: 15px;
    }
    .section .listing-networks .item-network{
        margin-bottom: 15px;
    }
    .section-press .share-social-press h3 {
        font-size: 25px;
    }
}
@media (max-width: 480px) {
    .site-footer .footer-col{
        flex: 0 0 100%;
    }
    .section .file .file-right ul {
        gap: 8px;
    }
    .section .file h2 {
        font-size: 14px;
    }
    .section .file .icon-file {
        padding: 30px 32px;
    }
    .section #accordionPlatforms .line-platorm{
        flex-direction: column;
    }
    .section #accordionPlatforms .line-platorm p{
        margin-bottom: 15px;
    }
    .section .listing-files .file .data-file{
        flex-direction: column;
        gap: 10px;
    }
    .section .listing-files .file .data-file .orgaz-file{
        padding-left: 30px;
        border: none;
        background-position: left center;
    }
    .section-press .share-social-press ul{
        padding-left: 0;
        border: none;
    }
}