@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&family=Playpen+Sans:wght@100..800&display=swap');


p, a, span, h4{
  font-family: "Dosis", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 400 !important;
  font-style: normal;
  color: #000000 !important;
}
h1, h2, h3{
  font-family: "Playpen Sans", cursive !important;
  font-optical-sizing: auto !important;
  font-weight: 400 !important;
  font-style: normal;
  color: #000000 !important;
}
h1 span, h2 span{
  color: #a8e2ff !important;
  font-family: "Playpen Sans", cursive !important;
  font-optical-sizing: auto !important;
  font-weight: 400 !important;
  font-style: normal;
}

.elementor-button{
  /*border: 1px solid #a8e2ff;*/
  background-color: #ffffff !important;
  /*background-image: url('/wp-content/themes/hello-elementor/assets/cloud.svg');*/
  background-image: linear-gradient(to left, #a8e2ff 50%, #ffb5F7 50%);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 200% 100%;
  min-width: 150px;
  position: relative;
  padding: 15px 25px;
  transition: all ease-in-out 0.7s;

  border-radius: 10px 50px 50px 10px;
}
.elementor-button span{
  color: #ffffff !important;
}
.elementor-button:hover{
    /*background-color: #ffffff !important;*/
  background-position: left;
  position: relative;
  padding: 15px 25px;
}
.elementor-button:hover span{
  /*color: #a8e2ff !important;*/
}



.cat-display h3{
  z-index: 1;
  position: relative;
  font-size: 3em !important;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0) !important;
  -webkit-text-stroke: #ffffff 2px;
  transition: all ease 0.3s;
}
.box-cat:hover h3{
  color: #ffffff !important;
}
.box-cat{
  position: relative;
}
.box-cat::after{
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all ease-in-out 0.7s;
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: right;
}
.box-pe::after{
  background-image: url('/wp-content/themes/hello-elementor/assets/peluches.webp');
}
.box-go::after{
  background-image: url('/wp-content/themes/hello-elementor/assets/goodies.webp');
}
.box-sa::after{
  background-image: url('/wp-content/themes/hello-elementor/assets/sacs.webp');
}
.box-fi::after{
  background-image: url('/wp-content/themes/hello-elementor/assets/figurines.webp');
}
.box-cat:hover::after{
  background-size: 90%;
}
.zone-text-ct{
  position: relative;
}
.zone-text-ct::after{
  content: url('/wp-content/themes/hello-elementor/assets/flat_stars_purple.svg');
  display: block;
  position: absolute;
  width: 50px;
  height: 65px;
  top: 0;
  right: 0px;
  z-index: 1;
  transform: translate(50%, -50%) scale(1);
  transition: all ease 1s;
}
.zone-text-ct:hover::after{
  transform: translate(50%, -50%) scale(1.4);
}
.banner-home, .transi-prp, .transi-blue, .banner-boutique, .banner-univers{
  position: relative;
}
.banner-home::before, .banner-boutique::before, .banner-univers::before{
  content: '';
  background-color: #29abe2;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}
.banner-home p, .banner-home h1, .banner-boutique p, .banner-boutique h1, .banner-univers p, .banner-univers h1{
  color: #ffffff !important;
}
.banner-home::after, .transi-prp::before, .banner-boutique::after, .banner-univers::after{
  content: '';
  background-image: url('/wp-content/themes/hello-elementor/assets/bridge_lp.svg');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 100px;
}
.transi-prp::before{
  left: 0;
  top: 0;
  transform: scale(-1, -1);
}
.transi-blue::after{
  content: '';
  background-image: url('/wp-content/themes/hello-elementor/assets/bridge_lb.svg');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 100px;
  transform: scale(-1, -1);
}

.middle-img{
  position: relative;
}
.middle-img::after, .middle-img::before{
  content: '';
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  display: block;
  position: absolute;
  width: 100%;
  height: 100px;
}
.middle-img::before, .reverse::before{
  top: 0;
  left: 0;
  z-index: 1;
  transform: scale(1, -1);
  background-image: url('/wp-content/themes/hello-elementor/assets/bridge_lb.svg');
}
.middle-img::after, .reverse::after{
  bottom: -1px;
  left: 0;
  transform: scale(-1, 1);
  background-image: url('/wp-content/themes/hello-elementor/assets/bridge_lp.svg');
}
.reverse::before{
  background-image: url('/wp-content/themes/hello-elementor/assets/bridge_lp.svg');
}
.reverse::after{
  background-image: url('/wp-content/themes/hello-elementor/assets/bridge_lb.svg');
}
.blue_stars::after{
  content: '';
  background-image: url('/wp-content/themes/hello-elementor/assets/fairy_blue.webp');
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  width: 50px;
  height: 65px;
  bottom: 10%;
  left: 20px;
  z-index: 1;
  transform: rotate(-10deg) scale(1);
  opacity: 0;
  transition: all ease-in-out 1s;
}
.blue_stars:hover::after{
  bottom: calc(100% - 100px);
  left: calc(100% - 90px);
  transform: translate(-100%, 100%) rotate(0deg) scale(2);
  opacity: 1;
}

.purple_stars::after{
  content: '';
  background-image: url('/wp-content/themes/hello-elementor/assets/fairy_purple.webp');
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  width: 50px;
  height: 65px;
  bottom: 10%;
  right: 20px;
  z-index: 1;
  transform: rotate(-10deg);
  transition: all ease-in-out 1s;
  opacity: 0;
}
.purple_stars:hover::after{
  bottom: calc(100% - 100px);
  right: calc(100% - 90px);
  transform: translate(100%, 100%) rotate(0deg) scale(2);
  opacity: 1;
}
.und-lin-rnd::after{
  content: '';
  background-image: url('/wp-content/themes/hello-elementor/assets/pattern-rd2.svg');
  background-repeat: repeat-x;
  background-position: center;
  background-size: 20px 10px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: calc(100% - 70px);
  height: 20px;
  border-radius: 10px;
}

.site-logo{
  max-width: 100px;
}

/*.elementor-item.has-submenu{
  display: none;
  transition: all 0.3s ease;
}*/
.menu-item-294 .sub-menu{
  margin-top: 0 !important;
  margin-left: 0 !important;
  width: 100% !important;
}
.menu-item-294 .sub-menu li a{
  justify-content: center;
  font-size: 17px;
}
.sub-arrow svg{
  fill: #ffb5f7 !important;
}
.menu-item a:hover, .current-menu-item a{
  color: #ffffff !important;
}
.e-search-submit{
  background-color: #ffffff !important;
  background-image: linear-gradient(to left, #a8e2ff 50%, #ffb5F7 50%);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 200% 100%;
  position: relative;
  padding: 10px 20px;
  transition: all ease-in-out 0.7s;
  border-radius: 0px 50px 50px 0px !important;
}
.e-search-submit:hover{
  background-position: left;
}
.e-search-submit span{
  color: #ffffff !important;
}

.woocommerce-loop-product__title{
  font-family: "Dosis", sans-serif !important;
}
.add_to_cart_button{
  background-color: #ffffff !important;
  background-image: linear-gradient(to left, #a8e2ff 50%, #ffb5F7 50%) !important;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 200% 100% !important;
  min-width: 150px !important;
  position: relative;
  padding: 15px 25px !important;
  transition: all ease-in-out 0.7s !important;
  border-radius: 50px 50px 50px 50px !important;
  color: #ffffff !important;
}
.add_to_cart_button:hover{
  background-position: left;
  position: relative;
}


.menu-category ul{
  gap: 10px;
}
.menu-category li{
  background-color: unset !important;

}
.menu-category a{
  background-color: #ffffff !important;
  background-image: linear-gradient(to left, #a8e2ff 50%, #ffb5F7 50%);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 200% 100%;
  min-width: 150px;
  position: relative;
  padding: 15px 25px;
  transition: all ease-in-out 0.7s;
  border-radius: 10px;
  justify-content: center;
  color: #ffffff !important;
}
.menu-category a:hover{
  background-position: left;
  position: relative;
  padding: 15px 25px;
}

.menu-category .current-menu-item a{
  background-position: left;
}

.product{
  padding: 20px !important;
  box-shadow: 10px 10px 20px #a8e2ff;
  border-radius: 10px;
}
.product *, .product{
  transition: all ease 0.3s;
}
.product:hover{
  scale: 1.1;
}
.product:hover h2{
  color: #a8e2ff !important;
}
.nav-side{
  position: fixed;
  z-index: 99;
  width: 80px;
  background-color: #ffffff;
  border-radius: 0 0 10px 0;
  box-shadow: 0px 0px 10px #1f1f1f99;
}

.footer p{
  color: #ffffff !important;
}
.footer p a{
  color: #ffffff  !important;
  transition: all ease 0.3s;
}
.footer p a:hover{
  color: #A8E2FF !important;
}

@media (max-width: 767px) {
  .nav-side{
    width: 100%;
    border-radius: 0;
  }
}
@media (max-width: 430px) {
  .products {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .products .product img{
    width: 150px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .products .product{
    width: 235px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
