@font-face {
  font-family: TAN;
  src: url(assets/fonts/TAN\ -\ Angleton\ Italic.ttf);
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  font-family: "articulat-cf", sans-serif;
  font-weight: 400;
  font-style: normal;
  scroll-behavior: smooth;
}

header {
  display: flex;
  justify-content: center;
  background-color: black;
  height: 4em;
  position: sticky;
  top: 0px;
  z-index: 999999;
}

/* section 1 */

.logo-petit {
  width: 15em;
}

.home-section {
  display: flex;
  justify-content: center;
  background-image: url("assets/images/pexels-cottonbro-studio-3171762.jpg");
  background-size: cover;
  min-height: 100vh;

  color: white;
  position: relative;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: right 35% top 45%;
}

.title {
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
}

h1 {
  margin: 0;
  font-family: TAN;
  font-size: 6em;
  font-weight: 400;
  font-style: italic;
}

.see-more-button {
  background-color: black;
  color: white;
  border: none;
  padding: 0.5em 0.5em 0.5em 0.5em;
  text-align: center;
  width: 30%;
  font-size: 1.2em;
  text-decoration: none;
  transition: background-color 0.3s;
  cursor: pointer;
}

.see-more-button:hover {
  background-color: white;
  color: black;
}

/* section 2 */

.new-years-eve {
  display: flex;
  flex-direction: row;
  background-color: black;
  color: white;
  min-height: 100vh;
  max-width: 100vw;
  overflow: hidden;
}

.div-castle {
  background-color: black;
}

.img-castle {
  height: 100%;
}

.side-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 4%;
}

h2 {
  width: 60%;
}

.description {
  width: 80%;
}

/* section 3 */

.program {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100vh;
}

.img-lgs {
  width: 50%;
  display: flex;
  justify-content: center;
}

.program-text {
  width: 50%;
}

.cooking {
  width: 90%;
}

.show {
  width: 90%;
}

.castle {
  width: 90%;
}

.bar {
  width: 100%;
}

/* Section-4-guests */

.guests {
  background-color: black;
  height: 100vh;
  color: white;
}

.guest {
  display: flex;
  flex-direction: column;
  padding-top: 2em;
  height: 37em;
  margin-top: 3em;
}

/* text */

.guest-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.text-activity {
  border: 1px solid #808080;
  width: fit-content;
  padding-left: 5px;
  padding-right: 5px;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-bottom: 0;
  margin-top: 0;
  /*position: absolute;
  left: 25%;*/
  bottom: 1.4em;
  z-index: 1;
  font-size: 1.2em;
}

.text-name {
  background-color: white;
  color: black;
  padding-left: 5px;
  padding-right: 5px;
  width: fit-content;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-bottom: 0;
  margin-top: 0;
  z-index: 2;
  font-size: 1.2em;
}

/* image */
.guest-list {
  display: grid;
  padding: 11em;
  gap: 4em;
  grid-template-columns: repeat(4, 1fr);
}

.guest-img {
  width: 100%;
  height: 84%;
}

.img-guest {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #808080;
  padding: 0.2em;
}

.italic {
  font-family: TAN;
  font-size: 0.84em;
}

/* section-5-booking */

.booking {
  background-image: url(assets/images/fond-backgournd-formule.jpg);
  background-size: cover;
  min-height: 100vh;

  background-attachment: fixed;
  background-position: center;
}

.booking-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0em 6em 6em 6em;
  gap: 2em;
  text-align: center;
}

.booking-container-2 {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  padding-bottom: 6em;
  padding-left: 6em;
  padding-right: 6em;
  gap: 2em;
  text-align: center;
}

.formula-1 {
  width: 40%;
  position: relative;
}

.formula-2 {
  width: 40%;
  padding-top: 25%;
  margin-left: 15%;
  position: relative;
}
.formula-3 {
  width: 40%;
  align-items: center;
  /*padding-top: 10%;*/
  position: relative;
}

.formula-details {
  display: flex;
  flex-direction: column;
  background-color: black;
  gap: 0.2rem;
  padding: 2.875rem;
  margin-bottom: 2.5rem;
}

.formula-price-hours {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.formula-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.formula-p {
  background-color: black;
  color: white;
  width: fit-content;
  padding-left: 10px;
  padding-right: 10px;
  margin-block-start: 0;
  margin-block-end: 0;
  position: absolute;
  bottom: 0.5em;
  left: 15%;
  z-index: 1;
  font-size: 3em;
}

.formula-p-2 {
  background-color: black;
  color: white;
  width: fit-content;
  padding-left: 10px;
  padding-right: 10px;
  margin-block-start: 0;
  margin-block-end: 0;
  position: absolute;
  bottom: 0.5em;
  left: 60%;
  z-index: 1;
  font-size: 3em;
}

.day {
  background-color: black;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  width: fit-content;
  margin-block-start: 0;
  margin-block-end: 0;
  position: absolute;
  bottom: -0.8em;
  z-index: 2;
  font-size: 3em;
  /* font-family: TAN; */
}

.formula-p-dj {
  background-color: black;
  color: white;
  width: fit-content;
  padding-left: 10px;
  padding-right: 10px;
  margin-block-start: 0;
  margin-block-end: 0;
  position: absolute;
  bottom: 0.5em;
  left: -10%;
  z-index: 1;
  font-size: 3em;
}

.day-dj {
  background-color: black;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  width: fit-content;
  text-wrap: nowrap;
  margin-block-start: 0;
  margin-block-end: 0;
  position: absolute;
  bottom: -0.8em;
  left: 7%;
  z-index: 2;
  font-size: 3em;
  /* font-family: TAN; */
}

.italic-3 {
  font-family: TAN;
  font-size: 0.83em;
}

.description-day {
  color: white;
  text-align: start;
}

.day2 {
  font-size: 1.5em;
  color: white;
}
.price {
  font-size: 1.5em;
  background-color: black;
  color: white;
}

.booking-button {
  background-color: black;
  color: white;
  padding: 0.1em 2.4em 0.1em 2.4em;
  text-decoration: none;
  font-size: 1.5em;
  transition: background-color 0.3s;
}

.booking-button:hover {
  background-color: white;
  color: black;
}

/* footer */

.footer {
  background-color: black;
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 8em;
  padding: 3em;
  filter: drop-shadow(0 -15mm 6mm rgba(0, 0, 0, 0.719));
}

.address {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2em;
  padding: none;
}

.insta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.5em;
}

.rpa {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1em;
}

.infos {
  display: flex;
  flex-direction: column;
  gap: em;
}

.picto-pin {
  height: 1em;
}

.picto-insta {
  height: 1em;
}

.picto-a11y {
  height: 1.5em;
}

.text-footer {
  margin-block-end: 0;
  margin-block-start: 0;
  text-decoration: none;
  color: white;
}

/* 









Responsive








 */
/* wide screen */
@media screen and (max-width: 1300px) {
  .guest-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* tablet */
@media screen and (max-width: 930px) {
  h1 {
    font-size: 6em;
  }

  .new-years-eve {
    height: 40vh;
  }

  h2 {
    font-size: 1.2em;
  }

  p {
    font-size: 0.8em;
  }

  .program {
    flex-direction: column;
  }

  .img-lgs {
    height: 50%;
  }

  .img-lgs-size {
    width: 130%;
  }

  .program-text {
    width: 80%;
  }

  .guest-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .guests {
    height: auto;
  }

  .booking-container {
    padding: 6em 6em 6em 6em;
  }

  .formula-p-2 {
    bottom: 2em;
    left: 60%;
    font-size: 2.5em;
  }

  .formula-p {
    bottom: 0.5em;
    font-size: 2.5em;
  }

  .day {
    bottom: -0.8em;
    z-index: 2;
    font-size: 2.5em;
    /* font-family: TAN; */
  }

  .formula-p-dj {
    bottom: 0.5em;
    left: -10%;
    z-index: 1;
    font-size: 2.5em;
  }

  .day-dj {
    bottom: -0.8em;
    left: 7%;
    z-index: 2;
    font-size: 2.5em;
    /* font-family: TAN; */
  }
}

/* phone */
@media screen and (max-width: 630px) {
  h1 {
    font-size: 2.6em;
  }

  h2 {
    width: 80%;
  }

  .home-section {
    display: flex;
    justify-content: center;
    background-image: url("assets/images/pexels-cottonbro-studio-3171762.jpg");
    background-size: contain;
    height: 70vh;

    color: white;
    position: relative;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
  }

  .new-years-eve {
    flex-direction: column;
    height: auto;
  }

  .side-text {
    justify-content: inherit;
    margin: 0 3em 0 3em;
  }

  .description {
    width: 100%;
  }

  .img-castle {
    width: 100%;
    height: 40vh;
    object-fit: contain;
  }

  .guest-list {
    grid-template-columns: repeat(1, 1fr);
    padding: 5em;
  }

  .guests {
    height: auto;
  }

  .booking {
    height: 160vh;
  }

  .booking-container {
    display: flex;
    flex-direction: column;
    padding: 0em;
  }
  .booking-container-2 {
    display: flex;
    flex-direction: column;
    padding: 0em;
    margin-top: 12em;
  }

  .formula-1 {
    width: 80%;
    padding-top: 7em;
  }

  .formula-2 {
    width: 80%;
  }

  .formula-3 {
    width: 80%;
  }

  .day {
    font-size: 2.1em;
  }

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

  .formula-p-2 {
    background-color: black;
    color: white;
    width: fit-content;
    padding-left: 5px;
    padding-right: 5px;
    margin-block-start: 0;
    margin-block-end: 0;
    position: absolute;
    bottom: 0.4em;
    left: 60%;
    z-index: 1;
    font-size: 2.5em;
  }

  .description-day {
    background-color: black;
    font-size: 1em;
    color: white;
    margin-top: -6%;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .price {
    font-size: 2em;
    background-color: black;
    color: white;
    padding: 1em;
    margin-top: -6%;
  }
}
