@charset "UTF-8";
@font-face {
  font-family: "Quintessential";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/quintessential/v18/fdNn9sOGq31Yjnh3qWU14Ddtjb53Qbg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Calligraffitti";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/calligraffitti/v17/46k2lbT3XjDVqJw3DCmCFjE0vkFeOZc.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/poppins/v19/pxiByp8kv8JHgFVrLFj_Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Press Start 2P";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/pressstart2p/v12/e3t4euO8T-267oIAQAu6jDQyK3nVivM.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
*::before,
*::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body {
  background: linear-gradient(180deg, #067b93 30%, #ffffff 30%);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 1.125em;
  line-height: 1.6;
  font-family: "Poppins";
}

.text--smaller {
  font-size: 0.75em;
}

.resume {
  z-index: 1;
  width: min(100vw - 4rem, 60rem);
  margin-top: min(10%, 8em);
  margin-top: clamp(2rem, 10%, 6em);
  margin-bottom: 4rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px -3px #171717;
  box-shadow: 0px 0px 15px -3px #171717;
  display: flex;
  flex-direction: column;
}
.resume__content {
  z-index: 1;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  padding: 1rem;
}
@media (max-width: 788px) {
  .resume__content {
    flex-wrap: wrap;
  }
}
.resume__content__image {
  max-width: 250px;
  max-height: 100%;
  width: 100%;
  height: 360px;
  margin: 0 auto;
  background-image: url("/jsi3.778a9751.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}
.resume__content__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 50%, rgba(0, 0, 0, 0.4) 100%);
  background-repeat: no-repeat;
  z-index: 100;
  transition: background 350ms ease;
}
.resume__content__image:hover::after {
  background: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
}
.resume__content__wrapper {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.resume__content__infos {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.resume__content__infos__title {
  font-family: "Calligraffitti";
  color: #067b93;
  letter-spacing: 0.125rem;
}
.resume__content__infos__sub-title {
  border-bottom: solid 1px #067b93;
}
.resume__content__infos__details {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1rem;
  height: 100%;
  justify-content: center;
}
.resume__content__infos__details .info__line {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.resume__content__infos__details .info__label {
  width: 130px;
  font-weight: bold;
}
.resume__content__infos__details .info__value {
  flex-grow: 1;
}
.resume__footer {
  text-align: center;
  background-color: #034754;
}
.resume__footer .linkedin-profil {
  text-decoration: none;
  color: #edf0f3;
}
.resume__footer .linkedin-profil:hover, .resume__footer .linkedin-profil:focus, .resume__footer .linkedin-profil:active, .resume__footer .linkedin-profil:visited {
  color: #edf0f3;
}
.resume__footer .linkedin-profil:hover span {
  text-decoration: underline;
}
.resume__footer .linkedin-profil span {
  font-size: 12px;
}

.wrapper__tabs {
  display: flex;
  height: 100%;
  flex-direction: column-reverse;
  justify-content: space-between;
}
@media (max-width: 788px) {
  .wrapper__tabs {
    flex-direction: column;
    gap: 1rem;
  }
}
.wrapper__tabs input[type=radio] {
  display: none;
}
.wrapper__tabs .tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.wrapper__tabs .tabs .tab__header {
  cursor: pointer;
}
.wrapper__tabs .tabs .tab__header label {
  cursor: pointer;
}
.wrapper__tabs .tab__content {
  display: none;
  flex-grow: 1;
}
.wrapper__tabs input[type=radio]:nth-of-type(1):checked ~ .tabs .tab__header:nth-of-type(1) {
  font-weight: bold;
  border-bottom: solid 2px #067b93;
}
.wrapper__tabs input[type=radio]:nth-of-type(1):checked ~ .tab__content:nth-of-type(2) {
  display: block;
}
.wrapper__tabs input[type=radio]:nth-of-type(2):checked ~ .tabs .tab__header:nth-of-type(2) {
  font-weight: bold;
  border-bottom: solid 2px #067b93;
}
.wrapper__tabs input[type=radio]:nth-of-type(2):checked ~ .tab__content:nth-of-type(3) {
  display: block;
}
.wrapper__tabs input[type=radio]:nth-of-type(3):checked ~ .tabs .tab__header:nth-of-type(3) {
  font-weight: bold;
  border-bottom: solid 2px #067b93;
}
.wrapper__tabs input[type=radio]:nth-of-type(3):checked ~ .tab__content:nth-of-type(4) {
  display: block;
}
.wrapper__tabs input[type=radio]:nth-of-type(4):checked ~ .tabs .tab__header:nth-of-type(4) {
  font-weight: bold;
  border-bottom: solid 2px #067b93;
}
.wrapper__tabs input[type=radio]:nth-of-type(4):checked ~ .tab__content:nth-of-type(5) {
  display: block;
}

.technologies {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.technologies .technology__title {
  color: #067b93;
}

.experiences {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.experiences .experience__title {
  color: #067b93;
}
.experiences .experience__missions {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.experiences .experience__missions__mission {
  font-weight: bold;
}
.experiences .experience__missions__mission::before {
  content: "•";
  color: #067b93;
  margin-left: 0.25rem;
  font-size: 1.5em;
  line-height: 1;
}

/*# sourceMappingURL=/main.77bb5cfd.css.map */