@import"https://fonts.googleapis.com/css2?family=Fjalla+One&family=Roboto:wght@400;700&display=swap";.toast{max-height:20px;padding:5px 10px;margin-top:10px;font-weight:bold;border-radius:1rem;color:#fff;transition:ease-in 1s;z-index:-1}.toast--success{background-color:#678867}.toast--error{background-color:#ec3f3f}.toast--warning{background-color:#b47500}@media screen and (max-width: 576px){.toast--warning{background-color:#444}}.button{border:1px solid rgba(0,0,0,0);border-radius:2rem;padding:.5% 1%;margin:1%}.button--dark{background-color:#48509e;color:#fff;border:1px solid #48509e}.button--dark--hover:hover{cursor:pointer;background-color:#fff;color:#48509e;border:1px solid #6871c0}.button--light{background-color:#fff;color:#48509e;border:1px solid #48509e}.button--light--hover:hover{cursor:pointer;background-color:#48509e;color:#fff}.confirm-deletion{display:flex;flex-direction:column;align-items:center;justify-content:center;transform:scale(0);transition:10ms ease-in-out;position:absolute;z-index:1;top:0;right:5vw;height:15vh;width:20vw;border-radius:2rem;border:1px solid #48509e;background:#fff;text-align:center;opacity:1}@media screen and (max-width: 991px){.confirm-deletion{height:15vh;width:40vw}}@media screen and (max-width: 576px){.confirm-deletion{height:15vh;width:60vw}}.confirm-deletion__buttons{display:flex;justify-content:center;align-items:center;margin-top:3%}.confirm-deletion__buttons button{margin:0 5%;padding:3% 10%}.confirm-deletion__buttons button:hover{cursor:pointer}.loader{width:100%;height:100vh;display:flex;justify-content:center;align-items:center}.loader__animation{width:5px;height:5px;border:10px solid #fff;border-top:10px solid #48509e;border-left:10px solid #48509e;border-right:10px solid #48509e;border-radius:50%;animation:spin 2s linear infinite;margin:auto;padding:2%}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}*{padding:0;margin:0;font-family:"Roboto",Helvetica,sans-serif}html{scroll-behavior:smooth}h1{font-family:"Fjalla One",sans-serif;color:#444;margin:2% 0}h2{font-family:"Fjalla One",sans-serif;color:#444}h3{font-family:"Fjalla One",sans-serif;color:#444}.title--white{color:#fff}main{min-height:85vh;padding-top:7vh}@media screen and (max-width: 991px){main{padding-top:0}}nav{height:5vh;width:100%;background-color:#303030;padding:.3%;display:flex;align-items:center;justify-content:center;position:fixed;z-index:999}@media screen and (max-width: 991px){nav{position:relative;justify-content:flex-end;z-index:1;padding:0}}nav a{text-decoration:none;color:#fff;padding:0% 3%}nav a:hover{border-bottom:1px solid #fff}.logo{width:25%}.logo img{width:15%;z-index:1}@media screen and (max-width: 576px){.logo img{width:20%}}@media screen and (max-width: 991px){.logo{width:100%;display:flex;justify-content:center}}.navbar{width:80%;height:100%;display:flex;align-items:center;justify-content:space-around}@media screen and (max-width: 991px){.navbar{width:100%;flex-direction:column;height:fit-content;position:absolute;top:0;left:0;transition:1s;padding:2% 0;background-color:rgba(48,48,48,.8)}}@media screen and (max-width: 991px){.navbar *{width:100%}}@media screen and (max-width: 991px){.navbar.hidden{transform:translateY(-120%);opacity:0}}@media screen and (max-width: 991px){.navbar.visible{transform:translateY(5vh);z-index:2}}.menu{list-style-type:none;display:flex;align-items:center;justify-content:space-around;width:30%}@media screen and (max-width: 991px){.menu{flex-direction:column}}.menu li{text-align:center}@media screen and (max-width: 991px){.menu li{margin:2% 0}}.menu__burger{display:none;width:fit-content;margin-right:3%}@media screen and (max-width: 991px){.menu__burger{display:flex;justify-self:flex-end}}@media screen and (max-width: 991px){.menu__burger i{opacity:1;color:#fff;font-size:1.5rem}}.auth{width:100%}.auth li{width:20vw}@media screen and (max-width: 991px){.auth li{width:100%}}#logout{border-bottom:none;background-color:#48509e;border-radius:2rem;padding:1.5% 4%}#logout:hover{background-color:#6871c0}.footer{height:max-content;background-color:#303030;display:flex;justify-content:center;align-items:center}.footer section{display:flex;justify-content:center;align-items:center;width:30%}.footer__logo img{max-width:20%}@media screen and (max-width: 991px){.footer__logo img{max-width:40%}}@media screen and (max-width: 576px){.footer__logo img{max-width:50%}}.footer__menu ul{display:flex;flex-direction:column;justify-content:center;align-items:center;list-style-type:none}.footer__menu ul a{text-decoration:none;color:#fff;font-size:.8rem;font-weight:200}h2{margin-bottom:2%;width:max-content}main{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.form{display:flex;flex-direction:column;justify-content:center;align-items:center;width:30%;height:max-content;margin-top:2%}label,input{margin-top:2%}input,textarea{outline:none;border:1px solid #48509e;padding:1%}input{width:60%}input:focus{border:2px solid #48509e}textarea{width:80%}textarea:focus{border:2px solid #48509e}input[type=submit]{width:30%;border-radius:2rem;background-color:#48509e;color:#fff;margin:5% 0;padding:.5%}input[type=submit]:hover{cursor:pointer}@media screen and (max-width: 991px){.rc-anchor-normal{width:10vw}}#form__login{display:flex;flex-direction:column;justify-content:center;align-items:center;width:30%;height:35%;border:1px solid #48509e}#form__login .g-recaptcha{margin-top:5%}@media screen and (max-width: 991px){#form__login{width:55%}}@media screen and (max-width: 576px){#form__login{width:90%}}#home{display:flex;justify-content:space-evenly;width:100%;z-index:0}@media screen and (max-width: 991px){#home{display:flex;flex-direction:column;justify-content:center;align-items:center}}#home section{margin:2% 0;display:flex;flex-direction:column;align-items:center}#home section:nth-child(2){width:70%}#home section:last-child{width:30%}@media screen and (max-width: 991px){#home section:last-child{width:90%}}#home section.blurred{opacity:.3}table{width:100%;padding:2%;border:1px solid #48509e}thead{font-weight:bold}th{background-color:#48509e;color:#fff;height:30px}tr{position:relative}td{text-align:center}td .button{padding:1.5% 4%}td a{margin:0 2%}td img{width:auto;height:15vh}@media screen and (max-width: 991px){td img{width:50%;height:auto}}.table__projects td:first-child{width:20%}.cover{width:30%}.cover img{width:100%}.images{width:100%;height:30%;display:flex;justify-content:center;align-items:center}.image{display:flex;flex-direction:column;width:30%;margin:0 1%}.image img{width:100%}.categories{width:75vw;display:flex;justify-content:center;align-items:center;justify-content:flex-start;flex-wrap:wrap}.categories__checkbox{display:flex;justify-content:center;align-items:center;width:11vw;margin:1%}.categories__checkbox label{width:90%}h1.contact-page{text-align:center;font-weight:500;font-size:2rem}@media screen and (max-width: 576px){h1.contact-page{font-size:1.5rem;padding-top:15px}}.main{width:100%;display:flex;flex-direction:column;align-items:center}.info{width:75%;display:flex;align-items:center;justify-content:space-around;margin-bottom:3.4%}@media screen and (max-width: 991px){.info{flex-direction:column}}.info .fa-solid{color:#48509e;font-size:1.5rem}.info__map{display:flex;justify-content:center;align-items:center;width:25%}@media screen and (max-width: 991px){.info__map{width:80%}}.info__mail{display:flex;justify-content:center;align-items:center;width:25%}@media screen and (max-width: 991px){.info__mail{width:80%}}.info__phone{display:flex;justify-content:center;align-items:center;width:25%}@media screen and (max-width: 991px){.info__phone{width:80%}}.info__text{width:max-content;color:#444;padding:0 5%}@media screen and (max-width: 991px){.info__text{padding:5%;font-size:.9rem}}.contact{padding-top:5%;padding-bottom:2%;width:75%;display:flex;flex-direction:column;align-items:center;position:relative}.contact__form{width:70%;display:flex;flex-direction:column;align-items:center}@media screen and (max-width: 576px){.contact__form{width:100%}}.contact__form input{width:65%;outline:none;border:1px solid #48509e;margin-bottom:2%;height:2vh}@media screen and (max-width: 991px){.contact__form input{width:80%}}@media screen and (max-width: 576px){.contact__form input{width:100%;margin-bottom:3%;padding:2%}}.contact__form input:focus{border:3px solid #48509e}.contact__form textarea{width:65%;outline:none;border:1px solid #48509e;margin-bottom:2%;height:15vh}@media screen and (max-width: 991px){.contact__form textarea{width:80%}}@media screen and (max-width: 576px){.contact__form textarea{width:100%;margin-bottom:10%;padding:2%}}.contact__form textarea:focus{border:3px solid #48509e}.contact__form input[type=submit]{width:15%;height:5%;border-radius:2rem;background-color:#48509e;color:#fff}.contact__form input[type=submit]:hover{cursor:pointer;background-color:#6871c0}@media screen and (max-width: 991px){.contact__form input[type=submit]{width:25%}}@media screen and (max-width: 576px){.contact__form input[type=submit]{margin-top:10%;width:40%;height:2%}}.contact__form span{margin:1% 0;font-style:italic;text-align:center}@media screen and (max-width: 576px){.contact__form span{font-size:.8rem;margin:3% 0}}.contact__line{height:.7%;width:60%;position:absolute}.contact__line--darkBlue{background-color:#48509e;top:0;transform:translate(-12%)}.contact__line--lightBlue{background-color:#6ed6ff;transform:translateX(12%);top:1.6%}h2{color:#444;text-align:center;margin:2% 0;font-weight:500;font-size:2rem}.banner{max-height:95vh;width:100%;position:relative;margin-top:-2vh}@media screen and (max-width: 991px){.banner{margin-top:0}}.banner>img{width:100%}.banner>img:first-child{border-bottom:2vh solid #48509e}.banner__accroche{width:15%;display:flex;flex-direction:column;justify-content:center;align-items:center;position:absolute;bottom:20%;right:10%;transform:translate(-10%, -20%)}@media screen and (max-width: 576px){.banner__accroche{width:25%}}.banner__accroche h1{font-size:1.5rem;font-weight:400;width:max-content;text-align:center}@media screen and (max-width: 991px){.banner__accroche h1{font-size:1.3rem;font-weight:100}}@media screen and (max-width: 576px){.banner__accroche h1{font-size:1rem;font-weight:100}}.banner__logo{width:100%;height:20%}@media screen and (max-width: 576px){.banner__logo{width:80%}}.banner__logo img{height:100%;width:auto}.about{display:flex;justify-content:space-evenly;align-items:center;margin:2% 0}@media screen and (max-width: 991px){.about{flex-direction:column-reverse}}.about__content{width:50%;margin-right:2%}@media screen and (max-width: 991px){.about__content{width:80%}}.about__content p{text-align:center;margin-top:1.5%}.about__images{display:flex;flex-direction:column;position:relative;width:25%;padding:2%}@media screen and (max-width: 991px){.about__images{margin-right:-10%;width:60%}}@media screen and (max-width: 576px){.about__images{width:80%;margin-right:-15%}}.about__images img{width:80%}.about__images img:last-child{margin-top:-25%}.line{height:.6%;width:80%;position:absolute}.line--darkBlue{background-color:#48509e;top:47.5%;transform:rotate(-26.57deg) translate(-12%)}.line--lightBlue{background-color:#6ed6ff;transform:rotate(-26.57deg) translateX(12%);top:46%}.projects{background-color:#303030;color:#fff;padding:.5% 0 2% 0;margin-top:1%;border-top:1vw solid #6ed6ff;border-bottom:1vw solid #48509e;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.projects h2{color:#fff}.projects__list{display:flex;justify-content:space-around;align-items:center}@media screen and (max-width: 991px){.projects__list{flex-direction:column}}.projects__list__card{width:25%;display:flex;justify-content:center;align-items:center;flex-direction:column}@media screen and (max-width: 991px){.projects__list__card{width:80%;margin-bottom:2%}}@media screen and (max-width: 576px){.projects__list__card{width:70%;margin-bottom:2%}}.projects__list__card *{margin:3% 0}.projects__list__card__image{width:100%;display:flex;justify-content:center;align-items:center}.projects__list__card__image img{max-width:60%;max-height:30vh}@media screen and (max-width: 991px){.projects__list__card__image img{width:50%}}@media screen and (max-width: 576px){.projects__list__card__image img{width:100%}}.projects__list__card__title{font-family:"Fjalla One",sans-serif;color:#fff;font-size:1.2rem;text-align:center}@media screen and (max-width: 991px){.projects__list__card__title{font-size:1.7rem}}@media screen and (max-width: 576px){.projects__list__card__title{font-size:1.2rem}}.projects__list__card__desc{max-height:50ch;text-align:center;overflow:hidden;text-overflow:ellipsis}.projects__list__card__button{display:flex;justify-content:center;align-items:center;width:100%}.projects__list__card__button a{text-decoration:none;color:#fff}.projects__list__card__button a:hover{color:#6ed6ff;cursor:pointer}.projects__list__card__button a:hover~i{color:#6ed6ff}.projects__list__card__button i{margin-left:1%}.projects__more{width:25%;display:flex;justify-content:center;align-items:center;align-self:end;margin-top:2%}@media screen and (max-width: 576px){.projects__more{width:65%}}.projects__more a{color:#6ed6ff;text-decoration:none;font-family:"Fjalla One",sans-serif}.projects__more a:hover{color:#fff}.projects__more a:hover~i{color:#fff}.projects__more i{color:#6ed6ff;margin-left:1%}@media screen and (max-width: 991px){.projects__more i{margin-left:3%}}#services{display:flex;justify-content:space-evenly;align-items:center;margin-bottom:5%}@media screen and (max-width: 991px){#services{flex-direction:column}}.services__carousel{width:50%;aspect-ratio:16/9;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center}@media screen and (max-width: 991px){.services__carousel{width:80%}}@media screen and (max-width: 576px){.services__carousel{width:80%}}.services__carousel__cover{width:100%;height:60vh}@media screen and (max-width: 576px){.services__carousel__cover{height:40vh}}.services__carousel__cover img{width:100%;height:100%;object-fit:cover}.services__carousel p{width:96%;background-color:rgba(48,48,48,.6784313725);color:#fff;position:absolute;bottom:0;padding:2%}.services__text{width:30%;text-align:center}@media screen and (max-width: 991px){.services__text{width:80%}}.services__text p{margin:3% 0}h1{margin:2% 0}h3{font-size:1.2rem}main,.card__content{display:flex;flex-direction:column;align-items:center}.search-bar{width:70%;display:flex;justify-content:center;align-items:center}.search-result{display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.filters{width:90%;margin:1%;display:none;flex-direction:column;align-items:center;justify-content:center;flex-wrap:wrap;border:1px solid #303030}@media screen and (max-width: 991px){.filters{padding:1%}}.filters__categories{width:100%;display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.filters__categories i.hidden{display:none}.filters__applied{width:100%;display:flex;justify-content:center;align-items:center;flex-wrap:wrap}@media screen and (max-width: 991px){.filters__applied{padding:2%}}.filters__applied button{width:max-content;color:#48509e;background-color:#fff;border:1px solid #48509e}.filters__applied button i{pointer-events:none}.filters__applied button:hover{color:#fff;background-color:#48509e;border:1px solid #48509e}.filter-result{display:none;flex-wrap:wrap;align-items:center;justify-content:center;width:90%;margin:2% 0}.projects-page{width:90%;margin:2% 0;display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.projects-page__card{border:1px solid #48509e;padding:1%;margin:2%;display:flex;justify-content:space-around;align-items:center;width:40%}@media screen and (max-width: 991px){.projects-page__card{width:70%;padding:3%;flex-direction:column}}.projects-page__card__cover{display:flex;justify-content:center;align-items:center;width:40%;height:30vh}@media screen and (max-width: 991px){.projects-page__card__cover{width:80%;height:25vh}}.projects-page__card__cover img{max-width:100%;max-height:100%}@media screen and (max-width: 991px){.projects-page__card__cover img{height:100%}}.projects-page__card button{padding:1% 3%;margin:1%}.projects-page__card__content{width:50%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-around}@media screen and (max-width: 991px){.projects-page__card__content{width:100%}}.projects-page__card__content p{text-align:center}.projects-page__card__content h3{text-align:center}.projects-page__card__content *{margin:2% 0}.projects-page__card__details{align-self:end}.projects-page__card__categories{width:100%;display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.page{width:100%;margin:0 0 2% 0;display:flex;justify-content:center;align-items:center}.page__button{border:none;background:none;margin:0 1%;font-size:1rem;color:#48509e;font-weight:bold}.page__button.active{font-size:1.3rem;text-decoration:underline}.page__button:hover{cursor:pointer;color:#6ed6ff;text-decoration:underline}a{text-decoration:none;color:#48509e;font-weight:bold;font-size:.9rem}.retour{width:100%;display:flex}.retour__accueil{font-family:"Fjalla One",sans-serif}.retour__projects{font-family:"Fjalla One",sans-serif;align-self:flex-start;margin:1% 2% 0 2%}h1.single{text-align:center}@media screen and (max-width: 576px){h1.single{margin:5% 0}}.project__nav{width:60%;display:flex;justify-content:space-around}@media screen and (max-width: 576px){.project__nav{width:100%}}.project__nav a{color:#444;margin:1%;font-size:1.1rem}.project__nav .fa-solid{color:#444}.project__caroussel{margin:1% 0;width:60%;display:flex;flex-direction:column;align-items:center;justify-content:center}@media screen and (max-width: 991px){.project__caroussel{width:100%;margin-bottom:5%}}.project__caroussel--cover{width:30%;height:fit-content;margin:2% 0}@media screen and (max-width: 991px){.project__caroussel--cover{width:45%}}@media screen and (max-width: 576px){.project__caroussel--cover{width:75%}}.project__caroussel--cover img{width:100%}.project__caroussel--nav{width:50%;display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.project__caroussel--nav img{margin:1%;width:15%;padding:1%;border:1px solid rgba(0,0,0,0);cursor:pointer}@media screen and (max-width: 576px){.project__caroussel--nav img{width:25%}}.project__caroussel--nav img.imgCover{padding:1%;border:1px solid #48509e}.project__content{margin:1% 0;width:80%;display:flex;flex-direction:column;justify-content:space-around;align-items:center;text-align:center}.project__content__categories{width:100%;display:flex;justify-content:center;align-items:center}.project__nav a{font-family:"Fjalla One",sans-serif}.notfound{display:flex;flex-direction:column;justify-content:center;align-items:center}.notfound>h3{margin:2% 0%}.notfound img{width:30%}.notfound p{font-size:.7rem}.legal{padding:1%;display:flex;flex-direction:column;justify-content:center;align-items:center}.legal h3{margin:1% 0}/*# sourceMappingURL=main.css.map */
