body {
  font-family: "t26-carbon", monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 1.4;
  background-color: #050113;
  color: #fff;
  margin: 0;
}

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

a {
  text-decoration: inherit;
  color: inherit;
  cursor: pointer;
}

.links {
  text-decoration: underline;
}

img {
  max-width: 100%;
}

.subtitle {
  font-size: 44px;
  margin: 0 0 44px 0;
}

.texte__marge {
  margin: 0 0 31px 0;
}

footer {
  display: flex;
  justify-content: center;
}

.menu__img {
  max-width: 150px;
  height: auto;
  padding: 11px 50px 11px 11px;
  background-color: #EF49F2;
  position: relative;
  -webkit-clip-path: polygon(0 100%, 0 0, 100% 0, 70% 100%);
          clip-path: polygon(0 100%, 0 0, 100% 0, 70% 100%);
}

.menu__button {
  overflow: hidden;
  font-size: 0;
  background: transparent;
  border: none;
}

.menu__toggle {
  position: fixed;
  top: 20px;
  right: 25px;
  width: 35px;
  height: auto;
  background-color: #EF49F2;
  padding: 6px;
  cursor: pointer;
  z-index: 20;
}

.menu__liste {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #EF49F2;
  margin: 0;
  z-index: 10;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}

.menu__el {
  color: #050113;
  margin: 22px;
}

.menu__el--active {
  text-decoration: underline;
}

.menu--open .menu__liste {
  transform: translateX(0);
}

@media (max-width: 899px) {
  .no-scroll {
    overflow: hidden;
  }
}
@media (min-width: 900px) {
  .header {
    position: relative;
  }

  .menu {
    position: fixed;
    display: flex;
    align-items: center;
    top: 0;
    width: 100%;
    background-color: #EF49F2;
    z-index: 20;
  }

  .menu__toggle {
    display: none;
  }

  .menu__liste {
    position: relative;
    display: flex;
    justify-content: flex-end;
    transform: none;
  }

  .menu__el {
    padding: 0 22px;
    margin: 0;
    scale: 1;
    transition: scale 0.2s ease-in-out, font-weight 0.2s ease-in-out;
  }

  .menu__el:hover {
    scale: 1.1;
    font-weight: 600;
  }
}
.logo {
  max-width: 1264px;
  width: 100%;
  height: auto;
}

.header__title {
  display: flex;
  justify-content: center;
  padding: 217px 44px 124px 44px;
}

.title {
  font-family: "ethnocentric", sans-serif;
  font-style: italic;
  font-size: clamp(3.875rem, 2.2794rem + 7.2941vw, 7.75rem);
}

.title--blue {
  color: #05F2DB;
}

.couleur {
  display: flex;
  justify-content: center;
  position: relative;
  background-color: #EF49F2;
}

.contexte {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  padding: 62px 0;
  color: #050113;
  max-width: 1264px;
  margin: 0 31px;
}

.local {
  margin: 0;
  position: relative;
}

.text--legende {
  position: absolute;
  color: #fff;
  background-color: #050113;
  font-size: 16px;
  padding: 6px;
  bottom: 9px;
  left: 0;
}

.contexteBleu {
  padding: 124px 0;
  margin: 0 31px;
}

@media (min-width: 900px) {
  .couleur {
    -webkit-clip-path: polygon(0 10%, 20% 10%, 35% 0, 55% 0, 70% 10%, 100% 10%, 100% 90%, 35% 90%, 20% 100%, 0 100%);
            clip-path: polygon(0 10%, 20% 10%, 35% 0, 55% 0, 70% 10%, 100% 10%, 100% 90%, 35% 90%, 20% 100%, 0 100%);
  }

  .contexte {
    flex-direction: row;
    padding: 137px 0;
    margin: 0 44px;
  }

  .contexteBleu {
    margin: 0;
  }

  .tailleTexte {
    width: 50%;
  }

  .bloc {
    position: relative;
    max-width: 1264px;
  }

  .bloc::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    background-image: url("../assets/images/dylan-nathan@2x.webp");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  .bloc--1 {
    margin-left: 43%;
    margin-right: 44px;
  }
}
.tab__nav {
  display: none;
}

.tab__container {
  color: #050113;
  background-color: #EF49F2;
}

.tabs__marge {
  margin: 0 31px 62px 31px;
  max-width: 1264px;
}

.tabs__marge--2 {
  padding-top: 62px;
}

@media (max-width: 899px) {
  .tabs__marge--3 {
    padding-bottom: 62px;
  }
}
.tabs__title {
  font-size: 31px;
  margin: 31px;
}

@media (min-width: 900px) {
  .tab__nav {
    display: flex;
    justify-content: flex-end;
    gap: 2px;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .tab__el a {
    display: block;
    padding: 16px;
    font-size: 31px;
    color: #050113;
    background-color: #F18DF2;
  }

  .tab1 {
    position: relative;
    background-color: #F18DF2;
    padding-left: 44px;
    -webkit-clip-path: polygon(0 100%, 32% 0, 100% 0%, 100% 100%);
            clip-path: polygon(0 100%, 32% 0, 100% 0%, 100% 100%);
  }

  .tab__container {
    position: relative;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 80% 100%, 65% 85%, 35% 85%, 20% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 80% 100%, 65% 85%, 35% 85%, 20% 100%, 0% 100%);
  }

  .tab__el--active a {
    background-color: #EF49F2;
  }

  .tab__el--active.tab1 {
    background-color: #EF49F2;
  }

  .tabs__title {
    display: none;
  }

  .tabs__marge {
    margin: 44px 30% 137px 44px;
  }

  .tabs__marge--2 {
    margin: 62px 0 0 44px;
    max-width: 1264px;
  }

  .tab__content {
    position: relative;
  }

  #tab1::before {
    content: "";
    position: absolute;
    top: -5%;
    right: 10%;
    width: 15%;
    height: 100%;
    background-image: url("../assets/images/euro.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  #tab2::before {
    content: "";
    position: absolute;
    top: -5%;
    right: 5%;
    width: 25%;
    height: 100%;
    background-image: url("../assets/images/safety.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  #tab3::before {
    content: "";
    position: absolute;
    top: -5%;
    right: 7%;
    width: 20%;
    height: 100%;
    background-image: url("../assets/images/plan.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  .tab--b .tab__container {
    overflow: hidden;
    display: grid;
  }
  .tab--b .tab__content {
    grid-area: 1/1;
    transition: transform 0.3s;
  }
  .tab--b .tab__content--active ~ .tab__content {
    transform: translateX(100%);
  }
  .tab--b :has(~ .tab__content--active) {
    transform: translateX(-100%);
  }
}
.inspis {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 124px 0;
  margin: 0 31px;
}

.inspis__groupe {
  display: flex;
  flex-direction: column;
  filter: grayscale(100);
}
.inspis__groupe img {
  width: 70%;
}
.inspis__groupe .inspi2, .inspis__groupe .inspi4, .inspis__groupe .inspi6 {
  margin: 22px 0 22px 30%;
}

.inspis__groupe2 {
  display: none;
}

@media (min-width: 650px) {
  .inspis {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
  }

  .fond {
    position: relative;
    width: 100%;
    height: 860px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .fond::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../assets/images/fond-inspis.webp);
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
  }

  .inspis__groupe {
    display: none;
  }

  .inspis__groupe2 {
    max-width: 1264px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
  }

  .inspi1 {
    grid-column: 1/2;
    width: 75%;
  }

  .inspi2 {
    grid-column: 2/3;
  }

  .inspi3 {
    grid-column: 3/4;
  }

  .inspi4 {
    padding-top: 10%;
    grid-column: 1/2;
    width: 95%;
  }

  .inspi5 {
    padding-top: 20%;
    grid-column: 2/3;
  }

  .inspi6 {
    padding-left: 10%;
    grid-column: 3/4;
    width: 65%;
  }
}
.swiper {
  max-width: 800px;
  width: 100%;
  height: auto;
}

.swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  scale: 0.8;
  transition: scale 0.2s linear, opacity 0.2s linear;
}

.swiper-slide-active {
  scale: 1;
  opacity: 1;
}

.swiper-slide img {
  max-width: 100%;
  height: auto;
}

.button {
  color: #050113;
}

.swiper-link {
  margin-top: 22px;
  padding: 11px;
  border: 2px solid #050113;
  transition: all 0.2s ease-in-out;
}

.swiper-link:hover {
  color: #fff;
  background-color: #050113;
}

.groupe {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #EF49F2;
  color: #050113;
  padding: 62px 31px;
}

@media (min-width: 900px) {
  .groupe {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #EF49F2;
    color: #050113;
    padding: 137px 0;
    -webkit-clip-path: polygon(0 0, 20% 0, 35% 10%, 65% 10%, 80% 0, 100% 0, 100% 80%, 80% 80%, 64% 90%, 35% 90%, 20% 100%, 0 100%);
            clip-path: polygon(0 0, 20% 0, 35% 10%, 65% 10%, 80% 0, 100% 0, 100% 80%, 80% 80%, 64% 90%, 35% 90%, 20% 100%, 0 100%);
  }
}
.resultat {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 124px 0;
  margin: 0 31px;
}

.grandTexte {
  font-size: 31px;
}

.battery {
  width: 150px;
  height: 25px;
  border: 2px solid #fff;
  position: relative;
}

.battery::before {
  content: "";
  height: 22px;
  width: 16px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 100%;
  border-radius: 2px;
  transform: translateY(-50%);
}

.battery::after {
  -webkit-animation: battery-charge 2.5s infinite steps(10);
          animation: battery-charge 2.5s infinite steps(10);
  background: linear-gradient(90deg, transparent, transparent 3%, #fff 3%, #fff 10%, transparent 10%, transparent 13%, #fff 13%, #fff 20%, transparent 20%, transparent 23%, #fff 23%, #fff 30%, transparent 30%, transparent 33%, #fff 33%, #fff 40%, transparent 40%, transparent 43%, #fff 43%, #fff 50%, transparent 50%, transparent 53%, #fff 53%, #fff 60%, transparent 60%, transparent 63%, #fff 63%, #fff 70%, transparent 70%, transparent 73%, #fff 73%, #fff 80%, transparent 80%, transparent 83%, #fff 83%, #fff 90%, transparent 90%, transparent 93%, #fff 93%, #fff 100%, transparent 100%);
  content: "";
  top: 15%;
  left: 0;
  width: 100%;
  height: 70%;
  position: absolute;
}

@-webkit-keyframes battery-charge {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}

@keyframes battery-charge {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
.credits {
  max-width: 1264px;
  padding: 0 31px;
}

@media (min-width: 900px) {
  .credits {
    padding: 0 44px;
  }
}

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