html{margin-top:0 !important;}
#wpadminbar{position:fixed; top:auto; bottom:0;}

/* wp-block-size.js */
.content-sm {
  max-width: 640px;
}

.content-md {
  max-width: 768px;
}

.content-lg {
  max-width: 1024px;
}

.content-xl {
  max-width: 1280px;
}

.content-center {
  margin-left: auto;
  margin-right: auto;
}

.content-right {
  margin-right: auto;
}

/* wp-block-columns.js */
@media all and (max-width: 781px) {
  .column-reverse-mobile {
    flex-direction: column-reverse;
  }
}

/* wp-block-list.js */
ul.arrow-list {
  list-style: none;
}

ul.arrow-list > li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

ul.arrow-list > li::before {
  display: inline-block;
  content: "";
  height: 20px;
  width: 20px;
  background-size: contain;
  background-image: url("/wp-content/themes/aquazen2025/images/circle_arrow_green.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 2px;
}

/* wp-block-button.js */
.wp-block-button__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8125rem;
  font-weight: 600;
  border-radius: 6px;
  padding: 6px 10px;
  position: relative;
  overflow: hidden;
  transition: color 0.4s ease-out;
  z-index: 1;
  height: 42px;
  outline: none;
  border: none;
}

.wp-block-button__link.has-white-background-color:hover {
  color: var(--white-color);
}

/* Hover bouton */
.button-left .wp-block-button__link.has-btn-background-color:not(.loading)::after,
.button-left .wp-block-button__link.has-white-background-color::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: var(--blue-dark-color);
  transition: all 0.4s ease-out;
  z-index: -1;
  margin:0;
}

.button-left .wp-block-button__link.has-btn-background-color.loading::after{position:absolute; left:50%; translate:-50% 0;}
.button-left .wp-block-button__link.has-btn-background-color.loading{padding-right:10px;}

.button-left .wp-block-button__link.has-btn-background-color:not(.loading):hover::after,
.button-left .wp-block-button__link.has-white-background-color:hover::after {
  left: 0;
}

.button-right .wp-block-button__link.has-btn-background-color::before,
.button-right .wp-block-button__link.has-white-background-color::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: var(--blue-dark-color);
  transition: all 0.4s ease-out;
  z-index: -1;
}

.button-right .wp-block-button__link.has-btn-background-color:hover::before,
.button-right .wp-block-button__link.has-white-background-color:hover::before {
  left: 0;
}

/* Icone a gauche */
.button-left .wp-block-button__link::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain !important;
  z-index: 2;
}

/* Icone a droite */
.button-right .wp-block-button__link::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain !important;
  z-index: 2;
}

/* Icone fleche a gauche */
.icon-arrow-right.button-left.icon-white .wp-block-button__link::before {
  background: url("/wp-content/themes/aquazen2025/images/arrow_white.svg")
    no-repeat center;
}

.icon-arrow-left.button-left.icon-white .wp-block-button__link::before {
  background: url("/wp-content/themes/aquazen2025/images/arrow_white_left.svg")
    no-repeat center;
}

.icon-arrow-right.button-left.icon-blue-dark .wp-block-button__link::before {
  background: url("/wp-content/themes/aquazen2025/images/arrow_blue_dark.svg")
    no-repeat center;
}

.icon-arrow-left.button-left.icon-blue-dark .wp-block-button__link::before {
  background: url("/wp-content/themes/aquazen2025/images/arrow_blue_dark_left.svg")
    no-repeat center;
}

/* Icone fleche a droite */
.icon-arrow-right.button-right.icon-white .wp-block-button__link::after {
  background: url("/wp-content/themes/aquazen2025/images/arrow_white.svg")
    no-repeat center;
}

.icon-arrow-left.button-right.icon-white .wp-block-button__link::after {
  background: url("/wp-content/themes/aquazen2025/images/arrow_white_left.svg")
    no-repeat center;
}

.icon-arrow-right.button-right.icon-blue-dark .wp-block-button__link::after {
  background: url("/wp-content/themes/aquazen2025/images/arrow_blue_dark.svg")
    no-repeat center;
}

.icon-arrow-left.button-right.icon-blue-dark .wp-block-button__link::after {
  background: url("/wp-content/themes/aquazen2025/images/arrow_blue_dark_left.svg")
    no-repeat center;
}

/* Icone telecharger a gauche */
.icon-download.button-left.icon-white .wp-block-button__link::before {
  background: url("/wp-content/themes/aquazen2025/images/download_white.svg")
    no-repeat center;
}

.icon-download.button-left.icon-blue-dark .wp-block-button__link::before {
  background: url("/wp-content/themes/aquazen2025/images/download_blue_dark.svg")
    no-repeat center;
}

/* Icone telecharger a droite */
.icon-download.button-right.icon-white .wp-block-button__link::after {
  background: url("/wp-content/themes/aquazen2025/images/download_white.svg")
    no-repeat center;
}

.icon-download.button-right.icon-blue-dark .wp-block-button__link::after {
  background: url("/wp-content/themes/aquazen2025/images/download_blue_dark.svg")
    no-repeat center;
}

/* Icone telephone a gauche */
.icon-phone.button-left.icon-white .wp-block-button__link::before {
  background: url("/wp-content/themes/aquazen2025/images/phone_white.svg")
    no-repeat center;
}

.icon-phone.button-left.icon-blue-dark .wp-block-button__link::before {
  background: url("/wp-content/themes/aquazen2025/images/phone_blue_dark.svg")
    no-repeat center;
  transition: background 0.4s ease-out;
}

/* Hover */
.icon-phone.button-left.icon-blue-dark
  .has-white-background-color.wp-block-button__link:hover::before {
  background: url("/wp-content/themes/aquazen2025/images/phone_white.svg")
    no-repeat center;
}

/* Icone telephone a droite */
.icon-phone.button-right.icon-white .wp-block-button__link::after {
  background: url("/wp-content/themes/aquazen2025/images/phone_white.svg")
    no-repeat center;
}

.icon-phone.button-right.icon-blue-dark .wp-block-button__link::after {
  background: url("/wp-content/themes/aquazen2025/images/phone_blue_dark.svg")
    no-repeat center;
}

/* Icone panier a gauche */
.icon-basket.button-left.icon-white .wp-block-button__link::before {
  background: url("/wp-content/themes/aquazen2025/images/basket_white.svg")
    no-repeat center;
}

.icon-basket.button-left.icon-blue-dark .wp-block-button__link::before {
  background: url("/wp-content/themes/aquazen2025/images/basket_blue_dark.svg")
    no-repeat center;
}

/* Icone panier a droite */
.icon-basket.button-right.icon-white .wp-block-button__link::after {
  background: url("/wp-content/themes/aquazen2025/images/basket_white.svg")
    no-repeat center;
}

.icon-basket.button-right.icon-blue-dark .wp-block-button__link::after {
  background: url("/wp-content/themes/aquazen2025/images/basket_blue_dark.svg")
    no-repeat center;
}

/* wp-block-patterns.js */
.gouttes {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.gouttes::before,
.gouttes::after {
  content: "";
  background-image: url(/wp-content/themes/aquazen2025/images/gouttes.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 345px;
  height: 375px;
  z-index: -1;
}

.gouttes::before {
  top: 0;
  left: -125px;
}

.gouttes::after {
  right: -150px;
  bottom: 0;
}

.feuilles {
  overflow: hidden;
}

.feuilles .wp-block-column:last-child {
  position: relative;
}

.feuilles .wp-block-column:last-child:before {
  content: "";
  background-image: url("/wp-content/themes/aquazen2025/images/feuilles.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 200px;
  position: absolute;
  right: -150px;
  top: -50px;
  z-index: 5;
}

/* wp-block-responsive.js */
@media (min-width: 1025px) {
  .hide-desktop {
    display: none !important;
  }
}

@media (min-width: 782px) and (max-width: 1024px) {
  .hide-tablet {
    display: none !important;
  }
}

@media (max-width: 781px) {
  .hide-mobile {
    display: none !important;
  }
}

/* wp-block-medias.js */
.wp-block-cover.rounded{border-radius:14px; overflow:hidden;}
.rounded img,
.rounded video {
  border-radius: 14px;
  width: 100%;
  object-fit: cover;
}