body, 
html,
p,
ul,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

/* typography - typographie */

@font-face {
  font-family: "Gotham Light";
  src:
    local("Gotham Light"),
    url("fonts/GothamLight.woff2") format("woff2");
}

@font-face {
  font-family: "Gotham Book";
  src:
    local("Gotham Book"),
    url("fonts/GothamBook.woff2") format("woff2");
}

@font-face {
  font-family: "Gotham Medium";
  src:
    local("Gotham Medium"),
    url("fonts/GothamMedium.woff2") format("woff2");
}

@font-face {
  font-family: "Lucia";
  src:
    local("Lucia BT"),
    url("fonts/Lucia-BT.woff2") format("woff2");
}

body {
  font-size: 9.5pt;
  line-height: 12.5pt;
}

.regular-text,
.regular-text p {
  font-size: 0.85rem;
  line-height: 1.4;
  font-family: "Gotham Book";
  text-align: justify;
}

.regular-text.center,
.regular-text.center p {
  text-align: center;
}

.regular-text hr {
  width: 90px;
  border: 0;
  margin: 15px 0;
  height: 1px;
  background-color: #98795d;
}

.serif-text,
.serif-text p {
  font-size: 1.2rem;
  line-height: 1.3;
  font-family: Serif;
  text-align: center;
}

hr.small,
hr.big {
  width: 100%;
  border: 0;
  margin: 0;
}

hr.small {
  height: 5vh;
}

hr.big {
  height: 10vh;
}

.uppercase {
  text-transform: uppercase;
}

strong {
  font-family: "Gotham Medium";
  color: #98795d;
}

/* Age gate */ 

.age-gate__wrapper {
  background-image: url(img/bg-paper-texture.jpg);
  background-size: cover;
  background-position: center center;
  font-family: "Gotham Light";
}

.age-gate__submit {
  border: 1px solid #fff !important;
  background-color: transparent !important;
  color: #fff !important;
  border-radius: 0 !important;
  font-weight: normal;
  font-family: "Gotham Light";
  text-transform: uppercase;
  line-height: 2;
  font-size: 1rem;
}

.age-gate__heading-title--logo {
  height: 300px !important;
  width: auto;
}

.age-gate__additional-information {
  opacity: 0.5;
  transition: .8s ease-in-out;
}

.age-gate__additional-information:hover {
  opacity: 1;
}

/* titles - titres */

h1 {
	
}

h2 {
  line-height: 1.3;
  color: #98795d;
  font-family: "Lucia";
  font-weight: lighter;
  margin-bottom: 20px;
}

h3 {
  font-size: 11pt;
  color: #98795d;
  text-transform: uppercase;
  font-family: "Gotham Book";
  margin-bottom: 15px;
}

/* icônes */

.icon {
  min-width: 16px;
  min-height: 16px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  display: inline-block;
  font-size: 0pt;
}

.icon.medium {
  width: 32px;
  height: 32px;
}

.icon.big {
  width: 64px;
  height: 64px;
}

.icon.arrow-down {
  background-image: url(img/icon-arrow-down.svg);
}

.icon.facebook {
  background-image: url(img/icon-facebook.svg);
}

.icon.instagram {
  background-image: url(img/icon-instagram.svg);
}

.icon.linkedin {
  background-image: url(img/icon-linkedin.svg);
}

.icon.phone {
  background-image: url(img/icon-phone.svg);
}

.icon.email {
  background-image: url(img/icon-email.svg);
}

.icon.location {
  background-image: url(img/icon-location.svg);
}

.icon.clock {
  background-image: url(img/icon-clock.svg);
}

/* grid layout - grille de mise en page */

.row {
  margin: 0 auto;
}


/* couleurs - colors */

.text-brown-1 {
  color: #98795d;
}

.text-brown-2 {
  color: #4c2b18;
}

.bg-cream {
  background-color: #f3f0e9;
}

.bg-paper {
  background-color: #7b593e;
  background-image: url(img/bg-paper-texture.jpg);
  background-size: cover;
  background-position: center center;
}


/* boutons - buttons */

.cta {
  color: #98795d;
  font-family: "Gotham Book";
  display: inline-block;
  padding: 12px 16px 3px 16px;
  box-sizing: border-box;
  border: 1px solid #98795d;
  text-decoration: none;
  font-size: 0.833rem;
  line-height: 2;
  text-align: center;
  background-color: transparent;
  transition: color .6s ease-in-out, background-color .6s ease-in-out;
}

.cta:hover,
.cta.selected {
  color: #fff;
  background-color: #98795d;
}

/* header */

#header {
  padding: 20px 0 10px 0;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9900;
  transition: background-color .8s ease-in-out;
}

#header.sticky {
  background-color: #fff;
}

#header nav li {
  list-style: none;
  display: inline-block;
  margin: 0 15px;
}

#header nav li:last-child {
  margin-right: 0;
}

#header nav li a {
  font-family: "Gotham Book";
  text-decoration: none;
  font-size: 11pt;
  line-height: 13pt;
  display: block;
  color: #fff;
  transition: color .8s ease-in-out;
  pointer: cursor;
}

#header.sticky nav li a {
  color: #000;
}

#header .row {
  display: flex;
  align-items: center;
}

#header #header-logotype img {
  height: 100%;
  width: auto;
  transition: all .8s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
}

#header #header-logotype img:last-child,
#header.sticky #header-logotype img:first-child {
  opacity: 0;
  visibility: hidden;
}

#header #header-logotype img:first-child,
#header.sticky #header-logotype img:last-child {
  opacity: 1;
  visibility: visible;
}

#header .lang-switcher {
  position: relative;
}

#header .lang-switcher::after {
  right: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background-image: url('img/icon-caret-white.svg');
  background-size: 100% auto;
  background-repeat: no-repeat;
}

#header .lang-switcher select {
  border: 0;
  background: transparent;
  -webkit-appearance: none;
  text-transform: uppercase;
  color: #fff;
  padding-right: 15px;
  position: relative;
  z-index: 9000;
  transition: color .6s ease-in-out;
}

#header.sticky .lang-switcher select {
  color: #000;
}

#header.sticky .lang-switcher::after {
  background-image: url('img/icon-caret-black.svg');
}


/* sections */

#hero {
  background-color: #000;
  position: relative;
}

#hero h1 img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

#hero #hero-link {
  padding-bottom: 30px;
}

#hero,
#hero #hero-bg,
#hero #hero-content {
  width: 100%;
  min-height: 100vh;
  box-sizing: border-box;
}

#hero #hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
}

#hero #hero-bg {
  opacity: 0.4;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 7000;
}

#hero #hero-content {
  z-index: 8000;
}

#hero #hero-bg,
#hero #hero-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#hero h1 {
  align-self: center;
  margin: auto 0;
  font-size: 0;
}

#icons .row ul li {
  list-style: none;
  position: relative;
}

#icons .row ul li::after {
  content: '';
  height: 120%;
  width: 1px;
  background-color: #fff;
  position: absolute;
  right: -60px; 
  top: -10%;
}

#icons .row ul li:last-child::after {
  display: none;
}

#icons .row ul li,
#icons .row ul li p {
  text-align: center;
}
 
#icons .row ul li p {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.2;
}

#icons .row ul li i {
  width: 120px;
  height: 120px;
}

#wines .row.row-2 {
  align-items: center;
  margin-top: 60px;
}

#wines .row.row-1 .col img,
#wines .row.row-2 .col img {
  width: 100%;
  height: auto;
  display: block;
}

#visit .row .col .col-inner,
#quote .row .col .col-inner {
  margin: 0 auto;
}

#quote .row .col .col-inner {
  width: 90%;
}

#visit .row .col .col-inner img,
#quote .row .col .col-inner img {
  display: block;
}

#visit .row .col .col-inner img,
#quote .row .col .col-inner img {
  width: 100%;
  height: auto;
}

#contact {
  background-color: #98795d;
}

#contact * {
  color: #fff;
}

#contact .row  {
  display: flex;
  align-items: center;
}

#contact .row .col.left h2 {
  line-height: 1;
}

#contact #contact-nav-1 li {
  list-style: none;
  font-family: "Gotham Book";
  margin-bottom: 20px;
}

#contact #contact-nav-1 li a {
  text-decoration: none;
  display: inline-block;
  font-size: 0.85rem;
  line-height: 1.4;
  transition: color .6s ease-in-out;
}

#contact #contact-nav-1 li a:hover {
  color: #000;
}

#contact #contact-nav-1 li i,
#contact #contact-nav-2 li i,
#sub-footer-nav li i { 
  background-color: #fff;
  border-radius: 100%;
  border: 8px solid #fff;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 5px;
  transition: margin-right .6s ease-in-out;
}

#contact #contact-nav-1 li a:hover i {
  margin-right: 10px;
}

#contact .row .col.right img {
  width: 100%;
  height: auto;
  display: block;
}

#contact #contact-nav-2 li {
  display: inline-block;
}

#quote .row .col.right .col-inner,
#quote .row .col.right .col-inner * {
  text-align: center;
}

#quote .row .col.right .col-inner * {
  font-family: serif;
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #98795d;
}

#philosophy {
  background-color: #f3f0e9;
  padding-top: 60px;
  margin-bottom: 120px;
}

#philosophy .row {
  display: flex;
}

#philosophy .row .col {
  width: 50%;
}

#philosophy .row .quote p {
  text-transform: uppercase;
  color: #000;
  font-size: 2rem;
  line-height: 1.3;
}

#philosophy .row .col.left {
  padding-bottom: 60px;
}

#philosophy .row .col.right {
  position: relative;
}

#philosophy .row .col.right img {
  height: 350px;
  width: auto;
  position: absolute;
  bottom: -60px;
}

#sub-footer-nav li {
  display: inline-block;
}

#footer {
  padding: 60px 0;
  text-align: center;
  border-top: 15px solid #fff;
}

#footer #sub-footer {
  text-align: center;
}

#footer .row .col a {
  text-decoration: none;
  display: inline-block;
}

#footer .row .col ul li {
  list-style: none;
}

#footer .row .col p,
#footer .row .col ul li a {
  text-decoration: none;
  font-size: 0.85rem;
  line-height: 1.4;
  font-family: "Gotham Book";
}

#footer .row .col * {
  color: #fff;
}

#footer .row .col p.disclaimer {
  font-size: 0.85rem;
  line-height: 1.4;
  font-family: serif;
  font-style: italic;
}

/* pages */

body.page #about h2,
body.page #about h3 {
  text-align: center;
}

body.page #custom p {
  color: #fff;
}

body.page #range #range-nav-1 ul {
  text-align: center;
  line-height: 1.5;
}

body.page #range #range-nav-1 ul li {
  display: inline-block;
  margin: 0 15px;
   line-height: 1.5;
}

body.page #range #range-content {
  margin: 60px 0;
  position: relative;
  min-height: 500px;
}

body.page #range #range-content .range-content {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 8000;
  opacity: 0;
  visibility: hidden;
  transition: all .8s ease-in-out;
}

body.page #range #range-content .range-content.selected {
  opacity: 1;
  visibility: visible;
}

body.page #range #range-content .range-content .row {
  display: flex;
}

body.page #range #range-content .range-content .row .col.left {
  width: 35%;
}

body.page #range #range-content .range-content .row .col.left img {
  width: 100px;
  margin: 0 auto;
  display: block;
  height: auto;
}

body.page #range #range-content .range-content .row .col.right {
  width: 65%;
}

body.page #range #range-content .range-content .row .col.right h2 {
  color: #98795d;
  font-size: 2rem;
  line-height: 1.4;
  padding-top: 5px;
  font-family: "Gotham Book";
  margin-bottom: 0;
}

body.page #range #range-content .range-content .row .col.right .col-inner {
  position: relative;
  padding-top: 30px;
}

body.page #range #range-content .range-content .row .col.right .col-inner::before {
  position: absolute;
  width: 90px;
  margin: 10px 0 20px 0;
  height: 1px;
  background-color: #98795d;
  left: 0;
  content: '';
  top: 0;
}

body.page #range #range-content .range-content .row .col.right .col-inner h4 {
  color: #000;
  font-family: "Gotham Medium";
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .show-mobile {
    display: block;
  }
  .hide-mobile {
    display: none;
  }
  body.mobile-menu {
  	overflow-y: hidden;
  }
  #hero h1 {
    width: 70vw;
    height: 70vw;
  }
  .row {
    width: calc(100% - 60px);
    box-sizing: border-box;
  }
  #header {
    width: 100vw;
    position: fixed;
  }
  #header .lang-switcher::after {
    position: absolute;
    content: '';
  }
  #header .row {
    justify-content: space-between;
  }
  #header #header-logotype {
    height: 30px;
    width: calc(100% - 120px);
    display: block;
    position: relative;
    text-decoration: none;
    background-image: url('img/logo-olivier-chanzy-1.svg'); 
    background-repeat: no-repeat;
    background-size: 100% auto; 
    transition: background-image .8s ease-in-out;
  }
  #header.sticky #header-logotype,
  body.mobile-menu #header #header-logotype {
    background-image: url('img/logo-olivier-chanzy-1-black.svg'); 
  }
  #header #header-mobile-button {
  	border: 0;
    background-image: url('img/icon-menu.svg');
    background-size: 16px auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    font-size: 0;
    display: block;
    width: 20px;
    height: 20px;
  }
  h2 {
    font-size: 3rem;
  }
  body.homepage #about,
  #icons,
  #wines,
  #contact,
  body.page #about,
  body.page #custom,
  body.page #range {
    padding: 30px 0;
  }
  #contact .row {
  	flex-direction: column;
  }
  #contact .row img {
  	width: 100%;
  	height: auto;
  	margin-top: 30px;
  }
  #footer .col img {
    width: 100px;
    height: 100px;
    margin-bottom: 30px;
  }
  body.homepage #about .row .col.big .col-inner .regular-text {
    margin-bottom: 30px;
  }
  body.homepage #about .row .col.big .col-inner .regular-text:last-child {
    margin-bottom: 0;
  }
  body.homepage #about .row .col.small img {
  	width: 100%;
  	height: auto;
    margin-top: 30px;
  }
  #icons .row ul li p {
    margin-top: 10px;
  }
  #icons .row ul li { 
  	margin-bottom: 30px;
  }
  #icons .row ul li:last-child {
  	margin-bottom: 0;
  }
  #visit .row .col.right {
  	padding: 60px 0;
  }
  #sidebar {
  	position: fixed;
    top: 0;
    left: 0;
    z-index: 9800;
    width: 100vw;
    height: 100%;
    background-color: #edebdf;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 100vw;
    opacity: 0;
    visibility: hidden;
    transition: .8s ease-in-out;
  }
  body.mobile-menu #sidebar {
    right: 0;
    opacity: 1;
    visibility: visible;
  }
  #sidebar ul {
    text-align: center;
    line-height: 1.5;
  }
  #sidebar ul li {
    list-style: none;
    margin: 10px 0;
  }
  #sidebar ul li a {
    text-transform: uppercase;
    font-family: serif;
    font-size: 2rem;
    color: #000;
    text-decoration: none;
    color: #98795d;
  }
  body.mobile-menu #header .lang-switcher select {
  	color: #000;
  }
  body.mobile-menu #header .lang-switcher::after {
  	background-image: url('img/icon-caret-black.svg');
  }
  #header.sticky #header-mobile-button,
  body.mobile-menu #header #header-mobile-button {
  	background-image: url('img/icon-menu-b.svg');
  }
  #wines .row.row-2 .col.left,
  #wines .row.row-2 .col.center {
    margin-bottom: 60px;
  }
}



@media (min-width: 900px) {
  .show-mobile {
    display: none;
  }
  .hide-mobile {
    display: block;
  }
  #header .lang-switcher {
    padding-left: 30px;
  }
  #header .lang-switcher::before,
  #header .lang-switcher::after {
    position: absolute;
    content: '';
  }
  #header .lang-switcher::before {
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    background-color: #fff;
    opacity: 0.5;
  }
  #header.sticky .lang-switcher::before {
    background-color: #000;
  }
  #header .row {
    justify-content: space-between;
  }
  #header #header-logotype {
    height: 30px;
    display: block;
    position: relative;
    text-decoration: none;
  }
  .row {
    width: 85vw;
  }
  h2 {
    font-size: 5.33rem;
  }
  #wines .row.row-2 .col.left {
    width: 20%;
  }
  #wines .row.row-2 .col.center {
    width: 26%;
    margin-left: 4%;
  }
  #wines .row.row-2 .col.right {
    width: 26%;
    margin-right: 12%;
    margin-left: 12%;
  }
  body.homepage #about,
  body.homepage #about .row,
  #wines .row.row-1,
  #wines .row.row-2 {
    display: flex;
  }
  body.homepage #about .row .col.big {
    width: 70%;
  }
  body.homepage #about .row .col.small {
    width: 30%;
  }
  body.homepage #about .row .col img {
    width: calc(100% - 60px);
    margin-left: 60px;
  }
  #wines .row.row-1 .col.left,
  #wines .row.row-1 .col.right {
    width: 25%;
  }
  #wines .row.row-1 .col.center {
    width: 34%;
    margin-left: 8%;
    margin-right: 8%;
    padding-top: 120px;
  }
  #visit .row,
  #quote .row {
    width: 100%;
    display: flex;
    align-items: center;
  }
  #visit .row .col,
  #quote .row .col {
    width: 50%;
  }
  #wines .row.row-1 .col.right {
    padding-top: 180px;
  }
  #icons .row {
    min-width: 600px;
    width: 60vw;
  }
  #contact {
  	position: relative;
  }
  #contact .contact-img {
    position: absolute;
    width: 20%;
    left: 30%;
    right: 40%; 
    height: auto;
    bottom: 0;
    display: block;
  }
  #contact .row .col {
    width: 50%;
  }
  #visit .row .col .col-inner {
    width: 400px;
  }
  #footer .col {
    width: 50%;
    margin: 0 auto;
  }
  #footer .col img {
    width: 100px;
    height: 100px;
    margin-bottom: 30px;
  }
  body.page #about .row,
  body.page #custom .row .col .col-inner {
    width: 60vw;
    margin: 0 auto;
  }
  body.page #about .row .col .col-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 60px;
  }
  body.page #range #range-content .range-content .row {
    width: 800px;
  }
  #philosophy .row {
    width: 700px;
    margin: 0 auto;
  }
  #philosophy .row .col.right {
   
  }
  #hero h1 {
    width: 55vh;
    height: 55vh;
  }
  body.homepage #about .row .col.big .col-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 60px;
  }
  #icons .row ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 120px;
  }
  #icons .row ul li p {
    margin-top: 20px;
  }
  #visit .row .col,
  #quote .row .col {
    padding: 60px 0;
  }
}

@media (min-width: 1400px) {
  body.homepage #about,
  #icons,
  #wines,
  #contact,
  body.page #about,
  body.page #custom,
  body.page #range {
    padding: 90px 0;
  }
}

@media (min-width: 900px) and (max-width: 1600px) {
  body.homepage #about .row {
    width: 80vw;
    margin: 0 0 0 auto !important;
  }
  #wines .row.row-2 {
  	width: 100vw;
  }
}

@media (min-width: 1600px) {
  body.homepage #about .row,
  #wines .row.row-2 {
  	width: 1300px;
  	margin: 0 auto;
  }
}
