.figtree {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.faster-one-regular {
  font-family: "Faster One", system-ui;
  font-weight: 400;
  font-style: normal;
}

html {
  margin: 0;
  padding: 0;
}

body {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #F3FDFF;
  background-color: #111217;
  margin: 0;
  padding: 0;
}

h1 {
  font-family: "Faster One", system-ui;
  color: #F3FDFF;
  font-size: clamp(0.5rem, 10vw, 48px);
}

h2 {
  font-family: "Faster One", system-ui;
  color: #F3FDFF;
  font-size: 28px;
}

input {
  width: 100%;
  box-sizing: border-box;
  padding: 9px 0 9px 9px;
  margin: 48px 0 16px 0;
  background-color: #F3FDFF;
  border: none;
  border-radius: 9px;
}
input ::-moz-placeholder {
  color: #40575C;
}
input :-ms-input-placeholder {
  color: #40575C;
}
input ::placeholder {
  color: #40575C;
}

.premices::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image: url("../assets/images/fond.png");
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.5;
}

.dop__title {
  text-align: center;
}

.dop__btn {
  background-color: transparent;
  color: #F3FDFF;
  border: none;
  text-align: left;
}
.dop__btn .fa-arrow-right, .dop__btn .fa-arrow-left {
  font-size: 28px;
}

.dop__phrase {
  position: fixed;
  bottom: 28px;
  left: 0;
  right: 0;
  padding: 0 48px;
}

.accueil__img {
  width: auto;
  height: 50vh;
  position: relative;
  z-index: -1;
  background-image: url("../assets/images/fond.png");
  background-size: cover;
  background-position: center 80%;
  background-repeat: no-repeat;
}

.dop__title--accueil {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 144px 0;
}

.accueil__btn {
  display: flex;
  height: 83px;
  width: 83px;
  border: 3px solid #9AD2D9;
  border-radius: 10px;
  margin: clamp(0px, 3vw, 28px);
}

.accueil__btn:active {
  border: 3px solid #40575C;
  fill: #40575C;
}
.accueil__btn:active .accueil__image {
  filter: brightness(0.4);
}

.accueil__image {
  height: 64px;
  width: 64px;
  padding: 9px;
}

.btnFermer {
  font-size: 28px;
  background-color: transparent;
  color: #9AD2D9;
  box-shadow: none;
  border-radius: 0px;
  margin-left: auto;
  display: flex;
  border: none;
}

.contenu__dop {
  display: none;
}

.contenu__dop.active {
  display: block;
  position: fixed;
  background-color: #40575C;
  border: 3px solid #9AD2D9;
  border-radius: 10px;
  padding: 16px;
  top: 38%;
  left: 48px;
  right: 48px;
  z-index: 10;
}

.grid {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  margin: 48px;
}

.grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 48px;
  gap: 16px;
  justify-items: center;
  align-items: center;
}

@media (min-width: 900px) {
  .grid {
    display: grid;
    grid-template-columns: 1fr 2fr 3fr 2fr 1fr;
    grid-template-rows: repeat(6, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div1 {
    grid-area: 2/2/3/5;
  }

  .div2 {
    grid-area: 4/3/5/4;
  }

  .div3 {
    grid-area: 3/3/4/4;
  }

  .div4 {
    grid-area: 6/3/7/4;
  }
}
.sport__image {
  width: 100%;
  height: auto;
}

.contenu__sport.active {
  top: 10%;
}

.lien__sitation {
  color: #9AD2D9;
  text-decoration: none;
  font-style: italic;
}

.app__image {
  width: 65vw;
  height: auto;
  display: block;
  margin: auto;
}

.explic__app {
  background-color: #40575C;
  border: 3px solid #9AD2D9;
  border-radius: 10px;
  padding: 16px;
  top: 38%;
  left: 48px;
  right: 48px;
}

.explic__app--Mokuptel {
  width: auto;
  height: 600px;
  background-color: #40575C;
  border: 3px solid #9AD2D9;
  border-radius: 10px;
  padding: 16px;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  position: relative;
  margin: 48px;
}

.app__image--Mokuptel {
  position: absolute;
  bottom: clamp(-390px, -60vw, -230px);
}

.app__icone {
  position: absolute;
  right: 48px;
  width: 36vw;
  z-index: -2;
}

.explication__texte {
  background: linear-gradient(0deg, rgba(17, 18, 23, 0) 0%, rgba(17, 18, 23, 0.67) 10%, rgb(17, 18, 23) 21%, rgba(17, 18, 23, 0.92) 52%, rgba(17, 18, 23, 0.65) 69%, rgba(17, 18, 23, 0) 100%);
  border-radius: 10px;
  padding: 16px;
  padding-top: clamp(0.2em, 8em, 17rem);
}

.app__icone--dessin {
  width: 48vw;
}

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