@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Borel&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rouge+Script&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand&display=swap");
*, *:before, *:after {
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

a, a:visited, a:focus {
  color: #f9f5ef;
}

html, body {
  border: none;
  margin: 0;
  padding: 0;
  background-color: #fbfdfc;
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
}

h1, h2, h3, h4 {
  font-family: "Rouge Script", cursive;
  padding: 0;
  margin: 0;
}

h2 {
  padding: 0;
  padding-bottom: 1em;
  padding-left: 1em;
  font-size: 3.5em;
}

h3 {
  font-size: 2em;
}

p {
  padding: 0;
  margin: 0;
}

.blurred {
  filter: blur(3px);
}

.fs {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.fs .container {
  display: block;
  height: 100%;
  width: 100%;
  padding: 7vh;
}
.fs .container p {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 300px;
  height: 100%;
  width: 100%;
  padding: 7vh;
  text-align: center;
  font-size: 32px;
  background-color: #527C70;
  color: #f9f5ef;
  border-radius: 1vh;
}

section, footer {
  padding: 50px 0;
  overflow: hidden;
}

.bulle {
  display: block;
  width: 400px;
  height: 400px;
  border-radius: 100vh;
  background-color: black;
  position: absolute;
  z-index: 0;
}

header {
  text-align: center;
  background-color: #f9f5ef;
}
header #title {
  height: max(100px, 15vh);
  width: 100%;
  flex-grow: 1;
  background-color: #f9f5ef;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
header #title #title__text {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 64px;
  text-wrap: nowrap;
}
@media only screen and (max-width: 575px) {
  header #title #title__text {
    padding-left: 48px;
  }
}
header #title #title__text h1 {
  font-size: 55px;
}
header #title #title__text span {
  font-size: 22px;
}
header #title #ctaRSVP {
  align-self: center;
  margin-left: auto;
  height: 80px;
  padding: 16px;
  padding-right: max(16px, 3vh);
}
@media only screen and (max-width: 575px) {
  header #title #ctaRSVP {
    height: 64px;
    padding: 8px;
    padding-right: max(8px, 3vh);
  }
}
header #title #ctaRSVP a {
  display: block;
  height: 100%;
  width: fit-content;
}
header #title #ctaRSVP a img {
  height: 100%;
  aspect-ratio: 1;
}
header > img {
  height: calc(100vh - 100px);
  min-height: 85vh;
  width: 100%;
  object-fit: cover;
}
header #text-scroll {
  padding: 7vh 0;
  text-align: center;
  font-size: 20px;
}
header #text-scroll span {
  display: block;
  width: 100%;
}
header #text-scroll span:last-child {
  padding-top: 1em;
}

#programme {
  position: relative;
}
#programme a, #programme a:visited, #programme a:focus {
  color: #F2B544;
}
#programme .bulle {
  background-color: #f9daa2;
  left: -130px;
  top: 70px;
  width: 500px;
  height: 500px;
}
#programme #programme__tuile-container {
  padding-left: 5vw;
  padding-right: 5vw;
}
#programme #programme__tuile-container .programme__tuile {
  border: black 1px solid;
  height: auto;
  padding: 1.5%;
}
#programme #programme__tuile-container .programme__step {
  text-align: center;
}
#programme #programme__tuile-container .programme__step > svg {
  width: 400px;
}
@media only screen and (min-width: 992px) {
  #programme #programme__tuile-container {
    width: 992px;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
    padding-top: 50px;
    background-image: url("../assets/footsteps.png");
    background-position: center top;
    background-repeat: no-repeat;
  }
  #programme #programme__tuile-container .programme__tuile {
    width: 350px;
    margin-bottom: 0;
  }
  #programme #programme__tuile-container .programme__tuile h3 {
    margin-bottom: 1rem;
  }
  #programme #programme__tuile-container .programme__tuile#mariage-civil {
    position: relative;
    left: 1%;
  }
  #programme #programme__tuile-container .programme__tuile#jeux-ceremonie {
    position: relative;
    left: calc(99% - 350px);
  }
  #programme #programme__tuile-container .programme__tuile#repas-soiree {
    position: relative;
    left: 3%;
  }
  #programme #programme__tuile-container .programme__tuile#brunch {
    position: relative;
    left: calc(97% - 350px);
  }
  #programme #programme__tuile-container .programme__step {
    display: none;
  }
}

#lieux {
  background-color: #f9f5ef;
  position: relative;
}
#lieux a, #lieux a:visited, #lieux a:focus {
  color: #527C70;
}
#lieux .bulle {
  background-color: #ec99c7;
  right: -130px;
  top: 70px;
}
#lieux #lieux__infos {
  padding-left: 5vw;
  padding-right: 5vw;
}
@media only screen and (aspect-ratio > 0.9) {
  #lieux #lieux__infos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: "left mairie" "left domaine";
    column-gap: 5vw;
  }
}
@media only screen and (aspect-ratio <= 0.9) {
  #lieux #lieux__infos {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
}
@media only screen and (aspect-ratio > 0.9) {
  #lieux #lieux__infos img {
    grid-area: left;
    align-self: center;
    justify-self: end;
    max-width: 45vw;
    max-height: 90vh;
    aspect-ratio: 859/1289;
  }
}
@media only screen and (aspect-ratio <= 0.9) {
  #lieux #lieux__infos img {
    width: 100%;
  }
}
@media only screen and (aspect-ratio <= 0.9) {
  #lieux #lieux__infos > div {
    margin-top: 2.5em;
  }
}
#lieux #lieux__infos > div address {
  padding-top: 0.5em;
  padding-bottom: 1.5em;
}
#lieux #lieux__infos > div p {
  text-align: justify;
  margin-bottom: 5vw;
}

#logements a, #logements a:visited, #logements a:focus {
  color: #F2B544;
}
#logements #logements__infos {
  width: 100%;
  padding: 5vw;
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  #logements #logements__infos {
    flex-direction: row;
  }
}
#logements #logements__infos > div {
  padding: 1vw;
}
@media only screen and (min-width: 992px) {
  #logements #logements__infos > div {
    width: 33%;
  }
}
#logements #logements__infos > div svg {
  height: 10vw;
  width: 10vw;
  min-height: 96px;
  min-width: 96px;
  max-height: 128px;
  max-width: 128px;
}
@media only screen and (aspect-ratio <= 0.9) {
  #logements #logements__infos > div svg {
    height: 10vh;
    width: 10vh;
  }
}
#logements #logements__infos > div svg .tentesvg1 {
  fill: #F2B544;
}
#logements #logements__infos > div svg .tentesvg2 {
  fill: #f9daa2;
}
#logements #logements__infos > div svg .tentesvg3 {
  fill: #527C70;
}
#logements #logements__infos > div svg .tentesvg5 {
  fill: #a4c2ba;
}
#logements #logements__infos > div svg .hotelsvg2 {
  fill: #F2B544;
}
#logements #logements__infos > div svg .hotelsvg3 {
  fill: #527C70;
}
#logements #logements__infos > div svg .hotelsvg4 {
  fill: #F2B544;
}
#logements #logements__infos > div svg .hotelsvg5 {
  fill: #527C70;
}
#logements #logements__infos > div svg .hotelsvg6 {
  fill: #a4c2ba;
}
#logements #logements__infos > div svg .hotelsvg7 {
  fill: #ec99c7;
}
#logements #logements__infos > div svg .hotelsvg8 {
  fill: #acaaec;
}
#logements .bulle {
  background-color: #acaaec;
  width: 600px;
  height: 600px;
  position: absolute;
  left: 40px;
  bottom: -520px;
}

footer {
  width: 100%;
  background-color: #a4c2ba;
}
footer a, footer a:visited, footer a:focus {
  color: #f9daa2;
}
footer h2 {
  padding-bottom: 0.3em;
}
@media only screen and (min-width: 992px) {
  footer h2 {
    padding-bottom: 0.8em;
  }
}
footer h3 {
  display: flex;
  align-items: center;
  margin-top: 1em;
}
@media only screen and (min-width: 992px) {
  footer h3 {
    margin-top: 1em;
  }
}
footer h3::before {
  display: flex;
  content: "•";
  color: transparent;
  height: 0.4em;
  width: 0.4em;
  border-radius: 0.4em;
  float: left;
  margin-right: 0.3em;
  align-items: center;
  justify-content: center;
}
footer #contacts-infos {
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  footer #contacts-infos {
    flex-direction: row;
  }
}
footer #contacts-infos #contacts-infos__mariees {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  footer #contacts-infos #contacts-infos__mariees {
    width: 40%;
  }
}
footer #contacts-infos #contacts-infos__mariees h3::before {
  background-color: #5955D9;
}
footer #contacts-infos #contacts-infos__temoins {
  width: 100%;
  margin-top: 1vw;
}
@media only screen and (min-width: 992px) {
  footer #contacts-infos #contacts-infos__temoins {
    width: 30%;
    padding-left: 2.5vw;
  }
}
footer #contacts-infos #contacts-infos__temoins h3::before {
  background-color: #D9328E;
}
footer #contacts-infos #contacts-infos__aides {
  width: 100%;
  margin-top: 1vw;
}
@media only screen and (min-width: 992px) {
  footer #contacts-infos #contacts-infos__aides {
    width: 30%;
    padding-left: 2.5vw;
  }
}
footer #contacts-infos #contacts-infos__aides h3::before {
  background-color: #527C70;
}

/*# sourceMappingURL=style.css.map */
