@import "/css/header.css";
@import "/css/footer.css";
/* COOKIE */
@import url("https://fonts.googleapis.com/css2?family=Cookie&family=Dancing+Script:wght@400..700&family=Gwendolyn:wght@400;700&family=Handlee&family=League+Script&family=Parisienne&family=Patrick+Hand&family=Quicksand:wght@300..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
/* GWENDOLYN */
@import url("https://fonts.googleapis.com/css2?family=Cookie&family=Dancing+Script:wght@400..700&family=Gwendolyn:wght@400;700&family=Handlee&family=League+Script&family=Parisienne&family=Patrick+Hand&family=Quicksand:wght@300..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
/* LEAGUE SCRIPT */
@import url("https://fonts.googleapis.com/css2?family=Cookie&family=Dancing+Script:wght@400..700&family=Gwendolyn:wght@400;700&family=Handlee&family=League+Script&family=Parisienne&family=Patrick+Hand&family=Quicksand:wght@300..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
/* GREAT VIBES */
@import url("https://fonts.googleapis.com/css2?family=Cookie&family=Dancing+Script:wght@400..700&family=Great+Vibes&family=Gwendolyn:wght@400;700&family=Handlee&family=League+Script&family=Parisienne&family=Patrick+Hand&family=Quicksand:wght@300..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Handlee&family=Parisienne&family=Patrick+Hand&family=Quicksand:wght@300..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Handlee&family=League+Script&family=Parisienne&family=Patrick+Hand&family=Quicksand:wght@300..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Gwendolyn:wght@400;700&family=Handlee&family=League+Script&family=Parisienne&family=Patrick+Hand&family=Quicksand:wght@300..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");

/*
Couleurs
  Black = #000000
  White = #FFFFFF
  Peach = #F1948A
  
  
  TESTS
  2
  =
  #F5CBA7
  5
  =
  #F1948A
  7
  =
  #FF8A80


  */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* PAGE D'ACCUEIL */

.first-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Cookie", cursive;
  font-weight: 100;
  font-size: 1.3em;
  font-style: normal;
}

.picture-homepage {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2em;
}

.picture-homepage img {
  height: 100%;
  width: 100%;
}

.presentation {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  color: #000000;
  padding: 1em;
}

.presentation h2 {
  font-family: "Gwendolyn", cursive;
  font-weight: 800;
  font-style: bold;
  font-size: 1.5em;
  text-align: center;
  color: #f1948a;
  padding-bottom: 1em;
}

.second-title {
  padding-top: 1em;
}

.presentation p {
  font-size: 1em;
  padding: 0.4em;
  text-align: justify;
}

.bold {
  font-weight: bold;
}

.second-section {
  font-family: "Cookie", cursive;
  font-weight: 100;
  font-style: normal;
  font-size: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2em 1em 2em 1em;
}

.second-section a {
  color: #f1948a;
  text-decoration: none;
}

.second-section h3 {
  padding: 0.2em;
}

.signature {
  display: flex;
  justify-content: right;
  align-items: center;
}

/* PAGE ÊTRE MÈRE & SORORICOEUR */

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  font-family: "Cookie", cursive;
  font-weight: 100;
  padding: 0 1em 2em 1em;
}

.container-sororicoeur {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  font-family: "Cookie", cursive;
  font-weight: 100;
  padding: 0 1em 2em 1em;
}

.container p {
  font-size: 1.3em;
  padding: 0.4em;
  text-align: justify;
}

.container-sororicoeur p {
  font-size: 1.3em;
  padding: 0.4em;
  text-align: justify;
}

.container ul {
  padding-bottom: 1em;
}

.container-sororicoeur ul {
  padding-bottom: 1em;
}

.container li {
  list-style: disc;
  list-style-position: inside;
  font-size: 1.3em;
  padding: 0.4em;
}
.container-sororicoeur li {
  list-style: disc;
  list-style-position: inside;
  font-size: 1.3em;
  padding: 0.4em;
}

.title {
  font-family: "Gwendolyn", cursive;
  font-weight: 800;
  font-size: 1em;
  color: #f1948a;
  padding: 0 2em 1em 2em;
}

.title h1 {
  text-align: center;
}

.presentation-picture {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2em;
}
.presentation-picture img {
  height: 90%;
  width: 90%;
}

.wrap-pictures {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(26, 10px);
  grid-gap: 4px;
  padding: 0 4px 2em 4px;
}

.one {
  grid-column-start: 1;
  grid-column-end: 7;
  grid-row-start: 2;
  grid-row-end: 21;
}

.two {
  grid-column-start: 7;
  grid-column-end: 13;
  grid-row-start: 4;
  grid-row-end: 23;
}

.wrap-pictures img {
  width: 100%;
  height: 100%;
  border-radius: 2px;
  box-shadow: 0 0 2px #000000;
}

.number-keys {
  margin-top: 1em;
}

.sororicoeur {
  margin-top: 1.5em;
}

/* PAGE PRIX ET RÉSERVATION */

.picture-price {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2em 2em 2em 2em;
}

.picture-price img {
  height: 50%;
  width: 90%;
}

.price-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 2px solid #000000;
  border-radius: 10px;
  width: 90%;
  margin: 2em auto;
  overflow: hidden;
}

.price {
  background-color: #ffffff;
}

.price-title {
  font-family: "Gwendolyn", cursive;
  font-weight: 800;
  font-style: bold;
  text-align: center;
  font-size: 1.5em;
  color: #f1948a;
  padding: 1em;
}

.original-price {
  font-family: "Cookie", cursive;
  font-weight: 100;
  font-style: normal;
  font-size: 2.5em;
  font-weight: 500;
  text-decoration: line-through;
  text-decoration-color: #f1948a;
  text-align: center;
}

.offer-price {
  font-family: "Cookie", cursive;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5em;
  color: #f1948a;
  text-align: center;
}

.text-offer-price {
  font-family: "Cookie", cursive;
  font-weight: 100;
  font-style: normal;
  font-size: 1.3em;
  text-align: center;

  padding: 0 1em 1em 1em;
}

.description-price {
  font-family: "Cookie", cursive;
  font-weight: 100;
  font-style: normal;
  font-size: 1.3em;
  padding: 2em 1em 2em 1em;
  background-color: #000000;
  color: #ffffff;
}

.description-price ul li {
  list-style: disc;
  list-style-position: inside;
  padding: 0.4em;
}

.description-price ul {
  padding-left: 1.5em;
  padding-bottom: 2em;
}

.reservation {
  font-family: "Cookie", cursive;
  font-weight: 100;
  font-style: normal;
  font-size: 1.3em;
  padding: 0 1em 2em 1em;
}

.reservation a {
  color: #f1948a;
  text-decoration: none;
}

.reservation p {
  padding: 0.4em;
  text-align: justify;
}

.bold-price {
  font-weight: bold;
  color: #f1948a;
}

/* PAGES DES DIFFERENTS WEEK-ENDS */

.title-offer {
  font-family: "Gwendolyn", cursive;
  font-weight: 800;
  font-size: 1em;
  color: #f1948a;
  padding: 0 1em 1em 1em;
}

.title-offer h1 {
  text-align: center;
}

.picture {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2em;
}
.picture img {
  height: 90%;
  width: 90%;
}

.italic {
  font-style: italic;
}

.description-week-end {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: justify;
  font-family: "Cookie", cursive;
  font-weight: 100;
  font-style: normal;
  font-size: 1.3em;
  padding: 0 1em 1em 1em;
}

.description-week-end h2 {
  font-family: "Gwendolyn", cursive;
  font-weight: 800;
  font-style: bold;
  text-align: center;
  font-size: 1.5em;
  color: #f1948a;
  padding: 1.5em 0.5em 1em 0.5em;
}

.description-week-end p {
  padding: 0.4em;
}

.description-week-end ul li {
  list-style: inside;
  list-style-position: inside;
  padding: 0.4em;
}

.description-week-end a {
  color: #f1948a;
  text-decoration: none;
}

.weekend-progress {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: justify;
  font-family: "Cookie", cursive;
  font-weight: 100;
  font-style: normal;
  font-size: 1.3em;
  padding: 2em 0.5em 0 0.5em;
}

.title-weekend-progress h2 {
  font-family: "Gwendolyn", cursive;
  font-weight: 800;
  font-style: bold;
  text-align: center;
  font-size: 1.5em;
  color: #f1948a;
  padding: 0 0.5em 1em 0.5em;
}

.description-progress {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}

.description-progress h3 {
  font-family: "Cookie", cursive;
  font-weight: 100;
  font-style: normal;
  text-align: center;
  font-size: 1.3em;
  padding: 1em 0 1em 0;
  text-decoration: underline;
  text-decoration-color: #f1948a;
}

.description-progress p {
  padding: 0.4em;
}

.description-progress ul li {
  list-style: none;
  list-style-position: inside;
  text-align: center;
  padding-top: 1em;
  font-size: 1.2em;
}

.first-day-progress {
  background-color: #000000;
  border-radius: 10px;
  width: 90%;
  padding: 1em 0.5em 1em 0.5em;
}

.second-day-progress {
  background-color: #000000;
  border-radius: 10px;
  width: 90%;
  padding: 1em;
  margin-top: 1em;
}

.last-words {
  display: flex;
  flex-direction: column;
  justify-content: justify;
  align-items: center;
  text-align: justify;
  font-family: "Cookie", cursive;
  font-weight: 100;
  padding: 2.5em 1em 0 1em;
}

.useful-tips {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: justify;
  font-family: "Cookie", cursive;
  font-weight: 100;
  font-style: normal;
  font-size: 1.3em;
  padding: 0 1.5em 2em 1.5em;
}

.useful-tips h4 {
  font-family: "Gwendolyn", cursive;
  font-weight: 800;
  font-style: bold;
  text-align: center;
  font-size: 1.5em;
  color: #f1948a;
  padding: 1em 0.5em 1em 0.5em;
}

.useful-tips ul {
  padding: 0 1.5em 2em 1.5em;
}
.useful-tips ul li {
  list-style: disc;
}

.section-separator {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin: 0;
}

/* MENTIONS LEGALES */
.container-legal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 2em 2em 2em;
}

.title-legal {
  font-family: "Gwendolyn", cursive;
  font-weight: 800;
  color: #f1948a;
  padding-bottom: 2em;
}

.text-legal {
  font-family: "Cookie", cursive;
  font-weight: 100;
  text-align: justify;
}

.text-legal a {
  color: #f1948a;
  text-decoration: none;
}

.text-legal ul li {
  list-style: none;
  padding: 0.2em 0.4em;
  font-size: 1.2em;
}

.text-legal p {
  padding: 0.4em;
  font-size: 1.2em;
}

.subtitle-legal {
  font-family: "Gwendolyn", cursive;
  font-weight: 800;
  color: #f1948a;
  text-align: center;
  padding: 1em;
}

@media (min-width: 768px) {
  /* PAGE D'ACCUEIL */

  .first-section {
    flex-direction: row-reverse;
    font-size: 1.5em;
    padding: 5em 2em 3em 2em;
    justify-content: center;
    align-items: center;
  }

  .presentation {
    width: 60%;
    padding: 0 4em 0 4em;
  }

  .presentation h2 {
    font-size: 2em;
  }

  .picture-homepage {
    width: 40%;
    background-color: #f1948a;
  }

  .picture-homepage img {
    height: auto;
    width: 100%;
  }

  .second-section {
    font-size: 1.8em;
    padding: 0 5.5em 2em 5.5em;
    width: 90vw;
  }
  .second-section p {
    width: 100%;
  }

  /* PAGE ÊTRE MÈRE & SORORICOEUR */
  .title {
    font-family: "Gwendolyn", cursive;
    font-weight: 800;
    font-size: 1.5em;
    color: #f1948a;
    padding: 4em 4em 2em 4em;
  }

  .container {
    padding: 0 4em 4em 4em;
    flex-direction: row;
    flex-wrap: nowrap;
    font-size: 1.2em;
  }

  .container p {
    padding: 0.4em;
  }

  .container-sororicoeur {
    padding: 0 30vw 10vh 30vw;
    font-size: 1.2em;
  }

  .presentation-picture {
    padding: 5em;
    width: 40vw;
  }

  .presentation-picture img {
    height: auto;
    min-width: 100%;
  }

  .presentation-text {
    width: 60vw;
    padding: 0 5em 0 5em;
  }

  .wrap-pictures {
    display: none;
  }

  /* PAGE PRIX ET RÉSERVATION */

  .container-price-reservation {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 4em 4em 4em;
    font-size: 1.1em;
  }
  .price-container {
    align-self: start;
    width: 40vw;
    margin: 1em auto 0 auto;
  }

  .description-price {
    width: 100%;
  }

  .reservation {
    width: 60vw;
    padding: 0 5em 4em 5em;
  }

  .picture-price {
    display: none;
  }
  /* PAGE DES DIFFERENTS WEEKEND */

  .useful-br {
    display: none;
  }

  .title-offer {
    color: #f1948a;
    padding: 5em 35vw 1em 35vw;
  }

  .title-offer h1 {
    text-align: center;
    font-size: 3em;
    padding-bottom: 1em;
  }

  .container-offer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 0 20vw;
  }

  .picture {
    position: relative;
    overflow: hidden;
    min-width: 450px;
    max-width: 500px;
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  }

  .picture img {
    max-height: 100%;
    vertical-align: top;
    -webkit-transition: all 2s ease-out;
    transition: all 2s ease-out;
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }

  .picture:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    cursor: pointer;
  }

  .title-weekend-progress {
    padding: 2em 0.5em 0 0.5em;
  }
  .title-weekend-progress h2 {
    font-size: 2em;
  }
  .description-progress {
    display: flex;
    flex-direction: row;
    font-size: 1.1em;
  }
  .first-day-progress,
  .second-day-progress {
    align-self: flex-start;
    padding: 1em 1em;
  }

  .first-day-progress {
    margin: 0 5vw 0 10vw;
  }

  .second-day-progress {
    margin: 0 10vw 0 5vw;
  }

  .last-words {
    padding: 0 11vw 0 56vw;
    font-size: 1.2em;
    width: 100%;
    text-align: justify;
  }
  .last-words p {
    padding: 0 2em 2em 2em;
    border-radius: 10px;
  }

  .section-separator {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    padding: 0;
    margin: 0;
  }
  .my-svg-path {
    stroke-width: 0.5;
  }

  .description-week-end {
    padding: 0 28vw 0 28vw;
    font-size: 1.5em;
  }

  .description-week-end h2 {
    font-size: 2em;
    padding: 5em 0 0.5em 0;
  }

  .description-week-end p {
    text-align: justify;
  }

  .useful-tips {
    padding: 0 28vw 2em 28vw;
    font-size: 1.5em;
  }
  .useful-tips h4 {
    font-size: 2em;
    text-align: center;
  }

  /* MENTIONS LEGALES */
  .container-legal {
    padding: 4em 20vw 4em 20vw;
  }

  .text-legal ul li {
    font-size: 1.4em;
  }

  .text-legal p {
    font-size: 1.4em;
  }

  .subtitle-legal {
    font-size: 1.2em;
  }
}
