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, 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: 'Roboto', 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;
}

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

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

b {
    font-weight: 700 !important;
}

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

img {
    align-self: center;
}

input[type="text"], input[type="email"], select {
    border-radius: 4px;
    background-color: #ffffff;
    color: #3e3e3e;
    font-size: 13px;
    font-weight: 400;
    height: 41px;
    border: none;
    outline: none;
    text-indent: 1em;
    border: 1px solid #cccccc;
    -ms-box-sizing:content-box;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box; 
    box-sizing:content-box;
}

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

input[type="text"].error, input[type="email"].error, select.error {
    background-color:#ffe6ec;
}

.btn {
    border-radius: 4px;
    background-color: #284e80;
    display: flex;
    height: 43px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    align-self: center;
    max-width: 221px;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
}

  .btn:hover {
    background-color: #3e3e3e;
  }

.container {
    width: 100%;
    max-width: 1090px;
}

/* FIRST */
.first .container {
    padding: 20px 0;
}
.first img {
    align-self: center;
    max-width: 470px;
    width: 90%;
}

/* SECOND */
.second {
    background: url('../images/bg.png');
    background-position: center;
    background-repeat: no-repeat;
    align-items: center;
    background-size: 1920px, 100%;
}

.second .container {
    flex-direction: row;
    align-items: center;
}

.second .right {
    max-width: 50%;
    width: 50%;
    min-height: 541px;
}

.second .right > div {
    max-width: 530px;
    width: 100%;
    min-height: 541px;
    justify-content: space-around;
}

.second h1 {
    color: #1a1720;
    font-weight: 700;
    font-size: 42px;
    margin:40px 0 0 0;
}

.second h2 {
    color: #284e80;
    font-weight: 700;
    font-size: 18px;
    margin:0 0 10px 0;
    text-transform: uppercase;
    text-align: center;
}

.second .right h2 {
    text-transform: none;
    text-align: left;
    color: #1a1720;
    font-size: 25px;
    line-height: 1.2em;
    font-weight: 400;
    margin: 20px 0 0 0;
}

.second .right h2 sup {
    font-size: 10px;
}

.second h2 span {
    font-weight: 700;
}

.second h3 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 400;
    background-color: #d22238;
    padding: 25px 20px;
}

.second h3 span {
    font-weight: 600;
}

.second h4 {
    color: #3e3e3e;
    font-weight: 700;
    font-size: 22px;
}

.second .ico {
    flex-direction: row;
    justify-content: space-between;
}

.second .ico > div {
    justify-content: flex-start;
}

.second .ico > div > div {
    height: 55px;
    justify-content: center;
    margin-bottom: 0.5em;
}

.second .ico p {
    color: #3e3e3e;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

.second .left {
    max-width: 50%;
    width: 50%;
    align-items: flex-end;
}

.second .left .form, .second .left .thx {
    max-width: 322px;
    width: 100%;
    padding: 20px;
    background-color: #FFFFFF;
    height: auto;
    border-radius: 5px;
    padding: 20px 20px;
    position: relative;
}

.second .left .form > div {
    margin: 0.3em 0;
}

.second .left .form > div > p {
    color: #3e3e3e;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5em;
}

.second .left .thx p {
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5em;
}

.second .left .thx h2 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5em;
    margin: 20px 0;
    text-transform: uppercase;
    text-align: center;
}

.second .left .form > div > p.errorinfos {
    color: #fdedee;
    text-decoration: underline;
    background-color: #f1f1f1;
    padding: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    display: none;
}

.second .left .form > div.error > p.errorinfos {
    display: initial;
}

.second .left .form > div > p.infos {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5em;
}

.second .left .form > div > a.mentions {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5em;
    text-decoration: underline;
    color:#3e3e3e;
}

.second .left .form .col2 {
    flex-direction: row;
    justify-content: space-between;
}

.second .col2 > input[type="text"], .second .col2 > input[type="email"] {
    width: 47%;
}

.second .col2 > select {
    width: calc(47% + 2px);
}

.second .left .form label {
    color: #3e3e3e;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
}

.second .left .form .radio label {
    margin-left: 0.4em;
}

.second .left .form > div > div {
    flex-direction: row;
    justify-content: flex-start;
}

.second .radio {
    flex-direction: row;
    justify-content: flex-start;
    margin-right: 0.8em;
    padding: 10px 0 10px 0;
}

/* THIRD */
.third {
    background-color: #fafafa;
}

.third .container {
    padding: 40px 0 20px 0;
    justify-content: center;
    align-items: center;
}

.third h3 {
    color: #1a1720;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
}

.third p {
    text-align: center;
    color: #707070;
    font-size: 18px;
    font-weight: 300;
    line-height: 120%;
    margin: 20px 0 0 0;
    max-width: 763px;
}


/* FOUTH */
.fourth {
    background-color: #fafafa;
}

.fourth .container {
    padding: 20px 0 40px 0;
    flex-direction: row;
    justify-content: space-around;
}

.text1 {
    color: #1a1720;
    font-size: 22px;
    line-height: 130%;
    font-weight: 300;
    text-align: center;
    margin-bottom: 10px;
}
.text2 {
    color: #1a1720;
    font-size: 18px;
    font-weight: 300;
    line-height: 130%;
    text-align: center;
}
.text3 {
    color: #1a1720;
    font-size: 22px;
    line-height: 130%;
    font-weight: 700;
    text-align: center;
}


/* FIFTH */
.fifth {
    background-color: #fafafa;
}

.fifth .container {
    padding: 40px 0;
}

.fifth .container p {
    color: #707070;
    font-size: 12px;
    font-weight: 400;
    text-align: justify;
    line-height: 1.5em;
}

.fifth .container p a {
    color: #707070;
}

/* SIXT */
.sixt {
    background-color: #1a1720;
}

.sixt .container {
    padding: 40px 0 20px 0;
    justify-content: center;
    align-items: center;
}

.sixt h3 {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

.sixt p {
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 300;
    line-height: 120%;
    margin: 20px 0 0 0;
}

/* SEVENTH */
.seventh {
    background-color: #1a1720;
}

.seventh .container {
    padding: 20px 0 40px 0;
    flex-direction: row;
    justify-content: space-around;
}

.seventh .container > div {
    max-width: 340px;
    width: 32%;
}

.seventh .container img {
    max-width: 340px;
    width: 100%;
}

.seventh h4 {
    margin: 20px 0;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 300;
}

.seventh p {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 300;
}

/* EIGHT */
.eight {
    background-color: #284e80;
}

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

.eight .container > div {
    max-width: 400px;
    padding: 10px 20px;
}
.eight .container > div:hover {
    background-color: #3e3e3e;
}

.eight .container > div.b {
    border-right: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
}

.eight .container > div a {
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
}

.eight .container > div img {
    justify-self: center;
    align-self: center;
    margin-right: 20px;
}


.red {
    background-color: #d22238;
}

.black {
    background-color: #3e3e3e;
}

.loader {
    display: flex;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.7);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
}

.lds-dual-ring {
    display: flex;
    width: 80px;
    height: 80px;
  }
  .lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #284e80;
    border-color: #284e80 transparent #284e80 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
  }
  @keyframes lds-dual-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }



@media screen and (max-width: 1920px) {
    .second {
        background-size: cover;
    }
}

@media screen and (max-width: 1090px) {
    .second .right, .second .left {
        align-items: center;
    }
    .second .right > div {
        width: 90%;
    }
    .fifth .container p {
        padding: 0 15px;
    }
}

@media screen and (max-width: 980px) {
    .second .left .form {
        max-width: initial;
        width: auto;
    }
    .first img {
        align-self: center;
    }
    .second {
        background-position: top center;
        background-size: 100% auto;
        background-image: url('../images/volvo.png');
    }
    .second h1, .second h2, .second h3 {
        text-align: center;
    }
    .second h1 {
        margin-top: 10px;
    }
    .second .container {
        flex-direction: column;
    }
    .second .right, .second .left {
        max-width: initial;
        width: 100%;
        min-height: auto;
    }
    .second .right > div {
        max-width: 100%;
        width: 100%;
        align-items: center;
        min-height: 550px;
    }
    .second .right {
        height: 53vw;
    }
    .second .left .form {
        max-width: initial;
        width: auto;
    }
    .second .ico > div {
        margin: 0 15px;
    }
    .fourth .container {
        min-height: auto;
        height: auto;
        padding-bottom: 20px;
    }
    .fourth .container > div {
        flex-wrap: wrap;
    }
    .fourth .container > div > div {
        flex-basis: 33%
    }
    .second .left .form {
        width: 80%;
    }
    .fourth .container {
        flex-wrap: wrap;
    }
    .fourth .container > div {
        margin: 10px 20px;
    }
    .seventh .container {
        flex-direction: column;
        align-items: center;
    }
    .seventh .container > div {
        max-width: 94%;
        width: auto;
        flex-direction: row;
        margin: 0 0 20px 0;
        justify-content: center;
    align-items: center;
    }
    .seventh .container img {
        width: auto;
        margin-right: 20px;
    }

    .second .col2 > select {
        width: calc(100% - 2px);
    }

    .sixt h3, .third h3 {
        max-width: 90%;
    }
    .sixt p, .third p {
        max-width: 90%;
    }
}

@media screen and (max-width: 780px) {
    .sixt h3, .third h3 {
        font-size: 24px;
    }
    .sixt p, .third p {
        font-size: 16px;
    }
    .eight .container > div a {
        font-size: 14px;
    }
}

@media screen and (max-width: 670px) {
    .third .container > div {
        flex-direction: column;
        align-items: center;
    }
    .third .container > div > div {
        margin-bottom: 20px;
    }
    .seventh .container img {
        max-width: 40vw;
    }
}

@media screen and (max-width: 650px) {
    .eight .container {
        flex-direction: column;
    }
    .eight .container > div {
        width: 100%;
        max-width: 100%;
        padding: 10px 0;
    }
    .eight .container > div.b {
        border:none;
    }
    .eight .container > div a {
        justify-content: flex-start;
        text-align: center;
    }
    .eight .container > div img {
        margin-left: 20px;
    }
}

@media screen and (max-width: 640px) {
    .second .right {
        height: calc(53vw + 180px);
    }
    .second {
        background-position: center 160px;
        background-image: url('../images/volvo640.png');
    }
    .second h1 {
        font-size: 38px;
    }
    .second .right h2 {
        text-align: center;
    }
}

@media screen and (max-width: 620px) {
    .seventh .container {
        align-items: center;
    }

    .seventh .container > div {
        flex-direction: column;
        max-width: 340px;
        width: 100%;
    }
    .seventh .container img {
        max-width: 340px;
        width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 578px) {
    .sixt h3 br, .third h3 br {
        display: none;
    }
    .sixt p br, .third p br {
        display: none;
    }
}

@media screen and (max-width: 565px) {
    .second .ico {
        flex-wrap: wrap;
    }
    .second .ico > div {
        margin: 10px 0;
        flex-basis: 33%;
    }
    .fourth .container > div > div {
        flex-basis: 50%
    }
    .second .left .form .col2 {
        flex-direction: column;
    }
    .second .col2 > input[type="text"], .second .col2 > input[type="email"] {
       width: auto;
    }
    .second .col2 > input[type="text"]:first-child, .second .col2 > input[type="email"]:first-child {
        margin-bottom: 0.3em;
     }
}

@media screen and (max-width: 500px) {
    .fourth .container > div {
        flex-basis:50%;
        margin: 10px 0;
        align-items: center;
    }
}

@media screen and (max-width: 500px) {
    .second h1 {
        font-size: 30px;
    }
    .second .right h2 {
       font-size: 17px;
    }
}



@media screen and (max-width: 400px) {
    .second h1 {
        font-size: 25px;
    }
    .second .right h2 {
        font-size: 16px;
    }
}

@media screen and (max-width: 350px) {
    .fourth .container {
        flex-direction: column;
    }
}

@media screen and (max-width: 340px) {
    .seventh .container > div {
        width: 96%;
    }
}

.thx {
    display: none;
}

.remodal {
    display: flex;
    align-self: center;
}

.remodal p {
    text-align: left;
    line-height: 1.5em;
}

.step2 {
    display: none;
}