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

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

#container {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

b {
    font-weight: 700 !important;
}

.line1 {
    display: flex;
    flex-direction: column;
    min-height: 314px;
    background-color: #ffcc23;
    background-image: url('../images/bg.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    justify-content: space-between;
    align-items: center;
}

.content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
    max-width: 1120px;
    justify-content: space-around;
    align-items: flex-start;
}

.line1 .content {
    justify-content: center;
}

.line1 img {
    align-self: flex-start;
}
.line1 h1 {
    color: #000000;
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 120%;
}
.line1 p {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    margin: 30px 0;
}
.line1 a {
    max-width: 151px;
    width: 100%;
    background-color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    color: #000000;
    font-weight: 700;
    height: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}

.line1 a:hover {
   text-decoration: underline;
}

.line2 {
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    justify-content: space-between;
    align-items: center;
}

.line2 .content {
    flex-direction: row;
    padding: 60px 0;
    align-items: center;
}

.line2 .left {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    max-width: 50%;
    min-height: 239px;
    background-image: url('../images/bgbtc.png');
    background-position: center center;
    background-repeat: no-repeat;
    justify-content: center;
}

.line2 .right {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    max-width: 50%;
    justify-content: center;
    align-items: center;
}

.line2 #form {
    border: 2px solid #ffcc23;
    border-radius: 10px;
    width: 330px;
    max-width: 330px;
    min-height: 300px;
    padding: 20px;
    justify-content: center;
}

#form h2 {
    color: #ffcc23;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

#form p {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
}

#form a.btnform {
    background-color: #ffcc23;
    line-height: 43px;
    margin-bottom: 20px;
    color: #000000;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
}

#form a.btnform:hover {
    background-color: #ffdc6a;
}

#form > div {
    display: block;
    float: left;
    width: 100%;
    margin: 0 0;
}

#form > div > div {
    display: block;
    float: left;
    width: 60%;
    margin: 0 20%;
}

#form .col2 {
    width: 40%;
    float: left;
    display: block;
}

#form .col2.last {
    float: right;
}

#form .col1 {
    width: 100%;
    float: left;
    display: block;
}

#form > div > div.select {
    display: block;
    float: left;
    width: 100%;
    margin: 0 0;
}

#form select {
    background-color: #ffcc23;
    border-radius: 22px;
    padding: 10px;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    outline: none;
    border:none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
    background-image: url('../images/bgselect.png');
    background-position: 90% center;
    background-repeat: no-repeat;
    background-size: 10px;
    width: 100%;
}

#form input[type="text"], input[type="email"] {
    outline: none;
    border:1px solid #ffcc23;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
    border-radius: 22px;
    padding: 10px;
    margin-bottom: 20px;
    color: #ffcc23;
    font-size: 16px;
    font-weight: 700;
    width: 90%;
}

#form button {
    background-color: #ffcc23;
    border-radius: 22px;
    line-height: 43px;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    outline: none;
    border:none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
    cursor: pointer;
    width: 40%;
    margin-left: 30%;
}

#form button:hover {
    background-color: #176e96;
}

.line2 .left h2 {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.line2 .left p {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 140%;
}

.line3 {
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    justify-content: center;
    align-items: center;
}

.line3 .content {
    align-items: center;
    flex-direction: row;
}

.line3 .left, .line3 .right {
    display: flex;
    background-color: #ffcc23;
    min-height: 544px;
    flex-grow: 1;
    flex-direction: column;
    flex-basis: 50%;
    justify-content: center;
    align-items: center;
}

.line3 .left {
    background-image: url('../images/bgcrypto.png');
    background-position: center center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.line3 .right > div {
    display: flex;
    width: 90%;
    flex-direction: column;
}

.line3 h2 {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin: 30px 0;
    text-transform: uppercase;
}

.line3 ul {
    list-style:none;
    font-size: 18px;
    font-weight: 300;
    color: #000000;
}

.line3 ul li {
    margin-bottom: 20px;
    background-image: url('../images/check.png');
    background-position:left center;
    background-repeat: no-repeat;
    padding-left:30px;
}

.line3 p {
    margin-bottom: 20px;
    background-image: url('../images/ico1.png');
    background-position:left center;
    background-repeat: no-repeat;
    padding-left:30px;
    line-height: 120%;
}

.line3 p:last-child {
    background-image: url('../images/ico2.png');
}

.line3 a {
    max-width: 151px;
    width: 100%;
    background-color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    color: #000000;
    font-weight: 700;
    height: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    align-self: center;
}

.line3 a:hover {
   text-decoration: underline;
}

.line3bis {
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    justify-content: center;
    align-items: center;
}

.line3bis .content {
    align-items: center;
    flex-direction: row;
    padding: 40px 0;
}

.line3bis .left, .line3bis .right {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    flex-basis: 50%;
    justify-content: center;
    align-items: flex-start;
}

.line3bis .left h2 {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
}

.line3bis .left p {
    font-size: 18px;
    font-weight: 300;
    color: #000000;
}

.line3bis .right {
    flex-direction: row;
}

.line3bis .picto {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    justify-content: space-around;
}

.line3bis .picto > div {
    text-align: center;
}

.line3bis .picto > div p {
    font-weight: 700;
}

.line3ter {
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    justify-content: center;
    align-items: center;
}

.line3ter .content {
    align-items: center;
    flex-direction: row;
    padding: 40px 0;
    justify-content: center;
}

.line3ter a {
    max-width: 270px;
    width: 100%;
    background-color: #ffcc23;
    text-decoration: none;
    cursor: pointer;
    color: #FFFFFF;
    font-weight: 700;
    height: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    align-self: center;
}

.line3ter a:hover {
   text-decoration: underline;
}

.txtright {
    text-align: right;
}

.line4 {
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    justify-content: center;
    align-items: center;
}

.line4 .content {
    align-items: center;
    padding: 20px 0;
}

.line4 a {
    color: #ffcc23;
    text-decoration: underline;
}

.error {
    border-color:red !important;
}

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

.remodal h2 {
    color: #316b86;
    text-align: left;
    margin: 10px 0;
    font-weight: 700;
}

.remodal p {
    text-align: justify;
    margin: 10px 0;
}

.remodal ul {
    text-align: justify;
    margin: 10px 0;
}

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

@media screen and (max-width: 1135px) {
    .content {
        width: 90%;
    }
    .line3 .content {
        width: 100%;
    }
    .line3 .formation > div {
        max-width: 540px;
    }
    .line3 .formation {
        justify-content: center;
    }
}

@media screen and (max-width: 900px) {
    .line1  {
        min-height: auto;
    }
    .line1 h1 {
        font-size: 20px;
        margin-top: 10px;
        text-align: center;
        align-self: center;
    }
    .line1 h1 br {
        display: none;
    }
    .line1 p {
        font-size: 16px;
        margin: 10px 0;
        text-align: center;
        align-self: center;
    }
    .line1 p br {
        display: none;
    }
    .line1 a {
        display: none;
    }
    .line2 .content {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        padding: 30px 0;
    }
    .line2 .left, .line2 .right {
        max-width: none;
    }
    .line2 .right {
        margin-bottom: 30px;
    }
    .line2 .picto {
        justify-content: center;
    }
    .line2 .picto > div {
        margin: 0 10px;
    }  
    .line2 #form {
        width: auto;
        max-width: none;
        min-height: auto;
    }
    .line3 .left, .line3 .right {
        flex-basis:auto;
    }
    .line3bis .left, .line3bis .right {
        flex-basis:auto;
    }
    .line3bis .content {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        padding: 30px 0;
    }
    .line3bis .right {
        flex-direction: column;
        padding-bottom: 30px;
    }
    .line3bis .picto > div {
        padding: 0 20px;
    }
}