@charset "UTF-8";.site{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100vh}.container_logo{background:#f6e5fc;padding:20px}.nav_header{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;gap:10px;position:relative}.house{fill:#e3558d}.menu_icon{display:none;cursor:pointer;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:5px;padding:10px}.menu_icon span{display:block;height:3px;width:25px;border-radius:2px;background:#e3558d}.menu-toggle{display:none}.menu_links{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;width:100%;-ms-flex-line-pack:center;align-content:center}.nav_main_menu{text-decoration:none;color:#e3558d;font-family:Poppins,sans-serif,Helvetica,Arial;font-size:1.25rem;font-weight:400;border-bottom:5px solid transparent}.nav_header{padding:0 20px}.house{position:absolute;left:90%;bottom:15%}.menu_icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;margin-right:auto;z-index:2;color:#e3558d}.menu_links{position:absolute;top:100%;left:0;background:#f6e5fc;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0;max-height:0;overflow:hidden;padding:0 20px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transform-origin:top center;transform-origin:top center;opacity:0;-webkit-transform:translateY(-20px) scaleY(.95);transform:translateY(-20px) scaleY(.95);-webkit-transition:max-height .4s ease,padding .3s ease,opacity .3s ease,-webkit-transform .4s cubic-bezier(.34,1.56,.64,1);transition:max-height .4s ease,padding .3s ease,opacity .3s ease,-webkit-transform .4s cubic-bezier(.34,1.56,.64,1);transition:max-height .4s ease,padding .3s ease,opacity .3s ease,transform .4s cubic-bezier(.34,1.56,.64,1);transition:max-height .4s ease,padding .3s ease,opacity .3s ease,transform .4s cubic-bezier(.34,1.56,.64,1),-webkit-transform .4s cubic-bezier(.34,1.56,.64,1)}.menu-toggle:checked~.menu_links{max-height:500px;padding:20px;opacity:1;-webkit-transform:translateY(0) scaleY(1);transform:translateY(0) scaleY(1)}.nav_main_menu{padding:15px 0;opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}.menu-toggle:checked~.menu_links .nav_main_menu{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition-delay:.2s;transition-delay:.2s}header{opacity:0;-webkit-transform:translateY(-50px);transform:translateY(-50px);-webkit-transition:opacity .8s ease,-webkit-transform .8s ease;transition:opacity .8s ease,-webkit-transform .8s ease;transition:opacity .8s ease,transform .8s ease;transition:opacity .8s ease,transform .8s ease,-webkit-transform .8s ease}.animate-slide-in{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}@media (min-width: 1024px){.nav_header{padding:0}.house{position:static}.menu_icon{display:none}.menu_links{position:static;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-height:none;opacity:1;-webkit-transform:none;transform:none;padding:0}.nav_main_menu{opacity:1;-webkit-transform:none;transform:none;position:relative;padding:.5rem}.nav_main_menu:after{content:"";position:absolute;bottom:0;left:0;width:0;height:.125rem;background-color:#e3558d;-webkit-transition:width .3s ease;transition:width .3s ease}.nav_main_menu:hover:after{width:100%}}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}.footer{font-family:Poppins,sans-serif,Helvetica,Arial;font-size:.875rem;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-pack:center;-ms-flex-pack:center;justify-content:center;background:#f6e5fc;padding:1.25rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem}.footer__info{list-style:none;margin:0;padding:0;gap:.625rem;line-height:1.25rem;color:#e3558d;text-align:center}.footer__social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.9375rem}.footer__social a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer__icon{width:1.875rem;height:1.875rem;fill:#e3558d}.footer__icon--instagram{fill-rule:evenodd}.footer .coordonnates{font-weight:700}.footer .mail,.footer .tel{color:#e3558d;text-decoration:underline}@media (min-width: 1024px){.footer{-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:start;-ms-flex-align:start;align-items:flex-start;gap:0}.footer__info{text-align:left}}.text-media__content-text{margin-left:1.25rem;margin-right:1.25rem;font-family:Poppins,sans-serif,Helvetica,Arial;font-size:1rem;line-height:1.8;max-width:37.5rem;text-align:center}.content-section__title{font-family:Days One,sans-serif,Helvetica,Arial;text-align:center;color:#e3558d;font-size:.5rem;margin-bottom:1.5rem}.section_item_title{font-family:Days One,sans-serif,Helvetica,Arial;font-size:1.875rem;margin:4.375rem 0 3.75rem 1.25rem;max-width:50rem}.ul_div_flex{margin-left:1.25rem;max-width:40rem}.section_container_title{color:#e3558d;margin-top:4rem;font-family:Days One,sans-serif,Helvetica,Arial;font-size:2rem;max-width:40rem;text-align:center}.text-media__content-headline{margin:1.25rem;font-family:Days One,sans-serif,Helvetica,Arial;font-size:1.5rem;color:#e3558d;max-width:40rem;text-align:center}.card_title{font-family:Poppins,sans-serif,Helvetica,Arial;font-size:1.5rem;font-weight:700;margin-bottom:1rem;text-align:center;max-width:30rem;margin-left:auto;margin-right:auto}.card{max-width:20rem;width:70%;margin-left:0;margin-right:0;line-height:1.5}.card span{display:block;font-size:.875rem;line-height:2;font-family:Poppins,sans-serif,Helvetica,Arial}.text-media__content-container{max-width:350px;text-align:left}.text-media__position,.text-media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:1.25rem;margin-right:1.25rem}.section-wrapper,.section__card,.parcours__grid,.comp_skills{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.25rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1rem}.parcours{background-color:#f6e5fc;padding:1rem;border:.16rem solid #E9CEF2;border-radius:.5rem;min-height:11.25rem;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-sizing:border-box;box-sizing:border-box;font-family:Poppins,sans-serif,Helvetica,Arial;text-align:center;margin-left:0}.parcours__grid{margin:1.25rem 0;max-width:100%}.comp_skills{max-width:100%}.content-section__card{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;max-width:75rem;margin-left:auto;margin-right:auto}.text-media{-ms-flex-line-pack:start;align-content:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.text-media__image{max-width:12.5rem;width:100%;height:auto;-o-object-fit:cover;object-fit:cover;margin-bottom:1.25rem;margin-top:1.25rem;margin-left:0;border-radius:8px;border:.16rem solid #E9CEF2}.content-section__card>p{text-align:center;line-height:2}.div_project_h2{padding-top:1.25rem;max-width:40rem;margin-left:auto;margin-right:auto}@media (min-width: 1024px){.text-media__position{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;max-width:75rem}.container_section{max-width:1200px;margin:auto}.section-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:1.875rem;max-width:75rem}.parcours{min-height:11.25rem;max-width:30rem;width:auto;margin-left:auto;margin-right:auto;line-height:unset}.card{max-width:30rem;width:auto;margin-left:auto;margin-right:auto;line-height:unset}.parcours__grid{display:grid;grid-template-columns:repeat(4,1fr)}.comp_skills{display:grid;grid-template-columns:repeat(3,1fr);font-size:unset}.section__card,.section-wrapper{display:grid;font-size:unset}.content-section__card{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.text-media{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.text-media__content-container{max-width:700px}.text-media__content-text,.section_container_title{text-align:left}.content-section__card>p{text-align:center;line-height:1;max-width:300px}}.contact{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;margin:auto;padding:0 1rem;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.title_h2{font-family:Days One,sans-serif,Helvetica,Arial;font-size:2rem;text-align:center;padding:1.25rem 0 0;width:100%;color:#e3558d;max-width:40rem;margin-left:auto;margin-right:auto}.coord_wrapper h2,.field__label{color:#e3558d}.contact__form,.coord_wrapper{width:100%;max-width:100%}form{border:.16rem solid #E9CEF2;border-radius:.5rem;width:100%;max-width:100%;padding:1rem;-webkit-box-sizing:border-box;box-sizing:border-box;background:#f6e5fc}.form__fields{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.field{font-family:Days One,sans-serif,Helvetica,Arial;font-size:1rem;margin:1.25rem 0}.field .field__input{width:100%;padding:.5rem;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:.625rem;margin-top:.625rem;border-radius:.5rem;border:1px solid #E3558D}.field textarea.field__input{height:9.375rem;resize:none}.field .field__error{color:#ef005e}.form__submit{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.btn{font-family:Days One,sans-serif,Helvetica,Arial;width:100%;padding:.75rem;background-color:#e9cef2;border-radius:.25rem;border:none;color:#e3558d;font-size:1rem;cursor:pointer}.btn:hover{-webkit-transform:scale(1.02);transform:scale(1.02)}.coord_wrapper{padding:1rem;border-radius:.5rem;background:#f6e5fc;-webkit-box-sizing:border-box;box-sizing:border-box;color:#000;font-family:Poppins,sans-serif,Helvetica,Arial;max-width:100%}.coord_wrapper h2{font-family:Days One,sans-serif,Helvetica,Arial;font-size:1.5rem;margin-bottom:1rem}.coord_wrapper span{display:block;margin-bottom:.75rem;font-size:.9rem;color:#000}.contact__success{color:#e3558d;font-family:Days One,sans-serif,Helvetica,Arial}.animated-submit{position:relative;width:300px;height:60px;border-radius:30px;background:#f6e5fc;border:4px solid #E9CEF2;overflow:hidden;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease;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}.btn__text{font-size:1.2rem;color:#e3558d;z-index:2;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.btn__check{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);opacity:0;font-size:2rem;color:#fff;z-index:3;-webkit-transition:opacity .4s ease,-webkit-transform .4s ease;transition:opacity .4s ease,-webkit-transform .4s ease;transition:transform .4s ease,opacity .4s ease;transition:transform .4s ease,opacity .4s ease,-webkit-transform .4s ease}.animated-submit.clicked{width:60px;height:60px;border-radius:50%;background:#e9cef2}.animated-submit.clicked .btn__text{opacity:0}.animated-submit.clicked .btn__check{opacity:1;-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}@-webkit-keyframes extend{0%{width:300px;height:60px;border-radius:30px}50%{width:320px;height:65px;background:#fff}to{width:60px;height:60px;border-radius:50%;background:#f6e5fc}}@keyframes extend{0%{width:300px;height:60px;border-radius:30px}50%{width:320px;height:65px;background:#fff}to{width:60px;height:60px;border-radius:50%;background:#f6e5fc}}@-webkit-keyframes disappear{0%{opacity:1}to{opacity:0}}@keyframes disappear{0%{opacity:1}to{opacity:0}}@media (min-width: 1024px){.contact{-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:start;-ms-flex-align:start;align-items:flex-start;gap:2rem;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:2.5rem;max-width:75rem;padding:0;-webkit-box-sizing:content-box;box-sizing:content-box;width:auto}.contact__form{-webkit-box-flex:1;-ms-flex:1 1 60%;flex:1 1 60%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;max-width:37.5rem;width:auto}form{max-width:37.5rem;padding:1.25rem;width:100%}.coord_wrapper{-webkit-box-flex:1;-ms-flex:1 1 35%;flex:1 1 35%;padding:1.5rem;border-radius:.5rem;max-width:25rem;background:none}.coord_wrapper span{font-size:1rem}}.stage__headline{font-family:Days One,sans-serif,Helvetica,Arial;font-size:2rem;text-align:center;margin-top:4.375rem;margin-bottom:2.5rem;color:#e3558d}.content-section__project{text-align:center}.div_project_h2{font-family:Days One,sans-serif,Helvetica,Arial;font-size:1.5rem;margin-bottom:1.5rem;color:#e3558d}.show_project{font-family:Days One,sans-serif,Helvetica,Arial;font-size:2rem;text-align:center;padding:1.25rem;max-width:50rem;margin:.625rem auto;color:#e3558d}.content-section__text{font-family:Poppins,sans-serif,Helvetica,Arial;text-align:center;font-size:1rem;line-height:2;margin-bottom:6.625rem;max-width:40.625rem;margin-left:auto;margin-right:auto}.project-list{max-width:75rem}.gallery_flex_wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;justify-content:space-around;gap:1rem;max-width:75rem;margin:0 auto;padding:0;-ms-overflow-style:none;scrollbar-width:none}.gallery_flex_wrapper::-webkit-scrollbar{display:none}.gallery__item{-webkit-box-flex:1;-ms-flex:1 1 1;flex:1 1 1;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:4.6875rem;background:#fff;max-width:21.875rem}.content-section__title{font-family:Days One,sans-serif,Helvetica,Arial;font-size:1.5rem;margin-bottom:1.5rem;color:#e3558d;text-align:center}.pagination{text-align:center;padding-bottom:1.25rem;font-family:Poppins,sans-serif,Helvetica,Arial;color:#e3558d;font-size:1.2rem}.div_filter{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.625rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;max-width:40rem;margin:1.25rem auto}.filter_link{padding:.5rem 1rem;border:.16rem solid #E9CEF2;color:#e3558d;text-decoration:none;border-radius:.5rem;font-family:Poppins,sans-serif,Helvetica,Arial;font-size:1rem;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.active-project{background:#f6e5fc}.cards_projects{width:100%;max-width:19.375rem;height:auto;border:solid .16rem #E3558D;border-radius:.5rem;aspect-ratio:1;-o-object-fit:cover;object-fit:cover;margin:0 auto}.project_card{width:100%;max-width:21.875rem;height:auto;border:solid .16rem #E3558D;border-radius:.5rem;aspect-ratio:1;-o-object-fit:contain;object-fit:contain}.content-section__inner{text-align:center;padding-bottom:2.5rem}.div-btn_container{margin:2.5rem;text-align:center}.div-btn_container:hover{-webkit-transform:scale(1.02);transform:scale(1.02)}a.moulin{background:#f6e5fc;font-family:Days One,sans-serif,Helvetica,Arial;color:#e3558d;border:none;border-radius:.5rem;padding:.5rem 2rem;font-size:2rem;line-height:3.125rem;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;margin:2.5rem}.content-section:nth-of-type(odd) .content-section__card{background:none}.content-section:nth-of-type(2n) .content-section__card{background:#e9cef2;border-radius:8px;max-width:100vw}.lightbox{position:fixed;inset:0;background:#000000d9;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-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9999}.lightbox.hidden{display:none}.lightbox__image{max-width:90vw;max-height:80vh}.lightbox__close{position:absolute;top:1rem;right:2rem;font-size:3rem;color:#fff;cursor:pointer}.lightbox__nav button{background:none;border:none;color:#fff;font-size:2rem;margin:0 1rem;cursor:pointer}@media (max-width: 600px){.stage__headline{font-size:1.8rem}.content-section__text{max-width:300px;line-height:1.5;margin-left:auto;margin-right:auto}.content-section__inner{max-width:1200px}.gallery_flex_wrapper{-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow-x:auto;-webkit-scroll-snap-type:x mandatory;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory;padding:1rem}.gallery__item{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16rem;scroll-snap-align:start}}main{background-image:url(/wp-content/themes/dw/public/assets/fleur-BMvhszIr.svg);background-repeat:no-repeat;background-position:top right;background-size:7rem}.intro-text__paragraph{font-family:Poppins,sans-serif,Helvetica,Arial;font-size:1rem;color:#e3558d;text-align:center;line-height:1.5;max-width:400px;margin:auto}.intro-section__title{font-size:2rem;text-align:center;font-family:Days One,sans-serif,Helvetica,Arial;line-height:3.125rem;color:#e3558d;margin-top:70px;max-width:50rem;margin-left:auto;margin-right:auto}.intro-section__subtitle{font-family:Poppins,sans-serif,Helvetica,Arial;text-align:center;font-size:1.5rem;font-weight:400;line-height:3.75rem;color:#e3558d;max-width:40rem;margin-left:auto;margin-right:auto}.project-section__heading{font-family:Days One,sans-serif,Helvetica,Arial;font-size:2rem;color:#e3558d;text-align:center;margin:100px auto 50px;max-width:50rem}.main-nav__container{z-index:1;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;max-width:60rem;margin-left:auto;margin-right:auto}.main-nav__container .main-nav__item{background:#f6e5fc;font-family:Days One,sans-serif,Helvetica,Arial;border:none;border-radius:.5rem;padding:.5rem 2rem;font-size:2rem;line-height:3.125rem;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;margin:2.5rem;text-align:center;color:#e3558d;font-weight:400}.main-nav__container .main-nav__item:hover{-webkit-transform:scale(1.02);transform:scale(1.02)}.main-nav__container .main-nav__item .main-nav__link{position:relative;font-family:Poppins,sans-serif,Helvetica,Arial;font-size:1.5rem;font-weight:200;text-decoration:none;text-align:center;display:block}.main-nav__container .main-nav__item .main-nav__link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:.125rem;background-color:#e3558d;-webkit-transition:width .3s ease;transition:width .3s ease}.main-nav__container .main-nav__item .main-nav__link:hover:after{width:100%}.grid-projects,.project{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:2.5rem;max-width:75rem;margin-left:auto;margin-right:auto;padding:2rem}.project-card{width:100%;max-width:21.875rem}.__title-h1{font-size:1.75rem}.project-card__title{font-family:Days One,sans-serif,Helvetica,Arial;font-size:1.5rem;text-align:center;text-decoration:none;color:#e3558d;margin-bottom:10px}a{text-decoration:none}.project-list{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1.5625rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:75rem;margin-left:auto;margin-right:auto}.project-card{-webkit-transition:-webkit-transform .3s ease,-webkit-box-shadow .5s ease;transition:-webkit-transform .3s ease,-webkit-box-shadow .5s ease;transition:transform .3s ease,box-shadow .5s ease;transition:transform .3s ease,box-shadow .5s ease,-webkit-transform .3s ease,-webkit-box-shadow .5s ease;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:1.5625rem;border-radius:.5rem;max-width:21.875rem;margin-left:auto;margin-right:auto;position:relative;overflow:hidden}.project-card:hover{-webkit-transform:translateY(-.3125rem);transform:translateY(-.3125rem)}.project-card .project-card__link{position:absolute;inset:0;z-index:2;text-indent:-9999px;text-decoration:none;color:#e3558d}.project-card .div__card__container{position:relative;z-index:1;padding:1rem;text-align:center;max-width:100%}.project{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:75rem;margin:0 auto;padding:2rem;justify-items:center}.project:hover{-webkit-transform:translateY(-.3125rem);transform:translateY(-.3125rem)}.story__fig{width:100%;max-width:19.375rem;height:auto;border:solid .16rem #E3558D;border-radius:.5rem;aspect-ratio:1;-o-object-fit:cover;object-fit:cover;margin:0 auto}.section_item{font-family:Days One,sans-serif,Helvetica,Arial;font-size:2rem;color:#e3558d;margin:3.75rem auto;text-align:center;max-width:50rem}.svg_cat{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;fill:none;stroke:#000;stroke-miterlimit:10}.svg_cat.centered{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:1.875rem}.sro{position:absolute;overflow:hidden;width:.0625rem;height:.0625rem;margin:-.0625rem;padding:0;border:0}.site{min-height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.intro-text__paragraph{line-height:2.2;margin:auto;padding-top:40px}@media (min-width: 1024px){main{background-position-y:3.75rem;background-position-x:right;background-size:21.875rem}.intro-section__title{font-size:4rem}.intro-section__subtitle{font-size:2rem}.intro-text__paragraph{text-align:center;max-width:600px}.main-nav__container .main-nav__item{padding:.5rem 11rem}.main-nav__link{font-size:2rem}@-webkit-keyframes fadeUp{0%{opacity:0;-webkit-transform:translateY(1.25rem);transform:translateY(1.25rem)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeUp{0%{opacity:0;-webkit-transform:translateY(1.25rem);transform:translateY(1.25rem)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.animate-fade-up{-webkit-animation:fadeUp .8s ease-out;animation:fadeUp .8s ease-out}.grid-projects,.project{display:grid;grid-template-columns:repeat(2,1fr);justify-items:center;gap:2.5rem}.project-card{width:auto}}@font-face{font-family:Days One;src:url(/wp-content/themes/dw/public/assets/DaysOne-Regular-B-Sb6OTb.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/wp-content/themes/dw/public/assets/Poppins-Regular-CTKNfV9P.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}
