body {
    margin: 0;
    padding: 0;
    background-color: #000;
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

a { 
    color: inherit;
}

section {
    position: relative;
    z-index: 2;
    font-size: 1.1rem;
    padding: 80px 20%;
}

section > h1 { 
    font-size: 3rem; 
    margin: 0 0 4rem 0;
    font-family: 'EB Garamond', serif;
}
section h2 { 
    font-size: 2rem;
    font-weight: 700;
    margin: 0.6rem 0 0 0;
    font-family: 'EB Garamond', serif;
}

.btnLg { 
    padding: 15px 30px;
    border-radius: 6px;
    margin-top: 20px;
    cursor: pointer !important;
    box-shadow: 2px 2px 5px rgba(0,0,0,.2);
    background-color: #ffffff;
    color: #222222;
    border: 3px solid #eeeeee;
    box-sizing: border-box;
    display: inline-block;
}

.btnLg:hover { 
    border: 3px solid #999999;
}

.btnFixed {
    display: block;
    width: 100%;
    max-width: 350px;
    box-sizing: border-box;
}

.inputLg {
    padding: 15px 30px;
    border-radius: 6px;
    margin-top: 20px;
    box-shadow: 2px 2px 5px rgba(0,0,0,.2);
    background-color: #eeeeee;
    font-size: inherit;
    font-family: inherit;
}

.btnGreyed { background-color: #cccccc; color: #2f4b66; border: 3px solid #cccccc; }


/* -----------------------   HERO   --------------------------- */

#hero {
    position: relative;
    background-color: #000000;
    background-image: url('img/bg.jpg');
    background-size: cover;
    background-position: center 65%;
    background-repeat: no-repeat;
    height: 100vh;
    height: 100svh;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
    color: #ffffff;
    text-shadow: 0 0 6px #000;
    font-family: 'EB Garamond', serif;
}

#title {
    position: absolute;
    width: auto;
    top: 4rem;
    left: 4rem;
    right: 4rem;
    font-weight: 500;
    line-height: 2.6rem;
}
#subtitle { 
    font-size: 1.1rem;
    position: absolute;
    width: auto;
    bottom: 4rem;
    left: 4rem;
    right: 4rem;
    font-weight: 400;
}


/* -----------------------   SAVE THE DATE   --------------------------- */

section#savethedate {
    background-color: #cb8868;
    padding-bottom: 50px;
    padding-top: 50px;
    box-shadow: 2px 2px 12px #000;
    color: #ffffff;
}

section#savethedate > h1 {
    margin-bottom: 4rem;
}

.rsvp { display: none; }
.currentQuestion { display: block; }

.plan {
  width: 100%;
  margin-top: 30px;
}

/* -----------------------   PROGRAM   --------------------------- */

section#program { 
    background: #ffffff;
    color: #222222;
}

/* -----------------------   INFO   --------------------------- */

section#info { 
    background: #cb8868;
    color: #ffffff;
}

.info.right { padding-left:  60%; text-align: right; }
.info.right img { height: 60px; float: right; margin-right: -85px; }
.info.left { padding-right: 60%; text-align: left; }
.info.left img { height: 60px; float: left; margin-left: -85px; }
.info.left span { font-weight: 500; color: red; }

/* -----------------------   PHOTOS   --------------------------- */

section#photos { 
    background: #ffffff;
    color: #222222;
}

/* -----------------------   HOUSING   --------------------------- */

section#housing {
    background: #ffffff;
    color: #222222;
}

/* -----------------------   LIST   --------------------------- */

section#list { 
    background: #cb8868;
    color: #ffffff;
}

#list-container { 
    display: inline-flex;
    flex-wrap: wrap;
}
.list-item {
    flex: 0 0 33.33%;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
    color: #555;
}
.box { 
    min-height: 100%;
    background: #fff;
    border-radius: 15px;
    box-shadow: 4px 4px 4px rgba(0,0,0,.3);
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.box img { 
    width: 100%; 
    display: block;
}
.list-text { 
    padding: 10px;
    font-size: 1rem;
}
.list-text h1 { 
    color: #000; 
    margin: 0; 
    padding: 0; 
    font-size: 1.2rem;
}
.prix {
    position: absolute;
  top: 10px;
  left: 10px;
  font-size: 1.6rem;
  padding: 2px 10px;
  background: rgba(255,255,255,.8);
  border-radius: 4px;
  font-weight: 500;
  z-index: 1;
}
.offrir { 
    color: #fff;
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(255,255,255,.5);
    padding-top: 100px;
    z-index: 2;
}
.box:hover .offrir { display: block; }

.custom { padding: 50px 20px; background: rgba(255,255,255,.9); }
.custom input {
  display: block;
  padding: 10px;
  font-size: 1rem;
  text-align: left;
  border-radius: 6px;
  border: 1px solid black;
  margin-bottom: 20px;
  width: 220px;
}
.custom .btnLg { width: 220px; padding: 10px; font-size: 1.2rem; }
.custom #custom_price {}
.custom #custom_text {}

/* -----------------------   MERCI   --------------------------- */

#merci { font-size: 7rem; }
#sub-merci { font-style: italic; text-decoration: none; }

/* -----------------------   FOOTER   --------------------------- */

footer {
    position: relative;
    background-color: #1a252f;
    color: #fff;
    text-align: center;
    padding-top: 20px; padding-bottom: 20px;
    font-size: 0.7rem;
    z-index: 2;
}

footer .fas { margin: 0 5px; }