/*  Fred Rimbert - ExtraCSS for Prosilver
    ---------------------------------------------------------------------------------
	Allows you to easily modify the Prosilver style without touching the base files.
    Also eliminates the need to create a custom style.
    ---------------------------------------------------------------------------------
*/

html, body {
  background-color: hsl(38,6%,65%);
  color: #536482;
  margin: 0;
  background: url("https://rimbertweb.fr/cloud/uploads/fbbfe0aa969a538c6f4f2360d3e15a27.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 0%;
  background-repeat: no-repeat;
}

.headerbar {
    background-image: url("https://rimbertweb.fr/cloud/uploads/41d3f153959823a55e4667a3f2f52b2c.png");
    background-size: 100% 110%;
    background-position: 50% 25%;
    border-radius: 7px;
    height: 110px
}

.bg2 { background-color: #EBEFF1 }
