html {
	background-color: white;
}

hr {
    border: none;
    border-top: 1px double #333;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
    flex: 1 0 auto;

}

body {
        margin:0px;
}
#header {
	background-color: CornflowerBlue;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.4);  
}

#header h1{
        margin: 0px;
}

#footer {
	background-color: CornflowerBlue;
	box-shadow: 0px -5px 10px rgba(0,0,0,0.4);

}
#main {
	text-align: center;
	display: inline-block;
	width: 100%;
	height:100%;
	padding:10px;
}

.red-text {
	color: red;
}

#footer, #header {
	text-align:center;
}
#qualitePQ {
	display:  none;
}
p {
	text-align:center;
	color: white;
	margin: 8px;;
}

#formulaire_avis {
	text-align: center;
	background-color:white;
	border: 1px black;
}
#formulaire_avis_container {
	background: white;
	color: #333;
/* 	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
 */	padding: 2px;
/* 	display:inline-block;
 */	text-align: left;
/* 	border-radius: 12px;
 */}		

#popup_choix_lieu {
	display:block ruby;
}
.form-nouveau-lieu {
	width: /*rien*/ !important;
}
select {
	display:block;
}