*,*:before,*:after{box-sizing:border-box}:root{--color-primary: #01395a;--color-secondary: #d5b275;--w: 256px;--gap: 12px;--ratio: 2 / 3}html,body{margin:0;padding:0;font-family:Roboto,sans-serif;background:#ececec;color:#333;height:100%}body{display:flex;flex-direction:column}form,form input,form textarea,form button,form select,form label{font-family:Roboto,sans-serif;font-size:1rem}header{position:fixed;top:0;left:0;width:100%;height:60px;background:#fff;z-index:1000;border-bottom:1px solid #d5b275}header nav.container{display:flex;align-items:center;height:100%;padding:0 2rem;gap:.5rem}header .logo{height:50px;display:block}.header-title,.header-sep{color:var(--color-primary)}.header-title{font-weight:700;margin-left:.5rem}.header-sep{margin:0 1rem}header nav.container>a:first-child{display:flex;align-items:center;height:100%}@media (max-width: 768px){.header-title{display:none}.header-sep{display:inline-block;margin:0 .5rem}header nav.container{padding:0 1rem;gap:.25rem}.nav-links{gap:.75rem}.nav-links a{padding:.25rem}}.nav-links{display:flex;gap:1.5rem}.nav-links a{position:relative;display:inline-block;color:var(--color-primary);text-decoration:none;padding:.25rem .5rem;border-radius:4px;transition:color .2s}.nav-links a:after{content:"";position:absolute;left:0;bottom:.2rem;height:1px;width:0;background:currentColor;transition:width .2s ease}.nav-links a:hover:after,.nav-links a:focus-visible:after{width:100%}.nav-links a.active{color:var(--color-secondary)}.nav-links a:hover{text-decoration:none}.content-background{position:relative;background:#ececec;padding-top:60px;padding-bottom:4rem;flex:1}.container{max-width:960px;margin:auto}#bg-fixed{position:fixed;top:0;left:0;width:var(--bgw, 100lvw);height:var(--bgh, 100lvh);background:url(/images/bg.png) center / cover no-repeat;pointer-events:none;z-index:0;transform:translateZ(0);will-change:transform}#bg-fixed{display:none!important}@media (min-width: 1025px){#bg-fixed{display:block!important}.content-background{background:transparent!important}}@media (max-width: 1024px){body.home-page:before,body.services-page:before,body.contact-page:before{content:none!important;display:none!important;background:none!important}body.home-page .content-background,body.services-page .content-background,body.contact-page .content-background{background:#ececec!important}}.bg-fixed:before{content:none!important}.bg-fixed .content-background{background:none!important}body.home-page .title-icon{height:1.5em!important;width:auto}.content-section{background:#fff;padding:1rem 2rem 2rem;border:1px solid var(--color-primary);border-radius:4px;box-shadow:0 2px 6px #0000000d;margin:0;max-width:460px}.content-section--no-top-padding{padding-top:1rem}.p{color:var(--color-primary)}.title-icon{height:1em;width:auto;margin-right:.5rem;vertical-align:middle}.content-section h1,.content-section h2{display:inline-flex;align-items:center;color:var(--color-primary)}.content-section h1{font-size:1.5rem}.content-section h2{font-size:1.25rem;margin-bottom:.5rem}.home-wrapper{max-width:calc(920px + 1.5rem);margin:4rem auto 0}.home-wrapper>section.content-section{width:100%;max-width:none;margin-bottom:4rem}.services-sections-wrapper{display:flex;gap:1.5rem;justify-content:space-between;margin:0}.services-half{flex:0 0 50%}.services-text p{margin:0 0 .5rem}.carousel-wrapper{position:relative;width:100%;height:400px;margin:0;overflow:hidden}.carousel-container{position:relative;width:100%;height:100%}.carousel-slide{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transform-origin:center center;transition:transform .5s ease,opacity .5s ease}.carousel-slide img{display:block;width:var(--w);aspect-ratio:var(--ratio);object-fit:cover;image-rendering:auto;-webkit-backface-visibility:hidden;transform:translateZ(.001px)}.slide-prev1 img,.slide-next1 img{width:calc(var(--w) * .75)}.slide-prev2 img,.slide-next2 img{width:calc(var(--w) * .5)}.slide-current{opacity:1;z-index:2}.slide-prev1,.slide-next1{opacity:.3;z-index:1}.slide-prev2,.slide-next2{opacity:.1;z-index:0}.slide-prev1{transform:translate(calc(-50% - ((var(--w) + (var(--w) * .75)) / 2 + var(--gap))),-50%)}.slide-next1{transform:translate(calc(-50% + ((var(--w) + (var(--w) * .75)) / 2 + var(--gap))),-50%)}.slide-prev2{transform:translate(calc(-50% - (((var(--w) + (var(--w) * .75) + (var(--w) * .5)) / 2) + 2 * var(--gap))),-50%)}.slide-next2{transform:translate(calc(-50% + (((var(--w) + (var(--w) * .75) + (var(--w) * .5)) / 2) + 2 * var(--gap))),-50%)}.carousel-caption{font-size:.9rem;white-space:nowrap;text-align:center;background:#fff9;pointer-events:none;z-index:5;color:var(--color-primary)}.carousel-prev,.carousel-next{position:absolute;top:50%;transform:translateY(-50%);background:#00000080;border:none;color:#fff;padding:.5rem;cursor:pointer;border-radius:50%;font-size:1rem;z-index:3}.carousel-prev{left:.5rem}.carousel-next{right:.5rem}@media (max-width: 768px){.carousel-caption{position:absolute;bottom:.25rem;left:50%;transform:translate(-50%);width:min(var(--w),90vw);padding:.25rem 0}}.btn-primary,.btn-learn-more{display:inline-block;background:var(--color-primary);color:#fff;padding:.5rem 1rem;border-radius:4px;text-decoration:none;transition:background .2s;width:50%;text-align:center;margin:0 auto}.btn-learn-more{background:var(--color-secondary);border:none;outline:none}.btn-learn-more:hover{background:var(--color-primary);cursor:pointer}.btn-learn-more:focus{outline:none;box-shadow:none}.btn-center-wrapper{text-align:center}.alert-success{background:var(--color-secondary);border:1px solid #fff;color:#fff;padding:1rem;margin:1rem auto;border-radius:4px;max-width:460px;width:100%;text-align:center}.bloc1-row{display:flex;align-items:center;gap:1.5rem;margin-top:1rem}.bloc1-image{max-width:240px;width:100%;height:auto;flex-shrink:0;border-radius:4px}.bloc1-text{flex:1}.service-block{max-width:920px;margin:0 auto 2rem}.service-row{display:flex;align-items:center;gap:1.5rem;margin-top:.5rem}.service-row--reverse{flex-direction:row-reverse}.service-text{flex:1}.service-text p{margin:0}.service-image{flex:0 0 180px;display:flex}.service-image img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:4px;display:block}@media (max-width: 768px){.home-wrapper{max-width:100%;margin:2rem auto 0;padding:0 1rem}.home-wrapper>section.content-section{margin-bottom:2rem}.services-sections-wrapper{flex-direction:column;gap:2rem}.services-half{flex:none;width:100%}.bloc1-row{flex-direction:column;align-items:center;text-align:center}.bloc1-text{text-align:left}.service-row,.service-row--reverse{flex-direction:column;align-items:center;text-align:left}.service-image{width:100%;flex:none}.service-image img{width:100%;height:auto;max-height:320px;object-fit:contain}.home-page .services-sections-wrapper{align-items:center}.home-page .services-sections-wrapper>.content-section{width:100%;max-width:460px;margin-left:auto;margin-right:auto}.home-page .home-wrapper>section.content-section{width:100%;max-width:460px;margin-left:auto;margin-right:auto}}footer{background:#fff;color:var(--color-primary);position:relative;z-index:1;padding:1rem 0;border-top:1px solid var(--color-secondary)}.footer-content{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));column-gap:1.25rem;row-gap:1rem;align-items:center}.footer-left,.footer-center,.footer-right{min-width:0}.footer-center{text-align:center}.footer-center img{max-height:90px;width:auto}.footer-left a,.footer-right a{color:var(--color-primary);text-decoration:underline}.footer-left a:hover,.footer-right a:hover{opacity:.8}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;row-gap:1rem;justify-items:center;text-align:center}.footer-left,.footer-center,.footer-right{width:100%;text-align:center}.footer-center img{max-height:72px}.footer-left a,.footer-right a{display:inline-block;padding:.125rem .25rem}}@media (max-width: 360px){.footer-center img{max-height:64px}}@media (min-width: 769px) and (max-width: 1024px){.footer-content{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:"left  right" "center center";column-gap:1.25rem;row-gap:1rem;align-items:center}.footer-left{grid-area:left}.footer-right{grid-area:right}.footer-center{grid-area:center;justify-self:center;align-self:center;display:flex;align-items:center;justify-content:center}.footer-center img{display:block}}body.contact-page .content-background{padding-bottom:2rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.form-row .form-col{width:100%}@media (max-width: 768px){.form-row{grid-template-columns:1fr}}.footer-center img{max-height:120px;width:auto}@media (max-width: 768px){.footer-center img{max-height:96px}}@media (max-width: 360px){.footer-center img{max-height:80px}}
