.wrapper {
  margin: 0 100px;
}

body {
  margin: 0;
}
h1,
h2,
h3,
h4,
p {
  margin: 0;
}

header {
  background-color: black;
  .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;

    height: fit-content;
    padding: 20px 0;
    color: white;
    a {
      color: white;
      text-decoration: none;
      font-size: 60px;
    }
    nav {
      ul {
        display: flex;
        gap: 20px;
      }
      li {
        list-style-type: none;
        a {
          font-size: 20px;
          text-decoration: none;
          color: white;
        }
      }
    }
  }
}

.button {
  padding: 20 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background-color: white;
  color: black;
  border: 3px solid black;
  text-decoration: none;
  &:hover {
    background-color: black;
    color: white;
    border: 3px solid white;
  }
}

footer {
  background-color: black;
  .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;

    height: fit-content;
    padding: 20px 0;
    color: white;
    a {
      color: white;
      text-decoration: none;
      font-size: 30px;
    }
    nav {
      ul {
        display: flex;
        flex-direction: column;
        gap: 20px;
      }
      li {
        list-style-type: none;
        a {
          font-size: 20px;
          text-decoration: none;
          color: white;
        }
      }
    }
    nav {
      li {
        list-style-type: none;
        a {
          font-size: 20px;
          text-decoration: none;
          color: white;
        }
      }
    }
  }
}

.accueil {
  position: relative;
  height: 800px;
  width: 100%;
  .accueil__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
  .accueil__content {
    margin: 0 100px;
    width: 200px;
    padding: 20px 100px 20px 40px;
    background-color: aliceblue;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 20px;
    button {
      background-color: black;
      color: white;
      padding: 20px 10px;
    }
  }
}

.archive__text {
  margin: 40px 0;
}
.cards {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 60px;
  width: 100%;
  margin: 40px 0;
  .card {
    display: flex;
    padding: 40px 80px;
    width: 83%;
    height: 30vh;
    justify-content: space-between;
    background-color: black;
    transition: all 0.3s ease-in;
    .card__media {
      width: 40%;
      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }
    .card__content {
      width: 40%;
      display: flex;
      flex-direction: column;
      gap: 20px;
      align-items: flex-start;
      h1 {
        font-size: 40px;
        font-weight: 600;
        text-transform: capitalize;
      }
      h3 {
        font-size: 20px;
        font-weight: 400;
      }
      h1,
      h3 {
        color: white;
      }
    }

    text-decoration: none;
    &:hover {
      transition: all 0.3s ease-in;
      background-color: white;
      h1,
      h3 {
        color: black;
      }
      img {
        transition: all 0.3s ease-in;
        transform: scale(1.1);
      }
    }
  }
}

.hero__projet {
  position: relative;
  width: 100%;
  height: 60vh;
  .hero__media {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: -1;
    }
  }
  .hero__content {
    z-index: 5;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 100px;
    padding: 50px 100px;
    color: white;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: fit-content;
    h1 {
      font-size: 80px;
    }
    h3 {
      font-size: 30px;
    }
    .logiciels {
      display: flex;
      gap: 50px;

      .logiciel {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5px;
        img {
          width: 30px;
          height: 30px;
          border-radius: 100%;
        }
        p {
          font-size: 20px;
        }
      }
    }
  }
}
.projet__content {
  margin: 100px 0;
  .wrapper {
    display: flex;
    flex-direction: column;
    gap: 100px;
  }
  .note__container {
    p {
      width: 100%;
      justify-content: center;
      align-items: center;
      display: flex;
      font-size: 200px;
      font-weight: 900;
      padding: 100px 0;
      background-color: black;
      color: white;
    }
  }
  h3 {
    padding: 100px;
    background-color: black;
    color: white;
    border-radius: 20px;
  }
  .images {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    img {
      max-width: 500px;
      max-height: 400px;
      object-fit: cover;
    }
  }

  .etapes {
    display: flex;
    flex-direction: column;
    gap: 40px;
    .titre {
      align-items: center;
      font-size: 60px;
      font-weight: 700;
      text-align: center;
      align-items: center;
      border-bottom: 1px solid black;
      text-transform: uppercase;
    }
    .etape {
      max-height: 300px;
      padding: 50px 100px;
      display: flex;
      justify-content: space-between;
      background-color: black;
      .etape__content {
        display: flex;
        justify-content: flex-end;
        width: 50%;
        gap: 40px;
        h1 {
          font-size: 100px;
          color: white;
        }
        p {
          color: white;
          margin: 20px;
          max-width: 300px;
          font-size: 25px;
        }
      }
      .etape__media {
        width: 50%;
        img {
          height: 100%;
          width: 100%;
          object-fit: cover;
        }
      }
    }
  }
}
.titre {
  display: flex;
  align-items: center;
  font-size: 60px;
  font-weight: 700;
  text-align: center;
  align-items: center;
  border-bottom: 1px solid black;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}

.contact {
  margin: 100px 0;
  display: flex;
  gap: 50px;
  justify-content: space-between;
  .media {
    display: flex;
    flex-direction: column;
    justify-content: top;
    align-items: center;
    width: 50%;
    gap: 20px;
    h1 {
      font-size: 80px;
      margin-right: auto;
      margin-left: auto;
    }
  }
}

.social {
  display: flex;
  gap: 30px;
  font-size: 30px;
  padding: 0;
  li {
    list-style-type: none;
    a {
      text-decoration: none;
      height: 40px;
      width: 40px;
      padding: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 100%;
      background-color: white;
      color: black;
      border: 3px solid black;
      &:hover {
        background-color: black;
        color: white;
        border: 3px solid white;
      }
    }
  }
}

.formulaire {
  width: 50%;
}

.wrapper-propos {
  margin: 100px 0;
  display: flex;
  flex-direction: column;
  gap: 60px;
  .nom {
    margin-top: 20px;
    font-size: 50px;
  }
  .titre {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .propos {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    .propos__content {
      display: flex;
      flex-direction: column;
    }
    .propos__media {
      width: 30%;
      height: 100%;
      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }
    .propos__content {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 80px;
      background-color: black;
      p {
        color: white;
        font-size: 30px;
      }
    }
  }
}

.techniques,
.perso {
  display: flex;
  justify-content: space-around;
  .outils,
  .logiciels,
  .langages,
  .passions,
  .interets {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    background-color: black;
    padding: 80px;
    color: white;
    p {
      font-size: 30px;
    }
    h3 {
      font-size: 50px;
      margin-bottom: 10px;
    }
  }
}
