#page-projets .page-header {
  margin-bottom: 50px;
}
#page-projets .page-header .page-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
#page-projets .page-header .page-description {
  font-size: 11px;
  font-weight: normal;
}
#page-projets .project-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style-type: none;
}
#page-projets .project-list .project-item {
  min-height: 75px;
  height: 75px;
}
#page-projets .project-list .project-item a {
  border-radius: 5px;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}
#page-projets .project-list .project-item a .project-image {
  border: 1px dashed rgba(106, 185, 119, 0.6274509804);
  display: block;
  min-width: 100px;
  width: 100px;
  height: 80px;
  border-radius: 5px;
  overflow: hidden;
}
#page-projets .project-list .project-item a .project-image img {
  width: 100%;
  height: 80px;
  object-fit: scale-down;
  padding: 5px;
}
#page-projets .project-list .project-item a .project-image .image-placeholder {
  width: 100%;
  height: 75px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: black;
  rotate: -10deg;
  font-family: "Ari-w9500", sans-serif;
}
#page-projets .project-list .project-item a .project-info {
  padding: 10px;
  color: black;
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 5px;
}
#page-projets .project-list .project-item a .project-info .project-info-title {
  font-size: 16px;
  font-weight: bold;
}
#page-projets .project-list .project-item a .project-info .project-info-link {
  font-size: 11px;
  color: #6ab977;
}
#page-projets .project-list .project-item a .project-info .project-info-description {
  font-size: 11px;
  margin-top: 10px;
  opacity: 0.8;
}
#page-projets .project-list .project-item a:hover {
  text-decoration: none;
}
#page-projets .project-list .project-item:hover .project-info-title {
  color: #6ab977;
}

@media (max-width: 500px) {
  #page-projets {
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  #page-projets .page-header {
    padding: 1rem 2rem;
    margin-top: 20px;
  }
  #page-projets .page-header .page-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #page-projets .page-header .page-description {
    font-size: 11px;
    font-weight: normal;
  }
  #page-projets .project-list {
    padding: 1rem 2rem;
  }
  #page-projets .project-list .project-item {
    padding: 0;
  }
  #page-projets .project-list .project-item .project-icon, #page-projets .project-list .project-item .project-icon-label {
    display: none;
  }
  #page-projets .project-list .project-item a .project-info {
    padding: 0;
  }
  #page-projets .project-list .project-item a .project-image {
    display: none;
  }
}

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