#block-videosblockblock {
    margin-bottom: 30px;
}

.video-section .title-info .titl {
    border-bottom: 1px solid;
    padding-bottom: 11px;
    margin-bottom: 20px;
}

.video-section .title-info .titl span:nth-child(1) {
    text-transform: uppercase;
    font-weight: 600;
}

.video-section .title-info .titl span:last-child {
    float: right;
}

.video-section .last-article-content {
    width: 40%;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media screen and (max-width: 992px) {
    .video-section .last-article-content {
        width: 100%;
    }
    .video-section .last-article-content .titre-article {
        margin-bottom: 55px;
    }
}

.video-section .last-article-content .titre-article {
    margin-bottom: 30px;
}

.video-section .last-article-content .titre-article a {
    line-height: 1.13;
    font-size: 30px;
    font-weight: 500;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.video-section .last-article-content .desc-article p {
    margin-bottom: 30px;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.video-section .last-article-content .see-more-article a {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    z-index: 1;
    display: inline-block;
    color: #000000;
}

.video-section .last-article-content .see-more-article a span:after {
    width: 22px;
    height: 22px;
    background: url(/sites/default/files/black-arrow.svg) no-repeat;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    top: -2px;
    right: 5px;
}

/** block videos grid **/
.video-section .content-videos-section .videos {
    /*display: flex;*/
    /*align-items: flex-start;*/
    /*gap: 25px;*/
    /*flex-wrap: wrap;*/
}

.video-section .content-videos-section .videos .item-video {
    height: 335px;
    margin-bottom: 20px;
}

.video-section .content-videos-section .videos .item-video .bg-img {
    position: relative;
    height: 100%;
}

.video-section .content-videos-section .videos .item-video .bg-img .titr-descri-video {
    position: absolute;
    bottom: 25px;
    padding: 10px;
}

.video-section .content-videos-section .videos .item-video .bg-img img {
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.video-section .content-videos-section .videos .item-video .bg-img .video:after {
    content: "";
    position: absolute;
    left: 3px;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 16px solid #ffffff;
    border-bottom: 10px solid transparent;
}

.video-section .content-videos-section .videos .item-video .bg-img .icon-type {
    position: absolute;
    margin: auto;
    height: 56px;
    width: 56px;
    background-color: #98002e;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
    top: 24px;
    right: 24px;
    bottom: auto;
    left: auto;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.video-section .content-videos-section .videos .item-video .bg-img > div.image-gradient:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 30%, rgba(255, 255, 255, 0) 60%);
    border-radius: 12px;
}
.video-section .content-videos-section .videos .item-video .bg-img .icon-type.podcast{
    right: 0;
    background: none;
    width: 100%;
    height: 100%;
    top: 0;
}
.video-section .content-videos-section .videos .item-video .bg-img .icon-type.podcast::after {
    content: "";
    position: absolute;
    width: 56px;
    height: 56px;
    top: 25px;
    right: 25px;
    margin: unset;
    left: unset;
    border: none;
    background: url(/sites/default/files/poscast.svg) no-repeat;
    opacity: 0.9;
}

.video-section .content-videos-section .videos .item-video .bg-img .titr-descri-video .titr-item {
    line-height: 1.17;
    margin-bottom: 0;
    padding-bottom: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 90px;
    text-overflow: ellipsis;
    color: #ffffff;
    font-size: 25px;
}
.video-section .content-videos-section .videos .item-video .bg-img .titr-descri-video .author{
    color: #999999;
    margin-top: 19px;
}
.video-section .content-videos-section .videos .item-video .bg-img .titr-descri-video .desc-item p {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.43;
    letter-spacing: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 121px;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    color: #ffffff;
}
.video-section .content-videos-section{
    padding-top: 30px;
    border-top: 1px solid #E8E8E8;
}
.video-section .content-videos-section .titr-section{
    font-size: 24px;
    line-height: 1.58;
    letter-spacing: 0.24px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.video-section .title-info .titl span:last-child:after{
    content: "\2794";
    margin-left: 0.5rem;
    border: 1px solid #949494;
    border-radius: 50px;
    padding: 0 4px;
}
#block-gallerieblockblock .gallerie-section .title-info .titl span:last-child::after {
    content: "\2794";
    margin-left: 0.5rem;
    border: 1px solid #949494;
    border-radius: 50px;
    padding: 0 4px;
}
@media only screen and (max-width: 768px) {
    .video-section .last-article-content{
        width: 100%;
    }
    #block-annonceblockblock .first-blk .first-block{
        margin-bottom: 30px;
    }
    header.header-v1 .area-main-menu .area-inner{
        margin-right: 0;
    }
}
@media screen and (max-width: 425px) {
    .video-section .content-videos-section .videos .item-video{
        float: none;
        /*margin: auto;*/
    }
}
