.hero-main-container{
    position: relative;
}
.hero-main-container-bg,
.hero-main-container-bg-mobile{
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background-size: cover;
    background-repeat: no-repeat;
}
.hero-main-container-bg-mobile{
    display:none;
}
.hero-main{
    height:0;
    padding-top:40%;
    /*padding-top:45%;*/
    position: relative;
}
.transdev-move-letter{
    display: inline-block;
    vertical-align: middle;    
}
.hero-main-video-container{
    position: absolute;
    top:0;
    left:0;
    height:100%;
    width:100%; 
    z-index: 1100;   
}
.hero-main-video-container iframe{
    height:100%;
    width:100%; 
    z-index: 100;   
}
.hero-main-video-layer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 150;
}
.hero-animation-container{
    position: absolute;
    top:40%;
    bottom:0;
    width: auto;
    text-align: center;
    display: inline-block;
    height:auto;
    left:32.5%;
    max-height: 14vw;
    display:none;
}

.transdev-move-letter-m,
.transdev-move-letter-o,
.transdev-move-letter-v,
.transdev-move-letter-e{
    width: 8.5vw;
    transform: translateX(0%) translateY(0%);
}

.hero-headline-top{
    top: -8%;
    left: -0.5%;   
}
.hero-headline-bottom{
    left: 53.9%;
    bottom: -14%;
}




.hero-headline-top .letter,
.hero-headline-bottom .letter{
    display: inline-block;
    line-height: 1em;
}
  
.hero-headline-top,
.hero-headline-bottom{
    color:#FFFFFF;
    font-size: 3.7vw;
    position: absolute;
    overflow: hidden;
}


/* --- */

.hero-main-animation-container{
    position: absolute;
    top:0;
    left:0;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.conversational-search-container{
    position: absolute;
    display: inline-block;
    width: auto;
    color:#FFFFFF;
    font-size:0;
    font-weight: 200;
    transition: all .4s;    
    margin-top: 0.5vw;
}

.hero-animation-question{
    color: #FFFFFF;
    font-size: 1.8vw;
    display: inline-block;
    width: auto;
    width: 100%;
    overflow: hidden;
    font-weight: normal;
}
.conversational-search-container-col1 span:first-of-type,
.hero-animation-question span:first-of-type,
.conversational-search-container-col2 span:first-of-type{
    padding-left: 0;
}

.conversational-search-container-col1 span,
.conversational-search-container-col2 span
{
    opacity:0;
    display: inline-block;
    padding-left: 0.7rem;
    line-height: 1em;
}
.hero-animation-question span{
    opacity:0;
    display: inline-block;
    padding-left: .4vw;
    line-height: 1em;
}
.conversational-search-container-col1,
.conversational-search-container-col2{
    display: inline-block;
    vertical-align: top;
    font-weight: normal;
    position: relative;
    font-size: 1.5vw;
}
.conversational-search-container-col2{
    min-height: 10vw;
     padding-left: 0.4vw;
}
.conversational-search-container-col2 a{
    color:#FFFFFF;
    text-decoration: none;
    display: inline-block;
    position: relative;
    overflow:hidden;
    opacity:0.8;
    transition: none;
}
.conversational-search-container-col2 a span{
    font-size: 1.5vw;
}
.conversational-search-container-col2 a:hover{
    color:#DB0717;
    text-decoration: none;
    opacity:1;
}
.conversationnal_search_link,
.conversationnal_search_link span.word
{
    cursor:pointer;
}
.conversationnal_search_link_container{
    position: absolute;
    width: 40vw;
}
.conversationnal_search_link_content{
    display: block;
}
.conversational-search-container-col2 .conversationnal_search_link_underline{
    display: inline-block;
    width: 0;
    position: absolute;
    background-color: #FFFFFF;
    height: 0.2rem;
    bottom:4%;
    left:0;   
    transition: none !important;
}

.conversationnal_search_link_container.clicked .conversationnal_search_link_underline{
    display:none;
}
.conversationnal_search_link_container.clicked .conversationnal_search_link{
   opacity:1 !important;
}
.conversationnal_search_link_container.clicked .conversationnal_search_link::after{
    content:'\f00d';
    font-family: "Font Awesome 5 Pro";
    color:white;
    padding-left: 20px;
    font-size: 3rem;
}

.hero-main-container .conversationnal_search_link_container.clicked .conversationnal_search_link::after{
    padding-left: 10px;
    font-size: 1.6rem;
    vertical-align:top;
    transition: none;
}

.hero-main-container .conversationnal_search_link_container.clicked .conversationnal_search_link:hover::after{
    color:#DB0717;
}


.conversational-search-container-col2 .conversationnal_search_link:hover .conversationnal_search_link_underline{
    background-color: #DB0717;
    -webkit-transition: background-color .4s;
    -moz-transition: background-color .4s;
    -ms-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s;
}


.conversational-search-container-col2 .sub_search_container{
    position: absolute;
}
.conversational-search-container-col2 .sub_search_container .word_next_level{
    position: absolute;
    top: 0;
    /*right: -15.8vw;*/
    right:0.5vw;
    opacity: 0;
    width: 15vw;
    text-align: right;
}

.conversational-search-container-col2 .sub_search_container .search_container_btn_link{
    background-color: #DB0717;
    height: 3vw;
    line-height: 3vw;
    min-width: 8vw;
    font-size: 1.5rem;
   opacity: 1; 
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    color:white;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    cursor:pointer;
    transition: none;
}
.conversational-search-container-col2 .sub_search_container .search_container_btn_link:hover {
    background: #940021;
    color: white;
}
.conversational-search-container-col2 .sub_search_container .search_container_btn_link:before{
    content: '\f105';
    color: white;
    font-family: "Font Awesome 5 Pro";
    vertical-align: sub;
    padding-right: 1.6rem;
    font-size: 2.2rem;
}
.hero-main-video-mute{
    position:absolute;
    bottom:2rem;
    right:2rem;
    z-index:10000;
    cursor:pointer;
    display:none;
    font-weight:500;
}
.hero-main-video-mute::after{
    font-weight:500;
    font-size:1.7rem;
    content:'\f028';
    font-family: "Font Awesome 5 Pro";
    color: white;
    font-size: 2.2rem;
}
.hero-main-video-mute:hover::after{
    color: #DB0717;
    font-weight:500;
}
.hero-main-video-mute.muted::after{
    content:'\f2e2';
    font-weight:500;
}


.hero-main-video-pause{
    position:absolute;
    bottom:2rem;
    left:2rem;
    z-index:10000;
    cursor:pointer;
    display:none;
    font-weight:500;
}
.hero-main-video-pause::after{
    font-weight:500;
    font-size:1.7rem;
    content:'\f04c';
    font-family: "Font Awesome 5 Pro";
    color: white;
    font-size: 2.2rem;
}
.hero-main-video-pause:hover::after{
    color: #DB0717;
    font-weight:500;
}
.hero-main-video-pause.paused::after{
    content:'\f04b';
    font-weight:500;
}

.hero-main-video-close{
    width: 9rem;
    height: 7rem;
    position: absolute;
    top: 0;
    right: 0;
    color: black;
    z-index: 100000;
    background: #f2f2f2;
    font-size: 2.8rem;
    text-align: center;
    line-height: 7rem;
    cursor: pointer;
    transition: background 0.5s,color 0.5s;
    display:none;
}
body.mac .hero-main-video-close i{
    vertical-align:middle;
}
.hero-main-video-close:hover {
    color: white;
    background: #940021;
}
@media screen and (max-width: 1150px) {
    .hero-main-container-bg{
        display:none;
    }
    .hero-main-container-bg-mobile{
        display:block;
    }
}


@media screen and (max-width: 767px) {
    .hero-main .bloc-geoloc-container{
        display: none;
    }
    /*.hero-main{
        padding-top: 57.29vw;
    }*/
    .hero-main-video-close {
        width: 4rem;
        height: 4rem;
        line-height: 4rem;
    }
    .hero-main-video-mute {
        bottom: 0;
        right: 0;
        padding: 2rem;
    }
}
