#topbar-inner, .topbar .fill {
    height: 50px;
    background-image: url(../i/fond_haut.jpg);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 1), inset 0 -1px 0 rgba(0, 0, 0, 1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 10), inset 0 -1px 0 rgba(0, 0, 0, 10);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 1), inset 0 -1px 0 rgba(0, 0, 0, 1);
}
.container {
	background:#FFF;
	
}

.container-fluid {
	background:#FFF;
	
}

.spacer {
	display: block;
	height: 80px;
	width: 100%;
	
}
.mini {
	display: block;
	height: 10px;
	width: 100%;
	
}



body {
	background-color: #EEE;
  
	}


body, html {
 
font-family: 'Roboto', sans-serif !important;

}

.btn-sm {
	font-size: 0.8em !important;
	
}

input[type=submit]{
	background-color: darkgray !important;
	color: #FFF;
	
}




@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;900&display=swap');