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

.accueil_desktop {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  gap: clamp(1.5rem, 2vw, 2.5rem);
  width: min(96vw, 100%);
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-top: 4vh;
  padding-inline: clamp(1rem, 2vw, 2rem);
  box-sizing: border-box;
  overflow-x: hidden;
}
.accueil_desktop__block_cards {
  display: flex;
  flex-wrap: wrap;
  width: min(50rem, 100%);
  max-width: 100%;
  margin-right: auto;
  gap: 2rem;
  height: 46rem;
  box-sizing: border-box;
  align-content: flex-start;
  flex: 1 1 42rem;
  min-width: 20rem;
}
.accueil_desktop__block_right {
  display: flex;
  width: min(46rem, 100%);
  max-width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  box-sizing: border-box;
  flex: 1 1 30rem;
  min-width: 20rem;
  margin-bottom: auto;
  margin-top: auto;
}
.accueil_desktop__block_right__links {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: min(22rem, 100%);
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
  gap: 2rem;
  box-sizing: border-box;
}
.accueil_desktop__block_right__links a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #f7f7ff;
  color: #0A0B0A;
  font-size: 3rem;
  height: 5rem;
  width: min(22rem, 100%);
  max-width: 100%;
  border-radius: 1rem;
  border: solid 0.5px #091226;
  text-decoration: none;
  box-sizing: border-box;
  overflow: hidden;
  --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: translate3d(0, 0, 0);
  transform-origin: center;
  backface-visibility: hidden;
}
.accueil_desktop__block_right__links a:hover, .accueil_desktop__block_right__links a:focus-visible {
  --smooth-duration: 1100ms;
  --smooth-ease: cubic-bezier(0.16, 1, 0.3, 1);
}
@media (prefers-reduced-motion: reduce) {
  .accueil_desktop__block_right__links a {
    transition-duration: 0.01ms;
  }
}
.accueil_desktop__block_right__links a h2 {
  font-weight: 400 !important;
  font-size: 2rem;
  margin: auto;
  text-align: center;
  overflow-wrap: break-word;
  word-break: break-word;
  max-width: 100%;
  padding-inline: 0.5rem;
  box-sizing: border-box;
  line-height: 1.1;
}
.accueil_desktop__block_right__links a:hover, .accueil_desktop__block_right__links a:focus-visible {
  border-color: #8B0000;
  background-color: #ffffff;
  text-decoration: none;
  color: #051440;
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .accueil_desktop__block_right__links a {
    height: 4.5rem;
  }
  .accueil_desktop__block_right__links a h2 {
    font-size: clamp(1.5rem, 2vw, 2rem);
  }
}
@media screen and (max-width: 360px) {
  .accueil_desktop__block_right__links a {
    height: 4rem;
  }
  .accueil_desktop__block_right__links a h2 {
    font-size: 1.35rem;
    padding-inline: 0.35rem;
  }
}
@media screen and (min-width: 361px) and (max-width: 414px) {
  .accueil_desktop__block_right__links a {
    height: 4.2rem;
  }
  .accueil_desktop__block_right__links a h2 {
    font-size: 1.45rem;
  }
}
@media screen and (min-width: 415px) and (max-width: 480px) {
  .accueil_desktop__block_right__links a h2 {
    font-size: 1.55rem;
  }
}
.accueil_desktop__block_right__links a {
  max-width: 100%;
  box-sizing: border-box;
}
.accueil_desktop__block_right__links a h2 {
  font-weight: 400 !important;
  font-size: 2rem !important;
  margin: auto;
  text-align: center;
  overflow-wrap: break-word;
}
.accueil_desktop__block_right__links form {
  width: 100%;
}
.accueil_desktop__block_right__links form button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #f7f7ff;
  color: #0A0B0A;
  font-size: 3rem;
  height: 5rem;
  width: min(22rem, 100%);
  max-width: 100%;
  border-radius: 1rem;
  border: solid 0.5px #091226;
  text-decoration: none;
  box-sizing: border-box;
  overflow: hidden;
  --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: translate3d(0, 0, 0);
  transform-origin: center;
  backface-visibility: hidden;
}
.accueil_desktop__block_right__links form button:hover, .accueil_desktop__block_right__links form button:focus-visible {
  --smooth-duration: 1100ms;
  --smooth-ease: cubic-bezier(0.16, 1, 0.3, 1);
}
@media (prefers-reduced-motion: reduce) {
  .accueil_desktop__block_right__links form button {
    transition-duration: 0.01ms;
  }
}
.accueil_desktop__block_right__links form button h2 {
  font-weight: 400 !important;
  font-size: 2rem;
  margin: auto;
  text-align: center;
  overflow-wrap: break-word;
  word-break: break-word;
  max-width: 100%;
  padding-inline: 0.5rem;
  box-sizing: border-box;
  line-height: 1.1;
}
.accueil_desktop__block_right__links form button:hover, .accueil_desktop__block_right__links form button:focus-visible {
  border-color: #8B0000;
  background-color: #ffffff;
  text-decoration: none;
  color: #051440;
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .accueil_desktop__block_right__links form button {
    height: 4.5rem;
  }
  .accueil_desktop__block_right__links form button h2 {
    font-size: clamp(1.5rem, 2vw, 2rem);
  }
}
@media screen and (max-width: 360px) {
  .accueil_desktop__block_right__links form button {
    height: 4rem;
  }
  .accueil_desktop__block_right__links form button h2 {
    font-size: 1.35rem;
    padding-inline: 0.35rem;
  }
}
@media screen and (min-width: 361px) and (max-width: 414px) {
  .accueil_desktop__block_right__links form button {
    height: 4.2rem;
  }
  .accueil_desktop__block_right__links form button h2 {
    font-size: 1.45rem;
  }
}
@media screen and (min-width: 415px) and (max-width: 480px) {
  .accueil_desktop__block_right__links form button h2 {
    font-size: 1.55rem;
  }
}
.accueil_desktop__block_right__links form button {
  max-width: 100%;
  box-sizing: border-box;
}
.accueil_desktop__block_right__links form button h2 {
  font-weight: 400 !important;
  font-size: 2rem !important;
  margin: auto;
  text-align: center;
  overflow-wrap: break-word;
}
.accueil_desktop__block_right h1 {
  font-size: 2rem;
  text-align: center;
  overflow-wrap: break-word;
}
.accueil_desktop__block_right__top {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-left: auto;
  margin-top: 1rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.accueil_desktop__block_right__bottom {
  --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: translate3d(0, 0, 0);
  transform-origin: center;
  backface-visibility: hidden;
}
.accueil_desktop__block_right__bottom:hover, .accueil_desktop__block_right__bottom:focus-visible {
  --smooth-duration: 1100ms;
  --smooth-ease: cubic-bezier(0.16, 1, 0.3, 1);
}
@media (prefers-reduced-motion: reduce) {
  .accueil_desktop__block_right__bottom {
    transition-duration: 0.01ms;
  }
}
.accueil_desktop__block_right__bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 2rem;
  margin-left: auto;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  gap: clamp(1rem, 2vw, 2rem);
  flex-wrap: wrap;
}
.accueil_desktop__block_right__bottom__formations {
  display: block;
  border-radius: 1rem;
  width: min(22rem, 100%);
  height: 18rem;
  background-color: #f7f7ff;
  border: solid 0.5px #091226;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  flex: 1 1 18rem;
  min-width: 16rem;
  max-width: 100%;
}
.accueil_desktop__block_right__bottom__formations p {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 35%;
  text-decoration: none;
  overflow-wrap: break-word;
}
.accueil_desktop__block_right__bottom__formations:hover {
  background-color: #ffffff;
  border: solid 0.5px #8B0000;
  text-decoration: none;
}
.accueil_desktop__block_right__bottom__formations:hover p {
  color: #051440;
}
.accueil_desktop__block_right__bottom .bot_michael {
  --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: translate3d(0, 0, 0);
  transform-origin: center;
  backface-visibility: hidden;
}
.accueil_desktop__block_right__bottom .bot_michael:hover, .accueil_desktop__block_right__bottom .bot_michael:focus-visible {
  --smooth-duration: 1100ms;
  --smooth-ease: cubic-bezier(0.16, 1, 0.3, 1);
}
@media (prefers-reduced-motion: reduce) {
  .accueil_desktop__block_right__bottom .bot_michael {
    transition-duration: 0.01ms;
  }
}
.accueil_desktop__block_right__bottom .bot_michael {
  display: flex;
  height: 18rem;
  width: 18rem;
  max-width: 100%;
  border-radius: 9rem;
  border: solid 0.5px #091226;
  margin-left: 6rem;
  align-items: center;
  justify-content: center;
  background-color: #f7f7ff;
  box-sizing: border-box;
  flex-shrink: 0;
}
.accueil_desktop__block_right__bottom .bot_michael img {
  margin-right: auto;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
  width: min(14rem, 100%);
  height: auto;
}
.accueil_desktop__block_right__bottom .bot_michael:hover {
  background-color: #ffffff;
  border: solid 0.5px #8B0000;
}

/* Ecran Samsung Book3 Ultra avec scaling 175% (≈ 1632px CSS) */
@media screen and (min-width: 1600px) and (max-width: 1650px) {
  .accueil_desktop__block_cards {
    width: 42rem;
    margin-right: auto;
    gap: 2rem;
    height: 42rem;
  }
  .accueil_desktop__block_cards .homeCard {
    width: 20rem !important;
    height: 20rem !important;
  }
  .accueil_desktop__block_right__bottom {
    width: 42rem;
    max-width: 100%;
  }
  .accueil_desktop__block_right__bottom__formations {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1rem;
    width: 20rem;
    height: 16rem;
    margin-right: auto;
  }
  .accueil_desktop__block_right__bottom__formations p {
    font-size: 2rem;
    font-weight: bold;
    margin: 0;
    line-height: normal;
    text-decoration: none;
  }
  .accueil_desktop__block_right__bottom .bot_michael {
    display: flex;
    height: 16rem;
    width: 16rem;
    border-radius: 9rem;
    border: solid 0.5px #091226;
    margin-left: auto;
    align-items: center;
    background-color: #f7f7ff;
  }
  .accueil_desktop__block_right__bottom .bot_michael img {
    margin-right: auto;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    width: 10rem;
  }
}
@media (max-width: 1600px) {
  .accueil_desktop__block_cards {
    display: flex;
    flex-wrap: wrap;
    width: min(38rem, 100%);
    margin-right: auto;
    gap: 2rem;
    height: 38rem;
  }
  .accueil_desktop__block_right {
    display: flex;
    width: min(38rem, 100%);
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .accueil_desktop__block_right__bottom__formations {
    display: flex;
    width: min(18rem, 100%);
    height: 14rem;
  }
  .accueil_desktop__block_right__bottom__formations p {
    margin-top: 0%;
    align-self: center;
    margin: auto;
  }
  .accueil_desktop__block_right__bottom .bot_michael {
    display: flex;
    height: 14rem;
    width: 14rem;
    border-radius: 9rem;
    border: solid 0.5px #091226;
    margin-left: 6rem;
    align-items: center;
    background-color: #f7f7ff;
  }
  .accueil_desktop__block_right__bottom .bot_michael img {
    margin-right: auto;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    width: 10rem;
  }
}
@media (max-width: 1300px) {
  .accueil_desktop__block_cards {
    display: flex;
    flex-wrap: wrap;
    width: min(38rem, 100%);
    margin-right: auto;
    gap: 2rem;
    height: 38rem;
  }
  .accueil_desktop__block_right {
    display: flex;
    width: min(30rem, 100%);
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 1250px) {
  .accueil_desktop__block_cards {
    display: flex;
    flex-wrap: wrap;
    width: min(38rem, 100%);
    margin-right: auto;
    gap: 2rem;
    height: 38rem;
  }
  .accueil_desktop__block_right {
    display: flex;
    width: min(24rem, 100%);
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .accueil_desktop__block_right__bottom {
    justify-content: center;
  }
  .accueil_desktop__block_right__bottom .bot_michael {
    margin-left: 0;
  }
}
@media (max-width: 1050px) {
  .accueil_desktop {
    flex-direction: column;
    align-items: center;
    gap: 4vh;
    margin-bottom: 4vh;
  }
  .accueil_desktop__block_cards {
    display: flex;
    flex-wrap: wrap;
    width: min(38rem, 100%);
    margin-right: auto;
    gap: 2rem;
    height: auto;
    min-height: 38rem;
    margin-left: auto;
    justify-content: center;
  }
  .accueil_desktop__block_right {
    display: flex;
    width: min(24rem, 100%);
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
  }
  .accueil_desktop__block_right__top, .accueil_desktop__block_right__bottom {
    margin-left: 0;
  }
}
@media (max-width: 960px) {
  .accueil_desktop {
    flex-direction: column;
  }
  .accueil_desktop__block_cards {
    margin-right: auto;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    width: min(38rem, 100%);
    height: auto;
  }
}
/* === MEDIA QUERIES UNIQUEMENT POUR DESKTOP === */
/* WQXGA+ / 3K (ex : Samsung Galaxy Book3 Ultra) */
@media screen and (min-width: 2561px) and (max-width: 2880px) {
  /* Écrans 3K (souvent laptops haut de gamme, 16") */
}
/* Ultra HD (4K) et plus */
@media screen and (min-width: 2561px) {
  .accueil_desktop {
    padding-inline: 2rem;
  }
}
/* Écran large WQHD / QHD (2560x1440) */
@media screen and (min-width: 1921px) and (max-width: 2560px) {
  .accueil_desktop {
    padding-inline: 2rem;
  }
}
/* Full HD standard (1920x1080) */
@media screen and (min-width: 1601px) and (max-width: 1920px) {
  .accueil_desktop__block_cards {
    flex-basis: 40rem;
  }
  .accueil_desktop__block_right {
    flex-basis: 30rem;
  }
}
/* HD+ / 1600x900 */
@media screen and (min-width: 1441px) and (max-width: 1600px) {
  .accueil_desktop__block_cards {
    flex-basis: 36rem;
  }
  .accueil_desktop__block_right {
    flex-basis: 32rem;
  }
}
/* HD standard (1366x768 / 1440x900) */
@media screen and (min-width: 1281px) and (max-width: 1440px) {
  .accueil_desktop {
    gap: 1.5rem;
  }
  .accueil_desktop__block_cards {
    flex-basis: 34rem;
  }
  .accueil_desktop__block_right {
    flex-basis: 28rem;
  }
  .accueil_desktop__block_right__bottom {
    justify-content: center;
  }
  .accueil_desktop__block_right__bottom .bot_michael {
    margin-left: 0;
  }
}
/* Petits laptops ou écran splité verticalement */
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .accueil_desktop {
    gap: 1.25rem;
  }
  .accueil_desktop__block_cards {
    flex-basis: 32rem;
  }
  .accueil_desktop__block_right {
    flex-basis: 24rem;
  }
  .accueil_desktop__block_right__links {
    gap: 1.5rem;
  }
  .accueil_desktop__block_right__bottom {
    justify-content: center;
  }
  .accueil_desktop__block_right__bottom .bot_michael {
    margin-left: 0;
  }
}/*# sourceMappingURL=accueil_desktop.css.map */