html {
  font-family: Arial, Helvetica, sans-serif;
}

html, body {
  padding: 0px;
  margin: 0px;
  border: none;
}

/* h1,h2,h3,h4 {
    font-weight: normal;
} */
.nav {
  color: white;
  background-color: rgba(0, 0, 0, 0.3);
  /* background-color: white; */
  /* background-image: linear-gradient(white,#ffffffa3); */
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-left {
  text-align: center;
  padding: 10px 20px;
  font-size: 1.5em;
}

.nav-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-item {
  padding: 10px 10px;
  text-decoration: none;
  color: white;
}

.nav-item:hover {
  /* color: black; */
  color: #CCC;
  /* color: #AAA; */
}

.section {
  padding: 40px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section > * {
  /* max-width: 600px; */
}

.section-sizer {
  width: 600px;
}

@media (max-width: 700px) {
  .section-sizer {
    width: 100%;
  }
}

/* .background-container {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -100;
    position: absolute;
    overflow: hidden;
    img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
}
.splash-background {
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    filter: brightness(30%) blur(10px);

    
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
} */
.section-splash {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 60px;
  /* background-image: url("../img/Photo Tout est Possible.jpg");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat; */
  position: relative;
  overflow: hidden;
}

.section-splash::before {
  content: "";
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  background-image: url("../img/Le Manoir Fantastique(1)-1.jpg");
  z-index: -1;
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* filter: grayscale(1) blur(6px); */
  -webkit-filter: brightness(30%) blur(10px);
          filter: brightness(30%) blur(10px);
}

.splash-picture {
  margin: 20px;
  -webkit-perspective: 800px;
          perspective: 800px;
}

.splash {
  max-width: 300px;
  max-height: 500px;
  -webkit-transform: rotate3d(0, 1, 0, 15deg);
          transform: rotate3d(0, 1, 0, 15deg);
  -webkit-box-shadow: 0 0 10px 5px #0000005e;
          box-shadow: 0 0 10px 5px #0000005e;
}

.splash-text {
  text-align: left;
  max-width: 500px;
  margin: 20px;
  /* color: rgb(82, 82, 82); */
  color: #bbbbbb;
  /* background: #ffffffd9; */
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.splash-label {
  font-size: 1.5em;
  margin-bottom: 10px;
}

.splash-title {
  font-size: 2em;
  /* color: black; */
  color: white;
}

.splash-date {
  font-size: 1.5em;
  margin-top: 15px;
}

.splash-button {
  margin-top: 30px;
  font-size: 1.5em;
  color: white;
  border: 1px solid white;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.226);
  border-radius: 3px;
  text-decoration: none;
}

.section-spectacles {
  /* background-color: rgb(255, 214, 81); */
  /* background-color: #fff8de; */
  background-color: #ffec54;
  color: #444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-spectacles h1, .section-spectacles h2 {
  text-align: center;
}

.section-spectacles h2, .section-spectacles h3 {
  font-weight: bold;
}

.section-spectacles .section-sizer {
  width: 1000px;
}

@media (max-width: 1000px) {
  .section-spectacles .section-sizer {
    width: 100%;
  }
}

.spectacle-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 40px;
  padding-bottom: 20px;
  position: relative;
}

.spectacle-container::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 50%;
  bottom: 0px;
  left: 25%;
  right: 25%;
  background-color: rgba(0, 0, 0, 0.1);
}

@media (max-width: 1000px) {
  .spectacle-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.spectacle-cover {
  max-width: 300px;
  max-height: 500px;
  margin: 20px;
}

.spectacle-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 20px;
}

@media (max-width: 1000px) {
  .spectacle-right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.spectacle-title {
  text-align: center;
}

.spectacle-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* flex-grow: 1; */
  margin: 20px 0;
  gap: 10px;
}

@media (max-width: 1000px) {
  .spectacle-gallery {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.spectacle-img {
  /* max-width: 200px;
    max-height: 200px; */
  /* margin: 10px; */
  -o-object-fit: cover;
     object-fit: cover;
  width: 200px;
  height: 200px;
}

.section-pricing {
  background: #45d4ff;
  color: #333;
}

.section-history {
  background: #bcffb6;
  color: #333;
}

.section-pro {
  background: #ffca84;
  color: #333;
}

.pro-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.pro {
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
}

.section-contact {
  background: #242424;
  color: lightgrey;
}

.contact-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  /* h1 {
        width: 50%;
    } */
}

.contact {
  width: 45%;
}
/*# sourceMappingURL=main.css.map */