/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

#intro-page {
    background: url(https://immozel.com/wp-content/themes/immozelV2/img/contact/fondContact.png) no-repeat center center;
	background-size: cover;
}
.page-id-37 #syndic{
    padding: 0;
}
#fil,
#catCat{
    display: none;
}
.gerer {
    background: #00505D;
    margin: auto;
    text-align: center;
    padding: 40px 0;
}

.gerer p {
    color: #fff;
    max-width: 1140px;
    margin: auto;
}

.gerer h2 {
    color: #E8AC28;
    max-width: 1140px;
    margin: auto auto 30px;
}

.tact,
.gerer h2,
.gerer p {
    max-width: 1140px;
    text-align: center;
}

.tact {
    margin: auto;
}

/* FORM */
.form {
    max-width: 900px;
    margin: auto;
    padding: 30px 0;
}

#gform_submit_button_2 {
    background: #00505D;
    color: #E8AC28;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    padding: 0.75em 1em 0.5em;
    border: none;
    cursor: pointer;
}

#gform_submit_button_2:hover {
    color: #fff;
}

/* VALIDATION */
.gform_wrapper .validation_message {
    display: none;
}

.gform_wrapper div.validation_error {
    color: #E8AC28 !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 #E8AC28 !important;
    background: transparent !important;
}

.gform_wrapper .gfield_error .gfield_label {
    color: initial !important;
}

.gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    border-color: inherit !important;
}

.gform_wrapper .gfield_required {
    color: #E8AC28 !important;
    margin-left: 4px;
}


@keyframes slide {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

@-webkit-keyframes slide {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

#input_2_1_3,
#input_2_1_6,
#input_2_2,
#input_2_3,
#input_2_9_other {
    border: none;
    border-bottom: 1px solid #00505D;
    animation: slide 1.5s ease;
    -moz-animation: slide 1.5s ease;
    -webkit-animation: slide 1.5s ease;
}

/* textarea{
    
    border:1px solid #00505D;
} */
textarea {
    margin-top: 40px;
    width: 500px;
    height: 100px;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 rgba(0, 80, 93, 0.07);
    border-color: -moz-use-text-color #FFFFFF #FFFFFF -moz-use-text-color;
    -o-border-image: none;
    border-image: none;
    border-radius: 6px 6px 6px 6px;
    border-style: none solid solid none;
    border-width: medium 2px 2px medium;
    -webkit-box-shadow: 0 1px 2px rgba(0, 80, 93, 0.12) inset;
    box-shadow: 0 1px 2px rgba(0, 80, 93, 0.12) inset;
    color: #555555;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    line-height: 1.4em;
    padding: 5px 8px;
    -webkit-transition: background-color 0.2s ease 0s;
    -o-transition: background-color 0.2s ease 0s;
    transition: background-color 0.2s ease 0s;
}

textarea:focus {
    background: none repeat scroll 0 0 #FFFFFF;
    outline-width: 0;
}

#field_2_7 ul {
    padding: 0px;
    margin-left: 0 !important;
}

#field_2_7 .gfield_label,
#label_2_6_1 {
    font-size: 19px !important;
}

#label_2_6_1 {
    margin-left: 40px;
}

li {
    list-style: none;
    display: block;
}

.gfield_checkbox li {
    position: relative;

}

.gfield_checkbox li label:after {
    content: "";
    background: #00505D;
    width: 27px;
    height: 27px;
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    border-radius: 3px;
    z-index: 0;
}

.gfield_checkbox li label:before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 15px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    left: 9px;
    top: 11px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 100ms;
    -o-transition: all 100ms;
    transition: all 100ms;
}

input[type="checkbox"] {
    opacity: 0;
    outline: none;
    z-index: 100;
    width: 27px;
    height: 27px;
    top: 7px;
    left: 0;
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

input[type="checkbox"]+label {
    cursor: pointer;
}

input[type="checkbox"]:checked+label:before {
    opacity: 1;
    top: 10px;
}
#field_2_9{
    margin-top: 32px;
}
#input_2_9_other{
    font-size: .875em;
}
#field_2_9 .gfield_label{
    font-weight: initial;
}
.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked+label {
    font-weight: 500;
}

.num a {
    font-family: 'Open Sans Semibold';
    font-size: 18px;
}

/* MAP */
#map {
    width: 100%;
    height: 400px;
    background-color: grey;
}
/* CAPTCHA */
@media only screen and (max-width: 340px) {
    #input_2_8 iframe{
        margin-left:-20px;
    }

}


@media only screen and (max-width: 1023px) {
    .form {
        padding: 30px;
    }

}


@media only screen and (min-width:480px) and (max-width: 1279px) {
    .gerer h2 {
        padding: 0 20px;
    }
}
