* {
    color: #000000;
}

body {
    overflow-x: hidden;
    margin: 0;
}

h1, h2, h3 {
    font-family: 'Rubik', sans-serif;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
    line-height: 1;
}

h1, h2 {
    font-size: 35px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;

}

h3 {
    font-size: 19px;
}

h4 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 500;
    font-size: 20px;
    margin: 0;
}


a {
    color: #455EF6;
    text-decoration: none;
    transition: 0.2s ease;
    font-weight: 500;
}

a:hover {
    color: inherit;
}

.link-underline {
    text-decoration: underline;
}

.link-underline:hover {
    text-decoration: none;
}

.black-link {
    color: #000000;
}

.black-link:hover {
    color: #455EF6;
}

ul {
    padding-left: 0;
    list-style: none;
}

li {

    list-style-type: none;
}

.blue {
    color: #455EF6;
}

.white {
    color: #ffffff;
}

.blue {
    color: #0063FE;
}

p {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 17px;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}

.ibm {
    font-family: 'IBM Plex Sans', sans-serif;
}

.rubik {
    font-family: 'Rubik', sans-serif;
}

.fs-10 {
    font-size: 10px;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-20 {
    font-size: 20px;
}

.fs-21 {
    font-size: 21px;
}

.fs-23 {
    font-size: 23px;
}

.fs-24 {
    font-size: 24px;
}

.fs-35 {
    font-size: 35px;
}

.fs-40 {
    font-size: 40px;
}

.medium {
    font-weight: 500;
}

.bold {
    font-weight: 700;
}

.extrabold {
    font-weight: 800;

}

.italic {
    font-style: italic;
}

.uppercase {
    text-transform: uppercase;
}

.d-flex {
    display: flex;
}

.text-center {
    text-align: center;
}

section, footer, header {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1140px;
    margin: auto;
}

.coming-soon {
    min-height: 42vh;
    max-height: 42vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

#logo {
    max-width: 80vw;
    height: auto;
}

img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.header-wrapper {
    padding-top: 10vh;
}

.intro {
    position: relative;
    max-width: 930px;
    margin: auto;
}

@media screen and (min-width: 769px) {
    .intro-wrapper {
        max-height: 58vh;
    }

    .intro {
        max-height: calc(58vh - 50px);

    }
}

.intro:before, footer:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
    z-index: -2;
    background-color: #50BD2A;
}

.intro-text, .picture {
    flex: 1;
}

.intro-text {
    /*//padding-bottom: 5vh;*/
    /*height: fit-content;*/
    transform: translateY(-8%);
    align-self: center;
}

.picture {
    text-align: center;
}

.picture img {
    transform: translateY(25px);
}

.collaborate {
    padding-top: 5vh;
    padding-bottom: 1vh;
}

.steps {
    padding-left: 15px;
    padding-right: 15px;
}

.step {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    padding: 14px;
    text-align: left;
    flex: 1;
}


.step-content {
    position: relative;
    padding-left: 25px;
    padding-bottom: 10px;
    height: 100%;
}

.step-content:before {
    position: absolute;
    content: '';
    width: 12px;
    height: 100%;
    left: -2px;
    bottom: 0;
    background-color: #455EF6;
    border-radius: 15px;
}

.objectif {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.objectif-title {
    margin-bottom: 0;
}

.logos {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;

}

.logos-1, .logos-2 {
    align-items: center;
    justify-content: space-between;
}

.logos .logo {
    padding: 10px;
    /*max-width: 190px;*/
}

.logo.text {
    width: 140px;
    display: inline-flex;
    justify-content: center;
}

.logo.text p {
    display: inline-block;
}

.logo img {
    width: auto;
    height: auto;
    object-fit: contain;
}

footer {
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
}

.signature {
    justify-content: flex-end;
}

.signature svg {
    margin-left: 5px;
    transition: 0.2s ease;
}

.signature svg:hover {
    fill: #455EF6;
}

.popup-btn {
    position: relative;
}

.popup-btn:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 50%;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
    z-index: -2;
    background-color: #50BD2A;
}

.tips, .mailto {
    position: relative;

    margin: auto;
    margin-top: 45px;
    margin-bottom: 45px;

}

.cryptedmail:after {
    content: attr(data-name) "@" attr(data-domain) "." attr(data-tld);
}


.or {
    margin-bottom: 10px;
}

.mailto {
    max-width: 660px;
}

.tips {
    max-width: 580px;
    padding: 8px 90px;
    border-radius: 50px;
    background-color: #50BD2A;
}

.tips:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 70px;
    width: 50px;
    left: 35px;
    background: url(../images/light.png) no-repeat center;
    background-size: contain;
}

footer .socials {
    align-items: center;
    justify-content: center;
}

.socials li {
    margin: 4px;
    width: 31px;
    height: 31px;
    text-indent: -9999px;
}

.socials li > span {
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: background 0.2s ease;
}


.social-link {
    display: block;
    height: 100%;
}

li > span.facebook {
    background-image: url(../images/facebook.png);
}

li > span.facebook:hover {
    background-image: url(../images/facebook-blue.png);
}

li > span.instagram {
    background-image: url(../images/instagram.png);
}

li > span.instagram:hover {
    background-image: url(../images/instagram-blue.png);
}

li > span.tik-tok {
    background-image: url(../images/tik-tok.png);
}

li > span.tik-tok:hover {
    background-image: url(../images/tik-tok-blue.png);
}

li > span.youtube {
    background-image: url(../images/youtube.png);
}

li > span.youtube:hover {
    background-image: url(../images/youtube-blue.png);
}

.mentions {
    white-space: nowrap;
}

button.cta {
    position: relative;
    display: inline-block;
    padding: 1em 1.7em 1em 3.8em;
    background-color: #455EF6;
    border: 1px solid transparent;
    border-radius: 35px;
    color: #000000;
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    font-weight: 800;
    font-style: italic;
    text-align: center;
    line-height: 1;
    vertical-align: middle;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s ease !important;
    -webkit-appearance: none;
    text-transform: uppercase;
}

button.cta:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    background: url(../images/play.png) no-repeat center;
    transition: 0.2s ease;
}

button.cta:hover {
    background-color: #000000;
    color: #455EF6;
    text-decoration: none;
    outline: none;
}

button.cta:hover:before {
    background: url(../images/play-blue.png) no-repeat center;
}


button.cta:focus, button.cta:active, button.cta:visited {
    text-decoration: none;
}


@media (max-width: 768px) {

    .fs-20 {
        font-size: 17px;
    }

    .fs-21 {
        font-size: 17px;
    }

    .fs-23 {
        font-size: 18px;
    }

    .fs-24 {
        font-size: 19px;
    }

    .fs-35 {
        font-size: 26px;
    }

    .fs-40 {
        font-size: 28px;
    }

    p {
        font-size: 15px;
    }

    h1, h2 {
        font-size: 25px;
    }

    .intro {
        flex-direction: column-reverse;
    }

    .intro > * {
        flex: 0 0 50%;
    }

    .intro-text {
        max-width: 500px;
        margin: auto;
        padding-top: 30px;
    }

    .picture {
        margin-top: -25px;
    }

    .picture img {
        max-height: 40vh;
    }

    .steps {
        flex-direction: column;
        padding-right: 0;
        padding-left: 0;
    }

    .tips {
        padding: 70px 15px 15px;

    }

    .tips:before {
        top: 10px;
        left: 50%;
        height: 50px;
        width: 40px;
        transform: translateX(-50%);
    }

    .signature {
        justify-content: center;
        margin-top: 25px;
    }
}


@media (max-width: 480px) {
    button.cta {
        padding: 1em 1em 1em 3.2em;
    }

    .coming-soon {
        min-height: 30vh;
    }

    .header-wrapper {
        padding-top: 2vh;
    }

    .logos, .logos-2, .logos-1 {
        flex-direction: column;
    }

    .logo {
        max-width: 160px;
    }

    .logos .logo.text {
        width: auto;
        text-align: center;
    }
}


/**************************\
  Basic Modal Styles
\**************************/

.modal {
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal__container {
    background-color: #fff;
    width: 99vw;
    max-width: 1140px;
    max-height: 100vh;
    border-radius: 4px;
    overflow-y: auto;
    box-sizing: border-box;
}

.modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal__title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.25;
    color: #00449e;
    box-sizing: border-box;
}

.modal__close {
    background: transparent;
    border: 0;
}

.modal__header .modal__close:before {
    content: "\2715";
}

.modal__content {
    line-height: 1.5;
    color: rgba(0, 0, 0, .8);
    text-align: center;
}

.video-container {
    margin: auto;
}

.iframe-wrapper {
    position: relative;
    padding-top: 56.25%;
    height: 0;
}

iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal__btn {
    font-size: .875rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    background-color: #e6e6e6;
    color: rgba(0, 0, 0, .8);
    border-radius: .25rem;
    border-style: none;
    border-width: 0;
    cursor: pointer;
    -webkit-appearance: button;
    text-transform: none;
    overflow: visible;
    line-height: 1.15;
    margin: 0;
    will-change: transform;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.modal__btn-primary {
    background-color: #00449e;
    color: #fff;
}


/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes mmfadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes mmslideIn {
    from {
        transform: translateY(15%);
    }
    to {
        transform: translateY(0);
    }
}

@keyframes mmslideOut {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-10%);
    }
}

.micromodal-slide {
    display: none;
}

.micromodal-slide.is-open {
    display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
    animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
    animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
    animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
    animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
    will-change: transform;
}