/* FLOATING LABEL */
.floating-label {
    position: relative;
}
.floating-label ::-webkit-input-placeholder, .floating-label :-moz-placeholder, .floating-label ::-moz-placeholder, .floating-label :-ms-input-placeholder {
    color: #fff;
}
.floating-label label {
    position: absolute;
    top: 18px;
    left: 16px;
    color: #878ca0;
    font-size: 16px;
    line-height: 1;
    z-index: 1;
    transition: all 0.25s;
}
.floating-label label sup{
    color:#2175d9;
    top: -0.5em;
}
.floating-label-active label {
    top: -18px !important;
    left: 0 !important;
    font-size: 12px !important;
}
.bgc3 .floating-label-active label {
    color: #fff;
}
.bgc3 .floating-label-active label sup, .floating-label-active label {
    color: #fff;
}

/* STD FORM */
.std-input, .std-input-small, .std-input-medium {
    background-color: #fff !important;
    width: 100%;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    color: #0f1941;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding: 0 16px;
}
.std-input.input-error, .std-input-small.input-error, .std-input-medium.input-error {
    border: 1px solid #e74536;
}
.std-input.incomplete, .std-input-small.incomplete, .std-input-medium.incomplete {
    border: 1px solid #2175d9;
}
.std-input.filled, .std-input-small.filled, .std-input-medium.filled {
    color: #d7d7d7;
}
.std-input-medium {
    font-size: 16px !important;
}
.bgc1 .std-input.input-error {
    border: 1px solid #2175d9;
}
textarea.std-input {
    height: 150px;
    line-height: 1.2 !important;
    padding-top: 16px;
}
.char-counting {
    font-size: 12px;
    color: #878ca0;
    text-align: right;
}
small.input-error {
    color: #fff;
}
.bgc1 small.input-error {
    color: #2175d9;
}
.bgc3 small.input-error {
    color: #f7f5f0;
}
.std-form fieldset {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.std-form fieldset.create-account, .std-form fieldset.without-border {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.std-form fieldset.c {
    padding: 30px;
    padding-bottom: 0;
    border: 1px solid #d7d7d7;
}
.std-form fieldset.c h3 {
    margin-bottom: 40px;
}
.std-form h2, .std-form h3 {
    font-size: 26px;
}
.std-form h4 {
    font-size: 20px;
    color: #d7d7d7;
}
.std-form h4.incomplete {
    color: #2175d9;
}
.std-form p.intro {
    line-height: 1.8;
}
.std-form .row {
    margin-bottom: 30px;
}
.std-form .row .column {
    margin-bottom: 30px;
}
.std-form .row .column:last-of-type {
    margin-bottom: 0;
}
.std-form .row-skills .column {
    margin-bottom: 0;
}
.std-form .checkbox, .std-form .radio {
    line-height: 20px;
    margin-bottom: 10px;
    overflow: hidden;
}
.std-form .checkbox input, .std-form .radio input {
    position: relative;
    top: 2px;
    float: left;
    width: 15px;
    height: 15px;
    padding: 0;
    margin: 0 10px 0 0;
    overflow: hidden;
}
.std-form .checkbox label, .std-form .radio label {
    display: block;
    line-height: 20px;
    overflow: hidden;
}
.std-form .checkbox label a, .std-form .radio label a {
    color: #d7d7d7;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.std-form .checkbox label a.u, .std-form .radio label a.u {
    text-decoration: underline;
}
.std-form .checkbox label a.u:hover, .std-form .radio label a.u:hover {
    opacity: 0.6;
    text-decoration: none;
}
.std-form .inline-radio label {
    float: left;
}
.std-form .inline-radio input + label + input {
    margin-left: 20px;
}
.std-form .tip {
    font-size: 12px;
    color: #878ca0;
    margin-bottom: 30px;
}
.std-form .opt-in {
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    padding: 20px 0;
    margin-bottom: 0;
}
.std-form .opt-in label {
    font-size: 16px;
}
.std-form .opt-in label a {
    color: #d7d7d7;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.std-form .opt-in label a:hover {
    opacity: 0.6;
}
.std-form .opt-in .checkbox {
    margin-bottom: 0;
}
.std-form .opt-in .row {
    margin-bottom: 10px;
}
.std-form .opt-in .row:last-of-type {
    margin-bottom: 0;
}
.std-form .action {
    padding: 40px 0;
}
.std-form p.cnil {
    margin: 0;
}
.std-form input.disabled {
    background: #f7f5f0;
}
.std-form .sep {
    height: 1px;
    background: #d7d7d7;
    margin-top: 20px;
    margin-bottom: 20px;
}
.account-form .opt-in {
    border: 1px solid #d7d7d7;
    border-top: none;
    padding: 20px 30px;
    margin-top: -40px;
    margin-bottom: 40px;
}
.account-form .action {
    padding-top: 0;
}
.account-form .action button {
    float: right;
}
.account-form .action a {
    float: left;
}
p.cnil {
    line-height: 20px !important;
    font-size: 12px !important;
    color: #878ca0;
    margin: 0;
}
p.cnil a {
    color: #d7d7d7;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
p.cnil a:hover {
    opacity: 0.6;
    text-decoration: none !important;
}
.bgc1 p.cnil, .bgc3 p.cnil, .bgc6 p.cnil {
    color: #fff;
}
.bgc1 p.cnil a, .bgc3 p.cnil a, .bgc6 p.cnil a {
    color: #fff;
    text-decoration: underline;
}

.error {
  color: #e74536;
}

/* CONTACT FORM 7 ##wpcf7-f5930 */

#_basic-wpfc7-wrapper {
    padding: 40px;
    background:#2175d9;
}

#_basic-wpfc7 div.row {
    margin-bottom: 30px;
}

#_basic-wpfc7 p {
    margin-top: 0;
}

#_basic-wpfc7 .selectric-wrapper {
    margin-bottom: 3Opx !important;
}

#_basic-wpfc7 label {
    font-weight: 400;
}

#_basic-wpfc7 input[type="text"] {
    background-color: #fff;
    width: 100%;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    color: #0f1941;
    font-size: 20px;
    padding: 0 16px;
}

/* hidden fields */
#_basic-wpfc7 #hidden_fields {
  display: none !important;
}

#_basic-wpfc7 .selectric-items ul {
    margin: 0;
}

#_basic-wpfc7 .checkbox {
    font-weight: 400;
    color: #fff;
}

#_basic-wpfc7 .checkbox input {
    margin-right: 10px;
}

#_basic-wpfc7 button[type="submit"] {
    height: 76px;
    margin-top: 30px;
    padding: 0 30px 0 30px;
    border: 2px solid #FFF;
    border-radius: 3px;
    cursor: pointer;
    background: none;
    color: #fff;
    font-family: 'GraphikRegular';
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
}

#_basic-wpfc7 .bt-color7:hover, .bt-color7.active {
    background: #0f1941;
    color: #fff;
    border-color: #0f1941;
}

#_basic-wpfc7 p.cnil {
    margin-top: 30px;
    line-height: 20px !important;
    font-size: 12px !important;
    color: rgba(255, 255, 255, .5) !important;
}
.wpcf7-form .wpcf7-response-output {
    display: none !important;
}

#_basic-wpfc7 p.cnil a
{
    line-height: 20px !important;
    font-size: 12px !important;
    color: rgba(255, 255, 255, .5) !important;
    text-decoration: underline;
    cursor: pointer;
}

#_basic-wpfc7 p.cnil a:hover
{
    color: rgba(255, 255, 255, .5) !important;
    text-decoration: none;
}

/* Medium devices (tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .std-input {
        font-size: 20px;
        height: 58px;
        line-height: 58px;
    }
    .std-form .row .column {
        margin-bottom: 0;
    }
    .std-form .row-skills .column {
        margin-bottom: 0;
    }
    .floating-label label {
        font-size: 20px;
        top: 22px;
        left: 16px;
    }
    .floating-label-medium label {
        top: 22px;
        font-size: 16px;
    }
}

/* Large devices (desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .std-input {
        height: 76px;
        line-height: 76px;
    }
    .std-input-medium {
        height: 58px;
        line-height: 58px;
    }
    .std-form .row {
        margin-bottom: 30px;
    }
    .std-form .row .column {
        margin-bottom: 30px;
    }
    .std-form .row .column:last-of-type {
        margin-bottom: 0;
    }
    .std-form .row-skills .column {
        margin-bottom: 0;
    }
    .floating-label label {
        top: 28px;
    }
    .floating-label-medium label {
        top: 22px;
    }
}

.selectric-scroll ul
{
    padding: 0 !important;
}

.selectric-scroll ul li
{
    padding-left: 15px;
}

.fc0
{
    color:  #ffffff;
}