:root {
  --colors--tag-mariage: #b9d3dc;
  --colors--tag-artistique: #bae9e1;
  --colors--tag-book: #e6efd4;
  --colors--tag-evenement: #f7e2e9;
  --colors--tag-grossesse: #f7d3f2;
  --colors--tag-evjf: #e0dcf7;
  --colors--tag-naissance: #d4e1f9;
  --colors--tag-corporate: #c1e9fc;
  --colors--primary: #000;
  --colors--secondary: #4daeb3;
  --radius--full-rounded: 100px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.page-wrapper {
  max-width: 100%;
}

.main-wrapper.gallery {
  background-image: url('../images/Gallery_bckd.jpg');
  background-position: 50%;
  background-size: cover;
}

.main-wrapper.tarifs {
  background-image: url('../images/Full-bg.svg');
  background-position: 0 0;
  background-size: cover;
  padding-bottom: 60px;
}

.navbar_component {
  z-index: 1000;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0006;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar_container {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  height: auto;
  margin-left: 200px;
  display: flex;
}

.navbar_link {
  color: #fff;
  text-align: left;
  cursor: pointer;
  flex: none;
  height: 40px;
  max-height: 40px;
  font-family: Urbanist, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 0;
}

.navbar_link:hover {
  color: #fff;
  background-color: #000;
  border-radius: 100px;
  font-weight: 500;
}

.navbar_link:focus {
  color: #fff;
  background-color: #0009;
}

.navbar_link:visited {
  color: #fff;
}

.navbar_link.w--current {
  color: #fff;
  flex: none;
}

.navbar_link.nav_dropdown {
  pointer-events: auto;
  color: #fff;
  cursor: pointer;
}

.navbar_logo-link {
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-right: 200px;
  padding-right: 0;
  display: block;
  position: relative;
  inset: 0 auto auto 0%;
}

.navbar_logo-link.w--current {
  width: 293px;
  height: 27px;
}

.navbar_logo {
  height: auto;
  display: block;
}

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 12400px;
  height: 60px;
  max-height: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-section {
  height: 700px;
}

.hero-slide {
  background-image: url('../images/Mairie_31.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-slide.slide-1 {
  background-image: url('../images/Mairie_31.jpg');
  background-size: cover;
}

.hero-slide.slide-2 {
  background-image: url('../images/aku_12.jpg');
}

.hero-slide.slide-3 {
  background-image: url('../images/Zoé21.jpg');
  background-size: cover;
}

.hero-slide.slide-4 {
  background-image: url('../images/Cleo24.jpg');
}

.hero-slide.slide-5 {
  background-image: url('../images/couple7.jpg');
}

.hero-slide.slide-6 {
  background-image: url('../images/Chloé01.jpg');
}

.hero-slide.slide-7 {
  background-image: url('../images/Eloise.jpg');
}

.hero-intro-section {
  padding-top: 60px;
  padding-bottom: 80px;
}

.hero-intro-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.hero-intro-content {
  margin-bottom: 40px;
}

.hero-intro-content.mariage {
  margin-bottom: 0;
}

.hero-intro-title {
  text-align: center;
  white-space: nowrap;
  font-family: Instrument Serif, sans-serif;
  font-size: 60px;
  font-weight: 400;
}

.hero-intro-tags {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.hero-intro-tags.about-tags {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 0;
}

.hero-tag {
  color: #000;
  background-color: #b9d3dc;
  border-radius: 20px;
  margin-right: 0;
  padding: 8px 12px;
}

.hero-tag.artistique {
  background-color: #bae9e1;
}

.hero-tag.book {
  background-color: #e6efd4;
}

.hero-tag.evenement {
  background-color: #f7e2e9;
}

.hero-tag.grossesse {
  background-color: #f7d3f2;
}

.hero-tag.evjf {
  background-color: #e0dcf7;
}

.hero-tag.naissance {
  background-color: #d4e1f9;
}

.hero-tag.corporate {
  background-color: #c1e9fc;
}

.hero-tag.about-chip {
  aspect-ratio: auto;
  object-fit: fill;
}

.text-block {
  color: #000;
  font-family: Urbanist, sans-serif;
  font-size: 14px;
}

.hero-cta {
  box-sizing: border-box;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  vertical-align: baseline;
  object-fit: fill;
  background-color: #000;
  border-radius: 100px;
  flex-flow: row;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  height: 60px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
}

.hero-cta:hover {
  background-color: #3d3d3d;
}

.hero-cta.w--current {
  aspect-ratio: auto;
  display: flex;
  position: static;
  inset: 0%;
  overflow: visible;
}

.hero-cta.preview-cta {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 40px;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.hero-cta-text {
  text-decoration: none;
}

.hero-cta-icon.black {
  display: none;
  overflow: clip;
}

.booking-section {
  background-color: #e4e4e4;
  background-image: linear-gradient(#ffffff4d, #ffffff4d), linear-gradient(90deg, #9cbacc, #97ded4 31%, #f4f0d1 54%, #f4bfec 80%, #a3e1fc);
  padding-top: 60px;
  padding-bottom: 60px;
}

.booking-header {
  margin-bottom: 32px;
}

.booking-title {
  color: #333;
  text-align: center;
  font-family: Urbanist, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.booking-form-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.booking-prompt {
  color: #333;
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.booking-dropdown-wrapper {
  height: 40px;
}

.booking-dropdown {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 280px;
  height: 40px;
  display: inline-block;
}

.booking-dropdown:hover {
  border: 1px #e7e7e7;
  box-shadow: 0 0 20px #0000001f;
}

.italic-text {
  font-family: Instrument Serif, sans-serif;
}

.text-block-2 {
  color: #000;
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  display: block;
}

.dropdown-toggle {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  display: flex;
}

.booking-link {
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.booking-link:hover {
  color: #000;
  background-color: #fafafa;
}

.sub-menu-text.w--open {
  background-color: #fff;
  border-radius: 12px;
  width: 280px;
  margin-top: 4px;
  box-shadow: 0 2px 20px #0003;
}

.shared-bg-wrapper {
  background-image: url('../images/Full-bg.svg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 0;
}

.prestations-section {
  margin-bottom: 100px;
}

.prestations-container {
  max-width: 1216px;
}

.section-prestations-header {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.section-heading {
  color: #333;
  text-align: center;
  order: 0;
  margin-bottom: 0;
  font-family: Instrument Serif, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.section-heading.white {
  color: #fff;
  -webkit-text-stroke-color: #fff;
}

.section-heading.testimonials, .section-heading.gallery {
  color: #fff;
}

.italic-text-2 {
  font-family: Instrument Serif, sans-serif;
}

.bold-text {
  font-weight: 600;
}

.section-subheading {
  color: #333;
  text-align: center;
  font-family: Urbanist, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.section-subheading.white {
  color: #fff;
}

.section-subheading.white.tarifs {
  line-height: 30px;
}

.section-subheading.testimonials {
  color: #fff;
}

.section-subheading.gallery {
  color: #fff;
  font-weight: 300;
}

.section-subheading.gallery.stroke {
  text-decoration: line-through;
}

.prestations-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: auto;
  max-width: 1216px;
  display: grid;
}

.service-card {
  background-color: #fff;
  border-radius: 24px;
  flex-flow: column;
  width: 280px;
  max-width: 280px;
  display: flex;
}

.service-card-img {
  background-image: url('../images/couple7.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  width: 100%;
  height: 160px;
}

.service-card-img.mariage {
  background-image: url('../images/mariage_mini.jpg');
}

.service-card-img.personnel {
  background-image: url('../images/aku_mini.jpg');
}

.service-card-img.evenement {
  background-image: url('../images/EVJF_mini.jpg');
  background-size: cover;
}

.service-card-img.professionel {
  background-image: url('../images/Zoé_mini.jpg');
}

.service-card-content {
  flex-flow: column;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.service-card-heading {
  color: #333;
  font-family: Instrument Serif, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.service-card-subheading {
  border-bottom: 1px solid #d9d9d9;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-family: Urbanist, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.service-card-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

.service-card-list-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
  position: relative;
}

.service-card-list-item.nb-photos {
  margin-top: 24px;
}

.service-card-list-item.nb-photos.details {
  margin-top: 0;
  font-size: 14px;
}

.service-card-list-item.withinfo {
  justify-content: flex-start;
  align-items: center;
}

.list-item-img {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 20px;
  height: 20px;
  display: block;
}

.list-item-img.none {
  opacity: 0;
}

.service-card-intro {
  color: #333;
  margin-bottom: 12px;
  font-family: Urbanist, sans-serif;
}

.text-block-3 {
  font-family: Urbanist, sans-serif;
  font-size: 14px;
}

.text-block-4 {
  font-family: Urbanist, sans-serif;
}

.service-card-cta {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.service-card-cta:hover {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #3d3d3d;
  border: 2px #000;
  padding-right: 24px;
}

.service-card-cta.secondary {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}

.service-card-cta.secondary:hover {
  color: #fff;
  background-color: #000;
}

.faq-section {
  margin-bottom: 100px;
}

.faq-header {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-bottom: 60px;
  display: flex;
}

.italic-text-3 {
  font-family: Instrument Serif, sans-serif;
}

.faq-list-item-collapsed {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.faq-list-item-title {
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.faq-icon {
  width: 40px;
  height: 40px;
}

.faq-list-item {
  cursor: pointer;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  margin-bottom: 20px;
  padding: 32px 60px;
  display: flex;
  box-shadow: 0 2px 20px #0000001f;
}

.faq-list-item-expanded {
  cursor: auto;
  width: 100%;
  height: 0;
  display: block;
  overflow: hidden;
}

.faq-list-item-text {
  padding-top: 12px;
  padding-right: 60px;
  font-family: Urbanist, sans-serif;
  font-size: 16px;
}

.testimonials-section {
  background-color: #181818;
  width: 100%;
  margin-bottom: 60px;
  padding-top: 60px;
  padding-bottom: 100px;
  overflow: hidden;
}

.testimonials-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  padding-left: 850px;
  display: flex;
}

.testimonials-slider {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #ddd0;
  flex-flow: wrap;
  place-content: center;
  align-items: stretch;
  margin-left: 25%;
  margin-right: 25%;
  left: auto;
  overflow: visible;
}

.testimonial-card1_item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 200px 30px 30px;
  display: flex;
}

.slider01_slide {
  background-color: #fff;
  margin-right: 32px;
}

.mask {
  width: auto;
}

.testimonials-header {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 60px;
  display: flex;
}

.slide-nav, .right-arrow {
  overflow: visible;
}

.left-arrow {
  display: none;
}

.icon {
  overflow: visible;
}

.right-arrow-2 {
  display: none;
}

.slider-arrow-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.slider-arrow {
  background-image: url('../images/arrow_circle_left.svg');
  background-position: 50%;
  background-size: cover;
}

.slider-arrow.left:hover {
  background-image: url('../images/arrow_circle_left_hover.svg');
}

.slider-arrow.right {
  background-image: url('../images/arrow_circle_right.svg');
}

.slider-arrow.right:hover {
  background-image: url('../images/arrow_circle_right_hover.svg');
}

.testimonials-slider-mask {
  flex: 1;
  order: 0;
  align-self: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.slide-nav-2 {
  display: none;
  overflow: visible;
}

.testimonial-slide {
  vertical-align: baseline;
  background-color: #0000;
  border-radius: 24px;
  flex: none;
  margin-left: auto;
  margin-right: 32px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  left: auto;
  right: auto;
}

.testimonial-slide.slide01 {
  background-image: linear-gradient(#0000, #0009 67%), url('../images/Eloïse.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 24px;
  flex: none;
  margin-right: 32px;
}

.testimonial-slide.slide02 {
  background-image: linear-gradient(#0000 12%, #0009 70%), url('../images/Audrey.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 24px;
}

.testimonial-slide.slide03 {
  background-image: linear-gradient(#0000 49%, #0009 68%), url('../images/Cleo24.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.testimonial-slide.slide04 {
  background-image: linear-gradient(#0000 22%, #0009 67%), url('../images/Llawen.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.testimonial-slide.slide05 {
  background-image: linear-gradient(#0000 44%, #0009 72%), url('../images/boettcher.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.testimonial-slide.slide06 {
  background-image: linear-gradient(#0000 21%, #0009 90%), url('../images/lou.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.testimonial-slide.slide07 {
  background-image: linear-gradient(#0000 47%, #0009 82%), url('../images/Théodore_2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.testimonial-slide.slide08 {
  background-image: linear-gradient(#0000 18%, #0009 73%), url('../images/Anysia.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.testimonial-text {
  clear: none;
  color: #fff;
  text-align: center;
  order: -9999;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: block;
  position: relative;
  inset: auto 0% 0%;
}

.testimonial-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.testimonial-clientname {
  color: #fff;
  text-align: center;
  order: 9999;
  font-family: Urbanist, sans-serif;
  font-weight: 300;
  position: relative;
  inset: auto 0% 0%;
}

.slide-inner-wrapper {
  width: 500px;
  max-width: 500px;
}

.testimonials-slider-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.slider {
  width: 100%;
  padding-left: 0;
}

.slide-nav-3 {
  width: auto;
  height: auto;
  display: none;
}

.slider-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.mask-2 {
  margin-left: auto;
}

.slide-8 {
  vertical-align: baseline;
}

.slide-9 {
  background-color: #fff;
}

.testimonial-slide-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #a3363600;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.testimonials-slider-leftarrow {
  cursor: auto;
  margin-left: -100px;
}

.testimonials-slider-rightarrow {
  margin-right: -100px;
}

.slide-nav-4 {
  overflow: visible;
}

.testimonial-slide-textcontent {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 32px;
  padding-left: 15%;
  padding-right: 15%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.image {
  margin-top: 120px;
  margin-left: 20px;
  display: block;
  position: absolute;
  inset: auto 0%;
  overflow: clip;
}

.slidernav-arrow {
  cursor: pointer;
  margin-top: 130px;
  margin-left: 20px;
  display: block;
}

.about-section {
  margin-bottom: 100px;
}

.about-container {
  position: relative;
}

.section-about-header {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-bottom: 60px;
  display: flex;
}

.about-text-rs-test {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.about-text-test {
  background-color: #fff;
  border-radius: 24px;
  padding: 32px;
  font-family: Urbanist, sans-serif;
  font-size: 16px;
}

.about-rs-test {
  background-color: #fff;
  border-radius: 24px;
}

.list {
  list-style-type: none;
  display: flex;
}

.about-list-links-test {
  border-radius: 24px;
  padding: 32px;
}

.about-grid-test {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.about-me-test {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #dbdbdb;
  border-radius: 24px;
  flex: 0 auto;
  order: -9999;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-picture-test {
  margin-top: -60px;
  margin-left: -25px;
}

.about-me-container-test {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-cards-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  display: grid;
}

.about-card-intro {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  background-color: #fff0;
  background-image: linear-gradient(270deg, #fff 60%, #fff0 90%);
  border-radius: 24px;
  width: 540px;
  height: auto;
  margin-right: 0;
  padding: 32px 32px 32px 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.about-photo-wrapper {
  z-index: 10;
  width: 265px;
  height: 461px;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.about-me-pic {
  float: none;
  clear: none;
  aspect-ratio: auto;
  width: 265px;
  max-width: 400px;
  height: 461px;
  max-height: 696px;
  position: static;
}

.about-intro-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 252px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.about-intro-title {
  text-align: center;
  margin-bottom: 8px;
  font-family: Instrument Serif, sans-serif;
  font-size: 32px;
}

.about-intro-subtitle {
  text-align: center;
  font-family: Urbanist, sans-serif;
  font-size: 16px;
}

.link {
  color: #4daeb3;
  cursor: pointer;
}

.about-chips-title {
  text-align: center;
  margin-bottom: 0;
  font-family: Urbanist, sans-serif;
  font-size: 16px;
}

.about-cards-right {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  padding: 0;
  display: flex;
}

.about-text {
  background-color: #fff;
  border-radius: 24px;
  width: 100%;
  margin-bottom: 0;
  padding: 32px;
  font-family: Urbanist, sans-serif;
  font-size: 16px;
}

.about-rs {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 24px;
  flex-flow: column;
  padding: 32px;
  display: flex;
}

.about-rs-title {
  text-align: center;
  font-family: Urbanist, sans-serif;
  font-size: 16px;
}

.about-rs-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-rs-link {
  width: 32px;
  height: 32px;
}

.about-rs-link.instagram {
  cursor: pointer;
  transition: transform .2s;
}

.about-rs-link.instagram:hover {
  background-image: none;
  width: 32px;
  height: 32px;
  transform: scale(1.2);
}

.about-rs-link.tiktok {
  cursor: pointer;
  background-image: url('../images/rs-tiktok.svg');
  background-position: 50%;
  background-size: cover;
  transition: transform .2s;
}

.about-rs-link.tiktok:hover {
  transform: scale(1.2);
}

.about-rs-link.linkedin {
  cursor: pointer;
  background-image: url('../images/rs-linkedin.svg');
  background-position: 50%;
  background-size: cover;
  transition: transform .2s;
}

.about-rs-link.linkedin:hover {
  transform: scale(1.2);
}

.contact-section {
  background-color: #1a1a1a;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.contact-container {
  z-index: 1;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.image-2 {
  border-radius: 12px;
  width: auto;
}

.form-name, .form-surname {
  width: 100%;
}

.contact-header {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-bottom: 60px;
  display: flex;
}

.form-intro {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 32px;
  display: flex;
}

.form-intro-title {
  font-family: Instrument Serif, sans-serif;
  font-size: 28px;
}

.form-intro-text {
  margin-bottom: 0;
  font-family: Urbanist, sans-serif;
  font-size: 16px;
}

.contact-columns {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-image: linear-gradient(#ffffff4d, #ffffff4d), linear-gradient(80deg, #9cbacc, #97ded4 25%, #f4f0d1 50%, #f4bfec 77%, #a3e1fc);
  border-radius: 20px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px 0;
  display: flex;
}

.contact-columns.formspree {
  display: none;
}

.submit-button {
  background-color: #000;
  border-radius: 100px;
  width: 100%;
  height: 40px;
  min-height: 40px;
  font-family: Urbanist, sans-serif;
  font-size: 14px;
}

.submit-button:hover {
  background-color: #3d3d3d;
}

.form-line {
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  order: -9999;
  align-self: auto;
  display: flex;
}

.form-email {
  width: 100%;
}

.form-phone {
  width: 100%;
  display: none;
}

.form-field {
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  width: 100%;
  font-family: Urbanist, sans-serif;
}

.form-field.description {
  float: none;
  clear: none;
  height: 100px;
  position: static;
}

.form-select {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #333;
  border: 1px #333;
  border-radius: 8px;
  flex-flow: column;
  flex: 0 180px;
  width: 100%;
  height: auto;
  font-family: Urbanist, sans-serif;
  display: block;
  overflow: hidden;
}

.field-label, .field-label-2, .field-label-3, .field-label-4 {
  display: none;
}

.field-label-5 {
  display: block;
}

.form {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #333;
  flex-flow: column;
  font-family: Urbanist, sans-serif;
  font-size: 14px;
  display: flex;
}

.form-column-1 {
  align-self: center;
}

.form-text-area {
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  height: auto;
  min-height: 100px;
  margin-bottom: 12px;
  font-family: Urbanist, sans-serif;
}

.form-column-2 {
  padding-left: 0;
  padding-right: 0;
}

.form-block {
  margin-bottom: auto;
}

.error-text {
  color: #9b0000;
  font-family: Urbanist, sans-serif;
}

.error-message {
  border-radius: 8px;
  overflow: visible;
}

.success-text {
  font-family: Urbanist, sans-serif;
  overflow: visible;
}

.success-message {
  color: #00251e;
  background-color: #94ebda;
  border-radius: 8px;
}

.form-bckd-wrapper {
  z-index: 0;
  position: absolute;
  top: auto;
  overflow: hidden;
}

.background-blobs-wrapper {
  z-index: 0;
  width: 100%;
  position: absolute;
}

.contact-blob-1 {
  opacity: .2;
  filter: blur(120px);
  background-color: #04ffb1;
  border-radius: 100%;
  width: 300px;
  height: 300px;
  position: absolute;
  inset: 100px auto auto -100px;
}

.contact-blob-1._1 {
  inset: 0% auto auto 0%;
}

.contact-blob-1._2 {
  inset: 0% 0% auto auto;
}

.contact-blob-2 {
  opacity: .4;
  filter: blur(120px);
  background-color: #ffe8ae;
  border-radius: 100%;
  width: 300px;
  height: 300px;
  position: absolute;
  inset: 400px auto 0 -100px;
}

.contact-blob-3 {
  opacity: .4;
  filter: blur(120px);
  background-color: #ff94c8;
  border-radius: 100%;
  width: 300px;
  height: 300px;
  position: absolute;
  inset: 100px 0 auto auto;
}

.contact-blob-4 {
  opacity: .5;
  filter: blur(120px);
  background-color: #1ac7ff;
  border-radius: 100%;
  width: 300px;
  height: 300px;
  position: absolute;
  inset: 400px 0% 0% auto;
}

.preview-carousel-section {
  padding-top: 60px;
  padding-bottom: 0;
}

.preview-carousel-container {
  width: 100vw;
  max-width: none;
  overflow: visible;
}

.preview-carousel-header {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.preview-filters {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.filter-button-mariage {
  color: #000;
  padding: 8px 12px;
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.filter-button-mariage:hover {
  color: #fff;
  background-color: #000;
  border-radius: 100px;
  padding: 8px 12px;
  text-decoration: none;
}

.filter-button-mariage:focus {
  color: #fff;
  background-color: #000;
  border-radius: 100px;
  align-self: auto;
  padding: 8px 12px;
  text-decoration: none;
}

.preview-carousel-wrapper {
  cursor: grab;
  scroll-behavior: smooth;
  width: 100vw;
  height: 250px;
  position: relative;
  overflow: scroll;
}

.preview-carousel-track {
  justify-content: flex-start;
  align-items: center;
  width: 2000px;
  height: 250px;
  padding-left: 0;
  display: flex;
}

.lightbox-link {
  background-image: url('../images/boettcher.jpg');
  background-position: 50%;
  background-size: contain;
}

.footer-dark {
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 0;
  padding: 20px 30px;
  position: static;
  inset: auto 0% 0%;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  color: #fff;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  width: 250px;
  display: none;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Urbanist, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Urbanist, sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #ffffffbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #fff;
  text-align: center;
  font-family: Urbanist, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.carousel-item-portrait {
  flex: none;
  width: 400px;
  max-width: 400px;
  height: 250px;
  max-height: 250px;
}

.carousel-image {
  width: 100%;
  display: block;
}

.carousel-item-mariage, .carousel-item-event, .carousel-item-professionnel {
  flex: none;
  width: 400px;
  max-width: 400px;
  height: 250px;
  max-height: 250px;
}

.filter-button-tout {
  color: #fafafa;
  background-color: #1a1a1a;
  border-radius: 100px;
  padding: 8px 12px;
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.filter-button-tout.active {
  color: #fff;
  background-color: #000;
  border-radius: 100px;
}

.filter-button-tout.tout-active {
  color: #fff;
  background-color: #000;
}

.filter-button-portrait {
  color: #000;
  padding: 8px 12px;
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.filter-button-portrait:hover {
  color: #fff;
  background-color: #000;
  border-radius: 100px;
  padding: 8px 12px;
  text-decoration: none;
}

.filter-button-portrait:focus {
  color: #fff;
  background-color: #000;
  border-radius: 100px;
  align-self: auto;
  padding: 8px 12px;
  text-decoration: none;
}

.filter-button-event {
  color: #000;
  padding: 8px 12px;
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.filter-button-event:hover {
  color: #fff;
  background-color: #000;
  border-radius: 100px;
  padding: 8px 12px;
  text-decoration: none;
}

.filter-button-event:focus {
  color: #fff;
  background-color: #000;
  border-radius: 100px;
  align-self: auto;
  padding: 8px 12px;
  text-decoration: none;
}

.filter-button-professionnel {
  color: #000;
  padding: 8px 12px;
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.filter-button-professionnel:hover {
  color: #fff;
  background-color: #000;
  border-radius: 100px;
  padding: 8px 12px;
  text-decoration: none;
}

.filter-button-professionnel:focus {
  color: #fff;
  background-color: #000;
  border-radius: 100px;
  align-self: auto;
  padding: 8px 12px;
  text-decoration: none;
}

.scroll-reset {
  opacity: 0;
  width: 1px;
  height: 1px;
}

.text-block-5 {
  color: #fff;
  margin-right: 4px;
}

.dropdown-toggle-2 {
  pointer-events: auto;
  cursor: pointer;
}

.icon-2 {
  color: #fff;
}

.dropdown-list {
  display: block;
}

.dropdown-list.navbar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  width: 280px;
  padding: 20px;
  display: flex;
  overflow: visible;
}

.navbar-linkblock {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.linkblock-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  width: 100px;
  height: 67px;
}

.linkblock-img.portrait {
  background-image: url('../images/menu-portrait.jpg');
}

.linkblock-img.mariage {
  background-image: url('../images/menu-mariage.jpg');
}

.linkblock-img.event {
  background-image: url('../images/menu-event.jpg');
}

.linkblock-img.professionnel {
  background-image: url('../images/menu-pro.jpg');
  width: 100px;
}

.linkblock-img.nature {
  background-image: url('../images/menu-nature.jpg');
  width: 100px;
  height: 67px;
}

.linkblock-text {
  color: #000;
  align-self: center;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.navbar_dropdown {
  align-self: center;
}

.dropdown_toggle_nav {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  max-height: 40px;
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.dropdown_toggle_nav:hover {
  background-color: #000;
  border-radius: 100px;
}

.text-block-6 {
  margin-right: 4px;
  font-size: 15px;
}

.dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
  width: 280px;
  height: auto;
  padding: 20px 20px 4px;
  display: none;
}

.linkblock_text {
  color: #000;
  align-self: center;
  font-family: Urbanist, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.navbar_devis {
  color: #000;
  background-color: #fff;
  border-radius: 100px;
  flex: none;
  align-self: center;
  height: 48px;
  max-height: 40px;
  margin-left: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 0;
  text-decoration: none;
}

.navbar_devis:hover {
  color: #fff;
  text-align: center;
  overflow-wrap: normal;
  background-color: #000;
  border-radius: 100px;
  flex: none;
  height: 40px;
  font-family: Urbanist, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}

.navbar_devis.w--current {
  color: #000;
}

.faq-list-item-expanded-1-desktop, .faq-list-item-expanded-2-desktop, .faq-list-item-expanded-3-desktop, .faq-list-item-expanded-4-desktop, .faq-list-item-expanded-5-desktop {
  width: 100%;
  height: 0;
  overflow: hidden;
}

.faq-list-item-collapsed-1-desktop, .faq-list-item-collapsed-3-desktop, .faq-list-item-collapsed-2-desktop, .faq-list-item-collapsed-4-desktop, .faq-list-item-collapsed-5-desktop {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-list-item-collapsed-1-mobile {
  justify-content: space-between;
  align-items: center;
  display: none;
}

.faq-list-item-expanded-1-mobile {
  width: 100%;
  height: 0;
  display: none;
  overflow: hidden;
}

.faq-list-item-collapsed-2-mobile {
  justify-content: space-between;
  align-items: center;
  display: none;
}

.faq-list-item-expanded-2-mobile {
  width: 100%;
  height: 0;
  display: none;
  overflow: hidden;
}

.faq-list-item-collapsed-3-mobile {
  justify-content: space-between;
  align-items: center;
  display: none;
}

.faq-list-item-expanded-3-mobile {
  width: 100%;
  height: 0;
  display: none;
  overflow: hidden;
}

.faq-list-item-collapsed-4-mobile {
  justify-content: space-between;
  align-items: center;
  display: none;
}

.faq-list-item-expanded-4-mobile {
  width: 100%;
  height: 0;
  display: none;
  overflow: hidden;
}

.faq-list-item-collapsed-5-mobile {
  justify-content: space-between;
  align-items: center;
  display: none;
}

.faq-list-item-expanded-5-mobile {
  width: 100%;
  height: 0;
  display: none;
  overflow: hidden;
}

.faq-list-item-collapsed-1-tablet {
  justify-content: space-between;
  align-items: center;
  display: none;
}

.faq-list-item-expanded-1-tablet {
  width: 100%;
  height: 0;
  display: none;
  overflow: hidden;
}

.faq-list-item-collapsed-2-tablet {
  justify-content: space-between;
  align-items: center;
  display: none;
}

.faq-list-item-expanded-2-tablet {
  width: 100%;
  height: 0;
  display: none;
  overflow: hidden;
}

.faq-list-item-collapsed-3-tablet {
  justify-content: space-between;
  align-items: center;
  display: none;
}

.faq-list-item-expanded-3-tablet {
  width: 100%;
  height: 0;
  display: none;
  overflow: hidden;
}

.faq-list-item-collapsed-4-tablet {
  justify-content: space-between;
  align-items: center;
  display: none;
}

.faq-list-item-expanded-4-tablet {
  width: 100%;
  height: 0;
  display: none;
  overflow: hidden;
}

.faq-list-item-collapsed-5-tablet {
  justify-content: space-between;
  align-items: center;
  display: none;
}

.faq-list-item-expanded-5-tablet {
  width: 100%;
  height: 0;
  display: none;
  overflow: hidden;
}

.div-block {
  width: 100%;
  height: 100%;
}

.page-404-wrapper {
  background-image: url('../images/Gallery_bckd.jpg');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 600px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.section-galerie-header {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.section-galerie-header.tarifs {
  margin-bottom: 0;
}

.hero-galerie-into-section {
  padding-top: 100px;
}

.galerie-photos-container {
  flex-flow: column;
  display: flex;
}

.gallery-filter {
  color: #fff;
  border-radius: 100px;
  padding: 8px 12px;
  text-decoration: none;
}

.gallery-filter:hover, .gallery-filter.active {
  color: #000;
  background-color: #fff;
}

.gallery-filter.tarifs {
  color: #000;
}

.text-block-7 {
  color: #fff;
  text-transform: none;
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.text-link-gallery {
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-link-gallery.active {
  color: #000;
}

.gallery-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-around;
  place-items: start;
  width: 100%;
  display: grid;
}

.gallery-img {
  width: 385px;
  height: auto;
  margin-bottom: 24px;
  display: block;
}

.photos-gallery {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.image-4 {
  width: 385px;
}

.gallery-column {
  width: 33%;
}

.h2-multiple {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.tarifs-container {
  flex-flow: column;
  display: flex;
}

.cards_tarifs {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  margin-top: 0;
  display: flex;
}

.card-tarif_wrapper {
  background-color: #fff;
  border-radius: 24px;
  width: auto;
  padding-right: 0;
  display: flex;
  box-shadow: 0 2px 20px #0000001f;
}

.card_tarif_textcontent {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  margin: 32px;
  display: flex;
}

.card_tarif_img {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  width: 300px;
  height: auto;
  overflow: clip;
}

.card_tarif_img.sunrise {
  background-image: url('../images/Tarif_Sunrise.jpg');
  background-position: 50% 20%;
  background-repeat: repeat;
  background-size: 340px;
  width: 470px;
  height: auto;
}

.card_tarif_img.sunset {
  background-image: url('../images/Tarif_Sunset.jpg');
  background-position: 73%;
  background-size: cover;
  width: 470px;
}

.card_tarif_img.midnight {
  background-image: url('../images/Tarif_Midnight.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 470px;
}

.card_tarif_img.individuel {
  background-image: url('../images/Tarif_Individuel.jpg');
  background-position: 50%;
  background-size: cover;
  width: 470px;
}

.card_tarif_img.duo {
  background-image: url('../images/Tarif_Duo.jpg');
  background-position: 57% 20%;
  background-size: 470px;
  width: 470px;
}

.card_tarif_img.groupe {
  background-image: url('../images/Tarif_Groupe.jpg');
  background-position: 50%;
  background-size: cover;
  width: 470px;
}

.card_tarif_img.live {
  background-image: url('../images/Tarif_Live2.jpg');
  background-position: 10%;
  background-size: cover;
  width: 470px;
}

.card_tarif_img.event {
  background-image: url('../images/Tarif_Event.jpg');
  background-position: 50%;
  background-size: cover;
  width: 470px;
}

.card_tarif_img.focus {
  background-image: url('../images/Tarif_Focus.jpg');
  background-position: 50%;
  background-size: cover;
  width: 470px;
}

.card_tarif_img.book {
  background-image: url('../images/Tarif_Book.jpg');
  background-position: 50% 10%;
  background-repeat: repeat;
  background-size: 530px;
  width: 470px;
}

.card_tarif_img.corporate {
  background-image: url('../images/Tarif_Corporate.jpg');
  background-position: 50%;
  background-size: cover;
  width: 470px;
}

.tarif_name-price {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #d9d9d9;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin: 0;
  padding-bottom: 12px;
  display: flex;
}

.packname {
  font-family: Instrument Serif, sans-serif;
  font-size: 38px;
  font-weight: 400;
}

.packprice {
  font-family: Urbanist, sans-serif;
  font-size: 32px;
  font-weight: 500;
}

.pack_list-items {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.div-price {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
}

.image-5 {
  margin-top: 13px;
}

.pack_text {
  flex: 1;
  max-width: 210px;
  font-family: Urbanist, sans-serif;
  font-size: 16px;
}

.pack_text.nb_photos {
  flex: 0 auto;
  font-weight: 600;
}

.pack_text.withinfo {
  max-width: 210px;
}

.pack_text.fullwidth {
  flex: none;
  max-width: 100%;
}

.pack_text.grow {
  flex: 0 auto;
  max-width: 210px;
}

.div-cta_tarifs {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.tarif-cta {
  width: auto;
}

.text-block-8 {
  color: #fff;
  text-transform: none;
  background-color: #000;
  border-radius: 100px;
  height: 40px;
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.text-block-9 {
  color: #000;
}

.text-block-9:hover {
  color: #fff;
}

.italic-text-7 {
  color: #ec7bd6;
}

.italic-text-8 {
  color: #faaa2a;
}

.sunrise {
  color: #e768ce;
}

.sunset {
  color: #f19123;
}

.midnight {
  color: #4584dd;
}

.icon-info {
  text-align: center;
  cursor: default;
  align-self: auto;
  width: 20px;
  height: 20px;
  margin-top: 14px;
}

.tooltip {
  z-index: 1;
  opacity: 0;
  cursor: none;
  background-color: #fff;
  border-radius: 12px;
  flex: 0 auto;
  width: 300px;
  padding: 12px;
  font-family: Urbanist, sans-serif;
  display: block;
  position: absolute;
  top: 70px;
  right: -20px;
  box-shadow: 0 2px 20px #0003;
}

.tooltip.midnight {
  opacity: 0;
  width: 240px;
  inset: -30px auto auto 0;
}

.column-3 {
  display: none;
}

.text-block-14 {
  color: #000;
}

.individuel {
  color: #00b3b6;
}

.column-4 {
  display: none;
}

.duo {
  color: #df1414;
}

.groupe {
  color: #b69472;
}

.description {
  font-family: Urbanist, sans-serif;
  font-size: 16px;
}

.book {
  color: #a060ff;
}

.focus {
  color: #7cb414;
}

.event {
  color: #3f9cff;
}

.live {
  color: #d6ba1a;
}

.corporate {
  color: #0077b5;
}

.photo-gallery-test {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.lightbox-pic {
  width: auto;
  max-width: 100%;
  height: auto;
  margin-bottom: 24px;
}

.contact-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.form-img-mobile {
  display: none;
}

.h2-404 {
  color: #fff;
  flex: 0 auto;
  width: 100%;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Instrument Serif, sans-serif;
}

.text-404 {
  color: #fff;
  margin-bottom: 32px;
  font-family: Urbanist, sans-serif;
  font-size: 16px;
}

.img-404 {
  border-radius: 12px;
  width: 320px;
  margin: 12px 12px 32px;
}

.marquee-container {
  width: 100vw;
  max-width: 100vw;
  overflow: hidden;
}

.marquee-track {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.testimonial-card-v2 {
  background-color: #000;
  background-image: linear-gradient(#0000, #000000e6), url('../images/Eloïse.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 24px;
  flex: none;
  width: 450px;
  height: 300px;
  position: relative;
}

.testimonial-card-v2._01 {
  background-color: #000;
  background-image: linear-gradient(#0000, #000000e6), url('../images/carousel-eloise.jpg');
  background-position: 0 0, 50% 60%;
  background-size: auto, cover;
  flex: none;
}

.testimonial-card-v2._02 {
  background-color: #000;
  background-image: linear-gradient(#0000, #000000e6), url('../images/Audrey.jpg');
  flex: none;
}

.testimonial-card-v2._08 {
  background-color: #000;
  background-image: linear-gradient(#0000, #000), url('../images/Anysia.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, 540px;
  flex: none;
}

.testimonial-card-v2._03 {
  background-color: #000;
  background-image: linear-gradient(#0000, #0009), url('../images/Cleo.jpg');
  background-position: 0 0, 50% 90%;
  background-size: auto, 550px;
  flex: none;
}

.testimonial-card-v2._04 {
  background-color: #000;
  background-image: linear-gradient(#0000, #0009), url('../images/carousel-llawen.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex: none;
}

.testimonial-card-v2._05 {
  background-color: #000;
  background-image: linear-gradient(#0000, #000000e6), url('../images/boettcher.jpg');
  background-position: 0 0, 50%;
  flex: none;
}

.testimonial-card-v2._06 {
  background-color: #000;
  background-image: linear-gradient(#0000, #000000e6), url('../images/lou.jpg');
  flex: none;
}

.testimonial-card-v2._07 {
  background-color: #000;
  background-image: linear-gradient(#0000, #00000080), url('../images/Théodore_2.jpg');
  flex: none;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    width: 100%;
  }

  .navbar_link {
    color: #000;
  }

  .prestations-section {
    padding-left: 100px;
    padding-right: 100px;
  }

  .prestations-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: auto;
    max-width: none;
    display: grid;
  }

  .service-card {
    width: 270px;
    max-width: 4000px;
  }

  .service-card-img.mariage, .service-card-img.personnel, .service-card-img.evenement, .service-card-img.professionel {
    height: 220px;
  }

  .service-card-content {
    width: auto;
  }

  .service-card-list {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .list-item-img {
    color: #000;
    height: 20px;
  }

  .service-card-intro {
    padding-bottom: 12px;
  }

  .service-card-cta {
    flex: 0 auto;
  }

  .testimonials-section {
    display: none;
  }

  .testimonials-section.test {
    display: block;
  }

  .about-card-intro {
    width: 400px;
    height: 472px;
  }

  .about-photo-wrapper {
    width: 200px;
    height: 348px;
  }

  .about-me-pic {
    width: 200px;
    max-width: 348px;
    height: 348px;
  }

  .about-intro-content {
    width: 250px;
    margin-left: 180px;
  }

  .image-2 {
    height: auto;
  }

  .contact-header {
    margin-bottom: 40px;
  }

  .form-intro-title {
    letter-spacing: 0;
    text-indent: 0;
    column-count: 0;
    flex: none;
    line-height: 31px;
    overflow: visible;
  }

  .contact-columns {
    text-align: left;
  }

  .form {
    flex-flow: column;
  }

  .form-column-2 {
    align-self: flex-end;
    display: block;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .navbar_dropdown, .dropdown_toggle_nav {
    color: #000;
  }

  .dropdown_toggle_nav:hover {
    color: #fff;
    width: auto;
  }

  .icon-3 {
    color: #fff;
    -webkit-text-stroke-color: #fff;
  }

  .faq-list-item-expanded-1-desktop, .faq-list-item-expanded-2-desktop, .faq-list-item-expanded-3-desktop, .faq-list-item-expanded-4-desktop, .faq-list-item-expanded-5-desktop {
    width: 100%;
    height: 0;
    display: none;
    overflow: hidden;
  }

  .faq-list-item-collapsed-1-desktop, .faq-list-item-collapsed-3-desktop, .faq-list-item-collapsed-2-desktop, .faq-list-item-collapsed-4-desktop, .faq-list-item-collapsed-5-desktop {
    display: none;
  }

  .faq-list-item-expanded-1-mobile, .faq-list-item-expanded-2-mobile, .faq-list-item-expanded-3-mobile, .faq-list-item-expanded-4-mobile, .faq-list-item-expanded-5-mobile {
    width: 100%;
    height: 0;
    overflow: hidden;
  }

  .faq-list-item-collapsed-1-tablet {
    display: flex;
  }

  .faq-list-item-expanded-1-tablet {
    width: 100%;
    height: 0;
    display: block;
    overflow: hidden;
  }

  .faq-list-item-collapsed-2-tablet {
    display: flex;
  }

  .faq-list-item-expanded-2-tablet {
    width: 100%;
    height: 0;
    display: block;
    overflow: hidden;
  }

  .faq-list-item-collapsed-3-tablet {
    display: flex;
  }

  .faq-list-item-expanded-3-tablet {
    width: 100%;
    height: 0;
    display: block;
    overflow: hidden;
  }

  .faq-list-item-collapsed-4-tablet {
    display: flex;
  }

  .faq-list-item-expanded-4-tablet {
    width: 100%;
    height: 0;
    display: block;
    overflow: hidden;
  }

  .faq-list-item-collapsed-5-tablet {
    display: flex;
  }

  .faq-list-item-expanded-5-tablet {
    width: 100%;
    height: 0;
    display: block;
    overflow: hidden;
  }

  .menu-button {
    clear: none;
    text-align: left;
    position: sticky;
  }

  .nav-menu-3 {
    background-color: #181818;
    border-radius: 12px;
    margin-top: 0;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-menu-5 {
    width: 300px;
  }

  .nav-menu-6 {
    background-color: #fff;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: 300px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }

  .nav-link {
    color: #fff;
    text-align: left;
    background-color: #000;
    margin-left: 0;
  }

  .nav-link-2 {
    text-align: center;
  }

  .card_tarif_img.midnight {
    background-position: 50%;
  }

  .card_tarif_img.book {
    background-size: 390px;
  }

  .pack_text.fullwidth {
    width: auto;
  }

  .div-cta_tarifs {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .text-block-11, .text-block-12, .text-block-13 {
    flex: none;
  }

  .form-img-mobile {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .contact-columns {
    margin-left: 12px;
    margin-right: 12px;
  }

  .contact-columns.formspree {
    display: none;
  }

  .form {
    flex-flow: column;
  }

  .form-column-2 {
    display: none;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .form-img-mobile {
    background-image: url('../images/form-img.jpg');
    background-position: 50%;
    background-size: 510px;
    border-radius: 12px;
    height: 320px;
    margin-top: 16px;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .navbar_component {
    height: 60px;
    max-height: 60px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .nav-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #181818;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-bottom: 0;
    margin-left: 0;
    padding: 20px;
  }

  .navbar_link {
    color: #000;
    padding-bottom: 20px;
  }

  .navbar_link:focus {
    background-color: #0009;
  }

  .navbar_link.w--current {
    color: #000;
  }

  .navbar_logo-link.w--current {
    white-space: normal;
    overflow-wrap: normal;
    flex: none;
    align-self: center;
    width: 190px;
    margin-left: 12px;
    margin-right: 0;
    padding-left: 0;
    text-decoration: none;
  }

  .navbar_logo {
    width: auto;
    height: 27px;
  }

  .container {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-section {
    height: 300px;
  }

  .hero-slide.slide-1 {
    vertical-align: baseline;
    max-height: 300px;
    margin-top: 0;
  }

  .hero-intro-section {
    margin-bottom: 32px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-intro-container {
    justify-content: center;
    align-items: center;
  }

  .hero-intro-content {
    width: 100%;
    max-width: 100%;
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .hero-intro-title {
    clear: none;
    white-space: normal;
    flex-flow: wrap;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 32px;
    padding-right: 32px;
    font-size: 38px;
    display: block;
  }

  .hero-intro-tags {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-bottom: 32px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-intro-tags.about-tags {
    padding-left: 0;
  }

  .text-block {
    font-size: 13px;
  }

  .hero-cta {
    height: 48px;
  }

  .hero-cta-text {
    font-size: 14px;
  }

  .booking-section {
    margin-bottom: 60px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .booking-title {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 32px;
    line-height: 42px;
  }

  .booking-form-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
  }

  .booking-dropdown {
    width: 280px;
  }

  .dropdown-toggle {
    width: auto;
  }

  .shared-bg-wrapper {
    padding-top: 0;
  }

  .prestations-section {
    margin-bottom: 60px;
  }

  .section-prestations-header {
    margin-bottom: 32px;
  }

  .section-heading {
    flex: 0 auto;
    align-self: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 32px;
  }

  .italic-text-2 {
    vertical-align: baseline;
  }

  .section-subheading {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    line-height: 30px;
  }

  .prestations-grid {
    flex-flow: column;
    grid-template-rows: auto;
    grid-auto-flow: column;
    display: flex;
  }

  .service-card {
    width: 300px;
    box-shadow: 0 2px 20px #0000001f;
  }

  .service-card-list-item {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .service-card-cta, .service-card-cta.secondary {
    flex: none;
  }

  .faq-section {
    margin-bottom: 60px;
  }

  .faq-header {
    margin-bottom: 32px;
  }

  .faq-list {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-icon {
    width: 24px;
    height: 24px;
  }

  .faq-list-item {
    border-radius: 12px;
    align-items: stretch;
    padding: 12px 20px;
  }

  .faq-list-item-text {
    padding: 12px 8px;
  }

  .testimonials-section {
    margin-bottom: 60px;
  }

  .testimonials-slider {
    width: 100%;
    height: 420px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
    display: block;
  }

  .testimonials-header {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-bottom: 32px;
  }

  .testimonials-slider-mask {
    width: 250px;
    height: 360px;
    margin-bottom: 0;
  }

  .testimonial-text {
    margin-top: 0;
    padding-top: 0;
    font-size: 14px;
  }

  .testimonial-clientname {
    margin-bottom: 12px;
  }

  .testimonial-slide-content {
    width: 100%;
    padding-left: 0;
  }

  .testimonials-slider-leftarrow {
    width: 40px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    inset: auto 20% 0% 0;
  }

  .testimonials-slider-rightarrow {
    width: 40px;
    height: 40px;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% 0% 20%;
  }

  .slide-nav-4 {
    display: none;
  }

  .testimonial-slide-textcontent {
    padding-bottom: 12px;
  }

  .slidernav-arrow {
    width: 32px;
    height: 32px;
    margin-top: auto;
    margin-left: 0;
  }

  .about-section {
    margin-bottom: 0;
  }

  .section-about-header {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-bottom: 32px;
  }

  .about-cards-grid {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .about-card-intro {
    background-color: #fff;
    background-image: none;
    flex-flow: row;
    width: auto;
    height: 490px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 40px 32px;
    box-shadow: 0 2px 20px #0000001f;
  }

  .about-photo-wrapper {
    width: 110px;
    height: 130px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    inset: auto 0% 0%;
  }

  .about-me-pic {
    width: 100px;
    max-width: 100px;
    height: 174px;
    max-height: 174px;
  }

  .about-intro-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 325px;
    margin-left: 0;
    padding-left: 0;
    display: flex;
  }

  .about-intro-title {
    font-size: 32px;
  }

  .about-intro-subtitle {
    font-size: 16px;
  }

  .about-chips-title {
    flex: 0 auto;
    font-size: 16px;
  }

  .about-cards-right {
    box-shadow: none;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    margin-bottom: 0;
  }

  .about-text {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    box-shadow: 0 2px 20px #0000001f;
  }

  .about-rs {
    margin-bottom: 60px;
    margin-left: 20px;
    margin-right: 20px;
    box-shadow: 0 2px 20px #0000001f;
  }

  .contact-section {
    padding-top: 60px;
    padding-bottom: 32px;
  }

  .contact-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-2 {
    height: auto;
  }

  .contact-header {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-bottom: 32px;
  }

  .form-intro {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 24px;
  }

  .form-intro-title {
    text-align: center;
    font-size: 28px;
    line-height: 34px;
  }

  .form-intro-text {
    text-align: center;
    font-size: 16px;
  }

  .contact-columns {
    flex-flow: column;
    padding: 0 12px;
  }

  .submit-button {
    margin-top: 12px;
  }

  .form-line {
    flex-flow: column;
  }

  .form-column-2 {
    display: flex;
  }

  .preview-carousel-section {
    margin-bottom: 60px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .preview-filters {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: wrap;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .preview-carousel-wrapper {
    height: 200px;
  }

  .preview-carousel-track {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 200px;
  }

  .container-2 {
    max-width: none;
  }

  .carousel-item-portrait {
    width: auto;
    height: 200px;
    max-height: 200px;
  }

  .carousel-image {
    width: 320px;
    height: 200px;
  }

  .carousel-item-mariage, .carousel-item-event, .carousel-item-professionnel {
    width: auto;
    height: 200px;
    max-height: 200px;
  }

  .navbar_dropdown {
    text-align: left;
  }

  .dropdown_toggle_nav {
    color: #000;
    justify-content: flex-start;
    align-items: center;
  }

  .dropdown-list-2 {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .navbar_devis {
    text-align: center;
    vertical-align: baseline;
    background-color: #000;
    flex: none;
    align-self: center;
    width: auto;
    height: 40px;
    margin-top: 8px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .navbar_devis:focus {
    text-align: center;
  }

  .mask-3 {
    max-height: 300px;
  }

  .icon-3 {
    color: #fff;
  }

  .faq-text, .italic-text-5, .italic-text-6 {
    font-size: 16px;
  }

  .icon-4 {
    -webkit-text-stroke-color: #fff;
    display: none;
  }

  .faq-list-item-expanded-1-desktop, .faq-list-item-expanded-2-desktop, .faq-list-item-expanded-4-desktop, .faq-list-item-expanded-5-desktop, .faq-list-item-collapsed-1-desktop, .faq-list-item-collapsed-3-desktop, .faq-list-item-collapsed-2-desktop, .faq-list-item-collapsed-4-desktop, .faq-list-item-collapsed-5-desktop {
    display: none;
  }

  .faq-list-item-collapsed-1-mobile {
    display: flex;
  }

  .faq-list-item-expanded-1-mobile {
    text-align: left;
    display: block;
  }

  .faq-list-item-collapsed-2-mobile {
    display: flex;
  }

  .faq-list-item-expanded-2-mobile {
    display: block;
  }

  .faq-list-item-collapsed-3-mobile {
    display: flex;
  }

  .faq-list-item-expanded-3-mobile {
    display: block;
  }

  .faq-list-item-collapsed-4-mobile {
    display: flex;
  }

  .faq-list-item-expanded-4-mobile {
    display: block;
  }

  .faq-list-item-collapsed-5-mobile {
    display: flex;
  }

  .faq-list-item-expanded-5-mobile {
    display: block;
  }

  .faq-list-item-collapsed-1-tablet {
    display: none;
  }

  .faq-list-item-expanded-1-tablet {
    text-align: left;
    display: none;
  }

  .faq-list-item-collapsed-2-tablet, .faq-list-item-expanded-2-tablet, .faq-list-item-collapsed-3-tablet, .faq-list-item-expanded-3-tablet, .faq-list-item-collapsed-4-tablet, .faq-list-item-expanded-4-tablet, .faq-list-item-collapsed-5-tablet, .faq-list-item-expanded-5-tablet {
    display: none;
  }

  .menu-button:active {
    background-color: #181818;
  }

  .nav-menu-2 {
    border-radius: 20px;
  }

  .nav-menu-4 {
    background-color: #fff;
    width: 100%;
  }

  .nav-link {
    color: #fff;
    background-color: #000;
  }

  .hero-galerie-into-section {
    padding-top: 60px;
  }

  .photos-gallery {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
  }

  .cards_tarifs {
    padding: 0 20px;
  }

  .card-tarif_wrapper {
    flex-flow: column;
    width: auto;
  }

  .card_tarif_textcontent {
    margin: 0;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card_tarif_img.sunrise {
    background-position: 50% 15%;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
    flex: 0 auto;
    order: 0;
    width: auto;
    height: 200px;
    overflow: clip;
  }

  .card_tarif_img.sunset {
    background-position: 90%;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
    width: auto;
    height: 200px;
  }

  .card_tarif_img.midnight {
    background-position: 50% 39%;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
    width: auto;
    height: 200px;
  }

  .card_tarif_img.individuel, .card_tarif_img.duo, .card_tarif_img.groupe {
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
    width: auto;
    height: 200px;
  }

  .card_tarif_img.live {
    background-position: 50%;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
    width: auto;
    height: 200px;
  }

  .card_tarif_img.event {
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
    width: auto;
    height: 200px;
  }

  .card_tarif_img.focus {
    background-position: 50% 38%;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
    width: auto;
    height: 200px;
  }

  .card_tarif_img.book {
    background-position: 50% 7%;
    background-size: 310px;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
    width: auto;
    height: 200px;
  }

  .card_tarif_img.corporate {
    background-position: 50% 18%;
    background-size: 290px;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
    width: auto;
    height: 200px;
  }

  .tarif_name-price {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }

  .packname {
    letter-spacing: -1px;
    flex: 0 auto;
    font-size: 32px;
  }

  .packprice {
    margin: 0;
    font-size: 20px;
  }

  .pack_list-items {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-bottom: 0;
  }

  .div-price {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    height: auto;
  }

  .image-5 {
    width: 20px;
    height: 20px;
    margin-top: 0;
  }

  .pack_text {
    flex: 1;
    font-size: 16px;
  }

  .pack_text.withinfo {
    flex: 1;
  }

  .pack_text.fullwidth {
    flex: 0 auto;
  }

  .pack_text.grow {
    flex: none;
  }

  .div-cta_tarifs {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    margin-bottom: 0;
  }

  .column, .column-2 {
    margin-bottom: 20px;
  }

  .text-block-10, .text-block-11 {
    flex: none;
  }

  .icon-info {
    margin-top: 0;
  }

  .tooltip {
    z-index: 5;
    opacity: 0;
    min-width: 200px;
    max-width: 300px;
    display: block;
    top: 40px;
    left: -80%;
    right: auto;
  }

  .lightbox-link-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .photo-gallery-test {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .lightbox-pic {
    margin-bottom: 16px;
  }

  .form-img-mobile {
    display: none;
  }

  .text-404 {
    width: 200px;
    font-size: 16px;
  }

  .img-404 {
    width: 240px;
  }

  .testimonial-card-v2._01, .testimonial-card-v2._02 {
    width: 260px;
    height: auto;
  }

  .testimonial-card-v2._08 {
    width: 260px;
  }

  .testimonial-card-v2._03, .testimonial-card-v2._04, .testimonial-card-v2._05, .testimonial-card-v2._06, .testimonial-card-v2._07 {
    width: 260px;
    height: auto;
  }
}


