#Qui_sommes_nous{
    min-height: 100vh;
    margin-bottom: 0;
}
.container{
    margin: auto; 
    text-align: center;
}

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

}
h2{
    margin-bottom: 20px;
}
.info-block .fas{
    font-size: 35px;
    margin-bottom: 15px;
}
.info-block h3{
     color: #246480;
    margin-bottom: 15px;
}


.info-block .red-divider{
    margin-bottom: 20px;
}

.info_image{
    max-width: 200px;
    margin-bottom: 50px;
}
.text-info-1{
    margin-bottom: 20px;
    font-size: 25px;
    color: #fff; 
    font-weight: bold
    
}
t{
    font-size: 20px;
}
p{
    margin-bottom: 100;
    font-size: 20px;
}

.text-center{
    height: 150px;
    background-color: rgba(53, 53, 53, 0.95);
    padding: 25px 0px;
    margin-top: 100px;
}
.text-center t{
    font-size: 25px;
    color: white;
    
}
.text-center a{
    color: #333;
}



.titre{
    text-align: center;
}
h1{
    margin: 50 0 100 0; 
    padding-top: 50px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 40px;
    color: #333;
}
.bouton{
    text-decoration: none;
    font-size: 
}

.button_retour{
    background-color: #E30013;
    padding: 5px 10px;
    border-radius: 5px;
    color: #FFF;
}
.button_retour:hover{
    color: white;
    text-decoration: none;
    background-color: #BD0010;
    transition-duration: .5s;
}
.contact_block1{
    margin-top: 25px;
}

.contact_block2{
    margin: 90px;
}

.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;
}
