:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-9cc4fa6 */.op-h1 {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}/* End custom CSS */
/* Start custom CSS *//* Pleine largeur sur tous les écrans - RSVP Paris Maison Days */
.container {
  max-width: 1400px !important;
  padding: 0 40px !important;
}

.hero {
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  width: 100vw !important;
  border-left: none !important;
  border-right: none !important;
}

/* Tablette */
@media (max-width: 1024px) and (min-width: 801px) {
  .container {
    max-width: 100% !important;
    padding: 0 32px !important;
  }
}

/* Mobile */
@media (max-width: 800px) {
  .container {
    max-width: 100% !important;
    padding: 0 16px !important;
  }
  
  .hero-copy {
    padding: 40px 24px !important;
  }
  
  .panel {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}/* End custom CSS */