#home-about .about-title {
  font-family: Ari-w9500, sans-serif;
  letter-spacing: 5px;
}
#home-about .about-description {
  max-width: 40rem;
  opacity: 0.7;
  font-size: 14px;
  line-height: 150%;
}
#home-about .about-description span {
  font-weight: bold;
  font-style: italic;
}
#home-about .about-description span:nth-child(1) {
  color: cornflowerblue;
}
#home-about .about-description span:nth-child(2) {
  color: orangered;
}
#home-about .about-description span:nth-child(3) {
  color: blueviolet;
}
#home-about .about-description span:nth-child(4) {
  color: seagreen;
}

#home-projets .project-list {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
#home-projets .project-list .project-item {
  min-height: 75px;
  position: relative;
  width: max-content;
}
#home-projets .project-list .project-item .project-icon {
  user-select: none;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 120% -50%;
  width: 64px;
  opacity: 0.25;
  rotate: 180deg;
}
#home-projets .project-list .project-item .project-icon-label {
  user-select: none;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 250% -50%;
  width: 64px;
  opacity: 0.5;
  rotate: 15deg;
  font-size: 22px;
  font-family: "Amatic regular", sans-serif;
}
#home-projets .project-list .project-item a {
  border-radius: 5px;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}
#home-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;
}
#home-projets .project-list .project-item a .project-image img {
  width: 100%;
  height: 75px;
  object-fit: scale-down;
  padding: 5px;
}
#home-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;
}
#home-projets .project-list .project-item a .project-info {
  padding: 10px;
  color: black;
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 5px;
}
#home-projets .project-list .project-item a .project-info .project-info-title {
  font-size: 16px;
  font-weight: bold;
}
#home-projets .project-list .project-item a .project-info .project-info-link {
  font-size: 11px;
  color: #6ab977;
}
#home-projets .project-list .project-item a .project-info .project-info-description {
  font-size: 11px;
  margin-top: 10px;
  opacity: 0.8;
}
#home-projets .project-list .project-item:hover .project-info-title {
  color: #6ab977;
}

#home-notes .note-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
#home-notes .note-list .note-item {
  display: flex;
  gap: 5px;
  width: 100%;
  position: relative;
}
#home-notes .note-list .note-item .note-icon {
  user-select: none;
  position: absolute;
  left: 0;
  top: 50%;
  translate: -125% -50%;
  width: 64px;
  opacity: 0.25;
}
#home-notes .note-list .note-item .note-icon-label {
  user-select: none;
  position: absolute;
  left: 0;
  top: 50%;
  translate: -200% -50%;
  width: 64px;
  opacity: 0.5;
  rotate: -15deg;
  font-size: 22px;
  font-family: "Amatic regular", sans-serif;
}
#home-notes .note-list .note-item a {
  color: black;
  border-radius: 5px;
  height: 100%;
  width: 100%;
  display: flex;
  gap: 20px;
}
#home-notes .note-list .note-item a .note-info {
  color: #6ab977;
  display: flex;
  flex-direction: column;
  min-width: 50px;
  padding-top: 3px;
}
#home-notes .note-list .note-item a .note-info .note-date {
  font-size: 11px;
}
#home-notes .note-list .note-item a .note-info .note-type {
  font-size: 11px;
}
#home-notes .note-list .note-item a .note-content {
  display: flex;
  flex-direction: column;
}
#home-notes .note-list .note-item a .note-content .note-title {
  font-size: 16px;
  font-weight: bold;
}
#home-notes .note-list .note-item a .note-content .note-hat {
  font-size: 11px;
  opacity: 0.8;
}
#home-notes .note-list .note-item:hover .note-title {
  color: #6ab977;
}

.page-section {
  margin-bottom: 50px;
}
.page-section .page-section-header {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.page-section .page-section-header .page-section-title {
  font-size: 24px;
  font-weight: bold;
}
.page-section .page-section-header .page-section-action .page-section-btn {
  padding: 10px;
  border-radius: 5px;
  border: 1px dashed #6ab977;
  text-decoration: none;
  display: flex;
  font-size: 11px;
  justify-content: center;
  gap: 10px;
  align-items: center;
}
.page-section .page-section-header .page-section-action .page-section-btn:hover {
  background-color: #6ab977;
  color: white;
  border: 1px solid #6ab977;
}

@media (max-width: 500px) {
  #home-about {
    margin-top: 50px;
  }
  #home-notes .note-list .note-item .note-icon, #home-notes .note-list .note-item .note-icon-label {
    display: none;
  }
  #home-notes .note-list .note-item a {
    gap: 0;
    flex-direction: column;
  }
  #home-notes .note-list .note-item a .note-info {
    flex-direction: row;
    gap: 10px;
  }
  #home-projets .project-list .project-item .project-icon, #home-projets .project-list .project-item .project-icon-label {
    display: none;
  }
  #home-projets .project-list .project-item a .project-image {
    display: none;
  }
  #home-projets .project-list .project-item a .project-info {
    padding: 0;
  }
}

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