input[type="text"], input[type="e-mail"]{
    height: 43px;
}
input[type="text"], input[type="e-mail"], textarea, input[type="search"] {
    background-color: white;
    padding-left: 15px;
    width: 100%;
    border: 1px solid #f3f3f3;
    border-radius: 2px;
    font-size: 18px;
    font-weight: 400;
    box-shadow: inset 2px 2px 0px 2px #f3f3f3;
    outline: none;
    padding-top: 5px;
}
input[type=submit] {
    background-color: #ffe400;
    font-family: 'Bazooka';
    padding: 8px 10px 2px 10px;
    font-size: 32px;
    position: relative;
    display: inline-block;
    top: 0;
    border-radius: 6px;
    text-transform: uppercase;
    outline: none;
    border: none;
    width: 100%;
    max-width: 350px;
    box-shadow: 0px 4px 0px 3px #ffcc00, 0px 7px 0px 5px #012175;
    -webkit-box-shadow: 0px 4px 0px 3px #ffcc00, 0px 7px 0px 5px #012175;
    -moz-box-shadow: 0px 4px 0px 3px #ffcc00, 0px 7px 0px 5px #012175;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
}
input[type=submit]:hover{
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    top: 6px;
    box-shadow: 0px 3px 0px 1px #ffcc00, 0px 5px 0px 1px #012175;
    -webkit-box-shadow: 0px 3px 0px 1px #ffcc00, 0px 5px 0px 1px #012175;
    -moz-box-shadow: 0px 3px 0px 1px #ffcc00, 0px 5px 0px 1px #012175;
}
div.gform_wrapper .top_label input.medium, div.gform_wrapper .top_label select.medium {
    width: 100%;
    border: none;
    box-shadow: none;
}
div.gform_wrapper textarea.medium {
    width: 100%;
    padding-top: 14px;
    height: 115px;
    border: none;
    box-shadow: none;
}
div.gform_wrapper .gform_footer {
    position: relative;
    top: -6px;
    text-align: right;
    clear: both;
}
div.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 17px;
    clear: none;
}
label.gfield_label {
    display: none;
}
/*validation*/
.gfield_description.validation_message {
    font-size: 17px;
    margin-top: 20px;
}
.validation_error {
    font-size: 20px;
    margin-bottom: 20px;
}
.validation_error, .gfield_description.validation_message {
    font-weight: 700;
    color: #ff3d32;
}
/* contact formulier contact page*/
.gform_wrapper form {
    background-color: #0d55a1;
    border-radius: 8px;
    padding: 20px 26px;
}
div.gform_wrapper ul.gform_fields li.input_inligne {
    width: 50%;
}
h3.gform_title {
    color: #FFF;
    font-family: 'Bazooka';
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 10px;
}
.ginput_container {
    display: inline-block;
    width: 100%;
}
div.gform_wrapper ul.gform_fields li.input_inligne:nth-child(odd) {
    padding-right: 12px;
}
div.gform_wrapper ul.gform_fields li.input_inligne:nth-child(even) {
    padding-left: 12px;
}
.gform_wrapper {
    margin-bottom: 35px;
}
textarea#comment {
    padding-top: 15px;
    padding-left: 20px;
}