body{
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings:"wdth" 100;
	font-size:15px;
	line-height:25px;
	background:#fff;
}

section{
	padding:40px 0;
}

.typo{
	font-family: "Vogue", serif;
	font-weight:normal;
}


h2.titre{
	font-family: "Vogue", serif;
	color:#fff;
	font-size:52px;
	line-height:58px;
	text-align:center;
}

.sous-titre{
	font-family: "Vogue", serif;
	font-size:28px;
}

h2.intitule{
	font-family: "Playfair", serif;
	color:#fff;
	font-size:42px;
	line-height:48px;
	text-align:center;
	text-transform:none;
}

h3.titre{
	font-size:14px;
	color:#B0976D;
	text-align: center;
	margin-bottom:0;
	font-weight:600;
	letter-spacing: 1px;
	text-transform: uppercase;
}

h4.texte{
	font-family: "Playfair", serif;
	font-size:28px;
	line-height:32px;
	font-weight:500;
	margin:30px 0 15px 0;
}

.fil{
	font-size:15px;
	text-align:center;
	color:#B0976D;
	letter-spacing: 1px;
}

.fil a{
	color:#B0976D;
	
}

.fil .delimiter{
	margin:0 10px;
	color:#666;
}

.fil .courant{
	color:#666;
	text-transform: capitalize;
}


p.texte{
	padding-left:20px;
}

.navbar.navbar-dark .navbar-nav{
	padding-top:10px;
	padding-bottom:10px;
	border:none;
}

.navbar.navbar-dark a.nav-link{
	font-size:12px;
	letter-spacing:2px;
	padding:6px 10px;
	font-weight:500;
	text-transform: uppercase;
	border-bottom:2px solid #373D34;
}

.navbar.navbar-dark a.nav-link:hover{
	color:red;
	text-decoration:none;
}

.navbar.navbar-dark a.nav-link.selection{
	color:#B0976D;
}

.navbar .header-language{
	font-size:12px;
}

.navbar .header-language ul{
	border-radius:0px;
	min-width:65px;
	padding:5px;
}



a.souligne{
	text-decoration:underline;
}

a:hover{
	color:#B0976D;
	text-decoration:underline;
}

a.lien{
	color:#B0976D;
	font-weight:600;
	border-bottom:1px dotted #B0976D;
}

a.lien:hover{
	text-decoration:none;
	opacity:0.75;
}

.vert{
	color:#6A9368;
}

.vert2{
	color:#99C158;
}

.beige{
	color:#AF966C;
}

.fond-vert{
	background:#6A9368;
	color:#fff;
}

.fond-vert2{
	background:#99C158;
	color:#fff;
}

.or{
	color:#B0976D;
}

.fond-or{
	background:#B0976D;
}

.blanc{
	color:#fff;
}

.gris{
	color:#888;
}

.fond-blanc{
	background:#fff;
}

.fond-dark{
	background:#121212;
}


i{
	margin-right:5px;
}

.italic{
	font-style:italic;
}

.max-height-100{
	max-height:100%;
}

.object-fit-contain{
	object-fit:contain;
}

h5.intro-petit{
	font-size:13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin:0;
	margin-top:8px;
}

h6.intro-typo{
	font-size:40px;
	margin:0;
	line-height:12px;
	font-family: "Cinzel", serif;
}

.formulaire input, .formulaire textarea, .formulaire select{
	background:#222;
	font-size:16px;
	color:#A6A6A6;
}

.formulaire input, .formulaire select{
	border:none;
	border-bottom:1px dotted #B0976D;
	padding-left:2px;
}

.formulaire textarea{
	border:1px dotted #B0976D;
	padding:25px;
}

.formulaire ::placeholder{
	color:#666;
}

.trait{
	content: "";
	height: 1px;
	width: 30px;
	background-color:#B0976D;
	display: inline-block;
	margin-bottom:5px;
	margin-right:20px;
}

footer{
	font-size:16px;
	line-height:26px;
}
footer .reseau-social i{
	font-size:36px;
	margin:10px;
}

.btn{
	border-radius:3px;
}

form .medium-input, form .medium-textarea{
	border-radius:12px;
	background:#1A1B13;
	color:#ddd;
	font-weight:600;
	border:none;
	font-size:17px;
}

footer .footer-logo img{
	max-height:100px;
}




