body {
    padding: 0 10px;
}
.wrapper {
    max-width: 500px;
    width: 100%;
    background: none scroll #ffffff;
    margin: 25px auto;
    padding: 25px;
    border-color:rgba(119, 119, 119, 0.4) rgba(119, 119, 119, 0.4) rgba(119, 119, 119, 0.4) rgba(119, 119, 119, 0.4);
    border-radius:3px;
    min-width:300px;
}
.row_64 {
    clear: both;
    min-height: 100px;
    margin-right:-15px;
    margin-left:-15px;
}
.wrapper .title {
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 25px;
    color: inherit;
    line-height:157%;
}
.wrapper .form {
    width: 100%;
}
#devis-processor {
    margin:0em;
}
.form-cta-contact {
    background-color: transparent;
}
.wrapper .form .inputfield {
    margin-bottom: 15px;
    display: inline-block;
    align-items: center;
}
.terms {
    line-height: 100%;
    padding-top:7px;
    padding-bottom:30px;
}
.wrapper .form .inputfield label {
    width: 200px;
    color: #757575;
    margin-right: 10px;
    font-size: 14px;
    line-height:115%;
    display:block;
}
.wrapper .form .inputfield .textarea {
    width: 100%;
    height: 125px;
    resize: none;
}
.wrapper .form .inputfield .custom_select {
    position: relative;
    width: 100%;
    height: 37px;
}
.wrapper .form .inputfield .custom_select:before {
    content: "";
    position: absolute;
    top: 12px;
    right: 10px;
    border: 8px solid;
    border-color: #d5dbd9 transparent transparent transparent;
    pointer-events: none;
}
.wrapper .form .inputfield .input:focus, .wrapper .form .inputfield .textarea:focus, .wrapper .form .inputfield .custom_select select:focus {
    border: 1px solid #FDD700;
}
.wrapper .form .inputfield p {
    font-size: 11px;
    color: #757575;
}
.wrapper .form .inputfield .check {
    width: 15px;
    height: 15px;
    position: relative;
    display: block;
    cursor: pointer;
}
.wrapper .form .inputfield .check input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.wrapper .form .inputfield .check .checkmark {
    width: 15px;
    height: 15px;
    border: 1px solid #fec107;
    display: block;
    position: relative;
    border-color:#FDD700;
}
.wrapper .form .inputfield .check .checkmark:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 2px;
    width: 5px;
    height: 2px;
    border: 2px solid;
    border-color: transparent transparent #fff #fff;
    transform: rotate(-45deg);
    display: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.wrapper .form .inputfield .check input[type="checkbox"]:checked ~ .checkmark {
    background: #fec107;
}
.wrapper .form .inputfield .check input[type="checkbox"]:checked ~ .checkmark:before {
    display: block;
}
.wrapper .form .inputfield .btn {
    width: 100%;
    padding: 8px 10px;
    font-size: 17px;
    border: 0px;
    background: none scroll rgba(253, 215, 0, 0.8);
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    outline: none;
    font-weight:400;
}
.wrapper .form .inputfield .btn:hover {
    background: none scroll #FDD700;
}
.wrapper .form .inputfield:last-child {
    margin-bottom: 0;
}
p.span3 {
    text-align: left;
    font-weight:300;
    margin-top:0px;
    line-height:157%;
}
.wrapper .form .inputfield p.disclaimer {
    line-height: 100%;
    color: #BDBDBD;
    font-size: 12px;
    display:inline-block;
}
.form .inputfield .input {
    transition: all 0.3s ease;
    display:inline-block;
    min-width:200px;
}
.form .inputfield .input, .wrapper .form .inputfield .textarea {
    width: 100%;
    outline: none;
    border: 1px solid #d5dbd9;
    font-size: 15px;
    padding: 8px 10px;
    border-radius: 3px;
    transition: all 0.3s ease;
}
.form .inputfield .input:focus, .wrapper .form .inputfield .textarea:focus, .wrapper .form .inputfield .custom_select select:focus {
    border: 1px solid #FDD700;
}
input.customClass3 {
    position: static;
}
p.disclaimer {
    display: inline;
    font-size:12px;
    line-height:100%;
}
.form .inputfield .input:focus, .form .inputfield .textarea:focus, .form .inputfield .custom_select select:focus {
    border: 1px solid #FDD700;
}
.form .inputfield .input:focus, .form .inputfield .textarea:focus, .form .inputfield .custom_select select:focus {
    border: 1px solid #fec107;
}
.form .inputfield .custom_select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    width: 100%;
    height: 100%;
    border: 0px;
    padding: 8px 10px;
    font-size: 15px;
    border: 1px solid #d5dbd9;
    border-radius: 3px;
    min-width:200px;
}
.column_66 {
    float: none;
    width: 100%;
    min-height: 100px;
    padding-left: 15px;
    padding-right: 15px;
}
.column_67 {
    float: none;
    width: 100%;
    min-height: 100px;
    padding-left: 15px;
    padding-right: 15px;
}
.row_65 {
    clear: both;
    width: auto;
}
label.form-disclaimer {
    display: block;
    font-size:14px;
    letter-spacing:0px;
}
span.span5 {
    font-family: Lato, sans-serif;
}
@media (max-width:420px) {
    .wrapper .form .inputfield {
        flex-direction: column;
        align-items: flex-start;
    }
    .wrapper .form .inputfield label {
        margin-bottom: 5px;
    }
    .wrapper .form .inputfield.terms {
        flex-direction: row;
    }
}
@media only screen and (min-width : 768px) {
    .wrapper .form {
        width: auto;
    }
    .wrapper {
        width: auto;
        padding:25px;
    }
    .wrapper .title {
        min-height: 84px;
    }
    .form .inputfield .input {
        width: 100%;
    }
    .row_64 {
        clear: both;
        min-height: 100px;
        margin-left:-15px;
    }
    .column_66 {
        float: left;
        width: 25%;
        min-height: 100px;
        padding:0px;
    }
    .column_67 {
        float: left;
        width: 75%;
        min-height: 100px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .row_65 {
        clear: both;
        width: auto;
    }
    .wrapper .form .inputfield label.form-disclaimer {
        width: 241px;
    }
    .wrapper .form .inputfield label {
        width: 177px;
    }
}
@charset  "utf-8";

/* CSS Document */
 @import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap');
 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
}
@media only screen and (min-width : 1024px) {
    .wrapper {
        border-style: solid;
        border-width:1px;
        width:auto;
        padding:25px;
    }
    .wrapper .title {
        min-height: 84px;
    }
    .wrapper .form {
        width: auto;
    }
    .form .inputfield .input {
        width: 100%;
        display:inline-block;
    }
    .wrapper .form .inputfield label {
        clear: both;
        width:177px;
    }
    .row_64 {
        clear: both;
        min-height: 100px;
        margin-left:-15px;
    }
    .row_65 {
        clear: both;
        width: auto;
    }
    .column_66 {
        float: left;
        padding:0px;
    }
    .column_67 {
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
    .wrapper .form .inputfield label.form-disclaimer {
        width: 241px;
    }
}