/* couleur de base du template */
:root {
--cassiopeia-color-primary: #0076d1;
--cassiopeia-color-hover: #69a8f5;
--cassiopeia-color-link: #0076d1;
}




/* hauteur max de la banner */
.mod-custom.custom.banner-overlay{
max-height: 300px;
}

/*-------------TEST ----------*/

.container-below-top, .container-topbar {
  color: #fff;
  height: 60px;
}

/* Landscape phone to portrait tablet */
@media (max-width: 840px) { 
  #mod-custom128{
    display: none;
    margin-left:150px;
  }
}

