@import "partners.less";#admin_header{width:100%}#admin_header .global_bar{position:fixed;display:flex;width:100%;justify-content:space-between;align-items:center;column-gap:16px;padding:8px 24px;background-color:#fff;box-shadow:-3px 1px 8px 0px #00000070;z-index:9999}#admin_header .global_bar img{display:inline-block;width:150px}#admin_header .global_bar p{display:inline-block;font-size:14px}#admin_header .navigation_admin{position:fixed;display:inline-block;height:100vh;padding-top:100px;background-color:#2a2c2d;z-index:9998}#admin_header .navigation_admin nav a{display:block;padding:18px 48px;color:#fff;border-right:4px solid #2a2c2d;transition:0.5s ease-in-out}#admin_header .navigation_admin nav a:hover{background-color:#4a8b3d;border-right:4px solid #000}#admin_header .navigation_admin_mobile{position:fixed;display:none;width:100%;bottom:0;background-color:#2a2c2d}#admin_header .navigation_admin_mobile nav{display:flex;align-items:center;justify-content:space-between;text-align:center}#admin_header .navigation_admin_mobile nav a{display:inline-block;width:25%;padding:24px;color:#fff;border-left:2px solid #5b5f61;transition:0.5s ease-in-out}#admin_header .navigation_admin_mobile nav a:first-child{border-left:none}@media screen and (max-width:769px){#admin_header .navigation_admin{display:none}#admin_header .navigation_admin_mobile{display:block}}@media screen and (max-width:560px){#admin_header .navigation_admin nav{display:flex;flex-wrap:nowrap;overflow:scroll}#admin_header .navigation_admin nav a{white-space:nowrap}#admin_header .navigation_admin nav::-webkit-scrollbar{height:8px;width:100%}#admin_header .navigation_admin nav::-webkit-scrollbar-thumb{background-color:#4a8b3d}}@media screen and (max-width:500px){#admin_header .global_bar img{width:80px}}#loadingOverlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:9999;justify-content:center;align-items:center}#loadingOverlay .spinner{border:8px solid #f3f3f3;border-top:8px solid #4a8b3d;border-radius:50%;width:60px;height:60px;animation:spin 1s linear infinite}@keyframes fadeInAnimation{0%{opacity:0}100%{opacity:1}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(720deg)}}@keyframes scale{0%{transform:scale(0)}100%{transform:scale(1)}}.anim{opacity:0;transform:translateY(80px);transition:opacity 1s ease-out, transform 1s ease-out}.anim.visible{opacity:1;transform:translateY(0)}.container_back{margin-top:50px;padding:0 172px}.container_back .back{font-size:15px;font-weight:400;text-transform:uppercase}.container_back .back span{padding:5px;margin-right:1rem;background-color:#a3d66b;color:#fff;border-radius:5px;transition:0.5s ease-in-out}.container_back .back:hover span{background-color:}@media screen and (max-width:1150px){.container_back{padding:0 3rem}}@media screen and (max-width:768px){.container_back{padding:0 1.5rem}}.banner{background-color:#a3d66b !important;position:relative;z-index:1}.banner.image{background-position:center;background-repeat:no-repeat;background-size:cover}.banner.image .overlay{position:absolute;z-index:-2;top:0;left:0;width:100%;height:100%;background-color:#4b4b4b;opacity:0.5;transition:0.5s ease-in-out}.banner.padding{padding:60px 5rem}.banner h2,
.banner p{color:#fff;text-align:center}.banner .button{margin:20px auto 0 auto}.bg_image_fix{display:flex;flex-wrap:wrap;justify-content:space-between;gap:2rem;width:100%}.bg_image_fix .container_text{position:relative;display:flex;flex-direction:column;justify-content:end;height:540px;padding-top:40px;border-radius:20px 0 20px;background-repeat:no-repeat;background-position:center;background-size:cover;box-shadow:0 4px 12px rgba(0,0,0,0.4)}.bg_image_fix .container_text .content_box{display:flex;align-items:end;justify-content:center;width:100%;margin:0 auto;text-align:center}.bg_image_fix .container_text .content_box .overlay{position:absolute;bottom:0;left:0;width:100%;height:25%;background-color:#a3d66b;opacity:0.5;border-radius:20px 0 20px;transition:ease-in-out 0.5s;z-index:1}.bg_image_fix .container_text .content_box h2{position:relative;margin-bottom:25px;text-align:center;color:#fff;z-index:2}.bg_image_fix .container_text .content_box p{text-align:center;margin-bottom:20px}.bg_image_fix .container_text .content_box .button{margin-top:auto;align-self:center}.bg_image_fix .container_text:hover .content_box .overlay{height:100%}.bg_image_fix .container_text:first-child,
.bg_image_fix .container_text:nth-child(2){width:48%}.bg_image_fix .container_text:nth-child(3){width:100%}@media screen and (max-width:1200px){.bg_image_fix{flex-direction:column}.bg_image_fix .container_text:first-child, .bg_image_fix .container_text:nth-child(2){width:100%}.bg_image_fix .container_text:nth-child(3){width:100%}}@media screen and (max-width:500px){.bg_image_fix .container_text{height:350px}.bg_image_fix .container_text .content_box .overlay{height:37%}}.button{position:relative;display:flex;align-items:center;column-gap:10px;width:fit-content;padding:15px 30px;color:#fff;background-color:#000;border-radius:10px;font-size:14px;font-weight:500;transition:ease-in-out 0.3s;text-transform:uppercase;overflow:hidden}.button::before{content:"";position:absolute;display:block;top:0;left:0;bottom:0;width:100%;background-color:#a3d66b;transform:translateX(-102%);transition:all 0.8s}.button.Lightgreen{background-color:#a3d66b}.button.Lightgreen::before{background-color:#000}.button.white{background-color:#fff}.button.white span{color:#000;border-bottom:2px solid #000}.button.white:hover span{color:#fff;border-bottom:2px solid #fff}.button.white::before{background-color:#000}.button span{color:#fff;border-bottom:2px solid #fff;z-index:998}.button:hover::before{transform:translateX(0);transition:all 0.22s}.caroussel{position:relative}.caroussel h2{text-align:center}.caroussel .slick{width:100%;padding-left:13vw;padding-right:13vw;margin:0 auto}.caroussel .slick .container_slick{width:482px;height:25vw;background-size:contain;background-position:center;background-repeat:no-repeat}.caroussel .arrow-next,
.caroussel .arrow-prev{position:absolute;top:50%;padding:20px;color:#fff;background-color:#a3d66b;border-radius:10px;font-size:22px;transition:0.5s ease-in-out;cursor:pointer;z-index:999}.caroussel .arrow-next:hover,
.caroussel .arrow-prev:hover{background-color:}.caroussel .arrow-prev{left:10%}.caroussel .arrow-next{right:10%}@media screen and (max-width:1294px){.caroussel .slick .container_slick{width:27vw;height:35vh}.caroussel .arrow-prev{left:5%}.caroussel .arrow-next{right:5%}}@media screen and (max-width:1024px){.caroussel .slick .container_slick{width:474px;height:40vh}.caroussel .arrow-next, .caroussel .arrow-prev{padding:15px;font-size:16px}}@media screen and (max-width:1024px){.caroussel .arrow-next, .caroussel .arrow-prev{padding:10px;font-size:14px}}.Lightgreen{color:#a3d66b}.bg_Lightgreen{background-color:#a3d66b}p{color:#000}h1{color:#a3d66b}.suptitle,
.subtitle{color:#a3d66b}section:nth-child(odd){background-color:#fff}section:nth-child(even11){background-color:#fff}section:nth-of-type(even){background-color:#292929}section:nth-of-type(even) h2,
section:nth-of-type(even) p{color:#fff}section:nth-of-type(odd){background-color:#fff}h1,
h2,
h3,
input[type="text"],
input[type="submit"],
textarea,
label{font-family:"Poppins", sans-serif}p,
ul,
li,
a,
span,
textarea{font-family:"Roboto", sans-serif}h1{font-size:48px}@media screen and (max-width:1024px){h1{font-size:44px}}@media screen and (max-width:500px){h1{font-size:28px}}h2{font-size:40px;color:#000;text-transform:uppercase}@media screen and (max-width:768px){h2{font-size:28px}}h3{font-size:25px;color:#000;text-transform:uppercase}@media screen and (max-width:768px){h3{font-size:24px}}ul,
li,
p{font-size:20px;font-weight:300}@media screen and (max-width:1550px){ul, li, p{font-size:16px}}input[type="text"],
textarea{font-size:18px}.button{font-size:14px}.subtitle,
.suptitle{color:#000;font-size:22px;font-weight:bold}.bold{font-weight:bold}footer{display:flex;margin-top:50px}footer .left_side{width:75%}footer .left_side .top_left_side{padding:clamp(30px,8vh,75px) 170px;border-radius:0 48px 0 0;background-color:#528f35}footer .left_side .top_left_side img{max-width:250px;max-height:100px}footer .left_side .top_left_side .wrapper_infos_nav{display:flex;justify-content:space-between;column-gap:18px;padding-top:30px}footer .left_side .top_left_side .wrapper_infos_nav .infos_footer{display:flex;row-gap:2rem;max-width:35%;padding-top:15px;flex-direction:column}footer .left_side .top_left_side .wrapper_infos_nav .infos_footer a{display:flex;align-items:flex-start;text-transform:uppercase;font-size:13px;font-weight:500;line-height:2;transition:0.5s ease-in-out}footer .left_side .top_left_side .wrapper_infos_nav .infos_footer a:hover{color:#000}footer .left_side .top_left_side .wrapper_infos_nav .infos_footer a:hover span{background-color:transparent}footer .left_side .top_left_side .wrapper_infos_nav .infos_footer a span{padding:0.4rem;margin-right:1rem;background-color:#000;border-radius:0.25rem;font-size:13px;transition:0.5s ease-in-out}footer .left_side .top_left_side .wrapper_infos_nav .infos_footer p{font-size:13px}footer .left_side .top_left_side .wrapper_infos_nav .medias{display:flex}footer .left_side .top_left_side .wrapper_infos_nav .container_nav nav{display:flex;flex-direction:column;border-left:2px solid #000}footer .left_side .top_left_side .wrapper_infos_nav .container_nav nav a{margin-left:1rem;text-transform:uppercase;font-weight:500;font-size:13px;line-height:2.2;transition:0.5s ease-in-out}footer .left_side .top_left_side .wrapper_infos_nav .container_nav nav a:hover{color:#000}footer .left_side .top_left_side .wrapper_infos_nav .container_nav p{padding-bottom:20px;font-size:24px}footer .left_side .top_left_side .wrapper_infos_nav a,
footer .left_side .top_left_side .wrapper_infos_nav span,
footer .left_side .top_left_side .wrapper_infos_nav p{color:#fff}footer .left_side .top_left_side .wrapper_infos_nav p{font-weight:bold}footer .left_side .top_left_side .wrapper_container_nav{display:flex;column-gap:2rem;row-gap:2rem;flex-wrap:wrap}footer .left_side .top_left_side .wrapper_container_nav nav a{transition:ease-in-out 0.5s}footer .left_side .top_left_side .wrapper_container_nav nav a:hover{color:#000}footer .left_side .bottom_left_side{padding:20px 172px;background-color:#4a8130}footer .left_side .bottom_left_side a{color:#fff;text-transform:uppercase;font-weight:600;font-size:14px;transition:0.5s ease-in-out}footer .left_side .bottom_left_side a:hover{color:#000}footer .right_side{display:flex;align-items:flex-end;width:25%}footer .right_side a{display:flex;align-items:center;padding-left:6rem;color:#000;transition:0.5s ease-in-out}footer .right_side a img{width:125px}footer .right_side a:hover{color:#a3d66b}@media screen and (max-width:1550px){footer .left_side .top_left_side{padding:clamp(30px,8vh,75px) 120px}footer .left_side .top_left_side .wrapper_infos_nav{column-gap:1rem;justify-content:space-between}footer .left_side .top_left_side .wrapper_infos_nav .infos_footer{max-width:45%}footer .right_side a{padding-right:15px}}@media screen and (max-width:1400px){footer .left_side{width:90%}footer .left_side .top_left_side{padding-left:7.5vw;padding-right:7.5vw}footer .left_side .bottom_left_side{padding-left:7.5vw;padding-right:7.5vw}}@media screen and (max-width:1430px){footer{flex-direction:column}footer .left_side .top_left_side .wrapper_infos_nav{justify-content:flex-start;column-gap:5rem}footer .left_side .top_left_side .wrapper_infos_nav .infos_footer{max-width:35%}footer .left_side .bottom_left_side{border-radius:0 0 48px 0}footer .right_side{width:100%}footer .right_side a{padding-left:5.5vw;padding-right:7.5vw}}@media screen and (max-width:1200px){footer .left_side .top_left_side .wrapper_infos_nav{flex-direction:column;row-gap:2rem}footer .left_side .top_left_side .wrapper_infos_nav .infos_footer{max-width:50%}}@media screen and (max-width:550px){footer .left_side .top_left_side .wrapper_container_nav{flex-direction:column;row-gap:2rem}}@media screen and (max-width:480px){footer .left_side .top_left_side .wrapper_infos_nav .infos_footer{max-width:100%}}.form{display:flex;justify-content:space-between;padding-top:0}.form .title{width:50%;padding-right:1rem}.form .title .container{position:sticky;top:215px}.form .title .container h2{font-weight:600}.form form{display:flex;flex-direction:column;width:50%}.form form .input_container{margin-top:30px}.form form .input_container:first-child{margin-top:0}.form form input[type="text"],
.form form textarea{position:relative;display:block;width:100%;padding:10px 20px;margin-top:10px;border-radius:12px;background:#fff;color:#acacac;caret-color:#a3d66b;line-height:normal;border:none;outline:none;box-shadow:0 0 0 2px var(--c5,#ececec);transition:box-shadow 0.4s cubic-bezier(0.68,0.16,0.39,0.98);font-family:"Poppins", sans-serif}.form form label{color:#000}.form form input[type="text"]:focus,
.form form textarea:focus{transition:box-shadow 0.25s;box-shadow:0 0 0 2px #a3d66b}.form form input[type="text"]::placeholder{color:#acacac;font-weight:300}.form form textarea{height:128px;resize:none}.form form .buttons{display:flex;align-items:center;column-gap:2rem;margin-top:40px}.form form .buttons input[type="submit"]{border:none;cursor:pointer;transition:ease-in-out 0.5s}.form form .buttons input[type="submit"]:hover{background-color:#a3d66b}.form form .buttons a{display:flex;column-gap:1rem;align-items:center;text-transform:uppercase;font-size:14px}.form form .buttons a .icon{padding:5px 8px;color:#fff;background-color:#a3d66b;border-radius:3px;transition:0.5s ease-in-out}.form form .buttons a span{color:#a3d66b}.form form .buttons a:hover .icon{background-color:#a3d66b}.form form label{text-transform:uppercase;font-size:14px}.form form label span{color:#d7d7d7}.form form .select_custom{margin-top:50px}.form form .select_wrapper{display:block;position:relative;padding:18px;font-size:10px;color:#acacac;background-color:#fff;box-shadow:0 0 0 2px var(--c5,#ececec);border-radius:10px;box-sizing:border-box}.form form .select_wrapper:focus-within:before{background-color:}.form form .select_wrapper p{margin:0;font-size:10px;color:#acacac}.form form .select_wrapper .service{color:#acacac;font-weight:300;font-family:"Poppins", sans-serif}.form form .select_wrapper span{color:#fff;font-size:18px}.form form .select_wrapper ul{display:none;position:absolute;top:100%;left:6px;background:#fff;z-index:1;list-style:none;width:calc(100% - 7px);margin:0;padding:0}.form form .select_wrapper ul li{padding:15px;cursor:pointer;color:#000;font-size:14px;transition:ease-in-out 0.5s}.form form .select_wrapper ul li:hover{background-color:#a3d66b}.form form .select_wrapper .arrow{position:absolute;top:30%;right:25px;font-size:12px;padding:6px;background-color:#a3d66b;transition:ease-in-out 0.3s}.form form .select_wrapper.opened:before{background-color:}.form form .select_wrapper.opened .arrow{-webkit-transform:rotate(-180deg);-moz-transform:rotate(-180deg);-o-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg);background-color:}@media screen and (max-width:1396px){.form form input[type="text"]::placeholder{font-size:15px}}@media screen and (max-width:1024px){.form{flex-direction:column}.form .title{width:100%}.form .title .container{position:inherit}.form .title .container h2{padding-bottom:40px}.form form{width:100%}.form form .buttons .text{display:none}}.get_up{position:fixed;display:none;bottom:0;right:2vw;width:4rem;padding-top:0.6rem;background-color:#000;border-radius:12px 12px 0 0;text-align:center;cursor:pointer;z-index:9999;transition:background 0.4s cubic-bezier(0.68,0.16,0.39,0.98), color 0.4s cubic-bezier(0.68,0.16,0.39,0.98), transform 0.4s cubic-bezier(0.68,0.16,0.39,0.98), visibility 0s}.get_up span{color:#fff;font-size:2vw}.get_up:hover{background-color:#a3d66b}.navigation{position:fixed;display:flex;justify-content:space-between;align-items:center;width:100%;padding:1rem 5rem;background-color:rgba(255,255,255,0.61);box-shadow:0 12px 12px #00000033;transition:ease-in-out 0.5s;z-index:9998}.navigation.scroll{background-color:#fff}.navigation .logo{z-index:9999}.navigation .logo img{max-height:100px;max-width:250px}.navigation nav{display:flex;align-items:center;column-gap:24px}.navigation nav a,
.navigation nav p{color:#000;font-size:16px;font-weight:bold;transition:ease-in-out 0.5s}.navigation nav a:hover,
.navigation nav p:hover{color:#a3d66b}.navigation nav .button{padding:10px 25px;text-transform:none;font-size:20px;font-weight:bold;color:#fff}.navigation .wrapper_menu_burger{display:none;position:relative;flex-direction:column;align-items:center;cursor:pointer;z-index:9999}.navigation .wrapper_menu_burger p{color:#a3d66b;font-size:10px;text-transform:uppercase;letter-spacing:2px;transition:opacity 0.4s cubic-bezier(0.68,0.16,0.39,0.98), visibility 0s, transform 0.4s cubic-bezier(0.68,0.16,0.39,0.98)}.navigation .wrapper_menu_burger p.active{position:relative;transform:translateY(-20px) translateX(-40px);animation:fadeInAnimation ease 2s;animation-fill-mode:forwards}.navigation .wrapper_menu_burger .menu_hamburger{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;height:35px;width:35px}.navigation .wrapper_menu_burger .menu_hamburger.active .line{background-color:transparent;transition-timing-function:cubic-bezier(0.215,0.61,0.355,1)}.navigation .wrapper_menu_burger .menu_hamburger.active .line::before{transform:translateY(14px) translateX(1px) rotate(225deg)}.navigation .wrapper_menu_burger .menu_hamburger.active .line::after{transform:translateY(-6px) rotate(-225deg)}.navigation .wrapper_menu_burger .menu_hamburger .line{width:30px;height:4px;background-color:#a3d66b;border-radius:20px}.navigation .wrapper_menu_burger .menu_hamburger .line::before,
.navigation .wrapper_menu_burger .menu_hamburger .line::after{content:"";position:absolute;display:block;height:4px;width:30px;background-color:#a3d66b;border-radius:20px;transition-duration:0.22s;transition-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}.navigation .wrapper_menu_burger .menu_hamburger .line::before{top:6px}.navigation .wrapper_menu_burger .menu_hamburger .line::after{top:26px}.navigation .dropdown_nav{position:relative}.navigation .dropdown_nav p{display:flex;align-items:center;column-gap:8px;cursor:pointer}.navigation .dropdown_nav span{color:;transition:ease-in-out 0.5s}.navigation .dropdown_nav .dropdown_nav_container{position:absolute;display:flex;flex-direction:column;width:12vw;left:-55px;top:39px;left:-18px;background-color:#000;box-shadow:0px 9px 12px #0000004f;border-radius:0 0 10px 10px;opacity:0;visibility:hidden;transition:ease-in-out 0.5s;cursor:pointer}.navigation .dropdown_nav .dropdown_nav_container .link_dropdown{padding:12px 50px;margin-right:0;padding:8px 28px;border-radius:0;transition:ease-in-out 0.5s;font-weight:bold;background-color:#fff}.navigation .dropdown_nav .dropdown_nav_container .link_dropdown:last-child{margin-bottom:0;border-radius:0 0 10px 10px}.navigation .dropdown_nav:hover span{transform:rotateX(180deg)}.navigation .dropdown_nav:hover .dropdown_nav_container{opacity:1;visibility:visible}.navigation .dropdown_nav:hover .dropdown_nav_container .link_dropdown:hover{background-color:#a3d66b;color:#fff}.navigation .menu_mobile{position:fixed;top:0;left:0;display:flex;justify-content:space-between;width:100%;visibility:hidden;overflow-y:hidden;overflow-x:hidden}.navigation .menu_mobile.active{height:100vh;z-index:9998;visibility:visible}.navigation .menu_mobile.active .overlay{right:0;transition:all 0.8s cubic-bezier(0.645,0.1,0.355,1)}.navigation .menu_mobile.active .wrapper_mobile{right:0}.navigation .menu_mobile.active .img{left:0;width:100%}.navigation .menu_mobile .overlay{position:absolute;height:100%;width:100%;top:0;right:-9999px;background-color:#a3d66b;transition:all 2s cubic-bezier(0.65,0.1,0,1.45)}.navigation .menu_mobile .img{position:relative;top:0;left:-999px;transition:all 1s cubic-bezier(0.645,0.1,0.355,1);background-color:#fff}.navigation .menu_mobile .img img{max-width:50vw;height:100vh;object-fit:cover;opacity:0.5}.navigation .menu_mobile .wrapper_mobile{position:relative;width:100%;height:100vh;right:-999px;padding-top:100px;max-width:54vw;background-color:#fff;overflow-y:auto;transition:all 0.8s cubic-bezier(0.645,0.1,0.355,1)}.navigation .menu_mobile .wrapper_mobile a{padding:12px 24px;color:#000;border-radius:10px;font-size:28px;font-family:"Poppins", sans-serif;font-weight:600;letter-spacing:1px;transition:all 0.5s cubic-bezier(0.645,0.1,0.355,1)}.navigation .menu_mobile .wrapper_mobile a.active{color:#a3d66b}.navigation .menu_mobile .wrapper_mobile a span{color:#a3d66b}.navigation .menu_mobile .wrapper_mobile a:hover{color:#a3d66b}.navigation .menu_mobile .wrapper_mobile .top{display:flex;justify-content:space-between;padding:20px;background-color:#a3d66b}.navigation .menu_mobile .wrapper_mobile .top span{color:#a3d66b;font-size:24px}.navigation .menu_mobile .wrapper_mobile .container_links_mobile{display:flex;flex-direction:column;width:100%;row-gap:0.5rem}.navigation .menu_mobile .wrapper_mobile .container_links_mobile p{padding:0 16px;color:#000;font-size:24px;font-family:"Poppins", sans-serif;font-weight:600}.navigation .menu_mobile .wrapper_mobile .container_links_mobile .mobile_link{padding:12px 24px}.navigation .menu_mobile .wrapper_mobile .container_links_mobile a{font-size:24px}.navigation .menu_mobile .wrapper_mobile .container_links_mobile .sub_service{padding:8px 24px;font-size:12px;text-transform:uppercase;font-weight:400}.navigation .menu_mobile .wrapper_mobile .container_links_mobile .link{display:flex;align-items:center;justify-content:space-between}.navigation .menu_mobile .wrapper_mobile .container_links_mobile .link span{transition:all ease-in 0.2s}.navigation .menu_mobile .wrapper_mobile .container_links_mobile .link.active{background-color:#a3d66b}.navigation .menu_mobile .wrapper_mobile .container_links_mobile .link.active span{transform:rotate(180deg)}.navigation .menu_mobile .wrapper_mobile .container_infos{display:flex;flex-direction:column;padding-top:2rem}.navigation .menu_mobile .wrapper_mobile .container_infos .infos{display:flex;column-gap:0.5rem;font-size:12px;font-family:"Roboto", sans-serif;text-transform:uppercase;font-weight:500}.navigation .menu_mobile .wrapper_mobile .medias{padding-top:15px}.navigation .menu_mobile .wrapper_mobile .medias span{font-size:18px}@media screen and (max-width:1435px){.navigation .hide_nav{display:none}.navigation nav{display:none}.navigation .wrapper_menu_burger{display:flex}}@media screen and (max-width:600px){.navigation{padding:1rem 2rem}.navigation .logo img{width:70%}.navigation .menu_mobile{flex-direction:column}.navigation .menu_mobile.active .img{left:initial;right:0}.navigation .menu_mobile .img{height:160px;right:-999px;left:initial;transition:all 0.8s cubic-bezier(0.645,0.1,0.355,1)}.navigation .menu_mobile .img img{max-width:100vw;height:initial;object-fit:fill}.navigation .menu_mobile .wrapper_mobile{max-width:100%;padding:40px 1.5rem}.navigation .menu_mobile .wrapper_mobile a{font-size:22px}}.fancybox__container{z-index:9999 !important}.hero_inner{display:flex;align-items:center;width:100%;height:70vh;padding-top:120px;background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:fixed}.hero_inner .container_title_text{width:100%;max-width:800px;margin:0 auto;background-color:#ffffffcc;padding:20px;border-radius:10px}.hero_inner .container_title_text h1{font-weight:600;text-align:center;color:#000}.hero_inner .container_title_text p{font-size:19px}.hero_inner .container_title_text .subtitle{font-size:16px}@media screen and (max-width:1400px){.hero_inner .container_title_text p{font-size:16px}}@media screen and (max-width:768px){.hero_inner .container_title_text{width:85%}.hero_inner .container_title_text p{font-size:15px}}@media screen and (max-width:475px){.hero_inner{height:100vh}.hero_inner .container_title_text{width:90%}.hero_inner .container_title_text h1{font-size:30px}}.lign{display:inline-block;width:45px;height:4px;text-align:center;background-color:#a3d66b}.list.padding{padding-top:80px}.list h2{margin-bottom:2rem;font-weight:600}.list ul{padding-left:20px}.list ul li a{text-decoration:underline;font-weight:500;transition:0.5s ease-in-out}.list ul li a:hover{color:#a3d66b}.list p{padding-top:40px}.list .button{margin-top:80px}.load{position:fixed;display:flex;justify-content:center;align-items:center;top:0;bottom:0;width:100%;height:100%;background-color:#fff;text-align:center;z-index:9999}.load .loading{animation:scale 0.3s linear}.load .loading::before{content:"";display:block;width:100px;height:100px;border:solid 10px #a3d66b;border-top-color:#000;border-radius:48%;margin:10px;animation:spin 2s linear infinite}.load p{font-weight:500}html{line-height:1;-webkit-text-size-adjust:100%}*{box-sizing:border-box}body{margin:0;overflow-x:hidden}main{display:block}hr{box-sizing:content-box;height:0;overflow:visible}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,
strong{font-weight:bolder}code,
kbd,
samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}sub,
sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,
input,
optgroup,
select,
textarea{font-size:100%;line-height:1;margin:0}button,
input{overflow:visible}button,
select{text-transform:none}button,
[type="button"],
[type="reset"],
[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],
[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}h1,
h2,
h3,
p{margin:0}ul{margin:0;padding:0}p,
li{line-height:1}a{text-decoration:none}.padding{padding:100px 5rem}@media screen and (max-width:1550px){.padding{padding:100px 3rem}}@media screen and (max-width:768px){.padding{padding:80px 1.5rem}}.parallax{display:flex;align-items:center;height:100vh;background-position:center;background-size:cover;background-repeat:no-repeat;background-attachment:fixed}.parallax .container_text_parallax{display:flex;flex-direction:column;align-items:center;row-gap:30px;max-width:1000px;margin:0 auto;padding:40px;background-color:rgba(255,255,255,0.815);border-radius:16px}.parallax .container_text_parallax h2,
.parallax .container_text_parallax p{text-align:center;color:#000}.parallax .container_text_parallax h2{margin-bottom:5px}.quote{padding-left:0}.quote.animation .container_quote{animation:extrem_right ease 2s;animation-fill-mode:forwards}.quote .container_quote{max-width:1640px;padding:80px 80px 80px 180px;background-color:#a3d66b;border-radius:0 20px 20px 0}.quote .container_quote span{color:#fff}.quote .container_quote span{padding:20px;background-color:#a3d66b;border-radius:20px}.quote .container_quote h2{margin:30px 0 40px 0;color:#fff}.quote .container_quote span{font-size:30px}.quote .container_quote .subtitle{color:#fff}@media screen and (max-width:768px){.quote .container_quote{padding:80px}}@media screen and (max-width:500px){.quote .container_quote{padding:40px}}.row{margin-right:-15px;margin-left:-15px}.row-no-gutters{margin-right:0;margin-left:0}.row-no-gutters [class*="col-"]{padding-right:0;padding-left:0}.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0%}@media (min-width:768px){.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0%}}@media (min-width:992px){.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0%}}@media (min-width:1200px){.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0%}}.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after{display:table;content:" "}.clearfix:after,
.container:after,
.container-fluid:after,
.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important}.affix{position:fixed}.text_image{display:flex;column-gap:8rem;justify-content:center}.text_image.reverse{flex-direction:row-reverse}.text_image.reverse .image{border-radius:0 20px 20px 0}.text_image .text{display:flex;flex-direction:column;justify-content:center;max-width:645px;padding:20px 0}.text_image .text h2{padding-bottom:20px;text-align:left}.text_image .text p{text-align:start;margin-top:15px}.text_image .text p:last-child{padding-top:0}.text_image .text .button{margin-top:20px}.text_image .text ul{margin-top:20px;text-align:start}.text_image .text ul li{display:flex;align-items:flex-start;column-gap:1rem;list-style:none}.text_image .text ul li::before{content:"";position:relative;top:15px;display:block;padding:3px;background-color:#a3d66b;border-radius:5rem}.text_image img{position:sticky;top:125px;border-radius:40px 0 40px 0;width:calc(42.5vw);max-width:100%;max-height:60vh;object-fit:cover;box-shadow:0 4px 12px rgba(0,0,0,0.4)}@media screen and (max-width:1024px){.text_image{flex-direction:column-reverse}.text_image.reverse{flex-direction:column-reverse}.text_image .text{max-width:100%}.text_image .text h2{margin-top:25px}.text_image img{position:initial;width:100%;height:488px}}@media screen and (max-width:500px){.text_image img{height:305px}}.text_list .container_text_list{padding-top:80px}.text_list .container_text_list:first-child{padding-top:0}.text_list .container_text_list h2{padding-bottom:36px;color:#a3d66b}.text_list .container_text_list .bold{font-weight:600}.text_list .container_text_list .Lightgreen{font-weight:500;color:#a3d66b}.text_list .container_text_list p{padding-top:30px}.text_list .container_text_list p:first-child{padding-top:0}.text_list .container_text_list ul{display:flex;flex-wrap:wrap;column-gap:2rem;row-gap:2rem;margin-top:45px;list-style:none}.text_list .container_text_list ul li{position:relative;width:30%;padding:5px 0 5px 20px;font-weight:600;color:#4b4b4b}.text_list .container_text_list ul li::before{content:"";display:block;position:absolute;left:0;top:18px;background-color:#a3d66b;width:6px;height:6px;border-radius:50%}.text_list .container_text_list ul li a{color:#4b4b4b;transition:0.5s ease-in-out}.text_list .container_text_list ul li a:hover{color:#a3d66b}@media screen and (max-width:1550px){.text_list .container_text_list p, .text_list .container_text_list ul, .text_list .container_text_list li{font-size:16px}.text_list .container_text_list ul li{width:45%}}@media screen and (max-width:768px){.text_list .container_text_list ul li{width:100%}}@media screen and (max-width:500px){.text_list .container_text_list{padding-top:40px}.text_list .container_text_list ul{margin-top:45px;row-gap:1rem}}.text{text-align:center}.text h2{padding-bottom:20px}.text h3{padding:20px 0}.text p:last-child{margin-top:16px}.text a{color:#a3d66b;font-weight:bold}#realisations .tabs_images h2{margin-bottom:16px}#realisations .tabs_images .tabs{display:flex;flex-wrap:nowrap;column-gap:16px;margin-top:30px;padding-bottom:8px;overflow-x:auto}#realisations .tabs_images .tabs::-webkit-scrollbar{height:8px}#realisations .tabs_images .tabs::-webkit-scrollbar-thumb{background-color:#4a8b3d}#realisations .tabs_images .tabs .container_tab{width:fit-content;padding:12px;background-color:#000;cursor:pointer;transition:0.5s ease-in-out;white-space:nowrap}#realisations .tabs_images .tabs .container_tab p{color:#fff}#realisations .tabs_images .tabs .container_tab:hover{background-color:#4a8b3d}#realisations .tabs_images .tabs .container_tab.active{background-color:#4a8b3d}#realisations .images_realisations{display:flex;justify-content:start;column-gap:32px;row-gap:32px;flex-wrap:wrap;margin-top:36px}#realisations .images_realisations .bg_image{position:relative;display:flex;justify-content:center;align-items:center;width:32%;height:350px;background-position:center;background-size:cover;background-repeat:no-repeat;transition:0.5s ease-in-out;cursor:pointer}#realisations .images_realisations .bg_image h3{position:relative;color:#fff;opacity:0;visibility:hidden;transition:0.5s ease-in-out;z-index:2}#realisations .images_realisations .bg_image .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#a3d66b;opacity:0;visibility:hidden;transition:0.5s ease-in-out;z-index:1}#realisations .images_realisations .bg_image:hover{transform:scale(1.05)}#realisations .images_realisations .bg_image:hover .overlay,
#realisations .images_realisations .bg_image:hover h3{opacity:1;visibility:visible}#realisations .images_realisations .bg_image:hover .overlay{opacity:0.5}#realisations .container_button{display:flex;justify-content:center;width:100%;margin-top:40px}#realisations .container_button .button{cursor:pointer}@media screen and (max-width:1024px){#realisations .images_realisations{flex-direction:column}#realisations .images_realisations .bg_image{width:100%}}