body {
	
	width: 100vw;
	height: 100vh;
	
	
	overflow-x: hidden;
	
	
	background: #000000 url("../img/bkg.jpg") no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
	
	font-family: 'EB Garamond', serif;
	font-size: 16px;
	
	text-align: center;
}

a {text-decoration: none;}



#ajaxer {
	display:none;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.8);
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	text-align: center;
}

#ajaxer .spinner
{
	margin: auto;
	
	position: fixed;
	top: 30%;
}


.hero {
	
	/* max-width: 90vw; */
	
	background:white;
	border:2px solid #AB7C1E;
	text-align: center;
	
	
	
	/*
	
	margin-left: 20px;
	margin-right: 20px;
	
	position: relative;
	top: 30%;
	transform: translateY(-30%);
	
	padding: 20px;
	box-sizing: border-box;
	
	 */
}

.card-real {
	display: none;
}

.title-img {
	max-height: 50px;
}

.bh img {
	height: 20px;
}

.logo {
	
	height: 120px;
	
}

.form-valid {
	display: none;
}

.form-row-nb-personne, .form-row-event {
	display: none;
}

.final {color: #666; font-size: 14px}
.final a {color: #F2CFBA}