input, select
{ box-sizing:border-box; -ms-box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }

body  
{ font-family:calibri,arial; text-align:justify;}
#menu-fixed {
	width: 100%;
}
h2
{ text-align: center; font-size: 16px; font-weight: normal; margin: 0 10%; line-height: 1em;}

ul 
{ list-style: none; }

#conteneur
{ margin: 35px 12% 0 10%; }

#conteneur label
{ font-size: 22px; font-weight: bold; width:50%; display: inline-block; }

.simple
{ width : 100px; margin-right: 10px; }

input, select
{ height:40px; border: 1px solid #cccccc;}

.double 
{ width : 210px; }

#conteneur li 
{ margin: 12px; }

#conteneur li.aide_volume, #conteneur li.aide_volume a
{ font-size: 13px; color: #00ADF0; font-weight: bold; }

#conteneur li.bouton 
{ margin-top: 20px; margin-bottom: 15px; text-align: center; }

#resultats
{ width:auto; font-size: 18px; font-weight: bold; }

#resultats ul
{ margin:0px; }

#resultats ul li 
{ background-color: #F1F1F1; border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; margin-bottom:10px; padding:5px 20px; min-height: 185px; }

/*#resultats div.cercle
{ float: left; border-radius:50%; width: 140px; height: 100px; color: white; margin-left: 100px; font-size: 44px; font-weight: bold; padding-top: 40px; margin-top: 5px; text-align: center; }*/

#resultats div.resultats
{ text-align: right; }

#resultats span.titre
{ font-size: 24px; text-transform: uppercase; font-weight: bold; }

#resultats div.resultats 
{ margin-top: 5px }

#resultats div.resultats span
{ font-size: 32px; font-weight: bold; }

.resultats_jour
{ border: 4px solid #00ADF0; }
.resultats_annee
{ border: 4px solid #EC5922; }
.resultats_pourcent
{ border: 4px solid #0C0F16; }

.resultats_jour div.cercle
{ background-color: #00ADF0; }
.resultats_annee div.cercle
{ background-color: #EC5922; }
.resultats_pourcent div.cercle
{ background-color: #0C0F16; }

#footer
{ margin-left: 40px; }

#footer span
{ display: block; width: 100%; text-align:left; }

#footer span.infos
{ font-size: 13px; }

#footer div
{ text-align: center; }

div.bouton
{ margin-top: 20px; margin-bottom: 20px; }

input.bouton
{ background-color: #00ADF0; color: white; margin: 10px 0px; padding: 10px 15px; font-size: 14px; text-transform: uppercase; border-radius: 4px; border: none; cursor: pointer; margin-left: 5px; margin-right: 5px; } 


/* OCTOPOOS ADD */
#resultats div.cercle {
	border-radius: 50%;
	width: 140px;
	height: 140px;
	color: white;
	margin-left: 100px;
	font-size: 44px;
	font-weight: bold;
	margin-top: 0;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
#resultats div.resultats {
	 margin-top: 0; 
}
.resultats_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 12px 0 0 0;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
.resultats_field {
	display: flex;
	flex-direction: column;
}
.resultats_field > * {
	padding: 0 0 14px 0;
}
#resultats div.resultats .resultats_label {
	font-size: 17px;
}