@charset "utf-8";
@font-face {
	font-family: 'Avenir';
	src:local('fonts/Avenir-Regular.ttf') format('truetype')
}

body{
	background-color:rgb(227, 227, 227);
	text-overflow: ellipsis;
	font-size: 100%;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;}

#p{
	margin:0px
}

.container{
	display: flex;
	flex-flow: column;
  align-items: center;
  justify-content: center;
}

.titre{
	font-size: x-large;
	width: 70%;
}
.bandeau{
	width: 100%;
	justify-content: center;
    text-align: center;
	padding: 0px;	
	background-color: white !important;
	max-height: 356px;
	height: 35vw; 
}
.bandeau img{
	height: 100%;
	max-width: 960px;
}
.logo img{
	height: auto;
	width: 100%;
}

.title{
	font-size: larger;
	color: rgb(0, 0, 0);
}


.form{
	border-color: black; 
	border: solid 2px; 
	border-radius: 15px; 
	padding: 10px; 
	box-shadow: 12px 12px 2px 1px rgba(0, 0, 255, .2);
}

.inp{
	justify-content: center;
	padding: 10px;
	width: 90%;	
	border: 4px solid #0062b7;	
    border-radius: 10px;
}

.out{
	border: 4px solid #00b762 !important
}

.form input:not([type="checkbox"]) {
    margin-bottom: 15px;
}

.form .checkbox-row {
    margin-bottom: 15px;
}

.form .radio-row {
    display: flex !important 
}
.form label{
	display: block;
	text-align: left;
}

