@font-face {
    font-family: Gothard;
    src: url("../fonts/Gothard-Light.otf");
    font-weight: 200;
}

@font-face {
    font-family: Gothard;
    src: url("../fonts/Gothard-Regular.otf");
    font-weight: 400;
}




:root {
    --borders: none;
    --bgPosition: 0% 0%;
}

body a {
    text-decoration: none;
    color: black;
}

.is-safari .divanimate {
display:none;
}

body {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 248, 75, 0.38)), color-stop(25%, rgba(203, 255, 138, 0.38)), color-stop(50%, rgba(33, 162, 255, 0.38)), color-stop(75%, rgba(44, 91, 245, 0.3772102591036415)), to(rgba(54, 25, 236, 0.38)));
    background: -o-linear-gradient(top, rgba(255, 248, 75, 0.38) 0%, rgba(203, 255, 138, 0.38) 25%, rgba(33, 162, 255, 0.38) 50%, rgba(44, 91, 245, 0.3772102591036415) 75%, rgba(54, 25, 236, 0.38) 100%);
    background: linear-gradient(180deg, rgba(255, 248, 75, 0.38) 0%, rgba(203, 255, 138, 0.38) 25%, rgba(33, 162, 255, 0.38) 50%, rgba(44, 91, 245, 0.3772102591036415) 75%, rgba(54, 25, 236, 0.38) 100%);
    background-position: var( --bgPosition);
    background-size: 500% 500%;
    -webkit-transition: backgroundPosition 1s ease-in-out;
    -o-transition: backgroundPosition 1s ease-in-out;
    transition: backgroundPosition 1s ease-in-out;
}

section {
    min-height: 100vh;
}

.icon-container {
    height: 20vh;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 0.5px solid lightgray;
    margin-bottom: 1.5rem;
}

.icon-container img {
    max-height: 100%;
    max-width: 100%;
}

.scroll section {
    min-height: 100vh !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 4.5rem !important;
}

.scroll {
    position: relative;
}

.scroll .gradient {
    height: 100%;
    width: 1.5rem;
    background: rgb(255, 255, 255);
    background: -webkit-gradient(linear, left top, right top, color-stop(5%, rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    z-index: 100;
    display: none;
}

section {
    padding-top: 4.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

section:first-child {
    padding-top: 0;
}

.cursor-container {
    height: 100%;
    width: 100vw;
    position: absolute;
    display: block;
    z-index: -1;
    pointer-events: none;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    top: 0;
    left: 0;
}

.cursor {
    width: 3rem;
    height: 3rem;
    display: block;
    border-radius: 3rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 248, 75, 0.38)), color-stop(25%, rgba(203, 255, 138, 0.38)), color-stop(50%, rgba(33, 162, 255, 0.38)), color-stop(75%, rgba(44, 91, 245, 0.3772102591036415)), to(rgba(54, 25, 236, 0.38)));
    background: -o-linear-gradient(top, rgba(255, 248, 75, 0.38) 0%, rgba(203, 255, 138, 0.38) 25%, rgba(33, 162, 255, 0.38) 50%, rgba(44, 91, 245, 0.3772102591036415) 75%, rgba(54, 25, 236, 0.38) 100%);
    background: linear-gradient(180deg, rgba(255, 248, 75, 0.38) 0%, rgba(203, 255, 138, 0.38) 25%, rgba(33, 162, 255, 0.38) 50%, rgba(44, 91, 245, 0.3772102591036415) 75%, rgba(54, 25, 236, 0.38) 100%);
    background-size: 400% 400%;
    left: 0;
    top: 0;
    position: fixed;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    -webkit-transition: width .2s ease-in-out, height .2s ease-in-out;
    -o-transition: width .2s ease-in-out, height .2s ease-in-out;
    transition: width .2s ease-in-out, height .2s ease-in-out;
}

.slide {
    -webkit-transition: width .2s ease-in-out, height .2s ease-in-out, top .2s ease-in-out, left .2s ease-in-out;
    -o-transition: width .2s ease-in-out, height .2s ease-in-out, top .2s ease-in-out, left .2s ease-in-out;
    transition: width .2s ease-in-out, height .2s ease-in-out, top .2s ease-in-out, left .2s ease-in-out;
}

@font-face {
    font-family: Gothard;
    src: url("../fonts/Gothard-Thin.otf");
    font-weight: 100
}

body {
    font-family: Gothard;
    font-weight: 200;
    font-size: 15px;
    position: relative;
}


/* The progress bar (scroll indicator) */

header {
    width: 100%;
    position: fixed;
    top: 0;
    padding: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 0.75rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 10000;
}

header nav {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 248, 75, 0.38)), color-stop(25%, rgba(203, 255, 138, 0.38)), color-stop(50%, rgba(33, 162, 255, 0.38)), color-stop(75%, rgba(44, 91, 245, 0.3772102591036415)), to(rgba(54, 25, 236, 0.38)));
    background: -o-linear-gradient(top, rgba(255, 248, 75, 0.38) 0%, rgba(203, 255, 138, 0.38) 25%, rgba(33, 162, 255, 0.38) 50%, rgba(44, 91, 245, 0.3772102591036415) 75%, rgba(54, 25, 236, 0.38) 100%);
    background: linear-gradient(180deg, rgba(255, 248, 75, 0.38) 0%, rgba(203, 255, 138, 0.38) 25%, rgba(33, 162, 255, 0.38) 50%, rgba(44, 91, 245, 0.3772102591036415) 75%, rgba(54, 25, 236, 0.38) 100%);
    background-position: var( --bgPosition);
    background-size: 400% 400%;
    padding: 0.5rem;
    padding-top: 0.25rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 1rem;
    text-transform: uppercase;
}

.mobile-menu nav {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 248, 75, 0.38)), color-stop(25%, rgba(203, 255, 138, 0.38)), color-stop(50%, rgba(33, 162, 255, 0.38)), color-stop(75%, rgba(44, 91, 245, 0.3772102591036415)), to(rgba(54, 25, 236, 0.38)));
    background: -o-linear-gradient(top, rgba(255, 248, 75, 0.38) 0%, rgba(203, 255, 138, 0.38) 25%, rgba(33, 162, 255, 0.38) 50%, rgba(44, 91, 245, 0.3772102591036415) 75%, rgba(54, 25, 236, 0.38) 100%);
    background: linear-gradient(180deg, rgba(255, 248, 75, 0.38) 0%, rgba(203, 255, 138, 0.38) 25%, rgba(33, 162, 255, 0.38) 50%, rgba(44, 91, 245, 0.3772102591036415) 75%, rgba(54, 25, 236, 0.38) 100%);
    background-position: var( --bgPosition);
    background-size: 400% 400%;
    padding: 0.5rem;
    padding-top: 0.25rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 1rem;
    text-transform: uppercase;
}

.mobile-menu {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.show-mobile-menu .mobile-menu {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

header .logo {
    height: 1.8rem;
    background: none;
}

header .logo img {
    height: 100%;
}

.main-scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 4.5rem;
}

.main-scroll>* {
    width: 50%;
}

.main-scroll .introduction>* {
    position: sticky;
    top: 4.5rem;
}

.sticky-footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    padding: 1.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 10000;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none;
}

.sticky-footer nav {
    background: blue !important;
    color: white !important;
    padding: 0.5rem;
    padding-top: 0.25rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 1rem;
    text-transform: uppercase;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    pointer-events: all !important;
}

.push-scroll-to {
    height: 4vh;
    width: 4vh;
    border-radius: 4vh;
    animation: float 4s ease-in-out infinite;
    pointer-events: all !important;
}

@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-10px);
	}
	100% {
		transform: translatey(0px);
	}
}


.sticky-footer nav a {
    color: white !important;
}

.intro {
    min-height: calc(100vh - 9.25rem);
    padding: 3vw !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: var(--borders);
    border-radius: 1.5rem;
    margin: 1.5rem;
    margin-top: 0rem;
    margin-bottom: 4.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 248, 75, 0.1)), color-stop(25%, rgba(203, 255, 138, 0.1)), color-stop(50%, rgba(33, 162, 255, 0.1)), color-stop(75%, rgba(44, 91, 245, 0.1772102591036415)), to(rgba(54, 25, 236, 0.1)));
    background: -o-linear-gradient(top, rgba(255, 248, 75, 0.1) 0%, rgba(203, 255, 138, 0.1) 25%, rgba(33, 162, 255, 0.1) 50%, rgba(44, 91, 245, 0.1772102591036415) 75%, rgba(54, 25, 236, 0.1) 100%);
    background: linear-gradient(180deg, rgba(255, 248, 75, 0.1) 0%, rgba(203, 255, 138, 0.1) 25%, rgba(33, 162, 255, 0.1) 50%, rgba(44, 91, 245, 0.1772102591036415) 75%, rgba(54, 25, 236, 0.1) 100%);
    background-color: white;
    background-size: 400% 400%;
    background-position: var( --bgPosition);
    margin-right: 0;
    position: relative;
}

#slider {
    height: 4rem;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0.7rem;
}

#slider span {
    min-height: 4rem !important;
    max-height: 4rem !important;
    height: 3rem;
}

.tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.intro svg {
    width: 50%;
    height: 50%;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0.5;
    position: absolute;
}

h1 {
    font-size: 3rem;
    font-weight: 200;
}

h2 {
    font-size: 1.5rem;
    font-weight: 100;
    line-height: 1.2;
}

h3 {
    font-size: 3rem;
}

.intro h2 p {
    margin-top: 2rem;
}

.title {
    padding-bottom: 3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: var(--borders);
    border-radius: 1.5rem;
    margin-top: 0;
    margin-bottom: 2rem;
    /* background: linear-gradient(180deg, #FFF84B 0%, #CBFF8A 32.29%, #21A2FF 65.62%, #3619EC 100%);
    background-position: var(  --bgPosition);
    background-size: 400% 400%; */
    /* background-color: white; */
    position: relative;
}

.title::after {
    width: 100%;
    height: 2rem;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: blue;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: -1;
}

.account .title {
    padding: 2rem;
    padding-top: 1.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: var(--borders);
    border-radius: 1.5rem;
    margin-top: 0;
    margin-bottom: 2rem;
    background-color: white;
}

.account .title::after {
    display: none;
}

.cards {
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.cards .introduction {
    margin-bottom: 2.5rem;
    width: 100%;
}

.cards-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.card {
    display: inline-block;
    width: calc(50% - 0.75rem);
    height: auto;
    margin-bottom: 2rem;
    background-color: white;
}

.card p {
    width: 100%;
}

.card:nth-child(1) .color-rounded {
    /* background-color: rgb(0, 0, 255); */
}

.card:nth-child(2) .color-rounded {
    /* background-color: rgb(0, 0, 184); */
}

.card:nth-child(3) .color-rounded {
    /* background-color: rgb(0, 0, 107); */
}

.color-rounded {
    height: 10rem;
    width: 10rem;
    margin-left: 2rem;
    margin-top: 2rem;
    border-radius: 4rem;
    /* filter: blur(20px); */
}

.color-rounded svg {
    height: 100%;
}

.card-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.card {
    border: var(--borders);
    border-radius: 1.5rem;
}

.card-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    white-space: normal;
    padding: 1.5rem;
}

h4 {
    font-weight: 400;
    line-height: 1.3;
}

h5 {
    font-weight: 200;
    margin-bottom: 1rem;
    line-height: 1.3;
}

h6 {
    font-weight: 100;
    line-height: 1.3;
    white-space: pre-line;
    max-width: 40ch;
}

h6 p {
    width: 100%;
}

.card .color-container {
    height: calc(15vw);
}


/* CHONRO */

.chronologie {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    min-height: calc(100vh - 9.25rem);
    min-height: auto;
    padding-top: 0;
}

.chronologie .title {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.chronologie-container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.chronologie-container {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    padding-bottom: 2rem;
    width: 100%;
}

.chrono-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.temporel {
    display: inline-block;
    max-width: calc(100% - 1.5rem);
    white-space: initial;
}

.chronologie-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.chronologie-wrapper .content {
    width: 100%;
}

.chronologie-title {
    font-size: 1.5rem;
    font-weight: 300;
}

.subtitle {
    border-top: 1px solid black;
    padding-top: 0.5rem;
    margin-top: 0.75rem;
    width: 100%;
}

.number {
    width: 6rem;
    font-size: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0.3rem;
    position: relative;
    z-index: -1;
}

.num-cont {
    z-index: 1000;
}

.number .color-container {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.number .color-rounded {
    height: 1.5rem;
    width: 1.5rem;
    background-color: blue;
    margin-top: 1rem;
    margin-left: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.number .rounded-gradient {
    width: 3rem;
    height: 3rem;
}


/* TESTIMONIALS */

.testimonials {
    overflow: hidden;
    height: calc(100vh);
    min-height: auto;
    padding-bottom: 4.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.testimonials .title {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.testimonials-container {
    white-space: nowrap;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    position: relative;
}

.testimonial-card {
    display: inline-block;
    width: calc(100% - 3rem);
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
    padding: 1.5rem;
    border: var(--borders);
    border-radius: 1.5rem;
    background-color: white;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.testimonial-card figure {
    height: 50vh;
    margin-right: 1.5rem;
    overflow: hidden;
    border-radius: 1rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 248, 75, 0.38)), color-stop(25%, rgba(203, 255, 138, 0.38)), color-stop(50%, rgba(33, 162, 255, 0.38)), color-stop(75%, rgba(44, 91, 245, 0.3772102591036415)), to(rgba(54, 25, 236, 0.38)));
    background: -o-linear-gradient(top, rgba(255, 248, 75, 0.38) 0%, rgba(203, 255, 138, 0.38) 25%, rgba(33, 162, 255, 0.38) 50%, rgba(44, 91, 245, 0.3772102591036415) 75%, rgba(54, 25, 236, 0.38) 100%);
    background: linear-gradient(180deg, rgba(255, 248, 75, 0.38) 0%, rgba(203, 255, 138, 0.38) 25%, rgba(33, 162, 255, 0.38) 50%, rgba(44, 91, 245, 0.3772102591036415) 75%, rgba(54, 25, 236, 0.38) 100%);
}

.testimonial-card figure img {
    height: 100%;
    width: 100%;
    mix-blend-mode: color;
    mix-blend-mode: multiply;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.intro {
    position: relative;
}

canvas {
    width: 100% !important;
    height: 100% !important;
    position: fixed;
}

.testimonial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: inherit;
}

.text-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


/* PROGRESS */

.progress-scroll {
    position: sticky;
    top: 0;
    width: 100%;
    margin-top: 0;
    z-index: 1000000;
    height: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.progress-scroll progress {
    width: 100%;
}

progress {
    border-radius: 0;
    width: 100%;
    height: 2px;
}

progress::-webkit-progress-bar {
    background-color: white;
    height: 2px;
}

progress::-webkit-progress-value {
    background-color: blue;
    height: 2px;
}

progress::-moz-progress-bar {
    /* style rules */
}


/* LOGIN PAGE */

.login {
    height: 100vh;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.login input {
    width: 100%;
    outline: none;
    border: none;
    background: transparent;
    border-bottom: 0.5px solid black;
}

.login input:last-child {
    background-color: rgba(255, 255, 255, 0.512);
    color: black;
    mix-blend-mode: difference;
    border: none;
    font-size: 0.8em;
    padding: 0.5em;
    border-radius: 0.25em;
    margin-top: 0.5rem;
}

#no-zone {
    padding: 2rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

#no-zone p {
    padding-bottom: 1.5rem;
}

#no-zone::after {
    width: 100%;
    height: 2rem;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: transparent;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: -1;
}

.smart-diag .account-buttons {
    pointer-events: none !important;
}


/* SMART DIAG */

.smart-diag {
    height: 100vh;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(54 25 236 / 0%)), to(#f6f5f3));
    background-image: -o-linear-gradient(top, rgb(54 25 236 / 0%) 0%, #f6f5f3 100%);
    background-image: linear-gradient(180deg, rgb(54 25 236 / 0%) 0%, #f6f5f3 100%);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.smart-diag .title {
    font-weight: 100;
}

.smart-diag h3 {
    max-width: 50ch;
}

.button-smart-diag span {
    font-size: 2vw;
    padding: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.8rem;
    background-color: blue;
    border-radius: 1.5rem;
    color: white;
    text-transform: uppercase;
}


/* FAKELOGIN */

.log-in-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
}

.log-in-button span {
    width: 100%;
    text-align: right;
}

.fake-login {
    display: block;
    z-index: 100000;
    max-width: 0.001px;
    max-height: 0.001px;
    overflow: hidden;
    -webkit-transition: max-width .2s ease-in-out, max-height .2s ease-in-out;
    -o-transition: max-width .2s ease-in-out, max-height .2s ease-in-out;
    transition: max-width .2s ease-in-out, max-height .2s ease-in-out;
}

.fake-login-container {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    padding-bottom: 0.5rem;
    border-top: 0.5px solid black;
    margin-top: 0.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 10vw;
}

.fake-login-container input {
    width: 100%;
    outline: none;
    border: none;
    background: transparent;
    border-bottom: 0.5px solid black;
}

.fake-login-container input:last-child {
    background-color: rgba(255, 255, 255, 0.512);
    color: black;
    mix-blend-mode: difference;
    border: none;
    font-size: 0.8em;
    padding: 0.5em;
    border-radius: 0.25em;
    margin-top: 0.5rem;
}

.submit {
    background-color: black !important;
    color: white !important;
    text-transform: uppercase;
}

.open .fake-login-container {
    opacity: 1;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.account {
    padding-top: 4.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.account .main-scroll {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.account .introduction {
    padding: 0;
    margin: 0;
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.account .main-scroll {
    padding-bottom: 0;
}

.account .scroll .title {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.account .introduction .card {
    width: calc(20% - 0.6rem);
    padding: 0;
}

.account .introduction .cards {
    padding: 0;
    margin: 0;
}

.account .card {
    padding: 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.account .titles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.account .titles .title {
    width: calc(50% - 0.3rem);
}

.account .main-scroll>* {
    width: 100%;
}

.account .cards {
    padding-left: 0;
}

.card-container .logo {
    width: 100%;
    height: 6rem;
    margin-bottom: 0.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.account h5 {
    font-size: 0.8em;
}

.hamburger-menu {
    display: none;
}

.card-container .logo img {
    max-width: 100%;
    max-height: 100%;
}

.trombi {
    padding-top: 0rem !important;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.trombinoscope {
    height: 100vh;
    width: 100vw;
    position: relative;
    background: rgb(255, 255, 255);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 16, 255, 1)));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 16, 255, 1) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 16, 255, 1) 100%);
}

.account section {
    min-height: auto;
}

.connection {
    border-radius: 100%;
}


.account-buttons {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* padding: 0.5rem; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 10;
    /* left: 0 !important;
    top: 0 !important; */
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.account-buttons .normal {
    padding: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: white;
    border-radius: 2rem;
    height: 4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 1rem;
    padding-right: 1rem;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    pointer-events: none;
    display: none;
    position: absolute;
    left: 7rem;
}

.left .normal {
    left: auto;
    right: 7rem;
}

.account-buttons:hover {
    z-index: 100;
}

.account-buttons:hover .normal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.account-buttons:hover .normal {
    opacity: 1;
}

.left .avatar {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.left .normal {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.avatar {
    width: 6rem;
    height: 6rem;
    border-radius: 6rem;
    overflow: hidden;
    padding: 0.25rem;
    background-color: white;
    /* animation: float 6s ease-in-out infinite; */
}

.avatar figure {
    height: 6rem;
    width: 6rem;
    border-radius: 6rem;
    padding: 0;
    margin: 0;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 248, 75, 0.38)), color-stop(25%, rgba(203, 255, 138, 0.38)), color-stop(50%, rgba(33, 162, 255, 0.38)), color-stop(75%, rgba(44, 91, 245, 0.3772102591036415)), to(rgba(54, 25, 236, 0.38)));
    background: -o-linear-gradient(top, rgba(255, 248, 75, 0.38) 0%, rgba(203, 255, 138, 0.38) 25%, rgba(33, 162, 255, 0.38) 50%, rgba(44, 91, 245, 0.3772102591036415) 75%, rgba(54, 25, 236, 0.38) 100%);
    background: linear-gradient(180deg, rgba(255, 248, 75, 0.38) 0%, rgba(203, 255, 138, 0.38) 25%, rgba(33, 162, 255, 0.38) 50%, rgba(44, 91, 245, 0.3772102591036415) 75%, rgba(54, 25, 236, 0.38) 100%);
}

.avatar figure img {
    -o-object-fit: cover;
    object-fit: cover;
    mix-blend-mode: multiply;
}

.avatar:nth-child(odd) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.user-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.25rem;
    border-bottom: 1px solid black;
    padding-bottom: 1.5rem;
    margin-top: 1.5rem;
}

.account-button {
    position: absolute;
    right: 7rem;
}

.user-container:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.user-container .nom {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.user-container .localite {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.avatar img {
    height: 100%;
}

.sticky-footer nav {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 248, 75, 0.38)), color-stop(25%, rgba(203, 255, 138, 0.38)), color-stop(50%, rgba(33, 162, 255, 0.38)), color-stop(75%, rgba(44, 91, 245, 0.3772102591036415)), to(rgba(54, 25, 236, 0.38)));
    background: -o-linear-gradient(top, rgba(255, 248, 75, 0.38) 0%, rgba(203, 255, 138, 0.38) 25%, rgba(33, 162, 255, 0.38) 50%, rgba(44, 91, 245, 0.3772102591036415) 75%, rgba(54, 25, 236, 0.38) 100%);
    background: linear-gradient(180deg, rgba(255, 248, 75, 0.38) 0%, rgba(203, 255, 138, 0.38) 25%, rgba(33, 162, 255, 0.38) 50%, rgba(44, 91, 245, 0.3772102591036415) 75%, rgba(54, 25, 236, 0.38) 100%);
    background-position: var( --bgPosition);
    background-size: 400% 400%;
}

.smart-diag h3 {
    max-width: 30ch;
}

.subtitle p {
    max-width: 80ch;
    font-weight: 100;
    line-height: 1.3;
}

.mobile-menu {
    display: none;
}

.fake-footer {
    display: none;
}

.divanimate {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.circle-container {
    width: 100%;
    position: relative;
}

.circleanim {
    position: absolute;
    width: 10rem;
    height: 10rem;
    background-color: blue;
    border-radius: 10rem;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    top: 0;
    left: 0;
    -webkit-animation: shakeit 20s linear infinite backwards;
    animation: shakeit 20s linear infinite backwards;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes shakeit {
    25% {
        left: 0%;
        top: 50%
    }
    50% {
        left: 60%;
        top: 30%
    }
    62.5% {
        left: 80%;
        top: 20%
    }
    75% {
        left: 60%;
        top: 100%
    }
    100% {
        left: 0%;
        top: 0%
    }
}

.account .center {
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 100;
}

.account .center .avatar {
    height: 8rem;
    width: 8rem;
}

.account .center .avatar figure {
    width: 8rem;
    height: 8rem;
}

.account-buttons {
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.center-all .account-buttons {
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.last-footer {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 2rem;
}

@media only screen and (min-width: 900px) and (max-width: 1440px) {
    .avatar {
        height: 4vmax;
        width: 4vmax;
        border-radius: 4vmax;
    }
    .avatar figure {
        height: 4vmax;
        width: 4vmax;
        border-radius: 4vmax;
    }
    #no-zone {
        font-size: 3vmax;
    }
}

@media only screen and (max-width: 900px) {
    html {
        scroll-behavior: inherit !important;
    }
    .account .center {
        -webkit-transform: inherit;
        -ms-transform: inherit;
        transform: inherit;
        left: 0 !important;
        top: 0 !important;
    }

    .push-scroll-to {
        order: 1
    }
    
    .sticky-footer div::first-child {
        order: 2
    }
    
    .sticky-footer div::last-child {
        order: 3
    }
    .account-buttons {
        position: absolute !important;
    }
    .divanimate {
        display: none;
    }
    body {
        font-size: 12.5px;
    }
    iframe {
        min-height: 150vh;
    }
    header {
        padding: 1rem;
        padding-top: 1rem;
        background-color: ;
    }
    .email {
        display: none;
    }
    .tags {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #slider {
        margin-left: 0;
    }
    .hamburger-menu {
        display: block;
    }
    .scroll section {
        padding-top: 4rem !important;
    }
    .log-in-button span {
        text-align: left;
    }
    .fake-login {
        width: 100%;
        height: 100%;
        max-width: 100% !important;
    }
    .main-scroll {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 4rem;
    }
    .account .introduction .card {
        width: calc(50% - 0.3rem);
    }
    .sticky-footer {
        /* display: none; */
    }
    .sticky-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .cards .title h3 {
        opacity: 1 !important;
    }
    .title::after {
        height: 0.5rem;
        bottom: 2rem;
    }
    .title {
        margin-bottom: 0;
    }
    .sticky-footer div {
        margin-bottom: 0.5rem;
    }
    .sticky-footer div nav {
        width: 100%;
    }
    .sticky-footer {
        z-index: 10;
    }
    .sticky-footer div:first-child {
    }
    header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    header .account-button {
        margin-top: 0.5rem;
        position: relative;
        right: 0;
    }
    header .log-in-button {
        margin-top: 0.5rem;
    }
    .sticky-footer .log-in-button {
        width: 100%;
    }
    .introduction {
        width: 100%;
        padding-right: 1.5rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .scroll {
        width: 100%;
    }
    .cards-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .account .titles {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .account .titles .title {
        width: 100%;
        margin-bottom: 1rem;
    }
    .card .color-container {
        height: auto;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .card {
        width: 100%;
        min-height: 50vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .card h4 {
        font-size: 1.2rem;
    }
    .account .card {
        min-height: 0px;
    }
    .card-container {
        height: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .testimonial-card {
        max-width: calc(95vw - 2.5rem);
    }
    .testimonial {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .testimonial-card figure {
        margin-right: 0;
    }
    .text-container {
        margin-top: 1.5rem;
    }
    .testimonial-card figure {
        height: 45vh;
    }
    .smart-diag {
        height: 100vh;
        padding-top: 0;
    }
    .smart-diag .title {
        font-size: 1.1rem;
    }
    .testimonials {
        height: auto;
        min-height: 100vh;
    }
    .fake-login-container {
        width: 100%;
    }
    .testimonial-card figure img {
        -o-object-fit: cover;
        object-fit: cover;
        height: auto;
        width: auto;
    }
    header .logo {
        width: 71vw;
    }
    header .logo img {
        width: 100%;
        height: auto;
        margin-left: -2vw;
    }
    .account {
        padding-top: inherit;
    }
    header .close {
        display: none;
    }
    header .open {
        display: block;
    }
    .show-mobile-menu .open {
        display: none;
    }
    .show-mobile-menu .close {
        display: block
    }
    header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    header .hamburger-menu {
        height: 1.8rem;
    }
    header .hamburger-menu img {
        height: 100%;
    }
    header nav:nth-child(3) {
        display: none;
    }
    header nav:nth-child(4) {
        display: none;
    }
    .subtitle p {
        max-width: 80vw;
    }
    h3 {
        font-size: 1.93rem;
    }
    .testimonials-container {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    h2 {
        font-size: 1.3rem;
    }
    .mobile-menu {
        display: block;
        background-color: white;
        position: fixed;
        height: 100vh;
        width: 100vw;
        z-index: 100;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .mobile-menu nav {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 248, 75, 0.38)), color-stop(25%, rgba(203, 255, 138, 0.38)), color-stop(50%, rgba(33, 162, 255, 0.38)), color-stop(75%, rgba(44, 91, 245, 0.3772102591036415)), to(rgba(54, 25, 236, 0.38)));
        background: -o-linear-gradient(top, rgba(255, 248, 75, 0.38) 0%, rgba(203, 255, 138, 0.38) 25%, rgba(33, 162, 255, 0.38) 50%, rgba(44, 91, 245, 0.3772102591036415) 75%, rgba(54, 25, 236, 0.38) 100%);
        background: linear-gradient(180deg, rgba(255, 248, 75, 0.38) 0%, rgba(203, 255, 138, 0.38) 25%, rgba(33, 162, 255, 0.38) 50%, rgba(44, 91, 245, 0.3772102591036415) 75%, rgba(54, 25, 236, 0.38) 100%);
        background-position: var( --bgPosition);
        background-size: 400% 400%;
        padding: 0.5rem;
        padding-top: 0.25rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 1rem;
        text-transform: uppercase;
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
    .mobile-login {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 70vw;
    }
    .mobile-login input {
        width: 100%;
    }
    .intro {
        margin: 1rem;
        min-height: calc(100vh - 15rem);
    }
    .introduction {
        padding-right: 0;
    }
    .scroll .cards {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .chronologie .title {
        margin-right: 1rem;
        margin-left: 1rem;
    }
    .testimonials .title {
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .chronologie-wrapper {
        max-width: 90vw;
    }
    .testimonial-card figure img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    .testimonial-card {
        width: calc(100% - 2rem);
        margin-left: 1rem !important;
        margin-right: 1rem !important;
        max-width: 100%;
        padding: 1rem;
    }
    .fake-footer {
        height: 6rem;
        background-color: #f6f5f3;
        display: block;
        width: 100%;
    }
    .account .introduction {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .account .card-container {
        padding: 1rem;
    }
    .account .scroll .title {
        margin: 1rem;
    }
    .trombinoscope {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: 100vh;
        height: auto;
        padding-bottom: 4rem;
    }
    .account .scroll .cards {
        padding-left: 0 !important;
    }
    .smart-diag .account-buttons {
        height: 6rem;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        top: 10%;
    }
    .smart-diag .account-buttons .avatar {
        height: 6rem;
        width: 6rem;
    }
    .smart-diag .account-buttons .avatar figure {
        height: 6rem;
        width: 6rem;
    }
    .smart-diag .title {
        width: 100%;
        max-width: inherit;
        font-size: 1.5rem;
    }
    .left .avatar {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .left .normal {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .account .account-buttons .normal {
        opacity: 1;
        display: flex;
        flex-direction: column;
        position: relative;
        left: 0;
    }
    .account .account-buttons {
        position: relative !important;
        left: 0;
        top: 0;
        display: flex;
        width: 100vw;
        justify-content: flex-start;
        margin-bottom: 0.5rem;
        padding-left: 1rem;
    }
    .account .avatar {
        width: 4rem;
        height: 4rem;
    }
    .account .avatar figure {
        width: 4rem;
        height: 4rem;
    }
    .email {
        display: block;
    }
    #step-6 .tab-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    header {
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
    }
    .center-all .account-buttons {
        left: 0 !important;
        top: 0 !important;
        transform: translate(0, 0) !important;
    }
}