
 /**
  * ###############  Accueil + boucle de requete  ##################
  */

  .page-section {
    margin-bottom: 100px;
  }

  .titre-prochain-evenement-ailleurs:not(:has(~ .next-event-ailleurs)) {
    display: none;
  }


  @media (max-width: 1190px) {

    .boucle-requete-custom {
      margin-bottom: 20px;
    }

    .boucle-requete-custom .wp-block-post:not(:last-child) {
      margin-bottom: 50px;
    }

  }

  @media (min-width: 1191px) {
    .mot-hydre-section {
      background-image: url(../../../../uploads/2026/06/meduse_bleue_deco.png);
      background-position: right top;
      background-repeat: no-repeat;
      background-size: clamp(50px, 15vw, 250px);
      padding-right: clamp(50px, 15vw, 250px);
    }

    .boucle-requete-custom {
      margin-bottom: 40px;
    }

    .boucle-requete-custom .wp-block-post-content {
      display: block;
    }

    .boucle-requete-custom .wp-block-post-content > * {
      display: flow-root;
    }

    .boucle-requete-custom .wp-block-post-featured-image {
      float: left;
      margin-right: 20px;
      margin-bottom: 20px;

    }

    .boucle-requete-custom .wp-block-post:not(:last-child) {
      margin-bottom: 100px;
    }




  }