#Qui_sommes_nous{
    min-height: 100vh;
    margin-bottom: 0;
}
.container{
    margin: auto; 
    text-align: center;
}
h1{ 
    padding:100px 0 70px 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 40px
}
h2{
    margin-top: 80px;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
}
p{
    margin: 70 60 120 60;
    font-weight: 500;
    font-size: 18px;
    
}
.video{
    max-width: 100%;
}
.text-center{
    height: 150px;
    background-color: #333;
    padding: 25px 0px;
    margin-top: 100px;
}
.text-center t{
    font-size: 25px;
    color: white;
    
}

.info-block{
    width:90%;
    margin: 0 auto;
    text-align: center;
    padding: 0px;
    background: #ddd;
    border-radius: 10px;
    border: 0px solid #ccc;
    margin-bottom: 20px;
    background: url()

}
.info_image{
    max-width: 180px;
    margin-bottom: 20px;
}

.référence{
    max-width: 80vw;
    
}

.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;
    
}
.text-center a{
    color: #333;
}




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

/* MENU */
.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; 
    top: 0px;
    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;
}
