/**
*Theme Name: Artimbale
*Description: Theme monopage personalisée pour Artimbale
*Version: 0.2
*Author: Ludovic Vagner
*Tested up to: 6.7.1
*Requires PHP: 8.3
*License: GNU General Public License v3 or later
*License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/
.full-width {
  img {
    width: 100vw;
    max-height: max(25vw, 150px);
  }
}

.main {
  img {
    width: fit-content;
  }
}

.agenda,
.map {
  margin-inline: auto;
  img {
    width: 100%;
    max-width: 65rem;
  }
}

.coordonne {
  margin-inline: auto;
}

/* Shortcode carousel */

.carousel {
  overflow-x: scroll;
  scroll-behavior: smooth;

  h4,
  p {
    text-align: center;
  }
}

.cafe,
.bazar {
  flex-shrink: 0;

  > * {
    margin: inherit;
    padding: inherit;
  }

  figure img {
    display: block;
    margin: auto;
  }
}

@media (width > 500px) {
  .cafe,
  .bazar {
    height: clamp(300px, 25.5rem, 37.5vw);
    width: clamp(300px, 25.5rem, 40vw);
  }
}

@media (width <= 500px) {
  .cafe,
  .bazar {
    height: 300px;
    width: 85%;
  }
}
