
@keyframes fadeInUpCustom {
  0% {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInUp {
  animation-name: fadeInUpCustom !important;
}

/* Marquee
--------------------------------------------- */
.marquee {
  width: 100%;
  overflow: hidden;  
}
.marquee-content {
  display: flex;
  align-items: center;
  gap: 50px;
  mix-blend-mode:lighten;
  white-space: nowrap;
}
.marquee-content img {
  height: 120px;
  width: auto;
  /* filter: grayscale(100%) invert(100%); */
}

.follow-arrow{
  position: absolute;
  right: 0px;
}

@media screen and (max-width: 768px) {
  .marquee-content {
    gap: 40px;
  }
  .marquee-content img {
    height: 80px;
  }
}
@media screen and (max-width: 580px) {
  .marquee-content {
      gap: 20px;
  }
  .marquee-content img {
    height: 70px;
  }
}



/* Slider
--------------------------------------------- */
.cb-pagination-bullet{
  background-color: #fff!important;
}
.wp-block-cb-carousel-v2 .cb-button-next, .wp-block-cb-carousel-v2 .cb-button-prev {
  color: #fff;
}
.wp-block-cb-carousel-v2 .vpbpVideoPlayer,
.wp-block-cb-carousel-v2 img{
  border-radius: 20px !important;
}



/* Footer
--------------------------------------------- */
.whatsapp {
  background: url(../images/icon-whatsapp.svg);
    background-repeat: repeat;
    background-size: auto;
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  width: 50px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 999;
  cursor: pointer;
  display: block;
}




/* RGPD
--------------------------------------------- */
#moove_gdpr_cookie_info_bar * {
    font-family: "Poppins", sans-serif;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h2 {
  color:#222!important
}
.moove-gdpr-cookie-notice h2 {
  font-weight:600
}
#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar) .moove-gdpr-infobar-close-btn {
  top:-1px!important  ;
  right:-1px!important
}
#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container {
  padding:20px 25px!important
}
.moove-gdpr-cookie-notice p {
  color:#666!important;
  font-weight:600!important
}
#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme,
#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar).moove-gdpr-light-scheme,
#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme,
#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar).moove-gdpr-light-scheme {
  border-radius: 20px !important;
}
#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme {
  border: 0!important;
}
#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar),
#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar) {
  width:600px!important;
  max-width:calc(100% - 30px)!important;
  bottom:15px!important;
  border-radius:0!important
}
#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme {
  background:#ffffffbf !important;
  backdrop-filter:blur(12px);
  border: 1px solid #aaaaaabd  !important;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-align-center,
#moove_gdpr_cookie_info_bar.moove-gdpr-align-right {
  text-align:center!important
}
#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right {
  right:15px!important;
  left:auto!important
}
#moove_gdpr_cookie_modal,
#moove_gdpr_cookie_info_bar,
.gdpr_cookie_settings_shortcode_content {
  font-family:inherit!important
}
#moove_gdpr_cookie_info_bar {
  position:fixed!important;
  bottom:0!important;
  left:0!important;
  width:100%!important;
  min-height:60px!important;
  max-height:400px!important;
  color:#fff!important;
  z-index:9900!important;
  background-color:#202020!important;
  border-top:1px solid #fff!important;
      font-family: "Poppins", sans-serif;

  transition:bottom .3s cubic-bezier(.17,.04,.03,.94)!important
}
#moove_gdpr_cookie_info_bar {
  content-visibility:auto
}
.moove-gdpr-infobar-close-btn {
  display:none!important
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p{
  font-weight: 400 !important;
}