@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap);body{font-family:Raleway,sans-serif;overflow-x:hidden}*,body{margin:0;padding:0}*{box-sizing:border-box}p{padding:.5rem 0}.text-center{text-align:center}.m-auto{margin:auto}.mr-2{margin-right:.5rem}.mt-2{margin-top:1rem!important}.ml-8{margin-left:2rem}.uppercase{text-transform:uppercase}.flex{display:flex;gap:1em}.w-full{width:100%}.font-bold{font-weight:900}.light{background-color:#dfd0bd;color:#957a69}.dark{background-color:#957a69;color:#fff}#header{background-color:#dfd0bd;box-shadow:0 3px 8px rgba(0,0,0,.36);color:#957a69;left:0;position:fixed;top:0;width:100%;z-index:5}#header #header-slip{align-items:center;background-color:#957a69;color:#fff;display:flex;font-weight:600;justify-content:center;padding:.375rem 0;z-index:6}#header #header-slip,#header #menu{z-index:6}#header #header-slip a{color:#fff}#header img{height:64px;margin:.5rem 0}#header a{text-decoration:none}#header #menu{justify-content:space-between;padding:.25rem 2rem}#header #menu,#header #nav{align-items:center;display:flex}#header #nav a{color:#957a69}#header #nav ul{display:flex}#header #nav ul li{list-style:none;margin:0 .25rem}#header #nav-mobile ul li{list-style:none;margin:0 .25rem 1rem 0}#header #nav ul li a{font-weight:900;padding:1rem}#header #nav-mobile ul li a{font-weight:900;padding:.5rem}#header #nav-mobile ul{padding:0}#header #nav ul li a:hover{background-color:#957a69;color:#dfd0bd;transition:.4s;-o-transition:.4s;-ms-transition:.4s;-moz-transition:.4s;-webkit-transition:.4s}#nav-mobile{display:none}#menu-burger{cursor:pointer;display:none;flex-direction:column;height:21px;justify-content:space-around;width:30px}#menu-burger span{background-color:#fff;border-radius:2px;display:block;height:3px;transition:all .3s ease}@media (max-width:1180px){#header a{color:#fff}#header #nav{display:none}#menu-burger{display:flex}#nav-mobile{align-items:center;background-color:#957a69;border-radius:0 0 10px 10px;box-shadow:0 3px 8px rgba(0,0,0,.36);display:none;flex-direction:column;position:absolute;right:0;top:123px;width:200px;z-index:4}#nav-mobile.show{animation:opacity .5s ease-in-out;display:flex}}#menu-burger.open span:first-child{transform:rotate(45deg) translate(5px,5px)}#menu-burger.open span:nth-child(2){opacity:0}#menu-burger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@keyframes opacity{0%{opacity:0}to{opacity:1}}#background-image img{height:100vh;object-fit:cover;object-position:center;width:100%}.max-content{width:100%}.max-w-content{margin:auto!important;max-width:1232px;width:100%}.contents{align-items:center;display:flex;flex-direction:column;min-height:85vh;padding:2rem;position:relative}.contents-images{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;padding:2rem 0}.contents-images img{flex:1 1 calc(33% - 1rem);height:auto;max-width:calc(33% - 1rem);object-fit:cover}#realisations .contents-images img{flex:1 1 calc(25% - 1rem);max-width:calc(25% - 1rem)}#temoignages .contents-images img{max-width:100%;width:100%}.contents-images .contents-pictos{max-width:250px;text-align:center;width:100%}.contents-images .contents-pictos p{font-size:1.25rem;font-weight:600}.contents-images .contents-pictos img{border-radius:100%;box-shadow:0 3px 8px rgba(0,0,0,.36);height:auto;width:8rem}.contents-separator{background-color:#dfd0bd;height:1.5rem;width:100%}.contents-separator.reverse{background-color:#fff;height:1.5rem;width:100%}.contents h2{font-size:1.75rem;font-weight:600;margin:2rem 0 1rem;padding:0}.contents-images .contents-testimonial{flex:1 1 calc(25% - 1rem);height:fit-content;max-width:400px;position:relative}.contents-images .contents-testimonial img{box-shadow:0 3px 8px rgba(0,0,0,.36)}.contents-images .contents-testimonial .testimonial-front{align-items:center;color:#fff;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;padding:1rem;position:absolute;text-align:center;top:0;width:100%}.contents-images .contents-testimonial .testimonial-front .firstname{font-size:1.5rem;font-weight:600;margin:0}.contents-images .contents-testimonial .testimonial-front .opinion{font-style:italic}.contents-images .contents-testimonial .testimonial-front .fa-quote-right{height:2rem}.gallery{block-size:var(--gallery-item-height);display:flex;margin:1rem 0;position:relative;--gallery-item-width:400px;--gallery-item-height:400px;--gallery-duration:30s;--gallery-items:8;overflow:hidden}.gallery__item{--gallery-item-offset:max(calc(var(--gallery-item-width)*var(--gallery-items)),calc(100% + var(--gallery-item-width)));--gallery-delay:calc(var(--gallery-duration)/var(--gallery-items)*(var(--gallery-items) - var(--gallery-item-index))*-1);animation:go linear var(--gallery-duration) var(--gallery-delay,0s) infinite;inset-inline-start:var(--gallery-item-offset);position:absolute;transform:translateX(-50%)}.gallery .gallery__item:first-of-type{--gallery-item-index:1}.gallery .gallery__item:nth-of-type(2){--gallery-item-index:2}.gallery .gallery__item:nth-of-type(3){--gallery-item-index:3}.gallery .gallery__item:nth-of-type(4){--gallery-item-index:4}.gallery .gallery__item:nth-of-type(5){--gallery-item-index:5}.gallery .gallery__item:nth-of-type(6){--gallery-item-index:6}.gallery .gallery__item:nth-of-type(7){--gallery-item-index:7}.gallery .gallery__item:nth-of-type(8){--gallery-item-index:8}@keyframes go{to{inset-inline-start:calc(var(--gallery-item-width)*-1)}}.contents img{box-shadow:0 3px 8px rgba(0,0,0,.36)}.contents li{margin-left:2.5rem}.slip{color:#957a69;position:relative}.slip svg{height:5rem}@media (max-width:1024px){#realisations .contents-images img,.contents-images img{flex:1 1 calc(50% - 1rem);max-width:calc(50% - 1rem)}#footer{flex-direction:column}.gallery{--gallery-item-width:300px;--gallery-item-height:300px}.gallery__item{height:300px;width:300px}}@media (max-width:768px){#temoignages .contents-images img{max-width:100%}.contents-images .contents-testimonial{flex:1 1 100%;max-width:100%}}@media (max-width:480px){#nav-mobile{top:103px}.contents{padding:1rem}#header #menu{padding:.25rem 1rem}#realisations .contents-images img,.contents-images img{flex:1 1 100%;max-width:100%}#contact .flex{flex-direction:column}#header img{height:48px}#header #header-slip{font-size:.8rem}.ml-8{margin-left:1.25rem}}@media (max-width:375px){#header img{height:32px}#nav-mobile{top:87px}.gallery{--gallery-item-width:200px;--gallery-item-height:200px}.gallery__item{height:200px;width:200px}}@media (max-width:320px){#header #header-slip{font-size:.75rem}.ml-8{margin-left:1rem}.mr-2{margin-right:.25rem}#nav-mobile{top:86px}}label{width:100%}input[type=email],input[type=text],select,textarea{border:1px solid #dfd0bd;margin:.5rem 0;outline:none;padding:.75rem;width:-webkit-fill-available}button[type=submit]{background-color:#957a69;border:none;color:#fff;cursor:pointer;padding:1rem 2rem}select option{text-indent:.5rem}.flex.w-full div{width:100%}#footer{box-shadow:0 3px 8px rgba(0,0,0,.36);display:flex;gap:0;justify-content:space-between;text-align:center}#footer div{padding:.5rem;width:100%}#footer #footer-left{background-color:#9f5e4c;color:#000}#footer #footer-middle{background-color:#000;color:#fff}#footer #footer-right{background-color:#fff;color:#000}#footer img{height:4rem}#image-gallery{align-items:center;background-color:rgba(0,0,0,.8);display:none;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}#image-gallery img{max-height:90%;max-width:90%}#image-gallery .arrow{align-items:center;background:radial-gradient(circle,rgba(0,0,0,.6) 10%,transparent 30%);color:#fff;cursor:pointer;display:flex;font-size:2rem;height:100%;padding:0 .5rem;position:absolute;top:0}#image-gallery .arrow.left{left:10px}#image-gallery .arrow.right{right:10px}