.container-fluid {
	max-width: 1200px;
}

body {
	background-color: #e0e0e0;
}
#page .well {
	background-color: #ffffff;
	border-radius: 20px;
	padding: 30px;
}

#page #clf-titre {
	/* background-image: url('/clf/themes/CLF/CLF-banner.jpg'); */
	height: 120px;
	padding: 0px;
	border-radius: 20px;
	/* background-size: cover; */
	/* background-size: 100%; */
}

#page #clf-titre img{ 
	/* display: block; */
	width: 100%;
	height: 100%;
	border-radius: 20px;
}

.ccm-ui input[type=text]{
	height: initial !important;
}

input{
	height: initial !important;
}