body .owl-carousel .owl-dots {
  position: relative;
  margin-top: -33px;
  text-align: center; }

body .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: -33px; }

.field_programmation .prog_label {
  padding: 0px;
  margin: 0px;
  margin-right: 5px;
  padding-right: 5px;
  font-weight: normal;
  font-size: 100%; }

.page-node-type-evenements .field_programmation_display {
  gap: 0.1rem; }
.page-node-type-evenements .prog_date_wrapper_item.prog_date_past {
  border-left-color: #999;
  opacity: 0.6; }
.page-node-type-evenements .prog_date_wrapper_item,
.page-node-type-evenements .prog_date_wrapper_item {
  gap: 0.1rem; }
.page-node-type-evenements .prog_date_wrapper_item {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.5rem;
  background-color: #fff;
  border-left: 4px solid #4caf50;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  flex-wrap: wrap;
  width: fit-content;
  margin-bottom: 0.25rem; }

/* Date */
.view-actualites.view-id-actualites.view-display-id-block_homepage .card .date {
  font-size: 0.8rem;
  color: #e63946;
  margin-top: 0.25rem; }

.event-dates {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0; }

.event-dates-list {
  display: none; }

.field_programmation .prog_date_past,
.field_programmation .pastdate,
.field_programmation .maxprogitem {
  display: none !important;
  border: 0px solid green; }

.page-node-type-evenements {
  /* Improved programmation display */
  /* Individual date wrapper for event detail pages */
  /* Mobile responsiveness */ }
  .page-node-type-evenements .field_programmations {
    margin-top: 1rem;
    margin-bottom: 0.75rem; }
  .page-node-type-evenements .prog_date_container {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.5rem;
    margin-top: 0.5rem;
    pointer-events: auto;
    overflow-x: auto;
    white-space: nowrap;
    position: relative;
    top: -20px; }
  .page-node-type-evenements .field_programmation .prog_date_wrapper {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.3rem 0.45rem;
    background-color: #fff;
    border-left: 0px solid #e63946;
    border-radius: 3px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    transition: all 0.2s ease;
    white-space: nowrap;
    position: relative; }
  .page-node-type-evenements .field_programmation .prog_date_wrapper:not(:last-child)::after {
    content: "|";
    position: absolute;
    right: -0.6rem;
    color: #e63946;
    font-weight: bold;
    opacity: 0.4; }
  .page-node-type-evenements .field_programmation .prog_date_wrapper:hover {
    background-color: #fafafa;
    box-shadow: 0 3px 8px rgba(230, 57, 70, 0.2);
    transform: translateY(-1px); }
  .page-node-type-evenements .field_programmation .prog_label {
    font-size: 0.65rem;
    font-weight: 700;
    color: #fff;
    background-color: #e63946;
    padding: 0.2rem 0.4rem;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    white-space: nowrap;
    flex-shrink: 0; }
  .page-node-type-evenements .field_programmation .prog_hours {
    font-size: 0.65rem;
    font-weight: 600;
    color: #e63946;
    padding: 0 0.25rem;
    background-color: transparent;
    display: inline-block; }
  .page-node-type-evenements .field_programmation .prog_date_wrapper span:not(.prog_label):not(.prog_hours) {
    font-size: 0.95rem;
    font-weight: 500;
    color: #333;
    flex-grow: 1; }
  .page-node-type-evenements .card .field_programmations {
    font-size: 100%; }
  .page-node-type-evenements .field_programmation .card-block .prog_date_wrapper {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem; }
  .page-node-type-evenements .agenda .card-block .field_programmations {
    line-height: 1.4; }
  .page-node-type-evenements .agenda .card-block .field_programmations span.prog_label.prog_item0.pastdate {
    opacity: 0.5;
    text-decoration: line-through; }
  .page-node-type-evenements .field_programmation .prog_date,
  .page-node-type-evenements .field_programmation .prog_date.period {
    display: inline-block !important; }
  .page-node-type-evenements .field_programmation_display {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.5rem;
    overflow-x: auto;
    white-space: nowrap;
    padding-top: 0.25rem;
    margin-top: 0.25rem; }
  .page-node-type-evenements .event-dates ~ .field_programmation_display {
    flex-wrap: wrap;
    white-space: normal;
    overflow-x: visible;
    max-width: 100%;
    gap: 0.5rem;
    word-break: break-word;
    padding-top: 0.25rem;
    margin-top: 0.25rem; }
  .page-node-type-evenements .event-dates ~ .field_programmation_display .prog_date_item {
    display: inline-block;
    white-space: nowrap; }
  .page-node-type-evenements .event-dates ~ .field_programmation_display .prog_date_item:not(:last-child)::after {
    content: " |";
    margin-left: 0.75rem;
    color: #e63946;
    font-weight: bold;
    opacity: 0.4; }
  .page-node-type-evenements .prog_date_wrapper_item {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.3rem 0.5rem;
    background-color: #fff;
    border-left: 4px solid #4caf50;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    flex-wrap: wrap;
    width: fit-content;
    margin-bottom: 0.25rem; }
  .page-node-type-evenements .prog_date_wrapper_item.prog_date_past {
    border-left-color: #999;
    opacity: 0.6; }
  .page-node-type-evenements .prog_date_wrapper_item.prog_date_current {
    border-left-color: #ff9800; }
  .page-node-type-evenements .prog_date_wrapper_item.prog_date_future {
    border-left-color: #4caf50; }
  .page-node-type-evenements .prog_date_wrapper_item .prog_date {
    font-size: 0.9rem;
    font-weight: 700;
    color: #333;
    white-space: nowrap; }
  .page-node-type-evenements .prog_date_wrapper_item .prog_date_end {
    font-size: 0.9rem;
    font-weight: 700;
    color: #333;
    white-space: nowrap; }
  .page-node-type-evenements .prog_date_wrapper_item .prog_time {
    font-size: 0.8rem;
    font-weight: 600;
    color: #e63946;
    background-color: #ffe6e6;
    padding: 0.15rem 0.3rem;
    border-radius: 2px;
    white-space: nowrap; }
  .page-node-type-evenements .prog_date_wrapper_item .prog_time_end {
    font-size: 0.8rem;
    font-weight: 600;
    color: #e63946;
    background-color: #ffe6e6;
    padding: 0.15rem 0.3rem;
    border-radius: 2px;
    white-space: nowrap; }
  .page-node-type-evenements .field_programmation .prog_date.period,
  .page-node-type-evenements .field_programmation .period {
    display: inline-block !important; }
  @media (max-width: 768px) {
    .page-node-type-evenements .prog_date_container {
      flex-wrap: wrap;
      gap: 0.6rem; }
    .page-node-type-evenements .field_programmation .prog_date_wrapper {
      padding: 0.4rem 0.55rem;
      gap: 0.35rem;
      white-space: normal; }
    .page-node-type-evenements .field_programmation .prog_label {
      font-size: 0.7rem;
      padding: 0.2rem 0.45rem; }
    .page-node-type-evenements .field_programmation .prog_hours {
      font-size: 0.8rem; } }

/* Info pratiques alignment */
.info-pratiques {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: stretch; }

.info-pratiques-actions {
  flex: 0 0 100%;
  display: flex; }

.info-pratiques-column {
  flex: 1 1 auto;
  min-width: 200px;
  display: flex;
  flex-direction: column; }

@media (min-width: 750px) {
  .PageInterieureComplexe .info-pratiques-column {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: calc(100% / 3 - 2px); } }
.main--content .info-pratiques {
  height: auto;
  /* au lieu de height: 100% */ }

@media (min-width: 750px) {
  .main--content .info-pratiques-column {
    height: auto;
    /* au lieu de height: 100% */ } }
.info-pratiques-column p {
  margin: 0.5rem 0;
  flex-grow: 1; }

.info-pratiques-column > p {
  flex: 0 0 auto;
  /* au lieu de flex: 1 1 auto */ }

.info-pratiques-column p:last-child {
  margin-bottom: 0; }

@media (max-width: 768px) {
  .info-pratiques {
    flex-direction: column; }

  .info-pratiques-column {
    min-width: 100%; } }
.view-actualites.view-id-actualites.view-display-id-block_homepage .card:hover .card-header {
  background: #00a4d6; }
  .view-actualites.view-id-actualites.view-display-id-block_homepage .card:hover .card-header h4,
  .view-actualites.view-id-actualites.view-display-id-block_homepage .card:hover .card-header .content-block-date {
    background: unset;
    z-index: 1000;
    position: relative;
    color: BLACK !important; }

.view-actualites.view-id-actualites.view-display-id-block_homepage .card {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  min-height: 180px;
  background-color: transparent;
  border: 1px solid #f2f2f2;
  background-clip: unset;
  box-shadow: 7px 7px 11px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  cursor: pointer;
  color: #4d4d4d; }
  .view-actualites.view-id-actualites.view-display-id-block_homepage .card .content-block-date {
    color: white;
    left: 5px;
    bottom: 0 px;
    font-weight: bold;
    position: absolute !important; }
  .view-actualites.view-id-actualites.view-display-id-block_homepage .card p {
    display: none;
    color: white; }

.view-actualites.view-id-actualites.view-display-id-block_homepage .card:hover {
  background: #00a4d6; }
  .view-actualites.view-id-actualites.view-display-id-block_homepage .card:hover * {
    backgrund: unset; }

.page-node-type-evenements .field_programmation_display {
  display: flex;
  flex-wrap: wrap; }

.view-actualites.view-id-actualites.view-display-id-block_homepage .card.actualites .content-block-date {
  position: absolute;
  bottom: 10px;
  left: 10px; }
.view-actualites.view-id-actualites.view-display-id-block_homepage .card.actualites a.btn {
  color: white; }

.page-node-type-evenements .prog_date_wrapper_item {
  display: inline-block; }

.webform-submission-form {
  max-width: 100%;
  margin: 1.5rem auto;
  padding: 1.5rem;
  background: #f9f9f9;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); }

#mypopoup {
  display: none; }

.popup {
  display: none;
  padding: 24px 16px;
  margin: 0 auto;
  width: 100%;
  background: linear-gradient(135deg, #00a4d6 0%, #0093bf 100%) !important;
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.15);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 299;
  max-height: 85vh;
  overflow-y: auto; }
  @media (min-width: 768px) {
    .popup {
      padding-right: 120px; } }
  .popup .popup-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    flex-direction: column;
    margin: 0 auto;
    gap: 16px; }
    @media (min-width: 768px) {
      .popup .popup-content {
        flex-direction: row;
        align-items: center;
        gap: 24px; } }
    .popup .popup-content.info {
      display: flex;
      align-items: flex-start;
      gap: 30px;
      width: 100%;
      justify-content: flex-start; }
      .popup .popup-content.info #popup-text {
        display: flex;
        flex-direction: column;
        gap: 0;
        flex: 1; }
        .popup .popup-content.info #popup-text h2,
        .popup .popup-content.info #popup-text p {
          color: #fff;
          margin: 0;
          text-align: left;
          line-height: 1.8;
          padding: 0; }
        .popup .popup-content.info #popup-text h2 {
          font-weight: 700;
          font-size: 20px;
          margin-bottom: 8px; }
          @media (min-width: 768px) {
            .popup .popup-content.info #popup-text h2 {
              font-size: 24px; } }
        .popup .popup-content.info #popup-text p {
          font-weight: 500;
          font-size: 16px;
          margin-bottom: 0; }
          @media (min-width: 768px) {
            .popup .popup-content.info #popup-text p {
              font-size: 18px; } }
        .popup .popup-content.info #popup-text .btn-close {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 50px;
          height: 50px;
          min-width: 50px;
          min-height: 50px;
          background-color: none;
          background-image: url("/themes/custom/meyrin/images/close.svg");
          background-repeat: no-repeat;
          background-position: center;
          background-size: 24px 24px;
          border: none;
          border-radius: 50%;
          cursor: pointer;
          transition: all 0.3s ease;
          padding: 0;
          margin: 0;
          flex-shrink: 0;
          position: absolute;
          left: 16px;
          top: 50%;
          transform: translateY(-50%);
          font-size: 0;
          line-height: 0;
          overflow: hidden; }
          .popup .popup-content.info #popup-text .btn-close:hover {
            background-color: #333;
            box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
            transform: translateY(-50%) scale(1.15); }
          .popup .popup-content.info #popup-text .btn-close:active {
            transform: translateY(-50%) scale(0.95); }
      .popup .popup-content.info .find-more-button {
        flex-shrink: 0;
        white-space: nowrap;
        margin-left: auto;
        margin-right: 20px; }
        @media (max-width: 767px) {
          .popup .popup-content.info .find-more-button {
            width: 100%;
            margin-top: 0;
            margin-left: 0;
            margin-right: 0; } }
        .popup .popup-content.info .find-more-button a,
        .popup .popup-content.info .find-more-button button {
          background-color: #fff;
          color: #00a4d6;
          padding: 12px 28px;
          border-radius: 4px;
          border: none;
          font-weight: 600;
          font-size: 15px;
          cursor: pointer;
          transition: all 0.3s ease;
          display: inline-block;
          text-decoration: none; }
          @media (min-width: 768px) {
            .popup .popup-content.info .find-more-button a,
            .popup .popup-content.info .find-more-button button {
              font-size: 16px;
              padding: 14px 32px; } }
          .popup .popup-content.info .find-more-button a:hover,
          .popup .popup-content.info .find-more-button button:hover {
            background-color: #f0f0f0;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3); }
          .popup .popup-content.info .find-more-button a:active,
          .popup .popup-content.info .find-more-button button:active {
            transform: translateY(0); }
  @media (max-width: 767px) {
    .popup {
      padding-bottom: 100px; }
      .popup .popup-content.info {
        flex-direction: column;
        display: block !important; }
        .popup .popup-content.info #popup-text {
          order: 1; }
        .popup .popup-content.info .find-more-button {
          order: 2;
          width: 100%; } }
  @media (max-width: 767px) {
    .popup::-webkit-scrollbar {
      width: 8px; }
    .popup::-webkit-scrollbar-track {
      background: rgba(255, 255, 255, 0.1); }
    .popup::-webkit-scrollbar-thumb {
      background: rgba(255, 255, 255, 0.3);
      border-radius: 4px; }
      .popup::-webkit-scrollbar-thumb:hover {
        background: rgba(255, 255, 255, 0.5); } }

#sliding-popup {
  z-index: 3000;
  position: relative; }
  #sliding-popup .popup-content {
    display: flow-root; }
    #sliding-popup .popup-content #button,
    #sliding-popup .popup-content #popup-text {
      display: inline-block;
      vertical-align: top; }
      #sliding-popup .popup-content #button p,
      #sliding-popup .popup-content #button button,
      #sliding-popup .popup-content #popup-text p,
      #sliding-popup .popup-content #popup-text button {
        display: inline-block;
        margin-left: 30px;
        padding-left: 0px;
        padding: 26px; }

.footer .container-info-img {
  width: auto;
  max-width: unset;
  min-height: 21px;
  height: 62px; }

.PageInterieureComplexe .info-pratiques-column {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: calc(100% / 2 - 20px); }

.field_programmation .prog_date_wrapper.prog_item0,
.view-actualites .content-block-date.prog_item0 {
  padding-left: 0px;
  margin-left: 0px; }

.card.actualites .card-overlay-with-arrow {
  position: absolute;
  color: black; }
.card.actualites .card-overlay-with-arrow-content {
  display: block;
  display: block;
  color: black;
  position: relative;
  z-index: 10000;
  color: #676d71; }
  .card.actualites .card-overlay-with-arrow-content p {
    margin: 0px;
    padding: 0px;
    height: 63px;
    padding-left: 20px;
    color: #676d71; }
.card.actualites .card-overlay-with-arrow-content {
  color: #f2f2f2; }
  .card.actualites .card-overlay-with-arrow-content a {
    color: #f2f2f2; }
.card.actualites .card-overlay-with-arrow-content {
  display: block; }
  .card.actualites .card-overlay-with-arrow-content P {
    margin: 0px;
    padding: 0px;
    padding-left: 20px; }
  .card.actualites .card-overlay-with-arrow-content a {
    position: absolute;
    bottom: 0;
    padding: 15px 20px;
    color: #f2f2f2;
    display: block; }
.card.actualites .card-header {
  display: block !important; }
  .card.actualites .card-header h4.card-title {
    margin: 0px !important;
    margin-bottom: 0px;
    padding: 0px; }
.card.actualites .card-overlay-with-arrow .card-overlay-with-arrow-content {
  display: block;
  color: #676d71;
  height: 192px;
  opacity: 0.5;
  padding-top: 62px; }
.card.actualites .content-block-date {
  position: absolute;
  bottom: 60px; }

.card.actualites:hover a {
  display: block;
  opacity: 0.9; }
.card.actualites:hover .card-overlay-with-arrow .card-overlay-with-arrow-content {
  opacity: 0.9; }
.card.actualites:hover p {
  color: #4d4d4d !important; }

.card.actualites .card-overlay-with-arrow:before {
  border: 0px !important;
  display: none; }
.card.actualites p {
  color: black !important; }
.card.actualites .has_visuel0 p {
  color: #4d4d4d !important; }

.agenda .card-overlay .btn,
.agenda .card-overlay .actualites .pager__item > a,
.actualites .agenda .card-overlay .pager__item > a,
.agenda .card-overlay .evenements .pager__item > a,
.evenements .agenda .card-overlay .pager__item > a {
  bottom: 50%;
  top: auto; }

/*# sourceMappingURL=correctif_2026_3.css.map */
