@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Quicksand:wght@300..700&display=swap";@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Happy+Monkey&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap";html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}*{box-sizing:border-box;margin:0;padding:0;outline:none}body{margin:0;font-family:Quicksand,Qwitcher Grypen,sans-serif}ul{list-style:none;padding:0;margin:0}a{text-decoration:none}.loading{font-family:Quicksand,sans-serif;text-align:center;margin-top:100px;font-size:1.5rem;color:#555}.navbar{display:flex;align-items:center;justify-content:space-evenly;position:fixed;width:100%;min-height:75px;color:#000;background:#fff;z-index:2;animation:fadeInNavbar 2s ease-in-out forwards}@keyframes fadeInNavbar{0%{opacity:0}to{opacity:1}}.navbar.show-nav,.navbar.hide-nav{opacity:1}.navbar-logo img{height:120px;width:auto;margin-top:10px}.navbar-links{display:flex;list-style:none;padding:0;margin:0}.navbar-link{color:inherit;transition:all .67s ease-in-out;display:block;padding:10px 15px;cursor:pointer;font-size:18px;text-decoration:none;color:#464444;transition:all .3s ease-in-out;font-weight:700}.navbar-link:hover{color:#7e3a3a;transform:scale(1.05);border-bottom:1px solid rgb(126,58,58)}.navbar-burger{width:40px;height:40px;background:transparent;border:none;color:inherit;display:none}.navbar-item{position:relative}.navbar-hover{padding:8px 0}.navbar-hover a{text-decoration:none;color:#000}.navbar-item.active .navbar-link{color:#7e3a3a}@media screen and (max-width: 1300px){.navbar{flex-direction:column}.navbar-link{padding:10px 25px}.navbar-links{margin-top:0;margin-bottom:20px}}@media screen and (max-width: 1042px){.navbar-links{display:flex;flex-wrap:wrap;justify-content:center}.navbar-item{flex:1 1 33.333%;text-align:center}.navbar-link:hover{border:none}}@media screen and (max-width: 768px){nav{padding-bottom:0}.navbar-logo img{height:100px;width:auto}.navbar-item{flex:none;text-align:center}.navbar-links{flex-direction:column;justify-content:center;align-items:center;position:fixed;top:0;right:-100vw;width:100vw;padding:2rem;background:#f5f5f5;visibility:hidden;transition:all .8s ease-out}.show-nav .navbar-links{right:0;width:100vw;height:100vh;visibility:visible}.navbar-item:last-child:after{display:none}.navbar-link{display:block;padding:1.5rem;font-size:1.6rem;margin:0;color:gray}.navbar-burger{display:block;position:fixed;top:1rem;right:1rem}.navbar-burger:hover{cursor:pointer}.burger-bar,.burger-bar:before,.burger-bar:after{display:block;width:40px;height:3px;position:relative;border-radius:3px;background:#060606;transition:all .8s ease-in-out}.burger-bar:before,.burger-bar:after{content:"";position:absolute;left:0}.burger-bar:before{transform:translateY(-12px)}.burger-bar:after{transform:translateY(12px)}.show-nav .burger-bar{background:transparent;width:0}.show-nav .burger-bar:before{transform:rotate(45deg)}.show-nav .burger-bar:after{transform:rotate(-45deg)}.navbar-item{transform:translate(200vh)}.show-nav .navbar-item{transform:translate(0)}.show-nav .slideInDown-1{transition:all 1.2s ease-out}.show-nav .slideInDown-2{transition:all 1.5s ease-out}.show-nav .slideInDown-3{transition:all 2s ease-out}.show-nav .slideInDown-4{transition:all 2.5s ease-out}.show-nav .slideInDown-5{transition:all 3s ease-out}.show-nav .slideInDown-6{transition:all 3.5s ease-out}.navbar-link:hover{color:#7e3a3a;border-bottom:none}.navbar-item{text-align:center}}@media screen and (max-width: 500px){.navbar-links{flex-direction:column;justify-content:center;align-items:center;position:fixed;top:0;right:-100vw;width:100vw;height:200vw;padding:2rem;background:#f5f5f5;visibility:hidden;transition:all .8s ease-out}}.end{display:flex;justify-content:center;align-items:center;min-height:100px;background:#fff;color:#7e3a3a}.end p{font-size:1.2rem;font-family:Quicksand,sans-serif;font-weight:500}.end a{font-size:1.2rem;color:#7e3a3a;text-decoration:none;font-family:Quicksand,sans-serif;margin-left:5px;font-weight:500}.end span{margin-right:5px}@media screen and (max-width: 760px){.end{display:flex;flex-direction:column;align-items:center;gap:15px}.end span{display:none}.end p,.end a{font-size:1rem}}.intro-container{display:flex;justify-content:center;align-items:center;height:100vh;background-color:#fff;overflow:hidden;animation:fadeIn 3s ease-in-out}.intro-logo{width:100%;max-width:500px;height:auto}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-out{animation:fadeOut 2s ease-in-out forwards}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@media screen and (max-width: 768px){.intro-logo{max-width:300px}}body{font-family:Quicksand,Qwitcher Grypen,sans-serif}.contain{display:flex;flex-direction:column;align-items:center;padding-top:200px;padding-bottom:80px;background:#f1f1f1}.picture{display:flex;gap:50px;justify-content:center;flex-wrap:nowrap;margin-bottom:30px}.image-container{position:relative;width:300px}.image-container img{object-fit:cover;width:100%;height:350px;cursor:pointer;transition:transform .3s ease;border-radius:5px;border:1px solid white}.image-container:hover img{transform:scale(1.03)}.image-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:20px;font-weight:500;text-transform:uppercase;text-align:center;width:84%;padding:3px 0;border-radius:10px;cursor:pointer;backdrop-filter:blur(10px);background-color:#827a7a52}.image-container:first-child .image-text{display:inline-block;width:80%}.image-container:last-child .image-text{display:inline-block;width:58%}.proposxxx{display:flex;justify-content:center;align-items:center}.proposxxx p{padding:0 10px;max-width:900px;line-height:28px;margin-top:10px;font-family:Caveat,cursive;font-size:1.8rem;opacity:0;animation:fadeIn 3s ease-out forwards;color:#7e3a3a;border:none}.proposxxx span{margin-top:10px;line-height:28px;font-family:Caveat,cursive;font-size:1.8rem;opacity:0;animation:fadeIn 3s ease-out forwards;color:#7e3a3a}.icon-text{margin-top:20px;display:flex;flex-direction:column;align-items:center}@media screen and (max-width: 1300px){.picture{padding-top:60px}}@media screen and (max-width: 1042px){.picture{margin-top:40px}.image-container{width:350px}.picture .image-container:nth-child(3){grid-column:span 2;justify-self:center}.picture{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}}@media screen and (max-width: 768px){.contain{padding-bottom:60px}.picture{display:flex;flex-direction:column;margin-bottom:20px;margin-top:-60px}.proposxx p{margin:20px}.image-container{width:300px}.proposxxx{display:flex;flex-direction:column;align-items:center}.proposxxx p,.proposxxx span{font-size:1.5rem;line-height:20px}}.main{display:flex;flex-direction:column;align-items:center;padding-bottom:80px;position:relative;overflow:hidden;background:#f1f1f1}.main h1{font-family:quicksand,cursive;font-size:3rem;padding-top:180px;font-style:italic;font-weight:700;color:#171616cf;text-align:center;margin-bottom:20px}.slide-in{position:relative;animation:slideIn 2s ease-out forwards;opacity:0}@keyframes slideIn{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}.underline{width:0;height:1px;background-color:#4a4a4a;margin:10px 0;animation:underlineGrow 1.5s ease-out forwards;animation-delay:1.5s}@keyframes underlineGrow{0%{width:0}to{width:8%}}.picma{display:flex;justify-content:center;align-items:center;padding:0 30px;margin-top:20px}.proposa p{border:1px solid white;border-radius:5px;padding:20px;max-width:700px;text-align:justify;line-height:26px;margin-top:20px;font-family:Poppins,sans-serif;font-size:1rem;opacity:0;animation:fadeIn 3s ease-out forwards;color:#4f4c4c}.propos4 p{margin:20px 30px 0;max-width:900px;text-align:justify;line-height:26px;font-family:Poppins,sans-serif;font-size:1rem;opacity:0;animation:fadeIn 3s ease-out forwards;color:#4f4c4c;border:1px solid white;border-radius:5px;padding:20px}.propos4 span,.proposa span{color:#8f2424}.picma img{width:500px;height:850px;object-fit:cover;border-radius:5px;border:2px solid white;cursor:pointer;margin:0 20px;transition:all .3s ease-in-out}.picma img:hover{transform:scale(1.01)}.propos p:nth-child(1){animation-delay:.9s}.propos p:nth-child(2){animation-delay:1.5s}.propos p:nth-child(3){animation-delay:2.5s}.propos p:nth-child(4){animation-delay:3.5s}.propos p:nth-child(5){animation-delay:4.5s}.propos4 p:nth-child(1){animation-delay:1.5s}.accueil-container{opacity:0;animation:fadeInPage 2s ease-in-out forwards}@media screen and (max-width: 1300px){.main h1{margin-top:60px}@keyframes underlineGrow{0%{width:0}to{width:10%}}}@media screen and (max-width: 1042px){.main h1{margin-top:100px}}@media screen and (max-width: 1030px){.picma{display:flex;flex-direction:column;align-items:center}.picma img{margin-top:20px}}@media screen and (max-width: 768px){.main{padding-bottom:60px}.main h1{font-size:2.5rem;margin-top:0}.picma img{width:300px;height:450px}.propos4 p{font-size:14px}@keyframes underlineGrow{0%{width:0}to{width:15%}}}@media screen and (max-width: 500px){@keyframes underlineGrow{0%{width:0}to{width:25%}}}.char{display:flex;flex-direction:column;align-items:center;padding-bottom:80px;position:relative;overflow:hidden;background:#f1f1f1}.char h1{font-family:quicksand,cursive;font-size:3rem;padding-top:180px;font-weight:700;color:#171616cf;text-align:center;margin-bottom:20px}.char h2{font-family:quicksand,cursive;font-size:1.2rem;font-weight:700;text-align:center;margin-top:40px;margin-bottom:30px;color:#7e3a3a;animation:fadeIn 3s ease-out forwards}.chartext{display:flex;flex-direction:row;align-items:center;font-family:quicksand,cursive;font-size:1.2rem;font-weight:700;color:#7e3a3a;animation:fadeIn 3s ease-out forwards}.chartext span{margin-top:10px;margin-left:5px;animation:fadeIn 3s ease-out forwards}.underline-char{width:0;height:1px;background-color:#000;margin:10px 0;animation:underlineGrow-char 1.5s ease-out forwards;animation-delay:1.5s}@keyframes underlineGrow-char{0%{width:0}to{width:25%}}.underline-fixe{width:0;height:1px;background-color:#000;margin:10px 0;animation:underlineGrow-fixe 1.5s ease-out forwards;animation-delay:1.5s}@keyframes underlineGrow-fixe{0%{width:0}to{width:22%}}.propos{margin:20px}.proposx p{border:1px solid white;border-radius:5px;padding:20px;max-width:900px;text-align:justify;line-height:26px;margin-top:20px;font-family:Poppins,sans-serif;font-size:1rem;opacity:0;animation:fadeIn 3s ease-out forwards;color:#4f4c4c}.proposxx{margin-top:30px;margin-bottom:40px}.proposxx p{border:1px solid white;border-radius:5px;padding:20px;max-width:1020px;text-align:justify;line-height:26px;margin-top:20px;font-family:Poppins,sans-serif;font-size:1rem;opacity:0;animation:fadeIn 3s ease-out forwards;color:#4f4c4c}.propos span,.proposx span{color:#7e3a3a}.propos1{display:flex;flex-direction:column;align-items:center;padding-bottom:20px;margin-top:40px}.propos1 p{padding:0 30px;max-width:900px;line-height:28px;text-align:justify;margin-top:40px;font-family:Caveat,cursive;font-size:1.8rem;opacity:0;animation:fadeIn 3s ease-out forwards;color:#4f4c4c;border:none}.accueil-container1{margin-top:15px}.propos1 span{font-family:Caveat,cursive;margin-top:20px;font-size:1.8rem;color:#4f4c4c;padding:0 30px;max-width:900px;opacity:0;animation:fadeIn 5s ease-out forwards}.propos1 a{display:inline-block;color:#7e3a3a;text-decoration:none;transition:transform .3s ease}.propos1 a:hover{transform:scale(1.05)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.propos span:nth-child(1){animation-delay:1s}@keyframes fadeInPage{0%{opacity:0}to{opacity:1}}.gallerie h2{font-size:2rem;text-align:center;border:2px solid rgb(164,164,164);margin-top:60px;padding:20px;font-weight:400;border-radius:5px;color:#474747}.items{margin-top:20px;display:flex;flex-direction:column;align-items:center}.items p{color:#000;font-weight:500;font-size:1rem;margin-bottom:20px;text-align:center}.items h3{font-size:1.8rem;margin-bottom:50px;margin-top:80px;color:#7e3a3a;font-weight:500}.items2{display:flex;flex-direction:column;align-items:center}.items2cerf{display:flex;flex-direction:row;justify-content:center;text-align:center}.items2 h3{font-size:1.8rem;margin-top:50px;margin-bottom:30px;color:#7e3a3a;font-weight:500}.items2cerf p{color:#000;font-weight:500;font-size:1rem;margin-bottom:20px;text-align:center}.items3{display:flex;flex-direction:column;align-items:center}.items3 h3{font-size:1.8rem;margin-top:40px;margin-bottom:30px;color:#7e3a3a;font-weight:500;text-align:center}.items3 p{color:#000;font-weight:500;font-size:1rem;margin-bottom:30px}.items4{display:flex;flex-direction:column;align-items:center}.items4 h3{font-size:1.8rem;margin-top:60px;color:#7e3a3a;font-weight:500}.items5{display:flex;flex-direction:column;align-items:center}.items5 h3{font-size:1.8rem;margin-top:100px;margin-bottom:50px;color:#7e3a3a;font-weight:500}.items6{display:flex;flex-direction:column;align-items:center}.items6 h3{font-size:1.8rem;margin-top:100px;margin-bottom:40px;color:#7e3a3a;font-weight:500}.items7{display:flex;flex-direction:row;align-items:center;gap:10px}.items7 h3{font-size:1.8rem;margin-top:80px;color:#7e3a3a;font-weight:500;text-decoration:underline;text-align:center}.items7 h4{margin-top:80px;font-size:1.8rem;color:#7e3a3a;font-weight:500;text-decoration:underline;text-align:center}.items8{display:flex;flex-direction:column}.items8 h3{font-size:1.8rem;margin-top:50px;margin-bottom:50px;color:#7e3a3a;font-weight:500}.items9 h3{font-size:1.8rem;margin-top:100px;margin-bottom:-30px;color:#7e3a3a;font-weight:500;border:2px solid rgb(126,58,58);border-radius:5px;padding:10px}.marks p{color:#000;font-weight:500;font-size:1rem;margin-top:30px;margin-bottom:-20px}.pic-item{display:flex;gap:60px;justify-content:center;margin-bottom:30px}.pic-item img{width:auto;height:250px;border-radius:5px;border:2px solid white;cursor:pointer;transition:all .3s ease-in-out;object-fit:cover}.pic-item img:hover{transform:scale(1.02)}.image-item,.image-item20{object-fit:cover;text-align:center}.image-itemfab img:first-of-type{object-position:top}.image-item p,.image-item20 p{color:#000;font-weight:500;font-size:1rem;margin:20px 0;text-align:center}.image-item1{text-align:center}.image-item1 img{margin-bottom:5px}.cerf-text{display:flex;justify-content:center;align-items:center;gap:5px;margin-bottom:-20px}.image-item1 p{color:#000;font-weight:500;font-size:1rem;line-height:22px;text-align:center;margin:5px}.image-item1 span{display:block}.image-item4{display:flex;flex-direction:column;align-items:center;object-fit:cover;text-align:center;gap:60px}.image-item5{object-fit:cover;text-align:center;margin-top:60px}.pic-item1{display:flex;gap:60px;justify-content:center;margin-bottom:20px;margin-top:60px}.pic-item1 img{width:200px;height:250px;border-radius:5px;border:2px solid white;cursor:pointer;transition:all .3s ease-in-out;object-fit:cover}.pic-item1 img:hover{transform:scale(1.02)}.pic-item2{display:flex;gap:25px;justify-content:center;margin:50px 0}.pic-item2 img{width:auto;height:300px;border-radius:5px;border:2px solid white;cursor:pointer;transition:all .3s ease-in-out;object-fit:cover}.pic-item2 img:hover{transform:scale(1.02)}.pic-item3{display:flex;gap:10px;justify-content:center;margin:30px 0 40px}.pic-item3 img{width:200px;height:250px;border-radius:5px;border:2px solid white;cursor:pointer;transition:all .3s ease-in-out;object-fit:cover}.pic-item3 img:hover{transform:scale(1.02)}.pic-item4{display:flex;gap:60px;justify-content:center;margin-top:0;margin-bottom:20px}.pic-item4 img{width:auto;height:250px;border-radius:5px;border:2px solid white;cursor:pointer;transition:all .3s ease-in-out;object-fit:cover}.pic-item4 img:hover{transform:scale(1.02)}.pic-item8{display:flex;gap:60px;justify-content:center;margin-bottom:20px;margin-top:40px}.pic-item8 img{width:auto;height:260px;border-radius:5px;border:2px solid white;cursor:pointer;transition:all .3s ease-in-out;object-fit:cover}.pic-item8 img:hover{transform:scale(1.02)}.pic-itemfab{display:flex;gap:30px;margin-bottom:20px;margin-top:-10px}.pic-itemfab img{width:200px;height:280px;border-radius:5px;border:2px solid white;cursor:pointer;transition:all .3s ease-in-out;object-fit:cover}.pic-itemfab img:hover{transform:scale(1.02)}.image-itemfab{object-fit:cover;text-align:center}.fix{display:flex;flex-direction:column;align-items:center;padding-bottom:80px;position:relative;overflow:hidden;background:#f1f1f1}.fix h1{font-family:quicksand,cursive;font-size:3rem;padding-top:180px;font-weight:700;color:#171616cf;text-align:center;margin-bottom:20px}.enlarged-image-container{position:relative;display:flex;align-items:center}.enlarged-image-container img{width:auto;height:auto}.prev-button,.next-button,.close-button{position:absolute;background:transparent;color:#fff;font-size:2rem;cursor:pointer;border:none}.prev-button{left:150px}.next-button{right:150px}.close-button{top:20px;right:20px}.lion-grid{display:flex;justify-content:space-around;align-items:center;gap:100px;margin-bottom:50px}.videos{display:flex;gap:10px}.background-video{width:100%;max-width:250px;height:auto;border-radius:5px;object-fit:cover;border:2px solid white}.lion-image{display:flex;flex-direction:column;align-items:center;gap:40px;margin:30px 0 -30px}.lion-image img{width:280px;height:350px;border-radius:5px;border:2px solid white;cursor:pointer;transition:all .3s ease-in-out;object-fit:cover;margin-top:30px}@media screen and (max-width: 1300px){.char h1,.fix h1{margin-top:50px}@keyframes underlineGrow-char{0%{width:0}to{width:35%}}@keyframes underlineGrow-fixe{0%{width:0}to{width:25%}}}@media screen and (max-width: 1160px){.pic-item2{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.pic-item2 img{width:280px;height:auto}}@media screen and (max-width: 1042px){.char h1,.fix h1{margin-top:80px}.proposxx{margin:0 20px}.pic-item8{display:flex;flex-direction:column;align-items:center;margin-top:40px}}@media screen and (max-width: 930px){.proposx p{margin:20px}}@media screen and (max-width: 920px){.pic-item{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.pic-item img{width:300px;height:300px}.pic-item1{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.pic-item1 img{width:300px;height:300px;margin-bottom:10px}.image-item{width:100%}img{width:100%;height:auto}.lion-grid{flex-direction:column;align-items:center;gap:0;margin-bottom:80px}.videos{flex-direction:row;flex-wrap:wrap;justify-content:center}.background-video{margin-bottom:20px}.lion-image img{width:300px;height:auto;margin:0 0 -40px}}@media screen and (max-width: 820px){.pic-itemfab img{width:300px;height:300px;margin-bottom:10px}}@media screen and (max-width: 768px){.char{padding-bottom:40px}.char h1{font-size:2.5rem;margin-top:0}.char h2{font-size:1.1rem;margin-bottom:15px}.chartext{display:flex;flex-direction:column;align-items:center}.chartext span{font-size:1.1rem;margin-top:0;margin-bottom:20px}.gallerie h2{margin-top:30px;margin-bottom:40px;font-size:2rem}.proposx p{margin:20px;font-size:14px}.items{margin-top:20px}.propos1{margin-top:0}.fix{padding-bottom:40px}.fix h1{font-size:2.5rem;margin:0}.fix h2{font-size:2.5rem;padding-top:0;margin:10px}.crea span{display:none}.items h3{margin-bottom:30px;margin-top:40px}.image-item1 span{display:none}.prev-button{left:-10px;font-size:2rem}.next-button{right:-10px;font-size:2rem}}@media screen and (max-width: 745px){.pic-item{display:flex;flex-direction:column;gap:30px}.pic-item img{width:290px}}@media screen and (max-width: 700px){.background-video{margin:0;max-width:290px}}@media screen and (max-width: 670px){.pic-item1{display:flex;flex-direction:column;gap:30px;margin-bottom:40px}.pic-item1 img{width:300px}.pic-item3{display:flex;flex-direction:column;gap:30px;margin-bottom:40px}.pic-item3 img{width:300px}.items2 h3{margin-top:40px}.items2cerf{flex-direction:column;align-items:center}.items3 h3{margin-top:20px}.items4 h3{margin-top:40px;margin-bottom:10px}.pic-item4{margin-top:0}.pic-item4 img{width:290px}.items5 h3{margin-top:40px;margin-bottom:30px}.items6 h3{margin-top:40px;margin-bottom:20px}.items7{display:flex;flex-direction:column;align-items:center}.items7 h3{margin-top:40px;margin-bottom:40px;text-decoration:none}.items7 h4{margin-bottom:0;margin-top:-30px}.items8 h3{margin-bottom:30px;margin-top:20px}.items9 h3{margin-top:60px;margin-bottom:0}.pic-itemfab{display:flex;flex-direction:column;align-items:center}.pic-itemfab img{width:290px;height:350px}.propos p,.propos span{font-size:1.2rem}.propos1 p{font-size:1.4rem}.propos1 span{font-size:1.4rem;margin-top:10px}@keyframes underlineGrow-char{0%{width:0}to{width:50%}}@keyframes underlineGrow-fixe{0%{width:0}to{width:40%}}}@media screen and (max-width: 500px){.pic-item2{display:flex;flex-direction:column;align-items:center;gap:30px;margin-bottom:30px;margin-top:20px}.pic-item2 img,.pic-item img,.pic-item4 img,.pic-itemfab img,.pic-item8 img{width:300px;height:auto}@keyframes underlineGrow-char{0%{width:0}to{width:80%}}@keyframes underlineGrow-fixe{0%{width:0}to{width:60%}}.background-video{margin:0;max-width:300px}.lion{display:flex;flex-direction:column;align-items:center}}.gallery-container1{width:100%;max-width:1200px;margin:0 auto;padding:20px;position:relative}.gallery-container1 .slick-prev{left:150px!important}.gallery-container1 .slick-next{right:150px!important}.gallery-image1{width:auto;height:500px;object-fit:cover;border-radius:10px;margin:0 auto;cursor:pointer;border:5px solid white;transition:transform .3s ease}.gallery-image1:hover{transform:scale(1.02)}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;display:flex;justify-content:center;align-items:center;z-index:1000}.enlarged-image-container{position:relative;display:flex;justify-content:center;align-items:center;width:90%;height:90%}.enlarged-image-container img{max-width:100%;max-height:100%;border-radius:2px}.close-button{position:absolute;background:transparent;border:none;color:#fff;font-size:2rem;cursor:pointer;top:10px;right:10px;padding:5px;border-radius:50%}.slick-dots li button:before{color:#fff;opacity:1}.slick-dots li.slick-active button:before{color:#fff;opacity:1}@media (max-width: 1140px){.slick-dots{display:none}}@media (max-width: 768px){.gallery-container1{width:100%;padding:0 80px}.gallery-image1{height:auto;width:320px}.gallery-container1 .slick-prev{left:-20px!important}.gallery-container1 .slick-next{right:-20px!important}}@media (max-width: 500px){.gallery-container1{padding:0 30px}}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/assets/ajax-loader-BcnMEykj.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(data:application/vnd.ms-fontobject;base64,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);src:url(data:application/vnd.ms-fontobject;base64,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) format("embedded-opentype"),url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"),url(data:font/ttf;base64,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) format("truetype"),url(/assets/slick-BlzDm7g2.svg#slick) format("svg")}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translateY(-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.dess{display:flex;flex-direction:column;align-items:center;padding-bottom:80px;position:relative;overflow:hidden;background:#f1f1f1}.dess h1{font-family:quicksand,cursive;font-size:3rem;padding-top:180px;font-weight:700;color:#171616cf;text-align:center;margin-bottom:20px}.underline-dess{width:0;height:1px;background-color:#4a4a4a;margin:10px 0;animation:underlineGrowDess 1.5s ease-out forwards;animation-delay:1.5s}@keyframes underlineGrowDess{0%{width:0}to{width:15%}}.galleries2 h2{font-size:2rem;text-align:center;border:2px solid rgb(164,164,164);margin-top:40px;margin-bottom:60px;padding:20px;border-radius:5px;color:#474747;font-family:Quicksand,sans-serif;font-weight:400}@media screen and (max-width: 1300px){.dess h1{margin-top:60px}@keyframes underlineGrowDess{0%{width:0}to{width:20%}}}@media screen and (max-width: 1042px){.dess h1{margin-top:100px}}@media screen and (max-width: 768px){.dess{padding-bottom:40px}.dess h1{font-size:2.5rem;margin-top:0}.galleries2 h2{margin-top:50px}@keyframes underlineGrowDess{0%{width:0}to{width:30%}}}@media screen and (max-width: 500px){@keyframes underlineGrowDess{0%{width:0}to{width:45%}}}.creation{display:flex;flex-direction:column;align-items:center;padding-bottom:80px;position:relative;overflow:hidden;background:#f1f1f1}.creation h1{font-family:quicksand,cursive;font-size:3rem;padding-top:180px;font-weight:700;color:#171616cf;text-align:center;margin-bottom:20px}.crea{display:flex;flex-direction:row;align-items:center}.creation h2{font-family:quicksand,cursive;font-size:3rem;padding-top:180px;font-weight:700;color:#171616cf;text-align:center;margin-bottom:20px;margin-left:10px;animation:slideIn2 2s ease-out forwards}.underline-crea{width:0;height:1px;background-color:#000;margin:10px 0;animation:underlineGrow-crea 2s ease-out forwards;animation-delay:1.5s}@keyframes underlineGrow-crea{0%{width:0}to{width:35%}}.pic-item10{display:flex;justify-content:center;margin-top:-20px;margin-left:60px;gap:50px}.pic-item10 img{width:auto;height:250px;border-radius:5px;border:2px solid white;cursor:pointer;transition:all .3s ease-in-out;object-fit:cover}.pic-item10 img:hover{transform:scale(1.03)}.image-item6{object-fit:cover;text-align:center;margin-top:60px}.image-item6 p{color:#000;font-weight:500;font-size:1rem;line-height:20px;margin-top:20px;margin-bottom:10px;text-align:center}.image-item6 span{color:#000;font-weight:500;font-size:1rem;line-height:20px}.crea-titre h2{margin-top:120px;margin-bottom:-20px;font-family:quicksand,cursive;font-size:2rem;font-weight:500;color:#312e2ecf;text-align:center;border-radius:5px;border:1px solid rgba(49,46,46,.811);padding:15px 10px}.crea-text{margin-bottom:80px}.image-item6.right-images{justify-content:center;margin-left:50px;margin-top:230px}@keyframes slideIn2{0%{transform:translate(-75%);opacity:0}to{transform:translate(0);opacity:1}}.pic-flex{display:flex;justify-content:center;margin-top:20px;gap:20px}.pic-flex img{width:auto;height:250px;border-radius:5px;border:2px solid white;cursor:pointer;transition:all .3s ease-in-out;object-fit:cover}.pic-flex img:hover{transform:scale(1.03)}@media screen and (max-width: 1300px){.creation h1,.creation h2{margin-top:60px}.crea-titre h2{margin-top:-70px}@keyframes underlineGrow-crea{0%{width:0}to{width:40%}}}@media screen and (max-width: 1192px){.pic-flex{display:flex;flex-direction:column;align-items:center}.image-item6.right-images{margin-top:40px;margin-left:-5px}}@media screen and (max-width: 1122px){.creation h1,.creation h2{margin-top:100px}.pic-item10{display:flex;flex-direction:column;align-items:center;margin-left:0;margin-top:0;gap:0}.crea-titre h2{margin-top:-70px;margin-bottom:10px}}@media screen and (max-width: 768px){.creation{padding-bottom:40px}.crea{display:flex;flex-direction:column;align-items:center}.creation h1{font-size:2.5rem;margin-top:0;margin-bottom:0}.creation h2{font-size:2.5rem;padding-top:0;margin:10px}.pic-item10{margin-left:0;margin-top:0;gap:50px}.pic-item10 img,.pic-flex img{width:200px;height:200px}.image-item6{margin-top:20px}.image-item6 p{margin-top:10px;margin-bottom:0}.image-item6 span{margin:5px}.crea-text{display:flex;flex-direction:column;align-items:center;margin-top:5px}.crea-titre h2{margin-top:100px;padding-top:10px}.proposxx p{font-size:14px}.image-item6.right-images{margin-top:5px;margin-left:0}@keyframes underlineGrow-crea{0%{width:0}to{width:45%}}}@media screen and (max-width: 500px){@keyframes underlineGrow-crea{0%{width:0}to{width:70%}}.pic-item10 img,.pic-flex img{width:180px}}.contact{display:flex;flex-direction:column;align-items:center;position:relative;overflow:hidden;padding-bottom:80px;background:#f1f1f1}.contact h1{font-family:quicksand,cursive;font-size:3rem;padding-top:180px;font-weight:700;color:#171616cf;text-align:center;margin-bottom:20px}.underline-contact{width:0;height:1px;background-color:#4a4a4a;margin:10px 0;animation:underlineGrowContact 1.5s ease-out forwards;animation-delay:1.5s}@keyframes underlineGrowContact{0%{width:0}to{width:15%}}.resa{padding-top:15px}.mail,.phone,.address{opacity:0;display:flex;align-items:center;gap:20px;font-family:quicksand,cursive;transition:opacity .5s ease}.mail svg{font-size:1.5rem;color:#7e3a3a}.mail{margin-bottom:30px;animation:slideInFromLeft 3s forwards}.phone{animation:slideInFromRight 3s forwards;animation-delay:.5s}.address{margin-top:30px;animation:slideInFromLeft 3s forwards;animation-delay:.5s}@keyframes slideInFromLeft{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideInFromRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.phone span,.address p{font-size:1.3rem;font-weight:700;color:#676565}.phone svg{font-size:1.5rem;color:#7e3a3a}.resa{display:flex;flex-direction:column;align-items:center;margin-top:40px}.mail a{font-size:1.3rem;text-decoration:none;color:#676565;font-weight:700}.reseaux h2{font-size:1.8rem;font-weight:500;margin-top:80px;text-decoration:2px underline;text-align:center;color:#7e3a3a}.icons{display:flex;justify-content:center;align-items:center;cursor:pointer;gap:40px;margin-top:50px;transition:.4s ease-in-out}.icons a{text-decoration:none}.icons .svg-inline--fa:hover{transform:scale(1.1);color:#7e3a3a}.icons .svg-inline--fa{color:gray;font-weight:400;font-size:2.5rem;transition:transform .3s ease-in-out}@media screen and (max-width: 1300px){.contact h1{margin-top:60px}@keyframes underlineGrowContact{0%{width:0}to{width:20%}}.underline-contact{animation:underlineGrowContact 1.5s ease-out forwards}}@media screen and (max-width: 1042px){.contact h1{margin-top:100px}}@media screen and (max-width: 768px){.contact h1{font-size:2.5rem;margin-top:0}.mail i{font-size:1rem}.mail a{font-size:1.1rem}.phone i{font-size:1rem}.phone span{font-size:1.1rem}.address p{font-size:1rem}@keyframes underlineGrowContact{0%{width:0}to{width:30%}}.underline-contact{animation:underlineGrowContact 1.5s ease-out forwards}}@media screen and (max-width: 500px){@keyframes underlineGrowContact{0%{width:0}to{width:45%}}.underline-contact{animation:underlineGrowContact 1.5s ease-out forwards}}
