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

/*
 * Mixins du langage graphique industriel.
 *
 * Couleurs autorisées :
 * - $GW
 * - $BG
 * - $BFW
 * - $RS
 */
html {
  font-size: 16px;
  /* 1rem = 16px */
}

.dessin_industriel_desktop {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 96vw;
  align-self: center;
}
.dessin_industriel_desktop__top {
  display: flex;
  align-self: center;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 2rem;
  width: 100%;
  height: 14rem;
}
.dessin_industriel_desktop__top__left {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 2rem;
  margin-right: auto;
}
.dessin_industriel_desktop__top__right {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-left: auto;
}
.dessin_industriel_desktop__top__right__title {
  margin-bottom: auto;
}
.dessin_industriel_desktop__top__right__title h1 {
  font-size: 2rem;
  border-bottom: solid 4px #ffffff;
  width: 12rem;
  margin-left: auto;
}
.dessin_industriel_desktop__top__right__button {
  margin-top: auto;
}
.dessin_industriel_desktop__top__right__button 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;
}
.dessin_industriel_desktop__top__right__button a:hover, .dessin_industriel_desktop__top__right__button a:focus-visible {
  --smooth-duration: 1100ms;
  --smooth-ease: cubic-bezier(0.16, 1, 0.3, 1);
}
@media (prefers-reduced-motion: reduce) {
  .dessin_industriel_desktop__top__right__button a {
    transition-duration: 0.01ms;
  }
}
.dessin_industriel_desktop__top__right__button a:hover, .dessin_industriel_desktop__top__right__button a:focus-visible {
  text-decoration: none;
  color: #81A1B8;
  background-color: #091226;
}
.dessin_industriel_desktop__top__right__button a h2 {
  margin: 0;
  text-align: center;
}
.dessin_industriel_desktop__top__right__button a {
  --smooth-duration: 1.2s;
  --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;
}
.dessin_industriel_desktop__top__right__button a:hover, .dessin_industriel_desktop__top__right__button a:focus-visible {
  --smooth-duration: 0.8s;
  --smooth-ease: cubic-bezier(0.16, 1, 0.3, 1);
}
@media (prefers-reduced-motion: reduce) {
  .dessin_industriel_desktop__top__right__button a {
    transition-duration: 0.01ms;
  }
}
.dessin_industriel_desktop__top__right__button a {
  background-color: #8B0000;
}
.dessin_industriel_desktop__top__right__button a h2 {
  --smooth-duration: 1.4s;
  --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;
}
.dessin_industriel_desktop__top__right__button a h2:hover, .dessin_industriel_desktop__top__right__button a h2:focus-visible {
  --smooth-duration: 1s;
  --smooth-ease: cubic-bezier(0.16, 1, 0.3, 1);
}
@media (prefers-reduced-motion: reduce) {
  .dessin_industriel_desktop__top__right__button a h2 {
    transition-duration: 0.01ms;
  }
}
.dessin_industriel_desktop__top__right__button a h2 {
  color: #f7f7ff;
}
.dessin_industriel_desktop__top__right__button a:hover, .dessin_industriel_desktop__top__right__button a:focus-visible {
  text-decoration: none;
  background-color: #FF0000;
}
.dessin_industriel_desktop__top__right__button a:hover h2, .dessin_industriel_desktop__top__right__button a:focus-visible h2 {
  color: #ffffff;
}
.dessin_industriel_desktop__bottom {
  display: flex;
  align-self: center;
  flex-direction: row;
  justify-content: space-around;
  width: 100vw;
  background-color: #f7f7ff;
  padding-bottom: 2rem;
}
.dessin_industriel_desktop__bottom__left {
  display: flex;
  margin-right: auto;
  flex-direction: column;
  margin-left: 2vw;
  gap: 2rem;
}
.dessin_industriel_desktop__bottom__left h1 {
  align-self: center;
  font-size: 2rem;
  margin-top: 2vh;
}
.dessin_industriel_desktop__bottom__left .indusActuBloc {
  display: flex;
}

footer {
  margin-top: auto;
}

@media (min-width: 2880px) {
  .indusCommentsBloc {
    width: 46rem;
  }
}/*# sourceMappingURL=dessin_industriel_desktop.css.map */