/* @extend display-flex; */

display-flex,
.signup-content,
.form-row,
.form-radio,
.select-icon,
.select-icon i {
    display: flex;
    display: -webkit-flex;
}


/* @extend list-type-ulli; */

list-type-ulli {
    list-style-type: none;
    margin: 0;
    padding: 0;
}


/* Montserrat-300 - latin */

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/montserrat/Montserrat-Light.ttf");
    /* IE9 Compat Modes */
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/montserrat/Montserrat-Regular.ttf");
    /* IE9 Compat Modes */
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    src: url("../fonts/montserrat/Montserrat-Italic.ttf");
    /* IE9 Compat Modes */
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/montserrat/Montserrat-Medium.ttf");
    /* IE9 Compat Modes */
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/montserrat/Montserrat-SemiBold.ttf");
    /* IE9 Compat Modes */
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/montserrat/Montserrat-Bold.ttf");
    /* IE9 Compat Modes */
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 700;
    src: url("../fonts/montserrat/Montserrat-BoldItalic.ttf");
    /* IE9 Compat Modes */
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 900;
    src: url("../fonts/montserrat/montserrat-v12-latin-900.ttf"), url("../fonts/montserrat/montserrat-v12-latin-900.eot") format("embedded-opentype"), url("../fonts/montserrat/montserrat-v12-latin-900.svg") format("woff2"), url("../fonts/montserrat/montserrat-v12-latin-900.woff") format("woff"), url("../fonts/montserrat/montserrat-v12-latin-900.woff2") format("truetype");
}

a:focus,
a:active {
    text-decoration: none;
    outline: none;
    transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
}

input,
select,
textarea {
    outline: none;
    appearance: unset !important;
    -moz-appearance: unset !important;
    -webkit-appearance: unset !important;
    -o-appearance: unset !important;
    -ms-appearance: unset !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    appearance: none !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    -o-appearance: none !important;
    -ms-appearance: none !important;
    margin: 0;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -o-box-shadow: none !important;
    -ms-box-shadow: none !important;
}

input[type=checkbox] {
    appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    -webkit-appearance: checkbox !important;
    -o-appearance: checkbox !important;
    -ms-appearance: checkbox !important;
}

input[type=radio] {
    appearance: radio !important;
    -moz-appearance: radio !important;
    -webkit-appearance: radio !important;
    -o-appearance: radio !important;
    -ms-appearance: radio !important;
}

img {
    max-width: 100%;
    text-align: center;
    height: auto;
}

figure {
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}

input:-webkit-autofill {
    box-shadow: 0 0 0 30px transparent inset;
    -moz-box-shadow: 0 0 0 30px transparent inset;
    -webkit-box-shadow: 0 0 0 30px transparent inset;
    -o-box-shadow: 0 0 0 30px transparent inset;
    -ms-box-shadow: 0 0 0 30px transparent inset;
}

ul {
    margin: 10;
    padding: 10;
    list-style: none;
}

h2 {
    line-height: 1.66;
    margin: 0;
    padding: 0;
    font-weight: 700;
    color: #222;
    font-family: 'Montserrat';
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.loader {
    display: block;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fafafa url('../images/ajax-loader.gif') no-repeat center center;
    text-align: center;
    color: #4e73df;
}

h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.clear {
    clear: both;
}

body {
    font-size: 14px;
    line-height: 1.8;
    color: #222;
    font-weight: 400;
    background: #303E67;
}

.container {
    background: #fff;
}

.centre {
    text-align: center;
}

.footer {
    margin-top: 10px;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    /* Vertically center the text there */
    background-color: #f5f5f5;
}

.signup-img,
.signup-form {
    width: 50%;
}

.signup-img {
    margin-bottom: -7px;
}

.register-form {
    padding: 50px 100px 50px 70px;
}

.form-row {
    margin: 0 -15px;
}

.form-row .form-group {
    width: 50%;
    padding: 0 15px;
}

.form-group {
    margin-bottom: 10px;
    position: relative;
}

input,
select {
    display: block;
    width: 100%;
    border: 1px solid #ebebeb;
    padding: 11px 10px;
    box-sizing: border-box;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 13px;
}

.checkbox_km {
    display: block;
    width: 13px;
    position: absolute;
    border: 1px solid #ebebeb;
    padding: 11px 10px;
    box-sizing: border-box;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 13px;
}

input:focus,
select:focus {
    border: 1px solid #ff0156;
}

label {
    font-size: 14px;
    font-weight: bold;
    font-family: 'Montserrat';
    margin-bottom: 2px;
    display: block;
}

.form-radio {
    margin-bottom: 18px;
}

.form-radio input {
    width: auto;
    display: inline-block;
}

.radio-label {
    padding-right: 72px;
}

.form-radio-item {
    position: relative;
    margin-right: 45px;
}

.form-radio-item label {
    font-weight: 500;
    font-size: 13px;
    padding-left: 25px;
    position: relative;
    z-index: 9;
    display: block;
    cursor: pointer;
}

.check {
    display: inline-block;
    position: absolute;
    border: 1px solid #ebebeb;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    height: 13px;
    width: 13px;
    top: 4px;
    left: 0px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

.check:before {
    position: absolute;
    display: block;
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    top: 2px;
    left: 2px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

input[type=radio] {
    position: absolute;
    visibility: hidden;
}

input[type=radio]:checked~.check {
    border: 1px solid #303E67;
}

input[type=radio]:checked~.check::before {
    background: #303E67;
}

.form-select {
    position: relative;
}

select {
    appearance: none !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    -o-appearance: none !important;
    -ms-appearance: none !important;
    position: relative;
    background: 0 0;
    z-index: 10;
    cursor: pointer;
}

.select-icon {
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
}

.select-icon i {
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    width: 40px;
    height: 20px;
    font-size: 18px;
    color: #999;
}

.form-submit {
    text-align: right;
    padding-top: 27px;
}

.form-button-precedent {
    width: 140px;
    height: 40px;
    display: inline-block;
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 13px;
    padding: 10px;
    border: none;
    cursor: pointer;
    background: #F0C45D;
    color: #fff;
}

.form-button-precedent:hover {
    background-color: #edb83e;
}

.form-button-suivant {
    width: 140px;
    height: 40px;
    display: inline-block;
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 13px;
    padding: 10px;
    border: none;
    cursor: pointer;
    background: #303E67;
    color: #fff;
}

.form-button-suivant:hover {
    background-color: #041f2e;
}

.submit {
    width: 140px;
    height: 40px;
    display: inline-block;
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 13px;
    padding: 10px;
    border: none;
    cursor: pointer;
    background: #303E67;
    color: #fff;
}

.submit:hover {
    background-color: #041f2e;
}

.reset {
    background: #F0C45D;
    color: rgb(73, 8, 8);
    margin-right: 8px;
    width: 140px;
    height: 40px;
    display: inline-block;
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 13px;
    padding: 10px;
    border: none;
    cursor: pointer;
}

#notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notfound {
    max-width: 767px;
    width: 100%;
    line-height: 1.4;
    padding: 110px 40px;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.1);
}

.notfound .notfound-404 {
    position: relative;
    height: 180px;
}

.notfound .notfound-404 h1 {
    font-family: 'Roboto', sans-serif;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 165px;
    font-weight: 700;
    margin: 0px;
    color: #303E67;
    text-transform: uppercase;
}

@media screen and (min-width: 1440px) {
    .container {
        width: 1400px;
        background: #fff;
    }
    .footer {
        position: absolute;
        bottom: 0;
    }
}

@media screen and (max-width: 992px) {
    .container {
        width: calc(100% - 40px);
        max-width: 100%;
    }
    .signup-content {
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -o-flex-direction: column;
        -ms-flex-direction: column;
    }
    .signup-img,
    .signup-form {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .register-form {
        padding: 50px 40px 50px 40px;
    }
}

@media screen and (max-width: 575px) {
    .form-row {
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -o-flex-direction: column;
        -ms-flex-direction: column;
        margin: 0px;
    }
    .form-row .form-group {
        width: 100%;
        padding: 0px;
    }
    .radio-label {
        padding-right: 22px;
    }
    .form-radio-item {
        margin-right: 25px;
    }
}

@media screen and (max-width: 480px) {
    .form-radio {
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -o-flex-direction: column;
        -ms-flex-direction: column;
    }
    .submit {
        width: 100%;
    }
    #reset {
        margin-right: 0px;
        margin-bottom: 10px;
    }
}