/* [class*="col-"]{ */
	/* background-color:#edfeed; */
	/* border:2px solid black; */
	/* border-radius:6px; */
	/* line-height:40px; */
	/* text-align:center; */
/* } */





ul{
	text-align:center;
}

table{
	text-align:center;
}

h4{
	text-align:center;
}

.vert_citron{
	background-color:#b4eeb4;
	
	}
	
.contourRouge{
	border:1px solid red;
	border-radius:6px;
	/* height:70px; */
}

.contourNoire{
	border:1px solid black;
	height:150px;
}

.contourBleue{
	/* border:1px solid blue; */
	height:230px;
}

.contourVert{
	border:1px solid green;
	height:150px;
}

.contourJaune{
	border:1px solid yellow;
	height:150px;
}



.marge{
	margin-top: 50px;
}



.contourVert{
	border:2px solid red;

}

.blanc{
	background-color:#fff;
}


.sub > li {
    height: 0;
    overflow: hidden;
	 transition: all 0.25s ease-in-out; /* n'hésitez pas à jouer avec ces valeurs*/
}

/*input[type="radio"], input[type="checkbox"] {
    display: none;
}*/

input:checked + .sub > li {
    height: 2em;
}


/* .sub > li { */
    /* transition: all 0.25s ease-in-out /*n'hésitez pas à jouer avec ces valeurs*/
/* } */

.sub > li {
    opacity: 0;
    height: 0;
    padding: 0;
    transition: all 0.25s ease-in-out;
}

input:checked + .sub > li {
    padding: 0.7em 1em;
    height: 1.4em;
    opacity: 1;
}


.bordureBlanc{
	border:0.1px solid #fff;
}

.textBlanc{
	color:#fff;
}


























