@media screen and (min-width: 1024px) {
    .section {
        min-height: 700px;    
    }
    
    .header-heading br {
        display: none;
    }
    
    .slide-pillier:hover .paragraph-container {
        height: 300px;
    }
    
    body.cn .slide-pillier:hover .paragraph-container {
        height: 170px;
    }
}

.anchors {
    mix-blend-mode: difference;
}
.anchor:last-child {
    margin-bottom: 0;
}
.lang-link:last-child {
    margin-right: 0;
}

.slide-pillier .paragraph-container {
    transition: all 600ms ease-in-out;
}

.slider-pilliers-previous.swiper-button-disabled,
.slider-pilliers-next.swiper-button-disabled {
    opacity: 0;
}

.slider-pilliers-next img,
.slider-pilliers-previous img {
    transition: all 500ms ease-in-out;
}

.slider-pilliers-next:hover img {
    transform: translateX(20px);
}


.slider-pilliers-previous:hover img {
    transform: translateX(-20px);
}

.line-trigger:last-child {
    transition: transform 400ms ease-in-out;
    transform: translate(-50%, -50%) rotate(90deg);
}
.slide-pillier.active .line-trigger:last-child {
     transform: translate(-50%, -50%) rotate(0deg);
}

.valeur-pagination {
    bottom: 7vh!important;
}

.link,
.hypertext-link {
    transition:color 350ms ease-in-out;
}

.link:hover,
.hypertext-link:hover {
    color: #e20101;
}

.website-item,
.socials-item {
    transition: opacity 350ms ease-in-out;
}

.website-item:hover,
.socials-item:hover {
    opacity: 0.7;
}

/* PILIERS */


.swiper-slide.slide-pillier:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.2;
    z-index: 1;
    transition: opacity 350ms ease-in-out;
}

@media screen and (max-width: 1024px) {
    .slide-pillier.swiper-slide-active .paragraph-container,
    .slide-pillier.swiper-slide-next .paragraph-container,
    .paragraph-container.active {
        height: 250px;
    }
    
}

@media screen and (max-width: 768px) {
    .slide-pillier.swiper-slide-active .paragraph-container,
    .slide-pillier.swiper-slide-next .paragraph-container,
    .paragraph-container.active {
        height: 320px;
    }
}

@media screen and (max-width: 479px) {
    .slide-pillier.swiper-slide-active .paragraph-container,
    .slide-pillier.swiper-slide-next .paragraph-container,
    .paragraph-container.active {
        height: 280px;
    }
    
    .slide-pillier.active {
        height: 500px;
    }
    .slide-bg.mobile {
        object-position: top;
    }
    
    .download-btn {
        left: auto;
        top: inherit!important;
        right: 15px;
        bottom: 15px;
        height: 32px;
        opacity: 0;
    }
}

@media screen and (max-width: 360px) {
    .paragraph-container p {
        font-size: 12px;
        line-height: 21px;
    }
}


/* VIDEO CN*/

.video-cn {
    height: 100vh;
}
@media screen and (max-width: 479px) {
    .video-cn {
        height: 56vw;
    }
}