 .courts {
			 
			-webkit-justify-content: space-around;
			-moz-justify-content: space-around;
			-o-justify-content: space-around;
			-ms-justify-content: space-around;
			justify-content: space-around;
			
			width:25%;
			min-width:140px;
			margin-right:10px;
		}
		
 .cours {
			 
			-webkit-justify-content: space-around;
			-moz-justify-content: space-around;
			-o-justify-content: space-around;
			-ms-justify-content: space-around;
			justify-content: space-around;
			
			width:14%;
			min-width:100px;			
			margin-right:8px;
		}
		
		

.cases{
		height:46px;
		width:100%; 
		font-size:0.9em;
		margin-bottom:2px;	
		 color:#fff;	
		 font-weight:700;
		 border-radius: 6px;
	}
	.cases span.single{
		 height:46px;
		 line-height:46px;
	}
	.cases span{
		 height:46px;
		 line-height:23px;
		 
		
	}
	
	.demi-cases{
		height:22px;
		width:100%;
		font-size:0.9em;
		font-weight:700;
		margin-bottom:2px;	
		border-radius: 6px;
		color: #ffffff;
	}

.cases-et-demi {
    height: 70px;
    width: 100%;
    font-size: 0.9em;
    font-weight: 700;
    margin-bottom: 2px;
    border-radius: 6px;
    color: #ffffff;
    padding-top: 12px;
}
	.demi-cases span{
		 height:22px;
		 line-height:22px;
	}

.double-cases {
    height: 94px;
    width: 100%;
    font-size: 0.9em;
    font-weight: 700;
    margin-bottom: 2px;
    border-radius: 6px;
    color: #ffffff;
    padding-top: 26px;
}

	.cases_cours{
		height:46px;
		width:130px;
		font-size:0.9em;
		margin-bottom:2px;	
		 color:#fff;	
		 font-weight:700;
	}
	.cases_cours span.single{
		 height:46px;
		 line-height:46px;
	}
	.cases_cours span{
		 height:46px;
		 line-height:23px;
		 
		
	}
	
	
		
@media all and (max-width:749px){
		.courts {
			 
			-webkit-justify-content: space-around;
			-moz-justify-content: space-around;
			-o-justify-content: space-around;
			-ms-justify-content: space-around;
			justify-content: space-around;
			
			width:16%;
			min-width:100%;			
			margin-right:8px;
		}
		
	.demi-cases { width: 100%;}
	
	.cases{
		height:36px;
		width:100%;
		font-size:0.9em;
		margin-bottom:2px;	
		 color:#fff;	
		 font-weight:700;
	}
	.cases span.single{
		 height:36px;
		 line-height:36px;
	}
	.cases span{
		 height:36px;
		 line-height:18px;
		 
		
	}
	
}