@charset "UTF-8";
html {
  font-size: 16px;
  /* 1rem = 16px */
}

/*
 * Mixins du langage graphique industriel.
 *
 * Couleurs autorisées :
 * - $GW
 * - $BG
 * - $BFW
 * - $RS
 */
.prestations_indus_desktop {
  display: flex;
  flex-direction: column;
  width: 96vw;
  align-self: center;
}
.prestations_indus_desktop__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 96vw;
  align-self: center;
  margin-top: 4vh;
}
.prestations_indus_desktop__middle {
  display: flex;
  flex-direction: column;
  align-self: center;
  margin-top: 4vh;
  width: 100vw;
  background-color: #f7f7ff;
}
.prestations_indus_desktop__middle h1 {
  font-size: 2rem;
  margin-right: auto;
  margin-left: 2vw;
}
.prestations_indus_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;
}
.prestations_indus_desktop__middle__links a {
  display: flex;
  background-color: #0A0B0A;
  color: #f7f7ff;
  font-size: 3rem;
  height: 5rem;
  width: 22rem;
  border-radius: 1rem;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  --smooth-duration: 1500ms;
  --smooth-ease: cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform var(--smooth-duration) var(--smooth-ease), opacity var(--smooth-duration) var(--smooth-ease), background-color var(--smooth-duration) ease, border-color var(--smooth-duration) ease, color var(--smooth-duration) ease, box-shadow var(--smooth-duration) var(--smooth-ease), filter var(--smooth-duration) var(--smooth-ease);
  transform-origin: center;
  backface-visibility: hidden;
}
.prestations_indus_desktop__middle__links a:hover, .prestations_indus_desktop__middle__links a:focus-visible {
  --smooth-duration: 1100ms;
  --smooth-ease: cubic-bezier(0.16, 1, 0.3, 1);
}
@media (prefers-reduced-motion: reduce) {
  .prestations_indus_desktop__middle__links a {
    transition-duration: 0.01ms;
  }
}
.prestations_indus_desktop__middle__links a:hover, .prestations_indus_desktop__middle__links a:focus-visible {
  text-decoration: none;
  color: #81A1B8;
  background-color: #091226;
}
.prestations_indus_desktop__middle__links a h2 {
  margin: 0;
  text-align: center;
}
.prestations_indus_desktop__middle__links a {
  font-size: 2rem;
}
.prestations_indus_desktop__middle__links a h3 {
  margin: auto;
}
.prestations_indus_desktop__bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-self: center;
  width: 72vw;
  height: 10rem;
}
.prestations_indus_desktop__bottom a {
  display: block;
  text-align: center;
  background-color: #f7f7ff;
  color: #0A0B0A;
  font-size: 3rem;
  height: 5rem;
  width: 22rem;
  border-radius: 1rem;
  border: solid 0.5px #091226;
  text-decoration: none;
  --smooth-duration: 1500ms;
  --smooth-ease: cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform var(--smooth-duration) var(--smooth-ease), opacity var(--smooth-duration) var(--smooth-ease), background-color var(--smooth-duration) ease, border-color var(--smooth-duration) ease, color var(--smooth-duration) ease, box-shadow var(--smooth-duration) var(--smooth-ease), filter var(--smooth-duration) var(--smooth-ease);
  transform-origin: center;
  backface-visibility: hidden;
}
.prestations_indus_desktop__bottom a:hover, .prestations_indus_desktop__bottom a:focus-visible {
  --smooth-duration: 1100ms;
  --smooth-ease: cubic-bezier(0.16, 1, 0.3, 1);
}
@media (prefers-reduced-motion: reduce) {
  .prestations_indus_desktop__bottom a {
    transition-duration: 0.01ms;
  }
}
.prestations_indus_desktop__bottom a:hover, .prestations_indus_desktop__bottom a:focus-visible {
  border-color: #8B0000;
  background-color: #ffffff;
  text-decoration: none;
  color: #051440;
}
.prestations_indus_desktop__bottom a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  padding: 0;
  font-size: 2rem;
  text-align: center;
}

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) {
  .prestations_indus_desktop__bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-self: center;
    width: 72vw;
    height: 6rem;
  }
  .prestations_indus_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;
    border: solid 0.5px #091226;
    text-decoration: none;
    --smooth-duration: 1500ms;
    --smooth-ease: cubic-bezier(0.22, 1, 0.36, 1);
    transition: transform var(--smooth-duration) var(--smooth-ease), opacity var(--smooth-duration) var(--smooth-ease), background-color var(--smooth-duration) ease, border-color var(--smooth-duration) ease, color var(--smooth-duration) ease, box-shadow var(--smooth-duration) var(--smooth-ease), filter var(--smooth-duration) var(--smooth-ease);
    transform-origin: center;
    backface-visibility: hidden;
  }
  .prestations_indus_desktop__bottom a:hover, .prestations_indus_desktop__bottom a:focus-visible {
    --smooth-duration: 1100ms;
    --smooth-ease: cubic-bezier(0.16, 1, 0.3, 1);
  }
}
@media screen and (min-width: 1600px) and (max-width: 1650px) and (prefers-reduced-motion: reduce) {
  .prestations_indus_desktop__bottom a {
    transition-duration: 0.01ms;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1650px) {
  .prestations_indus_desktop__bottom a:hover, .prestations_indus_desktop__bottom a:focus-visible {
    border-color: #8B0000;
    background-color: #ffffff;
    text-decoration: none;
    color: #051440;
  }
}
/* HD+ / 1600x900 */
/* HD standard (1366x768 / 1440x900) */
/* Petits laptops ou écran splité verticalement *//*# sourceMappingURL=prestations_indus_desktop.css.map */