@charset "UTF-8";
html {
  font-size: 16px;
  /* 1rem = 16px */
}

body {
  background-color: #f7f7ff;
}

.application_web_desktop {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 100vw;
  gap: 2vw;
}
.application_web_desktop__left {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 66rem;
  height: 44rem;
  margin-top: 4vh;
  margin-left: 2vw;
  overflow: hidden;
}
.application_web_desktop__left__img {
  display: flex;
  background-color: #ffffff;
  border-radius: 1rem;
  height: 37rem;
  width: 65rem;
  box-shadow: 4px 4px 19px -4px rgba(10, 11, 10, 0.2) !important;
}
.application_web_desktop__left__img img {
  align-self: center;
  height: 36rem;
  margin: auto;
  box-shadow: 4px 4px 19px -4px rgba(10, 11, 10, 0.2) !important;
  border-radius: 1rem;
}
.application_web_desktop__left__buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: auto;
  width: 65rem;
}
.application_web_desktop__left__buttons a {
  display: flex;
  height: 2rem;
  width: 8rem;
  background-color: #f7f7ff;
  border-radius: 0.5rem;
  border: solid 1px #707070;
  text-decoration: none;
  transition: all 2s ease-out;
}
.application_web_desktop__left__buttons a p {
  margin: auto;
  font-size: 1rem;
  transition: all 2s ease-out;
}
.application_web_desktop__left__buttons a:hover {
  transition-duration: 1s;
  background-color: #ffffff;
  border: solid 1px #0A0B0A;
}
.application_web_desktop__left__buttons a:hover p {
  color: #81A1B8;
  transition-duration: 1s;
}
.application_web_desktop__left__buttons .--wikipedia {
  background-color: #091226;
}
.application_web_desktop__left__buttons .--wikipedia p {
  color: #e5e5e5;
}
.application_web_desktop__left__buttons button {
  display: flex;
  height: 2rem;
  width: 8rem;
  background-color: #f7f7ff;
  border-radius: 0.5rem;
  border: solid 1px #707070;
  text-decoration: none;
  transition: all 2s ease-out;
  color: #0A0B0A;
  text-align: center;
}
.application_web_desktop__left__buttons button p {
  margin: auto;
  font-size: 1rem;
  transition: all 2s ease-out;
}
.application_web_desktop__left__buttons button:hover {
  transition-duration: 1s;
  background-color: #ffffff;
  border: solid 1px #0A0B0A;
}
.application_web_desktop__left__buttons button:hover p {
  color: #81A1B8;
  transition-duration: 1s;
}
.application_web_desktop__left__buttons button:hover {
  color: #81A1B8;
}
.application_web_desktop__left__buttons .--choisir {
  background-color: #8B0000;
}
.application_web_desktop__left__buttons .--choisir p {
  color: #e5e5e5;
}
.application_web_desktop__right {
  display: flex;
  margin-left: auto;
}
.application_web_desktop__right__container {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background-color: #e5e5e5;
  margin-bottom: 4vh;
  width: 32rem;
  margin-right: 2vw;
  margin-top: 4vh;
  border-radius: 1rem;
  padding: 1rem;
}
.application_web_desktop__right__container__text {
  align-self: center;
}
.application_web_desktop__right__container__text p {
  font-size: 1rem;
}
.application_web_desktop__right__container__links {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
  margin-top: auto;
}
.application_web_desktop__right__container__links a {
  display: flex;
  align-items: center;
  height: 10rem;
  width: 10rem;
  text-align: center;
  box-shadow: 4px 4px 19px -4px rgba(10, 11, 10, 0.2) !important;
  border-radius: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.application_web_desktop__right__container__links a img {
  margin-right: auto;
  margin-left: auto;
  overflow: auto;
  width: 50%;
  height: 80%;
}

/* === MEDIA QUERIES UNIQUEMENT POUR DESKTOP === */
/* 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=application_web_desktop.css.map */