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

html {
  font-size: 16px;
  /* 1rem = 16px */
}

.about_desktop {
  display: flex;
  flex-direction: column;
  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;
}
.about_desktop__top {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  gap: clamp(1rem, 2vw, 2rem);
  width: 100%;
  flex-wrap: wrap;
}
.about_desktop__top__left {
  margin-right: auto;
  flex: 1 1 32rem;
  min-width: 18rem;
  max-width: 40rem;
}
.about_desktop__top__left h1 {
  font-size: 2rem;
  margin-bottom: 2vh;
  overflow-wrap: break-word;
}
.about_desktop__top__left div {
  width: min(40rem, 100%);
  min-height: 12rem;
  height: auto;
  background-color: #f7f7ff;
  border-radius: 1rem;
  padding: 1rem 0;
  box-sizing: border-box;
}
.about_desktop__top__left div p {
  font-size: 1rem;
  width: min(36rem, 100% - 2rem);
  margin-right: auto;
  margin-left: auto;
  overflow-wrap: break-word;
}
.about_desktop__top__right {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  width: min(40rem, 100%);
  flex: 1 1 32rem;
  min-width: 18rem;
  max-width: 40rem;
}
.about_desktop__top__right__top {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: clamp(1rem, 2vw, 2rem);
  flex-wrap: wrap;
}
.about_desktop__top__right__top__reaLink {
  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;
}
.about_desktop__top__right__top__reaLink:hover, .about_desktop__top__right__top__reaLink:focus-visible {
  --smooth-duration: 1100ms;
  --smooth-ease: cubic-bezier(0.16, 1, 0.3, 1);
}
@media (prefers-reduced-motion: reduce) {
  .about_desktop__top__right__top__reaLink {
    transition-duration: 0.01ms;
  }
}
.about_desktop__top__right__top__reaLink 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;
}
.about_desktop__top__right__top__reaLink:hover, .about_desktop__top__right__top__reaLink:focus-visible {
  border-color: #8B0000;
  background-color: #ffffff;
  text-decoration: none;
  color: #051440;
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .about_desktop__top__right__top__reaLink {
    height: 4.5rem;
  }
  .about_desktop__top__right__top__reaLink h2 {
    font-size: clamp(1.5rem, 2vw, 2rem);
  }
}
@media screen and (max-width: 360px) {
  .about_desktop__top__right__top__reaLink {
    height: 4rem;
  }
  .about_desktop__top__right__top__reaLink h2 {
    font-size: 1.35rem;
    padding-inline: 0.35rem;
  }
}
@media screen and (min-width: 361px) and (max-width: 414px) {
  .about_desktop__top__right__top__reaLink {
    height: 4.2rem;
  }
  .about_desktop__top__right__top__reaLink h2 {
    font-size: 1.45rem;
  }
}
@media screen and (min-width: 415px) and (max-width: 480px) {
  .about_desktop__top__right__top__reaLink h2 {
    font-size: 1.55rem;
  }
}
.about_desktop__top__right__top__reaLink {
  margin-right: auto;
  flex-shrink: 0;
}
.about_desktop__top__right__top__profilePicture {
  display: flex;
  height: 8rem;
  width: 8rem;
  max-width: 100%;
  border-radius: 999rem;
  box-shadow: 4px 4px 19px -4px rgba(10, 11, 10, 0.2) !important;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  box-sizing: border-box;
  flex-shrink: 0;
  overflow: hidden;
}
.about_desktop__top__right__top__profilePicture img {
  width: min(6rem, 100%);
  height: auto;
  margin-right: auto;
  margin-left: auto;
  border-radius: 1rem;
  display: block;
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .about_desktop__top__right__top__profilePicture {
    width: 7rem;
    height: 7rem;
    border-radius: 3.5rem;
  }
  .about_desktop__top__right__top__profilePicture img {
    width: 5.25rem;
  }
}
@media screen and (max-width: 360px) {
  .about_desktop__top__right__top__profilePicture {
    width: 6rem;
    height: 6rem;
    border-radius: 3rem;
  }
  .about_desktop__top__right__top__profilePicture img {
    width: 4.5rem;
  }
}
.about_desktop__top__right__top__profilePicture {
  max-width: 100%;
  flex-shrink: 0;
}
.about_desktop__top__right__bottom {
  text-align: end;
  margin-top: 2rem;
  font-size: 1rem;
  overflow-wrap: break-word;
}
.about_desktop__top__right__middle {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 2rem;
  gap: clamp(1rem, 2vw, 2rem);
  flex-wrap: wrap;
}
.about_desktop__top__right__middle__left {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  width: min(40rem, 100%);
  margin-right: auto;
  gap: 2rem;
  flex-wrap: wrap;
  min-width: 18rem;
}
.about_desktop__top__right__middle__left a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 12rem;
  width: 12rem;
  max-width: 100%;
  border-radius: 8rem;
  box-shadow: 4px 4px 19px -4px rgba(10, 11, 10, 0.2) !important;
  background-color: #ffffff;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  overflow: hidden;
  flex-shrink: 0;
  --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;
}
.about_desktop__top__right__middle__left a:hover, .about_desktop__top__right__middle__left a:focus-visible {
  --smooth-duration: 1100ms;
  --smooth-ease: cubic-bezier(0.16, 1, 0.3, 1);
}
@media (prefers-reduced-motion: reduce) {
  .about_desktop__top__right__middle__left a {
    transition-duration: 0.01ms;
  }
}
.about_desktop__top__right__middle__left a img {
  width: min(10rem, 100%);
  height: auto;
  margin-right: auto;
  margin-left: auto;
  border-radius: 1rem;
  display: block;
}
.about_desktop__top__right__middle__left a p {
  margin-right: auto;
  margin-left: auto;
  font-size: 8rem;
  font-weight: 400;
  margin-right: 1.5rem;
  color: inherit;
  background-color: transparent;
  overflow-wrap: break-word;
  word-break: break-word;
  line-height: 1;
  transition: color 550ms cubic-bezier(0.22, 1, 0.36, 1), transform 550ms cubic-bezier(0.22, 1, 0.36, 1);
}
.about_desktop__top__right__middle__left a:hover, .about_desktop__top__right__middle__left a:focus-visible {
  text-decoration: none;
}
.about_desktop__top__right__middle__left a:hover p, .about_desktop__top__right__middle__left a:focus-visible p {
  color: #051440;
  transition-duration: 280ms;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}
@media (prefers-reduced-motion: reduce) {
  .about_desktop__top__right__middle__left a p {
    transition-duration: 0.01ms;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .about_desktop__top__right__middle__left a {
    width: 10rem;
    height: 10rem;
    border-radius: 6rem;
  }
  .about_desktop__top__right__middle__left a img {
    width: 8rem;
  }
  .about_desktop__top__right__middle__left a p {
    font-size: 6.5rem;
  }
}
@media screen and (min-width: 415px) and (max-width: 480px) {
  .about_desktop__top__right__middle__left a {
    width: 10rem;
    height: 10rem;
    border-radius: 6rem;
  }
  .about_desktop__top__right__middle__left a img {
    width: 8rem;
  }
  .about_desktop__top__right__middle__left a p {
    font-size: 6rem;
    margin-right: auto;
  }
}
@media screen and (min-width: 361px) and (max-width: 414px) {
  .about_desktop__top__right__middle__left a {
    width: 9rem;
    height: 9rem;
    border-radius: 5rem;
  }
  .about_desktop__top__right__middle__left a img {
    width: 7rem;
  }
  .about_desktop__top__right__middle__left a p {
    font-size: 5.5rem;
    margin-right: auto;
  }
}
@media screen and (max-width: 360px) {
  .about_desktop__top__right__middle__left a {
    width: 8rem;
    height: 8rem;
    border-radius: 4rem;
  }
  .about_desktop__top__right__middle__left a img {
    width: 6rem;
  }
  .about_desktop__top__right__middle__left a p {
    font-size: 4.8rem;
    margin-right: auto;
  }
}
.about_desktop__top__right__middle__left a {
  flex-shrink: 0;
}
.about_desktop__top__right__middle__left #icone-github {
  width: min(12rem, 100%);
  max-width: 12rem;
}
.about_desktop__top__right__middle__right {
  margin-left: auto;
  text-align: end;
  flex: 1 1 32rem;
  min-width: 18rem;
  max-width: 40rem;
}
.about_desktop__top__right__middle__right h1 {
  font-size: 2rem;
  margin-bottom: 2vh;
  overflow-wrap: break-word;
}
.about_desktop__top__right__middle__right div {
  width: min(40rem, 100%);
  min-height: 12rem;
  height: auto;
  background-color: #f7f7ff;
  border-radius: 1rem;
  padding: 1rem 0;
  text-align: start;
  box-sizing: border-box;
}
.about_desktop__top__right__middle__right div p {
  font-size: 1rem;
  width: min(36rem, 100% - 2rem);
  margin-right: auto;
  margin-left: auto;
  overflow-wrap: break-word;
}
.about_desktop__valors {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}
.about_desktop__valors__top {
  font-size: 2rem;
  overflow-wrap: break-word;
}
.about_desktop__valors__bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: clamp(1rem, 2vw, 2rem);
  flex-wrap: wrap;
}
.about_desktop__valors__bottom div {
  display: flex;
  background-color: #0A0B0A;
  color: #e5e5e5;
  font-size: 2rem;
  height: 5rem;
  width: min(22rem, 100%);
  max-width: 100%;
  border-radius: 1rem;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  overflow: hidden;
  text-align: 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: translate3d(0, 0, 0);
  transform-origin: center;
  backface-visibility: hidden;
}
.about_desktop__valors__bottom div:hover, .about_desktop__valors__bottom div:focus-visible {
  --smooth-duration: 1100ms;
  --smooth-ease: cubic-bezier(0.16, 1, 0.3, 1);
}
@media (prefers-reduced-motion: reduce) {
  .about_desktop__valors__bottom div {
    transition-duration: 0.01ms;
  }
}
.about_desktop__valors__bottom div:hover, .about_desktop__valors__bottom div:focus-visible {
  text-decoration: none;
  color: #f7f7ff;
  background-color: #091226;
}
.about_desktop__valors__bottom div h2 {
  margin: auto;
  text-align: center;
  font-size: 2rem;
  overflow-wrap: break-word;
  word-break: break-word;
  max-width: 100%;
  padding-inline: 0.5rem;
  box-sizing: border-box;
  line-height: 1.1;
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .about_desktop__valors__bottom div {
    height: 4.5rem;
  }
  .about_desktop__valors__bottom div h2 {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 361px) and (max-width: 414px) {
  .about_desktop__valors__bottom div {
    height: 4.2rem;
  }
  .about_desktop__valors__bottom div h2 {
    font-size: 1.45rem;
  }
}
@media screen and (max-width: 360px) {
  .about_desktop__valors__bottom div {
    height: 4rem;
  }
  .about_desktop__valors__bottom div h2 {
    font-size: 1.3rem;
    padding-inline: 0.35rem;
  }
}
.about_desktop__valors__bottom div {
  flex: 1 1 16rem;
  min-width: 14rem;
  max-width: 100%;
}
.about_desktop__bottom {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 2rem;
  width: 100%;
}
.about_desktop__bottom__tittle {
  display: flex;
  width: min(18rem, 100%);
  align-self: center;
  flex-direction: row-reverse;
}
.about_desktop__bottom__tittle__decoration_left {
  display: block;
  height: 2rem;
  width: 2rem;
  transform: rotate(90deg);
  flex-shrink: 0;
}
.about_desktop__bottom__tittle__decoration_left__horizontal {
  height: 4px;
  width: 2rem;
  background-color: #091226;
}
.about_desktop__bottom__tittle__decoration_left__vertical {
  width: 4px;
  height: 2rem;
  background-color: #091226;
}
.about_desktop__bottom__tittle__decoration_right {
  display: block;
  height: 2rem;
  width: 2rem;
  transform: rotate(270deg);
  margin-top: 3rem;
  flex-shrink: 0;
}
.about_desktop__bottom__tittle__decoration_right__horizontal {
  height: 4px;
  width: 2rem;
  background-color: #091226;
}
.about_desktop__bottom__tittle__decoration_right__vertical {
  width: 4px;
  height: 2rem;
  background-color: #091226;
}
.about_desktop__bottom__tittle__h1Content {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.about_desktop__bottom__tittle__h1Content h1 {
  font-size: 2rem;
  margin: auto;
  text-align: center;
  overflow-wrap: break-word;
}
.about_desktop__bottom__hobbies {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: clamp(1rem, 2vw, 2rem);
  margin-bottom: 2vh;
  flex-wrap: wrap;
}
.about_desktop__bottom__hobbies div {
  display: flex;
  flex-direction: column;
  width: 12rem;
  max-width: 100%;
  min-width: 10rem;
  flex: 1 1 10rem;
}
.about_desktop__bottom__hobbies div a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 12rem;
  width: 12rem;
  max-width: 100%;
  border-radius: 8rem;
  box-shadow: 4px 4px 19px -4px rgba(10, 11, 10, 0.2) !important;
  background-color: #ffffff;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  overflow: hidden;
  flex-shrink: 0;
  --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;
}
.about_desktop__bottom__hobbies div a:hover, .about_desktop__bottom__hobbies div a:focus-visible {
  --smooth-duration: 1100ms;
  --smooth-ease: cubic-bezier(0.16, 1, 0.3, 1);
}
@media (prefers-reduced-motion: reduce) {
  .about_desktop__bottom__hobbies div a {
    transition-duration: 0.01ms;
  }
}
.about_desktop__bottom__hobbies div a img {
  width: min(10rem, 100%);
  height: auto;
  margin-right: auto;
  margin-left: auto;
  border-radius: 1rem;
  display: block;
}
.about_desktop__bottom__hobbies div a p {
  margin-right: auto;
  margin-left: auto;
  font-size: 8rem;
  font-weight: 400;
  margin-right: 1.5rem;
  color: inherit;
  background-color: transparent;
  overflow-wrap: break-word;
  word-break: break-word;
  line-height: 1;
  transition: color 550ms cubic-bezier(0.22, 1, 0.36, 1), transform 550ms cubic-bezier(0.22, 1, 0.36, 1);
}
.about_desktop__bottom__hobbies div a:hover, .about_desktop__bottom__hobbies div a:focus-visible {
  text-decoration: none;
}
.about_desktop__bottom__hobbies div a:hover p, .about_desktop__bottom__hobbies div a:focus-visible p {
  color: #051440;
  transition-duration: 280ms;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}
@media (prefers-reduced-motion: reduce) {
  .about_desktop__bottom__hobbies div a p {
    transition-duration: 0.01ms;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .about_desktop__bottom__hobbies div a {
    width: 10rem;
    height: 10rem;
    border-radius: 6rem;
  }
  .about_desktop__bottom__hobbies div a img {
    width: 8rem;
  }
  .about_desktop__bottom__hobbies div a p {
    font-size: 6.5rem;
  }
}
@media screen and (min-width: 415px) and (max-width: 480px) {
  .about_desktop__bottom__hobbies div a {
    width: 10rem;
    height: 10rem;
    border-radius: 6rem;
  }
  .about_desktop__bottom__hobbies div a img {
    width: 8rem;
  }
  .about_desktop__bottom__hobbies div a p {
    font-size: 6rem;
    margin-right: auto;
  }
}
@media screen and (min-width: 361px) and (max-width: 414px) {
  .about_desktop__bottom__hobbies div a {
    width: 9rem;
    height: 9rem;
    border-radius: 5rem;
  }
  .about_desktop__bottom__hobbies div a img {
    width: 7rem;
  }
  .about_desktop__bottom__hobbies div a p {
    font-size: 5.5rem;
    margin-right: auto;
  }
}
@media screen and (max-width: 360px) {
  .about_desktop__bottom__hobbies div a {
    width: 8rem;
    height: 8rem;
    border-radius: 4rem;
  }
  .about_desktop__bottom__hobbies div a img {
    width: 6rem;
  }
  .about_desktop__bottom__hobbies div a p {
    font-size: 4.8rem;
    margin-right: auto;
  }
}
.about_desktop__bottom__hobbies div a img {
  width: min(8rem, 100%);
  max-width: 8rem;
  height: auto;
}
.about_desktop__bottom__hobbies div p {
  font-size: 1rem;
  overflow-wrap: break-word;
}

/* === MEDIA QUERIES UNIQUEMENT POUR DESKTOP === */
/* Ultra HD (4K) et plus */
@media screen and (min-width: 2561px) {
  .about_desktop {
    padding-inline: 2rem;
  }
}
/* Écran large WQHD / QHD (2560x1440) */
@media screen and (min-width: 1921px) and (max-width: 2560px) {
  .about_desktop {
    padding-inline: 2rem;
  }
}
/* Full HD standard (1920x1080) */
@media screen and (min-width: 1601px) and (max-width: 1920px) {
  .about_desktop__top__left, .about_desktop__top__right {
    flex-basis: 30rem;
  }
}
/* HD+ / 1600x900 */
@media screen and (min-width: 1441px) and (max-width: 1600px) {
  .about_desktop__top {
    gap: 1.25rem;
  }
  .about_desktop__top__left, .about_desktop__top__right {
    flex-basis: 28rem;
  }
  .about_desktop__top__right__middle__left, .about_desktop__top__right__middle__right {
    width: 100%;
  }
  .about_desktop__bottom__hobbies {
    justify-content: center;
  }
}
/* HD standard (1366x768 / 1440x900) */
@media screen and (min-width: 1281px) and (max-width: 1440px) {
  .about_desktop {
    padding-inline: 1rem;
  }
  .about_desktop__top {
    gap: 1rem;
  }
  .about_desktop__top__left, .about_desktop__top__right {
    flex-basis: 26rem;
  }
  .about_desktop__top__right__top {
    justify-content: space-between;
  }
  .about_desktop__top__right__middle {
    flex-direction: column;
  }
  .about_desktop__top__right__middle__left, .about_desktop__top__right__middle__right {
    width: 100%;
    max-width: 100%;
  }
  .about_desktop__top__right__middle__right {
    margin-left: 0;
  }
  .about_desktop__valors__bottom {
    justify-content: center;
  }
  .about_desktop__bottom__hobbies {
    justify-content: center;
  }
}
/* Petits laptops ou écran splité verticalement */
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .about_desktop {
    padding-inline: 1rem;
  }
  .about_desktop__top {
    flex-direction: column;
    align-items: stretch;
  }
  .about_desktop__top__left, .about_desktop__top__right {
    width: 100%;
    max-width: 100%;
  }
  .about_desktop__top__left {
    margin-right: 0;
  }
  .about_desktop__top__right__top {
    justify-content: space-between;
  }
  .about_desktop__top__right__middle {
    flex-direction: column;
  }
  .about_desktop__top__right__middle__left, .about_desktop__top__right__middle__right {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .about_desktop__valors__bottom {
    justify-content: center;
  }
  .about_desktop__bottom__hobbies {
    justify-content: center;
  }
}/*# sourceMappingURL=about_desktop.css.map */