/* Styles definition here */

form.cpp_form {
	font-family: 'Montserrat-Medium';
	max-width: 500px;
	margin-bottom:50px;
}

.container_titre a {
	color : #005826;
}

#fbuilder .slots div {
    border: 1px solid #b7b6b4;
    border-radius: 6px;
}

#fbuilder .slots div a {
    background: none;
    padding: 4px 11px;
}

	
#field_1-0 .fieldCalendarServicefieldname1_1 {
	display :none;
}

#fbuilder .slots {
	border : none;
	box-shadow : none
}

#fbuilder .medium {
	width : 300px !important;
}

[type='file'], [type='checkbox'], [type='radio'] {
    margin: 0px 0 0rem;
}

.pbSubmit {
	background-color: #acd695;
    border-radius: 25px;
    padding: 8px 25px;
    margin-top: 27px;
}