@charset "UTF-8";
/* CSS Document */


#concession-list {
    padding: 25px 10px;
    border-radius: 10px;
    background-color: #242830;
}
#concession-list ul {
    padding-right: 0;
}
#concession-list ul li a {
    padding: 10px;
    border-radius: 10px;
    background-color: #FFF;
}



#tabs-container, #tool-complement {
	padding-right: 60px;
}



#header {
	margin-bottom: 50px;
}
#header .subtitle {
	margin-bottom: 40px;
}
#header .nb {
	font-size: 16px;
	margin-bottom: 10px;
}
#header .select {
	margin-right: 10px;
	width: auto;
}
#header select {
	min-width: 245px;
}





@media (max-width: 767px) {
	#tabs-container, #tool-complement{
		padding-right: 15px;
	}
	/*-- Header --*/
	#header{
		margin-bottom: 20px;
	}
	#header .select{
		margin-bottom: 10px;
		width: 100%;
	}
	#header select{
		max-width: 100%;
		width: 100%;
	}
}