@import url('https://fonts.googleapis.com/css2?family=Just+Another+Hand&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&display=swap');


h1, h2, h3, h4, span, a, p, textarea, input{
  font-family: "Poppins", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  color: #000000 !important;
}
h4{
  text-transform: uppercase;
  font-family: "Just Another Hand", cursive !important;
  font-size: 1rem !important;
  letter-spacing: 3px;
  color: #229645 !important;
}
h2{
  position: relative;
  padding-bottom: 20px !important;
}
h2::after{
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 60px;
  height: 10px;
  background-image: url('/wp-content/themes/hello-elementor/assets/svg/aft.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
h3{
  font-size: 20px !important;
}
h2 span{
  font-family: "Just Another Hand", cursive !important;
  color: #000000 !important;
}
.banner h1 span{
  color: #ffffff !important;
  font-family: "Just Another Hand", cursive !important;
  font-style: italic !important;
}
.elementor-button{
  padding: 15px 25px !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border: 2px solid #A4D8CC;
  transition: all ease 0.3s;
  border-radius: 20px !important;
  position: relative;
  z-index: 1;
}
/*
.elementor-button::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 200% auto;
  background-image: linear-gradient(to right, #229645 50%, #A4D8CC 50%);
  z-index: -1;
  transition: all ease 0.3s;
}
.elementor-button::after{
  content: '';
  display: block;
  position: absolute;
  bottom: -5px;
  right: -5px;
  background-color: #A4D8CC;
  width: 40px;
  height: 40px;
  z-index: -2;
}*/
.elementor-button span{
  color: #A4D8CC !important;
  transition: all ease 0.3s;
  font-family: "Just Another Hand", cursive !important;
  font-weight: 600 !important;
  font-size: 19px !important;
  letter-spacing: 3px !important;
}
.elementor-button:hover{
  background-color: #A4D8CC !important;
  box-shadow: 3px 3px #4c7d72;
}
/*
.elementor-button:hover::before{
  background-position: right center;
}
*/
.elementor-button:hover span{
  color: #ffffff !important;
}

#site-header{
  position: fixed;
  background-color: rgba(0, 0, 0, 0);
  z-index: 99;
}
#site-header .menu-nav a{
  color: #ffffff !important;
  font-family: "Just Another Hand", cursive !important;
  font-size: 21px !important;
  letter-spacing: 2px !important;
  font-weight: 400 !important;
}
#site-header .menu-nav a:hover{
  color: #ffffff !important;
}
/*#site-header .menu-nav a::before{
  border-radius: 20px;
}*/
/*.page-id-10 #site-header .menu-nav a{
  color: #A4D8CC !important;
}
*/
#site-header.onPoint{
  background-color: #ffffff !important;
  box-shadow: 0px 5px 10px #00000030;
}
#site-header.onPoint .menu-nav a{
  color: #000000 !important;
}


#site-header .logo-nav{
  position: relative;
}
#site-header .logo-nav a{
  z-index: 2;
  position: relative;
}
#site-header .logo-nav img{
  transition: all ease 0.3s;
  opacity: 1;
}
#site-header.onPoint .logo-nav img{
  opacity: 0;
}
#site-header .logo-nav::after{
  content: '';
  position: absolute;
  display: block;
  background-image: url('/wp-content/themes/hello-elementor/assets/svg/logo_black.webp');
  background-position: center center;
  background-size: 90px;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  transition: all ease 0.3s;
  opacity: 0;
  z-index: 1
}
/*.page-id-10 #site-header .logo-nav::after{
  background-image: url('/wp-content/themes/hello-elementor/assets/svg/logo_white.webp');
  opacity: 1;
}
.page-id-10 #site-header .logo-nav img{
  transition: all ease 0.3s;
  opacity: 0;
}*/
#site-header.onPoint .logo-nav::after{
  opacity: 1;
}
@media (min-width: 1024px){
  .menu-item-54{
    padding-left: 50px !important;
  }
  #site-header .menu-nav .menu-item-54 a{
    padding: 15px 25px !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 2px solid #A4D8CC;
    transition: all ease 0.3s;
    border-radius: 20px !important;
    position: relative;
    z-index: 1;
    color: #A4D8CC !important;
    transition: all ease 0.3s;
    font-family: "Just Another Hand", cursive !important;
    font-weight: 600 !important;
    font-size: 19px !important;
    letter-spacing: 3px !important;
  }
  /*
  #site-header .menu-nav .menu-item-54 a::after{
    content: '';
    display: block;
    position: absolute;
    bottom: -5px;
    left: unset;
    right: -5px;
    background-color: #229645;
    width: 40px;
    height: 40px;
    z-index: -2;
    opacity: 1;
  }*/
  #site-header .menu-nav .menu-item-54 a:hover{
    background-color: #A4D8CC !important;
    box-shadow: 3px 3px #4c7d72;
    color: #ffffff !important;
  }
  #site-header .menu-nav .menu-item-54 a:hover::after, #site-header .menu-nav .menu-item-54 a.elementor-item-active:hover::after, #site-header .menu-nav .menu-item-54 a::after{
    display: none !important;
  }
}
@media (max-width: 1024px){
  .elementor-nav-menu--dropdown{
    top: 65px !important;
    background-color: rgba(0, 0, 0, 0) !important;
  }
  .onPoint .elementor-nav-menu--dropdown{
    background-color: #ffffff !important;
  }
  #site-header .menu-nav a:hover,  #site-header .menu-nav .elementor-item-active{
    color: #ffffff !important;
  }
}
.banner-home h1{
  font-size: 46px;
  text-transform: uppercase;
  color: #ffffff !important;
  letter-spacing: 3px;
  font-weight: 900 !important;
  font-family: "Poppins", sans-serif !important;
}
.banner-home h4{
  text-transform: uppercase;
  font-family: "Just Another Hand", cursive !important;
  font-size: 1rem !important;
  letter-spacing: 3px;
  color: #ffffff !important;
}
.banner-home p{
  color: #ffffff !important;
}
.contact-ban{
  transition: all ease 0.3s;
}
.contact-ban h3{
  font-family: "Poppins", sans-serif !important;
  font-weight: 600 !important;
}
.contact-ban *{
  color: #ffffff !important;
}
.contact-ban:hover{
  background-color: #229645 !important;
}

.img-right, .img-left, .square-up, .text-left, .text-right, .set-x3, .text-left2, .banner-home, .banner, .text-right2{
  position: relative;
}

.banner-home::after, .banner::after{
  content:'';
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-image: url('/wp-content/themes/hello-elementor/assets/svg/bott-banner.svg');
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 50px;
}
.set-x3::before{
  content:'';
  display: block;
  position: absolute;
  top: calc(100% - 20px);
  left: calc(100% - 20px);
  background-image: url('/wp-content/themes/hello-elementor/assets/svg/beehx3.svg');
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
  width: 200px;
  height: 200px;
  transform: translate(-100%, -100%);
}

.text-left::before{
  content:'';
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  background-image: url('/wp-content/themes/hello-elementor/assets/svg/beeh2.svg');
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 300px;
  height: 300px;
}
.text-left2::before{
  content:'';
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  background-image: url('/wp-content/themes/hello-elementor/assets/svg/coq1.svg');
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 300px;
  height: 300px;
}
.text-right::before{
  content:'';
  display: block;
  position: absolute;
  top: 20px;
  left: 100%;
  background-image: url('/wp-content/themes/hello-elementor/assets/svg/mooh2.svg');
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 300px;
  height: 300px;
  transform: translateX(-100%);
}
.text-right2::before{
  content:'';
  display: block;
  position: absolute;
  top: 20px;
  left: 100%;
  background-image: url('/wp-content/themes/hello-elementor/assets/svg/chev.svg');
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 300px;
  height: 300px;
  transform: translateX(-100%);
}

.img-right::before{
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 100%;
  width: 200px;
  height: 200px;
  background: #A4D8CC;
  transform: translate(-100%, -100%);
}
.img-left::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 250px;
  background: #A4D8CC;
}
.banner::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #4c7d72;
  /*background: linear-gradient(156deg, rgba(164, 216, 204, 1) 0%, rgba(34, 150, 69, 1) 100%);*/
  opacity: 0.8;
}
.banner h4, .banner h1, .banner p{
  color: #ffffff !important;
}
.bg-img::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  /*background: linear-gradient(156deg, rgba(164, 216, 204, 1) 0%, rgba(34, 150, 69, 1) 100%);*/
  opacity: 0.6;
}
.bg-img h2, .bg-img p, .bg-img h4{
  color: #ffffff !important;
}
.bg-img h2::after{
  left: 50%;
  background-image: url('/wp-content/themes/hello-elementor/assets/svg/aft-li.svg');
  transform: translateX(-50%);
}
.h2-center h2::after{
  left: 50%;
  transform: translateX(-50%);
}

.blue-connector{
  position: relative;
}
.blue-connector::after{
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 50px;
  background-image: url('/wp-content/themes/hello-elementor/assets/svg/connector-blue_1.svg');
  background-repeat: no-repeat;
  background-position: center bottom;
  transform: translateY(-100%);
}



.reach-out p{
  margin-bottom: 0px !important;
}
.reach-out a, .reach-out span{
  transition: all ease 0.3s;
}
.reach-out a:hover, .reach-out span:hover{
  color: #F5E3C5 !important;
}
.footer a{
  color: #ffffff !important;
  transition: all ease 0.3s;
}
.footer a:hover{
  color: #A4D8CC !important;
}
.copyright p{
  color: #ffffff !important;
}
.copyright a{
  color: #A4D8CC !important;
  font-style: italic !important;
}
.copyright a:hover{
  color: #ffffff !important;
}

.c1 input, .c2 input{
  width: 48%;
}
.c1 .nom, .c2 .email{
  margin-right: 2%;
}
.c1 .prenom, .c2 .tel{
  margin-left: 2%;
}
.sujet{
  margin-bottom: 15px;
}
.c1 input, .c2 input, .c3 textarea, .c3 input{
  border: 1px solid #229645;
  border-radius: 20px;
}
.c1 input::placeholder, .c2 input::placeholder, .c3 textarea::placeholder, .c3 input::placeholder{
  color: #000000 !important;
}
.c1 input:active, .c2 input:active, .c3 textarea:active, .c3 input:active{
  border: 1px solid #229645 !important;
  border-radius: 20px;
}
.c1 input:focus-visible, .c2 input:focus-visible, .c3 textarea:focus-visible, .c3 input:focus-visible{
  border: 1px solid #229645 !important;
  border-radius: 20px;
}
.c4 p{
  text-align: center;
}
.c4 input{
  padding: 15px 25px !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border: 2px solid #A4D8CC;
  transition: all ease 0.3s;
  border-radius: 20px !important;
  position: relative;
  z-index: 1;
  color: #A4D8CC !important;
  transition: all ease 0.3s;
  font-family: "Just Another Hand", cursive !important;
  font-weight: 600 !important;
  font-size: 19px !important;
  letter-spacing: 3px !important;
}
.c4 input:hover{
  background-color: #A4D8CC !important;
  box-shadow: 3px 3px #229645;
  color: #ffffff !important;
}
