body {
   
    font-family: Lato;
    font-weight: 300;
    font-size: 1.09em;
    color: #555;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Raleway;
    font-weight: 500;
    line-height: 150%;
}
p {
    line-height: 125%;
    margin-bottom: 25px;
    font-size: 0.99em;
}
b,strong{
    font-weight: 600;
}
.marge-haut{
    margin-top:6rem;
    
}
img.img-logo{
    max-width: 250px;
}
img.logo{
    max-width: 85px;
}
.yinindi{
    background: #5EB461;
    
}
.yinindi-color{
    color: #A09920;
}
.yinindi-bg{
    background: #A09920;
}
.card-link {
  color:#666;
}
.tile-content {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: stretch;
  align-items: stretch;
}
/*************** Projet Card ***************************/
.filtr-item {
  padding-top: 30px;
}
.nav-link {
    display: block;
    padding: .1rem 0.5rem;
        padding-right: 1rem;
        padding-left: 1rem;
}
/******************** Coordination  ***********************************/
.team-member img {
    width: 225px;
    height: 225px;
    border: 7px solid rgba(0,0,0,.1);
}
.mobile-badge{
    position: absolute;
    top  : 15px;
    right: 15px;
    z-index: 1;
    
    color:#fff;
/*    opacity: 0.8;*/
    
}
/************************** owl slick *********************/
.img-border{
    border: 3px solid rgba(0,0,0,.1);
}


.slick-next
{
    right: 10px;
   
}
/************************ scroll-to-top ********************************/
.scroll-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    color: white;
    background: rgba(8, 196, 8, 0.5);
    line-height: 45px;
  }
  .scroll-to-top:focus, .scroll-to-top:hover {
    color: white;
  }
  
  .scroll-to-top:hover {
    background: #343a40;
  }
  
  .scroll-to-top i {
    font-weight: 800;
  }

