@font-face{font-family:HankenGrotesk;src:url(/font/HankenGrotesk.ttf) format("truetype");font-weight:1 999;font-style:normal}.section-label{display:flex;align-items:center;gap:12px;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#5113a3}.section-label:before{content:"";display:block;width:24px;height:1.5px;background-color:#5113a3;flex-shrink:0}.home_container{display:flex;flex-direction:row;min-height:calc(100vh - 72px);justify-content:center;align-items:center;max-width:1280px;margin:0 auto;gap:64px;padding:64px 24px;position:relative}@media screen and (max-width:999px){.home_container{flex-direction:column;gap:32px;padding:48px 24px;text-align:center}}@media screen and (max-width:480px){.home_container{gap:24px;padding:32px 16px 40px}}.home_container_section{display:flex;flex-direction:column;max-width:560px;gap:16px}@media screen and (max-width:999px){.home_container_section{align-items:center;gap:12px}}.home_container_section h1{font-family:HankenGrotesk,system-ui,-apple-system,sans-serif;font-weight:800;font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:#5113a3;margin:0;display:flex;align-items:center;gap:12px;animation:fadeInDown .4s cubic-bezier(.4,0,.2,1) forwards;animation-delay:.15s;opacity:0}.home_container_section h1:before{content:"";display:block;width:24px;height:1.5px;background-color:#5113a3;flex-shrink:0}.home_container_section h2{font-family:HankenGrotesk,system-ui,-apple-system,sans-serif;font-weight:800;font-size:clamp(2.25rem,6vw,4.5rem);color:#0f0f0f;line-height:1.05;letter-spacing:-.03em;margin:0;animation:fadeInUp .6s cubic-bezier(.4,0,.2,1) forwards;animation-delay:.3s;opacity:0}@media screen and (max-width:480px){.home_container_section h2{font-size:clamp(1.875rem,10vw,3rem)}}.home_container_section p{font-family:HankenGrotesk,system-ui,-apple-system,sans-serif;font-weight:400;font-size:1rem;line-height:1.75;color:#6b6b6b;max-width:44ch;margin-top:8px;animation:fadeInUp .6s cubic-bezier(.4,0,.2,1) forwards;animation-delay:.45s;opacity:0}@media screen and (max-width:999px){.home_container_section p{max-width:34ch;font-size:.875rem}}.home_container_section .btnsection{display:flex;flex-direction:row;flex-wrap:wrap;gap:12px;padding-top:20px;animation:fadeInUp .6s cubic-bezier(.4,0,.2,1) forwards;animation-delay:.6s;opacity:0}@media screen and (max-width:999px){.home_container_section .btnsection{justify-content:center;padding-top:12px;width:100%}}.home_container .img{display:grid;place-items:center;width:240px;height:240px;flex-shrink:0;animation:scaleIn .6s cubic-bezier(.34,1.56,.64,1) forwards;animation-delay:.2s;opacity:0}@media screen and (max-width:999px){.home_container .img{width:160px;height:160px}}@media screen and (max-width:480px){.home_container .img{width:130px;height:130px}}.home_container .img_content{width:100%;height:100%;background-image:url(/webp/baptiste_save.jpeg);background-repeat:no-repeat;background-position:center;background-size:cover;border-radius:9999px;box-shadow:0 0 0 6px #fafafa,0 0 0 8px #00000014,0 20px 60px #5113a32e;transition:box-shadow .4s cubic-bezier(.4,0,.2,1),transform .4s cubic-bezier(.34,1.56,.64,1);animation:float 4s ease-in-out infinite}@media(prefers-reduced-motion:reduce){.home_container .img_content{animation:none}}.home_container .img_content:hover{box-shadow:0 0 0 6px #fafafa,0 0 0 8px #5113a34d,0 24px 72px #5113a347;transform:scale(1.04) rotate(3deg);animation-play-state:paused}.section-divider{width:100%;height:1px;background:#00000014;max-width:1280px;margin:0 auto}.lastprojects{display:flex;flex-direction:column;width:100%;border-top:1px solid rgba(0,0,0,.08);border-bottom:1px solid rgba(0,0,0,.08);z-index:10}.lastprojects_container{display:flex;flex-direction:column;width:100%;max-width:1280px;margin:0 auto;align-items:flex-start;gap:32px;padding:64px 24px}@media screen and (max-width:680px){.lastprojects_container{padding:40px 16px;gap:24px}}.lastprojects_container .section-header{display:flex;flex-direction:column;gap:12px;width:100%}.lastprojects_container .section-header h3{font-family:HankenGrotesk,system-ui,-apple-system,sans-serif;font-weight:800;font-size:clamp(1.5rem,3vw,2.25rem);color:#0f0f0f;letter-spacing:-.03em;line-height:1.1;margin:0;padding:0;opacity:1;animation:none}.lastprojects_container_list{width:100%}.lastprojects_container>a,.lastprojects_container>button{align-self:center}.news__container__list{display:flex;flex-direction:column;list-style:none;padding:0;margin:0;width:100%;z-index:20}.news__container__list__item{border-bottom:1px solid rgba(0,0,0,.08)}.news__container__list__item:first-child{border-top:1px solid rgba(0,0,0,.08)}.news__container__list__item .see-that-box,.news__container__list__item .image{display:none}.news__container__list__item__container{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:24px;padding:20px 12px;text-decoration:none;color:inherit;transition:background-color .25s cubic-bezier(.4,0,.2,1),padding-left .25s cubic-bezier(.4,0,.2,1);border-radius:4px}@media screen and (max-width:600px){.news__container__list__item__container{flex-direction:column;align-items:flex-start;gap:8px;padding:16px 12px}}.news__container__list__item__container__data{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.news__container__list__item__container__data .title{font-size:1rem;font-weight:700;color:#0f0f0f;line-height:1.3;transition:color .25s cubic-bezier(.4,0,.2,1);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:600px){.news__container__list__item__container__data .title{white-space:normal}}.news__container__list__item__container__data .description{font-size:.875rem;font-weight:400;line-height:1.55;color:#6b6b6b;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}@media screen and (max-width:600px){.news__container__list__item__container__data .description{-webkit-line-clamp:2}}.news__container__list__item__container__data .category{font-size:.75rem;font-weight:500;color:#9a9a9a;letter-spacing:.02em;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.news__container__list__item__container__data .date{display:none}.news__container__list__item__container .project-arrow{color:#9a9a9a;flex-shrink:0;transition:color .25s cubic-bezier(.4,0,.2,1),transform .25s cubic-bezier(.34,1.56,.64,1)}@media screen and (max-width:600px){.news__container__list__item__container .project-arrow{display:none}}.news__container__list__item:hover .news__container__list__item__container{padding-left:20px;background-color:#f0e8ff}.news__container__list__item:hover .news__container__list__item__container .project-arrow{color:#5113a3;transform:translate(4px)}.news__container__list__item:hover .news__container__list__item__container__data .title{color:#5113a3}.skill_container{display:grid;grid-template-columns:1fr 1fr;gap:64px;width:100%;max-width:1280px;margin:0 auto;padding:64px 24px;align-items:start}@media screen and (max-width:900px){.skill_container{grid-template-columns:1fr;gap:48px;padding:48px 16px}}@media screen and (max-width:480px){.skill_container{padding:40px 16px;gap:40px}}.skills-block{display:flex;flex-direction:column;gap:32px}.skills-block__header{display:flex;flex-direction:column;gap:12px}.skills-block__title{font-family:HankenGrotesk,system-ui,-apple-system,sans-serif;font-weight:800;font-size:clamp(1.5rem,3vw,2.25rem);color:#0f0f0f;letter-spacing:-.03em;line-height:1.1;margin:0}.skills-block__body{display:flex;flex-direction:column;gap:32px}.skill-category{display:flex;flex-direction:column;gap:12px}.skill-category__label{font-size:.75rem;font-weight:600;color:#6b6b6b;letter-spacing:.06em;text-transform:uppercase;margin:0}.skill-category__tags{display:flex;flex-wrap:wrap;gap:8px}.skill-tag{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:9999px;border:1px solid rgba(0,0,0,.08);background-color:#fff;font-size:.875rem;font-weight:500;color:#0f0f0f;text-decoration:none;transition:all .25s cubic-bezier(.34,1.56,.64,1);white-space:nowrap}.skill-tag__icon{width:16px;height:16px;object-fit:contain;flex-shrink:0}.skill-tag:hover{background-color:#f0e8ff;border-color:#c4a0f599;color:#5113a3;transform:translateY(-1px);box-shadow:0 4px 12px #5113a31a}.formation-block{display:flex;flex-direction:column;gap:32px}.formation-block__header{display:flex;flex-direction:column;gap:12px}.formation-block__title{font-family:HankenGrotesk,system-ui,-apple-system,sans-serif;font-weight:800;font-size:clamp(1.5rem,3vw,2.25rem);color:#0f0f0f;letter-spacing:-.03em;line-height:1.1;margin:0}.formation-block__timeline{display:flex;flex-direction:column;gap:0;position:relative;padding-left:80px}.formation-block__timeline:before{content:"";position:absolute;left:44px;top:12px;bottom:12px;width:1px;background:#00000014}.formation-item{display:grid;grid-template-columns:44px 1fr;align-items:start;gap:20px;padding:20px 20px 20px 0;position:relative;margin-left:-80px;border-radius:12px;transition:background-color .25s cubic-bezier(.4,0,.2,1)}.formation-item:not(:last-child){margin-bottom:4px}.formation-item:hover{background-color:#f0e8ff}.formation-item:hover .formation-item__dot{border-color:#5113a3;background-color:#5113a3}.formation-item:hover .formation-item__name{color:#5113a3}.formation-item__year{font-size:.75rem;font-weight:700;color:#9a9a9a;letter-spacing:.04em;padding-top:3px;text-align:right;white-space:nowrap;padding-right:16px}.formation-item__dot{position:absolute;left:40px;top:23px;width:9px;height:9px;border-radius:9999px;border:2px solid rgba(0,0,0,.14);background-color:#fafafa;transition:all .25s cubic-bezier(.4,0,.2,1);z-index:1}.formation-item__content{display:flex;flex-direction:column;gap:4px;padding-left:24px}.formation-item__name{font-size:1rem;font-weight:700;color:#0f0f0f;letter-spacing:-.01em;margin:0;transition:color .25s cubic-bezier(.4,0,.2,1)}.formation-item__badge{display:inline-flex;width:fit-content;font-size:.75rem;font-weight:700;color:#5113a3;background-color:#f0e8ff;padding:2px 12px;border-radius:9999px;letter-spacing:.06em;text-transform:uppercase;margin:0}.formation-item__school{font-size:.875rem;font-weight:400;color:#6b6b6b;margin:0}.svg-rotated{display:none}svg.wave-separator{display:none}
