

/*custom css*/

button{
    transition: all .2s ease-in-out;
    border: none;
  }

  .alert-warning{
    background-color: #ff4343;
    color: white;
  }

  .far{
    color: #1A2B49;
    font-size: 16px;
  }

  .flexFooter{
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: auto;
  }

  .flexFooter a{
    margin: auto 5px;
    color: #3a547f;
  }

  .flexFooter a:hover{
    text-decoration: none;
  }
  
  .copyright{
    position: absolute;
    right: 20px;
    font-size: 0.8rem;
    top: 0.25rem;
  }

  /*
  .container{
      width: 50%;
  }
  */

  /*Menu custom css*/

  .navbar-light .navbar-brand {
    color: #1A2B49;
  }

  .navbar-light .navbar-brand:hover {
    color: #182844;
  }

  .navbar-light .navbar-nav .nav-link{
    color: #1A2B49;
  }
  
  .navbar-light .navbar-nav .nav-link{
    color: #182844;
  }
  
  .navbar-light .navbar-nav .logout-link {
    color: #a71d1E;
  }

  .navbar-light .navbar-nav .logout-link:hover {
    color: #d12b2b;
  }

  .navbar-light {
    background-color: #e0e0e0;
  }

  /*Card custom css*/

  .bg-card-header{
    background-color: #1A2B49;
  }


  /* Responsive styles 
@media (max-width: 768px) {
    .container{
        width: 100%;
    }
}
*/

/* Nom de l'entreprise*/
.company_name{
  width: 100%;
  text-align: center;
}

.company_name h4{
  font-weight: 700;
  padding-bottom: 20px;
  font-size: 20px;
  color: #1A2B49;
}

.logoC{
  width: 200px;
}

.flex_header{
  display: flex;
  justify-content: center;
} 

/*Bannière Cocoricloud*/

.banniere{
  width: 100%;
}

.banniere img{
  width: 500px;
  margin: 0px auto;
}

/*card*/
.card-body .text-muted{
  color: black;
}

.card-body h5{
  color: #1A2B49;
}

.card-body h5:hover{
  color: #2d4a7b;
}

  /* Responsive styles */
@media (max-width: 768px) {
    .banniere img{
  width: 400px;
}
.flex_header{
  display: block;
} 

.banniere{
  text-align: center;
}

.banniere img{
  width: 300px;
}

.company_name{
 text-align: center;
}

.company_name h4{
  font-size: 18px;
}

.img-fluid{
  width: 80px;
}

.logoC{
  margin: 0 auto;
}

.copyright{
  position: static;
}

.flexFooter{
  flex-wrap: nowrap;
}

}
