.hero-title-container{
    position: relative;
    /*overflow: hidden;*/
}
.hero-title{
    height:0;    
    padding-top: 40%; /* NE PAS TOUCHER */
    position: relative;
}
.hero-title-container-bg,
.hero-title-container-bg-mobile{
    background-repeat: no-repeat;
    background-size: cover;    
    background-position: center;
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
}
.hero-title-container-bg-mobile{
    display:none;
}


.hero-title.hero-title-video{ 
    padding-top: 39.37%;
}
.hero-title-bloc-infos{
    position: absolute; 
    bottom: 7rem;
    top:7rem;
    right:9rem;
    max-width:50rem;
    box-sizing: border-box;
    padding: 0 7rem;
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 5%, rgba(255,255,255,0.8) 75%, rgba(255,255,255,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 5%,rgba(255,255,255,0.8) 75%,rgba(255,255,255,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 5%,rgba(255,255,255,0.8) 75%,rgba(255,255,255,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a6ffffff',GradientType=1 ); /* IE6-9 */
}
.archive.category .hero-title-bloc-infos {
    max-width: 75rem;
}
.hero-title-bloc-infos-title{
    margin-bottom:2.3rem;
}
.hero-title-bloc-infos-title h1,
.hero-title-bloc-infos-title div,
.hero-title-bloc-infos-title h2{
    color:#DB0717;
    text-transform:uppercase;
    font-size:4rem;
    font-weight: 400; 
    margin:0;
    line-height: 4rem;
     padding: 0;
}
.hero-title-bloc-infos-title div.lowercase,
.hero-title-bloc-infos-title h1.lowercase,
.hero-title-bloc-infos-title h2.lowercase{
    text-transform:initial;
}
.hero-title-bloc-infos-text{
    font-size:1.7rem;
}
.hero-title-video-container{
    position: absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;    
}
.hero-title-video-container iframe{
    height:100%;
    width:100%;    
}
.hero-title-bloc-infos-content{
    display: table;
    height: 100%;
}
.hero-title-bloc-infos-content-wrap{
    display: table-cell;
    vertical-align: middle;
}

/** Version avec le slider **/

.hero-title-bloc-slider-container{
    max-width: 31.2rem;
    overflow:hidden;
}
.hero-title-bloc-slider-container{
    max-width: 31.2rem;
    overflow:hidden;
}
.hero-title-bloc-slide-container{
    text-decoration:none;
    outline:none;
    transition:none;
}
.hero-title-bloc-slide-container *{
    text-decoration:none;
    outline:none;
}
.hero-title-bloc-slide-container .hero-title-slider-post-title{
    transition: none;
}
.hero-title-bloc-slide-container:hover .hero-title-slider-post-title{
    color:black;
}
.hero-title-bloc-slide-container:hover *{
    text-decoration:none;
}
.hero-title-slider-date{
    font-size: 1.8rem;
    color:#DB0717;
    padding-bottom: 2.7rem;
}
.hero-title-slider-post-title{
    font-size: 2.4rem;
    font-weight: bolder; 
    color:black;    
    padding: 0;
    margin: 0;
}

html[lang="zh-CN"] .hero-title-slider-post-title{
    line-height: 3.5rem;
}

.hero-title-slider-post-link{
    font-size: 1.7rem;
    padding-top: 2.8rem;
}
.hero-title-slider-post-title,
.hero-title-slider-post-link{
    line-height: 2.4rem;
}
.hero-title-slider-post-link::after{
    content: '\f054';
    padding-left: 1.3rem;
    font-family: "Font Awesome 5 Pro";
    vertical-align: middle;
    display:inline-block;    
}
.hero-title-bloc-infos-content-wrap .slick-dots{
    display: block;
    text-align: left;
    overflow: hidden;
    position: static;
}
.hero-title-slider-post-link a{
    text-decoration: none;
    color:inherit;
}
.hero-title-slider-post-link:hover{
    color: #DB0717;
}
.hero-title-bloc-infos-content-wrap .slick-dots .dot{
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
    background-color: #000;
    transition:background-color 0.3s;
}

.hero-title-bloc-infos-content-wrap .slick-dots .dot:hover{
    background-color: #DB0717;
}

.hero-title-bloc-infos-content-wrap .slick-dots .slick-active .dot{
    background-color: #DB0717;
}
.hero-title-bloc-infos-content-wrap .slick-dots li{
    margin: 0;
}


/* slick */

.hero-title-bloc-infos-content-wrap .slick-prev, 
.hero-title-bloc-infos-content-wrap .slick-next {
    z-index:10000;    
    width: 40px;
    height: 40px;
}
.hero-title-bloc-infos-content-wrap .slick-prev:before, 
.hero-title-bloc-infos-content-wrap .slick-next:before {
    font-family:"Font Awesome 5 Pro";
    font-size: 8vw;
    opacity: 1;
    color: #DB0717;
}
.hero-title-bloc-infos-content-wrap .slick-prev {
    left:-9vw;
}
.hero-title-bloc-infos-content-wrap .slick-prev:before {
    content: '\f104';
}
.hero-title-bloc-infos-content-wrap .slick-next {
    right: -9vw;
}
.hero-title-bloc-infos-content-wrap .slick-next:before {
    content: '\f105';
}

/* animation */
.hero-title-animation-container{
    position: absolute;
    top:0;
    left:0;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-title-white-bloc-on .transdev_animation_txt_center {
    font-size: 11rem;
    line-height: 8rem;
}
.hero-title-animation-container .content-site{
    max-width: 100%;
}

@media screen and (max-width: 1400px) {    
    .hero-title-bloc-infos.hero-title-bloc-infos-large{    
        max-width: 75rem;
    }
    .hero-title-bloc-infos.hero-title-bloc-infos-large .hero-title-bloc-slider-container{
        max-width: 61rem;
    }
    .hero-title-white-bloc-on .transdev_animation_txt_center {
        font-size: 9rem;
        line-height: 7rem;
    }
}

@media screen and (max-width: 1339px) {
    .hero-title-bloc-infos {
        padding: 1.5rem;
    }  
    .hero-title-bloc-infos.hero-title-bloc-infos-large .hero-title-bloc-slider-container{
        max-width: 70rem;
    } 
}

@media screen and (max-width: 1250px) and (min-width: 1151px) {
    .hero-title-bloc-infos {
        top: 4rem;
        right: 3rem;
        padding: 3rem;
    }
}

@media screen and (max-width: 1150px) {    
    .hero-title-bloc-infos{
        background: #f2f2f2;
        filter: none;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        box-sizing: border-box;
        padding: 6vw 6.5vw;
        margin:  0 auto;
        width: 100%;
        max-width: 100%!important;
    }
    .hero-title-bloc-infos-text {
        font-size: 2rem;
    }
    .hero-title-bloc-slider-container ,
    .hero-title-bloc-infos-content{
        width: auto;
        max-width: 76vw;
    }
    .hero-title-container-bg{
        display:none;
    }
    .hero-title-container-bg-mobile{
        display:block;
    }
}


@media screen and (max-width: 767px) {
    .hero-title-bloc-slider-container{
        overflow:visible;
    }
    .hero-title-bloc-infos{
        margin: 3vw auto 0 auto;
        width: 92.18%;
    }
    .hero-title-bloc-infos-title div,
    .hero-title-bloc-infos-title h2,
    .hero-title-bloc-infos-title h1{
        font-size: 6.51vw;
        line-height: 7vw;
    }
    .hero-title-bloc-infos-text {
        font-size: 5.21vw;
        line-height: 7.5vw;
    }
    .hero-title-bloc-slider-container ,
    .hero-title-bloc-infos-content{
        width: auto;
        max-width: 100%;
        display: block;
    }
    .hero-title-bloc-infos-content-wrap{
        display: block;
    }
    
    .hero-title-bloc-slider-container{
        margin-bottom: 4vw;
    }
    .hero-title-slider-date{
        padding-bottom: 3.5vw;
    }
    .hero-title-white-bloc-on .transdev_animation_txt_center,
    .transdev_animation_txt_center {
        font-size: 5rem;
        line-height: 4rem;
    }
    
}
