@import url("./shortcodes/organisation-formation.css");
@import url("./shortcodes/decouvrez-formations.css");
@import url("./shortcodes/sessions-formation.css");
@import url("./shortcodes/aside-formation.css");

body {
  overflow-x: hidden;
}

.formation-template-default {
  header + div {
    .wp-block-button .wp-block-button__link {
      display: flex !important;
      align-items: center !important;
      gap: 5px;
    }
  }

  @media screen and (max-width: 781px) {
    .reverse {
      flex-direction: column-reverse;
    }
  }

  .fake-h2 {
    font-family: var(--wp--preset--font-family--inter-variable);
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    margin: 25px 0;
  }
}
