.menu-item.menu-pink a {
  color: #e1258c;
}

.page-id-2253 h1 {
  text-align: center;
}
.page-id-2253 .custom-header-image {
  display: none;
}
.page-id-2253 label {
  font-size: 1rem;
}
.page-id-2253 .wp-block-button .wp-block-button__link:hover,
.page-id-2253 .wp-block-button .wp-block-button__link:focus,
.page-id-2253 .wp-block-button .wp-block-button__link:active {
  background: #7d154e;
}
.page-id-2253 #primary.content-area {
  max-width: 1440px;
  width: 100%;
}

.hero-banner {
  background: url("https://studioa-vitrolles.fr/wp-content/uploads/2026/02/banniere-LP-202602.png") center/contain no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 297px;
}
.hero-banner > div {
  background: rgba(10, 24, 51, 0.62);
  padding: 40px 32px;
  border-radius: 16px;
  text-align: center;
  max-width: 600px;
  width: 100%;
  display: none;
}
.hero-banner > div h2 {
  color: #fff;
  font-size: 2.6em;
  margin: 0;
  letter-spacing: 1px;
}
.hero-banner > div p {
  color: #e3e7f6;
  font-size: 1.2em;
  margin: 12px 0 0 0;
}

@media (max-width: 768px) {
  .hero-banner {
    background: url("https://studioa-vitrolles.fr/wp-content/uploads/2026/01/1Fichier-12@2x_resultat.avif") center/contain no-repeat;
    min-height: 639px;
  }
}
.btn,
.wp-block-button__link {
  display: inline-block;
  padding: 15px 30px;
  font-size: 1.1em;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  border: 2px solid transparent;
  transition: background 0.16s, color 0.16s, border 0.16s;
  margin-bottom: 8px;
}

.btn-cta,
.wp-block-button__link {
  background: #e1258c;
  color: #fff !important;
  border-color: #e1258c;
}

.btn-cta-outline {
  background: #fff;
  color: #e1258c !important;
  border: 2px solid #e1258c;
  border-bottom: 2px solid #e1258c !important;
}

.btn-cta:hover,
.btn-cta-outline:hover,
.wp-block-button__link:hover {
  filter: brightness(1.1);
  background: #7d154e;
  text-decoration: none;
  border-color: #7d154e;
  border-bottom: none !important;
}
.btn-cta:hover.btn-cta-outline,
.btn-cta-outline:hover.btn-cta-outline,
.wp-block-button__link:hover.btn-cta-outline {
  color: #fff !important;
}

.entry-content a:hover,
.entry-summary a:hover,
.edit-link a:hover,
.widget a:hover,
.entry-meta a:hover,
.entry-footer a:hover,
.site-footer a:hover,
.entry-title a:hover,
.post-navigation a:hover,
.posts-navigation a:hover,
.comment-navigation a:hover,
.widget_authors a:hover strong,
.project-terms a:hover,
.author-bio a:hover {
  border-bottom-color: transparent;
}

.btn-cta-outline:hover {
  color: #fff;
}

.planning-title,
h2,
h3 {
  color: #e1258c;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-align: center;
}

.entry-content h1,
.entry-content h2 {
  color: #333;
}

.planning-img {
  border-radius: 14px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1333333333);
  margin: 0 auto 12px auto;
  display: block;
  max-width: 95%;
  height: auto;
}

.planning-actions {
  margin-top: 22px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}

.planning-note {
  margin-top: 10px;
  color: #181818;
  background: #fff;
  border-radius: 6px;
  padding: 8px 10px;
  text-align: center;
  font-size: 1rem;
}

.wp-block-group,
.section,
.gallery-block,
.cours-block {
  margin-bottom: 36px;
}

.gallery-block img,
.gallery-block figure {
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.0666666667);
  margin: 0 8px 12px 8px;
}

.cours-block {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  justify-content: center;
  background: #fff;
  padding: 40px 0;
}

.cours-card {
  background: #f3f6fa;
  border-radius: 18px;
  padding: 22px 18px;
  width: 320px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.0666666667);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cours-card img {
  width: 100%;
  border-radius: 12px 12px 0 0;
  margin-bottom: 12px;
}
.cours-card h3 {
  color: #e1258c;
  font-size: 1.4em;
  margin: 0 0 10px 0;
}
.cours-card p {
  margin: 0 0 10px 0;
  font-size: 1.2em;
}

.gallery-block img,
.cours-card img {
  width: 240px;
  height: 240px;
  object-fit: cover;
  object-position: center;
  border-radius: 14px;
  display: block;
  margin: 0 auto 12px auto;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.0666666667);
}

.a-propos p {
  text-align: center;
  max-width: 600px;
  margin: 18px auto 0 auto;
  font-size: 1.13em;
}

@media (max-width: 700px) {
  .cours-block {
    flex-direction: column;
    gap: 22px;
  }
  .cours-card {
    width: 98%;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
  .a-propos p {
    text-align: left;
  }
}
@media (max-width: 600px) {
  .gallery-block img,
  .cours-card img {
    width: 96vw;
    max-width: 320px;
    height: 42vw;
    min-height: 220px;
  }
}
.page-id-2253 .contact-form.commentsblock {
  max-width: 760px;
  margin: 16px auto 0;
  padding: 24px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.06);
}
.page-id-2253 .contact-form .grunion-field-wrap {
  margin-bottom: 16px;
}
.page-id-2253 .contact-form label,
.page-id-2253 .contact-form .grunion-field-label {
  display: block;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 6px;
  color: #2b2b2b;
}
.page-id-2253 .contact-form input[type=text],
.page-id-2253 .contact-form input[type=email],
.page-id-2253 .contact-form input[type=tel],
.page-id-2253 .contact-form select,
.page-id-2253 .contact-form textarea {
  width: 100%;
  font-size: 1.05rem;
  padding: 16px 18px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  background: #fff;
  line-height: 1.4;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}
.page-id-2253 .contact-form textarea {
  min-height: 180px;
  resize: vertical;
}
.page-id-2253 .contact-form input[type=text]:focus,
.page-id-2253 .contact-form input[type=email]:focus,
.page-id-2253 .contact-form input[type=tel]:focus,
.page-id-2253 .contact-form select:focus,
.page-id-2253 .contact-form textarea:focus {
  border-color: #e1258c;
  box-shadow: 0 0 0 3px rgba(225, 37, 140, 0.18);
}
.page-id-2253 .contact-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, rgba(0, 0, 0, 0.45) 50%), linear-gradient(135deg, rgba(0, 0, 0, 0.45) 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
  background-position: calc(100% - 22px) calc(50% - 4px), calc(100% - 16px) calc(50% - 4px), 100% 0;
  background-size: 6px 6px, 6px 6px, 2.5em 100%;
  background-repeat: no-repeat;
  padding-right: 44px;
}
.page-id-2253 .contact-form .form-error,
.page-id-2253 .contact-form input:invalid,
.page-id-2253 .contact-form select:invalid,
.page-id-2253 .contact-form textarea:invalid {
  border-color: #e53935 !important;
  box-shadow: 0 0 0 3px rgba(229, 57, 53, 0.15) !important;
}
.page-id-2253 .contact-form .contact-submit {
  margin-top: 6px;
  text-align: center;
}
.page-id-2253 .contact-form button.pushbutton-wide {
  all: unset;
  display: inline-block !important;
  width: auto !important;
  margin: 0 auto;
  background: #e1258c !important;
  color: #fff !important;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 14px 30px;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(225, 37, 140, 0.28);
  transition: background 0.2s ease, transform 0.1s ease, box-shadow 0.2s ease;
  text-transform: none !important;
  letter-spacing: 0.02em;
  border: none !important;
}
.page-id-2253 .contact-form button.pushbutton-wide:hover {
  background: #7d154e !important;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(225, 37, 140, 0.34);
}
.page-id-2253 .contact-form button.pushbutton-wide:active {
  transform: translateY(0);
  box-shadow: 0 6px 18px rgba(225, 37, 140, 0.28);
}