/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

html, body {
	margin: 0;
	padding: 0;
	border: 0;
	position: relative;
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Montserrat', sans-serif;
}  


#container-bandeau {
	height: 400px;
	background-image:url('/images/accueil_bandeau.jpg');
    background-repeat:no-repeat;
    background-size:cover;
	background-position: center center;
	position: relative;
}







.titre_general {
	font-size: 3rem;
	line-height: 4rem;
	padding: 1rem 3rem 0.5rem 3rem;
	background-color:#357595;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.titre_formulaire {
	font-size: 2rem;
}


/* PAGE FORMULAIRE */
#container-formulaire{
	background-color:#e9ecef;
}


#container-formulaire .table {
	font-size: 0.8rem;
}

#container-formulaire .btn:not(:disabled):not(.disabled) {
	font-size: 0.8rem;
}

#container-formulaire .btn:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
	font-size: 0.8rem;
}

.complet {
	font-size: 0.6rem;
	color: #F00;
}



/* PIED DE PAGE */

#container-pieddepage{
	background-color:#357595;
}

#pieddepage-titre {
	font-size: 15px;
	color: #ffffff;
}

.pieddepage-site {
	font-size: 16px;
	color: #ffffff;
}

#pieddepage-adresses {
	font-size: 14px;
	color: #ffffff;
}

