.container-header {
  position: relative;
  padding: 10px 0;
  z-index: 10;
  margin-bottom: 20px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03) inset;
  /*background: rgb(148,187,233,1);*/
  /*background: rgb(238,174,202);
/*	  background: radial-gradient(circle, rgba(238,174,202,1) 0%, rgba(148,187,233,1) 100%);
*/
  /*background: linear-gradient(90deg, rgba(238,174,202,1) 0%, rgba(148,187,233,1) 100%);*/
  background: linear-gradient(0.25turn, #3f87a6, #ebf8e1, #f69d3c);
}
body {
  margin: 0px;
  font-size: 10px;
  /*background: rgb(238,174,202);  /* code généré par https://cssgradient.io */
  /*background: radial-gradient(circle, rgba(238,174,202,1) 0%, rgba(148,187,233,1) 100%); */
  color: #0000ff;
  /*background: linear-gradient(90deg, rgba(238,174,202,1) 0%, rgba(148,187,233,1) 100%);*/
  background: linear-gradient(0.25turn, #3f87a6, #ebf8e1, #f69d3c);

  text-align: justify;
}
.nav-item {
  font-size: 16px;
  font-weight: 600;
  color: #0000ff;
}
/* Pour ne pas afficher "Vous êtes ici" et la suite */
/*
.mod-breadcrumbs__here, .mod-breadcrumbs__item
{
    font-size: 0px;
}
*/
h1 {
    color: #000;
}
}