@font-face {
  font-family: "ClashDisplay";
  src: url("../assets/fonts/OTF/ClashDisplay-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ClashDisplay";
  src: url("../assets/fonts/OTF/ClashDisplay-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "ClashDisplay";
  src: url("../assets/fonts/OTF/ClashDisplay-Italic.otf") format("opentype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "ClashDisplay";
  src: url("../assets/fonts/OTF/ClashDisplay-BoldItalic.otf") format("opentype");
  font-weight: bold;
  font-style: italic;
}
.navbar {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  position: fixed;
  width: 100%;
}
@media (min-width: 1200px) {
  .navbar--blur {
    display: block;
    padding: 10px;
    background-color: rgba(109, 23, 140, 0);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    border-radius: 50px;
  }
}
.navbar__brand {
  font-size: 24px;
}
.navbar__toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
  transition: transform 0.3s;
  z-index: 9999;
}
.navbar__toggle.is-active {
  transform: rotate(180deg);
  transform: translateY(-10vh);
}
.navbar__line {
  height: 2px;
  width: 25px;
  background-color: white;
  margin: 4px 0;
  transition: all 0.3s ease-in-out;
}
.navbar__line--1.is-active {
  transform: rotate(45deg) translate(5px, 9px);
}
.navbar__line--2.is-active {
  opacity: 0;
}
.navbar__line--3.is-active {
  transform: rotate(-45deg) translate(5px, -9px);
}
.navbar__menu {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  flex-grow: 1;
  visibility: visible;
  transform: translateX(0);
  transition: transform 0.4s ease, visibility 0.4s ease;
}
.navbar__menu.is-active {
  visibility: visible;
  transform: translateX(0);
}
@media (max-width: 1200px) {
  .navbar__menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #6d178c;
    align-items: center;
    visibility: hidden;
    transform: translateX(-100%);
    z-index: 9998;
  }
}
.navbar__menu.is-active {
  visibility: visible;
  transform: translateX(0);
  z-index: 9998;
}
.navbar__menu__toggle {
  transition: transform 0.3s;
}
.navbar__item {
  padding: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 10px;
  text-align: center;
}
@media (max-width: 1200px) {
  .navbar__item {
    padding: 0;
    margin: 3rem 0;
  }
}
@media (min-width: 1200px) {
  .navbar__item {
    display: flex;
    align-items: center;
  }
}
.navbar__link {
  color: white;
  text-decoration: none;
  font-size: 20px;
}
.navbar__link.active {
  font-weight: bold;
  transition: all 0.2s;
}
@media (max-width: 1200px) {
  .navbar__link {
    font-size: 28px;
  }
}
@media (max-width: 1200px) {
  .navbar {
    justify-content: flex-start;
  }
  .navbar__toggle {
    display: flex;
    justify-content: flex-start;
    transform: translateY(-10vh);
  }
}

footer {
  padding: 20px 0;
}
footer .footer-content {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
footer .footer-item {
  flex: 1;
  text-align: center;
  height: 20px;
  width: auto;
}
footer .footer-item svg {
  height: 100%;
  width: auto;
}
footer .dwt path {
  fill: white;
}

.contexte {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  color: #fff;
  background-image: none;
}
.contexte::after {
  content: "";
  display: block;
  width: 10vh;
  height: 10vh;
  background: url("../../assets/images/flechebas.svg") no-repeat center;
  background-size: contain;
  margin-top: 5vh;
  margin-bottom: 5vh;
}
.contexte .deco_contexte--1 {
  margin: 0;
  display: flex;
  justify-content: start;
}
.contexte__number {
  margin: 0;
  font-size: 120px;
  margin-bottom: 10px;
}
.contexte__deco, .contexte__deco2 {
  display: none;
}
.contexte__deco-start .contexte__deco-end {
  display: flex;
  margin-top: 5vh;
  margin-bottom: 5vh;
}
.contexte__deco-end {
  align-self: flex-end;
}
.contexte__deco-start {
  align-self: flex-start;
}
.contexte__deco-start img {
  transform: rotate(180deg);
  width: 30px;
}
.contexte__deco-end img {
  width: 30px;
}
.contexte__title {
  margin: 0;
  font-size: 28px;
  margin-bottom: 20px;
}
.contexte__text {
  font-size: 16px;
  margin-bottom: 15px;
}
.contexte__text {
  font-size: 20px;
}
.contexte__text--small {
  font-style: italic;
  font-size: 16px;
}
.contexte__text--small::after {
  content: url("../assets/images/croix.svg");
  display: block;
  margin-left: auto;
  margin-right: 0;
  margin-top: 3vh;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  display: none;
}
@media (min-width: 1200px) {
  .contexte__text--small::after {
    display: flex;
  }
}
.contexte__text--3::before {
  content: url("../assets/images/croix.svg");
  display: block;
  margin: 0%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}
@media (min-width: 1200px) {
  .contexte__text--3::before {
    display: none;
  }
}
@media (min-width: 1200px) {
  .contexte {
    background-image: url("../assets/images/ctxcercle.svg");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    height: 700px;
    margin-top: 10vh;
    margin-bottom: 10vh;
    display: grid;
    grid-template-columns: 1fr repeat(4, minmax(0, 250px)) 1fr;
    grid-template-rows: repeat(5, 1fr);
    gap: 0px;
    grid-template-areas: ". . . . . deco-end" "number text-1 text-1 deco1 deco1 . " "title text2 text2 deco1 deco1 . " "title deco2 deco2 text3 text3 ." ". deco-start . . . . ";
  }
  .contexte__number {
    grid-area: number;
    font-size: 128px;
    display: block;
    margin: 0 auto;
  }
  .contexte__title {
    grid-area: title;
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    text-orientation: upright;
    display: block;
    margin: 0 auto;
    font-size: 27px;
  }
  .contexte__text--1 {
    grid-area: text-1;
  }
  .contexte__text--2 {
    grid-area: text2;
  }
  .contexte__text--3 {
    grid-area: text3;
  }
  .contexte__deco img {
    grid-area: deco1;
  }
  .contexte__deco {
    display: block;
    grid-area: deco1;
    width: 300px;
    margin-right: auto;
    margin-left: 10vh;
    height: auto;
  }
  .contexte__deco2 {
    display: block;
    grid-area: deco2;
    width: 300px;
    margin-left: auto;
    margin-right: 10vh;
    height: auto;
    transform: rotate(180deg);
  }
  .contexte__deco2 img {
    transform: rotate(180deg);
  }
  .contexte__deco-end {
    grid-area: deco-end;
    display: block;
  }
  .contexte__deco-start {
    grid-area: deco-start;
  }
  .contexte::after {
    display: none;
  }
}

.handisport {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  color: #fff;
}
.handisport__number {
  margin: 0%;
  font-size: 120px;
  margin-bottom: 10px;
}
.handisport__title {
  margin: 0%;
  font-size: 28px;
  margin-bottom: 20px;
}
.handisport__img {
  width: 100%;
  max-width: 50vh;
  display: block;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.handisport__croix {
  padding: 40px;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .handisport__croix {
    display: none;
  }
}
.handisport__text {
  font-size: 16px;
  margin-bottom: 15px;
}
.handisport__text--big {
  font-size: 21px;
}
.handisport::after {
  content: "";
  display: block;
  width: 10vh;
  height: 10vh;
  background: url("../../assets/images/flechebas.svg") no-repeat center;
  background-size: contain;
  margin-top: 5vh;
  margin-bottom: 5vh;
}
@media (min-width: 1200px) {
  .handisport {
    background-image: url("../../assets/images/sidesection2.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    margin-top: 20vh;
    margin-bottom: 20vh;
    display: grid;
    grid-template-columns: 1fr repeat(4, minmax(0, 250px)) 1fr;
    grid-template-rows: repeat(3, 1fr);
    gap: 0px;
    max-height: 550px;
    grid-template-areas: "number handisport__text--1 handisport__text--1 handisport__text--1 . . " "title handisport__img handisport__img handisport__img . . " "title  handisport__text--big handisport__text--big handisport__text--big . . ";
  }
  .handisport__number {
    grid-area: number;
    font-size: 128px;
    display: block;
    margin: 0 auto;
  }
  .handisport__title {
    grid-area: title;
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    text-orientation: upright;
    display: block;
    margin: 0 auto;
    font-size: 27px;
  }
  .handisport__text--1 {
    grid-area: handisport__text--1;
    font-size: 20px;
  }
  .handisport__img {
    grid-area: handisport__img;
  }
  .handisport__text--big {
    grid-area: handisport__text--big;
    font-size: 27px;
    font-weight: bold;
  }
  .handisport::after {
    display: none;
  }
}

.solution {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  color: #fff;
  background-image: none;
}
.solution__deco {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.5vh;
  padding-top: 2.5vh;
  width: 100%;
}
@media (min-width: 1200px) {
  .solution__deco {
    display: none;
  }
}
.solution__deco--1, .solution__deco--2 {
  margin: 0;
}
.solution__img {
  display: none;
}
.solution__deco-img {
  display: none;
}
.solution__number {
  margin: 0%;
  font-size: 120px;
  margin-bottom: 10px;
}
.solution__title {
  margin: 0%;
  font-size: 28px;
  margin-bottom: 20px;
}
.solution__text {
  margin-bottom: 15px;
}
.solution__text--small {
  font-size: 0.8rem;
}
.solution__text--3 {
  z-index: -1;
  margin-left: 30px;
}
.solution__text--3::after {
  content: url("../assets/images/decosemifleche.svg");
  display: block;
  margin-left: auto;
  margin-right: 0;
  margin-top: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}
.solution__text--3::before {
  content: url("../assets/images/decosemifleche.svg");
  display: block;
  margin-left: 0;
  margin-right: auto;
  margin-top: 3vh;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  transform: scaleX(-1);
  position: relative;
  top: 10px;
  left: -30px;
}
.solution::after {
  content: "";
  display: block;
  width: 10vh;
  height: 10vh;
  background: url("../../assets/images/flechebas.svg") no-repeat center;
  background-size: contain;
  margin-top: 5vh;
  margin-bottom: 5vh;
}
@media (min-width: 1200px) {
  .solution {
    max-height: 550px;
    display: grid;
    grid-template-columns: 1fr repeat(5, minmax(0, 200px)) 1fr;
    grid-template-rows: repeat(3, 1fr);
    gap: 0px;
    margin-top: 20vh;
    margin-bottom: 20vh;
    grid-template-areas: "number text1 text1 text1 text1 deco-img ." "title img img textsmall textsmall deco-img ." "title text3 text3 text3 text3 text3 .";
  }
  .solution__number {
    grid-area: number;
    font-size: 128px;
    display: block;
    margin: 0 auto;
  }
  .solution__title {
    grid-area: title;
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    text-orientation: upright;
    display: block;
    margin: 0 auto;
    font-size: 27px;
  }
  .solution__text--1 {
    grid-area: text1;
    font-size: 20px;
  }
  .solution__text--small {
    grid-area: textsmall;
    font-size: 16px;
  }
  .solution__text--3 {
    grid-area: text3;
    font-size: 20px;
  }
  .solution__img {
    grid-area: img;
    display: none;
  }
  .solution__deco {
    grid-area: deco;
  }
  .solution__deco-img {
    display: block;
    margin-left: auto;
    grid-area: deco-img;
  }
  .solution__deco-img img {
    grid-area: deco-img;
    display: none;
  }
  .solution::after {
    display: none;
  }
}

.userjourney {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  color: #fff;
}
.userjourney__number {
  margin: 0;
  font-size: 120px;
  margin-bottom: 10px;
}
.userjourney__title {
  margin: 0;
  font-size: 28px;
  margin-bottom: 20px;
}
.userjourney__img {
  background-image: url("../assets/images/usermobile.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  height: 100vh;
  width: 100vw;
  -webkit-animation: fadeIn 1.5s ease-in-out;
          animation: fadeIn 1.5s ease-in-out;
}
@media (min-width: 768px) {
  .userjourney {
    margin-bottom: 10vh;
  }
  .userjourney__img {
    background-image: url("../assets/images/usertablet.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    height: 80vh;
    width: 100%;
    -webkit-animation: fadeIn 1.5s ease-in-out;
            animation: fadeIn 1.5s ease-in-out;
  }
}
@media (min-width: 1200px) {
  .userjourney {
    display: grid;
    grid-template-columns: 1fr repeat(4, minmax(0, 250px)) 1fr;
    grid-template-rows: repeat(3, 1fr);
    background-position: top left;
    gap: 0;
    grid-template-areas: "number img img img img img" "title img img img img img" "title img img img img img";
  }
  .userjourney__number {
    grid-area: number;
    font-size: 128px;
    display: block;
    margin: 0 auto;
  }
  .userjourney__title {
    grid-area: title;
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    text-orientation: upright;
    display: block;
    margin: 0 auto;
    font-size: 27px;
  }
  .userjourney__img {
    grid-area: img;
    background-image: url("../assets/images/userdesktop.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    height: 100%;
    width: 100%;
    -webkit-animation: fadeIn 1.5s ease-in-out;
            animation: fadeIn 1.5s ease-in-out;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: white;
  font-family: "ClashDisplay", sans-serif;
}
body.no-scroll {
  overflow: hidden;
}

p {
  font-family: "Atkinson Hyperlegible", "Clash Display";
  line-height: 150%;
}

main {
  padding: 0%;
}
@media (min-width: 600px) {
  main {
    padding-right: 10vw;
    padding-left: 10vw;
  }
}
@media (min-width: 1200px) {
  main {
    padding: 0%;
  }
}

.video-background {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  transform: translate(-50%, -50%);
}

.main__title {
  display: flex;
  justify-content: center;
  margin-top: 10vh;
  margin-bottom: 2rem;
  font-size: 38px;
}
@media (min-width: 1200px) {
  .main__title {
    font-size: 64px;
  }
}

/*# sourceMappingURL=app.css.map*/