body {
  font-family: 'Georgia', serif;
  line-height: 1.8;
  color: #333;
  background-color: #FBFAF3 !important;
}
.wp-block-list a {
  display: inline-block;
  padding: 10px 20px;
  color: #2c2c2c;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  border-bottom: 2px solid transparent;
}
.wp-block-list a:hover {
  color: #a67c52;
  border-bottom-color: #a67c52;
}
.wp-block-list.menu-horizontal {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  background-color: #2c2c2c;
}
.wp-block-list.menu-horizontal li {
  margin: 0;
}
.wp-block-list.menu-horizontal a {
  color: #f8f6f3;
}
.wp-block-list.menu-horizontal a:hover {
  background-color: #3a3a3a;
  border-bottom-color: #a67c52;
}
header h1,
.wp-block-heading.site-title {
  font-size: 3em;
  font-weight: 300;
  letter-spacing: 3px;
  text-align: center;
  margin-bottom: 10px;
}
header p,
.site-subtitle {
  font-size: 1.3em;
  font-style: italic;
  color: #666;
  text-align: center;
}
.wp-block-group h2,
section h2 {
  font-size: 2.2em;
  margin-bottom: 30px;
  color: #2c2c2c;
  border-bottom: 3px solid #a67c52;
  padding-bottom: 15px;
  font-weight: 400;
}
.wp-block-group h3,
section h3 {
  font-size: 1.6em;
  margin: 30px 0 15px;
  color: #4a4a4a;
  font-weight: 400;
}
.wp-block-group,
section {
  margin-bottom: 40px;
}
.wp-block-group.section-content,
section.section-content {
  background: white;
  padding: 50px;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 90% !important;
}
.timeline,
ul.timeline,
.wp-block-list.timeline-list {
  list-style: none;
  padding-left: 0;
}
.timeline li,
ul.timeline li,
.wp-block-list.timeline-list li {
  padding: 12px 0 12px 30px;
  position: relative;
  font-size: 1.1em;
}
.timeline li:before,
ul.timeline li:before,
.wp-block-list.timeline-list li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #a67c52;
  font-size: 1.5em;
  line-height: 1;
}
.demarche p,
.demarche-artistique p,
section.demarche p {
  margin-bottom: 20px;
  text-align: justify;
  font-size: 1.1em;
  color: #4a4a4a;
}
.demarche em,
.demarche-artistique em {
  color: #a67c52;
  font-style: italic;
}
.wp-block-group[class*="layout-type-grid"] {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
  gap: 25px;
}
.wp-block-cover {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 8px;
  overflow: hidden;
}
.wp-block-cover:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}
.wp-block-image img {
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.wp-block-group.alignfull .wp-block-group.alignwide[class*="grid"] {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 25px;
}
.wp-block-group.alignfull .wp-block-group.alignwide .wp-block-group {
  transition: transform 0.3s ease;
}
.wp-block-group.alignfull .wp-block-group.alignwide .wp-block-group:hover {
  transform: translateY(-5px);
}
.wp-block-button__link,
.wp-block-buttons .wp-block-button__link {
  background-color: #2c2c2c !important;
  color: #f8f6f3 !important;
  padding: 15px 40px !important;
  border-radius: 50px !important;
  font-size: 1.1em !important;
  letter-spacing: 1px !important;
  transition: all 0.3s ease !important;
  text-decoration: none !important;
}
.wp-block-button__link:hover {
  background-color: #a67c52 !important;
  transform: translateY(-3px);
  box-shadow: 0 5px 20px rgba(0,0,0,0.2) !important;
}
.wp-block-columns.bio-container {
  gap: 40px;
  align-items: center;
}
.wp-block-columns.bio-container .wp-block-column:first-child img {
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.bio-quote,
.wp-block-paragraph.bio-quote {
  font-size: 1.2em;
  font-style: italic;
  color: #666;
  line-height: 1.6;
}
.intro-oeuvres .wp-block-heading,
.wp-block-group[class*="Intro"] h2 {
  text-align: center;
  font-size: 1.2em;
  font-weight: normal;
  border-bottom: none;
  color: #4a4a4a;
}
.wp-block-group.has-accent-5-background-color {
  padding: 50px;
  border-radius: 8px;
}
.oeuvre-title,
.wp-block-cover + h3,
.wp-block-cover + .wp-block-heading {
  font-size: 1.3em;
  color: #2c2c2c;
  margin: 15px 0 10px;
  text-align: center;
  font-weight: 500;
  border-bottom: none;
}
.wp-block-cover + .wp-block-paragraph,
.dimensions {
  font-size: 0.95em;
  color: #666;
  text-align: center;
  margin-top: 15px;
}
.wp-block-cover + h3 + .wp-block-paragraph,
.wp-block-cover + .wp-block-heading + .wp-block-paragraph {
  margin-top: 5px;
}
.initiation-content .wp-block-columns {
  gap: 40px;
}
.initiation-content .wp-block-column img {
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.wpcf7 {
  background: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid #e0e0e0;
  border-radius: 5px;
  font-family: 'Georgia', serif;
  font-size: 1em;
  margin-bottom: 20px;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
}
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus {
  outline: none;
  border-color: #a67c52;
}
.wpcf7 textarea {
  min-height: 150px;
  resize: vertical;
}
.wpcf7 label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: #4a4a4a;
  font-size: 0.95em;
}
.wpcf7 input[type="submit"],
.wpcf7-submit {
  background-color: #2c2c2c !important;
  color: #f8f6f3 !important;
  padding: 15px 40px !important;
  border: none !important;
  border-radius: 5px !important;
  font-size: 1.1em !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  letter-spacing: 1px !important;
  font-family: 'Georgia', serif !important;
}
.wpcf7 input[type="submit"]:hover,
.wpcf7-submit:hover {
  background-color: #a67c52 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2) !important;
}
.wpcf7-response-output {
  margin: 20px 0 0 0;
  padding: 15px;
  border-radius: 5px;
  font-size: 0.95em;
}
.wpcf7-mail-sent-ok {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.wpcf7-validation-errors,
.wpcf7-mail-sent-ng {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}
.wpcf7-not-valid-tip {
  color: #dc3545;
  font-size: 0.85em;
  margin-top: 5px;
}
.wpcf7-not-valid {
  border-color: #dc3545 !important;
}
.wpcf7 .ajax-loader {
  margin-left: 10px;
}
.wp-block-group.contact-section input,
.wp-block-group.contact-section textarea {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid #e0e0e0;
  border-radius: 5px;
  font-family: 'Georgia', serif;
  font-size: 1em;
  margin-bottom: 15px;
}
.wp-block-group.contact-section input:focus,
.wp-block-group.contact-section textarea:focus {
  outline: none;
  border-color: #a67c52;
}
footer,
.site-footer {
  background-color: #2c2c2c;
  color: #f8f6f3;
  text-align: center;
  padding: 30px 20px;
  margin-top: 60px;
}
footer p {
  margin: 0;
}
.has-accent-5-background-color {
  background-color: #f8f6f3 !important;
}
.has-contrast-background-color {
  background-color: #2c2c2c !important;
}
.wp-block-spacer {
  margin: 0;
}
@media (max-width: 1024px) {
  .wp-block-columns {
    flex-direction: column;
  }
  .wp-block-group[class*="grid"] {
    grid-template-columns: repeat(2,1fr) !important;
  }
  .wp-block-group.section-content,
  section.section-content {
    width: 95% !important;
    padding: 40px 30px;
  }
}
@media (max-width: 768px) {
  header h1,
  .wp-block-heading.site-title {
    font-size: 2em;
  }
  .wp-block-group.section-content,
  section.section-content {
    padding: 30px 25px;
    width: 95% !important;
  }
  .wp-block-group h2,
  section h2 {
    font-size: 1.8em;
  }
  .wp-block-group[class*="grid"] {
    grid-template-columns: 1fr !important;
  }
  .wp-block-group.alignfull .wp-block-group.alignwide[class*="grid"] {
    grid-template-columns: 1fr !important;
  }
  .wpcf7 {
    padding: 20px;
  }
}
.text-center {
  text-align: center;
}
.mb-small {
  margin-bottom: 20px;
}
.mb-medium {
  margin-bottom: 40px;
}
.mb-large {
  margin-bottom: 60px;
}
.wp-block-list:not(.timeline-list):not(.timeline) {
  padding-left: 20px;
}
.gallery-preview {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
  gap: 25px;
}
.gallery-item {
  background: #f8f6f3;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
}
.gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
}
.wp-block-group.alignfull {
  padding-left: 20px;
  padding-right: 20px;
}
.alignwide {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-cover.size-large {
  min-height: 400px;
}
.wp-block-cover__inner-container {
  width: 100%;
}
.wp-block-group[class*="flex"] {
  gap: 20px;
}
.wp-block-site-title {
  display: none !important;
}
header .wp-block-navigation {
  display: none !important;
}
.entry-title,
h1.entry-title,
.page-title,
h1.page-title {
  display: none !important;
}
.mon-menu-sticky {
  position: sticky;
  top: 0;
  z-index: 9999;
  background-color: #2c2c2c;
  width: 100%;
}
.wp-block-cover {
  cursor: pointer;
  position: relative;
}
.wp-block-cover::before {
  content: "Cliquer pour agrandir";
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0,0,0,0.75);
  color: white;
  padding: 12px 25px;
  border-radius: 25px;
  font-size: 15px;
  font-family: 'Georgia', serif;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 10;
}
.wp-block-cover:hover::before {
  opacity: 1;
}
.lightbox-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.95);
  z-index: 99999;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  animation: fadeIn 0.3s ease;
}
.lightbox-overlay.active {
  display: flex;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.lightbox-image {
  max-width: 95%;
  max-height: 95vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.7);
  animation: zoomIn 0.3s ease;
}
@keyframes zoomIn {
  from {
    transform: scale(0.85);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.lightbox-close {
  position: absolute;
  top: 25px;
  right: 35px;
  font-size: 45px;
  color: white;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s ease;
  z-index: 100000;
  line-height: 1;
  font-family: Arial, sans-serif;
}
.lightbox-close:hover {
  color: #a67c52;
  transform: scale(1.2) rotate(90deg);
}
.lightbox-instructions {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255,255,255,0.8);
  font-size: 14px;
  font-family: 'Georgia', serif;
  text-align: center;
}
@media (max-width: 768px) {
  .lightbox-image {
    max-width: 90%;
    max-height: 90vh;
  }
  .lightbox-close {
    top: 15px;
    right: 20px;
    font-size: 35px;
  }
  .wp-block-cover::before {
    font-size: 13px;
    padding: 10px 20px;
    bottom: 40px;
  }
}
.lightbox-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.lightbox-overlay.active {
  display: flex;
}
.lightbox-image {
  max-width: 90%;
  max-height: 90%;
}
