@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;800&display=swap);header{padding-top:30px;padding-bottom:30px}@media only screen and (max-width:992px){header{position:fixed;width:100%;z-index:8;top:0}}header .content{display:flex;justify-content:space-between}header .content>h1{font-size:20px;font-weight:400;padding:0;margin:0}@media only screen and (max-width:767px){header .content>h1{font-size:15px}}header .content #nav-icon4{display:none}@media only screen and (max-width:992px){header .content #nav-icon4{display:block}}header .content>nav{margin-top:5px;position:relative;z-index:8}@media only screen and (max-width:992px){header .content>nav{position:fixed;top:0;left:100%;bottom:0;right:0;background-color:#fff;margin:0;transition:.5s ease-in-out}}header .content>nav.open{left:0}header .content>nav>ul{display:flex;list-style:none;margin:0;padding:0}@media only screen and (max-width:992px){header .content>nav>ul{display:block;text-align:center;margin-top:150px}}@media only screen and (max-width:767px){header .content>nav>ul{margin-top:100px}}header .content>nav>ul li{padding:0;margin:0 0 0 40px;cursor:pointer}@media only screen and (max-width:992px){header .content>nav>ul li{margin-bottom:30px;margin-left:0}}header .content>nav>ul li>a:hover{color:#c8e6c9}header .content>nav>ul li>a{color:#fff;transition:.2s ease-in-out}@media only screen and (max-width:992px){header .content>nav>ul li>a{color:#707070}}#nav-icon4{width:45px;height:35px;position:relative;transform:rotate(0deg);transition:.5s ease-in-out;cursor:pointer;z-index:9}#nav-icon4.open span{background:#e6dbc9}#nav-icon4 span{display:block;position:absolute;height:3px;width:100%;background:#fff;opacity:1;left:0;transform:rotate(0deg);transition:.25s ease-in-out}#nav-icon4 span:first-child{top:0;transform-origin:left center}#nav-icon4 span:nth-child(2){top:13px;transform-origin:left center}#nav-icon4 span:nth-child(3){top:26px;transform-origin:left center}#nav-icon4.open span:first-child{transform:rotate(45deg);top:-3px;left:8px}#nav-icon4.open span:nth-child(2){width:0;opacity:0}#nav-icon4.open span:nth-child(3){transform:rotate(-45deg);top:29px;left:8px}@media only screen and (max-width:992px){section#accueil{margin-top:90px}}section#accueil>section.b-primary{padding-top:80px;padding-bottom:145px}@media only screen and (max-width:767px){section#accueil>section.b-primary{padding-bottom:40px}}section#accueil>section.b-primary>div{display:flex}@media only screen and (max-width:767px){section#accueil>section.b-primary>div{display:block}}@media only screen and (max-width:767px){section#accueil>section.b-primary>div div.half{width:100%}}section#accueil>section.b-primary>div div.half>h1{padding:0;font-size:50px;font-family:"Playfair Display";margin:0 0 50px}@media only screen and (max-width:992px){section#accueil>section.b-primary>div div.half>h1{font-size:47px}}@media only screen and (max-width:767px){section#accueil>section.b-primary>div div.half>h1{font-size:30px;margin-bottom:30px;text-align:center}}section#accueil>section.b-primary>div div.half .button{transition:.2s ease-in-out}section#accueil>section.b-primary>div div.half .button:hover{background-color:#fff;color:#c8e6c9}@media only screen and (max-width:767px){section#accueil>section.b-primary>div div.half .button{font-size:13px;position:relative;z-index:2;width:100%;box-sizing:border-box}}section#accueil>section.b-primary>div div.half>img{max-width:100%;float:right}@media only screen and (max-width:992px){section#accueil>section.b-primary>div div.half>img{max-width:100%}}@media only screen and (max-width:767px){section#accueil>section.b-primary>div div.half>img{margin-top:-320px;opacity:.3}}div.modal{position:fixed;top:0;left:0;bottom:0;right:0;width:100%;height:100%;background-color:rgba(0,0,0,.46);z-index:15}div.modal>.modal-box{width:50%;padding:15px;background-color:#fff;margin:150px auto 0;border-radius:15px}@media only screen and (max-width:992px){div.modal>.modal-box{width:75%;margin-top:75px}}div.modal>.modal-box>.modal-header{position:relative}div.modal>.modal-box>.modal-header>h3{padding:0;margin:0;font-size:25px;color:#e6dbc9;font-weight:700}@media only screen and (max-width:767px){div.modal>.modal-box>.modal-header>h3{font-size:18px}}div.modal>.modal-box>.modal-header>.close{width:50px;height:50px;background-color:#e6dbc9;border-radius:100%;text-align:center;position:absolute;top:-25px;right:-25px;display:flex;flex-direction:column;justify-content:center;cursor:pointer}@media only screen and (max-width:767px){div.modal>.modal-box>.modal-header>.close{width:30px;height:30px}}div.modal>.modal-box>.modal-header>.close>i{color:#707070;font-size:25px}@media only screen and (max-width:767px){div.modal>.modal-box>.modal-header>.close>i{font-size:18px}}div.modal>.modal-box>.modal-body{overflow:auto;max-height:500px}@media only screen and (max-width:767px){div.modal>.modal-box>.modal-body{max-height:600px;font-size:14px}}div.details{display:flex}@media only screen and (max-width:767px){div.details{display:block}}div.details>div{width:50%;padding:10px;text-align:center;background:#e6dbc9;margin:10px;border-radius:15px;color:#fff;box-sizing:border-box;border:3px solid #e6dbc9;transition:.2s ease-in-out;cursor:pointer}div.details>div:hover{background:#fff;color:#e6dbc9}@media only screen and (max-width:767px){div.details>div{width:100%;margin:0 0 10px;font-size:13px}}.carousel-item-active{width:100%!important}#temoignages h2{text-align:center}#temoignages .testimonial-field{width:70%;margin:0 auto}@media only screen and (max-width:767px){#temoignages .testimonial-field{width:100%}}#temoignages .testimonial-field .testimonial-header>h3{display:inline-block;padding:0;margin:0 25px 0 0}@media only screen and (max-width:767px){#temoignages .testimonial-field .testimonial-header>h3{display:block;font-size:16px}}#temoignages .testimonial-field .testimonial-header i{margin-right:5px;color:#c8e6c9}@media only screen and (max-width:767px){#temoignages .testimonial-field .testimonial-header i{font-size:16px}}#temoignages .testimonial-field .testimonial-body{margin-top:15px;min-height:100%}#temoignages .testimonial-field .testimonial-body>p{padding:0;margin:0;line-height:30px;min-height:100%;overflow:auto}@media only screen and (max-width:767px){#temoignages .testimonial-field .testimonial-body>p{width:100%}}#temoignages .testimonial-field li{width:auto;height:auto}#temoignages .testimonial-field li button{width:10px;height:10px;background:#cecece;border-radius:100%;cursor:pointer;transition:.2s ease-in-out}#temoignages .testimonial-field li button:before{display:none}#temoignages .testimonial-field li.carousel-dots-active button{background:#8c8c8c}.social-contact .social-field{width:50%;display:inline-flex;box-sizing:border-box;padding:15px}@media only screen and (max-width:992px){.social-contact .social-field{width:100%}}.social-contact .social-field .social-icon{width:50px;height:50px;border-radius:100%;border:4px solid #e6dbc9;display:flex;justify-content:center;flex-direction:column;text-align:center;margin-right:25px;transition:.2s ease-in-out}@media only screen and (max-width:767px){.social-contact .social-field .social-icon{width:30px;height:30px;margin-right:10px}}.social-contact .social-field .social-icon:hover{background:#e6dbc9}.social-contact .social-field .social-icon:hover i{color:#fff}.social-contact .social-field .social-icon>i{font-size:30px;justify-self:center;color:#707070}@media only screen and (max-width:767px){.social-contact .social-field .social-icon>i{font-size:18px}}.social-contact .social-field .social-name{font-size:18px;margin-top:15px}@media only screen and (max-width:767px){.social-contact .social-field .social-name{margin-top:10px;font-size:14px}}footer section.t{padding:15px}footer p{text-align:center}footer span{font-size:15px;word-break:break-all}@media only screen and (max-width:767px){footer span{font-size:12px}}footer i{color:#fff}body{margin:0;color:#707070}html{scroll-behavior:smooth}*{font-family:"Poppins";font-weight:400;outline:none;text-decoration:none}a{color:#707070}.content{padding-right:30px;padding-left:30px;margin-right:auto;margin-left:auto;width:100%;box-sizing:border-box;max-width:1250px}@media only screen and (max-width:767px){.content{max-width:500px}}@media only screen and (max-width:992px){.content{max-width:900px}}div.half{width:50%}div.half,div.quarter{box-sizing:border-box;display:inline-block}div.quarter{width:75%}.content-min{padding-right:120px;padding-left:120px;margin-right:auto;margin-left:auto;width:100%;max-width:1150px;box-sizing:border-box}@media only screen and (max-width:767px){.content-min{max-width:500px}}@media only screen and (max-width:992px){.content-min{max-width:800px;padding-left:30px;padding-right:30px}}.f-right{float:right}.img-cabinet{display:inline-block;min-width:300px;min-height:300px;background:red;background-size:100%;background-position:50%;border-radius:100%;text-align:left;border:10px solid #fff;-webkit-filter:contrast(90%);filter:contrast(90%);transition:.2s ease-in-out}.img-cabinet:hover{transform:scale(1.1)}.img-cabinet#un{background:url(/static/media/cabinet-1.d7f6eadf.JPG);background-size:100%;background-position:50%}.img-cabinet#deux{background:url(/static/media/cabinet-2.1e01458a.JPG);background-size:140%;background-position:100%}.t-white{color:#fff}.t-primary{color:#e6dbc9}.t-secondary{color:#c8e6c9}.t-tertiary{color:#707070}.b-primary{background-color:#e6dbc9}.b-secondary{background-color:#c8e6c9}.b-tertiary{background-color:#707070}.button{border-radius:500px;text-transform:uppercase;text-align:center;display:inline-block;padding:15px 50px;cursor:pointer}section.t{padding-top:80px;padding-bottom:80px;width:100%;box-sizing:border-box}@media only screen and (max-width:767px){section.t{padding-top:40px;padding-bottom:40px}}section.t h2{font-size:30px;font-weight:600}@media only screen and (max-width:767px){section.t h2{font-size:20px}}section.t p{font-weight:30px;font-weight:400;line-height:35px}@media only screen and (max-width:767px){section.t p{font-size:14px}}ul.l{list-style:none;line-height:35px;padding-left:0}@media only screen and (max-width:767px){ul.l{font-size:14px}}ul.l.right li:after{content:"\f053"}ul.l.left li:before,ul.l.right li:after{font-family:FontAwesome;display:inline-block;margin-left:0;width:1.3em}ul.l.left li:before{content:"\f054"}.right{text-align:right}
/*# sourceMappingURL=main.d34463e4.chunk.css.map */