
 * {
      font-family: 'Poppins', sans-serif;
    }

html{
  /* pour compenser le fait d'avoir un navbar sticky pour les liens avec ancre */
  scroll-padding-top: 200px;
}

.nav-mailys.compressed {
/*
  padding-top: 10px;
  padding-bottom: 10px;
  background: #cbcbcb;
  color: #efefef;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
*/
    height:0px;
}

.titre-mailys.titreshrink{
  font-size: 22px;    
}

.transition-nav-mailys{
      transition: all 0.3s;
}

.logo-mailys.logoshrink{
    height:0px;
}

.logo-mailys2.logoexpand{
    height: 70px;
}

.navbar .nav-item:not(:last-child) {
  margin-right: 35px;
}

.dropdown-toggle::after {
   transition: transform 0.15s linear; 
}

.show.dropdown .dropdown-toggle::after {
  transform: translateY(3px);
}

.dropdown-menu {
  margin-top: 0;
}


a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.bg-mailys{
  background-color: rgb(200 200 20 / 90%);
}


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
}

.flex-column-500 {
    max-width: 500px;
}

.flex-column-700{
    max-width: 800px;
}
