/* RESET */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* CSS START */

body {
    font-family: 'Source Sans Pro', sans-serif;
}

body * {
    font-family: 'Source Sans Pro', sans-serif;
    -webkit-text-size-adjust: 100% !important;
    -ms-text-size-adjust: 100% !important;
    -webkit-font-smoothing: antialiased !important;
}

#container {
    float: left;
    width: 100%;
    position: relative;
    min-width: 370px;
}

#header {
    float: left;
    width: 100%;
    min-height: 267px;
    position: relative;
    background-image: url('../../images/bgtop.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    text-align: center;
}

#header h1 {
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    color: #ffffff;
    margin: 1em 0 0.5em 0;
}

#header p {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    color: #ffffff;
    line-height: 140%;
}

#firstpart {
    float: left;
    width: 100%;
    position: relative;
}

.content {
    max-width: 1200px;
    width: 100%;
    float: none;
    min-height: 613px;
    margin: 0 auto;
}

#firstpart > div {
    width: 100%;
    float: left;
    position: relative;
    padding: 30px 0;
}

#firstpart > div h1 {
    color: #000000;
    font-size: 28px;
    line-height: 130%;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}

#firstpart > div h2 {
    padding:8px 0 8px 50px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    line-height: 150%;
    background-color: #ab497e;
}

#firstpart > div > div {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
}

#firstpart > div > div > div {
    float: left;
    width: 31%;
    margin: 0 1%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #FFFFFF;
    height: 160px;
    margin-top: 30px;
}

#firstpart > div > div > div h3 {
   text-align: center;
   float: left;
   color: #389fab;
   font-size: 18px;
   font-weight: 300;
   line-height: 200%;
   text-transform: uppercase;
   width: 100%;
}

#firstpart > div > div > div p {
    text-align: center;
    float: left;
    color: #389fab;
    font-size: 16px;
    font-weight: 300;
    line-height: 130%;
    width: 100%;
 }

label {
    color: #000000;
    font-size: 28px;
    font-weight: 700;
    display: block;
    margin: 20px 0;
    line-height: 130%;
    text-align: center;
}

.btn-langue:hover img {
    filter: saturate(2.2);
}

.btn-selector {
    padding: 15px 40px;
    background-color: #c8102e;
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    text-decoration: none;
    -webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
display: inline-block;
}

.btn-selector span {
    font-size: 30px;
}

.btn-selector:hover,
.btn-selector.selected {
    background-color: #ab497e;
    color: #FFFFFF;
}

#step1 .btn-selector {
    width: 80px;
}

#step2 .btn-selector {
    width: 230px;
}

#step3 .btn-selector {
    width: 80px;
}

#formcontainer p.line {
    margin: 16px 0;
}


#formcontainer p.line span {
    display: block;
    float: left;
    width: 35%;
    color: #8cbbd7;
    font-size: 14px;
    font-weight: 300;
}

#formcontainer p.line input,
#formcontainer p.line select {
    display: inline-block;
    float: none;
    margin: 3px 0 0 0;
    width: 344px;
    border: 3px solid #c8102e;
    background-color: #FFFFFF;
    line-height: 36px;
    text-indent: 10px;
    -webkit-appearance: none;
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
font-size: 20px;
color: #000000;
    
}

#formcontainer p.line select {
    cursor: pointer;
}

#formcontainer p.line input.error,
#formcontainer p.line select.error {
    box-shadow: 0 0 5px 1px rgba(255, 56, 56, 0.69);
    border: 2px solid rgba(255, 56, 56);
}

textarea:focus, input:focus, select:focus, option:focus{
    outline: none;
}

.btnsubmit {
    background-color: #c8102e;
    height: 44px;
    line-height: 44px;
    font-weight: 700;
    font-size: 30px;
    color: #FFFFFF;
    text-decoration: none;
    width: 182px;
    margin: 25px 0;
    padding: 10px 0;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}

.btnsubmit:hover {
    background-color:#c03248;
}


#secondpart {
    display: block;
    float: left;
    width: 100%;
    text-align: center; 
}

#thirdpart {
    display: block;
    float: left;
    width: 100%;
    background-color: #FFFFFF;   
    text-align: center; 
}

#thirdpart {
    min-height: 50px;
}

#thirdpart p {
    font-size: 12px;
    margin-top: 20px;
}

#thirdpart p a {
    color: #000000;
}

#step7 p {
    margin-top: 15px;
    font-size: 25px;
}

.hide {
    display: none;
}

@media screen and (max-width: 1200px) {
    
}
@media screen and (max-width: 1014px) {
   
}

@media screen and (max-width: 500px) {
    #header br, label br {
        display: none;
    }
    #header {
        width: 96%;
        padding: 0 2%;
    }
    #header h1 {
        font-size: 35px;
        margin: 1.5em 0 0.5em 0;
    }
    #header p {
        font-size: 17px;
    }
    #formcontainer p.line input, #formcontainer p.line select {
        width: calc(90% - 4px);
    }
   
}

.remodal h1 {
    color: #316b86;
    -webkit-text-stroke: 1px #316b86;
    -webkit-text-fill-color: #316b86;
}

.remodal p {
    text-align: justify;
    font-size: 12px;
    line-height: 1.5em;
}

.remodal p a {
    text-align: justify;
    color: #316b86;
}

.remodal ul {
    margin: 0;
    list-style: circle;
}

.remodal ul li {
    margin: 0;
    text-align: left;
    text-align: justify;
    font-size: 12px;
    line-height: 1.5em;
}

#loader {
    float: left;
    width: 100%;
    height: 400px;
    background-image: url('../../images/25.gif');
    background-position: center center;
    background-repeat: no-repeat;
}

h2.ml-h2 {
    color: #316b86;
    text-align: left;
    margin: 15px 0;
}

.remodal h3 {
    color: #316b86;
    text-align: left;
    margin: 15px 0;
    font-size: 14px;
}