/* fixer le menu lors du défilement des pages */
.header.scroll{
	largeur : 100 % ;
	position : fixe ;
	arrière-plan : #000 ;
	haut : 0 ;
}
/* couleur de fond du module "derniers articles" */

.couleur-jaune {background-color:#F1C40F;}
ul.nav > li { width: 16%; text-align:center; }

body {
	background-image: url(/images/FONDS/blanc.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
body.site {
background-image: url(/echo/images/FONDS/blanc.png);
background-repeat: no-repeat;
background-size: cover;
}

/* container-header */
.container-header {  background-color: wheat;
}
.own {
  --cassiopeia-color-primary: #2F9C95;
  --cassiopeia-color-hover: #174F4B;
  --cassiopeia-color-link: #1C5E5A;

/* styles du menu principal */ .grid-child.container-nav { background-color:CD853F; align-items:center; }

/* largeur des colonnes  */
body.wrapper-fluid .site-grid {
  grid-template-columns: [full-start] minmax(0,1fr) [main-start] minmax(0,20%) minmax(0,30%) minmax(0,30%) minmax(0,20%) [main-end] 100px [full-end]
}

    
                                  