@charset "UTF-8";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}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}.sro,.hidden,.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.no-js-message{display:block;background:#003cff;color:#fff;padding:1rem;border-radius:5px;margin-bottom:20px}.js-enabled .no-js-message{display:none}.footer{background-color:#230101;color:#fff;margin-top:auto}.footer__container{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;padding:2rem}@media(max-width:768px){.footer__container{grid-template-columns:1fr;gap:1.5rem;text-align:center}}.footer .footer__logo{max-width:50%;height:auto;margin-left:15%}.footer .footer__logo img{width:100%;height:auto}@media(max-width:768px){.footer .footer__logo{margin:0 auto}}.footer .footer__cta__title{text-align:center}.footer .footer__info .footer__title{color:#0077b6;font-size:2rem;margin-bottom:1rem;font-weight:400}.footer .footer__info .footer__contact{font-style:normal;line-height:1.6;color:#fff}.footer .footer__info .footer__contact a{color:#fff;text-decoration:none}.footer .footer__info .footer__contact a:hover{border-bottom:1px solid #ffffff}.footer .footer__info .footer__contact li{margin-bottom:2.5%}.footer .footer__nav .footer__nav-title{text-transform:uppercase;color:#0077b6;font-size:2rem;margin-bottom:1rem;font-weight:400}.footer .footer__nav .footer__menu{list-style:none;padding:0;margin:0}.footer .footer__nav .footer__menu li{margin-bottom:.75rem}.footer .footer__nav .footer__menu li a{text-transform:uppercase;color:#fff;text-decoration:none;display:inline-block;border-bottom:1px solid transparent}.footer .footer__nav .footer__menu li a:hover{color:#fff;border-bottom:1px solid #ffffff}.footer .footer__nav .footer__menu li.current-menu-item>a,.footer .footer__nav .footer__menu li.current_page_item>a{font-size:1.15em;font-weight:700;border-bottom:1px solid #ffffff}.footer .footer__cta__title{text-transform:uppercase;color:#0077b6;font-size:2rem;margin-bottom:1rem;font-weight:400;text-align:center}.footer .footer__cta .footer__button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#0077b6;color:#fff;text-decoration:none;padding:.75rem 1.5rem;border-radius:4px;-webkit-transition:background-color .2s;transition:background-color .2s}.footer .footer__cta .footer__button:hover{background-color:#76f3e0}@media(max-width:768px){.footer .footer__cta .footer__button{width:100%;max-width:200px;margin:0 auto}}.footer__liste__folowing h3{font-size:1.2rem;text-align:center;margin:0}.footer .footer__liste__folowing__contenu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1rem;margin-top:2.5%}.footer .liste__folowing__img{background-color:#fff;max-width:45px;max-height:45px;-o-object-fit:contain;object-fit:contain;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;width:100%;height:100vh}.footer .liste__folowing__img:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.footer .footer__bottom{background-color:#003cff;text-align:center;padding:1.5rem}.footer .footer__bottom__title{font-size:.875rem;color:#fff;margin:0}@media(min-width:768px){.footer__cta__title{text-align:left}}@media(min-width:1024px){.footer__cta{text-align:left}}body{background-color:#f2f2f2;font-family:Poppin,sans-serif}.main{padding:5%;margin:25% 0}.navigation__bars{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem;width:100%;padding:1rem;background:#f2f2f2;z-index:999;position:fixed;top:0;left:0}.title{text-transform:capitalize;font-size:3rem;border:1px solid #1a1a1a;color:#1a1a1a;width:100%;text-align:center;padding:1%;border-radius:1rem}.subtitle{text-align:left;font-size:2rem;font-weight:800;margin-bottom:2.5%;margin-top:5%}.navigation__bars{position:-webkit-sticky;position:sticky;top:0;left:0;width:100%;z-index:999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);padding:0 3rem;-webkit-box-shadow:0 2px 15px rgba(0,0,0,.08);box-shadow:0 2px 15px #00000014;-webkit-transition:all .3s ease;transition:all .3s ease}.navigation__bars.scrolled{padding:.75rem 2rem;background:#fffffff2;-webkit-box-shadow:0 4px 20px rgba(0,0,0,.1);box-shadow:0 4px 20px #0000001a}.navigation__bars section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.footer__logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-negative:0;flex-shrink:0}.footer__logo img{width:auto;height:70px;display:block;-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.footer__logo img:hover{-webkit-transform:scale(1.02);transform:scale(1.02)}.burger-menu{display:block;font-size:2rem;border:none;background:transparent;cursor:pointer}.navigation-menu{display:none}.navigation-menu.active{display:block;position:absolute;top:100%;left:0;width:100%;background:#f2f2f2;padding:1rem}.navigation-menu.active .ul-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem;list-style:none;margin:0;padding:0}.ul-container a{white-space:nowrap}.div-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ul-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem;list-style:none;margin:0;padding:0}.ul-container li{list-style:none}.ul-container li a{position:relative;text-transform:uppercase;text-decoration:none;color:#1a1a1a;font-size:1.25rem;font-weight:600;-webkit-transition:color .3s ease;transition:color .3s ease}.ul-container li a:hover{opacity:.7}.ul-container li.current-menu-item>a,.ul-container li.current_page_item>a{color:#0077b6}.ul-container li.current-menu-item>a:after,.ul-container li.current_page_item>a:after{content:"";position:absolute;left:50%;bottom:-.4rem;width:100%;height:.15rem;-webkit-transform:translateX(-50%);transform:translate(-50%)}@media(min-width:768px){.main{padding:5%;margin:2.5% 0}.navigation__bars{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:.75rem 1rem;position:fixed;top:0;left:0}.footer__logo img{height:60px}.menu-toggle{display:none}.burger-menu{font-size:2rem;cursor:pointer;display:block;padding:.5rem}.navigation-menu{display:none}.menu-toggle:checked~.navigation-menu{display:block;width:100%;background:#f2f2f2;padding:1rem 0}.menu-toggle:checked~.navigation-menu .ul-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ul-container a{white-space:nowrap}}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.navigation__bars{-webkit-animation:fadeInDown .5s ease forwards;animation:fadeInDown .5s ease forwards}.navigation__bars section:first-of-type{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}@media(min-width:1024px){.main{padding:5%;margin:2.5% 0}.title{font-size:5rem}.burger-menu{display:none}.navigation-menu{display:block}.navigation__bars{position:-webkit-sticky;position:sticky;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:2rem 3rem}.footer__logo img{height:70px}.ul-container{gap:2rem}.ul-container a{font-size:1.25rem}}.language-switcher{display:inline-block;margin-left:10%}.language-switcher__link{text-decoration:none;color:#1a1a1a;font-size:1.25rem}.language-switcher__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem;margin:0;padding:0;list-style:none}.language-switcher__link{display:block;text-decoration:none;border-bottom:2px solid transparent;-webkit-transition:border-color .2s ease;transition:border-color .2s ease}.language-switcher__link.is-active{color:#0077b6;border-bottom-color:currentColor}.language-switcher__link:hover,.language-switcher__link:focus-visible{opacity:.8}@media(min-width:768px){.language-switcher__list{gap:.75rem}.language-switcher__flag{width:30px}}@media(min-width:1024px){.language-switcher__list{gap:1rem}}*{-webkit-box-sizing:border-box;box-sizing:border-box}.main{padding:5%;max-width:1440px;margin:0 auto}.hero{margin:4rem auto;text-align:center}.hero__name{text-align:left;font-family:Poppin,sans-serif;font-size:4rem;font-weight:800;line-height:1.1;margin-bottom:1rem}.hero__title{font-family:Poppin,sans-serif;font-size:clamp(2.5rem,8vw,4rem);font-weight:800;line-height:1.1;margin-bottom:1rem}.hero__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0}.hero__description{max-width:34rem;font-family:Inter,sans-serif;font-size:1.25rem;line-height:1.8;color:#1a1a1a;margin-bottom:2rem}.hero__subtitle{text-align:left;font-family:Poppin,sans-serif;font-size:2rem;font-weight:600;color:#0077b6;margin-bottom:.75rem}.hero__text{text-align:left;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.hero__text h3{font-size:3rem;margin-bottom:1rem}.hero__image{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.hero__image img{width:360px;height:360px;-o-object-fit:cover;object-fit:cover;border-radius:24px;display:block}.hero__job{font-family:Inter,sans-serif;font-size:clamp(1.4rem,4vw,2rem);font-weight:500;margin-bottom:2rem;color:#fff}.hero__job span{color:#0077b6;font-weight:700}.hero__features{display:grid;grid-template-columns:1fr;gap:1.5rem;list-style:none;padding:0;margin:0;width:100%}.hero__features li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.3rem;font-family:Inter,sans-serif;font-size:.875rem;color:#1a1a1a}.hero__features-icon{width:3rem;height:3rem;border-radius:50%;border:.1rem solid rgba(0,119,182,.25);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#0077b6;-ms-flex-negative:0;flex-shrink:0}.projects{padding:4rem 0}.projects .section-header{text-align:center;margin-bottom:3rem}.projects__grid{display:grid;grid-template-columns:1fr;gap:2rem;width:100%;max-width:1440px;margin:0 auto}.projects__grid__projets__title{grid-column:1/-1;text-align:center;font-size:2rem}.projects__grid__singel-title{font-size:2rem;font-weight:700;text-align:center;margin:1rem auto}.projects__grid__projet{background-color:#fff;padding:1rem;border-radius:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;-webkit-transition:-webkit-transform .25s ease,-webkit-box-shadow .25s ease;transition:-webkit-transform .25s ease,-webkit-box-shadow .25s ease;transition:transform .25s ease,box-shadow .25s ease;transition:transform .25s ease,box-shadow .25s ease,-webkit-transform .25s ease,-webkit-box-shadow .25s ease;-webkit-box-shadow:0 6px 15px rgba(0,0,0,.05);box-shadow:0 6px 15px #0000000d}.projects__grid__projet:hover,.projects__grid__projet:focus-within{-webkit-transform:translateY(-5px);transform:translateY(-5px);-webkit-box-shadow:0 12px 30px rgba(0,0,0,.1);box-shadow:0 12px 30px #0000001a}.projects__grid__projet-description{text-align:center;margin:1rem 0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.projects__grid__links{display:block;width:100%;text-align:center;color:#003cff;text-decoration:none;margin:5% auto;padding:14px 25px;border-radius:12px;font-weight:600}.projects__grid__links:hover{text-decoration:underline}.projects .liste-projets__projet{background-color:#fff;padding:1rem;margin:5% auto;box-shadow:0 2px 6px 5px #79797980;-webkit-box-shadow:0 2px 6px 5px rgba(121,121,121,.5);border-radius:5%}.projects .liste-projets__links span{text-decoration:none}.projects .liste-projets__singel-title{font-size:2rem;font-family:Poppin,sans-serif;margin-bottom:2.5%}.projects .liste-projets__projet-description{font-family:Inter,sans-serif;font-size:1.25rem;margin-bottom:2.5%}.projects .projets__title{font-size:2rem;font-weight:700}.projects .projet{background:#f8f9fa;border-radius:16px;padding:1.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;-webkit-box-shadow:0 6px 15px rgba(0,0,0,.05);box-shadow:0 6px 15px #0000000d;-webkit-transition:-webkit-transform .2s ease,-webkit-box-shadow .2s ease;transition:-webkit-transform .2s ease,-webkit-box-shadow .2s ease;transition:transform .2s ease,box-shadow .2s ease;transition:transform .2s ease,box-shadow .2s ease,-webkit-transform .2s ease,-webkit-box-shadow .2s ease}.projects .projet:hover,.projects .projet:focus-within{-webkit-transform:translateY(-5px);transform:translateY(-5px);-webkit-box-shadow:0 10px 25px rgba(0,0,0,.1);box-shadow:0 10px 25px #0000001a}.projects .projet .projet__title{font-size:2rem;font-weight:600}.projects .projet .projet__description{font-size:1.25rem;color:#555}.liste-projets__img{max-width:50vh;width:100%;height:auto;overflow:hidden;border-radius:.75rem}.liste-projets__img img{-o-object-fit:cover;object-fit:cover;width:100%;height:auto;display:block}.liste-projets__singel-title{font-size:2.5rem;font-weight:500;margin:2.5% 0}.liste-projets____projet-description{margin:2.5% 0}.voir-plus{border:none;background:none;color:#0077b6;cursor:pointer;padding:0;margin-top:.5rem}.redirections{width:100%;padding:1rem;text-align:center;background-color:#0077b6;border-radius:.5rem;margin:1rem auto}.redirections__link{text-decoration:none;color:#fff}.redirections:hover{background-color:#76f3e0}.cta{margin:3rem 0;padding:2rem;background:#fff;color:#1a1a1a;border-radius:2.5rem;-webkit-box-shadow:0 2px 6px rgba(121,121,121,.35);box-shadow:0 2px 6px #79797959}.cta .container{max-width:1440px;margin:0 auto}.cta__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.5rem;text-align:center}.cta__text h2{font-family:Poppin,sans-serif;font-size:clamp(2rem,6vw,3rem);font-weight:700;margin-bottom:.5rem}.cta__text p{font-size:1.25rem;opacity:.8}.cta__button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.9rem 2.8rem;background:#0077b6;color:#fff;text-decoration:none;font-weight:600;border-radius:999px;-webkit-transition:.25s ease;transition:.25s ease}.cta__button:hover{background:#48cae4;-webkit-transform:translateY(-2px);transform:translateY(-2px)}@media(min-width:768px){.hero__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:0}.hero__content__description{-webkit-box-flex:1;-ms-flex:1;flex:1}.hero__image img{max-width:100%}.hero__buttons{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.hero__features{grid-template-columns:repeat(3,1fr)}.hero .hero__features__text{font-size:1.25rem}.hero .hero__features__text p:hover{color:#003cff}.projects__title{text-align:center;font-family:Poppin,sans-serif;font-size:5rem}.projects__description{font-size:1.25rem}.projects__grid{grid-template-columns:repeat(2,1fr);gap:3rem}.projects__grid__singel-title{font-size:2.3rem;text-align:center}.redirections{width:50%}}.cta{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;text-align:left}@media(min-width:1024px){.hero{max-width:1440px;width:100%}.hero__subtile{color:#0077b6}.hero__content{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:0}.hero__text{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;color:#1a1a1a}.hero__text h2{font-size:2rem}.hero__buttons{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:auto}.hero__features{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:1rem}.hero__features__features li{list-style:none}.hero__image{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:0;-ms-flex:0 0 360px;flex:0 0 360px}.projects{max-width:1440px;width:100%}.projects__title{text-align:center;font-family:Poppin,sans-serif;font-size:5rem}.projects__description{font-size:1.25rem}.projects__grid{width:100%;display:grid;grid-template-columns:repeat(3,1fr);-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:7rem;margin:5% auto}.projects__grid__projets__title{font-size:2rem}.projects__grid__singel-title{font-size:3rem}.projects__grid__projet{background:#fff;border-radius:5rem;overflow:hidden;-webkit-transition:-webkit-transform .3s ease,-webkit-box-shadow .3s ease;transition:-webkit-transform .3s ease,-webkit-box-shadow .3s ease;transition:transform .3s ease,box-shadow .3s ease;transition:transform .3s ease,box-shadow .3s ease,-webkit-transform .3s ease,-webkit-box-shadow .3s ease;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-shadow:0 15px 35px rgba(0,0,0,.08);box-shadow:0 15px 35px #00000014}.projects__grid__projet-description{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center;margin:1rem 0}.projects__grid__btn{margin-top:auto}.description-text{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.5}.description-text.open{display:block;overflow:visible}.liste-projets__btn a{margin-top:auto;text-decoration:none;border-bottom:1px solid transparent}.liste-projets__btn a:hover{border-bottom:1px solid #003CFF}.redirections{width:25%}.redirections__link{padding:1rem 2rem}.cta{max-width:1440px;width:100%}.cta__content{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:left;gap:0}.cta__text{-webkit-box-flex:1;-ms-flex:1;flex:1}.cta__button{-ms-flex-negative:0;flex-shrink:0}}.about__me section{margin-bottom:3rem}.subtitle{font-size:clamp(1.75rem,4vw,2.5rem);margin-bottom:1.5rem}.profile{display:block;margin:2rem auto}.profile__text{max-width:65ch;text-align:left;line-height:1.7}.profile__text p{margin-bottom:1rem}.profile__img{width:100%;max-width:100%;margin:5% auto}.profile__img img{width:100%;height:auto;display:block;border-radius:1rem}.passion__content__description{display:grid;gap:2rem;background-color:#003cff;padding:2rem 1rem;border-radius:1rem}.passion__content__description__text{max-width:65ch;margin:0 auto;text-align:left;line-height:1.7;color:#fff}.passion__content__description__text h3{font-size:2rem}.passion__content__description__text p{margin-bottom:1rem}.parcours-section{padding:3rem 1.5rem;background:#d9d9d9;border-radius:1.5rem;margin:3rem 0}.parcours-section .parcours__subtitle{text-align:center;font-size:clamp(1.8rem,4vw,2.8rem);margin-bottom:2.5rem;color:#1a1a1a}.parcours{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem}.parcours-item{background:#003cff;color:#fff;border-radius:1.2rem;padding:1.5rem;margin:5% auto;-webkit-transition:-webkit-transform .3s ease,-webkit-box-shadow .3s ease;transition:-webkit-transform .3s ease,-webkit-box-shadow .3s ease;transition:transform .3s ease,box-shadow .3s ease;transition:transform .3s ease,box-shadow .3s ease,-webkit-transform .3s ease,-webkit-box-shadow .3s ease;-webkit-box-shadow:0 4px 15px rgba(0,0,0,.06);box-shadow:0 4px 15px #0000000f;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem}.parcours-item:hover{-webkit-transform:translateY(-6px);transform:translateY(-6px);-webkit-box-shadow:0 12px 35px rgba(0,0,0,.18);box-shadow:0 12px 35px #0000002e}.parcours-item__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;border-bottom:1px solid rgba(255,255,255,.15);padding-bottom:1rem;margin-bottom:.5rem}.parcours-item__title{font-size:2rem;font-weight:600;margin:0 0 .5rem;position:relative;display:inline-block}.parcours-item__title:after{content:"";position:absolute;bottom:-.4rem;left:0;width:40px;height:3px;background:#fff6;-webkit-transition:width .35s ease;transition:width .35s ease;border-radius:2px}.parcours-item:hover .parcours-item__title:after{width:100%}.parcours-item__date{display:inline-block;padding:.3rem 1rem;background:#ffffff26;border-radius:2rem;font-size:1rem;font-weight:500;margin:.5rem 0 .3rem;letter-spacing:.3px}.parcours-item__school{color:#ffffffe6;font-weight:500;font-size:1.25rem;margin-top:.2rem}.parcours-item__school a{color:#fff;text-decoration:none;border-bottom:1px solid transparent}.parcours-item__school a:hover{border-bottom:1px solid #ffffff}.parcours-item__description{line-height:1.7;font-size:1.25rem;color:#fffffff2}.parcours-item__description p{margin-bottom:.75rem}.parcours-item__description p:last-child{margin-bottom:0}#title__competence{margin-bottom:2rem;font-size:2rem;text-align:left;font-family:Poppins,serif;font-weight:700;width:80%}.competences{width:100%;overflow:hidden;background-color:#d9d9d9;padding:1rem 0;border-radius:1rem;position:relative}.competences__track{display:-webkit-box;display:-ms-flexbox;display:flex;width:-webkit-max-content;width:-moz-max-content;width:max-content;gap:2rem;-webkit-animation:scrollCompetence 20s linear infinite;animation:scrollCompetence 20s linear infinite}.competences__item{-webkit-box-flex:0;-ms-flex:0 0 80px;flex:0 0 80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.competences__img{max-width:100%;max-height:100%;width:auto;height:auto;display:block}.passion__content__description{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:left}.passion__content__description__text,.passion__image{width:100%}.passion__image img{max-width:100%;border-radius:1rem}.passion__image img:hover{-webkit-transform:scale(1.03);transform:scale(1.03)}@-webkit-keyframes scrollCompetence{0%{-webkit-transform:translateX(0);transform:translate(0)}to{-webkit-transform:translateX(-50%);transform:translate(-50%)}}@keyframes scrollCompetence{0%{-webkit-transform:translateX(0);transform:translate(0)}to{-webkit-transform:translateX(-50%);transform:translate(-50%)}}.softSkillsContainer>h2{font-size:clamp(1.75rem,5vw,2.5rem);margin-bottom:2rem}.softSkillsGrid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem;background-color:#d9d9d9;padding:1rem}.softSkill{background:#fff;border-radius:.8rem;padding:1.5rem;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.04);box-shadow:0 2px 8px #0000000a;-webkit-transition:all .3s ease;transition:all .3s ease}.softSkill__imageWrapper{text-align:center;margin-bottom:1rem}.softSkill__imageWrapper img{max-width:64px;height:auto}.softSkill__title{font-size:2rem;font-weight:600;margin-bottom:.75rem;text-align:center}@media(min-width:768px){.profile__text{max-width:70ch;line-height:1.8}.profile__img{width:100%;height:auto}.passion__content__description__text{max-width:100%;line-height:1.8}.softSkillsGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.parcours-section{padding:4rem 2.5rem;margin:4rem 0}.parcours{gap:2rem}.parcours-item{padding:2rem;display:grid;grid-template-columns:1fr 1.5fr;gap:2rem;-webkit-box-align:start;-ms-flex-align:start;align-items:start}.parcours-item__header{border-bottom:none;border-right:2px solid rgba(255,255,255,.15);padding-bottom:0;padding-right:1.5rem;margin-bottom:0}.parcours-item__title{font-size:2rem}.parcours-item__date{font-size:1rem;padding:.4rem 1.2rem}.parcours-item__description{font-size:1.25rem;line-height:1.8;padding-left:.5rem}.passion__content__description{display:grid;grid-template-columns:1fr 1fr;gap:3rem}}@media(min-width:1024px){.about__me section{margin-bottom:5%}.profile{display:grid;grid-template-columns:1fr 1fr;gap:5rem;margin:5% auto}.profile__title{text-align:left;margin-bottom:4.5%}.profile__text{line-height:1.3;max-width:75ch;font-size:1.25rem}.profile__img{width:100%;height:auto}.profile__text p{margin-bottom:2.5%}.passion__content__description__text{max-width:75ch;line-height:1.85}.passion__content__description__text p{font-size:1.25rem}.parcours-section{padding:5rem 4rem;margin:5rem auto;max-width:1300px;border-radius:2rem}.parcours{gap:2.5rem}.parcours-item{padding:2.5rem 3rem;grid-template-columns:1fr 1.8fr;gap:3rem;border-radius:1.5rem}.parcours-item__header{padding-right:2.5rem;border-right-width:3px}.parcours-item__title{font-size:2rem}.parcours-item__title:after{height:4px}.parcours-item__date{font-size:1rem;padding:.4rem 1.5rem;margin:.75rem 0 .4rem}.parcours-item__school{font-size:1.25rem}.parcours-item__description{font-size:1.25rem;line-height:1.85;padding-left:1rem}.softSkillsGrid{grid-template-columns:repeat(4,1fr);gap:2rem}.passion__content{width:100%;color:#1a1a1a}.passion__content .title{font-size:3rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#d6e9ff;letter-spacing:1px}.passion__content__description{display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:3rem;margin-left:0}.passion__content__description__text{-webkit-box-flex:1;-ms-flex:1;flex:1}.passion__content__description__text p{font-size:1.25rem;line-height:1.9;color:#e3edf7;margin-bottom:1.5rem}.parcours__carts{margin:3rem 0}.parcours__carts .parcours-item,.parcours__carts .description{padding:2rem}.parcours__carts .parcours-item h3{font-size:2rem}.passion__image{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.passion__image img{width:50%;max-width:500px;height:auto;-o-object-fit:cover;object-fit:cover;-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}.passion__image img img:hover{-webkit-transform:scale(1.03);transform:scale(1.03)}.passion__image__error{color:#e74c3c;border:1px solid #e74c3c;padding:2rem}.parcours{margin:0 auto}.parcours__timeline{display:grid;grid-template-columns:1fr 2px 1fr;gap:2rem}.parcours__timeline:before{content:"";grid-column:2;width:2px;background:repeating-linear-gradient(to bottom,#003CFF,#003CFF 8px,transparent 8px,transparent 16px)}}.honeypot{position:absolute;left:-9999px;opacity:0;pointer-events:none}.contact-page{max-width:1440px;margin:0 auto;min-height:100vh;padding:3rem 1.5rem;color:#1a1a1a;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.contact-form{width:100%;max-width:900px;background:#fff;border-radius:1.2rem;padding:2.5rem;-webkit-box-shadow:0 0 30px rgba(0,60,255,.15);box-shadow:0 0 30px #003cff26;margin-top:5%}.contact-form__header{margin:3rem auto}.contact-form__title{font-size:clamp(1.5rem,3vw,2.2rem);color:#1a1a1a;margin-bottom:1rem}.contact-form__description p{font-size:1.05rem;line-height:1.8;color:#1a1a1a;text-align:center}.form__success{background:#00d26a26;border-left:5px solid #00d26a;color:#00d26a;padding:1rem;margin-bottom:2rem;border-radius:8px;font-weight:600}.form__error-global{background:#ff4d4d26;border-left:5px solid #ff4d4d;color:#ff4d4d;padding:1rem 1.5rem;margin-bottom:2rem;border-radius:.5rem;font-weight:600}.form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem}.form__group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.5rem}.form__group__label{color:#1a1a1a;font-size:1rem;font-weight:600}.form__group__input{width:100%}.form__note{color:#1a1a1a;font-size:.95rem}input:not([type=checkbox]),textarea,select{width:100%;padding:1rem;background-color:#fff;color:#1a1a1a;border:2px solid #0077b6;border-radius:.75rem;font-size:1rem;line-height:1.5;-webkit-transition:all .3s ease;transition:all .3s ease;font-family:inherit}input:not([type=checkbox])::-webkit-input-placeholder,textarea::-webkit-input-placeholder,select::-webkit-input-placeholder{color:gray}input:not([type=checkbox])::-moz-placeholder,textarea::-moz-placeholder,select::-moz-placeholder{color:gray}input:not([type=checkbox]):-ms-input-placeholder,textarea:-ms-input-placeholder,select:-ms-input-placeholder{color:gray}input:not([type=checkbox])::-ms-input-placeholder,textarea::-ms-input-placeholder,select::-ms-input-placeholder{color:gray}input:not([type=checkbox])::placeholder,textarea::placeholder,select::placeholder{color:gray}input:not([type=checkbox]):hover,textarea:hover,select:hover{border-color:#39f}input:not([type=checkbox]):focus,textarea:focus,select:focus{outline:4px solid rgba(51,153,255,.4);border-color:#39f;-webkit-box-shadow:0 0 10px rgba(51,153,255,.4);box-shadow:0 0 10px #39f6}input:not([type=checkbox]).has-error,textarea.has-error,select.has-error{border-color:#ff4d4d;-webkit-box-shadow:0 0 0 3px rgba(255,77,77,.3);box-shadow:0 0 0 3px #ff4d4d4d}textarea{min-height:180px;resize:vertical}.form__group--checkbox{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:.75rem}.form__group--checkbox .checkbox-label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:.75rem;font-weight:400;color:#1a1a1a;cursor:pointer}.form__group--checkbox .checkbox-label input[type=checkbox]{-ms-flex-negative:0;flex-shrink:0;width:1.25rem;height:1.25rem;margin-top:.2rem}.form__group--checkbox .checkbox-label a{color:#fff;text-decoration:underline}.form__group--checkbox .checkbox-label a:hover{text-decoration:none}.error{color:#ff4d4d;font-size:.95rem;font-weight:600;margin-top:.25rem}.btn-submit{width:100%;-ms-flex-item-align:start;align-self:flex-start;background:#0077b6;color:#fff;border:none;border-radius:10px;padding:1rem 2rem;font-size:1rem;font-weight:700;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}.btn-submit:hover{-webkit-transform:translateY(-3px);transform:translateY(-3px);-webkit-box-shadow:0 0 20px rgba(0,60,255,.5);box-shadow:0 0 20px #003cff80;background:#76f3e0}.btn-submit:focus{outline:4px solid rgba(51,153,255,.4);outline-offset:3px}.btn-submit:active{-webkit-transform:translateY(0);transform:translateY(0)}*:focus-visible{outline:4px solid #3399ff;outline-offset:3px}@media(min-width:768px){.form{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.form .form__group:nth-child(5),.form .form__group:nth-child(6),.form .form__group--checkbox,.form .form__note,.form .btn-submit{grid-column:1/-1}}@media(min-width:1024px){.contact-page{padding:4rem 2rem}.contact-form{padding:3rem}.btn-submit{width:100%}#champs_name,#champs_message{grid-column:1/3}#name{grid-column:1}#firstName{grid-column:2}#email{grid-column:1/-1}#Sujet{grid-column:1}#messaging{grid-column:2}.form__group--checkbox,.form__note,.btn-submit{grid-column:1/-1}}.projects-filters{text-align:left;margin:5% 0}.filter-btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:12px 24px;border-radius:50px;background:#fff;color:#1a1a1a;border:2px solid #003CFF;text-decoration:none;-webkit-transition:.3s;transition:.3s}.filter-btn.active,.filter-btn:hover{background:#003cff;color:#fff;-webkit-box-shadow:0 8px 20px rgba(37,99,235,.25);box-shadow:0 8px 20px #2563eb40;-webkit-transform:translateY(-2px);transform:translateY(-2px)}.project-card{display:-webkit-box;-webkit-line-clamp:2;overflow:hidden;margin-bottom:2.5%;background:#fff;border:1px solid #ececec;-webkit-box-shadow:0 2px 12px rgba(0,0,0,.06);box-shadow:0 2px 12px #0000000f}.project-card-title-title{color:#1a1a1a;font-size:2rem;text-align:center}.projects-grid{display:grid;grid-template-columns:1fr;gap:2rem}.project-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#d9d9d9;border-radius:1rem;padding:1rem;-webkit-transition:all .3s ease;transition:all .3s ease;height:100%}.project-card:hover{-webkit-transform:translateY(-8px);transform:translateY(-8px);-webkit-box-shadow:0 15px 40px rgba(0,0,0,.12);box-shadow:0 15px 40px #0000001f}.project-card__content{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.project-card__title{font-size:2rem;text-align:center;margin-bottom:1rem}.project-card__exemple{line-height:1.6;margin-bottom:1rem;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-line-clamp:3}.project-card__exemple p{font-size:1.25rem}.project-card__link{margin:5% auto;text-align:center}.project-card__btn{display:inline-block;background-color:#003cff;color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;text-decoration:none;-webkit-transition:.3s ease;transition:.3s ease}.project-card__btn:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px);background-color:#76f3e0}.projet__img{width:100%;aspect-ratio:16/9;margin-bottom:1rem;overflow:hidden;border-radius:.5rem}.projet__img__img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.project-techs{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.5rem;margin:.75rem 0 1rem;padding:0;list-style:none}.project-techs .project-tech{background:#0077b61a;color:#003cff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.3rem;padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:500;border:1px solid beige}.project-techs .project-tech img{width:16px;height:16px;-o-object-fit:contain;object-fit:contain}.project-techs abbr[title]{text-decoration:none;border-bottom:none;cursor:inherit}@media(min-width:768px){.projects-grid{grid-template-columns:repeat(2,1fr)}.project-card__title{font-size:2rem}}@media(min-width:1024px){.projects-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.project-card__title{font-size:2rem}}.single-projet__title{font-size:3rem;text-align:center;margin:2rem 1rem;color:#1a1a1a}.projet-hero__title{font-size:3rem;margin:2rem 1rem;text-align:center;color:#1a1a1a;text-shadow:0 0 10px rgba(0,191,255,.4)}.projet-hero__contenu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2rem}.projet-hero__img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover;border-radius:20px;overflow:hidden;border:2px solid rgba(0,191,255,.4);-webkit-box-shadow:0 10px 30px rgba(0,0,0,.15);box-shadow:0 10px 30px #00000026;-webkit-transition:-webkit-transform .3s ease,-webkit-box-shadow .3s ease;transition:-webkit-transform .3s ease,-webkit-box-shadow .3s ease;transition:transform .3s ease,box-shadow .3s ease;transition:transform .3s ease,box-shadow .3s ease,-webkit-transform .3s ease,-webkit-box-shadow .3s ease}.projet-hero__img:hover{-webkit-transform:scale(1.02);transform:scale(1.02);-webkit-box-shadow:0 15px 40px rgba(0,0,0,.2);box-shadow:0 15px 40px #0003}.projet-hero__description{width:100%;background:#003cff;padding:1.5rem;border-radius:20px}.projet-hero__description p,.projet-hero__description ul,.projet-hero__description li{margin-bottom:1rem;line-height:1.7;color:#fff}.projet-hero__description ul{padding-left:1.5rem}.projet-hero__description ul li{list-style:disc}.projet-redirection{text-align:center;margin:2rem 0}.projet-redirection .btn-primary{display:inline-block;background:#003cff;color:#fff;padding:.8rem 2rem;border-radius:2rem;text-decoration:none;font-weight:600;-webkit-transition:background .2s,-webkit-transform .2s;transition:background .2s,-webkit-transform .2s;transition:background .2s,transform .2s;transition:background .2s,transform .2s,-webkit-transform .2s}.projet-redirection .btn-primary:hover{background:#76f3e0;-webkit-transform:translateY(-2px);transform:translateY(-2px)}.projet-section{background:#111827;padding:1.5rem;border-radius:20px;margin-bottom:1.5rem;border-left:4px solid #00bfff;-webkit-box-shadow:0 10px 25px rgba(0,0,0,.2);box-shadow:0 10px 25px #0003}.projet-section__title{color:#00bfff;margin-bottom:1rem}.sidebar-widget{background:linear-gradient(145deg,#111827,#1e293b);padding:1.5rem;border-radius:20px;margin-bottom:1.5rem;border:1px solid rgba(0,191,255,.2);-webkit-box-shadow:0 0 15px rgba(0,191,255,.1);box-shadow:0 0 15px #00bfff1a}.sidebar-widget__title{color:#00bfff;margin-bottom:1rem}.section-title{font-size:3rem;margin:2rem 1rem;text-align:center;color:#1a1a1a;text-shadow:0 0 10px rgba(0,191,255,.4)}.related-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;padding:0;list-style:none}.related-card{background:#003cff;border-radius:1rem;padding:1rem;overflow:hidden;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.06);box-shadow:0 4px 12px #0000000f;-webkit-transition:-webkit-transform .25s ease,-webkit-box-shadow .25s ease;transition:-webkit-transform .25s ease,-webkit-box-shadow .25s ease;transition:transform .25s ease,box-shadow .25s ease;transition:transform .25s ease,box-shadow .25s ease,-webkit-transform .25s ease,-webkit-box-shadow .25s ease;border:1px solid rgba(0,60,255,.15)}.related-card:hover{-webkit-transform:translateY(-5px);transform:translateY(-5px);-webkit-box-shadow:0 10px 30px rgba(0,0,0,.1);box-shadow:0 10px 30px #0000001a}.related-card__link-wrapper{display:block;padding:1rem;text-decoration:none;color:inherit}.related-card__title a{color:#fff;text-decoration:none}.related-card__link{color:#00bfff;font-weight:600}.related-card__title{font-size:1.2rem;font-weight:600;margin-bottom:.5rem;color:#1a1a1a}.related-card__cta{color:#003cff;font-weight:600}.related-card__cta:hover{text-decoration:underline}.related-card__content{margin:0 5%}@media(min-width:768px){.projet-hero__title{text-align:left;margin:3rem}.projet-hero__contenu{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:3rem}.projet-hero__img{-webkit-box-flex:1;-ms-flex:1;flex:1;width:50%;max-width:500px}.projet-hero__description{-webkit-box-flex:1;-ms-flex:1;flex:1;width:50%}.projet-redirection{text-align:left}.related-grid{grid-template-columns:repeat(2,1fr)}.related-card{width:calc(50% - 1rem)}.section-title{text-align:left;margin:3rem}}@media(min-width:1024px){.projet-hero__title{font-size:3rem;margin:5% auto;text-align:left;color:#1a1a1a;text-shadow:0 0 10px rgba(0,191,255,.4)}.projet-hero__contenu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:4rem}.projet-hero__img{width:45%;max-width:550px;min-width:350px;border-radius:20px;border:2px solid rgba(0,191,255,.4);-webkit-box-shadow:0 10px 30px rgba(0,0,0,.4),0 0 20px rgba(0,191,255,.25);box-shadow:0 10px 30px #0006,0 0 20px #00bfff40;-webkit-transition:all .4s ease;transition:all .4s ease}.projet-hero__img:hover{-webkit-transform:scale(1.03);transform:scale(1.03);-webkit-box-shadow:0 15px 40px rgba(0,0,0,.5),0 0 30px rgba(0,191,255,.5);box-shadow:0 15px 40px #00000080,0 0 30px #00bfff80}.projet-hero__description{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:2rem}.projet-hero__description h2{font-size:1.5rem;color:#fff}.projet-hero__description li{margin-left:5%;list-style:disc}.projet-redirection{text-align:left}.related-grid{grid-template-columns:repeat(3,1fr);gap:2rem}.related-card{width:auto}.one__redirections{display:inline-block;width:auto;padding:1rem;text-align:left;background-color:#003cff;border-radius:.5rem;margin:1rem auto}.one__redirections:hover{background-color:#48cae4}.one__redirections__link{color:#fff;text-decoration:none;padding:1rem}}
