@charset "UTF-8";
html {
  font-size: 16px;
  /* 1rem = 16px */
}

.prestation_dev_desktop {
  display: flex;
  flex-direction: column;
  width: 96vw;
  align-self: center;
}
.prestation_dev_desktop__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 96vw;
  align-self: center;
  margin-top: 4vh;
}
.prestation_dev_desktop__middle {
  display: flex;
  flex-direction: column;
  align-self: center;
  margin-top: 4vh;
  width: 100vw;
  background-color: #f7f7ff;
}
.prestation_dev_desktop__middle h1 {
  font-size: 2rem;
  margin-right: auto;
  margin-left: 2vw;
}
.prestation_dev_desktop__middle__links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 2rem;
  width: 96%;
  align-self: center;
  padding-bottom: 2rem;
  margin-top: 2rem;
}
.prestation_dev_desktop__middle__links 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;
}
.prestation_dev_desktop__middle__links a:hover {
  transition-duration: 1s;
  text-decoration: none;
  color: #81A1B8;
  background-color: #091226;
}
.prestation_dev_desktop__middle__links a h2 {
  margin: 0;
  text-align: center;
}
.prestation_dev_desktop__middle__links a h3 {
  margin-bottom: 1rem;
}
.prestation_dev_desktop__bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-self: center;
  width: 72vw;
  height: 10rem;
}
.prestation_dev_desktop__bottom a {
  margin-top: auto;
  display: block;
  text-align: center;
  background-color: #f7f7ff;
  color: #0A0B0A;
  font-size: 3rem;
  height: 5rem;
  width: 22rem;
  border-radius: 1rem;
  transition: all 2s ease-out;
  border: solid 0.5px #091226;
  text-decoration: none;
  margin-bottom: auto;
}
.prestation_dev_desktop__bottom a:hover {
  border: solid 0.5px #8B0000;
  background-color: #ffffff;
  transition-duration: 1s;
  text-decoration: none;
  color: #051440;
}

footer {
  margin-top: auto;
}

/* === MEDIA QUERIES UNIQUEMENT POUR DESKTOP === */
/* Ultra HD (4K) et plus */
/* Écran large WQHD / QHD (2560x1440) */
/* Full HD standard (1920x1080) */
/* Ecran Samsung Book3 Ultra avec scaling 175% (≈ 1632px CSS) */
@media screen and (min-width: 1600px) and (max-width: 1650px) {
  .prestation_dev_desktop__bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-self: center;
    width: 72vw;
    height: 6rem;
  }
  .prestation_dev_desktop__bottom a {
    margin-top: 0.7rem;
    display: block;
    text-align: center;
    background-color: #f7f7ff;
    color: #0A0B0A;
    font-size: 3rem;
    height: 5rem;
    width: 22rem;
    border-radius: 1rem;
    transition: all 2s ease-out;
    border: solid 0.5px #091226;
    text-decoration: none;
  }
  .prestation_dev_desktop__bottom a:hover {
    border: solid 0.5px #8B0000;
    background-color: #ffffff;
    transition-duration: 1s;
    text-decoration: none;
    color: #051440;
  }
}
/* HD+ / 1600x900 */
/* HD standard (1366x768 / 1440x900) */
/* Petits laptops ou écran splité verticalement *//*# sourceMappingURL=prestation_dev_desktop.css.map */