@font-face
{
	font-family: Supernova;
	src: url(../fonts/Supernova.ttf);
}

h1,
h2,
h3,
h4,
h5,
h6,
.nav-menu nav .navigation-en-haut li a span {
  font-weight: bold;
  font-family: Supernova !important;
}

.nav-menu nav .navigation-en-haut li a span {
  font-family: Supernova !important;
  color: white;
  font-size: 18pt;
}

.nav-menu nav .navigation-en-haut li.current-menu-item {
  text-decoration: underline;
}

.contact form label {
  font-weight: bold;
  font-size: 18px;
}

.contact form label .required {
  color: #7c3624;
  font-size: 18px;
}

.contact label input,
.contact label textarea {
  width: 100%;
  padding: 10px;
  border: 2px solid #7c3624;
  margin-top: 10px;
  border-radius: 3px;
  font-family: 'Arial';
  color: black;
  font-size: 1em;
}

.contact form input[type=submit] {
  background: #7c3624;
  border: none;
  padding: 1em;
  color: white;
  font-family: 'Arial';
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}

.contact form input[type=submit]:hover {
  background: #111111;
  color: white;
}

body.home h1 {
  display: none;
}

body.home main,
body.home main .entry-content {
  margin-top: 0 !important;
}

body.home main .wp-block-group.alignfull {
  padding-top: 0 !important;
}

strong {
  font-weight: bold;
}

body.home .titre-de-la-page, .menu .panier-menu, .menu .navigation-en-haut li:nth-child(5)
{
		display: none;
}