html {
  font-size: 16px;
  /* 1rem = 16px */
}

html {
  font-size: 16px;
  /* 1rem = 16px */
}

.developpeur_desktop {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 96vw;
  align-self: center;
}
.developpeur_desktop__top {
  display: flex;
  align-self: center;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 2rem;
  width: 100%;
  height: 22rem;
}
.developpeur_desktop__top__left {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 2rem;
  margin-right: auto;
  flex-wrap: wrap;
  width: 48rem;
}
.developpeur_desktop__top__right {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-left: auto;
}
.developpeur_desktop__top__right__title {
  margin-bottom: auto;
}
.developpeur_desktop__top__right__title h1 {
  font-size: 2rem;
  border-bottom: solid 4px #ffffff;
  width: 12rem;
  margin-left: auto;
}
.developpeur_desktop__top__right__button {
  margin-top: auto;
}
.developpeur_desktop__top__right__button a {
  display: flex;
  background-color: #0A0B0A;
  color: #f7f7ff;
  font-size: 3rem;
  height: 5rem;
  width: 22rem;
  border-radius: 1rem;
  transition: all 2s ease-out;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  background-color: #8B0000;
}
.developpeur_desktop__top__right__button a:hover {
  transition-duration: 1s;
  text-decoration: none;
  color: #81A1B8;
  background-color: #091226;
}
.developpeur_desktop__top__right__button a h2 {
  margin: 0;
  text-align: center;
}
.developpeur_desktop__top__right__button a h2 {
  color: #f7f7ff;
}
.developpeur_desktop__top__right__button a h2:hover {
  color: #ffffff;
}
.developpeur_desktop__top__right__button a:hover {
  transition-duration: 1s;
  text-decoration: none;
  background-color: #FF0000;
}
.developpeur_desktop__bottom {
  display: flex;
  align-self: center;
  flex-direction: row;
  justify-content: space-around;
  width: 100vw;
  background-color: #f7f7ff;
  padding-bottom: 2rem;
}
.developpeur_desktop__bottom__left {
  display: flex;
  margin-right: auto;
  flex-direction: column;
  margin-left: 2vw;
  gap: 2rem;
}
.developpeur_desktop__bottom__left h1 {
  align-self: center;
}
.developpeur_desktop__bottom__left .devActuBloc {
  display: flex;
}

footer {
  margin-top: auto;
}

@media (min-width: 2880px) {
  .devCommentsBloc {
    width: 46rem;
  }
}/*# sourceMappingURL=developpeur_desktop.css.map */