* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    border: 0;
    font-family: "Helvetica-Neue", "Helvetica", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
    border: 0;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}

article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
    display: block;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

    table caption,
    table th,
    table td {
        text-align: left;
        vertical-align: middle;
    }

a img {
    border: 0;
}

@font-face {
    font-family: 'fontName';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/fontFile.eot');
    src: url('../fonts/fontFile.eot') format('embedded-opentype'), url('../fonts/fontFile.svg#DosisRegular') format('svg'), url('../fonts/fontFile.ttf') format('truetype'), url('../fonts/fontFile.woff') format('woff'), url('../fonts/fontFile.woff2') format('woff2');
}

body {
    padding-bottom: 30px;
}

.red {
    color: #f4511e;
}

.field input.error,
.field select.error,
.error,
.field-validation-error {
    background: #fce3e3;
    border-color: #f0a9a9;
}

.field input[type="checkbox"].error + i,
.field input[type="radio"].error + i {
    color: #f0a9a9;
}

.field.checkbox.error {
    border-color: #f0a9a9;
    background: inherit;
}


.center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.intro {
    margin-bottom: 20px;
    padding: 15px 0;
    font-size: 18px;
    color: #FFF;
    background: #4f7dd2;
}

    .intro p + p {
        margin-top: 5px;
    }

.field {
    position: relative;
}

    .field + .field {
        margin-top: 20px;
        position: relative;
    }

    .field label {
        font-weight: 600;
    }

    .field select,
    .field input {
        display: block;
        width: 100%;
        padding: 10px;
        font-size: 16px;
        border: 2px solid #cfd8dc;
        border-radius: 6px;
        outline: none;
        /*width: 100%;*/
    }

    .field option {
        font-size: 16px;
    }

    .field.radio p,
    .field.checkbox p {
        font-weight: 300;
    }

    .field.radio label,
    .field.checkbox label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 5px;
        border: 2px solid #cfd8dc;
        border-radius: 6px;
        font-weight: 300;
    }

        .field.radio label input,
        .field.checkbox label input {
            display: inherit;
            width: auto;
            margin-right: 10px;
        }

            .field.radio label input:active + i,
            .field.checkbox label input:active + i,
            .field.radio label input:focus + i,
            .field.checkbox label input:focus + i {
                color: #4f7dd2 !important;
                /*font-weight: 400;*/
            }

button[type="submit"], .button {
    margin-top: 25px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    color: #FFF;
    background: #4f7dd2;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    user-select: none;
}

    button[type="submit"] i, .button i {
        margin-right: 10px;
        display: none;
    }

    button[type="submit"].sending i {
        display: inline-block;
    }

.answer {
    margin: 40px 0;
    font-size: 18px;
    padding: 10px;
    background: #FFF9C4;
    border-radius: 6px;
}

    .answer p + p {
        margin-top: 10px;
    }

.recap {
    margin: 40px 0;
    font-size: 18px;
    padding: 10px;
    background: #f0f0f0;
    border-radius: 6px;
}

    .recap .recap_label {
        margin-top: 10px;
    }

    .recap .recap_value {
        padding: 10px;
        background: #dddddd;
    }

        .recap .recap_value + .recap_value {
            margin-top: 20px;
        }

.tuto_trigger {
    font-size: 22px;
    color: #4f7dd2;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.tuto_modal {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #ffffffD9;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: contactEtroitZoom 0.4s cubic-bezier(.36,1.95,.83,.67) forwards;
}

.tuto_modal img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
}


.blocChampsSup {
    /*padding-left:35px;*/
    display: flex;
    align-items: center;
}

.blocChampsSup i {
	margin-left: 20px;
	color: #7b8082;
}


.blocChampsSup select {
	flex: 1 0 auto;
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
}

.field .input-validation-error {
    border-color: #f4511e;
}

.field .valid {
    border-color: #11b14b;
}

p.error {
    margin-top: 20px;
}


.info {
    padding: 10px;
    background: #aeeae5;
    border-radius: 6px;
    /* box-shadow: 5px 5px 0 #4f7dd22b; */
    color: #444444;
    font-size: 18px;
    font-style: italic;
}


label {
    position: relative;
    user-select: none;
    cursor: pointer;
    outline: none;
}

    label:focus,
    input[type="radio"]:focus,
    input[type="checkbox"]:focus,
    label:active,
    input[type="radio"]:active,
    input[type="checkbox"]:active {
        user-select: none;
        outline: none;
        background-color: transparent !important;
    }

        label:active span.label {
            /*transform:scale(0.95);*/
        }

input[type="checkbox"],
input[type="radio"] {
    position: absolute;
    opacity: 0;
}

    input[type="checkbox"] + i,
    input[type="radio"] + i {
        margin: 0 7px 0 0;
        font-size: 18px;
        transition: all 0.2s ease-in;
        color: #cfd8dc;
        font-weight: 400;
    }

    input[type="checkbox"]:checked + i,
    input[type="radio"]:checked + i {
        color: #4f7dd2;
        animation: zoom 0.2s ease-in forwards;
        font-weight: 600;
    }

    input[type="checkbox"]:hover + i,
    input[type="radio"]:hover + i {
        color: #4f7dd2;
    }

    input[type="checkbox"] + i:before {
        content: '\f0c8';
    }

    input[type="checkbox"]:checked + i:before {
        content: '\f14a';
    }

    input[type="radio"] + i:before {
        content: '\f111';
    }

    input[type="radio"]:checked + i:before {
        content: '\f058';
    }

@keyframes zoom {
    from {
        transform: scale(0.7);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes moveX {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }

    to {
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes moveXi {
    0% {
        opacity: 0;
        transform: rotate(-90deg) translateX(-30px);
    }

    30% {
        opacity: 1;
        transform: rotate(-45deg);
    }

    60% {
        opacity: 1;
        transform: rotate(0deg);
    }

    100% {
        opacity: 1;
        transform: rotate(90deg) translateX(0px);
    }
}

.cst {
    background: #f0f0f0;
    padding: 2px 5px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease-in;
}

.cst:hover {
    background: #cfd8dc;
    color: #4f7dd2;
}

.cec.recap {
    max-width: 600px;
    max-height: 90vh;
    overflow-y: auto;
    margin: 10px;
}

.cec.recap::-webkit-scrollbar {
    width: 6px;
}

.cec.recap::-webkit-scrollbar-track {
    background: #dddddd;
}

.cec.recap::-webkit-scrollbar-thumb {
    background: #bbbbbb;
    border-radius: 6px;
}

.cec.recap::-webkit-scrollbar-thumb:hover {
    background: #999;
}

@keyframes contactEtroitZoom {
    from {
        opacity: 0;
        transform: scale(0.7);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes remove {
    10% {
        opacity: 1;
        transform: scale(1.2);
    }

    100% {
        opacity: 0;
        transform: scale(0);
    }
}

.remove {
    animation: remove 0.4s ease-in-out 0.1s forwards;
}


.cec.recap i {
    color: #4f7dd2;
}

.cec.recap .recap_title {
    opacity: 0;
    animation: contactEtroitZoom 0.4s cubic-bezier(.36,1.95,.83,.67) forwards;
    transform-origin: center;
}

.cec.recap .recap_value {
    opacity: 0;
    animation: contactEtroitZoom 0.2s cubic-bezier(.36,1.95,.83,.67) 0.2s forwards;
    transform-origin: center;
}

.center {
    text-align: center;
}


.result {
    opacity: 0;
    animation: contactEtroitZoom 0.2s cubic-bezier(.36,1.95,.83,.67) 0.2s forwards;
    transform-origin: center;
}

.result {
    background: #eeeeee;
    margin: 20px;
    padding: 20px;
    border-radius: 8px;
    /* box-shadow: 0 10px 20px #00000024 inset; */
    font-size: 20px;
}

    .result.failed {
    }

    .result .state {
        color: #0ba232;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-around;
        /* align-content: center; */
        min-height: 100px;
    }

        .result .state.failed {
            color: #cf2c2c;
        }

        .result .state i {
            margin-right: 10px;
            /* background: green; */
            /* color: white; */
            font-size: 40px;
        }

    .result p {
    }

    .result .message {
        margin: 20px 10px;
        padding: 10px 20px;
        border-radius: 8px;
        background: #F9F9F9;
        font-size: 16px;
    }

button[type="submit"].disabled:hover {
    color: #cfd8dc;
    border-color: #cfd8dc;
    background: none;
}

button[type="submit"].disabled {
    color: #cfd8dc;
    border-color: #cfd8dc;
    cursor: not-allowed;
}

.error.error-animating {
    opacity: 0;
    animation: contactEtroitZoom 0.2s cubic-bezier(.36,1.95,.83,.67) 0.2s forwards;
}

#SubmitPanel {
    display: inline-grid;
    margin: 0 auto;
    margin-left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

form {
    display: flex;
    flex-direction: column;
}



@media screen and (max-width:465px) {
    #SubmitPanel button[type="submit"] {
        font-size: 16px;
        padding: 20px 30px;
    }
}