.button {
	cursor: pointer;
	transition: all 0.3s ease-out;
}
.button:hover {
	background: rgba(1, 174, 188, 0.75);
}
.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
	z-index: 1000;
}
.overlay:target {
	visibility: visible;
	opacity: 1;
	overflow: scroll;
}
.popup {
	margin: 70px auto;
	padding: 20px;
	background: #fff;
	width: 70%;
	position: relative;
}
.popup .close {
	position: absolute;
	top: 20px;
	right: 30px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
.popup .close:hover {
	color: #01AEC0;
}
.popup .content {
	max-height: 30%;
	overflow: auto;
	margin-top: -3%;
}
#popup1>div>p {
	margin-bottom: 0;
}
/* REGLAGES FORMULAIRE*/
body .gform_wrapper ul li.gfield {
	margin-top: 0 !important;
	padding-left: 1em;
	background: inherit;
	padding: inherit;
	border-bottom: none;
	font-size: 1em;
}
body .gform_wrapper .top_label div.ginput_container {
	margin-top: 0 !important;
}
.gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker),
.gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker) {
	margin: 0 !important;
}
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text] {
	margin-bottom: 8px !important;
}
.gform_wrapper li.hidden_label input {
	margin-top: 8px !important;
	margin-bottom:8px;
}
/* CUSTOM SELECT */
.select-selected {
	width: 339px;
	height: 39px;
	border: 1px solid #bfbfbf;
	background: #fff url(https://www.fileogroupe.coop/wp-content/themes/fileo-groupe/img/select-pop.png) center right no-repeat;
	color: #6c6c6c;
	padding: 0.6em 0.5em 0 0.3em;
	margin-bottom: 8px;
	margin-top: 8px;
}
.select-selected::placeholder {
	color: #bfbfbf;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
#input_2_6 {
	border: 1px solid #bfbfbf !important;
}
/* The container must be positioned relative: */
.customselect {
	position: relative;
}
.sf-field-reset,
.sf-field-submit {
	margin-top: 3em;
}
.ginput_container_select {
	display: none;
}
.sf-input-select:after {
	position: absolute;
	content: "";
	top: 14px;
	right: 10px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: #fff transparent transparent transparent;
}
.sf-input-select.select-arrow-active:after {
	border-color: transparent transparent #fff transparent;
	top: 7px;
}
.select-items div,
.sf-input-select {
	color: #707070;
	padding: 4px 10px;
	border: 1px solid #bfbfbf;
	border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
	cursor: pointer;
}
.select-items {
	position: absolute;
	background-color: #fff;
	top: 98%;
	width: 339px;
	left: 0;
	right: 0;
	z-index: 99;
	border: 1px solid #bfbfbf;
}
.select-hide {
	display: none;
}
.sf-item-0 div:hover,
.same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
}
#gform_submit_button_2 {
	border: none;
	background: #3FBBC3;
	color: #fff;
	font-size: 1em;
	text-transform: uppercase;
	padding: 0.47em 1em;
}
.gform_wrapper .gform_footer {
	padding: 0 !important;
	margin: 0.5em 0 0 !important;
}
/* END*/
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
	background: #01AEBC;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	padding: 0.75em 1em 0.5em;
	align-self: flex-end;
}
/* VALIDATION */
.gform_wrapper .validation_message {
	display: none;
}

.gform_wrapper div.validation_error {
	color: #01AEBC !important;
	border: 2px solid transparent !important;
	width: 98.5% !important;
	font-size: 1.2em !important;
	margin-bottom: 0 !important;
}
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	border: 2px dashed #01AEBC !important;
	background: transparent !important;
}
.gform_wrapper .gfield_error .gfield_label {
	color: initial !important;
}
.gform_wrapper .gfield_required {
	display: none;
}
.note {
	background: rgba(241, 241, 241, .8);
	display: inline-block;
	padding: 20px 20px 10px;
	margin: 10px auto 20px;
}
.note h4 {
	font-weight: 700;
	margin-bottom: .5em;
}
#gform_confirmation_wrapper_2,
#gform_confirmation_wrapper_3,
#gform_confirmation_wrapper_4,
#gform_confirmation_wrapper_6,
#gform_confirmation_wrapper_7,
#gform_confirmation_wrapper_8,
#gform_confirmation_wrapper_9,
#gform_confirmation_wrapper_10,
#gform_confirmation_wrapper_11,
#gform_confirmation_wrapper_12,
#gform_confirmation_wrapper_13,
#gform_confirmation_wrapper_14 {
	margin-top: 4% !important;
	overflow: hidden;
}
.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
    line-height: 1 !important;
    font-weight: 600;
    color: #545454;
    margin-top: 0.5em;
}
.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label, .gform_wrapper *, .gform_wrapper :after, .gform_wrapper :before{
    color: #545454;
/*    font-size: 0.8em;*/
}
.ginput_container_radio > .gfield_radio > li{
    color: #545454;
/*    font-size: 0.8em;*/
}
body .gform_wrapper .top_label div.ginput_container_textarea{
    margin-top: 1em !important;
}
#field_9_18 > div{
    margin-bottom: 1em;
}
.gform_wrapper textarea.medium {
    border: 1px solid #c7c7c7;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin: auto;
    margin-right: 3px;
	margin-top:-6px !important;
}
.hrpop{
    margin: 1em 0 0;
    height: 1.2px;
}
.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
    margin: 0 !important;
    font-size: 1em;
}
@media screen and (max-width: 640px) {
.popup {
	width: 95%;
	margin: auto;
}
}
@media screen and (min-width: 700px) and (max-width: 700px) {
.but {
	width: 70%;
}
.popup {
	width: 70%;
}
}
@media screen and (max-width: 1200px) {
.select-selected {
	width: 100%;
}
}