.executive-axes-card {
    transform: translateY(10px);
    cursor: pointer;
}

.executive-axes-card.index {
    width: 300px;
}

.executive-axes-card:first-child {
    margin-left: 12.5px;
}

.executive-axes-card:last-child {
    margin-right: 12.5px;
}

.executive-axes-card:hover .titre {
    filter: grayscale(70%);
}

.executive-axes-card__img {
    position: relative;
    display: block;
    margin-bottom: 8px;
    border-radius: 10px;
    isolation: isolate;
    overflow: hidden;
}

.executive-axes-card__img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #000000, transparent 40%);
    z-index: 2;
}

.executive-axes-card__img .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    border-radius: 50%;
    background-color: #00735f;
    font-size: 16px;
    color: white;
    aspect-ratio: 1;
    z-index: 2;
}

.executive-axes-card__img .title {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    padding: 0 15px;
    text-align: right;
    font-weight: 500;
    font-size: 14px;
    color: white;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    z-index: 2;
}

.executive-axes-card__img img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 16/10;
}

.titre {
    transition: all 350ms ease;
}

.executive-axes-card .titre {
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
}

.executive-axes-card .titre>a {
    height: 44px;
    display: flex;
    align-items: center;
    color: inherit;
    line-height: 17px;
    overflow: hidden;
}

.icon-link {
    width: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
}

.icon-link img {
    max-width: 17px;
}

.video-video {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 88vh;
}

.search input {
    width: 100% !important;
}

/* ------------------------------------------- fancy box styles ------------------------------------------- */

.fancybox-opened .fancybox-skin:has(.fancybox-title) {
    top: -30px;
}

.fancybox-opened .fancybox-skin:has(.fancybox-title) .fancybox-title {
    bottom: -80px;
}

.fancybox-title-float-wrap .child {
    font-family: IRANSans, sans-serif;
    background-color: transparent !important;
    text-shadow: none !important;
    white-space: initial !important;
    height: 100px;
    overflow: auto;
}

/* ------------------------------------------- programm carousel styles ------------------------------------------- */
.programm-carousel .owl-nav {
    position: absolute;
    top: 32%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 107%;
    height: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* ------------------------------------------- new responsive styles ------------------------------------------- */
.header-logo img {
    padding: 0;
    height: auto;
    max-width: 250px;
}

.icon-shabake {
    gap: 3px;
}

.language .navbar {
    gap: 10px;
}

.burger {
    width: 35px;
    height: 35px;
}

.burger span, .burger span::before, .burger span::after {
    width: 20px;
    height: 2px;
    margin: 0;
}

.burger span {
    transform: translate(-50%, -50%);
}

/* ------------------------------------------- responsive styles ------------------------------------------- */
@media only screen and (min-width: 992px) and (max-width: 1399.98px) {
    .imag-favorit {
        width: 229px;
        height: 185px;
    }

    .imag-favorit img {
        width: 130px;
        top: 44%;
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%);
    }

    .titre {
        background-size: 100%;
        background-position: 0 4px;
    }

    .executive-axes-card.index {
        max-width: 229px;
        width: auto;
        flex: 1;
        margin: 0 6px;
    }

    .executive-axes-card__img img {
        aspect-ratio: auto;
        height: 169px;
        object-fit: cover;
    }

    .executive-axes-card .titre {
        background-size: 90%;
    }

    .nav-li img {
        width: 15px;
    }

    .nav-li a {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .carousel-item img {
      aspect-ratio: 2 / 1;
      object-fit: contain;
    }
}

@media only screen and (max-width: 575.98px) {
    .burger {
        top: 10px;
    }

    .carousel-item img {
      aspect-ratio: 1.5 / 1;
    }
}

@media only screen and (max-width: 399.98px) {
    .search {
        width: 130px;
    }

    .carousel-item img {
      aspect-ratio: 1.1 / 1;
    }
}