/* Aeris Network CSS
                     _     _   _      _                      _
      /\            (_)   | \ | |    | |                    | |
     /  \   ___ _ __ _ ___|  \| | ___| |___      _____  _ __| | __
    / /\ \ / _ \ '__| / __| . ` |/ _ \ __\ \ /\ / / _ \| '__| |/ /
   / ____ \  __/ |  | \__ \ |\  |  __/ |_ \ V  V / (_) | |  |   <
  /_/    \_\___|_|  |_|___/_| \_|\___|\__| \_/\_/ \___/|_|  |_|\_
==========================================================================
    TABLE OF CONTENT
    1. VARIABLE
    2. BASIC
    3. HEADER
    4. COMPONENTS
    5. FOOTER
    6. MEDIA QUERIES
    7. ANIMATION DELAY
========================================================================== */
/*  ==========================================================================
    1. VARIABLE
    ========================================================================== */
.gray,
.grey {
  background: #555;
}
.gray-text,
.grey-text {
  color: #555;
}
.graylight,
.greylight {
  background: #6e6e6e;
}
.graylight-text,
.greylight-text {
  color: #6e6e6e;
}
.graydark,
greydark {
  background: #484848;
}
.graydark-text,
.greydark-text {
  color: #484848;
}
.red {
  background: #b40048;
}
.red-text {
  color: #b40048;
}
.yellow {
  background: #dbab17;
}
.yellow-text {
  color: #dbab17;
}
.dark-texture {
  background-image: url("/assets/img/dark-texture.jpg");
}
.light-texture {
  background-image: url("/assets/img/light-texture.jpg");
}
/*  ==========================================================================
    2. BASIC
    ========================================================================== */
html {
  min-height: 100%;
}
body {
  font-family: 'PT Sans', sans-serif;
  background-image: url("/assets/img/light-texture.jpg");
  min-height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oswald', sans-serif;
  color: #000;
}
img {
  max-width: 100%;
}
.middle-align {
  display: table;
  width: 100%;
}
.middle-align .middle-element {
  display: table-cell !important;
  vertical-align: middle;
}
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
a {
  color: #484848;
}
.spacer {
  height: 60px;
  clear: both;
}
input,
.form-control {
  border-radius: 0;
}
input::-webkit-input-placeholder {
  font-style: italic;
}
input:-moz-placeholder {
  font-style: italic;
}
input::-moz-placeholder {
  font-style: italic;
}
input:-ms-input-placeholder {
  font-style: italic;
}
.btn-red {
  background-color: #853a4e;
  color: #fff;
  border-radius: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}
.btn-red:hover,
.btn-red:focus {
  color: #fff;
  text-decoration: underline;
}
/*  ==========================================================================
    3. HEADER
    ========================================================================== */
header {
  min-height: 222px;
  background-image: url("/assets/img/header-bg-new.jpg");
  background-position: center top -200px;
  background-size: cover;
  color: #fff;
}
header a {
  color: #fff;
}
header a:hover,
header a:focus {
  color: #555;
}
header #top-menu {
  margin-bottom: 0;
  border-bottom: 1px solid #9b9b9b /* The Fallback */;
  border-bottom: 1px solid rgba(255,255,255,0.23);
}
header #top-menu .input-icon-right {
  position: relative;
  display: inline-block;
}
header #top-menu .input-icon-right .form-control {
  background-color: transparent;
  border-radius: 0;
  color: #fff;
}
header #top-menu .input-icon-right .form-control::-webkit-input-placeholder {
  color: #fff;
  font-style: italic;
}
header #top-menu .input-icon-right .form-control:-moz-placeholder {
  color: #fff;
  font-style: italic;
}
header #top-menu .input-icon-right .form-control::-moz-placeholder {
  color: #fff;
  font-style: italic;
}
header #top-menu .input-icon-right .form-control:-ms-input-placeholder {
  color: #fff;
  font-style: italic;
}
header #top-menu .input-icon-right button {
  position: absolute;
  right: 0px;
  padding: 5px 10px;
  color: #fff;
}
header #top-menu button.navbar-toggle.collapsed {
  position: absolute;
  right: 0;
  top: 10px;
}
header #main-menu {
  margin-bottom: 0;
}
header #main-menu .navbar-header {
  display: table;
}
header #main-menu .navbar-header .navbar-brand {
  display: table-cell;
  vertical-align: middle;
  height: auto;
  margin-left: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
header #main-menu .navbar-header .brand-slogan {
  display: table-cell;
  vertical-align: middle;
  padding-left: 70px;
}
header #main-menu .navbar-header .brand-slogan h1.fr {
  font-family: 'PT Sans', sans-serif;
  font-size: 19px;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 5px;
  color: #fff;
}
header #main-menu .navbar-header .brand-slogan h2.fr {
  font-family: 'PT Sans', sans-serif;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 1.2px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  color: #fff;
}
header #main-menu .navbar-header .brand-slogan h1.en {
  font-family: 'PT Sans', sans-serif;
  font-size: 30px;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 5px;
  color: #fff;
}
header #main-menu .navbar-header .brand-slogan h2.en {
  font-family: 'PT Sans', sans-serif;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 1.2px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  color: #fff;
}
header #main-menu .navbar-nav >li {
  padding: 15px;
}
header #main-menu .navbar-nav >li.open >a {
  background-color: transparent;
}
header #main-menu .navbar-nav li a {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  padding-top: 15px;
  transition: all 250ms ease-out;
}
header #main-menu .navbar-nav li a:hover,
header #main-menu .navbar-nav li a:focus {
  background-color: transparent;
  color: #555;
  transition: all 250ms ease-out;
  outline: none;
}
header #main-menu .navbar-nav li a.menu-vin {
  border-top: 3px solid #b40048;
  margin-top: -3px;
}
header #main-menu .navbar-nav li a.menu-pro {
  border-top: 3px solid #dbab17;
  margin-top: -3px;
}
header #main-menu .navbar-nav .dropdown-menu {
  background-color: rgba(0,0,0,0.6);
  margin-left: 15px;
  padding-bottom: 0;
  padding-top: 0;
  height: auto;
  max-height: 300px;
  overflow-x: hidden;
}
header #main-menu .navbar-nav .dropdown-menu li:last-of-type a {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
header #main-menu .navbar-nav .dropdown-menu a {
  color: #fff;
  padding: 10px;
  font-size: 14px;
  font-weight: lighter;
  text-transform: capitalize;
}
header #main-menu .navbar-nav .dropdown-menu a:hover,
header #main-menu .navbar-nav .dropdown-menu a:focus {
  color: #fff;
  background-color: rgba(255,255,255,0.1);
}
.affix-menu-trigger {
  display: none;
}
.affix {
  width: 100%;
  background-color: #000; /* The Fallback */
  background-color: rgba(0,0,0,0.87);
  top: 0;
}
.affix .navbar-brand {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.affix .navbar-brand img {
  width: 80px;
}
.affix .brand-slogan {
  padding-left: 0px !important;
}
.affix .affix-menu-trigger {
  display: block;
}
.offcanvas.in {
  background-color: #000;
  background-image: url("/assets/img/header-bg-new.jpg");
  box-shadow: rgba(0,0,0,0.75) -10px 0px 60px;
}
.offcanvas.in .navbar-nav >li {
  padding: 0 !important;
}
.offcanvas.in .navbar-nav >li a {
  padding: 15px !important;
}
.offcanvas.in .dropdown-menu {
  margin-left: 0;
  background-color: #000 !important /* FALL-BACK */;
  background-color: rgba(255,255,255,0.1) !important;
}
.offcanvas.in .dropdown.open .dropdown-menu {
  display: block;
  float: none;
  left: auto;
  position: relative;
  right: auto;
}
.offcanvas.in #top-nav .navbar-text {
  display: block;
}
.offcanvas.in #top-nav .navbar-right {
  float: none !important;
  margin-right: 0 !important;
}
.offcanvas.in #top-nav .navbar-form {
  display: block;
  margin-left: 0;
}
.offcanvas.in #top-nav .navbar-form .form-group {
  display: block;
}
.offcanvas.in #top-nav .navbar-form .input-icon-right {
  position: relative;
  display: block;
}
.offcanvas.in #top-nav .navbar-form .input-icon-right input {
  display: block;
  width: 100%;
}
.offcanvas.in #top-nav .navbar-form .input-icon-right button {
  position: absolute;
  right: 0px;
  padding: 5px 10px;
  color: #000;
}
/*  ==========================================================================
    4. COMPONENTS
    ========================================================================== */
section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.tache-section {
  background-image: url("/assets/img/tache.png");
  background-repeat: no-repeat;
  background-position: -140px 70px;
}
.tache-reverse-section {
  background-image: url("/assets/img/tache-reverse.png");
  background-repeat: no-repeat;
  background-position: right 70px;
}
.tache3-section {
  background-image: url("/assets/img/tache3.png");
  background-repeat: no-repeat;
  background-position: bottom 50px right 50px;
}
.tache4-section {
  background-image: url("/assets/img/tache3.png"), url("/assets/img/tache.png");
  background-repeat: no-repeat;
  background-position: bottom 50px right 50px, -140px 70px;
}
.tache5-section {
  background-image: url("/assets/img/tache3.png");
  background-repeat: no-repeat;
  background-position: bottom 50px left 50px;
}
.white-section {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 0 -10px 30px rgba(0,0,0,0.05), 0 10px 30px rgba(0,0,0,0.05);
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.paysage-section {
  min-height: 140px;
  background-image: url("/assets/img/paysage.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0;
}
.paysage2-section {
  min-height: 172px;
  background-image: url("/assets/img/paysage2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0;
}
.bordered-section {
  padding-bottom: 0;
}
.bordered-section > .container {
  border-bottom: 1px solid #ccc;
}
.breadcrumb-section {
  padding-top: 20px;
  padding-bottom: 0;
}
.breadcrumb-section .breadcrumb {
  background-color: transparent;
  font-size: 12px;
  margin-bottom: 0;
  color: #8b8b8b;
}
.breadcrumb-section .breadcrumb a {
  color: #8b8b8b;
}
.centerlink-section {
  text-align: center;
}
.centerlink-section a {
  color: #8b8b8b;
  font-size: 14px;
}
.map-section {
  padding-bottom: 0;
}
.map-section .svg-container {
  background-image: url("/assets/img/tache-map.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.minimap img {
  transition: all 0.2s ease-in-out;
  transform: scale(1);
}
.minimap img:hover {
  transition: all 0.2s ease-in-out;
  transform: scale(1.1);
}
.has-feedback .fa {
  line-height: 34px;
  width: 34px;
  border-left: 1px solid #ccc;
}
.intro {
  font-size: 28px;
  font-family: 'PT Sans', sans-serif;
  line-height: 40px;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.029em;
  margin-bottom: 30px;
}
.intro2 {
  color: #585858;
  font-size: 16px;
  letter-spacing: 0.049em;
}
.intro2 .producteurs {
  color: #dbab17;
  font-weight: bold;
  border-top: 2px solid #dbab17;
  padding-top: 4px;
}
.intro2 .vins {
  color: #b40048;
  font-weight: bold;
  border-top: 2px solid #b40048;
  padding-top: 4px;
}
.page-header {
  margin: 0;
  border: 0;
}
.page-header h1 {
  margin-top: 0;
  font-size: 32px;
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  letter-spacing: 1px;
}
.page-header a {
  font-size: 13px;
  vertical-align: middle;
  color: #555;
  font-family: 'PT Sans', sans-serif;
  text-decoration: underline;
  margin-left: 20px;
  text-transform: capitalize;
  font-weight: normal;
}
hr {
  border-color: #ccc;
}
pre {
  margin-bottom: 60px;
}
.search-bar .form-group {
  margin-bottom: 0;
}
.search-bar .selectize-control .selectize-input {
  min-height: 38px;
}
.search-bar .selectize-control .selectize-input input::-webkit-input-placeholder {
  color: #636363;
  font-style: normal;
}
.search-bar .selectize-control .selectize-input input:-moz-placeholder {
  color: #636363;
  font-style: normal;
}
.search-bar .selectize-control .selectize-input input::-moz-placeholder {
  color: #636363;
  font-style: normal;
}
.search-bar .selectize-control .selectize-input input:-ms-input-placeholder {
  color: #636363;
  font-style: normal;
}
.search-bar #search-code-parent {
  position: relative;
  height: 38px;
}
.search-bar #search-code-parent .selectize-control.single .selectize-input:after {
  display: none;
}
.search-bar #search-code-parent button[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  z-index: 2;
  border-left: 1px solid #ccc;
}
.jscroll-added,
.jscroll-inner {
  position: relative;
  display: inline-block;
  width: 100%;
}
.jscroll-added .row {
  margin-left: 0;
  margin-right: 0;
}
.wine-box {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  text-align: center;
  margin-bottom: 15px;
  z-index: 9;
}
.wine-box .wine-picture {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
/*display table*/
  border: 1px solid #ebebeb;
  background-color: #fff;
  overflow: hidden;
}
.wine-box .wine-picture .wine-picture-holder {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  position: absolute;
  width: 100%;
}
.wine-box .wine-picture .wine-picture-holder img {
  height: calc(100% - 2px);
  width: auto;
}
.wine-box .wine-details {
  height: 100%;
  overflow: hidden;
}
.wine-box .wine-details table {
  margin-bottom: 0;
}
.wine-box:hover .wine-details,
.wine-box:focus .wine-details {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000 /* The Fallback */;
  background-color: rgba(0,0,0,0.6);
  color: #fff;
  text-align: left;
  padding: 15px;
  font-size: 13px;
}
.wine-box:hover .wine-details th,
.wine-box:focus .wine-details th,
.wine-box:hover .wine-details td,
.wine-box:focus .wine-details td {
  border-color: rgba(255,255,255,0.25);
  padding: 2px;
  letter-spacing: 0.25px;
}
.wine-box:hover .wine-details th,
.wine-box:focus .wine-details th {
  border-top: 0;
}
.wine-box:hover .wine-details td,
.wine-box:focus .wine-details td {
  white-space: nowrap;
}
.wine-title {
  color: #000;
  font-size: 15px;
  font-weight: bold;
  height: 50px;
  overflow: hidden;
}
.wine-title a:hover,
.wine-title a:focus {
  color: #000;
}
.wine-year {
  border-top: 1px solid #e2e2e2;
  text-align: center;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 15px;
  margin-top: 5px;
  margin-bottom: 15px;
  font-family: 'Oswald', sans-serif;
  height: 42px;
}
.promo-pastille {
  background: #a30000;
  color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  overflow: hidden;
  font-size: 10px;
  text-align: center;
  position: absolute;
  bottom: -10px;
  right: -10px;
  z-index: 10;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.2px;
}
.promo-pastille div {
  display: table;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}
.promo-pastille div span {
  display: table-cell;
  vertical-align: middle;
}
.news-listing {
  display: flex;
  flex-wrap: wrap;
}
.news-listing .news-single {
  margin-bottom: 60px;
}
.news-listing .news-single .news-thumbnail {
  margin-bottom: 15px;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.news-listing .news-single .news-thumbnail a {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
}
.news-listing .news-single .news-thumbnail a img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.news-listing .news-single .news-date {
  color: #666;
  font-style: italic;
  font-size: 14px;
}
.news-listing .news-single .news-title {
  font-weight: bold;
  font-size: 18px;
  color: #000;
  letter-spacing: 1px;
  font-family: 'Oswald', sans-serif;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d4d4d4;
  text-transform: uppercase;
}
.news-listing .news-single .news-excerpt {
  color: #666;
  line-height: 22px;
  font-size: 14px;
  font-style: italic;
  height: 46px;
  overflow: hidden;
}
.news-listing .news-single .news-readmore {
  margin-top: 10px;
}
.news-listing .news-single .news-readmore a {
  text-transform: uppercase;
  color: #363636;
  font-size: 11px;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: underline;
}
.product .wine-single {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  text-align: center;
}
.product .wine-single .wine-picture {
  position: absolute;
  top: 0;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  display: table;
  border: 1px solid #ebebeb;
  background-color: #fff;
  overflow: hidden;
}
.product .wine-single .wine-picture .wine-picture-holder {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #fff;
}
.product .wine-single .wine-picture .wine-picture-holder img {
  height: calc(100% - 1px);
  width: auto;
}
.product .code-saq {
  background-image: url("/assets/img/medium-texture.jpg");
  color: #fff;
  text-align: center;
}
.product .code-saq .code-saq-container {
  display: inline-block;
  padding-top: 10px;
}
.product .code-saq .code-saq-container img {
  padding-right: 10px;
}
.product .code-saq .code-saq-container a {
  color: #fff;
}
.product .promo-saq {
  background-color: #a30000;
  color: #fff;
  font-size: 26px;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  letter-spacing: 0.2px;
  padding: 10px;
}
.product .promo-details {
  text-align: center;
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  padding: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0,0,0,0.2);
}
.product .promo-details .promo-date {
  color: #000;
}
.product .promo-details .promo-detail {
  color: #a30000;
}
.product .wine-trophees {
  text-align: center;
  padding: 10px;
}
.product .wine-trophees img {
  padding: 5px;
}
.product .wine-trophees .wine-trophees-text {
  margin-top: 5px;
  font-size: 11px;
}
.product .wine-single-title {
  margin-top: 0;
  font-size: 36px;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  width: calc(100% - 100px);
  float: left;
  color: #000;
}
.product .wine-source {
  font-size: 18px;
  color: #cea217;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
}
.product .wine-type {
  font-size: 18px;
  color: #a30000;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
}
.product .price-box {
  margin-left: 20px;
  border: 1px solid #000;
  padding: 5px 10px;
  font-size: 22px;
  font-weight: bold;
}
.product .wine-table {
  margin-top: 10px;
}
.product .wine-table th {
  width: 120px;
  text-align: right;
}
.product .wine-table a {
  color: #484848;
}
.product .wine-desc {
  font-size: 16px;
  line-height: 26px;
}
.product .back2products {
  margin-top: 20px;
}
.product .back2products a {
  color: #8b8b8b;
  font-size: 14px;
}
.sharing {
  margin-top: 20px;
  filter: grayscale(1);
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.sharing .sharing-title {
  color: #8b8b8b;
  font-size: 11px;
  margin-bottom: 5px;
  font-style: italic;
  letter-spacing: 0.5px;
}
.super-title {
  text-transform: uppercase;
  padding-top: 30px;
  position: relative;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 1px;
  margin-bottom: 25px;
}
.super-title:before {
  content: "";
  height: 5px;
  width: 166px;
  background-color: #dbab17;
  position: absolute;
  top: 0;
}
.products .super-title:before {
  background-color: #b40048;
}
svg {
  max-width: 100%;
}
.map-hover {
  display: table;
  vertical-align: middle;
  height: 100%;
}
.map-hover .map-details {
  display: table-cell;
  vertical-align: middle;
  font-family: serif;
}
.map-hover .map-details .region-name {
  font-size: 34px;
  color: #000;
  text-decoration: underline;
}
.map-hover .map-details .region-wines {
  font-size: 24px;
  color: #b40048;
}
.map-hover .map-details .region-producers {
  font-size: 24px;
  color: #dbab17;
}
.producer-logo {
  margin-bottom: 30px;
}
.producer-link {
  border: 1px solid #e5e4e4;
  display: block;
  background-position: top;
  background-size: cover;
}
.producer-link:hover {
  background-position: bottom;
}
.producer-link img {
  opacity: 0;
}
.producer .producer-single-title {
  display: inline-block;
  margin-top: 0;
  font-size: 36px;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  float: left;
  color: #000;
}
.producer .producer-region {
  display: inline-block;
  margin-top: 9px;
  font-size: 28px;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  color: #dbab17;
  float: left;
  text-transform: uppercase;
}
.producer .producer-region:before {
  content: "- ";
  margin-left: 8px;
}
.producer .producer-link:hover {
  background-position: top;
}
.producer .producer-website {
  text-align: center;
  margin-top: 10px;
}
.producer .producer-website a {
  color: #000;
  font-weight: bold;
}
.producer .producer-maps {
  text-align: center;
}
.producer .producer-maps a {
  color: #000;
}
.article .article-title {
  text-align: center;
  font-size: 32px;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.article .article-date {
  text-align: center;
  font-style: italic;
  color: #666;
}
.article .article-separator {
  width: 70%;
  margin: 0 auto;
}
.article .article-content {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.25px;
  color: #666;
}
.newsletter .content #mc_embed_signup form {
  padding: 0 !important;
}
.newsletter .content #mc_embed_signup input {
  border: 1px solid #e5e5e5 !important;
  padding: 8px 10px !important;
  text-indent: 0 !important;
}
.btn-montalvin,
.newsletter .content #mc_embed_signup #mc-embedded-subscribe {
  padding: 8px 0 !important;
  font-size: 22px !important;
  letter-spacing: 0.4px !important;
  border: none !important;
  border-top: 3px solid #b40048 !important;
  text-transform: uppercase !important;
  font-weight: bold;
  border-radius: 0;
  background: transparent !important;
  margin: 0 !important;
}
.btn-montalvin:hover,
.newsletter .content #mc_embed_signup #mc-embedded-subscribe:hover,
.btn-montalvin:focus,
.newsletter .content #mc_embed_signup #mc-embedded-subscribe:focus {
  border-top: 3px solid #dbab17;
}
/*  ==========================================================================
    5. FOOTER
    ========================================================================== */
footer {
  padding-top: 30px;
  background-color: #242424;
  background-image: url("/assets/img/dark-texture.jpg");
  box-shadow: 0 -5px 18px rgba(0,0,0,0.38);
  color: #fff;
}
footer .footer-logo img {
  width: 70px;
}
footer .footer-title {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}
footer a {
  color: #fff;
}
footer .nav-stacked {
  font-style: italic;
  font-size: 13px;
}
footer .nav-stacked li a {
  color: #979797;
  padding: 7px 0px;
  border-bottom: 1px solid #424242;
  text-shadow: 1px 1px 2px #000;
}
footer .nav-stacked li a:hover,
footer .nav-stacked li a:focus {
  color: #fff;
  background-color: transparent;
}
footer .nav-stacked li:last-of-type a {
  border-bottom: 0;
}
footer .last-row {
  background-color: rgba(0,0,0,0.25);
  border-top: 1px solid #555;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 30px;
  color: #6e6e6e;
}
footer .last-row a {
  color: #6e6e6e;
}
footer #mc_embed_signup {
  background: transparent !important;
}
footer #mc_embed_signup form {
  padding: 0 !important;
}
footer #mc_embed_signup input {
  color: #000;
  width: 100% !important;
  padding: 8px 10px !important;
  margin-bottom: 10px !important;
  border: none !important;
}
footer #mc_embed_signup #mc-embedded-subscribe {
  width: auto !important;
  color: #fff !important;
  font-size: 15px !important;
  background: transparent !important;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  padding-left: 0 !important;
}
footer #mc_embed_signup #mc-embedded-subscribe:hover,
footer #mc_embed_signup #mc-embedded-subscribe:focus {
  color: #555 !important;
}
/*  ==========================================================================
    6. MEDIA QUERIES
    ========================================================================== */
@media (max-width: 768px) {
  footer {
    text-align: center;
  }
  footer .last-row {
    text-align: center;
  }
  footer .pull-left,
  footer .pull-right {
    float: none !important;
    display: block;
  }
  .contact .address .text-right {
    text-align: left;
  }
  .producer-infos {
    display: table;
    margin: 0 auto;
  }
  .intro2 {
    line-height: 2em;
  }
  .minimap {
    text-align: center;
    display: block;
  }
  .svg-container svg {
    display: block;
    margin: 0 auto;
  }
  .map-hover {
    display: block;
    text-align: center;
  }
  .map-hover .map-details {
    display: block;
  }
  .tache-section {
    background-image: none;
  }
  .tache-reverse-section {
    background-image: none;
  }
  .tache3-section {
    background-image: none;
  }
  .tache4-section {
    background-image: none;
  }
  .tache5-section {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .contact .address {
    margin-top: 80px;
  }
}
@media (max-width: 992px) {
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
    border: 1px solid #fff;
  }
  .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
  }
  .navbar-nav>li {
    float: none;
  }
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .navbar-offcanvas.offcanvas.offcanvas-clone {
    display: none !important;
  }
  .navbar-text {
    margin-right: 0;
  }
  .navbar-text:after {
    content: "|";
    padding-left: 15px;
    color: #fff !important;
  }
  #top-menu .navbar-nav li a {
    padding-right: 0;
    transition: all 250ms ease-out;
  }
  #top-menu .navbar-nav li a:hover,
  #top-menu .navbar-nav li a:focus {
    background-color: transparent;
    transition: all 250ms ease-out;
    outline: none;
  }
  #top-menu .navbar-nav li a:`ver:after,
  #top-menu .navbar-nav li a:focus:after {
    color: #fff;
  }
  #top-menu .navbar-nav li a:after {
    content: "|";
    padding-left: 15px;
  }
  #top-menu li:last-of-type a:after {
    display: none;
  }
}
@media (max-width: 1200px) {
  header #main-menu .navbar-header .brand-slogan {
    padding-left: 5px;
  }
  header #main-menu .navbar-header .brand-slogan h1.fr {
    font-size: 17px;
  }
  header #main-menu .navbar-header .brand-slogan h2.fr {
    font-size: 16px;
    letter-spacing: 1.4px;
  }
  header #main-menu .navbar-nav li a {
    font-size: 14px;
  }
}
/*  ==========================================================================
    7. ANIMATION
    ========================================================================== */
.delay-01 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.delay-02 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.delay-03 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.delay-04 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.delay-05 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.delay-06 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.delay-07 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.delay-08 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.delay-09 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.delay-10 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.delay-11 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.delay-12 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.delay-13 {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.delay-14 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.delay-15 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.delay-16 {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.delay-17 {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
.delay-18 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.delay-19 {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}
.delay-20 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.delay-21 {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}
.delay-22 {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
.delay-23 {
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}
.delay-24 {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.delay-25 {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.delay-26 {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}
.delay-27 {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}
.delay-28 {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
.delay-29 {
  -webkit-animation-delay: 2.9s;
          animation-delay: 2.9s;
}
.delay-30 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.animation-loop {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.animation-3times {
  -webkit-animation-iteration-count: 3;
          animation-iteration-count: 3;
}
