/* --- wp-block-responsive.js --- */
@media (max-width: 781x) {
  .hide-on-mobile {
    display: none !important;
  }
}

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

@media (min-width: 1025px) {
  .hide-on-desktop {
    display: none !important;
  }
}

@media (max-width: 782px) {
  .column-reverse-mobile {
    flex-direction: column-reverse !important;
  }
}

/* --- wp-block-link.js --- */
.link-wrapper {
  position: relative;
}

/* --- wp-block-flag.js --- */
.drapeau, .flag {
  position: relative;
}

.drapeau::after, .flag::after {
  content: "";
  width: 44px;
  height: 44px;
  background-image: url("/wp-content/uploads/2025/07/picto-drapeau-france.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -0;
  right: 10%;
}