body {
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 2em;
  text-align: center;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/photomontage-pour-site.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section-choix {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.photo-choix-liste {
  margin-bottom: 50px;
}

.choix-pleine-largeur {
  min-height: 300px;
}

.choix-pleine-largeur.officiel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/mariage-officiel.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/mariage-officiel.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.choix-pleine-largeur.officiel.luc {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/luc.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/luc.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 1000px;
}

.choix-pleine-largeur.officiel.michelle {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/michelle.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/michelle.jpg');
  background-position: 0px 0px, 50% -30px;
  background-size: auto, cover;
}

.choix-pleine-largeur.officiel.yves {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/yves.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/yves.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.choix-pleine-largeur.officiel.polaroid {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/instantanes.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/instantanes.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.choix-pleine-largeur.officiel.salle {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/salle.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/salle.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.choix-pleine-largeur.officiel.demi {
  margin-top: 0px;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.choix-pleine-largeur.officiel.demi.right {
  float: right;
}

.choix-pleine-largeur.officiel.demi.right.sylvain {
  width: 48%;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/prep-sylvain.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/prep-sylvain.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.choix-pleine-largeur.officiel.demi.france {
  width: 48%;
  float: left;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/prep-france.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/prep-france.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.site-titre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 300px;
  max-width: 90vw;
  min-height: 300px;
  min-width: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.heading {
  width: 100%;
  margin: 0px 20px 1px;
  padding-top: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top: 5px solid #000;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 80px;
  line-height: 43px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.heading.sub {
  border-bottom: 6px solid #000;
  font-weight: 400;
}

.text-span {
  font-weight: 700;
}

.heading-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-span-2 {
  width: 100%;
  padding-bottom: 0px;
  border-bottom: 5px solid #000;
  font-weight: 400;
}

.heading-photos {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 49px;
  line-height: 34px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.button {
  display: block;
  width: 200px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  background-color: transparent;
  font-family: Poppins, sans-serif;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  border-width: 1px;
  border-color: transparent;
  background-color: #000;
}

.section {
  height: 10vh;
  background-color: #667458;
}

.button-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #000;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.button-2:hover {
  background-color: #176404;
}

.button-2.w--current {
  font-size: 15px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  max-width: 90vw;
  min-width: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bienvenue {
  margin-top: 30px;
}

.paragraph {
  line-height: 2em;
}

.photo-holder {
  width: 100%;
  min-height: 300px;
  margin-top: 29px;
  margin-bottom: 29px;
  background-image: url('../images/mariage-officiel.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.photo-holder.luc {
  background-image: url('../images/luc.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.photo-holder.michelle {
  background-image: url('../images/michelle.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.photo-holder.yves {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .26), rgba(0, 0, 0, .26)), url('../images/yves.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .26), rgba(0, 0, 0, .26)), url('../images/yves.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.photo-holder.polaroid {
  background-image: url('../images/instantanes.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.photo-holder.salle {
  background-image: url('../images/salle.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.photo-holder.demi {
  width: 48.5%;
}

.photo-holder.demi.france {
  display: inline-block;
  margin-top: 0px;
  background-image: url('../images/prep-france.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.photo-holder.demi.sylvain {
  display: inline-block;
  margin-top: 0px;
  float: right;
  background-image: url('../images/prep-sylvain.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lien-photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(68, 70, 11, .28);
  opacity: 1;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  text-decoration: none;
}

.lien-photo:hover {
  background-color: rgba(103, 119, 17, .54);
  opacity: 1;
}

.p-button {
  width: 200px;
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 7px 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid transparent;
  background-color: #000;
  opacity: 0.6;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
}

.p-button:hover {
  background-color: #176404;
}

html.w-mod-js *[data-ix="onload"] {
  opacity: 0;
}

@media (max-width: 991px) {
  .choix-pleine-largeur.officiel {
    width: 100%;
  }
  .choix-pleine-largeur.officiel.michelle {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/michelle.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/michelle.jpg');
    background-position: 0px 0px, 100% 0px;
    background-size: auto, cover;
  }
  .link-block {
    width: 100%;
    text-decoration: none;
  }
  .link-block:hover {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  }
  .photo-holder.salle {
    background-image: url('../images/salle.jpg');
    background-position: 50% 100%;
    background-size: cover;
  }
  .photo-holder.demi {
    display: inline-block;
    width: 49%;
    float: left;
    clear: none;
  }
  .photo-holder.demi.france {
    margin-top: 0px;
    background-image: url('../images/prep-france.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .photo-holder.demi.sylvain {
    margin-top: 0px;
    float: right;
    background-image: url('../images/prep-sylvain.jpg'), url('../images/example-bg.png');
    background-position: 50% 50%, 0px 0px;
    background-size: cover, 125px;
  }
}

@media (max-width: 767px) {
  .choix-pleine-largeur.officiel.yves {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/yves.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/yves.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .choix-pleine-largeur.officiel.demi.right.sylvain {
    width: 100%;
    float: none;
    clear: none;
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/prep-sylvain.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/prep-sylvain.jpg');
    background-position: 0px 0px, 50% 63%;
  }
  .choix-pleine-largeur.officiel.demi.france {
    width: 100%;
    float: none;
  }
  .bienvenue {
    padding-right: 11px;
    padding-left: 11px;
  }
  .photo-holder.demi {
    width: 100%;
  }
}

@media (max-width: 479px) {
  p {
    font-size: 13px;
  }
  .header {
    background-position: 50% 50%;
    background-size: cover;
  }
  .choix-pleine-largeur.officiel {
    min-height: 200px;
  }
  .heading {
    padding-top: 9px;
    border-top-width: 3px;
    font-size: 45px;
    line-height: 19px;
  }
  .heading.sub {
    margin-bottom: 0px;
    padding-bottom: 2px;
    border-bottom-width: 3px;
    line-height: 17px;
  }
  .heading-photos {
    font-size: 35px;
    line-height: 24px;
  }
  .photo-holder {
    min-height: 200px;
  }
  .lien-photo {
    height: 200px;
  }
}

