body{
    background-color: black;
}

.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()

}
.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 .red-divider{
    margin-bottom: 20px;
}

.info_image{
    max-width: 200px;
    margin-bottom: 20px;
}
.text-info-1{
    margin-bottom: 20px;
    font-size: 25px;
    color: #fff; 
    font-weight: bold
    
}
.text-info-2{
    text-align: center;
    color: #E4E3E3;
}

.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: #fff;
}

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



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