@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: 250px;
  position: sticky;
  top: 0px;
  z-index: 999999;
}

/* section 1 */

.logo-petit {
  width: 450px;
  height: 200px;
}

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

  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: 4.3em;
  font-weight: 400;
  color: #900000;
}

.see-more-button {
  background-color: #484848;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 0.5em 0.5em 0.5em 0.5em;
  text-align: center;
  width: 60%;
  font-size: 1.2em;
  text-decoration: none;
  transition: background-color 0.3s;
  cursor: pointer;
  margin-bottom:10px;
}

.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: 6em;
  gap: 2em;
  text-align: center;
}

.formula-1 {
  width: 50%;
  padding-top: 5%;
  position: relative;
}

.formula-2 {
  width: 50%;
  padding-top: 25%;
  position: relative;
}

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

.formula-p {
  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: 1.4em;
  left: 20%;
  z-index: 1;
  font-size: 2.5em;
}

.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: 1.4em;
  left: 60%;
  z-index: 1;
  font-size: 2.5em;
}

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

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

.description-day {
  background-color: black;
  color: white;
  padding: 2em;
  margin-top: -3%;
}

.booking-button {
  background-color: black;
  color: white;
  padding: 0.45em 1.2em 0.45em 1.2em;
  text-decoration: none;
  font-size: 1.6em;
  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;
}

.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: 2em;
  }

  .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;
  }

  .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: unset;
    bottom: 1.4em;
    left: 60%;
    z-index: 1;
    font-size: 2.5em;
  }
.footer {
    background-color: black;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 2em;
    padding: 3em;
}
}


