/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
    font-family: 'Raleway', sans-serif;
}
/* 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;
}

div {
    display: flex;
    flex-direction: column;
}

.line {
    justify-content: center;
    align-items: center;
}

.container {
    max-width: 1090px;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
}

h1 {
    color: #2f7e9a;
    font-size: 30px;
    font-weight: 700;
}

h2 {
    color: #2f7e9a;
    font-size: 26px;
    font-weight: 700;
}

h3 {
    color: #2f7e9a;
    font-size: 24px;
    font-weight: 700;
}

h1, h2 {
    background-image: url('../images/underlineb.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    padding-bottom: 20px;
    font-weight: 150%;
}

p {
    color: #666666;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

a {
    color: #666666;
}

label {
    color: #666666;
    line-height: 150%;
}

li {
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
}

p span {
    font-weight: 700;
}

.btn {
    background-color: #2f7e9a;
    border-radius: 24px;
    height: 47px;
    display: flex;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    max-width: 320px;
    width: 90%;
}

.btn:hover {
    background-color: #113744;
}

input[type="radio"] {
    margin-top: 8px;
}

input[type="text"], input[type="email"] {
    outline: none;
    border-radius: 24px;
    border: 1px solid #979797;
    font-size: 18px;
    font-weight: 500;
    height: 21px;
    padding: 5px 0;
    text-indent: 15px;
    width: 100%;
    max-width: 251px;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select {
    width: 100%;
    max-width: 251px;
    outline: none;
    border-radius: 24px;
    border: 1px solid #979797;
    font-size: 18px;
    font-weight: 500;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    height: 33px;
    background-color: #FFFFFF;
    text-indent: 15px;
    background-image: url('../images/chevron.png');
    background-position: 90% center;
    background-repeat: no-repeat;
    background-size: 17px;
    cursor: pointer;
}

textarea {
    width: 100%;
    max-width: 90%;
    height: 80px;
}

.line0 {
    background-color: #de6140;
}

.line0 .container {
    justify-content: center;
    flex-direction: row;
    align-items: center;
    padding: 20px 0;
}

.line0 .container p {
    background-image: url(../images/validtop.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 48px;
    height: 38px;
    line-height: 38px;
    font-size: 26px;
    color: #FFFFFF;
    font-weight: 700;
}

/* LINE 1 */
.line1 {
    background: url('../images/bgline1new.png'), linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 68%, rgba(47, 126, 154,1) 68%, rgba(47, 126, 154,1) 100%);
    background-position: center;
    background-repeat: no-repeat;
    align-items: center;
    background-size: auto 100%, 100%;
}

.line1 .container {
    min-height: 540px;
    height: auto;
}

.line1 .left {
    max-width: 415px;
    width: 100%;
    height: 445px;
    justify-content: space-between;
}

.line1 img {
    align-self: flex-start;
    margin-top: 20px;
    
}

/* LINE 2 */
.line2 {
    background-image: url('../images/bglogo.png');
    background-repeat: no-repeat;
    background-position: center;
}
.line2 .container {
   justify-content: center;
   align-items: center;
}
#form {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
    border-radius: 40px;
    width: 472px;
    background-color: #ffffff;
    padding: 20px 0;
    justify-content: space-evenly;
    align-items: center;
    padding: 20px 0;
    margin: 40px 0;
    position: relative;
}

#form > div {
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
    padding: 20px 0;
}

#form h2 {
    background-image: none;
    padding: 20px 0;
    text-align: center;
}

#form > div > label {
    font-weight: 600;
    padding: 20px 0;
    max-width: 90%;
}

#form .radio {
    flex-direction: row;
    width: 150px;
    flex-wrap: wrap;
}

#form .radio.w290 {
    width: 300px;
}

#form .radio > div {
    flex-direction: row;
    margin-bottom: 10px;
}

#form .radio .radio2 {
    flex:1 1 50%;
}

#form .radio .radio1 {
    flex:1 1 100%;
}

#form .radio label {
    text-indent: 5px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}

#form .progress {
    background-color: #ebf5fe;
    height: 20px;
    width: 80%;
    border-radius: 13px;
    justify-content: flex-start;
    margin: 30px 0;
}

#form .progress > div {
    background-color: #2f7e9a;
    border-radius: 13px;
    height: 20px;
    text-align: center;
    color: #FFFFFF;
    font-size: 13px;
    justify-content: center;
    align-items: center;
}

#form .btns {
    flex-direction: row;
    width: 90%;
    justify-content: space-between;
}

#form .btn {
    width: 135px;
}

#form .btns .btn {
    width: 30%;
    min-width: 135px;
}

#form .progress25 > div {
    width: 25%;
}
#form .progress50 > div {
    width: 50%;
}
#form .progress75 > div {
    width: 75%;
}

#form .progress90 > div {
    width: 90%;
}

#form .progress100 > div {
    width: 100%;
}

#form .progress33 > div {
    width: 33%;
}
#form .progress66 > div {
    width: 66%;
}

#form #q3, #form #q7 {
    text-align: center;
    text-indent: 0;
}

/* LINE 3 */
.line3 .container {
    min-height: 360px;
    height: 360px;
    padding: 60px 0;
}

.line3 .left {
    width: 50%;
    min-height: 360px;
    height: 360px;
    justify-content: space-around;
}

.line3 p {
    font-size: 16px;
    line-height: normal;
}

/* LINE 4 */
.line4 {
    background-color: #ebf5fe;
    padding: 60px 0;
}

.line4 .container {
    flex-direction: column;
}

.line4 h2 {
    text-align: center;
    background-position: bottom center;
}

.line4 .boxes {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.line4 .elt {
    flex: 1 1 30%;
    margin: 20px 5% 0 5%;
    justify-content: space-around;
    align-items: center;
    height: 274px;
    background-color: #ffffff;
    border-radius: 40px;
}

.line4 .elt:first-child, .line4 .elt:nth-child(3n), .line4 .elt:nth-child(4n) {
    margin: 20px 0 0 0;
}

.line4 .img {
    height: 88px;
    align-self: center;
    margin-top: 10px;
}

.line4 h3 {
    text-align: center;
}

.line4 p {
    text-align: center;
    font-size: 16px;
    line-height: normal;
}

.line4 .btn {
    width: 171px;
    margin-bottom: 10px;
}

/* LINE 5 */
.line5 {
    background-color: #2f7e9a;
    padding: 60px 0;
}

.line5 .container {
    flex-direction: column;
}

.line5 h2 {
    color: #FFFFFF;
    text-align: center;
    background-position: bottom center;
    background-image: url('../images/underlinew.png');
}

.line5 .boxes {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.line5 .elt {
    flex: 1 1 25%;
    justify-content: flex-start;
    align-items: center;
}

.line5 .img {
    height: 88px;
    align-self: center;
    margin-top: 10px;
    justify-content: center;
    align-items: center;
}

.line5 p {
    text-align: center;
    font-size: 16px;
    line-height: normal;
    color: #FFFFFF;
}

/* LINE 6 */
.line6 .container {
    min-height: 360px;
    height: 360px;
    padding: 60px 0;
}

.line6 .left {
    width: 50%;
    min-height: 360px;
    height: 360px;
    justify-content: space-around;
}

.line6 p {
    font-size: 16px;
    line-height: normal;
}

/* LINE 7 */
.line7 .container {
    min-height: 360px;
    height: 360px;
    padding: 60px 0;
}

.line7 .right {
    width: 50%;
    min-height: 360px;
    height: 360px;
    justify-content: center;
}

.line7 ul li {
    font-size: 16px;
    line-height: normal;
}

.line7 ul {
    list-style-image: url('../images/bullet.png');
}

/* LINE 8 */
.line8 {
    padding: 0 0 60px 0;
}
.line8 .container {
    justify-content: center;
    align-items: center;
}

.line8 .btn {
    width: 300px;
}

/* LINE 8 */
.line9 {
    padding: 60px 0;
    background-color: #666666;
}
.line9 .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.line9 a {
    color: #FFFFFF;
}


@media screen and (max-width: 1125px) {
    .line1 {
        background-size: cover;
        background:none;
    }
    .line1 .container, .line3 .container, .line6 .container, .line7 .container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto;
        min-height: auto;
    }
    .line1 .left, .line3 .left, .line6 .left, .line7 .right {
        width: 90%;
        max-width: none;
        align-items: center;
        height: auto;
        min-height: auto;
    }
    .line1 img {
        align-self: center;
    }
    .line1 h1, .line1 p {
        text-align: center;
    }
    .line h1 {
        background-position: bottom center;
    }

    .line3 .container, .line6 .container {
        flex-direction: column-reverse;
    }

    .line4 .container {
        justify-content: center;
        align-items: center;
    }
    .line4 .boxes {
        width: 90%;
    }

    .line5 .container {
        justify-content: center;
        align-items: center;
    }
    .line5 .boxes {
        width: 90%;
    }

    .line .left img, .line .right img {
        max-width: 90%;
        align-self: center;
    }

    .line3 h2, .line6 h2, .line7 h2 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    
    .line3 .container,
    .line6 .container,
    .line7 .container {
        padding: 20px 0;
    }

    #form {
        max-width: 90%;
    }

    .line1 img {
        margin: 20px 0;
    }

    .line p {
        margin: 20px 0;
    }

}

@media screen and (max-width: 955px) {
    .line4 .elt:first-child, .line4 .elt:nth-child(3n), .line4 .elt:nth-child(4n) {
        margin: 20px 2% 0 0;
    }
    .line4 .elt {
        flex: 1 1 48%;
        margin: 20px 2% 0 0;
        align-items: center;
    }
    
    .line4 .elt:nth-child(2n) {
        margin: 20px 0 0 2%;
    }

    .line5 .elt {
        flex: 1 1 50%;
        margin: 20px 0 0 0;
        align-items: center;
        height: 174px;
    }

}

@media screen and (max-width: 590px) {
    #form label br {
        display: none;
    }
    .line4 .elt,  .line4 .elt:first-child, .line4 .elt:nth-child(3n), .line4 .elt:nth-child(4n), .line4 .elt:nth-child(2n) {
        flex: 1 1 100%;
        margin: 20px 0 0 0;
        align-items: center;
    }
    .line4 p {
        padding-left: 10px;
        padding-right: 10px;
    }
    .line5 .elt {
        flex: 1 1 48%;
        margin: 20px 1%;
        align-items: center;
        height: 174px;
    }
    .line4 p br {
        display: none;
    }
    #etp8 p, #etp9 p {
        max-width: 90%;
    }
}

@media screen and (max-width: 430px) {
    .line5 .elt {
        flex: 1 1 100%;
        margin: 20px 0;
        align-items: center;
        height: auto;
    }
}

.errorf {
    display: none;
    margin: 5px 0 !important;
    color: #b42739 !important;
    font-size: 16px !important;
    font-weight: 700;
}

.error .errorf {
    display: initial;
}

input[type="text"].error, input[type="email"].error {
    border-color: #b42739;
    border-width: 2px;
}

#etp5 {
    width: 90%;
    text-align: center;
}

.remodal-wrapper {
    justify-content: center;
    align-items: flex-start;
    align-content: center;
    flex-direction: row;
}

p.mentions {
    margin-top: 10px !important;
    font-size: 14px !important;
}

.remodal h2 {
    background-position: bottom center;
    margin: 10px 0;
}

.remodal h3 {
    margin: 10px 0;
}

.remodal p {
    font-size: 14px;
    text-align: left;
}

.remodal a {
    color:#666666;
}

#loader {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url('../images/loader.gif'), rgba(255, 255, 255, 0.8);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 40px;
}