html {
  scroll-behavior: smooth;
}

body {
  font-family: "Kanit", sans-serif;
  font-weight: 200;
  font-size: 20px;
  line-height: 1.5;
  background-color: #F6F6F7;
  color: #0F1418;
  position: relative;
  overflow-x: hidden;
}

.title {
  font-family: all-round-gothic, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 41px;
  margin-bottom: 30px;
}
.title--litle {
  font-family: "Kanit", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}
.title--small {
  font-size: 24px;
  margin-bottom: 10px;
}
.title--medium {
  font-size: 29px;
  margin-bottom: 10px;
}
.title--big {
  font-size: 35px;
  margin-bottom: 20px;
}

.btn {
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.link {
  color: #3079B3;
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.link:hover {
  background-color: #F6F6F7;
  border-radius: 5px;
  padding: 0 5px;
  -webkit-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.25);
}

.button {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.button:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.button--petit {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.button--petit:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.button--special {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.button--special:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.button--menu {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.button--menu:hover .menu__btn--base {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.button--close {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.button--close:hover {
  width: 60px;
  height: calc(100% - 10px);
}
.button--close:hover .menu__btn--base {
  -webkit-transform: scale(1.2) rotate(135deg);
          transform: scale(1.2) rotate(135deg);
}
.button--social {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.button--social:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  border-radius: 5px;
}

p::-moz-selection, span::-moz-selection, small::-moz-selection, .title::-moz-selection, .link::-moz-selection {
  background-color: #3079B3;
  color: #F6F6F7;
}

p::selection, span::selection, small::selection, .title::selection, .link::selection {
  background-color: #3079B3;
  color: #F6F6F7;
}

@media (min-width: 1000px) {
  .title {
    font-size: 72px;
    margin-bottom: 80px;
  }
  .title--litle {
    font-size: 20px;
    text-transform: uppercase;
  }
  .title--small {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .title--medium {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .title--big {
    font-size: 50px;
    margin-bottom: 40px;
  }
}
.body {
  overflow-x: hidden;
}
.body--scroll {
  overflow: hidden;
}

.pp {
  width: calc(100vw - 140px);
  height: calc(100vw - 140px);
  border-radius: 50%;
  background-color: #F6F6F7;
  -webkit-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.25);
  margin: 0 auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pp__img {
  width: 250%;
  margin-left: -80%;
}

.filtre {
  width: 100vw;
  height: 100vh;
  background-color: #0F141880;
  border-radius: 0;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 1;
  position: fixed;
  top: 0;
  right: 0;
  display: none;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.filtre--close {
  top: 40px;
  right: 40px;
  -webkit-transform: scale(0);
          transform: scale(0);
  border-radius: 50% 50px 50% 50%;
  opacity: 0;
}
.filtre > p {
  display: none;
}

.header {
  padding: 70px 20px;
}

.main {
  margin-bottom: 200px;
  -webkit-box-shadow: 0 20px 20px -15px rgba(0, 0, 0, 0.25);
          box-shadow: 0 20px 20px -15px rgba(0, 0, 0, 0.25);
  border-radius: 0 0 20px 20px;
  padding-bottom: 100px;
}

.container {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #F6F6F7;
}

.section {
  padding: 20px;
  padding-bottom: 70px;
}

.navigation {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: fixed;
  top: 0;
  z-index: 20;
}

.menu {
  position: fixed;
  right: 0;
  height: 100vh;
  width: 100vw;
  -webkit-transform: translateX(calc(100% - 70px));
          transform: translateX(calc(100% - 70px));
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: transparent;
  pointer-events: none;
}
.menu--container {
  height: 100%;
  display: grid;
  grid-template-columns: 70px auto 70px;
  grid-template-rows: 110px auto 110px;
}
.menu__title {
  text-align: center;
  margin: 0 auto;
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  justify-self: center;
}
.menu__mode {
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background: transparent;
  font-size: 24px;
  cursor: pointer;
  grid-column: 3;
  grid-row: 1;
  align-self: center;
  justify-self: center;
}
.menu__btn {
  cursor: pointer;
  pointer-events: visible;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background-color: #0F1418;
  -webkit-transform: translateY(70px) translateX(-10px);
          transform: translateY(70px) translateX(-10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-column: 1/1;
  grid-row: 1/4;
  align-self: flex-start;
  justify-self: center;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  white-space: nowrap;
  text-indent: 300%;
  overflow: hidden;
}
.menu__btn--base {
  display: block;
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background-color: #F6F6F7;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.menu__btn--base::before, .menu__btn--base::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background-color: #F6F6F7;
  position: absolute;
  top: 0;
  left: -5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.menu__btn--base::before {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.menu__btn--base::after {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
.menu__btn--close {
  height: calc(100% - 20px);
  border-radius: 10px;
  -webkit-transform: translateY(10px) translateX(0);
          transform: translateY(10px) translateX(0);
}
.menu__btn--close .menu__btn--base {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu__btn--close .menu__btn--base::before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.menu__btn--close .menu__btn--base::after {
  -webkit-transform: translateY(0) rotate(-90deg);
          transform: translateY(0) rotate(-90deg);
}
.menu__liste {
  list-style: none;
  grid-column: 2/-1;
  grid-row: 2;
  align-self: center;
  margin-left: 20px;
}
.menu__liste--link {
  font-size: 29px;
  font-family: all-round-gothic, sans-serif;
  margin-bottom: 29px;
  margin-left: 0px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.menu__liste--emoji {
  margin-left: 10px;
}
.menu__reseaux {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-column: 2;
  grid-row: 3;
  align-self: center;
  justify-self: center;
}
.menu__langage {
  list-style: none;
  grid-column: 3;
  grid-row: 3;
  align-self: center;
  justify-self: center;
  position: relative;
}
.menu__langage > li {
  cursor: pointer;
  font-size: 24px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.menu__langage > .langage--selected {
  -webkit-transform: scale(1);
          transform: scale(1);
  position: relative;
}
.menu__langage > .langage--element {
  position: absolute;
  bottom: 0;
}
.menu__langage > .langage--open {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.menu--open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  pointer-events: initial;
}

.langage--selected {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.insta, .behance, .linkedin {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24px;
  height: 24px;
  padding: 5px;
  border-radius: 10px;
  background-color: #0F1418;
  margin-right: 20px;
}
.insta > svg, .behance > svg, .linkedin > svg {
  width: 24px;
  height: 24px;
  fill: #F6F6F7;
}

.linkedin > svg {
  width: 20px;
  height: 20px;
}

.select-langage {
  border: none;
  background-color: #F6F6F7;
}

.container--close {
  -webkit-transform: translateX(-200%);
          transform: translateX(-200%);
}

.title--main {
  margin-top: 70px;
  margin-bottom: 30px;
  line-height: 1.2;
  height: 100px;
}
.title__change {
  color: #3079B3;
}

.hello {
  position: relative;
}
.hello-text-list {
  width: 100%;
  height: auto;
  list-style: none;
  margin-bottom: 20px;
}
.hello-text-list__element {
  display: none;
}
.hello-text-list__element--selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hello-emojis-list {
  width: 100%;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hello-emojis-list__element {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hello-emojis-list__element--emoji {
  font-size: 30px;
}
.hello-emojis-list__element--selected {
  -webkit-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.25);
}

.parcours__tree--date {
  font-family: all-round-gothic, sans-serif;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.parcours__tree--text {
  display: block;
  border-left: solid 2px #0F1418;
  margin: 10px 25px;
  padding-left: 35px;
}

.competence__list {
  list-style: none;
  width: 100%;
  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: center;
      -ms-flex-align: center;
          align-items: center;
}
.competence__list--element {
  width: calc(100vw - 140px);
  height: 100px;
  border-radius: 20px;
  background-color: #F6F6F7;
  -webkit-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.25);
  margin-bottom: 20px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  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: center;
      -ms-flex-align: center;
          align-items: center;
}
.competence__list--element .title {
  margin: 10px 0;
}
.competence__progressbar {
  background-color: #E9E9EB;
  width: 80%;
  height: 2px;
  margin: 10px 0;
  border-radius: 2px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.competence__progressbar--progression {
  background-color: #3079B3;
  height: 200%;
  border-radius: 2px;
}
.competence__progressbar--emoji {
  position: absolute;
  top: -14px;
}

.experience__list {
  list-style: none;
  margin-left: 20px;
}
.experience__list--element {
  margin-bottom: 40px;
}

.projets {
  overflow: hidden;
}
.projets__card {
  position: relative;
  margin-left: 60px;
  padding: 20px 40px;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.25);
  margin-top: 60px;
}
.projets__card--img {
  width: 300px;
  position: absolute;
  left: -150px;
  top: -85px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.projets__card--btn {
  background-color: #3079B3;
  border: solid 2px #3079B3;
  border-radius: 10px;
  padding: 5px 15px;
  color: #F6F6F7;
  font-family: "Kanit", sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin-top: 10px;
  cursor: pointer;
}
.projets__card-left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 0;
  margin-right: 60px;
}
.projets__card-left--img {
  left: auto;
  right: -150px;
}

.img-5menu {
  width: 250px;
  left: -100px;
  top: -10px;
}

.img-6scouts {
  width: 240px;
  right: -100px;
  top: -35px;
}

.img-7creppe {
  width: 230px;
  left: -90px;
  top: -5px;
}

.img-8solution {
  width: 280px;
  right: -125px;
  top: -67px;
}

.img-9capxplore {
  width: 290px;
  left: -140px;
  top: -20px;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #F6F6F7;
  color: #0F1418;
  padding: 20px;
  padding-top: 60px;
  z-index: -1;
}
.footer__liste {
  list-style: none;
}
.footer__liste--infos {
  margin: 20px;
  margin-bottom: 0;
}
.footer__liste--infos > li {
  margin-bottom: 10px;
}
.footer__liste--projets {
  margin: 20px;
  margin-bottom: 0;
}
.footer__liste--projets > li {
  margin-bottom: 10px;
}
.footer__liste--reseaux {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.separation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
}
.separation__milieu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.separation__bas {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0;
}

.hidden {
  display: none;
}

@media (min-width: 700px) {
  .title--main {
    height: auto;
  }

  .pp {
    width: 400px;
    height: 400px;
  }

  .header {
    max-width: 700px;
    margin: auto;
  }
  .header__texte {
    max-width: 500px;
  }

  .menu__liste {
    margin-left: 100px;
  }

  .hello-text-list {
    margin-bottom: 40px;
  }

  .section {
    max-width: 700px;
    margin: auto;
  }

  .parcours__tree {
    margin-left: 100px;
  }
  .parcours__tree--date {
    width: 70px;
    height: 70px;
    font-size: 24px;
  }
  .parcours__tree--text {
    max-width: 400px;
    padding: 20px 0;
    padding-left: 60px;
    margin: 20px 35px;
  }

  .competence__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 580px;
    margin: auto;
  }
  .competence__list--element {
    max-width: 250px;
    margin: 20px;
    height: 120px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .experience__list {
    margin-left: 100px;
  }
  .experience__list--element {
    max-width: 500px;
  }

  .projets__card {
    max-width: 400px;
    margin-top: 130px;
  }
  .projets__card--img {
    width: 500px;
    left: -220px;
    top: -185px;
  }
  .projets__card-left {
    margin-left: auto;
  }
  .projets__card-left--img {
    left: auto;
    right: -220px;
  }

  .img-5menu {
    width: 420px;
    left: -130px;
    top: -100px;
  }

  .img-6scouts {
    width: 350px;
    right: -120px;
    top: -85px;
  }

  .img-7creppe {
    width: 370px;
    left: -110px;
    top: -75px;
  }

  .img-8solution {
    width: 450px;
    right: -165px;
    top: -142px;
  }

  .img-9capxplore {
    width: 450px;
    left: -190px;
    top: -100px;
  }

  .footer {
    padding-top: 100px;
    padding-left: calc((100% - 700px) / 2 + 20px);
    padding-right: calc((100% - 700px) / 2 + 20px);
  }
  .footer__liste--reseaux {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer__liste--reseaux > li {
    margin-right: 20px;
  }

  .separation__haut--un {
    width: 60%;
  }
  .separation__milieu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .separation__milieu--un {
    width: 45%;
  }
  .separation__milieu--deux {
    width: 45%;
  }
  .separation__bas {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .separation__bas--un {
    width: 45%;
  }
  .separation__bas--deux {
    width: 45%;
  }
}
@media (min-width: 1000px) {
  .title--main {
    height: 150px;
    margin-bottom: 50px;
  }

  .header {
    padding: 70px 110px;
    max-width: none;
    margin: 0;
  }
  .header__texte {
    max-width: 750px;
    margin-top: 60px;
  }

  .filtre {
    display: initial;
    z-index: 1;
  }

  .container--close {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  .menu {
    top: 20px;
    right: 20px;
    height: calc(100vh - 40px);
    width: 70px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: #0F1418;
    pointer-events: initial;
  }
  .menu--container {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    display: grid;
    grid-template-rows: 90px 90px auto 90px 90px;
    grid-template-columns: 70px;
  }
  .menu__btn {
    pointer-events: initial;
    -webkit-transform: translate(0);
            transform: translate(0);
    grid-column: 1;
    grid-row: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    align-self: center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .menu__title {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .menu__mode {
    grid-column: 1;
    grid-row: 2;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    align-self: flex-start;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .menu__liste {
    width: 50px;
    margin: 0;
    margin-left: 10px;
    grid-column: 1;
    grid-row: 3;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    align-self: center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .menu__liste--link {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    margin-bottom: 10px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .menu__liste--emoji {
    margin: auto;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .menu__liste--texte {
    -webkit-transform-origin: center left;
            transform-origin: center left;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .menu__reseaux {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .menu__langage {
    grid-column: 1;
    grid-row: 5;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    align-self: center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .menu--open {
    width: 500px;
    background-color: #F6F6F7;
    display: grid;
    grid-template-columns: 70px auto 70px;
    grid-template-rows: 90px auto 90px;
  }
  .menu--open .menu__btn {
    grid-column: 1;
    grid-row: 1/4;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    align-self: center;
  }
  .menu--open .menu__title {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .menu--open .menu__mode {
    grid-column: 3;
    grid-row: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    align-self: center;
  }
  .menu--open .menu__reseaux {
    -webkit-transform: scale(1);
            transform: scale(1);
    grid-column: 2;
    grid-row: 3;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    align-self: center;
  }
  .menu--open .menu__langage {
    grid-column: 3;
    grid-row: 3;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    align-self: center;
  }
  .menu--open .menu__liste {
    width: auto;
    margin: 0;
    margin-left: 40px;
    grid-column: 2/4;
    grid-row: 2;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    align-self: center;
  }
  .menu--open .menu__liste--link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 20px;
    -webkit-transform-origin: center left;
            transform-origin: center left;
  }
  .menu--open .menu__liste--texte {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin-left: 20px;
  }

  .section {
    max-width: none;
    margin: 0;
    padding-left: 110px;
    padding-right: 110px;
  }

  .experience__list--element {
    margin-bottom: 80px;
  }

  .projets__card {
    padding: 40px 80px;
    max-width: 500px;
    margin-left: 120px;
  }
  .projets__card-left {
    margin-left: auto;
    margin-right: 120px;
  }
  .projets__card--img {
    width: 540px;
    top: -175px;
  }

  .img-5menu {
    width: 450px;
    left: -170px;
    top: -60px;
  }

  .img-6scouts {
    width: 400px;
    right: -120px;
    top: -70px;
  }

  .img-7creppe {
    width: 430px;
    left: -160px;
    top: -45px;
  }

  .img-8solution {
    width: 450px;
    right: -165px;
    top: -83px;
  }

  .img-9capxplore {
    width: 500px;
    left: -220px;
    top: -70px;
  }

  .experience__list--element {
    margin-bottom: 60px;
  }

  .footer {
    padding-left: 110px;
    padding-right: 110px;
  }
}
@media (min-height: 1000px) {
  .menu--container {
    grid-template-rows: 90px 180px auto 180px 90px;
  }
  .menu__liste--link {
    margin-bottom: 40px;
  }
  .menu--open {
    grid-template-columns: 70px auto 70px;
    grid-template-rows: 90px auto 90px;
  }
}
@media (min-width: 1300px) {
  .header {
    padding-top: 150px;
    padding-bottom: 150px;
    display: grid;
    grid-template-columns: 200px 200px auto;
    grid-template-rows: 400px auto;
  }
  .header__texte {
    grid-column: 2/4;
    grid-row: 2;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    align-self: center;
    margin-top: 100px;
  }

  .pp {
    grid-column: 1/2;
    grid-row: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    align-self: center;
  }

  .title--main {
    grid-column: 3;
    grid-row: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    align-self: center;
    margin-left: 60px;
  }

  .section {
    padding-bottom: 150px;
  }

  .competence__list {
    width: 870px;
    margin-left: 100px;
  }

  .projets__card {
    max-width: 650px;
    margin-top: 200px;
  }
  .projets__card--img {
    width: 700px;
    left: -200px;
    top: -255px;
  }
  .projets__card-left--img {
    left: auto;
    right: -200px;
  }

  .img-5menu {
    width: 650px;
    left: -200px;
    top: -140px;
  }

  .img-6scouts {
    width: 550px;
    right: -150px;
    top: -120px;
  }

  .img-7creppe {
    width: 550px;
    left: -200px;
    top: -95px;
  }

  .img-8solution {
    width: 650px;
    right: -200px;
    top: -220px;
  }

  .img-9capxplore {
    width: 650px;
    left: -270px;
    top: -110px;
  }

  .footer {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .separation {
    margin-bottom: 60px;
  }
  .separation__haut--un {
    max-width: 500px;
  }
  .separation__bas {
    margin-bottom: 0;
  }
}
@media (min-width: 1600px) {
  .navigation {
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
  }

  .header {
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 250px;
    padding-right: 250px;
  }

  .section {
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 250px;
    padding-right: 250px;
  }

  .footer {
    max-width: 2000px;
    padding-left: calc((100vw - 1600px) / 2 + 110px);
    padding-right: calc((100vw - 1600px) / 2 + 110px);
  }
}
@media (min-width: 2000px) {
  .filtre--close {
    border-radius: 50%;
    right: calc((100vw - 2000px) / 2 + 40px);
  }

  .navigation {
    left: calc((100vw - 2000px) / 2);
  }

  .menu {
    position: absolute;
  }

  .footer {
    left: calc((100vw - 2000px) / 2);
    padding-left: 310px;
    padding-right: 310px;
  }
}
.html__progressbar--progression {
  width: 90%;
}
.html__progressbar--emoji {
  left: 85%;
}

.css__progressbar--progression {
  width: 80%;
}
.css__progressbar--emoji {
  left: 75%;
}

.js__progressbar--progression {
  width: 70%;
}
.js__progressbar--emoji {
  left: 65%;
}

.php__progressbar--progression {
  width: 50%;
}
.php__progressbar--emoji {
  left: 45%;
}

.react__progressbar--progression {
  width: 30%;
}
.react__progressbar--emoji {
  left: 25%;
}

.figma__progressbar--progression {
  width: 80%;
}
.figma__progressbar--emoji {
  left: 75%;
}

.ai__progressbar--progression {
  width: 80%;
}
.ai__progressbar--emoji {
  left: 75%;
}

.psd__progressbar--progression {
  width: 60%;
}
.psd__progressbar--emoji {
  left: 55%;
}

.ae__progressbar--progression {
  width: 50%;
}
.ae__progressbar--emoji {
  left: 45%;
}

.google__progressbar--progression {
  width: 60%;
}
.google__progressbar--emoji {
  left: 55%;
}

.reseaux__progressbar--progression {
  width: 80%;
}
.reseaux__progressbar--emoji {
  left: 75%;
}

.partage__progressbar--progression {
  width: 80%;
}
.partage__progressbar--emoji {
  left: 75%;
}

.social__progressbar--progression {
  width: 70%;
}
.social__progressbar--emoji {
  left: 65%;
}

.groupe__progressbar--progression {
  width: 70%;
}
.groupe__progressbar--emoji {
  left: 65%;
}

.fr__progressbar--progression {
  width: 90%;
}
.fr__progressbar--emoji {
  left: 85%;
}

.en__progressbar--progression {
  width: 70%;
}
.en__progressbar--emoji {
  left: 65%;
}

.nl__progressbar--progression {
  width: 60%;
}
.nl__progressbar--emoji {
  left: 55%;
}

.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  position: relative;
  margin-bottom: 80px;
}
.banner--sticky {
  position: sticky;
  background-color: #F6F6F7;
  top: -220px;
}
.banner__gauche {
  margin-top: -10px;
  padding: 20px;
  padding-top: 60px;
  -webkit-box-shadow: 0 -20px 20px -15px rgba(0, 0, 0, 0.25);
          box-shadow: 0 -20px 20px -15px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner__gauche--btn {
  position: relative;
  width: 50px;
  height: 50px;
  border: none;
  margin-right: 20px;
  cursor: pointer;
  color: transparent;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.banner__gauche--btn::before, .banner__gauche--btn::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 3px;
  background-color: #0F1418;
  position: absolute;
  border-radius: 2px;
  top: 25px;
  left: 20px;
}
.banner__gauche--btn::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.banner__gauche--btn::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.banner__gauche > h2 {
  margin: 0;
}
.banner__droite {
  overflow: hidden;
}
.banner__droite--img {
  height: 220px;
  min-width: 100%;
}

.content {
  padding: 40px;
}

.division {
  margin-bottom: 120px;
}
.division__image {
  width: auto;
  height: 280px;
  overflow: hidden;
  position: relative;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.division__image::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  background-color: #3079B3;
  z-index: 0;
}
.division__image > img {
  position: relative;
  z-index: 1;
}
.division__image--droite {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.division__image--droite::after {
  top: 20%;
  right: 10%;
  height: 150px;
  width: 220px;
  border-radius: 20px;
}
.division__image--droite > img {
  height: 100%;
}
.division__image--grand {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.division__image--grand::after {
  top: 0;
  right: calc((100% - 280px) / 2);
  height: 280px;
  width: 280px;
  border-radius: 50%;
}
.division__image--grand > img {
  height: 150%;
}
.division__image--centre {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.division__image--centre::after {
  top: 0;
  right: calc((100% - 280px) / 2);
  height: 280px;
  width: 280px;
  border-radius: 50%;
}
.division__image--centre > img {
  height: 100%;
}
.division__image--gauche {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.division__image--gauche::after {
  top: 20%;
  left: 10%;
  height: 150px;
  width: 220px;
  border-radius: 20px;
}
.division__image--gauche > img {
  height: 100%;
}
.division__btn {
  display: inline-block;
  background-color: #3079B3;
  border: solid 2px #3079B3;
  border-radius: 10px;
  padding: 5px 15px;
  color: #F6F6F7;
  text-decoration: none;
  font-family: "Kanit", sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin-top: 20px;
  cursor: pointer;
}

.swiper {
  width: 100%;
  padding: 40px;
}
.swiper--bas {
  width: 100%;
  height: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.swiper__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: all-round-gothic, sans-serif;
  font-size: 29px;
  text-transform: uppercase;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #3079B3;
  line-height: 1;
  opacity: 0.3;
}
.swiper__btn {
  position: relative;
  width: 50px;
  height: 50px;
  border: none;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.swiper__btn::before, .swiper__btn::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 15px;
  height: 2px;
  background-color: #0F1418;
  position: absolute;
  border-radius: 2px;
  top: 25px;
}
.swiper__img {
  display: none;
}
.swiper__gauche {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  background-color: #F6F6F7;
}
.swiper__gauche--text {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.swiper__gauche--btn {
  margin-left: 20px;
}
.swiper__gauche--btn::before, .swiper__gauche--btn::after {
  left: 20px;
}
.swiper__gauche--btn::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.swiper__gauche--btn::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.swiper__droite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  background-color: #F6F6F7;
}
.swiper__droite--btn {
  margin-right: 20px;
}
.swiper__droite--btn::before, .swiper__droite--btn::after {
  right: 20px;
}
.swiper__droite--btn::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
.swiper__droite--btn::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

@media (min-width: 700px) {
  .banner {
    height: 300px;
    margin-bottom: 100px;
    -webkit-box-shadow: inset;
            box-shadow: inset;
    overflow: hidden;
    position: relative;
  }
  .banner__gauche {
    padding-left: calc((100% - 700px) / 2 + 20px);
    height: 100%;
    width: 50%;
    background-color: unset;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .banner__gauche::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 200%;
    z-index: -1;
    -webkit-transform: skewX(40deg);
            transform: skewX(40deg);
    background-color: #F6F6F7;
    -webkit-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.25);
  }
  .banner__gauche > h2 {
    display: inline-block;
  }
  .banner__droite {
    margin-left: auto;
  }
  .banner__droite--img {
    height: 100%;
    min-width: auto;
  }

  .content {
    max-width: 700px;
    margin: auto;
  }

  .division {
    margin-bottom: 150px;
  }
  .division__texte {
    width: 500px;
  }
  .division__texte--droite {
    margin-left: auto;
  }
  .division__image {
    height: 440px;
    margin-top: 40px;
  }
  .division__image--droite::after {
    height: 200px;
    width: 400px;
  }
  .division__image--grand::after {
    right: calc((100% - 440px) / 2);
    height: 440px;
    width: 440px;
  }
  .division__image--centre::after {
    right: calc((100% - 440px) / 2);
    height: 440px;
    width: 440px;
  }
  .division__image--gauche::after {
    height: 200px;
    width: 400px;
  }
}
@media (min-width: 1000px) {
  .banner {
    height: 350px;
    margin-bottom: 150px;
  }
  .banner__gauche {
    padding: 40px 20px;
    padding-left: 110px;
  }
  .banner__gauche--btn {
    width: 75px;
    height: 75px;
    margin-right: 0;
  }
  .banner__gauche--btn::before, .banner__gauche--btn::after {
    width: 40px;
    height: 4px;
    top: 37px;
    left: 0;
  }

  .division {
    margin-bottom: 250px;
  }
  .division__image {
    height: 550px;
  }
  .division__image--droite::after {
    right: 5%;
  }
  .division__image--gauche::after {
    left: 5%;
  }

  .content {
    max-width: none;
    margin: 0;
    padding-left: 110px;
    padding-right: 110px;
  }

  .swiper {
    padding-left: 110px;
    padding-right: 110px;
  }
}
@media (min-width: 1200px) {
  .banner {
    height: 450px;
  }

  .division {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .division__texte--droite {
    margin-left: 0;
  }
  .division__image {
    height: 450px;
    max-width: 450px;
    margin-top: 0;
  }
  .division__image--gauche::after {
    width: 400px;
    left: 0;
    top: 125px;
  }
  .division__image--grand::after {
    right: calc((100% - 450px) / 2);
    height: 450px;
    width: 450px;
  }
  .division__image--centre::after {
    right: calc((100% - 450px) / 2);
    height: 450px;
    width: 450px;
  }
  .division__image--droite::after {
    right: 0;
    width: 400px;
    top: 125px;
  }
  .division--droite {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .division--droite .division__image--droite {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .division--droite .division__image--droite::after {
    left: 0;
  }
  .division--droite .division__image--gauche {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .division--droite .division__image--gauche::after {
    left: 0;
  }
  .division--droite .division__image--grand {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }

  .swiper--bas {
    height: 450px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .swiper--btn {
    position: relative;
    height: 220px;
    border-radius: 20px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .swiper__text {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .swiper__img {
    display: block;
    height: 100%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: absolute;
    top: 0;
  }
  .swiper__img--foodbox {
    height: 60%;
    top: 20%;
  }
  .swiper__img--scouts {
    height: 70%;
    top: 15%;
  }
  .swiper__img--creppe {
    height: 60%;
    top: 20%;
  }
  .swiper__img--solution {
    height: 90%;
    top: 5%;
  }
  .swiper__img--capxplore {
    height: 70%;
    top: 15%;
  }
  .swiper__gauche--img {
    left: 80px;
  }
  .swiper__gauche:hover {
    -webkit-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.25);
    padding-left: 300px;
    padding-right: 20px;
  }
  .swiper__gauche:hover .swiper__img {
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
    left: 0;
  }
  .swiper__droite--img {
    right: 80px;
  }
  .swiper__droite:hover {
    -webkit-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.25);
    padding-left: 20px;
    padding-right: 300px;
  }
  .swiper__droite:hover .swiper__img {
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
    right: 0;
  }
}
@media (min-width: 1300px) {
  .banner {
    height: 450px;
  }

  .division {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .division__texte--droite {
    margin-left: 0;
  }
  .division__image {
    height: 550px;
    max-width: 550px;
  }
  .division__image--gauche ::after {
    width: 500px;
    left: 0;
  }
  .division__image--grand::after {
    right: calc((100% - 550px) / 2);
    height: 550px;
    width: 550px;
  }
  .division__image--centre::after {
    right: calc((100% - 550px) / 2);
    height: 550px;
    width: 550px;
  }
  .division__image--droite ::after {
    right: 0;
    width: 500px;
    background-color: red;
  }
  .division--droite {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .division--droite .division__image--droite {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .division--droite .division__image--droite::after {
    left: 0;
  }
  .division--droite .division__image--gauche {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .division--droite .division__image--gauche::after {
    left: 0;
  }
}
@media (min-width: 1600px) {
  .banner {
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
  }
  .banner__gauche {
    padding-left: calc((100% - 1400px) / 2 + 110px);
  }

  .content {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }

  .swiper {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
}
[data-theme=light] {
  background-color: #F6F6F7;
  color: #0F1418;
}

[data-theme=dark] {
  background-color: #0F1418;
  color: #F6F6F7;
}

body[data-theme=dark] .link:hover {
  background-color: #0F1418;
  -webkit-box-shadow: 0px 0px 20px -5px rgba(150, 150, 150, 0.45);
          box-shadow: 0px 0px 20px -5px rgba(150, 150, 150, 0.45);
}

.menu[data-theme=light] {
  background-color: transparent;
}

.menu[data-theme=dark] {
  background-color: transparent;
}
.menu[data-theme=dark] .menu__btn {
  background-color: #F6F6F7;
}
.menu[data-theme=dark] .menu__btn--base {
  background-color: #0F1418;
}
.menu[data-theme=dark] .menu__btn--base::before, .menu[data-theme=dark] .menu__btn--base::after {
  background-color: #0F1418;
}

.header[data-theme=dark] .pp {
  -webkit-box-shadow: 0px 0px 20px -5px rgba(150, 150, 150, 0.25);
          box-shadow: 0px 0px 20px -5px rgba(150, 150, 150, 0.25);
  background-color: #0F1418;
}

.footer[data-theme=dark] .insta, .footer[data-theme=dark] .behance, .footer[data-theme=dark] .linkedin {
  background-color: #F6F6F7;
}
.footer[data-theme=dark] .insta > svg, .footer[data-theme=dark] .behance > svg, .footer[data-theme=dark] .linkedin > svg {
  fill: #0F1418;
}

.navigation[data-theme=dark] {
  background-color: transparent;
}
.navigation[data-theme=dark] .btn__menu {
  background-color: #F6F6F7;
}
.navigation[data-theme=dark] .btn__menu--base {
  background-color: #0F1418;
}
.navigation[data-theme=dark] .btn__menu--base::before, .navigation[data-theme=dark] .btn__menu--base::after {
  background-color: #0F1418;
}
.navigation[data-theme=dark] .insta, .navigation[data-theme=dark] .behance, .navigation[data-theme=dark] .linkedin {
  background-color: #F6F6F7;
}
.navigation[data-theme=dark] .insta > svg, .navigation[data-theme=dark] .behance > svg, .navigation[data-theme=dark] .linkedin > svg {
  fill: #0F1418;
}

.navigation[data-theme=light] {
  background-color: transparent;
}

.main[data-theme=dark] {
  -webkit-box-shadow: 0 20px 20px -15px rgba(150, 150, 150, 0.45);
          box-shadow: 0 20px 20px -15px rgba(150, 150, 150, 0.45);
}
.main[data-theme=dark] .parcours__tree--date {
  -webkit-box-shadow: 0px 0px 20px -5px rgba(150, 150, 150, 0.45);
          box-shadow: 0px 0px 20px -5px rgba(150, 150, 150, 0.45);
}
.main[data-theme=dark] .parcours__tree--text {
  border-color: #F6F6F7;
}
.main[data-theme=dark] .competence__list--element {
  background-color: #0F1418;
  -webkit-box-shadow: 0px 0px 20px -5px rgba(150, 150, 150, 0.45);
          box-shadow: 0px 0px 20px -5px rgba(150, 150, 150, 0.45);
}
.main[data-theme=dark] .hello-emojis-list__element--selected {
  -webkit-box-shadow: 0px 0px 20px -5px rgba(150, 150, 150, 0.45);
          box-shadow: 0px 0px 20px -5px rgba(150, 150, 150, 0.45);
}
.main[data-theme=dark] .projets__card {
  -webkit-box-shadow: 0px 0px 20px -5px rgba(150, 150, 150, 0.25);
          box-shadow: 0px 0px 20px -5px rgba(150, 150, 150, 0.25);
}

.banner[data-theme=dark] {
  background-color: #0F1418;
}
.banner[data-theme=dark] .banner__gauche::before {
  background-color: #0F1418;
}
.banner[data-theme=dark] .banner__gauche--btn::before, .banner[data-theme=dark] .banner__gauche--btn::after {
  background-color: #F6F6F7;
}

.swiper[data-theme=dark] .swiper__gauche {
  background-color: #0F1418;
}
.swiper[data-theme=dark] .swiper__droite {
  background-color: #0F1418;
}
.swiper[data-theme=dark] .swiper__btn::before, .swiper[data-theme=dark] .swiper__btn::after {
  background-color: #F6F6F7;
}
.swiper[data-theme=dark] .swiper--btn:hover {
  -webkit-box-shadow: 0px 0px 20px -5px rgba(150, 150, 150, 0.45);
          box-shadow: 0px 0px 20px -5px rgba(150, 150, 150, 0.45);
}

.banner--sombre {
  background-color: #dcdcdd;
  background: -webkit-gradient(linear, left bottom, left top, from(#ebebeb), color-stop(25%, #e9e9e9), color-stop(50%, #e5e5e6), color-stop(75%, #e0e0e1), to(#dadadb));
  background: linear-gradient(0deg, #ebebeb 0%, #e9e9e9 25%, #e5e5e6 50%, #e0e0e1 75%, #dadadb 100%);
}
.banner--sombre .banner__gauche::before {
  background-color: #dcdcdd;
}
.banner--sombre2 {
  background: -webkit-gradient(linear, left bottom, left top, from(#b9b9ba), color-stop(25%, #bdbcbe), color-stop(50%, #bebebf), color-stop(75%, #bfbfc0), to(#b8b7b8));
  background: linear-gradient(0deg, #b9b9ba 0%, #bdbcbe 25%, #bebebf 50%, #bfbfc0 75%, #b8b7b8 100%);
}
.banner--sombre2 .banner__gauche::before {
  background-color: #bebebf;
}
.banner--sombre2 .banner__droite {
  background-color: unset;
}

@media (min-width: 700px) {
  .banner[data-theme=dark] {
    -webkit-box-shadow: inset;
            box-shadow: inset;
  }
  .banner[data-theme=dark] .banner__gauche::before {
    -webkit-box-shadow: 0px 0px 20px -5px rgba(150, 150, 150, 0.45);
            box-shadow: 0px 0px 20px -5px rgba(150, 150, 150, 0.45);
  }

  .banner--sombre[data-theme=dark] {
    background-color: #dcdcdd;
    color: #0F1418;
    background: -webkit-gradient(linear, left bottom, left top, from(#ebebeb), color-stop(25%, #e9e9e9), color-stop(50%, #e5e5e6), color-stop(75%, #e0e0e1), to(#dadadb));
    background: linear-gradient(0deg, #ebebeb 0%, #e9e9e9 25%, #e5e5e6 50%, #e0e0e1 75%, #dadadb 100%);
  }
  .banner--sombre[data-theme=dark] .banner__gauche::before {
    background-color: #dcdcdd;
  }
  .banner--sombre[data-theme=dark] .banner__gauche--btn::before, .banner--sombre[data-theme=dark] .banner__gauche--btn::after {
    background-color: #0F1418;
  }
  .banner--sombre2[data-theme=dark] {
    color: #0F1418;
    background: -webkit-gradient(linear, left bottom, left top, from(#b9b9ba), color-stop(25%, #bdbcbe), color-stop(50%, #bebebf), color-stop(75%, #bfbfc0), to(#b8b7b8));
    background: linear-gradient(0deg, #b9b9ba 0%, #bdbcbe 25%, #bebebf 50%, #bfbfc0 75%, #b8b7b8 100%);
  }
  .banner--sombre2[data-theme=dark] .banner__gauche::before {
    background-color: #bebebf;
  }
  .banner--sombre2[data-theme=dark] .banner__droite {
    background-color: unset;
  }
  .banner--sombre2[data-theme=dark] .banner__gauche--btn::before, .banner--sombre2[data-theme=dark] .banner__gauche--btn::after {
    background-color: #0F1418;
  }
}
@media (min-width: 1000px) {
  .menu[data-theme=dark] {
    background-color: #F6F6F7;
  }

  .menu[data-theme=light] {
    background-color: #0F1418;
  }

  .menu--open[data-theme=dark] {
    background-color: #0F1418;
  }

  .menu--open[data-theme=light] {
    background-color: #F6F6F7;
  }
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}
/*# sourceMappingURL=app.css.map */
