.employes {
  margin-top: 4em;
  position: relative;
  padding-bottom: 100px;
}
h2 {
  padding-bottom: 0.5em;
}
h3 {
  padding-top: 10px;
  text-transform: none;
}
h3 span {
  font-weight: normal;
  color: var(--noir);
  font-size: 0.9em;
}
.card img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.grid-container {
  padding-bottom: 20px;
}
.joindre-equipe {
  background-color: var(--bleu);
  padding-bottom: 2em;
}
.joindre-equipe .content {
  padding: 0 5%;
}
.joindre-equipe h2 {
  color: var(--blanc);
}
.joindre-equipe p {
  color: var(--blanc);
  padding: 1em 0;
}
.joindre-equipe .grid-container {
  padding-bottom: 0;
}
.logo-equipe {
  max-width: 350px;
  position: absolute;
  right: 5%;
  bottom: 0;
}
@media only screen and (min-width: 1024px) and (orientation: landscape) {
  .grid-container {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 50px;
    row-gap: 80px;
  }
  .card img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .joindre-equipe {
    padding-bottom: 0;
  }
  .joindre-equipe .grid-container {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }
  .joindre-equipe .content {
    padding: 0 5% 0 0;
  }
  .logo-equipe {
    max-width: 550px;
  }
  .employes {
    padding-bottom: 200px;
  }
}
