* {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

html {
  scroll-padding-top: 57.6px;
  scroll-behavior: smooth;
}

@font-face {
  font-family: "MavenPro";
  src: url("../assets/MavenPro-VariableFont_wght.woff2") format("woff2");
}
body {
  color: #3A0816;
  font-family: "MavenPro";
}
body main {
  background-color: #FEEBC3;
  margin: auto;
}
body h1 {
  font-size: clamp(2.5rem, 8vw, 4.5rem);
  color: #821131;
}
body h2 {
  font-size: clamp(2rem, 5vw, 3.75rem);
  color: #821131;
}
body h3 {
  font-size: clamp(1.5rem, 4vw, 2rem);
  color: #821131;
}
body h4 {
  font-size: clamp(1.2rem, 3.5vw, 1.75rem);
  color: #821131;
}
body .subtitle {
  font-size: clamp(1.5rem, 4vw, 2rem);
  color: #821131;
}
body .large {
  font-size: clamp(1.2rem, 4vw, 1.5rem);
}
body p,
body span {
  font-size: clamp(1rem, 2vw, 1.25rem);
}
body .little {
  font-size: 0.8rem;
}
body .title {
  width: fit-content;
  margin: auto;
  text-align: center;
  padding-bottom: 1rem;
}
body ul {
  font-size: clamp(1rem, 2vw, 1.25rem);
  list-style: url("../assets/portfolio/star.svg");
  padding-left: 1.5rem;
}
body ul li {
  padding-left: 1rem;
}
body ul > *:not(:last-child) {
  padding-bottom: 0.5rem;
}
body img {
  display: block;
}
body a {
  color: #821131;
}
body a:hover,
body a:active {
  color: #C7253E;
}
body strong {
  font-weight: 500;
}
body a.button {
  color: #FFF3DA;
  background-color: #821131;
  border-radius: 15px;
  text-decoration: none;
  text-align: center;
  display: block;
  width: fit-content;
  padding: 1rem 1.5rem;
  border: none;
  transition: 0.3s;
  cursor: pointer;
  margin: 3rem auto;
}
body a.button:hover {
  background-color: #982848;
}
body .flexbox {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-evenly;
  gap: 2rem;
}
body .flexbox .flexbox__content > *:not(:last-child) {
  padding-bottom: 1rem;
}
body .picto-text {
  display: flex;
  flex-flow: row nowrap;
  justify-content: left;
  align-items: center;
  gap: 1em;
}

#notfound {
  background: #FABC3F;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 2rem;
  padding: 2vw;
}

header {
  position: sticky;
  z-index: 10;
  top: 0;
}
header .link,
header .link:hover,
header .link:active,
header .link:visited,
header .link:focus {
  text-decoration: none;
  color: #3A0816;
  font-size: clamp(1rem, 2vw, 1.25rem);
  border-bottom: 2px solid transparent;
}
header .link:hover {
  border-bottom: 2px solid #821131;
}
header img {
  height: 32px;
  width: auto;
}
header .btn-burger {
  background: none;
  border: none;
  cursor: pointer;
}
header #nav-desktop {
  background-color: #FABC3F;
  padding: 0.8em;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
header #nav-desktop nav menu {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: clamp(1rem, 2vw, 1.5rem);
}
header #nav-desktop #openMenu {
  display: none;
}
header #dialog-menu {
  background: #FABC3F;
  border: none;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 2vw;
  max-width: none;
  max-height: none;
}
header #dialog-menu #nav-mobile {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
header #dialog-menu #nav-mobile nav menu {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  gap: clamp(1rem, 2vw, 1.5rem);
}

@media (max-width: 680px) {
  header #nav-desktop nav {
    display: none;
  }
  header #nav-desktop #openMenu {
    display: block;
  }
}
footer {
  background-color: #E85C0D;
  padding: 0.4em 0.8em;
}
footer p {
  text-align: center;
}

main #banner {
  background-image: url("../assets/background-hero.png");
  height: clamp(50vh, 50vh, 600px);
  background-size: cover;
  background-position: center;
}
main #banner div {
  width: fit-content;
  margin: auto;
  text-align: center;
  padding: clamp(2em, 15vh, 6em) 2vw 2vw 2vw;
}
main #who {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 6vw;
  row-gap: 2vw;
  padding: clamp(0.5rem, 4vw, 3.5rem) clamp(0.5rem, 10vw, 8.5rem);
}
main #who h2 {
  margin-bottom: 1em;
}
main #who figure {
  width: 100%;
  max-width: 300px;
  justify-self: right;
  align-self: center;
}
main #who figure img {
  width: 100%;
  height: auto;
}
@media (max-width: 1100px) {
  main #who {
    grid-template-columns: 1fr;
  }
  main #who figure {
    justify-self: center;
  }
}
main #where {
  background-image: url("../assets/wallpaper_motif_small_light.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: clamp(0.5rem, 4vw, 3.5rem) clamp(0.5rem, 10vw, 8.5rem);
}
main #where h3,
main #where h4 {
  padding-bottom: 1rem;
}
main #where .xp-block {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-evenly;
  align-items: start;
  gap: 2rem;
  padding-bottom: 2rem;
}
main #where .xp-block .xp-column {
  flex: 1;
}
main #where .xp-block .xp-column p {
  padding-bottom: 0.5rem;
}
main #where .skills-block {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-evenly;
  align-items: flex-start;
  gap: 2rem;
}
main #where .skills-block .skills-column {
  flex: 1;
}
main #where .skills-block .skills-column > *:not(:last-child) {
  padding-bottom: 2rem;
}
main #where .skills-field {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-evenly;
  gap: 2rem;
}
main #where .skills-field .skills-column {
  flex: 1;
}
main #where .skills-field .skills-column > *:not(:last-child) {
  padding-bottom: 1rem;
}
@media (max-width: 1100px) {
  main #where .xp-block {
    flex-flow: column nowrap;
  }
  main #where .skills-block {
    flex-flow: column nowrap;
    align-items: center;
  }
  main #where .skills-block .skills-column {
    width: 100%;
    max-width: 600px;
  }
}
main #how {
  padding: clamp(0.5rem, 4vw, 3.5rem) clamp(0.5rem, 10vw, 8.5rem);
}
main #how .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 2vw;
  row-gap: 4vw;
  margin: 2rem auto 0 auto;
}
main #how .grid .card-link {
  all: unset;
  cursor: pointer;
  width: fit-content;
  justify-self: center;
  align-self: center;
}
main #how .grid .card {
  position: relative;
  width: clamp(150px, 25vw, 500px);
  height: clamp(150px, 25vw, 500px);
  border-radius: 25px;
  background-color: #FFF3DA;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: background-color 0.25s ease, transform 0.25s ease;
}
main #how .grid .card .corner-topright {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
}
main #how .grid .card .corner-topright img {
  width: 100%;
  height: auto;
}
main #how .grid .card .corner-bottomleft {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
}
main #how .grid .card .corner-bottomleft img {
  width: 100%;
  height: auto;
}
main #how .grid .card .card__content {
  padding: 2em;
  text-align: center;
}
main #how .grid .card .card__content figure {
  width: 50%;
  margin-bottom: 1rem;
  margin: auto;
}
main #how .grid .card .card__content figure img {
  width: 100%;
  height: auto;
}
main #how .grid .card .card__content figure .hover {
  display: none;
}
main #how .grid .card .card__content h3 {
  margin-bottom: 0.5rem;
}
main #how .grid .card .card__content p {
  padding: 0 2rem;
}
main #how .card:hover,
main #how .card:focus {
  background-color: #3A0816;
  transform: scale(1.03);
}
main #how .card:hover p,
main #how .card:hover h3,
main #how .card:focus p,
main #how .card:focus h3 {
  color: #FEEBC3;
}
main #how .card:hover .card__content figure .hover,
main #how .card:focus .card__content figure .hover {
  display: block;
}
main #how .card:hover .logo,
main #how .card:hover .corner-bottomleft,
main #how .card:hover .corner-topright,
main #how .card:focus .logo,
main #how .card:focus .corner-bottomleft,
main #how .card:focus .corner-topright {
  display: none;
}
@media (max-width: 1100px) {
  main #how .grid {
    grid-template-columns: 1fr 1fr;
  }
  main #how .grid .card {
    width: clamp(150px, 30vw, 500px);
    height: clamp(150px, 30vw, 500px);
  }
}
@media (max-width: 860px) {
  main #how .grid {
    grid-template-columns: 1fr;
  }
  main #how .grid .card {
    width: clamp(150px, 70vw, 400px);
    height: clamp(150px, 70vw, 400px);
  }
}

#project {
  padding: clamp(0.5rem, 4vw, 3.5rem) clamp(0.5rem, 10vw, 8.5rem) clamp(0.5rem, 2vw, 3.5rem) clamp(0.5rem, 10vw, 8.5rem);
}
#project .identity-project {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 6vw;
  row-gap: 4vw;
  margin: 3rem 0;
}
#project .identity-project .identity-card {
  background-color: #821131;
  border-radius: 25px;
  color: #FFF3DA;
  padding: 2rem;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-evenly;
  align-items: start;
  gap: 2vw;
  width: fit-content;
  max-width: 500px;
}
#project .identity-project .identity-card a,
#project .identity-project .identity-card a:visited {
  color: #FEEBC3;
}
#project .identity-project .identity-card a:hover,
#project .identity-project .identity-card a:active,
#project .identity-project .identity-card a:focus {
  color: #FABC3F;
}
#project .identity-project figure {
  width: 90%;
  max-width: 400px;
  justify-self: left;
  align-self: center;
}
#project .identity-project figure img {
  width: 100%;
  height: auto;
}
@media (max-width: 860px) {
  #project .identity-project {
    grid-template-columns: 1fr;
  }
  #project .identity-project .identity-card,
  #project .identity-project figure {
    justify-self: center;
  }
}
#project .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 6vw;
  row-gap: 2vw;
}
#project .grid .grid__content > *:not(:last-child) {
  padding-bottom: 1rem;
}
@media (max-width: 1100px) {
  #project .grid {
    grid-template-columns: 1fr;
  }
}
#project .one-image {
  width: 100%;
  margin: 0 auto 2vw auto;
}
#project .one-image img {
  width: 100%;
  height: auto;
}
#project .two-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 2vw;
  row-gap: 2vw;
  margin-bottom: 2vw;
}
#project .two-images figure {
  max-width: 800px;
  width: 100%;
}
#project .two-images figure img {
  width: 100%;
  height: auto;
}
#project .two-images .first {
  justify-self: left;
}
#project .two-images .second {
  justify-self: right;
}
@media (max-width: 1100px) {
  #project .two-images {
    grid-template-columns: 1fr;
  }
  #project .two-images .first,
  #project .two-images .second {
    align-self: center;
    justify-self: center;
    max-width: 1100px;
  }
}

#solyti-animation {
  display: block;
  margin: 0 auto 2vw auto;
  width: 50%;
  height: auto;
}

#amara-carrousel {
  padding-top: 4rem;
}
#amara-carrousel iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: none;
}

/*# sourceMappingURL=style.css.map */
