@charset "UTF-8";
/* D E S I G N   S Y S T E M */
/* Police générale */
/* Police manuscrite */
/* C O U L E U R S */
.cyan {
  background-color: #44E6DD;
  color: #031242;
}

.purple {
  background-color: #A36DFF;
  color: #fff;
}

.pink {
  background-color: #FE01AE;
  color: #fff;
}

.blue {
  background-color: #4D61FE;
  color: #fff;
}

.green {
  background-color: #C8FF32;
  color: #031242;
}

/* T E X T */
.blue-highlight {
  color: #4D61FE !important;
}

.pink-highlight {
  color: #FE01AE !important;
}

.purple-highlight {
  color: #A36DFF !important;
}

.bold {
  font-weight: 700;
}

.big {
  font-size: 5em;
}

.ultra {
  font-size: 5em;
}

.subtitle {
  font-size: 2.4em;
}

.cute {
  font-family: "neulis-cursive", sans-serif;
}

p {
  margin-bottom: 12px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

/* C O M P O S I T I O N */
.flex {
  display: flex;
  align-items: center;
  gap: 12px;
}

.container {
  max-width: 1440px;
  position: relative;
  margin: 60px auto;
  padding: 20px;
  width: 100%;
}

.wfull {
  width: 100%;
}

/* S P A C I N G */
.mt-20 {
  margin-top: 20px !important;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-40 {
  margin-bottom: 40px;
}

/* G E N E R A L */
html {
  box-sizing: border-box;
}

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

body {
  background-color: #FFF5EF;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 0;
  font-family: "Syne", sans-serif;
  color: #031242;
  max-width: none;
}

body.home {
  background-image: url(/images/bg_desktop.webp);
  background-repeat: no-repeat; /* ne répète pas l’image */
  background-position: top center; /* place le fond en haut et centré */
  background-size: auto;
}

.bandeau {
  background-color: #4D61FE;
  color: #fff;
  justify-content: center;
  padding: 4px;
}

i {
  color: black;
  font-size: 24px;
}

.button {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 20px;
  width: fit-content;
  cursor: pointer;
  margin: 0 auto;
  padding: 8px 16px;
  border: 1px solid #031242;
  font-family: "Syne", sans-serif;
}
.button:hover {
  transition: background-color 0.3s, transform 0.2s;
  background-color: #031242;
}
.button:hover a {
  color: #fff !important;
}
.button a {
  color: #031242;
}

.fit {
  width: max-content;
}

.dot {
  background: yellowgreen;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}

/* H E A D E R    A N I M A T E D */
.pp_jude {
  width: 85px;
  height: 85px;
  background-image: url(/images/juliedelort.webp);
  background-size: cover;
  border-radius: 100%;
  display: inline-flex;
}

.pp_jude:hover {
  background-image: url(/images/selfie_juliedelort.webp);
  cursor: pointer;
}

#myjob {
  margin-bottom: 20px;
}
#myjob div {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
}

.tag {
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 8px 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin: 0 auto 20px auto;
  cursor: default;
  border-color: white;
  backdrop-filter: blur(10px);
  display: flex;
  border-radius: 100px;
  width: fit-content;
  gap: 8px;
  align-items: center;
  border: 1px solid white;
}

#white_tag {
  border-color: #fff;
}
#white_tag a {
  color: #fff;
}

header.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 20px 0px;
}
header.container div {
  margin: 0 20px;
}
header.container #logo {
  display: flex;
  align-items: center;
}
header.container #logo a:visited, header.container #logo a:active, header.container #logo a:link {
  text-decoration: none;
  color: #FE01AE;
  font-size: 2em;
}
header.container .social-links {
  display: flex;
  gap: 20px;
}

#product {
  font-size: clamp(1.2rem, 2vw + 1rem, 3rem);
  line-height: 0.6em;
}

#graphiste {
  font-size: calc(1.5rem + 1vw);
  margin: 0;
  font-family: "Syne";
}

#desc {
  font-size: 2.5em;
  line-height: 120%;
  width: 85%;
  margin: 40px auto;
}

.section_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.keywords li {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  width: fit-content;
  border-radius: 20px;
  line-height: 1;
}

.col2 {
  display: flex;
  text-align: left;
}
.col2 h2 {
  width: 50%;
}

#other_projects {
  text-align: left;
}
#other_projects::before {
  content: url(/images/flower2.svg);
  position: absolute;
  top: 100px;
  right: -50px;
  z-index: -1;
}

#CTA {
  margin-bottom: 80px;
}
#CTA h2.big {
  margin-bottom: 40px;
}

/* P O R T F O L I O    G R I D */
#portfolio::before {
  content: url(/images/flower.svg);
  position: absolute;
  top: 50px;
  left: -100px;
  z-index: -1;
}

/* Grille responsive */
.grid {
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(3, 1fr);
}

/* Carte projet */
.project-card {
  position: relative;
  display: block;
  overflow: hidden;
  /*border-radius: 10px;*/
  max-height: 400px;
  max-width: 464px;
  width: 100%;
  border-radius: 4px;
}

.project-card img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}

/* Overlay */
.project-card .overlay {
  position: absolute;
  inset: 0;
  background: rgba(3, 18, 66, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  color: white;
  text-align: center;
}

.project-card:hover img {
  transform: scale(1.05);
}

.project-card:hover .overlay {
  opacity: 1;
}

.overlay h2 {
  margin: 0;
  font-size: 1.2rem;
}

.overlay p {
  margin: 5px 0 0;
  font-size: 0.9rem;
  opacity: 0.8;
}

/* E X P E R I E N C E S - D I P L O M E S */
#diplomes, #experiences, #icons-container {
  width: 50%;
}
#diplomes :first-child div .parcours-titre, #experiences :first-child div .parcours-titre, #icons-container :first-child div .parcours-titre {
  color: #A36DFF;
}

#experiences > div:first-child:hover .button {
  display: block;
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
  transition: opacity 0.4s ease;
}
#experiences > div:first-child:hover .button:hover .fit {
  color: #fff !important;
}

.parcours-item {
  font-family: "Manrope", sans-serif;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 12px;
  border-bottom: 1px solid #031242;
}

.parcours-contenu {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.parcours-titre {
  font-size: 1.4em;
  font-weight: 600;
}

.parcours-infos {
  color: #9199B9;
}

.parcours-item .button {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

/* F O O T E R */
#footer-placeholder {
  background-color: #A36DFF;
  color: white;
  margin-top: 40px;
  width: 100%;
}
#footer-placeholder div.container {
  /*padding: 80px 0px 20px 0px;*/
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
#footer-placeholder div.container .socials {
  display: flex;
  gap: 40px;
}
#footer-placeholder div.container #copyright {
  display: flex;
  gap: 4px;
  font-size: small;
}
#footer-placeholder a {
  color: #fff !important;
}

/* M E N U   I C O N */
.menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
}

.line {
  fill: none;
  stroke: #031242;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}

.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}

.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

@media (min-width: 1400px) {
  .ultra {
    font-size: 7em;
  }
}
@media (max-width: 1440px) {
  section {
    overflow-x: hidden;
  }
}
@media (max-width: 1024px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .meta-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (max-width: 900px) {
  .bandeau {
    padding: 12px;
    text-align: center;
  }
  .big {
    font-size: 3em;
  }
  .ultra {
    font-size: 4em;
  }
  #related-projects {
    flex-direction: column;
    align-items: center;
  }
  .subtitle {
    font-size: 1.8em;
  }
  .flex {
    flex-direction: column;
  }
  a.flex {
    flex-direction: row;
  }
  h1, h2 {
    font-size: 2em;
  }
  .col2 {
    flex-direction: column;
  }
  #diplomes, #experiences, #icons-container, .col2 h2 {
    width: 100%;
  }
  .container {
    padding: 16px;
  }
  .prev-next {
    flex-direction: row;
  }
  #related {
    text-align: center;
  }
}
@media (max-width: 768px) {
  body.home {
    background-image: url(/images/bg_mobile.webp);
    background-position: top center;
    background-size: auto;
  }
  .ultra {
    font-size: 2em;
  }
  .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid .project-card {
    max-width: 736px;
  }
  .subtitle {
    font-size: 1.4em;
  }
  .clip, svg, #selfie {
    width: 40px;
    height: 40px;
  }
  .noMobile {
    display: none;
  }
  #explore {
    padding: 12px;
    border-radius: 100px;
  }
  #explore .mini {
    font-size: 20px;
  }
  #header_home::before {
    max-width: 500px;
    width: 100%;
    top: -460px;
    filter: blur(40px);
  }
  #desc h1, #desc h2 {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .hero-desc {
    font-size: 1.1rem;
  }
  .nav-links a {
    margin-left: 1.5rem;
    font-size: 0.85rem;
  }
  .meta-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .next-link, .prev-link {
    font-size: 1rem;
  }
  footer {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }
  .footer-links a {
    margin: 0 1rem;
  }
}
@media (max-width: 420px) {
  .big {
    font-size: 3em;
  }
  .clip, svg {
    width: 40px;
    height: 40px;
  }
  .pp_jude {
    width: 60px;
    height: 60px;
  }
  .container {
    padding: 8px;
  }
}
#stack {
  justify-content: flex-end;
}

#icons-container {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  max-width: 700px;
}
#icons-container .icon {
  width: 74px;
  height: 74px;
  border-radius: 12px;
  padding: 8px;
  transition: transform 0.2s ease;
}
#icons-container .icon:hover {
  transform: scale(1.1);
}

#side_projects div {
  background-image: url(/images/bg_side_projects.png);
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  padding: 20px;
  width: 100%;
}

/* R E S E T   C S S */
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, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: 400;
}

a, a:visited, a:active, a:link {
  text-decoration: none;
  color: #031242;
}
a:hover, a:visited:hover, a:active:hover, a:link:hover {
  color: inherit;
}

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

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

/* SUITE */
.breadcrumb {
  display: flex;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: var(--text-light);
  margin-bottom: 3rem;
  justify-content: center;
}

.breadcrumb a {
  color: var(--text-light);
  text-decoration: none;
}

.breadcrumb a:hover {
  color: var(--accent);
}

#project-title {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  text-align: center;
  color: #4D61FE;
}

.hero-desc {
  font-size: 1.25rem;
  max-width: 800px;
  line-height: 1.6;
  margin: 3rem auto;
  text-align: center;
}

/* Métadonnées en grid */
.meta-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  padding: 3rem 0;
  border-top: 1px solid #031242;
  text-align: center;
}

.meta-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.meta-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #9199B9;
  font-weight: 500;
}

.meta-value {
  font-size: 1rem;
  font-weight: 500;
}

/* Images full-width avec espacement généreux */
.content-section {
  margin: 0 auto;
}

.image-full {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.image-full img {
  width: 100%;
  display: block;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  margin-bottom: 24px;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Grid d'images secondaires */
.image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 2rem;
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
}

.image-grid img {
  width: 100%;
  border-radius: 12px;
}

.image-grid:empty {
  display: none;
}

.video-flex div > video {
  border-radius: 4px;
  overflow: hidden;
}

.cocoen-wrapper {
  max-width: 600px;
  margin: 0 auto;
}

.cocoen-wrapper cocoen-component {
  display: block;
  width: 100%;
  height: 100%;
}

/* Section contexte */
.portfolio-section {
  max-width: 800px;
  margin: 8rem auto;
  padding: 0 3rem;
}

.section-title {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--accent);
  margin-bottom: 1.5rem;
  font-weight: 600;
}

.description-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text);
}

.tools-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
  justify-content: center;
}

.tool-badge {
  background: #C8FF32;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  font-size: 0.9rem;
  color: var(--primary);
  border: 1px solid var(--border);
  font-weight: 500;
}

/* Navigation projet suivant */
.prev-next {
  gap: 80px;
  margin: 0;
}

.next-project h3, .prev-project h3 {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-light);
  margin-bottom: 2rem;
}

.next-link, .prev-link {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  font-size: 2rem;
  font-weight: 600;
  color: var(--primary);
  text-decoration: none;
  transition: gap 0.3s ease;
}

.next-link:hover, .prev-link:hover {
  gap: 1.5rem;
}

.next-link span, .prev-link span {
  font-size: 1.5rem;
}

/* Footer minimaliste */
/* Animation smooth au scroll */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Projets liés */
#related-projects {
  display: flex;
  gap: 24px;
  margin-top: 32px;
  justify-content: center;
}

.related-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 460px;
  width: 100%;
  text-decoration: none;
  color: #031242;
}

.related-card div:first-of-type {
  width: 100%;
  height: 280px;
  overflow: hidden;
  border-radius: 12px;
}
.related-card div:first-of-type img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: transform 0.3s;
}

.related-card p {
  padding: 20px 0;
  font-size: 1.4em;
  font-weight: 600;
  text-align: left;
}

.related-card:hover img {
  transform: scale(1.07);
}

.related-card div:first-of-type:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

/* P A G E   P O R T F O L I O */
#filters {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
  justify-content: center;
}

#filters .button {
  transition: all 0.3s ease;
  margin: 0;
}

#filters .button.active,
#filters .button:hover {
  background: #031242;
  color: #fff;
  border-color: #031242;
}

/* Effet de transition douce sur la grille */
#projects-grid {
  transition: opacity 0.4s ease, transform 0.4s ease;
}

#projects-grid.fade-out {
  opacity: 0;
  transform: scale(0.98);
}

#projects-grid.fade-in {
  opacity: 1;
  transform: scale(1);
}

/* Animation subtile des items */
.project-card {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.project-card.visible {
  opacity: 1;
  transform: translateY(0);
}

/* F O R M U L A I R E   D E   C O N T A C T */
#contact {
  gap: 80px;
  font-family: "Syne", sans-serif;
}
#contact form {
  max-width: 520px;
  width: 100%;
}

.contact-form {
  max-width: 500px;
  margin: 2rem auto;
  padding: 2rem;
  background: #f8f9fa;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.contact-form label {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  color: #031242;
}

.contact-form input,
.contact-form textarea {
  margin-top: 0.5rem;
  padding: 0.8rem 1rem;
  border: none;
  font-size: 1rem;
  transition: border-color 0.3s, box-shadow 0.3s;
  background: none;
  border-bottom: 1px solid #031242;
  font-family: "Syne", sans-serif;
  color: #031242;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #ff7f50; /* accent color */
  box-shadow: 0 0 0 3px rgba(255, 127, 80, 0.2);
}

.contact-form button {
  color: #031242;
}
.contact-form button:hover {
  color: #fff;
}

/* Masquer le champ honeypot */
.hidden {
  display: none;
}

/* Responsive */
@media (max-width: 600px) {
  .contact-form {
    padding: 1.5rem;
    gap: 1rem;
  }
}
/* M E N U */
/* === Bouton burger toujours au-dessus === */
.menu.icon-wrap {
  position: relative;
  z-index: 1002; /* plus haut que panel et overlay */
}

/* Right Panel */
.right-panel-menu {
  position: fixed;
  top: 0;
  right: -480px; /* hors écran au départ */
  width: 480px;
  height: 100%;
  background: #ce3fa1;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: right 0.3s ease;
  z-index: 999;
}

.right-panel-menu.active {
  right: 0;
}

/* Menu links */
.menu-links,
.social-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-links li,
.social-links li {
  margin-bottom: 1rem;
}
.menu-links li a, .menu-links li a:visited,
.social-links li a,
.social-links li a:visited {
  text-decoration: none;
  color: #fff;
}
.menu-links li a:hover,
.social-links li a:hover {
  color: #031242;
}

.menu-links {
  font-size: 2em;
  margin-top: 60px;
}

/* Contenu principal */
main {
  transition: transform 0.3s ease;
}

/* Quand le menu est actif */
.right-panel-menu.active {
  right: 0;
}

main.shifted {
  transform: translateX(-300px); /* décale le contenu vers la gauche pour faire de la place au menu */
}

.overlay_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent; /* totalement invisible */
  opacity: 1; /* reste actif pour détecter le clic */
  visibility: hidden; /* caché par défaut */
  z-index: 998;
}

.overlay_menu.active {
  visibility: visible; /* activé pour détecter le clic quand le menu est ouvert */
}

@media (max-width: 768px) {
  .right-panel-menu {
    width: 100%;
    right: -100%;
  }
  .right-panel-menu.active {
    right: 0;
  }
  main.shifted {
    transform: none;
  }
  .opened svg .line {
    stroke: white;
  }
  #myjob div {
    gap: 4px;
  }
}

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