/* ================================================== */
/* BASE — styles globaux partagés par toutes les pages */
/* ================================================== */


/* ------------------------------------------------ */
/* Navigation                                        */
/* ------------------------------------------------ */

.wp-block-navigation.tw-nav-active-thick-border li.current-menu-item > a,
.wp-block-navigation.tw-nav-hover-thick-border li a:hover {
  text-decoration-color: #01FF01;
}

.wp-block-search:not(.wp-block-search__button-inside).is-style-tw-underline .wp-block-search__input {
  border-top: none !important;
}


/* ------------------------------------------------ */
/* Page ordinaire                                   */
/* ------------------------------------------------ */

/* Desktop : thumbnail qui dépasse légèrement le contenu */
@media (min-width: 1024px) {
  .attachment-post-thumbnail {
    max-height: 120%;
    object-fit: cover;
    margin-top: -220px;
    height: 100vh;
    z-index: 5;
  }
}

@media (min-width: 1024px) {
  .page-presentation {
    flex-direction: row;
  }

  /* Teaser : reste fixe */
  .teaser {
    top: 0;
    align-self: flex-start;
    height: auto;
    z-index: 10;
  }

  /* Texte central : seul élément scrollable */
  .central {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
