body,
html {
    height: 100%;
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    background: #fff;
    font-size: 0.875rem;
    line-height: 1.4;
    font-family: "Work Sans", Arial, sans-serif;
    color: #555;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
}

p {
    margin-bottom: 25px;
    font-size: 0.875rem;
    line-height: 1.4;
    color: #555;
}

strong {
    font-weight: 500;
}

label {
    font-weight: 400;
    margin-bottom: 3px;
    color: #222;
}

ul {
    list-style: none;
    margin: 0 0 25px 0;
    padding: 0;
}

a {
    color: #00407b;
    text-decoration: none;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: 0;
}

a:focus,
a:hover {
    color: #111;
    text-decoration: none;
    outline: 0;
}

.btn_1,
a.btn_1 {
    border: none;
    background: #00407b;
    outline: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 15px 25px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-size: 1rem;
}

.btn_1:hover,
a.btn_1:hover {
    background-color: #8bcb01;
}

.btn_1.full-width,
a.btn_1.full-width {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}

.btn_1.rounded,
a.btn_1.rounded {
    -webkit-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    -ms-border-radius: 25px !important;
    border-radius: 25px !important;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}

[data-loader="circle-side"] {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    -webkit-animation: circle infinite 0.95s linear;
    -moz-animation: circle infinite 0.95s linear;
    -o-animation: circle infinite 0.95s linear;
    animation: circle infinite 0.95s linear;
    border: 2px solid #333;
    border-top-color: rgba(0, 0, 0, 0.2);
    border-right-color: rgba(0, 0, 0, 0.2);
    border-bottom-color: rgba(0, 0, 0, 0.2);
    border-radius: 100%;
}

#loader_form {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 999999;
    display: none;
}

[data-loader="circle-side-2"] {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    -webkit-animation: circle infinite 0.95s linear;
    -moz-animation: circle infinite 0.95s linear;
    -o-animation: circle infinite 0.95s linear;
    animation: circle infinite 0.95s linear;
    border: 2px solid #333;
    border-top-color: rgba(0, 0, 0, 0.2);
    border-right-color: rgba(0, 0, 0, 0.2);
    border-bottom-color: rgba(0, 0, 0, 0.2);
    border-radius: 100%;
}

.bt-rappel {
    cursor: pointer;
    transition: 0.5s;
    position: fixed;
    font-size: 1rem;
    font-weight: 600;
    left: -190px;
    background: #00407b;
    top: 25%;
    z-index: 500;
    padding: 8px 20px 8px 15px;
    display: block;
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgba(119, 119, 119, 0.75)
}

.bt-rappel > img {
    margin-right: 15px;
    width: 30px;
}

.body-scrolled .bt-rappel {
    left: 0px;
}

/* modal */
.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    max-width: 500px;
    margin: 0 auto;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: 0.5
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px)
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    color: #00407b;
    cursor: pointer;
    font-size: 1.5rem
}

#modal-rappeleznous .submit {
    display: block;
    margin: 0 auto;
}

@media (max-width: 576px) {
    .modal-dialog {
        margin: 0 .5rem
    }

    #modal-rappeleznous .submit {
        width: 100% !important
    }
}

@-webkit-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.row-height {
    height: 100vh;
}

@media (max-width: 1170px) {
    .content-left-wrapper {
        padding: 0 30px !important;
    }
}

@media (max-width: 991px) {
    .row-height {
        height: auto;
    }

    .content-left-wrapper {
        height: 670px !important;
    }

    .content-right {
        height: 1045px !important;
    }

    .content-bloc {
        width: 100% !important;
    }

    .titre br,
    h2 br {
        display: none;
    }

    .content-right {
        height: 1045px !important;
    }

    .content-left-wrapper a#logo {
        top: 40px;
    }
}

.content-left {
    padding: 0;
    background-size: cover;
    background-position: 50% 29px;
    background-repeat: no-repeat;
}

.content-left-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    min-height: 100%;
    padding: 60px 90px 35px 90px;
    background-color: #00407b;
    color: #fff;
    text-align: center;
    position: relative;
    background: 0 0;
    background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.8));
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8));
}

@media (max-width: 767px) {
    .content-left-wrapper {
        padding: 95px 15px 35px 15px;
    }

    .content-left-wrapper {
        height: 630px !important;
    }

    .img-picto {
        width: 400px !important;
    }

    .img-picto img {
        width: 31% !important;
    }
}

/* mobile */
@media (max-width: 600px) {
    .img-picto {
        width: 100% !important;
    }

    .img-picto img {
        width: 30% !important;
    }

    .right {
        display: none !important;
    }

    #bottom-wizard {
        margin-top: 0 !important;
    }

    .titre {
        top: 15px !important;
    }

    .footer {
        width: 320px !important;
    }

    .footer img {
        margin-right: 20px !important;
    }

    button.backward,
    button.forward,
    button.submit {
        width: 48% !important;
    }

    button.backward {
        float: left;
    }

    button.forward,
    button.submit {
        float: right;
    }

    #success {
        width: 90% !important;
    }

    a#logo {
        padding: 10px 0 0 0;
        left: 0 !important;
        right: 0;
        margin: 0 auto;
        width: 100% !important;
        top: 0 !important;
        position: fixed !important;
        z-index: 5000000;
        text-align: center;
        display: flex !important;
        justify-content: center;
        z-index: 1;
    }

    .content-left-wrapper a#logo {
        top: 20px !important;
        position: absolute !important;
        background: white;
    }

    .step.last .col-6 {
        max-width: 100% !important;
        flex: auto;
    }
}

@media (max-width: 991px) {
    .content-left-wrapper figure img {
        height: 150px;
    }
}

.content-left-wrapper h2 {
    color: #fff;
    font-size: 32px;
    font-size: 2rem;
    margin: 20px 0 15px 0;
    font-weight: 400;
}

.content-left-wrapper h2 b {
    color: #8bcb01;
}

@media (max-width: 767px) {
    .content-left-wrapper h2 {
        font-size: 26px;
        font-size: 1.625rem;
    }
}

.content-left-wrapper p {
    font-size: 15px;
    font-size: 1.1rem;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
}

@media (max-width: 767px) {
    .content-left-wrapper p {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.content-left-wrapper .btn_1 {
    margin: 25px 0 25px 0;
}

@media (max-width: 991px) {
    .content-left-wrapper .btn_1 {
        display: none;
    }
}

.content-right {
    padding: 30px 60px;
    height: 100%;
    min-height: 100%;
    /* overflow-y: scroll; */
    display: flex;
    justify-content: center;
    align-items: start;
}

@media (max-width: 991px) {
    .content-right {
        height: auto;
        padding: 0 30px;
    }
}

a#logo {
    position: absolute;
    left: 20px;
    top: 35px;
    display: block;
    font-family: "Montserrat", sans-serif;
    color: #8bcb01;
    letter-spacing: -2px;
    font-size: 2rem;
    word-spacing: -3px;
}

a#logo span {
    color: #00407b;
    font-weight: 600;
}

@media (max-width: 991px) {
    a#logo {
        left: 15px;
        top: 10px;
    }
}

.copy {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 90%;
    right: 0;
    margin: 0 auto;
}

.footer {
    position: absolute;
    bottom: 15px;
    width: 345px;
    margin: 0 auto;
}

input#website {
    display: none;
}

#wizard_container {
    width: 100%;
}

h3.main_question {
    margin: 0px 0 15px 0;
    padding: 0;
    font-weight: 500;
    font-size: 18px;
    font-size: 1.125rem;
}

h3.main_question strong {
    display: block;
    color: #999;
    margin-bottom: 5px;
    text-align: center;
}

button.backward,
button.forward,
button.submit {
    border: none;
    color: #fff;
    text-decoration: none;
    transition: background 0.5s ease;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    text-align: center;
    background: #00407b;
    position: relative;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    line-height: 1;
    padding: 12px 30px;
    margin-left: 10px;
}

button.backward {
    color: #777;
    background: #e8e8e8;
    margin: 0;
}

button[disabled] {
    display: none;
}

button.submit:before {
    content: "✓";
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 18px;
    font-size: 1.125rem;
}

.backward:hover,
.forward:hover {
    background: #8bcb01;
    color: #fff;
}

#top-wizard {
    padding-bottom: 20px;
    position: relative;
    top: 100px;
}

#bottom-wizard {
    border-top: 2px solid #ededed;
    padding-top: 20px;
    text-align: right;
    margin-top: 10px;
}

.summary ul {
    margin: 0;
    padding: 0;
}

.summary ul li {
    margin: 0;
    padding: 0;
    position: relative;
    padding-left: 45px;
    margin-bottom: 25px;
    float: left;
    width: 50%;
}

.summary ul li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.summary ul li strong {
    display: block;
    line-height: 26px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    color: #555;
    border: 2px solid #ddd;
    font-size: 0.875rem;
}

.summary ul li h5 {
    padding-top: 6px;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #0686d8;
}

.summary ul li ul {
    margin: 20px 0 25px 0;
    padding: 0;
}

.summary ul li ul li {
    margin: 0;
    padding: 0;
    border-bottom: 0;
}

.summary label {
    font-weight: 500;
}

.summary p {
    margin-bottom: 25px;
}

@-webkit-keyframes checkmark {
    0% {
        stroke-dashoffset: 50px;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@-ms-keyframes checkmark {
    0% {
        stroke-dashoffset: 50px;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes checkmark {
    0% {
        stroke-dashoffset: 50px;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px;
    }
    100% {
        stroke-dashoffset: 480px;
    }
}

@-ms-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px;
    }
    100% {
        stroke-dashoffset: 480px;
    }
}

@keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px;
    }
    100% {
        stroke-dashoffset: 480px;
    }
}

.form-group {
    position: relative;
    margin-bottom: 1.4rem;
    width: 100%;
    display: inline-block;
}

.form-group span {
    display: block;
    color: #00407b;
    font-weight: 500;
    margin-bottom: 15px;
}

.form-control {
    border: 1px solid #d2d8dd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-size: 0.875rem;
    height: calc(2.55rem + 2px);
}

.form-control:focus {
    box-shadow: none;
    border-color: #00407b;
}

.container_check {
    display: block;
    position: relative;
    font-size: 14px;
    font-size: 0.875rem;
    padding-left: 30px;
    line-height: 1.3;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.container_check input:checked ~ .checkmark {
    background-color: #00407b;
    border: 1px solid transparent;
}

.container_check .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #d2d8dd;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.container_check .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.container_check.version_2 {
    padding: 2px 0 0 35px;
    min-height: 30px;
    float: left;
    width: 33%;
}

.container_check.version_2 .checkmark {
    height: 22px;
    width: 22px;
}

.container_check.version_2 .checkmark:after {
    left: 8px;
    top: 5px;
    width: 5px;
    height: 10px;
}

.container_check input:checked ~ .checkmark:after {
    display: block;
}

.container_radio {
    display: block;
    position: relative;
    font-size: 14px;
    font-size: 0.875rem;
    padding-left: 30px;
    line-height: 1.3;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container_radio input {
    position: absolute;
    opacity: 0;
}

.container_radio input:checked ~ .checkmark:after {
    opacity: 1;
}

.container_radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
}

.container_radio .checkmark:after {
    display: block;
    content: "";
    position: absolute;
    opacity: 0;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #00407b;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.container_radio.version_2 {
    padding: 2px 0 0 35px;
    min-height: 30px;
}

.container_radio.version_2 input:checked ~ .checkmark:before {
    opacity: 1;
}

.container_radio.version_2 .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    border: 1px solid #ccc;
    border-radius: 50%;
}

.container_radio.version_2 .checkmark:after {
    width: 22px;
    height: 22px;
    top: -1px;
    left: -1px;
}

.container_radio.version_2 .checkmark:before {
    display: block;
    content: "";
    position: absolute;
    opacity: 0;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    z-index: 999;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.radio_input .container_radio {
    display: inline-block;
    margin: 0 60px 0 0;
}

.radio_input .container_radio_2 {
    margin: 0 10px 0 0;
}

input[type="file"] {
    border: 1px solid #d2d8dd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 5px;
    height: auto;
    width: 100%;
    color: #999;
}

input[type="file"]:focus {
    box-shadow: none;
    outline: 0;
}

input[type="file"]::-webkit-file-upload-button {
    color: #fff;
    font-size: 13px;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 8px 10px 8px 38px;
    background: #00407b url(../img/upload_icon.svg) 8px center no-repeat;
    outline: 0;
}

input[type="file"]::-webkit-file-upload-button:focus {
    box-shadow: none;
    outline: 0;
}

.footer img {
    float: left;
    margin-right: 30px;
    max-width: 40px;
}

.footer img:last-child {
    margin: 0;
}

.right {
    position: absolute;
    right: 20px;
    top: 40px;
    display: block;
    width: 185px;
}

.right img {
    max-width: 185px;
}

.right span {
    overflow: hidden;
    display: block;
    text-align: center;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    background: #00407b;
    padding: 5px 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.img-picto {
    width: 80%;
    margin: 0 auto 20px;
    overflow: hidden;
}

.img-picto img {
    width: 31%;
    float: left;
    margin-right: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.img-picto img:last-child {
    margin-right: 0;
}

.titre {
    display: block;
    overflow: hidden;
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    top: 35px;
}

.shimmer {
    text-align: center;
    color: rgba(255, 255, 255, 0.1);
    background: -webkit-gradient(
            linear,
            left top,
            right top,
            from(#fff),
            to(#222),
            color-stop(0.5, #fff)
    );
    background: -moz-gradient(
            linear,
            left top,
            right top,
            from(#fff),
            to(#222),
            color-stop(0.5, #fff)
    );
    background: gradient(
            linear,
            left top,
            right top,
            from(#fff),
            to(#222),
            color-stop(0.5, #fff)
    );
    -webkit-background-size: 25px 100%;
    -moz-background-size: 25px 100%;
    background-size: 25px 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-animation-name: shimmer;
    -moz-animation-name: shimmer;
    animation-name: shimmer;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: #fff;
}

@-moz-keyframes shimmer {
    0% {
        background-position: top left;
    }
    100% {
        background-position: top right;
    }
}

@-webkit-keyframes shimmer {
    0% {
        background-position: top left;
    }
    100% {
        background-position: top right;
    }
}

@keyframes shimmer {
    0% {
        background-position: top left;
    }
    100% {
        background-position: top right;
    }
}

/* Jquery select */
.nice-select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #d2d8dd;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 15px;
    padding-right: 27px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    user-select: none;
    white-space: nowrap;
    width: auto;
    color: #6c757d;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #00407b;
}

.nice-select:after {
    border-bottom: 2px solid #cccccc;
    border-right: 2px solid #cccccc;
    content: "";
    display: block;
    height: 8px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 8px;
}

.nice-select.open:after {
    transform: rotate(-135deg);
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0);
}

.nice-select.disabled {
    border-color: #9e9e9e;
    color: #999999;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: white;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: -1px !important;
    right: -1px !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 42px;
    line-height: 40px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 40px;
    min-height: 40px;
}

.nice-select .list {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-25px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9999;
    height: 23vh;
    overflow: auto;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.nice-select .list::-webkit-scrollbar {
    width: 14px;
    height: 18px;
}

.nice-select .list::-webkit-scrollbar-thumb {
    height: 6px;
    border: 4px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05),
    inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}

.nice-select .list::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}

.nice-select .list::-webkit-scrollbar-corner {
    background-color: transparent;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 38px;
    list-style: none;
    min-height: 38px;
    outline: none;
    padding-left: 15px;
    padding-right: 26px;
    text-align: left;
    transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #f6f6f6;
}

.nice-select .option.selected {
    font-weight: 500;
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999999;
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

span.error {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 12px;
    position: absolute;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    top: -20px;
    right: -15px;
    z-index: 2;
    height: 25px;
    line-height: 1;
    background-color: #e34f4f;
    color: #fff;
    font-weight: normal;
    display: inline-block;
    padding: 6px 8px;
}

span.error:after {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 0 6px 6px 0;
    border-color: transparent #e34f4f;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -5px;
    left: 20%;
}

.container_radio.version_2 .error,
.container_check.version_2 .error {
    left: -15px;
    top: -30px;
    right: inherit;
}

.radio_input .error {
    left: -15px;
    top: -30px;
    right: inherit !important;
}

.styled-select span.error {
    top: -20px;
}

.ui-progressbar {
    height: 2px;
    margin-bottom: 20px;
    width: 100%;
}

.ui-progressbar .ui-progressbar-value {
    height: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.ui-widget-header {
    background: #6c3;
}

.wizard-form {
    position: relative;
    top: 75px;
}

.submit {
    overflow: hidden;
}

/*-------- 2.2 Success submit --------*/
#success2 {
    text-align: center;
}

#success {
    width: 35%;
    margin-top: -85px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#success h4,
#success2 h4 {
    text-align: center;
    font-weight: 400;
    margin: 5px 0 0 0;
    font-size: 16px;
    font-size: 1.125rem;
}

#success h4 span,
#success2 h4 span {
    display: block;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 21px;
    font-size: 1.3125rem;
}

.step.last .col-6,
.step.last .col-12 {
    margin-bottom: 1.5rem;
}

.call-info {
    padding: 5px;
    position: absolute;
    width: 100%;
    display: block;
    text-align: center;
    z-index: 5;
    background: #00407b;
    overflow: hidden;
}

.call-info a {
    font-weight: 500;
    color: #fff;
    background: #8bcb01;
    padding: 2px 5px;
    border-radius: 2px;
}

.call-info p span {
    color: #fff;
}

.call-info > :first-child {
    display: inline-block;
    padding-right: 2em;
    padding-left: 100%;
    white-space: nowrap;
    animation: defilement-rtl 15s infinite linear;
    margin: 0;
}

.call-info > :first-child:hover {
    animation-play-state: paused; /* met en pause le défilement */
}

@keyframes defilement-rtl {
    0% {
        transform: translate3d(0, 0, 0); /* position initiale à droite */
    }
    100% {
        transform: translate3d(-100%, 0, 0); /* position finale à gauche */
    }
}

/* accueil */

.parallax_window_in {
    height: 420px;
    position: relative;
    display: table;
    width: 100%;
}

#sub_content_in {
    display: table-cell;
    padding: 45px 15% 0 15%;
    vertical-align: middle;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
    #sub_content_in {
        padding: 45px 30px 0 30px;
    }
}

@media (max-width: 990px) {
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 0 !important;
    }
}

@media (max-width: 900px) {
    header .col-3,
    header .col-9 {
        width: 100%;
        max-width: 100%;
        flex: auto;
    }

    header .col-3 #logo {
        text-align: center;
    }

    body header .cd-nav-trigger {
        top: -45px !important;
    }

    header #partenaire {
        display: none;
    }
}

#sub_content_in h1 {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 46px;
    font-size: 46px;
    font-size: 2.875rem;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    #sub_content_in h1 {
        font-size: 36px;
        font-size: 2.25rem;
    }
}

#sub_content_in p {
    color: #fff;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 300;
}

@media (max-width: 767px) {
    #sub_content_in p {
        font-size: 21px;
        font-size: 1.3125rem;
    }
}

/*-------- header --------*/
header {
    position: relative;
    padding: 15px 0;
    background-color: #fff;
    border-bottom: 1px solid #d9e1e6;
}

header .cd-nav-trigger {
    right: 10px;
    top: -5px !important;
}

header #partenaire {
    right: 80px;
    top: 0;
}

header a#logo {
    position: relative !important;
    left: auto !important;
    top: auto !important;
}

main#general_page {
    background-color: #fff;
}

.container_styled_1 {
    background: #f9f9f9;
}

.margin_60_35 {
    padding-top: 60px;
    padding-bottom: 35px;
}

.nomargin_top {
    margin-top: 0;
}

.lead {
    font-size: 1.1rem;
}

.lead b {
    color: #00407b;
}

.add_top_30 {
    margin-top: 30px;
}

.ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem;
}

.margin_60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.main_title {
    text-align: center;
}

.main_title h2 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 42px;
    font-size: 2.5rem;
    color: #00407b;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .main_title h2 {
        font-size: 32px;
        font-size: 2rem;
    }
}

.main_title h2 em {
    display: block;
    width: 40px;
    height: 4px;
    background-color: #ededed;
    margin: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.main_title p {
    font-size: 18px;
    font-size: 1rem;
    padding: 0 10%;
    margin-bottom: 45px;
    color: #777;
}

@media (max-width: 767px) {
    .main_title p {
        font-size: 16px;
    }
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #00407b !important;
}

.services-item-img {
    position: relative;
}

.services-item-img .services-item-detail {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    text-align: center;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
}

.services-item:hover .services-item-detail {
    opacity: 1;
    visibility: visible;
}

.services-item-img .services-item-detail .services-item-detail-inner {
    margin: auto;
    padding: 25px;
}

.services-item-detail-inner h4 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 15px;
}

.services-item-info {
    padding-top: 15px;
    text-align: center;
    text-transform: uppercase;
}

.services-item-info h4 {
    margin-bottom: 0px;
}

/* Footer */
footer {
    border-top: 1px solid #ededed;
    padding: 30px 0;
}

footer p {
    margin: 0;
    padding: 0;
    float: right;
}

@media (max-width: 991px) {
    footer p {
        float: none;
    }
}

footer ul {
    float: left;
    margin: 0;
    padding: 0;
}

@media (max-width: 991px) {
    footer ul {
        float: none;
        margin-top: 10px;
    }
}

footer ul li {
    display: inline-block;
    margin-right: 15px;
}

footer ul li:after {
    content: "|";
    font-weight: 300;
    position: relative;
    left: 9px;
    color: #999;
}

footer ul li:last-child {
    margin-right: 0;
}

footer ul li:last-child:after {
    content: "";
}

footer ul li a {
    color: #555;
}

footer ul li a:hover {
    color: #121921;
}

/* --------------------------------
Menu
-------------------------------- */
*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*::after,
*::before {
    content: "";
}

.cd-nav-trigger {
    position: absolute;
    display: inline-block;
}

.cd-nav-trigger {
    top: 15px;
    right: 20px;
    height: 44px;
    width: 44px;
    z-index: 5;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .cd-nav-trigger {
        top: 10px;
        right: 15px;
    }
}

.cd-nav-trigger .cd-icon {
    /* icon created in CSS */
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: inline-block;
    width: 18px;
    height: 2px;
    background-color: #222;
    z-index: 10;
}

.cd-nav-trigger .cd-icon::before,
.cd-nav-trigger .cd-icon:after {
    /* upper and lower lines of the menu icon */
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #222;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* apply transition to transform property */
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.cd-nav-trigger .cd-icon::before {
    -webkit-transform: translateY(-6px) rotate(0deg);
    -moz-transform: translateY(-6px) rotate(0deg);
    -ms-transform: translateY(-6px) rotate(0deg);
    -o-transform: translateY(-6px) rotate(0deg);
    transform: translateY(-6px) rotate(0deg);
}

.cd-nav-trigger .cd-icon::after {
    -webkit-transform: translateY(6px) rotate(0deg);
    -moz-transform: translateY(6px) rotate(0deg);
    -ms-transform: translateY(6px) rotate(0deg);
    -o-transform: translateY(6px) rotate(0deg);
    transform: translateY(6px) rotate(0deg);
}

.cd-nav-trigger::before,
.cd-nav-trigger::after {
    /* 2 rounded colored backgrounds for the menu icon */
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
}

.cd-nav-trigger::before {
    background-color: #ededed;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.cd-nav-trigger::after {
    background-color: #ededed;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}

.cd-nav-trigger.close-nav::before {
    /* user clicks on the .cd-nav-trigger element - 1st rounded background disappears */
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.cd-nav-trigger.close-nav::after {
    /* user clicks on the .cd-nav-trigger element - 2nd rounded background appears */
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.cd-nav-trigger.close-nav .cd-icon {
    /* user clicks on the .cd-nav-trigger element - transform the icon */
    background-color: transparent;
}

.cd-nav-trigger.close-nav .cd-icon::before,
.cd-nav-trigger.close-nav .cd-icon::after {
    background-color: #222;
}

.cd-nav-trigger.close-nav .cd-icon::before {
    -webkit-transform: translateY(0) rotate(45deg);
    -moz-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    -o-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}

.cd-nav-trigger.close-nav .cd-icon::after {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}

.cd-primary-nav {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 80px 5%;
    z-index: 3;
    background-color: #fff;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s, opacity 0.3s;
    -moz-transition: visibility 0s, opacity 0.3s;
    transition: visibility 0s, opacity 0.3s;
}

ul.cd-primary-nav {
    list-style: none;
    padding: 80px 0 0 0;
    margin: 0;
}

.cd-primary-nav li {
    margin: 1.2em 0;
    text-align: center;
    text-transform: capitalize;
}

.cd-primary-nav a {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: color 0.2s;
    color: #777;
    font-size: 18px;
}

.no-touch .cd-primary-nav a:hover {
    color: #00407b;
}

.cd-primary-nav.fade-in {
    visibility: visible;
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .cd-primary-nav li {
        margin: 2em 0;
    }

    .cd-primary-nav a {
        font-size: 21px;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-primary-nav li {
        margin: 2.6em 0;
    }

    .cd-primary-nav a {
        font-size: 24px;
    }
}

.cd-overlay-nav,
.cd-overlay-content {
    position: fixed;
    top: 18px;
    right: 5%;
    height: 4px;
    width: 4px;
    -webkit-transform: translateX(-20px) translateY(20px);
    -moz-transform: translateX(-20px) translateY(20px);
    -ms-transform: translateX(-20px) translateY(20px);
    -o-transform: translateX(-20px) translateY(20px);
    transform: translateX(-20px) translateY(20px);
}

.cd-overlay-nav span,
.cd-overlay-content span {
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
    transform-origin: 50% 50%;
    transform: scale(0);
}

.cd-overlay-nav.is-hidden,
.cd-overlay-content.is-hidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.cd-overlay-nav {
    z-index: 2;
}

.cd-overlay-nav span {
    background-color: #00407b !important;
}

.cd-overlay-content {
    z-index: 4;
}

.cd-overlay-content span {
    background-color: #00407b;
}

#partenaire {
    position: absolute;
    top: 15px;
    right: 20px;
}

@media (max-width: 991px) {
    #partenaire {
        right: 70px;
    }
}

#partenaire ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

#partenaire ul li {
    float: left;
    margin: 0 15px 0px 0;
    list-style: none;
}

#partenaire ul li a {
    text-align: center;
    display: block;
    transition: all 0.3s ease-in-out;
}

#partenaire ul li a:hover {
    opacity: 0.8;
}

/* tooltip */
.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip-icon {
    background: #8bcb01;
    color: #fff;
    padding: 5px 10px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    margin: 0;
}

.tooltip img {
    margin-bottom: 5px;
}

.tooltip .tooltiptext {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.5);
    visibility: hidden;
    width: 350px;
    background: #00407b;
    color: white;
    text-align: left;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    left: -90px;
    top: 40px;
    margin: 0;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

/* cligontement */
#text_calcul {
    color: #8bcb01;
    animation: Clignotement 1s infinite;
}

#success2 .error_txt {
    color: red;
}

@keyframes Clignotement {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
