/* Règles générales */
.wrapper {
  width: 940px;
  margin:0 auto;
}
img {
  max-width:100%;
}
/* Header */
header {
  height: 100vh;
  background:url('../images/splash.jpg') center/cover;
}
header::before {
  content:'';
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background:rgba(0,0,0,0.25);
}
.logo {
  position: absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  text-align: center;
}
.logo img {
  display: block;
}
.logo a {
  font-family: "Saira condensed";
  font-size: 20px;
  border:2px solid #fff;
  padding:10px 20px;
  display: inline-block;
  margin-top: 40px;
  color:#fff;
  text-transform: uppercase;
  text-decoration: none;
  transition:.3s all ease-in-out;
}
.logo a:hover {
  padding:10px 40px;
  background:rgba(0,0,0,0.25);
  border-radius:5px;
}

/* Navigation */
.main-nav {
  padding:20px 0;
  text-align: center;
  border-bottom:2px solid #000;
}
.main-nav a {
  display: inline-block;
  margin:0 15px;
  font-family: "Oswald";
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  color:#000;
  vertical-align:middle;
}

.main-nav a:hover {
  text-decoration:underline dotted;
  text-underline-offset: 6px;
}

/* Featured from the shop */
.from-the-shop, .our-story {
  padding:50px 0 25px 0;
}
h2 {
  font-family: "Oswald";
  font-size: 20px;
  letter-spacing:1.2px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
}
h2 span {
  font-family: 'Cormorant Garamond', serif;
  text-transform: none;
  font-style: italic;
  display: block;
  margin-top: 15px;
}

/* Product */
.product {
  width: 300px;
  text-align: center;
  display: inline-block;
}
.product:nth-of-type(2) {
  margin:0 20px;
}
.product h3 {
  font-family: "Oswald";
  text-transform: uppercase;
  font-weight: normal;
}
.price {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
}
/* Shop-all */
.shop-all {
  background:url('../images/bar-promo.jpg');
  height: 63px;
  line-height:63px;
  padding:0 15px;
  margin:25px 0;
}
.shop-all * {
  display: inline-block;
}
.shop-all p {
  width: 75%;
  margin:0;
  font-family: "Oswald";
}
.shop-all a {
  width:25%;
  text-align: right;
  font-family: "Oswald";
  font-size: 20px;
  letter-spacing:1.2px;
  text-decoration: none;
  color:#000;
  text-transform: uppercase;
  font-size: 16px;
}
/* Our Story */
.our-story p {
  font-family: 'Cormorant Garamond', serif;
  width: 70%;
  text-align: center;
  margin:0 auto;
  font-size: 24px;
  line-height:30px;
}

/* About us */
.about-us {
  background:url('../images/image-04.jpg');
  height:565px;
  position: relative;
}
.white-box {
  width:330px;
  height: 180px;
  background:#fff;
  position: absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  text-align: center;
}
.white-box::before {
  content:'';
  position: absolute;
  top:5px;
  bottom:5px;
  left:5px;
  right:5px;
  border:2px solid #000;
}
.white-box h2, .white-box p, .white-box a {
  position: relative;
  z-index:1;
}
.white-box h2 {
  margin-top: 40px;
}
/* Informations */
.informations {
  background:url('../images/bar-footer.jpg');
  height: 152px;
  margin:50px 0;
  text-align: center;
}
.informations > * {
  display: inline-block;
  width:calc(100% / 3);
  vertical-align: top;
}
[href="mailto:info@mollyandmepecans.com"] {
  display: inline-block;
  margin-bottom: 16px;
}
.informations div:nth-of-type(3) a {
  background-image:url('../images/icons-social.jpg');
  display: inline-block;
  height:22px;
  margin:15px 5px;
}
[title="Facebook"] {
  width:12px;
}
[title="Instagram"] {
  width:21px;
  background-position:-12px  0;
}
/* CGU */
.cgu {
  margin-bottom: 50px;
  padding:0 10px;
}
.cgu > * {
  display: inline-block;
  vertical-align: middle;
}
.cgu li {
  display: inline-block;
}
.cgu li:not(li:last-child)::after {
  content:'•';
  display: inline-block;
  margin:0 5px;
}
.cgu nav, .cgu small {
  width:calc(50% - 55px);
}
.cgu small {
  text-align: right;
}
.cgu ul {
  padding:0;
}