 /* entête de site */
  /* titre du site - utilisation taille police vw*/
 .brand-logo {
  font-family: 'BreeSerif', serif !important; 
  color: #e25f6f !important;
  font-size: 5vw !important;
 }
 .container-header .site-description {
	font-family: 'Caveat', cursive;
	color: white;
	font-size: 1em;
}
.container-header {
	/*z-index: 100;*/
	background-color: #ed1639;
	background-image: none;
  margin:0px;
  padding:0px;
}
.navbar-brand{
  margin:0px !important;
  padding:0px !important; 
}
/* mise en forme du footer*/
.footer .grid-child{
 display:inline !important;
}
.container-footer{
  background-image:none !important;
  background-color: #ed1639 !important;
}