@font-face {
    font-family: currentFont;
    /* src: url(assets/font/Joules\ et\ Jaques\ Hand.otf);
    src: url(assets/font/Joules\ et\ Jaques\ Hand\ Upright.otf); */
    src: url(/assets/font/Joules\ et\ Jaques\ Serif.otf);
    /* src: url(assets/font/Joules\ et\ Jaques\ Serif\ Bold.otf); */
}

body {
	font-family:"currentFont", sans-serif !important;
}

.background-image {
	background: url(https://static.wixstatic.com/media/422ed4_041ade9d7f554e3ba43e7f6b0dbbe04af000.jpg/v1/fill/w_1920,h_411,al_c,q_85,usm_0.33_1.00_0.00,enc_auto/422ed4_041ade9d7f554e3ba43e7f6b0dbbe04af000.jpg) no-repeat;
	background-position: 50% 100%;
	background-size: fill;
}

/* HEADER */
header, .content{
	background-color: rgba(0, 0, 0, 0.6);
}

header a {
	color: white !important;
	text-decoration: none !important;
	font-size: 13px !important;
}

.nav-item {
	padding: 0 5px !important;
}

.nav-link:hover {
	color: #C8AD7F !important;
	text-decoration: none !important;
	font-size: 13px !important;
}

.nav-link:active {
	text-decoration: none !important;
	font-size: 13px !important;
}

.mobile .dropdown-menu {
	background-color: transparent;
	border: none;
	color: white;
}

.dropdown-item:hover {
	background-color: transparent !important;
	color: #C8AD7F !important;
	text-decoration: none !important;
	font-size: 13px !important;
}

.dropdown-item:active {
	background-color: transparent !important;
	text-decoration: none !important;
	font-size: 13px !important;
}

.contact {
	background-color: #C8AD7F;
}

.active-font {
	color: #C8AD7F !important;
}


.desktop .dropdown:hover>.dropdown-menu {
	display: flex;
	flex-direction: column;
	border-radius: 0;
}

.desktop  .dropdown>.dropdown-toggle:active {
	pointer-events: none;
}

.dropdown-menu-center {
	left: 50% !important;
	right: auto !important;
	text-align: center !important;
	transform: translate(-50%, 0px) !important;
}

.content {
	padding: 120px 0;
}

/* Pour changer la couleur des lignes du navbar-toggler-icon en rouge */
.navbar-toggler {
	background-color: white !important;
}





/* FOOTER */
footer {
	background-color: #757575;
	color: white;
	line-height: 1.1rem;
}

footer a, footer a:hover {
	color : white;
	text-decoration: none;
}

footer h2 {
	font-size: 14px !important;
	text-transform: uppercase;
}

.letter-spacing {
	letter-spacing: 0.15em;
}

.list-group-item {
	padding: 1px !important;
	font-size: 14px !important;
}

.copyright {
	font-size: 12px;
}




/* FORMULAIRE */

  .hborder {
	  border-bottom: 1px solid #DDD;
	  margin-bottom: 10px;
	  display: block;
	  font-size: 16px;
	  text-align: left;
  }

  .control-group {
	  margin-bottom: 15px;
	  padding-top: 15px;
	  display: block;
  }

  .li_error {
	  color: red;
	  font-size: 14px;
  }

  .input-text {
	  font-size: 14px;
  }

  .text_form {
	  font-size: 14px;
  }


@media only screen and (min-width: 1074px) {
	.nav-item {
		padding: 0 10px !important;
	}

}