@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/******** Mes réglages habituels **********/
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 14px;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

img {
  max-width: 100%;
}

@font-face {
  font-family: Thunder;
  font-weight: 100;
  font-style: normal;
  src: url("../../assets/font/Thunder-ThinLC.otf") format("opentype");
}
@font-face {
  font-family: Thunder;
  font-weight: 100;
  font-style: italic;
  src: url("../../assets/font/Thunder-ThinLCItalic.otf") format("opentype");
}
@font-face {
  font-family: Thunder;
  font-weight: 200;
  font-style: normal;
  src: url("../../assets/font/Thunder-ExtraLightLC.otf") format("opentype");
}
@font-face {
  font-family: Thunder;
  font-weight: 200;
  font-style: italic;
  src: url("../../assets/font/Thunder-ExtraLightLCItalic.otf") format("opentype");
}
@font-face {
  font-family: Thunder;
  font-weight: 300;
  font-style: normal;
  src: url("../../assets/font/Thunder-LightLC.otf") format("opentype");
}
@font-face {
  font-family: Thunder;
  font-weight: 300;
  font-style: italic;
  src: url("../../assets/font/Thunder-LightLCItalic.otf") format("opentype");
}
@font-face {
  font-family: Thunder;
  font-weight: 400;
  font-style: normal;
  src: url("../../assets/font/Thunder-LC.otf") format("opentype");
}
@font-face {
  font-family: Thunder;
  font-weight: 400;
  font-style: italic;
  src: url("../../assets/font/Thunder-LCItalic.otf") format("opentype");
}
@font-face {
  font-family: Thunder;
  font-weight: 500;
  font-style: normal;
  src: url("../../assets/font/Thunder-MediumLC.otf") format("opentype");
}
@font-face {
  font-family: Thunder;
  font-weight: 500;
  font-style: italic;
  src: url("../../assets/font/Thunder-MediumLCItalic.otf") format("opentype");
}
@font-face {
  font-family: Thunder;
  font-weight: 600;
  font-style: normal;
  src: url("../../assets/font/Thunder-SemiBoldLC.otf") format("opentype");
}
@font-face {
  font-family: Thunder;
  font-weight: 600;
  font-style: italic;
  src: url("../../assets/font/Thunder-SemiBoldLCItalic.otf") format("opentype");
}
@font-face {
  font-family: Thunder;
  font-weight: 700;
  font-style: normal;
  src: url("../../assets/font/Thunder-BoldLC.otf") format("opentype");
}
@font-face {
  font-family: Thunder;
  font-weight: 700;
  font-style: italic;
  src: url("../../assets/font/Thunder-BoldLCItalic.otf") format("opentype");
}
@font-face {
  font-family: Thunder;
  font-weight: 800;
  font-style: normal;
  src: url("../../assets/font/Thunder-ExtraBoldLC.otf") format("opentype");
}
@font-face {
  font-family: Thunder;
  font-weight: 800;
  font-style: italic;
  src: url("../../assets/font/Thunder-ExtraBoldLCItalic.otf") format("opentype");
}
@font-face {
  font-family: Thunder;
  font-weight: 900;
  font-style: normal;
  src: url("../../assets/font/Thunder-BlackLC.otf") format("opentype");
}
@font-face {
  font-family: Thunder;
  font-weight: 900;
  font-style: italic;
  src: url("../../assets/font/Thunder-BlackLCItalic.otf") format("opentype");
}
.waitingpage h1 {
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #FF0000;
  font-size: clamp(32px, 20vw, 400px);
  text-transform: uppercase;
  width: -moz-min-content;
  width: min-content;
}

#front-page #mon-nom {
  padding: 24px 0px;
  font-family: Thunder;
  font-weight: 700;
  color: #FF0000;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #FF0000;
}
#front-page #mon-nom #prenom {
  font-size: clamp(120px, 30vw, 245px);
  height: 0.8em;
}
#front-page #mon-nom #nom {
  font-size: clamp(54px, 13vw, 105px);
  height: 0.8em;
}
#front-page h2 {
  font-family: Thunder;
  font-weight: 700;
  color: #FF0000;
  text-transform: uppercase;
  font-size: 40px;
  padding-top: 8px;
}

.projets {
  display: flex;
  gap: 24px;
  flex-direction: column;
}

.projet {
  border: 1px solid #FF0000;
  padding: 8px;
}
.projet--description a {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  align-items: center;
  padding: 8px;
  border-top: solid #FF0000 1px;
  margin-top: 8px;
}
.projet--photos {
  overflow-x: scroll;
  overflow-y: hidden;
  display: flex;
  gap: 16px;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.projet--photos div {
  display: flex;
  gap: 16px;
}
.projet--photos::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}
.projet--photo {
  height: 50vh;
}
.projet--photo img {
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: 50vh;
}
@media (min-width: 1280px) {
  .projet--photo {
    height: 70vh;
  }
  .projet--photo img {
    max-width: -moz-fit-content;
    max-width: fit-content;
    height: 70vh;
  }
}
.projet--text {
  display: flex;
  flex-direction: column;
}
.projet--text h3 {
  font-size: 24px;
}
.projet--text .extrait {
  font-size: 16px;
  font-weight: 300;
}

@keyframes scroll-x {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%); /* déplacement vers la gauche */
  }
}
.page_projet {
  padding: 8px 0;
}
.page_projet--titre {
  font-family: Thunder;
  font-weight: 700;
  color: #FF0000;
  text-transform: uppercase;
  font-size: clamp(54px, 10vw, 230px);
}
.page_projet--texte {
  font-weight: 300;
  color: black;
  line-height: 125%;
}
.page_projet--resume {
  font-style: italic;
}
.page_projet--tags {
  display: flex;
  flex-direction: column;
  line-height: 125%;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
}
.page_projet--details {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.page_projet--photos {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.page_projet--photos img, .page_projet--photos video {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 800px) {
  .page_projet--photos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
  }
  .page_projet--photos > *:nth-child(3n) img, .page_projet--photos > *:nth-child(3n+2) img,
  .page_projet--photos > *:nth-child(3n) video, .page_projet--photos > *:nth-child(3n+2) video {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    display: block;
  }
  .page_projet--photos > *:nth-child(3n+1) {
    grid-column: 1/-1;
  }
  .page_projet--photos > *:nth-child(3n+1) img, .page_projet--photos > *:nth-child(3n+1) video {
    height: 60vh;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
}

#header {
  display: flex;
  flex-direction: column;
  padding-bottom: 8px;
  border-bottom: 1px solid #FF0000;
}
#header div {
  display: flex;
  gap: 8px;
}
#header div a {
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #FF0000;
  text-decoration: none;
  align-content: center;
}
#header div a :hover {
  text-decoration: underline;
}

@media (min-width: 800px) {
  #header {
    flex-direction: row;
    gap: 16px;
    justify-content: center;
  }
}
.footer--catchphrase {
  padding: 24px 0;
  font-size: 24px;
  font-weight: 300;
  align-content: center;
}
.footer--reseaux {
  display: flex;
  flex-direction: column;
  padding: 8px 0;
  border-top: solid #FF0000 1px;
  margin-top: 8px;
}
.footer--icon {
  width: 24px;
  height: 24px;
  align-content: center;
  text-align: center;
}
.footer--reseau {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer--texte {
  text-decoration: none;
  font-weight: 300;
}
.footer--texte:hover {
  text-decoration: underline;
}
@media (min-width: 800px) {
  .footer {
    display: flex;
    padding-top: 8px;
    margin-top: 8px;
    border-top: solid #FF0000 1px;
    justify-content: space-between;
  }
  .footer--reseaux {
    border-top: none;
    border-left: solid #FF0000 1px;
    padding-left: 16px;
    margin-top: 0;
  }
}

html {
  background-color: #f2f0ff;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #FF0000;
  line-height: 125%;
}
html a {
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #FF0000;
  line-height: 125%;
}
html a:hover {
  cursor: none;
}

body {
  padding: 8px;
  max-width: 160vh;
  width: -webkit-fill-available;
  justify-self: center;
}

@media (min-width: 800px) {
  body {
    padding: 8px 32px;
  }
}
.cursor {
  height: 16px;
  width: 16px;
  background-color: #FF0000;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  transition: width 0.15s ease, height 0.15s ease;
  pointer-events: none;
}
.cursor--link {
  height: 32px;
  width: 32px;
}/*# sourceMappingURL=styles.css.map */