*{
    overflow-x:hidden;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none; 
}
body {
   overflow-x: hidden; 
}
.container-fluid{
    padding: 0;
}
.video_accueil{
    
    display: block;
          margin: 0 auto;
          position: sticky;
          height: auto;
    max-width: 100vw;
    overflow-x:hidden;
    
}

.clear_animation_container{
    text-align: center;
    position: absolute;
    top: 30vw;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 1;
    font-family: sans-serif
}

.Clear_animation_h1{
    color: white;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 5px;
    margin-bottom: 20px;
    background: rgba(0,0,0,0);
    position: relative;
    animation: text 5s 1;
}
.Clear_animation_h2{
    font-size: 20px;
    color: #A7A7A7;
}
@keyframes text {
    0%{
        color: black;
        margin-bottom: -40%;
    }
    30%{
        letter-spacing: 25px;
        margin-bottom: -40px;
    }
    
    
    85%{
        letter-spacing: 8px;
        margin-bottom: -40px;
    }
}
.info-block{
    width:90%;
    margin: 0 auto;
    text-align: center;
    padding: 30px;
    background: #ddd;
    border-radius: 10px;
    border: 0px solid #ccc;
    margin-bottom: 20px;
    background: url()

}
.info-block h5{
    color: #888;
    font-size: 15px;
    margin-bottom: 15px;
}
.info-block .fas{
    font-size: 35px;
    margin-bottom: 15px;
}
.info-block h3{
     color: #246480;
    margin-bottom: 15px;
}
.info-block h4{
   margin-bottom: 20px;
    color: #353535;
}
.info-block p{
  font-weight: bold;
}
.info-block .red-divider{
    margin-bottom: 20px;
}

.info_image{
    max-width: 50px;
    margin-bottom: 20px;
}
.text-info-1{
    margin-bottom: 20px;
    font-size: 25px;
    
}
.text-info-2{
    color: #3F3F3F;
    font-weight: lighter;
    
}
.container{
    margin-top: 50px;
}


a {
  color: currentColor;
}

body {
  margin: 0;
}

.container_carousel{
    margin: 100px auto 100px auto; 
    width: 60vw; 
    max-width: 550px;
}
.text-center{
    height: 150px;
    background-color: rgba(53, 53, 53, 0.95);
    padding: 25px 0px
}
.text-center t{
    font-size: 25px;
    color: white;
    
}
.fas fa-chevron-up{
    color: #333;
}

.linkedin{
    position: relative;
    margin-top: 15px;
    margin-bottom: 5px;
}

/* MENU */
#myNavbar{
    vertical-align:middle;
}
.navbar {
    background-color: rgba(53, 53, 53, 0.95);
    font-size: 12px;
    border-bottom: 1px solid #fff;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: lighter;
    position: fixed;  
    width: 100vw;
    z-index: 999;
}
.nav-pills .nav-link{
    color: #9A9A9A !important;
    text-align: center;
    margin-right: 10px;
}
.nav-pills .nav-link.active,  .nav-pills .nav-link:hover{
    color: #fff !important;
    background-color: #353535 !important;
    transition: all 0.3s ease-out 0.2s;
}
.navbar-toggler{
    color: #fff !important;
    border-style: none;
}
.logo-nav{
    width: 30px
}