/* --------- Couleurs de fond du haut de page */
.container-header {
    position: relative;
  	padding: 5px 0;
    z-index: 1;
    margin-bottom: 5px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03) inset;
	background: rgb(251,63,225);  /* couleur de base */
	background: radial-gradient(circle, rgba(251,63,225,100) 0%, rgba(70,78,205,100) 100%);  /* dégradé */
}
/* --------- Épaisseur du header (ajustée aux infos affichées) */
.header .grid-child {padding :0px;
}
/* --------- Couleurs de fond du footer */
.container-footer {
    position: relative;
  	padding: 5px 0;
    z-index: 5;
    margin-bottom: 5px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03) inset;
	background: rgb(70,78,205);  /* couleur de base */
	background: radial-gradient(circle, rgba(70,78,205,100) 0%, rgba(251,63,225,100) 100%);  /* dégradé */
}
/* --------- Épaisseur du footer (ajustée aux infos affichées) */
.footer .grid-child {padding :0px;}
/* ------------------------------------------- */
/* ------------------------------------------- */
/* ------------------------------------------- */
/* ------------------------------------------- */
/* --------- Image fixe dans le wrapper-static */

/* --------- */
/* --------- */
/* --------- #BBC9FF = bleu claire --- #A3279F = violet --- #FFFF0F = jaune */
