@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;
}

/* Color Theme Swatches in Hex */
/* Color Theme Swatches in RGBA */
.card .center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.filters .filter-button, .bubble, .navbar .work-with-me-button {
  color: black;
  padding: 10px 20px;
  border-radius: 50px;
  transition: background-color 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .filters .filter-button, .bubble, .navbar .work-with-me-button {
    padding: 8px 16px;
  }
}
.filters .active.filter-button, .active.bubble, .navbar .active.work-with-me-button {
  color: white;
  background-color: #EF76FF;
}
.filters .filter-button:hover, .bubble:hover, .navbar .work-with-me-button:hover {
  color: black;
  background-color: #FBDCFF;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

a {
  color: inherit;
  outline: none;
  text-decoration: none;
}

button {
  background: none;
  border: none;
  color: inherit;
  outline: none;
  cursor: pointer;
}

#my-name {
  font-family: soleil, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 190px;
  letter-spacing: -10px;
}
@media (max-width: 768px) {
  #my-name {
    letter-spacing: -2px;
    font-size: 42px;
  }
}

#project-title, #my-name.small {
  font-family: soleil, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 100px;
  letter-spacing: -10px;
}
@media (max-width: 768px) {
  #project-title, #my-name.small {
    letter-spacing: -2px;
    font-size: 30px;
  }
}

h3, .card .big-text {
  font-family: soleil, sans-serif;
  font-style: normal;
  font-size: 50px;
  letter-spacing: -4px;
  /*     @include media('<phone') {

      font-size: 12rem;
  } */
}
@media (max-width: 768px) {
  h3, .card .big-text {
    font-size: 25px;
    letter-spacing: -2px;
  }
}

.card .banner .card-title {
  font-family: soleil, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
}
@media (max-width: 768px) {
  .card .banner .card-title {
    font-size: 18px;
  }
}

.masonry-item .title, .card .footer, .card .banner .subtitle {
  font-family: soleil, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
}
@media (max-width: 768px) {
  .masonry-item .title, .card .footer, .card .banner .subtitle {
    font-size: 16px;
  }
}

body, .form-layout form .form-group label, .project-container .project-detail .content, .card .content, .navbar .nav-link, .filters .filter-button, .bubble, .navbar .work-with-me-button {
  font-family: soleil, sans-serif;
  font-style: normal;
  line-height: 1.3;
  font-weight: 400;
}
@media (max-width: 768px) {
  body, .form-layout form .form-group label, .project-container .project-detail .content, .card .content, .navbar .nav-link, .filters .filter-button, .bubble, .navbar .work-with-me-button {
    font-size: 13px;
  }
}

.navbar {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: white;
}
.navbar nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  list-style: none;
}
.navbar .nav-link {
  text-decoration: none;
  color: black;
  padding: 5px 10px;
  transition: color 0.3s ease-in-out;
}
.navbar .nav-link.active {
  border-bottom: 2px solid black;
  transition: 0.5s ease-in-out;
  /* Soulignement */
  font-weight: bold;
  color: black;
}
.navbar .work-with-me-button {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.transition-overlay {
  position: absolute;
  top: 5%;
  left: 50%;
  width: 100px;
  height: 100px;
  background: #EFC0F5;
  border-radius: 50%;
  z-index: 10;
  transform: translate(-50%, -50%) scale(0);
  pointer-events: none;
}

.filters {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: start;
  flex-direction: row;
  margin: 10px 0;
  column-gap: 20px;
}
@media (max-width: 768px) {
  .filters {
    flex-direction: column;
    align-items: start;
  }
}
.filters .actions {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  gap: 10px;
}
.filters .secondary {
  margin-right: 20px;
}

.masonry {
  margin-top: 20px;
  width: 100%;
  display: block;
}
.masonry:hover .hoverable.masonry-item:not(:hover) {
  filter: blur(1px);
  opacity: 1;
}
@media (max-width: 768px) {
  .masonry:hover .hoverable.masonry-item:not(:hover) {
    filter: blur(0px);
  }
}

.card {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding: 10px 20px;
}
.card .banner {
  display: flex;
  flex-direction: column;
}
.card .banner .subtitle {
  color: gray;
}
.card .footer {
  color: gray;
}
.card .content {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.card img.avatar {
  width: 80%;
  margin: auto;
}

.info {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: start;
  column-gap: 20px;
}
.info a {
  text-decoration: underline;
}

.card-item {
  padding: 10px 20px;
}

.masonry-item {
  margin-bottom: 20px;
  position: relative;
  background-color: #f0f0f0;
  overflow: hidden;
  border-radius: 20px;
  width: calc(33.33% - 20px);
  opacity: 0;
  will-change: transform, opacity;
  /* Force l'accélération GPU */
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .masonry-item {
    width: 100%;
  }
}
.masonry-item.--size4 {
  width: calc(25% - 20px);
}
@media (max-width: 768px) {
  .masonry-item.--size4 {
    width: calc(50% - 10px);
  }
}
.masonry-item img {
  width: 100%;
  height: auto;
  max-height: 60vh;
  object-fit: cover;
  display: block;
}
.masonry-item .image-container img {
  transition: 0.5s;
}
.masonry-item .image-container img:hover {
  transform: scale(1.1);
}
.masonry-item .title {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50px;
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1rem;
  font-weight: 400;
  margin: 1.4rem;
}
@media (max-width: 768px) {
  .masonry-item .title {
    margin: 1rem;
    padding: 0.6rem;
  }
}
.masonry-item:hover.hoverable {
  filter: blur(0px);
  /* Supprime le flou */
  opacity: 1;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

/* fluid 5 columns */
.grid-sizer {
  width: 33%;
}
@media (max-width: 768px) {
  .grid-sizer {
    width: 100%;
  }
}
.grid-sizer.--size4 {
  width: 25%;
}
@media (max-width: 768px) {
  .grid-sizer.--size4 {
    width: 50%;
  }
}

.project-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 40px auto;
  column-gap: 40px;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .project-container {
    margin: 10px auto;
    flex-direction: column-reverse;
    row-gap: 10px;
  }
}
.project-container .project-detail {
  width: 60%;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media (max-width: 768px) {
  .project-container .project-detail {
    width: 100%;
    row-gap: 10px;
    margin-top: 20px;
  }
}
.project-container .project-detail .content p img {
  margin: 100px auto;
  width: 100%;
  height: auto;
  max-height: 60vh;
  object-fit: contain; /* Remplit le conteneur tout en gardant le ratio */
  object-position: center;
}
@media (max-width: 768px) {
  .project-container .project-detail .content p img {
    margin: 20px auto;
    max-height: 30vh;
  }
}
.project-container .project-detail .image-container {
  max-height: 60vh;
}
.project-container .project-detail .image-container img {
  width: 100%;
  height: auto;
  max-height: 60vh;
  object-fit: contain;
}
.project-container .project-info {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  width: 40%;
  position: sticky;
  top: 20px;
  height: fit-content;
  align-self: flex-start;
}

.about-grid {
  columns: 4;
  /* 4 colonnes */
  column-gap: 20px;
  /* Espacement entre les colonnes */
}
.about-grid .about-item {
  margin-bottom: 20px;
  position: relative;
  /* Même valeur que la largeur pour avoir un carré */
  /* Important pour fonctionner avec columns */
  background-color: lightblue;
  /* Juste pour la visibilité */
  display: inline-block;
}
.about-grid .about-item.about-item--25 {
  width: calc(25vw - 20px);
  height: calc(25vw - 20px);
}
.about-grid .about-item.about-item--50 {
  width: calc(25vw - 20px);
  height: calc(50vw - 20px);
}

.work-with-me {
  width: 100%;
  height: auto;
}
.work-with-me h2,
.work-with-me h3 {
  text-align: center;
  line-height: 1;
}
.work-with-me h3 {
  margin-bottom: 20px;
}

.form-layout {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .form-layout {
    margin-bottom: 50px;
  }
}
.form-layout div {
  flex: 1;
  width: 100%;
  margin-top: 10px;
}
.form-layout div p {
  text-align: center;
}
.form-layout form {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  max-width: 60vw;
  margin: auto;
}
.form-layout form .form-group {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.form-layout form .form-group input {
  font-family: soleil, sans-serif;
  padding: 10px;
  border: 1px solid #EFC0F5;
  border-radius: 5px;
}
.form-layout form .form-group textarea {
  font-family: soleil, sans-serif;
  padding: 10px;
  border: 1px solid #EFC0F5;
  border-radius: 5px;
}
.form-layout form button {
  font-family: soleil, sans-serif;
  width: fit-content;
  margin: auto;
  padding: 20px;
  color: black;
  text-transform: uppercase;
  background-color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .form-layout form button {
    padding: 8px 16px;
  }
}
.form-layout form button:hover {
  background-color: #FBDCFF;
}

#my-name {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  line-height: 1;
  width: 100%;
  overflow: hidden;
  transform-origin: left center;
  transition: font-size 1s ease-in-out;
}
#my-name .picture {
  margin-right: 20px;
  background-color: #EFC0F5;
  border-radius: 100%;
  width: 110px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  /* Empêche l'image de dépasser */
}
@media (max-width: 768px) {
  #my-name .picture {
    width: 55px;
  }
}
#my-name .picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.25s ease-in-out;
}
#my-name .picture:hover {
  background-color: #FBDCFF;
}
#my-name .picture:hover img {
  transition: 0.25s ease-in-out;
  transform: scale(1.2);
}
@media (max-width: 768px) {
  #my-name p {
    white-space: nowrap;
  }
}

.container,
.layout {
  overflow: hidden;
  position: relative;
  height: fit-content;
  position: relative;
  margin-top: 15px;
}

body:has(.work-with-me) {
  background-color: #EFC0F5;
}
body:has([data-barba-namespace=work-with-me]) .navbar {
  background-color: rgba(255, 255, 255, 0);
}

main {
  padding: 20px;
  z-index: 1;
}
main .locale {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  column-gap: 10px;
  align-items: center;
  background-color: #EFC0F5;
  color: black;
  border-radius: 50px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px;
}
main .locale img {
  width: 20px;
  display: block;
}

h1 {
  font-weight: 500;
}

.letter {
  display: inline-block;
}

.fi {
  padding-top: 5px;
}

.purple {
  color: #EFC0F5;
}

.red {
  color: #FFB3BA;
}

.orange {
  color: #FFDFBA;
}

.yellow {
  color: #FFFFBA;
}

.green {
  color: #BAFFC9;
}

.blue {
  color: #BAE1FF;
}

.bg-purple {
  background-color: #EFC0F5;
}

.bg-red {
  background-color: #FFB3BA;
}

.bg-orange {
  background-color: #FFDFBA;
}

.bg-yellow {
  background-color: #FFFFBA;
}

.bg-green {
  background-color: #BAFFC9;
}

.bg-blue {
  background-color: #BAE1FF;
}

.bg-black {
  background-color: black;
  color: white !important;
}

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