/* The page header of Cassiopeia has the class "header" so you control it with .header */
.header {
    /* background: rgb(64, 0, 255); */
    /* background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(119, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%); */
    background: linear-gradient(90deg, rgba(0, 128, 255,1) 35%, rgba(64, 0, 255,1) 100%);
    /* background: linear-gradient(90deg, rgba(255, 0, 0, 1) 0%, rgba(0, 0, 255, 0.5) 100%); */
    /* background: linear-gradient(to right, blue 50%, red 50%); */
}

/* Smaller banner */
.container-banner .banner-overlay {
    height: 40vh;
}

/* Gestion Couleur H1 articles */
.page-header{
    background: #0040ff;
    color : #ffffff;
    height: 10vh;
    text-align: center;
    
}
 
/* Gestion couleur de fond Menu déroulant .metismenu.mod-menu .mm-collapse */
.metismenu.mod-menu .mm-collapse {
    background: #0040ff;
}

/* Gestion couleur Texte Menu déroulant .metismenu.mod-menu .mm-collapse */
.metismenu.mod-menu .mm-collapse a {
    color: #ffffff;
}

/* Gestion couleur lien a:Hover menu Top */
.container-header .mod-menu a:hover {
    color: #ff9933;
}






/* Modification CSS pour Icon FB dans menu Top */
/*.iconfb {
    background-color: transparent; 
    background-image: url('/images/icons/FB_noir_40px.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 60px; /* Espace pour afficher l'image sans masquer le texte (à ajuster selon la largeur de l'image) 
    display: inline-flex;
    align-items: center;
} */

/* Modification alignement Bloc Footer en Haut */
.footer .grid-child {
  justify-content:space-between;
  align-items:flex-start;
  padding:2.5rem .5em
}

/* Modification couleur lien a:Hover Bloc Footer */
.footer .grid-child a:hover {
    color: #ff9933;
}

/* Gestion Fond coloré FOOTER */
.footer {
    /* background: rgb(64, 0, 255); */
    /* background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(119, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%); */
    background: linear-gradient(90deg, rgba(0, 128, 255,1) 35%, rgba(64, 0, 255,1) 100%);
    /* background: linear-gradient(90deg, rgba(255, 0, 0, 1) 0%, rgba(0, 0, 255, 0.5) 100%); */
    /* background: linear-gradient(to right, blue 50%, red 50%);
  
}





