@charset "UTF-8";
html {
  font-size: 16px;
  /* 1rem = 16px */
}

html {
  font-size: 16px;
  /* 1rem = 16px */
}

.accueil_desktop {
  display: flex;
  justify-content: space-around;
  width: 96vw;
  margin-right: auto;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-top: 4vh;
}
.accueil_desktop__block_cards {
  display: flex;
  flex-wrap: wrap;
  width: 50rem;
  margin-right: auto;
  gap: 2rem;
  height: 46rem;
}
.accueil_desktop__block_right {
  display: flex;
  width: 46rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
}
.accueil_desktop__block_right__links {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 22rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
  gap: 2rem;
}
.accueil_desktop__block_right__links a {
  display: flex;
  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;
}
.accueil_desktop__block_right__links a h2 {
  font-weight: 400 !important;
  font-size: 2rem;
  margin: auto;
}
.accueil_desktop__block_right__links a:hover {
  border: solid 0.5px #8B0000;
  background-color: #ffffff;
  transition-duration: 1s;
  text-decoration: none;
  color: #051440;
}
.accueil_desktop__block_right__links a h2 {
  font-weight: 400 !important;
  font-size: 2rem !important;
  margin: auto;
}
.accueil_desktop__block_right__links form button {
  display: flex;
  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;
}
.accueil_desktop__block_right__links form button h2 {
  font-weight: 400 !important;
  font-size: 2rem;
  margin: auto;
}
.accueil_desktop__block_right__links form button:hover {
  border: solid 0.5px #8B0000;
  background-color: #ffffff;
  transition-duration: 1s;
  text-decoration: none;
  color: #051440;
}
.accueil_desktop__block_right__links form button h2 {
  font-weight: 400 !important;
  font-size: 2rem !important;
  margin: auto;
}
.accueil_desktop__block_right h1 {
  font-size: 2rem;
}
.accueil_desktop__block_right__top {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-left: auto;
  margin-top: 2rem;
}
.accueil_desktop__block_right__bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 2rem;
  margin-left: auto;
}
.accueil_desktop__block_right__bottom__formations {
  display: block;
  border-radius: 1rem;
  width: 22rem;
  height: 18rem;
  background-color: #f7f7ff;
  border: solid 0.5px #091226;
  align-items: center;
  text-align: center;
  transition: all 2s ease-out;
}
.accueil_desktop__block_right__bottom__formations p {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 35%;
  text-decoration: none;
  transition: all 2s ease-out;
}
.accueil_desktop__block_right__bottom__formations:hover {
  background-color: #ffffff;
  border: solid 0.5px #8B0000;
  transition-duration: 1s;
  text-decoration: none;
}
.accueil_desktop__block_right__bottom__formations:hover p {
  color: #051440;
  transition-duration: 1s;
}
.accueil_desktop__block_right__bottom .bot_michael {
  display: flex;
  height: 18rem;
  width: 18rem;
  border-radius: 9rem;
  border: solid 0.5px #091226;
  margin-left: 6rem;
  align-items: center;
  background-color: #f7f7ff;
  transition: all 2s ease-out;
}
.accueil_desktop__block_right__bottom .bot_michael img {
  margin-right: auto;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
  width: 14rem;
}
.accueil_desktop__block_right__bottom .bot_michael:hover {
  background-color: #ffffff;
  border: solid 0.5px #8B0000;
  transition-duration: 1s;
}

/* 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;
  }
  .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;
    transition: all 2s ease-out;
  }
  .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;
    transition: all 2s ease-out;
  }
  .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: 38rem;
    margin-right: auto;
    gap: 2rem;
    height: 38rem;
  }
  .accueil_desktop__block_right {
    display: flex;
    width: 38rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .accueil_desktop__block_right__bottom__formations {
    display: flex;
    width: 18rem;
    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;
    transition: all 2s ease-out;
  }
  .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: 38rem;
    margin-right: auto;
    gap: 2rem;
    height: 38rem;
  }
  .accueil_desktop__block_right {
    display: flex;
    width: 30rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 1250px) {
  .accueil_desktop__block_cards {
    display: flex;
    flex-wrap: wrap;
    width: 38rem;
    margin-right: auto;
    gap: 2rem;
    height: 38rem;
  }
  .accueil_desktop__block_right {
    display: flex;
    width: 24rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}
@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: 38rem;
    margin-right: auto;
    gap: 2rem;
    height: 38rem;
    margin-left: auto;
  }
  .accueil_desktop__block_right {
    display: flex;
    width: 24rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}
@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;
  }
}
/* === 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 */
/* Écran large WQHD / QHD (2560x1440) */
/* Full HD standard (1920x1080) */
/* HD+ / 1600x900 */
/* HD standard (1366x768 / 1440x900) */
/* Petits laptops ou écran splité verticalement *//*# sourceMappingURL=accueil_desktop.css.map */