body{
  background-color: #FFF8F9;
}

header.wp-block-template-part{
  overflow: visible !important;
}

.navigation-sticky{
  position: sticky !important;
  top: 0;
  z-index: 9999;
  background-color: #FFF8F9;
  box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

.site-header{
  position: relative;
  background-color: #e96081;
}

.site-header::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://theartampion31.fr/wp-content/uploads/2026/03/photo-ground-texture-pattern.jpg");
  background-repeat: repeat;
  opacity: 0.15;
  pointer-events: none;
  z-index: 1;
}

.site-header > *{
  position: relative;
  z-index: 2;
}

header.wp-block-template-part{
  overflow: visible !important;
}

header.wp-block-template-part .navigation-sticky{
  position: sticky !important;
  top: 0;
  z-index: 9999;
}

.button,
.wp-block-button__link{
  display: inline-block;
  width: fit-content !important;
  font-size: 20px;
  padding: 12px 35px;

  background-color: #e96081;
  border: 1px solid black;
  border-radius: 300px;

  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.hoverable{
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hoverable:hover{
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 6px 14px rgba(0,0,0,0.3);
}

.pied-de-page{
  display: flex;
  align-items: center;
  padding: 0 20px;
}

/* Mentions légales à gauche */
.pied-de-page-mentions{
  white-space: nowrap;
}

/* Contact centré dans la page */
.pied-de-page-contact{
  margin: 0 auto;
  text-align: center;
  white-space: nowrap;
}

/* lien */
.pied-de-page a{
  text-decoration: underline;
}

.cadre-vague{
  background-image: url("https://theartampion31.fr/wp-content/uploads/2026/03/Cadre-Vague.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 40px;
}

.hoverable-rond{
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hoverable-rond:hover{
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 6px 14px rgba(0,0,0,0.3);
  border-radius: 300px;
}
.fond-titre{
  display: table;
  background-color: #e96081;
  padding: 8px 18px;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
}

.cache-mobile{
  display: block;
}

@media (max-width: 900px){
  .cache-mobile{
    display: none !important;
  }
}