@charset "UTF-8";
/* -----------------------------------------
	Fichier Sass principal il importe tous les autres
	Ce fichier sera compilé/minifié et envoyé sur /dist/css/main.css
--------------------------------------------  */
/* -----------------------------------------
	Couleur
--------------------------------------------  */
/* -----------------------------------------
	Tailles
--------------------------------------------  */
html {
  font-size: 62.5%;
}
html body {
  margin: 0px;
  padding: 0px 20px 20px 20px;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 0.1em;
  background: #ddd;
  background: white;
  font-size: 1.8rem;
}
@media screen and (max-width: 992px) {
  html body {
    font-size: 1.5rem;
  }
}
html body a {
  color: black;
  font-weight: bold;
}
html body .btn, html body .slider .item a, .slider .item html body a {
  background: black;
  color: white;
  border-radius: 0px;
  border: none;
  transition: all 0.5s ease;
  outline: none !important;
  display: inline-block;
  line-height: 100%;
  text-transform: uppercase;
  font-size: 2rem;
  padding: 1rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 0.6em 0.6em 0.4em 0.6em;
}
html body .btn.btn-primary, html body .slider .item a.btn-primary, .slider .item html body a.btn-primary {
  background: black;
}
html body .btn.btn-primary:hover, html body .slider .item a.btn-primary:hover, .slider .item html body a.btn-primary:hover, html body .btn.btn-primary:active, html body .slider .item a.btn-primary:active, .slider .item html body a.btn-primary:active, html body .btn.btn-primary.active, html body .slider .item a.btn-primary.active, .slider .item html body a.btn-primary.active, html body .btn.btn-primary:focus, html body .slider .item a.btn-primary:focus, .slider .item html body a.btn-primary:focus {
  background: white;
  color: black;
  border-color: black;
}
html body .btn.btn-primary.bordered, html body .slider .item a.btn-primary.bordered, .slider .item html body a.btn-primary.bordered {
  border: 2px solid black;
}
html body .btn.btn-inverted, html body .slider .item a.btn-inverted, .slider .item html body a.btn-inverted {
  background: white;
  color: black;
}
html body .btn.btn-inverted:hover, html body .slider .item a.btn-inverted:hover, .slider .item html body a.btn-inverted:hover, html body .btn.btn-inverted:active, html body .slider .item a.btn-inverted:active, .slider .item html body a.btn-inverted:active, html body .btn.btn-inverted.active, html body .slider .item a.btn-inverted.active, .slider .item html body a.btn-inverted.active, html body .btn.btn-inverted:focus, html body .slider .item a.btn-inverted:focus, .slider .item html body a.btn-inverted:focus {
  background: black;
  color: white;
  border-color: black;
}
html body .btn.btn-inverted.bordered, html body .slider .item a.btn-inverted.bordered, .slider .item html body a.btn-inverted.bordered {
  border: 2px solid white;
}
html body h1, html body h2 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 1.15em;
}
html body h2 {
  font-size: 3.5rem;
}
@media screen and (max-width: 992px) {
  html body h2 {
    font-size: 2.5rem;
  }
}
html body h3 {
  letter-spacing: 0.1em;
}
html body main {
  padding: 2.5rem 0px;
}
html body main .blog_loop h1 {
  margin: 0px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}
html body main .blog_loop p {
  font-weight: normal;
  max-width: 400px;
  margin: 30px auto;
  text-align: center;
}
html body main .cards > article {
  padding-bottom: 30px;
}
html body main .cards > article > .inner {
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  padding: 40px 15px 15px 15px;
  position: relative;
  color: white;
}
html body main .cards > article > .inner:hover {
  /*border-radius:6px;*/
}
html body main .cards > article > .inner:hover .title-content .intro {
  opacity: 1;
  transform: translateY(0px);
}
html body main .cards > article > .inner:hover:after {
  background: rgba(0, 0, 0, 0.5);
  width: calc(100% - 15px);
  height: calc(100% - 15px);
}
html body main .cards > article > .inner:after {
  display: block;
  content: '';
  pointer-events: none;
  margin: 0px;
  /*border-radius:6px;*/
  position: absolute;
  width: 100%;
  left: 0px;
  right: 0px;
  margin: auto;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.65);
  z-index: 0;
  transition: all 0.5s ease;
}
html body main .cards > article > .inner > * {
  z-index: 1;
  position: relative;
}
html body main .cards > article > .inner .title-content {
  text-align: center;
}
html body main .cards > article > .inner .title-content h2 {
  text-transform: uppercase;
  line-height: 1.2em;
  font-size: 16px;
}
html body main .cards > article > .inner .title-content h2 a {
  text-decoration: none;
  color: white;
}
html body main .cards > article > .inner .title-content h2:after {
  content: '';
  display: block;
  margin: 20px auto;
  width: 50%;
  height: 2px;
  background: white;
}
html body main .cards > article > .inner .title-content .intro {
  opacity: 0;
  font-weight: 300;
  transform: translateY(-10px);
  transition: all 0.5s ease;
}
html body main .cards > article > .inner .title-content .intro a {
  text-decoration: underline;
  color: white;
}
html body main .cards > article > .inner .card-info .date {
  font-style: italic;
}
html body.single-post .heading {
  margin-bottom: 15px;
  padding-bottom: 30px;
  border-bottom: 2px solid #444;
}
html body.single-post article {
  max-width: 800px;
}
html body.single-post article p {
  text-align: justify;
}
html body.single-post .wp-block-gallery {
  margin: 0 0 1rem;
}
html body.page-template-templatesbieres-php .product {
  background: black;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  color: white;
  min-height: 500px;
}
html body.page-template-templatesbieres-php .product .background {
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left center;
}
html body.page-template-templatesbieres-php .product .contenu {
  padding: 100px;
}
html body.page-template-templatesbieres-php .product .contenu h2 {
  font-size: 6rem;
  font-weight: 100;
  text-align: center;
}
html body.page-template-templatesbieres-php .product .contenu h2 strong {
  font-weight: bold;
}
html body.page-template-templatesbieres-php .product .contenu p {
  margin: 4rem 0px;
  font-size: 2.2rem;
}
html body.page-template-templatesbieres-php .product .contenu .infos {
  font-size: 2.2rem;
  padding: 0px;
}
html body.page-template-templatesbieres-php .product .contenu .infos li {
  border-bottom: 1px solid white;
  padding: 0px 4rem;
  display: inline-flex;
}
html body.page-template-templatesbieres-php .product:nth-of-type(2n+1) {
  flex-direction: row-reverse;
}
html body.page-template-templatesbieres-php .product:nth-of-type(2n+1) .background {
  background-position: right center;
}
@media screen and (max-width: 1200px) {
  html body.page-template-templatesbieres-php .product .contenu h2 {
    font-size: 4rem;
  }
  html body.page-template-templatesbieres-php .product .contenu .infos, html body.page-template-templatesbieres-php .product .contenu p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  html body.page-template-templatesbieres-php .product {
    flex-direction: row;
  }
  html body.page-template-templatesbieres-php .product .background {
    height: 200px;
    width: 100%;
    background-size: cover;
    background-position: center;
  }
  html body.page-template-templatesbieres-php .product .contenu {
    position: relative;
    margin-top: -100px;
    padding: 25px;
  }
  html body.page-template-templatesbieres-php .product .contenu h2 {
    background: black;
    padding: 25px;
    font-size: 2.5rem;
  }
  html body.page-template-templatesbieres-php .product .contenu .infos li {
    padding: 0px 1rem;
  }
  html body.page-template-templatesbieres-php .product .contenu .ingredients > div {
    margin-bottom: 10px;
  }
}
header {
  height: 150px;
  display: flex;
  align-items: center;
}
header > .wrapper {
  position: relative;
  width: 100%;
}
header .logo {
  height: 140px;
  width: 140px;
  background: url('../img/logo.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -999em;
}
header .logo_mobile {
  height: 60px;
  width: 140px;
  background: url('../img/logo_mobile.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -999em;
}
header .logo_mobile.white {
  filter: invert(1);
}
header .fixed_nav {
  position: fixed;
  display: block;
  width: 100%;
  height: 100vh;
  background: black;
  color: white;
  transition: all 0.5s ease;
  left: 10%;
  opacity: 0;
  top: 0px;
  pointer-events: none;
  z-index: 100000;
  padding: 15px 20px;
}
header .fixed_nav > .wrapper {
  width: 100%;
}
header .fixed_nav a {
  color: white;
}
header .fixed_nav.active {
  left: 0%;
  opacity: 1;
  pointer-events: auto;
}
header .fixed_nav .menu_nav_mobile {
  font-size: 2.5rem;
}
header .fixed_nav ul {
  margin: 0px;
  padding: 0px;
  font-size: 2.4rem;
  text-transform: uppercase;
  text-align: center;
  list-style-type: none;
}
header .fixed_nav ul:first-of-type {
  margin-top: 4rem;
}
header .fixed_nav ul li {
  margin: 0.5rem 0;
}
header > div > nav, header > div > div {
  display: inline-flex;
}
header .nav1 {
  width: calc(50% - 70px);
}
header .nav2 {
  width: calc(50% - 70px);
}
header nav {
  text-align: center;
}
header nav ul {
  margin: 0px;
  padding: 0px;
}
header nav li {
  display: inline-flex;
  align-items: center;
  margin: 0px 10px;
}
header nav li a {
  color: black;
  font-weight: 500;
  text-decoration: none;
  font-size: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.7rem 0.5rem 0.5rem 0.5rem;
  transition: all 0.5s ease;
  position: relative;
}
header nav li a:after {
  content: '';
  display: inline-block;
  background: black;
  margin: auto;
  left: 0;
  right: 0;
  width: 0px;
  height: 2px;
  position: absolute;
  bottom: 0px;
  transition: all 0.5s ease;
}
header nav li a:hover, header nav li a:active, header nav li.current_page_item a {
  text-decoration: none;
  color: black;
}
header nav li a:hover:after, header nav li a:active:after, header nav li.current_page_item a:after {
  width: 100%;
}
header .account_links {
  position: absolute;
  right: 0px;
}
header .account_links a {
  color: black;
  margin: 0px 0.5rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}
@media screen and (max-width: 992px) {
  header {
    height: 90px;
  }
  header .account_links {
    font-size: 2.5rem;
  }
  header .account_links a {
    margin-left: 1rem !important;
  }
}
.owl-dots {
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  right: 0;
  text-align: center;
}
.owl-dots .owl-dot {
  margin: 0 0.8rem;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 2rem;
  background: white !important;
}
.owl-dots .owl-dot:not(.active) {
  background: #bbb !important;
}
footer {
  background-size: cover;
  background-position: cover;
  padding-top: 25px;
  font-style: italic;
  clear: both;
  font-size: 1.5rem;
  position: relative;
  min-height: 500px;
}
@media screen and (max-width: 768px) {
  footer {
    font-size: 1.2rem;
  }
}
footer:before {
  content: '';
  position: absolute;
  pointer-events: none;
  background: #ddd;
  opacity: 0.8;
  width: 100%;
  left: 0px;
  top: 0px;
  height: 100%;
  z-index: 1;
}
footer > div {
  z-index: 10;
  position: relative;
}
footer .infos {
  padding: 0;
}
footer .infos li {
  list-style-type: none;
  padding: 0px;
  margin: 3rem 3rem 3rem 0;
  font-size: 1.25em;
  display: flex;
}
footer .infos li i {
  font-size: 4rem;
  width: 4rem;
  margin-right: 2rem;
}
footer .infos li > i, footer .infos li > span {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .infos li > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
footer .infos li a {
  text-decoration: underline;
  color: inherit;
}
.slider .item {
  height: 680px;
  max-height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  text-shadow: 0.7rem 0.7rem 0px black;
  text-transform: uppercase;
}
.slider .item h2 {
  font-size: 4.2rem;
  font-weight: bold;
  margin: 0.5em 0;
}
@media screen and (max-width: 992px) {
  .slider .item h2 {
    font-size: 2.5rem;
  }
}
.slider .item a {
  font-size: inherit !important;
  padding: 0.2em 0.2em 0 0.2em !important;
  background: white !important;
  color: black !important;
  text-shadow: none !important;
  text-decoration: none;
}
.slider .item a:hover {
  background: black !important;
  color: white !important;
  text-decoration: none;
}
.slider .item img {
  max-width: 60vw;
  margin: auto;
}
.slider .item.degrade_noir .wrapper {
  position: relative;
  z-index: 1;
}
.slider .item.degrade_noir:before {
  background: linear-gradient(to top, black, #888);
  pointer-events: none;
  mix-blend-mode: multiply;
  content: '';
  position: absolute;
  width: 100%;
  z-index: 0;
  left: 0px;
  top: 0px;
  opacity: 0.9;
  height: 100%;
}
body.home main .slider {
  margin-top: -2.5rem;
}
.edito {
  background: black;
  color: white;
  padding: 7rem 0;
}
.produits_block {
  padding: 7rem 0;
}
.produits_block img {
  width: auto !important;
  max-height: 400px;
  margin: auto;
}
.produits_block .card_product {
  color: white;
  background: black;
  padding: 2rem;
  width: 100%;
}
.produits_block .card_product h3 {
  margin: 0;
  font-size: 3.8rem;
  font-weight: bold;
}
.produits_block .card_product .alc {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.produits_block .owl-dots .owl-dot {
  background: black !important;
}
.produits_block .owl-dots .owl-dot:not(.active) {
  background: #bbb !important;
}
.produits_block .owl-dots {
  bottom: -25px;
}
.block_contenu {
  color: white;
  position: relative;
  padding: 7rem 0;
  background-size: cover;
  background-position: center;
}
.block_contenu:before {
  background: linear-gradient(to top, black, #888);
  pointer-events: none;
  mix-blend-mode: multiply;
  content: '';
  position: absolute;
  width: 100%;
  z-index: 0;
  left: 0px;
  top: 0px;
  opacity: 0.5;
  height: 100%;
}
.block_contenu .contenu {
  max-width: 750px;
  font-size: 3rem;
  line-height: 1.2em;
}
.block_contenu .contenu h2 {
  text-shadow: 0.7rem 0.7rem 0px black;
}
.block_contenu .contenu a.btn, .block_contenu .contenu .slider .item a, .slider .item .block_contenu .contenu a {
  font-size: inherit !important;
}
.block_contenu .wrapper {
  position: relative;
  z-index: 1;
}
@keyframes flux {
  0% {
    background-position: 0px 0px;
    opacity: 0.8;
  }
  50% {
    background-position: 0px 5px;
    opacity: 1;
  }
  100% {
    background-position: 0px 0px;
    opacity: 0.8;
  }
}
.block_preventes {
  padding: 7rem 0;
}
.block_preventes .fermenteur {
  width: 165px;
  height: 236px;
  display: inline-block;
  position: relative;
}
.block_preventes .fermenteur .fond {
  background: url('../img/fermenteur.png');
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}
.block_preventes .fermenteur .quantity {
  width: 75px;
  height: 101px;
  position: absolute;
  z-index: 1;
  bottom: 65px;
  transform: translateX(-5px);
  left: 0;
  right: 0;
  margin: auto;
}
.block_preventes .fermenteur .quantity > .inner {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: url('../img/fermenteur_liquide.png');
  background-repeat: repeat-x;
  background-position: 0px 0px;
  animation: flux 1s infinite;
}
.block_preventes .quantites {
  font-size: 3.3rem;
}
.mailpoet_form {
  padding: 0px !important;
}
.mailpoet_form .mailpoet_paragraph {
  display: inline-block;
  margin: 0.5rem 0 !important;
}
.mailpoet_form input[type="email"], .mailpoet_form input[type="submit"] {
  border: none;
  padding: 1rem !important;
}
#carte {
  width: 100%;
  height: 600px;
  max-height: 100vh;
}
.leaflet-popup-content-wrapper {
  border-radius: 0px;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 0.1em;
}
.leaflet-popup-content-wrapper a {
  text-decoration: underline;
  color: black;
}
/*------------------------------------*\
    WORDPRESS CORE ONLY
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text, .gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.wrapper {
  width: 90%;
  max-width: 1250px;
  margin: auto;
}
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}
/* global box-sizing */
*, *:after, *:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
/* clear */
.clear:before, .clear:after {
  content: ' ';
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  *zoom: 1;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
a:hover {
  color: #444;
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}
input:focus {
  outline: 0;
  border: 1px solid #04A4CC;
}
/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
section.related {
  clear: both;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: black;
}
.woocommerce .col-1, .woocommerce .col-2 {
  max-width: none;
}
form.woocommerce-checkout span.woocommerce-input-wrapper {
  display: block;
  width: 100%;
}
form.woocommerce-checkout p input, form.woocommerce-checkout p select {
  display: block;
  width: 100%;
}
ul.products li.product {
  text-align: center;
}
ul.products li.product a {
  color: black;
}
ul.products li.product p {
  font-weight: 100;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: black;
}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: grey;
}
.woocommerce .quantity .qty {
  padding: 0.618em 1em;
  line-height: 1em;
  height: 4rem;
}
.woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content {
  float: none;
  width: 100% !important;
}
.woocommerce-MyAccount-navigation {
  text-align: center;
  margin-bottom: 20px;
}
.woocommerce-MyAccount-navigation-link {
  display: inline-block;
  list-style-type: none;
  margin: 3px 10px;
  text-transform: uppercase;
  font-size: 1.5rem;
}
.woocommerce-MyAccount-navigation-link a {
  font-weight: normal;
  padding: 5px;
}
.woocommerce-MyAccount-navigation-link.is-active a {
  font-weight: bold;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce select {
  padding: 0.5em;
}
.woocommerce-Addresses > div {
  padding: 20px;
  border: 1px solid black;
}
.woocommerce-Address header {
  width: 100%;
  height: auto !important;
  display: block;
}
.single-product h1 {
  text-align: center;
}
.single-product ul.data {
  padding: 0px;
}
.single-product ul.data li {
  display: inline-block;
  color: white;
  background: black;
  list-style-type: none;
  margin: 5px;
  padding: 5px 8px;
}
/* Pages spécifiques */
