/* MODIFIER LE BOUTON ENVOYER */
#form-devis .wpf_has_custom_css.ff-btn-submit {
	background-color: #eb5b27 !important;
	border-color: #eb5b27 !important;
	color: #ffffff;
	border-radius:0px!important;
}
/* FIN */
#form-devis .rangeslider__fill {
    background: #0E5722 !important;
}

#form-devis .rangeslider--horizontal {
    height: 10px !important;
}

#form-devis .rangeslider__handle {
    width: 30px !important;
    height: 30px !important;
}

#form-devis .fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label>span:hover {
    color: #0E5722 !important;
}

#form-devis .fluentform label.ff-el-image-input-src {
    width: 80px !important;
    height: 80px !important;
}

/* BAR DÉFILANTE SUIVI FORM */
#form-devis #evolution {
	height:10px; 
	background-color: #eb5b27 !important;
	transition: all 0.5s linear;
}
/* END BAR DÉFILANTE SUIVI FORM */
#form-devis .ff-el-is-error span {
	color: #ff0000 !important;	
}
#form-devis .fluentform-step .error {
	font-weight: bold;
	font-size:1.2em;
	color: #ff0000 !important;
	text-transform: uppercase;
}
#form-devis .fluentform-step input[type=text], #form-devis .fluentform-step input[type=email], #form-devis .fluentform-step textarea {
	border-radius: 0px !important;
	border:1px solid #000 !important;
	background-color: #f7f7f7 !important;
} 
#form-devis .ff-el-progress-status, .ff-el-progress {
	display: none !important;
}
#form-devis .fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff-el-image-holder {
	border: none !important;
}
#form-devis .ff-el-input--label {
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
	font-size:26px !important;
	color: #000 !important;
	margin-bottom:45px !important;
	line-height: 1em !important;
}
#form-devis .devis_end {
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
	font-weight: bold !important;
	font-size:32px !important;
	color: #000 !important;
	margin-bottom:35px !important;	
	text-align: center;
	line-height: 1em !important;
}

#form-devis .ff-el-image-input-src {
	filter: grayscale(100%) !important;
}
#form-devis.ff_item_selected .ff-el-image-input-src {
	filter: grayscale(0%) !important;
}

#form-devis .fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff-el-image-holder .ff-el-image-input-src {
    border: 3px solid transparent !important;
	margin: auto;
}
#form-devis .fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff-el-image-holder.ff_item_selected .ff-el-image-input-src {
    border: 3px solid #000 !important;
	margin: auto;
}
#form-devis .fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff_item_selected span {
    color: #000000 !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: -1px 0 0 0 transparent !important;
	font-weight: 700 !important;
}
#form-devis .ff-el-form-check {
	margin-left:5px !important;
	margin-right:5px !important;
}
#form-devis .ff-el-form-check-label span {
	text-transform: uppercase;
}

/* BOUTON COULEURS ET BORDER RADIUS */
#form-devis .ff-float-right.ff-btn.ff-btn-next, #form-devis ff-btn.ff-btn-submit {
	float: none !important;
    color: #FFFFFF!important;
    letter-spacing: 0px !important;
    font-weight: 300!important;
    background-color: #eb5b27 !important;
    border-radius: 0px !important;
    font-size: 20px !important;
    padding: 10px 30px;
    border: none !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important; 
}
/* FIN BOUTON COULEURS ET BORDER RADIUS */
#form-devis .ff-float-right.ff-btn.ff-btn-next:hover, #form-devis .ff-btn.ff-btn-submit:hover {
	letter-spacing: 1px !important;
	transition: all 0.3s ease !important; 
}
#form-devis .ff-btn.ff-btn-prev {
	background-color: transparent !important;
    color: #000000 !important;
    padding: 0px !important;
    text-transform: uppercase!important;
    border: none !important;
	text-decoration: underline;
    border-radius: 0px !important;
    font-size: 14px !important;
	display: flex;
    justify-content: center;
	margin-top:25px;
	cursor: pointer !important;
}

#form-devis .ff-btn.ff-btn-prev:over {
	text-decoration: none !important;
}

#form-devis .step-nav, #form-devis .ff-inner_submit_container {
	margin-top:50px !important;
    display: inline-flex !important;
	justify-content: center !important;
	flex-direction: column-reverse !important;
}


#form-devis div[data-name=form_step-4_4] .ff-el-input--label {
	margin-bottom: 35px !important
}

div[data-name=form_step-4_4] .ff-el-group:first-child {
	margin-bottom: 35px !important
}

div#form-devis .fluentform-step .ff-el-group:not(:first-child) {
	margin-top:75px;
}

div#form-devis .fluentform-step:last-child .ff-el-input--label {
	font-weight: 400 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    text-align: left !important;
	margin-bottom:5px !important;
}

div#form-devis .fluentform-step:last-child .ff-el-group {
	text-align: left;
}

#form-devis .fluentform form.ff-form-has-steps .ff_submit_btn_wrapper {
    text-align: center !important;
}
div#form-devis .fluentform-step:last-child .step-nav  {
	margin-top:0px !important;
}
div#form-devis .fluentform-step:last-child .ff-btn.ff-btn-prev {
	padding-top: 0px !important;
	margin-top:0px !important;
	margin-left:25px !important
}

#form-devis .row label {
	display: block !important;
	color:#000000 !important;
	font-weight: bold !important;
	font-size:18px !important;
	margin-bottom:15px !important
}

#form-devis .row {
	margin-bottom:30px !important;
}
#devis_end .row {
	margin-bottom:20px !important;	
}
#devis_end label {
	margin-bottom:5px !important;	
}

#form-devis .fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff-el-image-holder {
	padding: 50px !important;
    	background: #f4f4f4 !important;
	box-shadow: rgb(0 0 0 / 8%) 0px 5px 15px;
	margin: 0px 20px !important;
	width: 31% !important;
	margin-bottom: 20px !important;
	min-height: 150px !important;
}

#form-devis .fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label>span {
	background: none !important;
	display: table-row-group !important;
	white-space: inherit !important;
}

@media all and (max-width: 800px) {
	#form-devis .fluentform .ff_el_checkable_photo_holders {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
	}
	#form-devis .fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff-el-image-holder {
		padding: 30px !important;
		background: #f4f4f4 !important;
		box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
		margin: 0px 30px !important;
		width: 100% !important;
		margin-bottom: 30px !important;
	}
}

#form-devis .ff-el-form-check-label span:not(.ff_tc_checkbox) {
	font-size: 18px !important;
	font-weight: 700 !important;
	color: black !important;
	position: absolute !important;
	left: 0 !important;
	top: 37% !important;
	transition: all 0.3s ease !important;
}

/* CHANGE COLOR */
#form-devis .ff-el-form-check-label span:hover {
	color: #eb5b27 !important;
	transition: all 0.3s ease !important;
	letter-spacing: 1px !important;
}

#form-devis .fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff_item_selected span {
	color: #eb5b27 !important;
	transition: all 0.3s ease !important;
	letter-spacing: 1px !important;
}
/* END CHANGE COLOR */

#form-devis .fluentform label.ff-el-image-input-src {
	display: none !important;
}

#form-devis .fluentform .ff-el-form-check-label  span:not(.ff_tc_checkbox) .ff-el-form-check-input {
	display: none !important;
}