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

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100,300;400;500;600;700,800,900&display=swap');

/* CSS START */

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

body * {
    font-family: 'Lato', 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: 300px;
    height: auto;
    background-image: url('../images/bg.png'),linear-gradient(to right, #23a4de 0%, #00da89 100%);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

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

.line1 img {
    align-self: flex-start;
}
.line1 h1 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
}
.line1 p {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
}

.ctatop {
    display: flex;
    flex-direction: row;
    flex-basis: 100%;
    justify-content: space-around;
    width: 100%;
}

.line1 a {
    width: auto;
    border-radius: 20px;
    background-color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    color: #23a4de;
    font-weight: 700;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: flex-end;
    font-size: 16px;
    padding: 0 20px;
    /* font-weight: 700; */
    text-transform: uppercase;
    -webkit-animation: zoomeffect 3s infinite;
   -moz-animation: zoomeffect 3s infinite;
   animation: zoomeffect 3s infinite;
}

@-webkit-keyframes zoomeffect{
    0%{
        background-position:center;
      transform:scale(1,1);
    }
    50%{
        background-position:center;
      transform:scale(1.05,1.05);
    }
    100%{
        background-position:center;
      transform:scale(1,1);
    }
}
@keyframes zoomeffect{
    0%{
        background-position:center;
      transform:scale(1,1);
    }
    50%{
        background-position:center;
        transform:scale(1.05,1.05);
    }
    100%{
        background-position:center;
      transform:scale(1,1);
    }
}

.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: column;
    padding: 10px 0;
}

.line2 .left {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    /*max-width: 50%;*/
    padding: 20px 0;
}

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

.line2 .left > div:first-child {
    flex-grow: 1;
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
}

.line2 .picto {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    flex-grow: 1;
    flex-basis: 50%;
    justify-content: center;
}

.line2 .picto > div {
    text-align: center;
    margin: 0 20px;
}

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

.line2 #form {
    border: 2px solid #45D099;
    border-radius: 10px;
    /*width: 330px;
    max-width: 330px;
    min-height: 300px;*/
    padding: 40px 0;
    justify-content: center;
    width: 100%;
}

#form h2 {
    color: #45D099;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#form p {
    color: #606060;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 40px;
}

.blur {
    filter: blur(5px);
}

@-webkit-keyframes glowing {
    0% { background-color: #45D099; -webkit-box-shadow: 0 0 3px #45D099; }
    50% { background-color: #45D099; -webkit-box-shadow: 0 0 10px #45D099; }
    100% { background-color: #45D099; -webkit-box-shadow: 0 0 3px #45D099; }
}

@-moz-keyframes glowing {
    0% { background-color: #45D099; -moz-box-shadow: 0 0 3px #45D099; }
    50% { background-color: #45D099; -moz-box-shadow: 0 0 10px #45D099; }
    100% { background-color: #45D099; -moz-box-shadow: 0 0 3px #45D099; }
}

@-o-keyframes glowing {
    0% { background-color: #45D099; box-shadow: 0 0 3px #45D099; }
    50% { background-color: #45D099; box-shadow: 0 0 10px #45D099; }
    100% { background-color: #45D099; box-shadow: 0 0 3px #45D099; }
}

@keyframes glowing {
    0% { background-color: #45D099; box-shadow: 0 0 3px #45D099; }
    50% { background-color: #45D099; box-shadow: 0 0 10px #45D099; }
    100% { background-color: #45D099; box-shadow: 0 0 3px #45D099; }
}

#form a.btnform {
    background-color: #45D099;
    border-radius: 22px;
    line-height: 63px;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

#form a.btnform:hover {
    -webkit-animation: glowing1 1500ms infinite;
    -moz-animation: glowing1 1500ms infinite;
    -o-animation: glowing1 1500ms infinite;
    animation: glowing1 1500ms infinite;
    background-color: #45D099; 
    box-shadow: 0 0 30px #45D099;
}

#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: #45D099;
    border-radius: 22px;
    padding: 20px;
    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: 98% center;
    background-repeat: no-repeat;
    background-size: 10px;
    width: 80%;
    margin-left: 10%;
    cursor: pointer;
}

#form input[type="text"], input[type="email"] {
    outline: none;
    border:1px solid #45D099;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
    border-radius: 22px;
    padding: 15px 0;
    text-indent: 15px;
    margin-bottom: 20px;
    color: #23a4de;
    font-size: 18px;
    font-weight: 700;
    width: 90%;
    margin-left: 5%;
}

#form button {
    background-color: #45D099;
    border-radius: 22px;
    line-height: 53px;
    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%;
    text-transform: uppercase;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

#form button:hover {
    -webkit-animation: glowing1 1500ms infinite;
    -moz-animation: glowing1 1500ms infinite;
    -o-animation: glowing1 1500ms infinite;
    animation: glowing1 1500ms infinite;
    background-color: #45D099; 
    box-shadow: 0 0 30px #45D099;
}

.line2 .left h2 {
    font-size: 24px;
    font-weight: 900;
    color: #23a4de;
    text-transform: uppercase;
    margin-bottom: 20px;
}

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

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

.line3 .content {
    align-items: center;
}

.line3 h2 {
    text-align: center;
    color: #23a4de;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 20px;
}

.line3 h2.green {
    color:#00da89;
}

.line3 .formation {
    display: flex;
    flex-wrap: wrap;
}

.line3 .formation > div {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 540px;
    margin: 10px;
    height: 235px;
    background-color: #ececec;
    flex-direction: row;
}

.line3 .formation > div > div {
    width: 50%;
    height: 100%;
    display: block;
    float: left;
    position: relative;
}

.line3 .formation > div.generale {
    background-color: #FFFFFF;
}

.line3 .formation > div > div:first-child {
    width: 50%;
    background-image: url('../images/pic1.png');
    background-repeat: no-repeat;
}

.line3 .formation > div.generale > div:first-child {
    width: 100%;
    background:none;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.line3 .formation > div.generale a {
    max-width: 268px;
    width: 100%;
    border-radius: 20px;
    background-color: #23a4de;
    text-decoration: none;
    cursor: pointer;
    color: #FFFFFF;
    font-weight: 700;
    height: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.line3 .formation > div > div h3 {
    color: #23a4de;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 5px 0 20px;
    text-transform: uppercase;
}
.line3 .formation1 > div > div h3 {
    color: #00da89;
}

.line3 .formation > div > div p {
    color: #606060;
    font-size: 15px;
    font-weight: 400;
    line-height: 120%;
    padding: 10px 20px 5px 20px;
}

.line3 .formation > div > div p.txtright {
   display: block;
   position: absolute;
   bottom:5px;
   right:20px;
   padding: 0;
}

.txtright {
    text-align: right;
}

.line3 .formation > div > div.pic2 {
    background-image: url('../images/pic2.png');
}

.line3 .formation > div > div.pic3 {
    background-image: url('../images/pic3.png');
}

.line3 .formation > div > div.pic4 {
    background-image: url('../images/pic4.png');
}

.line3 .formation > div > div.pic5 {
    background-image: url('../images/pic5.png');
}

.line3 .formation > div > div.pic6 {
    background-image: url('../images/pic6.png');
}

.line3 .formation > div > div.pic7 {
    background-image: url('../images/pic7.png');
}

.line3 .formation > div > div.pic8 {
    background-image: url('../images/pic8.png');
}

.line3 .formation > div > div.pic9 {
    background-image: url('../images/pic9.png');
}

.line3 .formation > div > div.pic10 {
    background-image: url('../images/pic10.png');
}

.line3 .formation > div > div.pic11 {
    background-image: url('../images/pic11.png');
}

.line3 .formation > div > div.pic12 {
    background-image: url('../images/pic12.png');
}

.line3 .formation > div > div.pic13 {
    background-image: url('../images/pic13.png');
}

.line3 .formation > div > div.pic14 {
    background-image: url('../images/pic14.png');
}

.line3 .formation > div > div.pic15 {
    background-image: url('../images/pic15.png');
}

.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: #23a4de;
    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 .formation > div {
        max-width: 540px;
    }
    .line3 .formation {
        justify-content: center;
    }
}

@media screen and (max-width: 900px) {
    .line2 .content {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        padding: 30px 0;
    }
    .line2 .left, .line2 .right {
        max-width: none;
    }
    .line2 .left {
        flex-direction: column;
        padding: 50px 0 0 0;
    }]
    .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;
        width: 100%;
    }
}

@media screen and (max-width: 670px) {
    .line1 {
        min-height: 400px;
    }
    .line3 .formation > div > div {
        height: auto;
        width: 100%;
        padding-bottom: 40px;
    }
    .line3 .formation > div > div:first-child {
        width: 100%;
        max-width: 100%;
        background-size: cover;
        background-position: bottom;
        height: 60vw;
        padding: 0;
    }
    .line3 .formation > div {
        height: auto;
    }
}