.start{align-items:center;background:rgba(0,0,0,.8) url(/assets/arriere-plan-4c920851.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;height:100vh;justify-content:center;margin:0 auto}.start__title{position:absolute;left:0;right:0;margin:auto;top:25%;text-align:center;padding:30px 0;max-width:860px;background-color:#03030380;border:4px solid white}.start__title h1{font-size:80px;text-transform:uppercase;margin:0}.start__title span{font-size:30px;text-align:center;margin:1rem 0 0}@media (max-width: 1024px){.start__title{max-width:700px}.start__title h1{font-size:70px}.start__title span{font-size:25px}}@media (max-width: 768px){.start{height:90vh}.start .start__title{max-width:526px}.start .start__title h1{font-size:55px}.start .start__title span{font-size:20px}}@media (max-width: 600px){.start .start__title{max-width:400px}.start .start__title h1{font-size:40px}.start .start__title span{font-size:18px}}@media (max-width: 435px){.start .start__title{max-width:300px}.start .start__title h1{font-size:30px}.start .start__title span{font-size:16px}}.apropos{padding:6rem 3rem;background-color:#134d55}.apropos__title{margin:0 0 5rem;font-size:50px;text-align:center;text-transform:uppercase}.apropos__flex{display:flex;align-items:center}.apropos__flex .cadre-photo{width:350px;height:350px;border:3px solid #ccc;background:#eee;margin:auto;padding:.5em}.apropos__flex .cadre-photo img{width:100%;height:100%}.apropos__flex .apropos-texte{font-size:17px;width:50%}.apropos__buttons{margin-top:3rem;display:flex;justify-content:center;align-items:center}@media (max-width: 1024px){.apropos{padding:3rem}.apropos__title{font-size:40px}.apropos__flex .cadre-photo{width:300px;height:300px}.apropos__flex .apropos-texte{font-size:16px}}@media (max-width: 850px){.apropos{padding:2rem}.apropos__flex .apropos-texte{font-size:15px}}@media (max-width: 768px){.apropos{padding:2rem}.apropos__flex{flex-direction:column}.apropos__flex .apropos-texte{margin-top:2rem;width:auto}.apropos__buttons{flex-direction:column;margin-top:2rem}.apropos__buttons button{max-width:200px}}@media (max-width: 440px){.apropos__flex .cadre-photo{width:250px;height:250px;padding:.3em}}.comp{padding:6rem 3rem;background-color:#134d55}.comp__title{font-size:50px;text-align:center;text-transform:uppercase}.comp__flex{display:flex;flex-direction:column}.comp__flex-front,.comp__flex-back{width:50%;text-align:center}.comp__flex-tri{display:flex;flex-direction:row;justify-content:space-around}.comp__div-front{display:flex;justify-content:center;align-items:center}.comp__logo{text-align:center;transition:transform .3s cubic-bezier(.68,-.55,.27,1.55)}.comp__logo img{width:70px}.comp__logo:hover{transform:scale(1.3)}.comp__tool{margin-top:7rem}.comp__tool-flex{margin-top:3rem;display:flex;flex-direction:row;justify-content:space-evenly}.comp h3{text-transform:uppercase;text-align:center;font-size:30px}.comp p{text-align:center;font-weight:700}@media (max-width: 1024px){.comp{padding:3rem}}@media (max-width: 768px){.comp{padding:2rem 0}.comp__title{font-size:40px}.comp__flex{padding:0 2rem;flex-direction:column}.comp__flex-front{width:100%}.comp__flex-back{width:100%;margin-top:2rem}.comp__tool{margin-top:2rem;padding:0 2rem}.comp__tool-flex{flex-direction:column;gap:1em}}.message{color:#fff;text-align:center;margin:15rem 5rem}.message__h1{font-size:288px;margin:0;padding:0}.message__oups{font-size:36px;font-weight:500}.message__ret{font-size:18px;color:#fff}@media screen and (max-width: 767px){.message{margin:10rem 3rem}.message__h1{font-size:128px}.message__oups{font-size:24px;margin:0 0 6rem}.message__ret{font-size:14px}}.proj{background-color:#134d55;padding:6rem 3rem 10rem}.proj__title{margin:0 0 5rem;font-size:50px;text-align:center;text-transform:uppercase}@media (max-width: 1024px){.proj{padding:3rem}.proj__title{font-size:40px}}@media (max-width: 768px){.proj{padding:0rem}.proj__title{margin:0;padding:5rem 0}}.back{background-color:#0003;width:100%;height:100%;z-index:3;top:50%;left:50%;transform:translate(-50%,-50%);position:fixed}.centered{z-index:5;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.modal::-webkit-scrollbar-thumb{background-color:gray;border:4px solid transparent;border-radius:8px;background-clip:padding-box}.modal::-webkit-scrollbar{width:16px}.modal{max-height:600px;overflow-y:scroll;background:white;color:#fff;border-radius:16px;box-shadow:0 5px 20px #0000000a}.modal img{border:2px solid black;width:500px;margin:1em}.modal__header{display:flex;align-items:center;height:50px;background:white;overflow:hidden;border-top-left-radius:16px;border-top-right-radius:16px;text-align:center;position:relative}.modal__header-title{display:inline-block;width:100%;padding:10px;color:#2c3e50;font-weight:500;font-size:22px;text-align:center;text-transform:uppercase}.modal__header-btn{position:absolute;z-index:2;cursor:pointer;padding:4px 8px;border-radius:8px;border:none;font-size:18px;color:#2c3e50;background:white}.modal__header-btn:hover{background-color:beige;font-size:21px}.modal__content{padding:1em;font-size:16px;color:#2c3e50;text-align:center}.modal__content button{margin-top:3em;max-height:40px}.modal__content p{text-align:justify}.modal__content .infos__tags{display:flex;justify-content:center}.modal__content .infos__tags .tag{padding:.6em 1em;margin:0 1em;border-radius:5px;color:#fff;background-color:#134d55}.modal__content .infos__tags .tag p{margin:0}@media (max-width: 600px){.centered{width:90%}.modal{max-height:500px}.modal__header-btn{width:10%}.modal__content .infos__tags{flex-wrap:wrap}.modal__content .infos__tags .tag{margin:.5em}.modal img{width:100%;margin:0 0 1em}}@media (max-width: 450px){.modal__header-btn{width:8%;font-size:14px}.modal__header-btn:hover{font-size:16px}.modal__header-title{font-size:18px}}.chevron{display:flex;align-items:center;justify-content:space-around}.chevron_left,.chevron_right{margin-top:.2em;cursor:pointer;font-size:75px;z-index:4}.chevron_logo{cursor:pointer}.chevron_logo-pn{width:100px}@media (max-width: 768px){.chevron{padding:5rem 2rem}.chevron_logo-pn{display:none}}@media (max-width: 600px){.chevron_left,.chevron_right{font-size:60px}.chevron_logo{width:280px}}@media (max-width: 500px){.chevron{padding:0 0 8rem}.chevron_left,.chevron_right{font-size:50px}.chevron_logo{width:200px;margin:1em}}@media (max-width: 450px){.chevron_logo{width:150px}}.header{display:flex;justify-content:space-between;padding:0 5rem;align-items:center;background-color:#13553c;top:0;position:fixed;width:100%;z-index:1}.header__nav .menu-toggle{font-size:30px;display:none;cursor:pointer}.header__nav .nav-menu{list-style-type:none;display:flex;align-items:center}.header__nav_link{text-transform:uppercase;text-decoration:none;margin:18px;font-size:20px;font-weight:500;color:#f2e9dc}.header__nav_link:hover{text-decoration:underline;color:#9fcc2e}@media (max-width: 1024px){.header{padding:0 3rem}.header .nav-menu{padding:0}.header .nav-menu .header__nav_link{margin:.4em;font-size:20px}}@media (max-width: 860px){.header{padding:0 1rem}}@media (max-width: 768px){.header{display:block;align-items:flex-start;padding:0;position:relative}.header img{position:relative;width:150px;z-index:2}.header__logo{display:block;width:100%;text-align:center}.header__nav{top:0;right:0;position:absolute;width:100%;background-color:#13553c}.header__nav .menu-toggle{margin:2rem .3em 0;display:block;text-align:end}.header__nav .nav-menu{flex-direction:column;padding:0}.header__nav .nav-menu li{display:none}.header__nav .nav-menu li .header__nav_link{margin:.3em}.header__nav .nav-menu.active li{display:flex;align-items:center}}.cont{text-align:center;padding:6rem 3rem 2rem;background-color:#13553c}.cont h3{font-size:30px}.cont__rs{margin-top:2.5rem}.cont__rs a{margin:0 .2em}.cont__icon{font-size:50px;color:#000}.cont__icon :hover{color:#372d2d}.cont__title{margin:0 0 5rem;font-size:50px;text-align:center;text-transform:uppercase}.contact-title{margin-top:4.5em;text-align:center}.contact-form{text-align:center;margin:0 auto 2rem;max-width:600px}.contact-form input[type=text],.contact-form input[type=email]{padding-left:1em;height:50px;border-radius:5px}.contact-form textarea{height:200px}.contact-form__flex,.contact-form__first{width:-webkit-fill-available;width:-moz-available;display:inline-flex;flex-direction:column;gap:30px}.contact-enterMessage{display:flex;flex-direction:column;gap:10px}.confirm-box{width:fit-content;margin:auto;text-align:center}.confirm-box__alert{background-color:#000;margin-bottom:5rem;padding:2rem;border:1px black solid;border-radius:10px}@media (max-width: 428px){.cont{padding:2rem}}@media (max-width: 390px){.cont h3{font-size:25px}.cont h2{font-size:18px}button{width:200px}.cont__icon{font-size:40px}}body,button{margin:0;padding:0;font-family:Geologica,sans-serif;height:100%;color:#f2e9dc;background-color:#134d55}*{box-sizing:border-box}button{border-radius:5px;letter-spacing:3px;background-color:#211f1f;padding:.7em 2em;cursor:pointer;text-transform:uppercase}button:hover{background-color:#372d2d}
