h3.reference {

}

p.ok {
	border-style: solid;
	border-width: 1px;
	color: #009900;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 1px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 30px;
    width: 90%;
}

p.ko {
	border-style: solid;
	border-width: 1px;
	color: #cc3300;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 1px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

table.liste {
	border-collapse: collapse;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	empty-cells: show;
	width: 100%;
}

table.liste th {
	background-color: #ffff99;
	border-style: solid;
	border-width: 1px;
	font-size: 10px;
}

table.liste td {
	border-style: solid;
	border-width: 1px;
	text-align: justify;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
    padding-bottom: 5px;
	font-size: 11px;
}

table.liste tr.old {
	background-color: #eeeeee;
}

.texte_old {  
	color: #333366;
	text-decoration: underline;
}

table.liste tr.actif0 {
	background-color: #65ff9b;
}
table.liste tr.actif1 {
	background-color: #65ff9b;
}

table.liste tr.complet0 {
	background-color: #99ccff;
}
table.liste tr.complet1 {
	background-color: #99ccff;
}
table.liste td.complet {
	background-color: #99ccff;
}

table.liste tr.paye0 {
	background-color: #99ccff;
}
table.liste tr.paye1 {
	background-color: #99ccff;
}
table.liste td.paye {
	background-color: rgba(41, 255, 217, 0.32);
}
table.liste td.placeok {
	background-color: rgba(41, 255, 181, 0.62);
}

table.liste tr.incomplet0 {
	background-color: #FF9933;
}
table.liste tr.incomplet1 {
	background-color: #FF9933;
}
table.liste td.incomplet {
	background-color: #FF9933;
}

table.liste tr.attentepaiement0 {
	background-color: #ffcc40;
}
table.liste tr.attentepaiement1 {
	background-color: #ffcc40;
}
table.liste td.attentepaiement {
	background-color: #ffcc40;
}

table.liste tr.inactif0 {
	background-color: #ffffff;
}
table.liste tr.inactif1 {
	background-color: #ffffff;
}
table.liste tr.partiel0 {
	background-color: #d6d6d6;
}
table.liste tr.partiel1 {
	background-color: #d6d6d6;
}

table.liste tr.absent0 {
	background-color: #ffcc40;
}
table.liste tr.absent1 {
	background-color: #ffcc40;
}
table.liste tr.annule0 {
	background-color: #ff0913;
}
table.liste tr.annule1 {
	background-color: #ff0913;
}

table#legende {
    border-collapse: collapse;
	margin-top: 10px;
	width: 100%;
    margin-bottom: 5px;
}

table#legende td {
    border: solid 1px;
    width: 25%;
    text-align: center;
    padding: 5px 5px 5px 5px;
}

table#legende td.actif {
	background-color: #65ff9b;
}

table#legende td.incomplet {
	background-color: #FF9933;
}
table#legende td.attentepaiement {
	background-color: #ffcc40;
}
table#legende td.complet {
	background-color: #99ccff;
}
table#legende td.paye {
	background-color: #99ccff;
}
table#legende td.completpaye {
	background-color: rgba(41, 255, 217, 0.32);
}

table#legende td.inactif {
	background-color: #ffffff;
}
table#legende td.partiel {
	background-color: #d6d6d6;
}
table#legende td.annule {
	background-color: #ff0913;
}

table#legende td.absent {
	background-color: #ffcc40;
}

table.liste2 {
	border-collapse: collapse;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	empty-cells: show;
	width: 100%;
}

table.liste2 th {
	background-color: #a6ff87;
	border-style: solid;
	border-width: 1px;
	font-size: 10px;
}
table.liste2 td {
	 border-style: solid;
	 border-width: 1px;
	 text-align: justify;
	 padding-top: 5px;
	 padding-left: 5px;
	 padding-right: 5px;
	 padding-bottom: 5px;
	 font-size: 11px;
 }

table.tremb td {
	border-style: solid;
	border-width: 1px;
	text-align: center;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-size: 11px;
}

input[type="checkbox"].tremb2 {
	position: absolute;
	opacity: 0;
	z-index: -1;
}
input[type=checkbox].tremb + label::before,
input[type=checkbox].tremb + label::after {
	content: '';
	position: absolute;
	display: inline-block;
}
input[type=checkbox].tremb + label::before {
	left: 0.5rem;
	top: 0.15rem;
	width: 0.9rem;
	height: 0.9rem;
	border: 0.05rem solid black;
	background: white;

}
input[type=checkbox].tremb:checked + label::after {
	left: 0.6rem;
	top: 0.28rem;
	height: 0.8rem;
	border-left: 0.8rem solid black;
}

input[type=checkbox].tremb:focus + label::before {
	outline: 0.05rem dotted;
}

a.bouton {
	background-color: transparent;
}	

.majuscule {
    text-transform: uppercase;
}

.bouton_submit{
	background-color: lightgreen;
	border: 1px solid black;
	font-size: large;
	line-height: 50px;
	color: #888888;
	border-radius: 8px;
	font-weight: bold;
	width: 200px;
	margin: 10px 10px 10px 10px;
}
.bouton_submit:hover{
	color: #000000;
}

.bouton_submit:active{
	color: #000000;
}
.bouton_cancel{
	background-color: lightsalmon;
	border: 1px solid black;
	font-size: large;
	line-height: 50px;
	color: #888888;
	border-radius: 8px;
	font-weight: bold;
	width: 200px;
	margin: 10px 10px 10px 10px;
}
.bouton_cancel:hover{
	color: #000000;
}

.bouton_cancel:active{
	color: #000000;
}
 



/*-------------------- FORMULAIRE V2 ---------------*/
form#form_insc {
/*	background: #e0e0e0;*/
	background: #eeeeee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-style: solid;
	border-color: #aaaaaa;
	border-width: 1px;
	border-radius: 5px;
	padding: 20px;
	width: 700px;
}

form#form_insc fieldset {
	border: none;
	margin-bottom: 10px;
}
form#form_insc fieldset:last-of-type {
	margin-bottom: 0;
}

form#form_insc legend {
	color: #384313;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
	text-shadow: 0 1px 1px #c0d576;
}

form#form_insc fieldset fieldset legend {
	color: #111111;
	font-size: 13px;
	font-weight: normal;
	padding-bottom: 0;
}

form#form_insc ol li.li_1 {
    line-height: 5px;
    list-style: none;
    padding: 5px 5px;
    margin-bottom: 2px;
}
form#form_insc ol li.li_cadre_adm {
	background: #ffdfd3;
	background: rgba(255, 223, 211, 0.3);
	border-color: #ff0913;
	border-color: rgba(255, 9, 19, 0.6);
	border-style: solid;
	border-width: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	line-height: 30px;
	list-style: none;
	padding: 5px 10px;
	margin-bottom: 2px;
}

form#form_insc ol li.li_cadre {
	background: #dddddd;
	background: rgba(95, 94, 94, 0.13);
	border-color: #ffffff;
	border-color: rgba(255, 255, 255, 0.6);
	border-style: solid;
	border-width: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	line-height: 30px;
	list-style: none;
	padding: 5px 10px;
	margin-bottom: 2px;
}
form#form_insc ol li.li_cadre_soft {
	/*background: #D4FFF7;*/
    background: #dddddd;
    background: rgba(95, 94, 94, 0.13);
    border-color: #e3ebc3;
    border-color: rgba(255,255,255,.6);
    border-style: solid;
    border-width: 2px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    line-height: 30px;
    list-style: none;
    padding: 5px 10px;
    margin-bottom: 2px;
}
form#form_insc ol ol li {
	background: none;
	border: none;
	float: left;
}

form#form_insc label {
	float: left;
	font-size: 13px;
	width: 200px;
}
form#form_insc fieldset fieldset label {
	background:none no-repeat left 50%;
	line-height: 20px;
	padding: 0 0 0 30px;
	width: auto;
}

form#form_insc fieldset fieldset label:hover {
	cursor: pointer;
}









.commentaire {
	font-size: 9px;
	Line-Height: 2;
}

.bloc_activite {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 10px;
	display: block;
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-style: solid;
	border-color: #555555;
	border-width: 0.5px;

}

.bloc_activite .choix {
	font-size: 16px;
	font-weight: bold;
}

.bloc_cadre {
	background: #DDdddd;
	background: rgba(95, 94, 94, 0.13);
	border-color: #eef6cf;
	border-color: rgba(238, 246, 207, 0.6);
	border-style: solid;
	border-width: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	line-height: 20px;
	list-style: none;
	padding: 5px 10px;
	margin-bottom: 2px;
    margin-left: 40px;
}

.form_titre {
    font-size: 12px;
    font-weight: bold;
    margin-left: 40px;
}

.total_cotisation {
    font-size: 16px;
    font-weight: bold;
}

.admin_bloc {
	background-color: #b7fdff;
	border-color: #ffffff;
	border-style: solid;
	padding: 10px 10px;
	margin-top : 5px;
}

.criteres {
	background-color: #eeeeee;
	border-color: #aaaaaa;
	border-style: solid;
	padding: 10px 10px 10px 10px;
}
table.criteres td {

}
.criteres button {
	background-color: #c5ffbb;
	border: 1px solid black;
	border-radius: 8px;
	text-shadow: 0px 1px 0px white;
	width: 300px;
	margin: 5px 5px 5px 5px;
}

.cadre_statut {
	background: #dddddd;
	background: rgba(235, 234, 234, 0.13);
	border-color: #eef6cf;
	border-color: rgba(238, 246, 207, 0.6);
	border-style: solid;
	border-width: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	line-height: 20px;
	list-style: none;
	padding: 5px 10px;
	margin-bottom: 2px;
	margin-left: 40px;
	width : 700px;
}

#rouge > div {
	color: red;
}

.covid {
	margin: 10px 10px 10px 10px;
}
.covid input[type=text], select {
	padding: 6px 10px;
	margin: 4px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}