/* 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;
}


/* IMPORTS */

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700,900&display=swap');

/* CSS START */

body {
    font-family: 'Roboto', sans-serif;
}

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

.center {
    text-align: center;
}

.content {
    position: relative;
    max-width: 900px;
    width: 100%;
    min-width: 400px;
    margin: 0 auto;
}

#maincontainer {
    position: relative;
    max-width: 100vw;
    min-width: 400px;
    width: 100%;
    margin: 0 auto;
    min-height: 100vh;
}

#firstpart {
    float: left;
    position: relative;
    max-width: 100vw;
    min-width: 400px;
    width: 100%;
    min-height: 792px;
    height: auto;
    margin: 0 auto;
    background-image: url('../../images/bg.png'), url('../../images/headercpf.png');
    background-position: bottom center, top center;
    background-repeat: no-repeat, no-repeat;
    background-color: #FFFFFF;
}

#secondpart {
    float: left;
    position: relative;
    max-width: 100vw;
    min-width: 400px;
    width: 100%;
    min-height: 166px;
    margin: 0 auto;
    background-color: #FFFFFF;
}

#thirdpart {
    float: left;
    position: relative;
    max-width: 100vw;
    min-width: 400px;
    width: 100%;
    min-height: 40px;
    margin: 0 auto;
    background-color: #FFFFFF;
}

#thirdpart .content {
    max-width: 990px;
}

.cleft {
    position: relative;
    float: left;
    max-width: 501px;
    width: 100%;
}

.cleft img {
    width: 100%;
    margin-top: 162px;
}

.cright {
    position: relative;
    float: right;
    max-width: 399px;
}

h1 {
    font-size: 36px;
    line-height: 40px;
    color: #FFFFFF;
    font-weight: 900;
    text-align: center;
    margin: 30px 0 0 0;
}

h1 span {
    color: #ffd600;
}

#formcontainer {
    float: left;
    position: relative;
    width: 395px;
    min-height: 526px;
    background-image: url('../../images/bgform.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    margin-right: 0;
    margin-left: 2%;
    margin-top: 146px;
}

#formcontainer>div {
    float: left;
    position: relative;
    max-width: 85%;
    width: 100%;
    margin: 20px 3% 0 12%;
}

label {
    color: #316b86;
    font-size: 20px;
    font-weight: 800;
    display: block;
    margin: 15px 0;
    clear: both;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.btn-selector {
    color: #FFFFFF;
    background-image: url('../../images/fondbtn.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    height: 92px;
    width: 92px;
    text-decoration: none;
    text-align: center;
    line-height: 80px;
    margin-left: 20%;
    margin-top: 20px;
}

.btn-selector.last {
    margin-left: 10%;
}

.btn-selector.newline {
    margin-left: 38%;
    text-transform: none;
    font-size: 18px;
    line-height: normal;
}

.btn-selector:hover,
.btn-selector.selected {
    opacity: 0.8;
}

.btn-selector.nb {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #7db6d4;
    box-shadow: 0 0 5px 1px rgba(122, 126, 126, 0.69);
    background-color: #8cbbd7;
    padding: 5px 10px;
    text-decoration: none;
    margin: 5px 10px 0 0;
}

.btn-selector.nb:hover,
.btn-selector.nb.selected {
    background-color: #FFFFFF;
    color: #7db6d4;
}

.btn-selector.nb.last {
    margin-right: 0;
}

#formcontainer p {
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
}

#bloc1,
#bloc2,
#bloc3,
#bloc4 {
    display: block;
    float: left;
    width: 28%;
    margin: 5px 0;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 136px;
}

#bloc1,
#bloc4 {
    width: 49%;
}

#bloc1,
#bloc2,
#bloc3 {
    margin-top: 30px;
}

h2 {
    font-size: 24px;
    font-weight: 900;
    color: #FFFFFF;
    line-height: 1.3em;
    text-transform: uppercase;
    text-align: right;
    width: 90%;
}

#bloc1 h2 {
    margin-top: 28px;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
}

.bloc p {
    width: 90%;
    margin: 0 auto;
    text-align: justify;
    font-size: 14px;
    line-height: 16px;
    color: #211000;
}

.bloc p span {
    font-size: 16px;
    line-height: 18px;
    font-weight: 800;
}

#thirdpart .content {
    text-align: center;
}

#thirdpart .content img {
    margin: 30px 0 0 0;
}

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

#thirdpart a {
    color: #999999;
}

.hide {
    display: none;
}

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

#formcontainer p.line span {
    display: inline-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 34px;
    width: 284px;
    border: 1px solid #879093;
    background-color: #FFFFFF;
    line-height: 36px;
    text-indent: 10px;
    color: #316b86;
    -webkit-appearance: none;
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

#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: 1px solid rgba(255, 56, 56);
}

.disabled {
    cursor: not-allowed;
}

.disabled img {
    opacity: 1;
}

#step4 p {
    color: #316b86;
    font-size: 16px;
}

#thirdpart img {
    max-width: 651px;
    width: 100%;
}

#step3 {
    height: 509px;
}

#ctasubmit {
    position: absolute;
    bottom: -30px;
    left: 83px;
}

@media screen and (max-width: 900px) {
    #firstpart {
        background-repeat: no-repeat, no-repeat;
        background-position: center 180px, top center;
        background-size: auto, 150vw;
    }
    .cleft,
    .cright {
        float: none;
        height: 780px;
        margin-left: auto;
        margin-right: auto;
    }
    .cright {
        padding-bottom: 20px;
        height: 600px;
    }
    #formcontainer {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        margin-top: 40px;
    }
    #bloc1,
    #bloc2 {
        width: 100%;
        text-align: center;
        border: none;
    }
    h2 {
        width: 100%;
        text-align: center;
    }
    #secondpart {
        height: auto;
        padding-bottom: 20px;
    }
    #bloc1,
    #bloc2,
    #bloc3,
    #bloc4 {
        height: auto;
        margin-top: 15px;
    }
}

@media screen and (max-width: 505px) {
    .cleft img {
        width: 100%;
    }
    #bloc2,
    #bloc3 {
        width: 100%;
        text-align: center;
        border: none;
    }
}

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

.remodal p {
    text-align: justify;
}

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

#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;
}
