/* CSS - 28/08/2015
/* MAJ - 28/10/2015
 *
 * Theme VIF for Drupal 7
 * By www.ipika.fr
*/


/* ------ COMMON ------ */
body {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #161414;
  font: 400 100%/1.4em 'aller', sans-serif;
  background: #FFF;
  letter-spacing: -0.02em
}

@media (max-width: 575px) {
  body {
    overflow-x: hidden;
  }
}

p {
  margin: 0 0 1em
}

ul {
  margin: 0
}

h1 {
  margin: 0 0 20px 25px;
  padding: 0;
  font: 400 2.2em/1.2em "aller", sans-serif;
  color: #890000
}

h2 {
  margin: 0 0 10px;
  padding: 0;
  font: 400 2.1em/1.2em "aller", sans-serif;
  color: #890000
}

h3 {
  margin: 0;
  padding: 0;
  font: 400 1.2em/1.3em "aller-bd", serif
}

a {
  color: #890000;
  text-decoration: none
}

a:hover {
  text-decoration: underline
}

strong {
  font-family: 'aller-bd', serif;
  font-weight: 400
}

.field-name-body h2 {
  margin: 0 0 15px;
  padding: 0;
  font: 400 1.5em/1.2em "aller", sans-serif;
}

/* color: #161414 */
.field-name-body ol, .field-name-body ul {
  display: block;
  padding: 0 0 0 20px;
  margin: -.5em 0px 1em 0px
}

.field-name-body ol li {
  margin-left: 15px;
  padding: 3px 0 3px 0;
  list-style-type: decimal
}

.field-name-body ul li {
  position: relative;
  margin-left: 15px;
  padding: 3px 0 3px 0;
  list-style: none
}

.field-name-body ul li:before {
  position: absolute;
  content: "●";
  left: -20px;
  color: #000;
  font-size: 1em
}

.grippie {
  overflow: hidden;
  position: relative;
  height: 20px;
  background: #373131 url("../img/icons/grippie.png") no-repeat center center;
  cursor: pointer
}

.field-name-body .verbatim {
  padding: 15px 35px;
  font-size: 1.2em;
  line-height: 1.3em;
  color: #890000;
  text-align: center
}

.field-name-body .exergue {
  padding: 15px 35px;
  font-size: 1.1em;
  color: #890000;
  background: #efefef
}

/* ------ QUICK-MENU ------ */
#quick-menu {
  display: block;
  z-index: 99;
  position: fixed;
  top: 300px;
  left: 50px;
  width: 86px;
  padding: 0 2px;
  font: 700 .95em/1em "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  text-align: center;
  background: #726b6b;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s
}

#quick-menu ul {
  overflow: hidden;
  width: 86px
}

#quick-menu ul:hover {
  width: 400px
}

#quick-menu li {
  position: relative
}

#quick-menu li a {
  display: block;
  width: 86px;
  padding: 15px 0;
  color: #FFF;
  border-bottom: 1px solid #FFF;
  background: #726b6b
}

#quick-menu li:first-child a {
  height: 50px
}

#quick-menu li:last-child a {
  border-bottom: 0
}

#quick-menu li form {
  z-index: -10;
  position: absolute;
  width: 260px;
  left: -212px;
  top: 0;
  padding: 23px 20px;
  background: #726b6b;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s
}

#quick-menu li:hover form {
  z-index: 0;
  left: 88px
}

#quick-menu li form .form-item {
  float: left;
  width: 215px
}

#quick-menu li form input[type="text"] {
  width: 205px;
  background: #FFF
}

#quick-menu li form input[type="submit"] {
  float: left;
  padding: 0px 5px 3px 5px
}

/*Use icons like header*/
#quick-menu li.expanded {
  width: 86px;
  border-top: 1px solid #fff;
  margin: -1px 0 0;
  padding: 0;
  background-color: transparent;
  position: relative;
  z-index: 1;
}

#quick-menu li.expanded > a {
  display: none;
}

#quick-menu li.expanded li {
  width: 50%;
  float: left;
  font-size: 0;
  color: #fff;
  text-align: center;
}

#quick-menu li.expanded ul {
  width: 100%;
}

#quick-menu li.expanded li a {
  display: block;
  text-decoration: none !important;
  border-bottom: none;
  width: 100%;
  padding: 100% 0 0;
  height: 0;
  margin: 0;
  position: relative;
}

#quick-menu li.expanded li a:after {
  font: 27px/30px "Fontello", serif;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: -15px 0 0 -15px;
}

#quick-menu li.expanded li a:hover {
  background-color: #fff;
}

/*fb*/
#quick-menu li.fb a:after {
  content: "\E802"
}

#quick-menu li.fb a:hover:after {
  color: #3C599B
}

/*tw*/
#quick-menu li.tw a:after {
  content: "\E800"
}

#quick-menu li.tw a:hover:after {
  color: #5EA9DD
}

/*yt*/
#quick-menu li.yt a:after {
  content: "\E803"
}

#quick-menu li.yt a:hover:after {
  color: #CC181E
}

/*insta*/
#quick-menu li.inst a:after {
  content: "";
  background-image: url(../img/icons/inst-white.png);
  background-position: center center;
  -webkit-background-size: 25px 25px;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
}

#quick-menu li.inst a:hover:after {
  background-image: url(../img/icons/inst.png)
}


#quick-menu.hide {
  left: -90px
}

.qmenu-close {
  position: absolute;
  content: "#";
  width: 25px;
  height: 75px;
  background: #AD0035;
  top: 50%;
  right: -25px;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  cursor: pointer
}

.qmenu-close {
  position: absolute;
  content: "#";
  width: 25px;
  height: 75px;
  background: #AD0035;
  top: 50%;
  right: -25px;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%)
}

.qmenu-close:after {
  position: absolute;
  content: "\E80F";
  left: 0;
  width: 25px;
  font: 1em/75px "Fontello", serif;
  text-align: center;
  color: #FFF
}

.hide .qmenu-close:after {
  content: "\E811"
}


/* ------ STRUCTURE ------ */
section {
  width: 100%
}

.inner {
  position: relative;
  width: 1000px;
  height: 100%;
  margin: 0 auto
}

section .inner {
  padding-bottom: 20px
}

.bloc-link a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

#banner {
  margin: 0 auto 20px;
  text-align: center
}

#banner img {
  display: inline-block
}


/* ------ HEADER ------ */
header {
  position: relative;
  width: 100%
}

header .inner {
  height: 300px;
  padding: 0;
  margin-bottom: 20px;
  border-bottom: 10px solid #e3e2e2
}

.header-top {
  height: 225px
}

.logo {
  float: left;
  width: 141px;
  height: 198px;
  padding: 15px 9px 12px 0;
  margin-right: 25px
}

.logo a {
  display: block
}

.logo img {
  width: 100%;
  height: auto
}

.header-button {
  overflow: hidden;
  float: left;
  width: 575px;
  height: 70px;
  margin: 30px 0 0 0
}

.header-button li {
  float: left;
  margin-right: 8px;
  padding: 0
}

.header-button li a {
  position: relative;
  display: block;
  padding: 0 10px;
  font-size: 1.2em;
  color: #9c0e31;
  line-height: 30px;
  border: 2px solid #9c0e31
}

.header-button li a:hover {
  color: #FFF;
  background: #9c0e31;
  text-decoration: none
}

.header-button li.account a {
  padding: 0 30px 0 60px
}

.header-button li.account a:before {
  position: absolute;
  left: 30px;
  top: 0;
  content: "\E81C";
  font: 1.2em/30px "Fontello", serif;
  color: #9C0E31
}

.header-button li.account a:hover:before {
  color: #FFF
}

.language {
  float: right;
  width: 240px;
  height: 30px;
  margin-right: 10px;
  text-align: right;
  line-height: 30px
}

.language li {
  display: inline-block;
  margin-right: -4px;
  line-height: 0
}

.language li a {
  display: block;
  padding: 0 5px;
  color: #adacac
}

.language li.active a {
  color: #9c0e31;
  text-decoration: underline
}

#header-search {
  float: right;
  width: 240px;
  margin: 0 10px 10px 0;
  text-align: right
}

#header-search .form-item, #header-search .form-actions {
  float: left
}

#header-search input[type=text] {
  float: left;
  width: 175px;
  height: 34px;
  padding: 0 10px;
  margin: 0;
  background: #e3e2e2;
  border: 0
}

#header-search input[type=submit] {
  position: relative;
  float: left;
  width: 45px;
  height: 34px;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent
}

#header-search .form-actions {
  position: relative;
  background: #e3e2e2
}

#header-search .form-actions:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  content: "\E80E";
  font: 1.5em/30px "Fontello", serif;
  text-align: center;
  color: #FFF
}

.claim {
  float: left;
  width: 575px;
  color: #000;
  font: italic 400 2.3em/0.9em "daniel-bd", cursive
}

.header-follow {
  position: absolute;
  top: 183px;
  right: 0
}

.header-follow li {
  display: inline-block;
  margin-right: -4px;
  padding: 0
}

.header-follow li a {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0 5px;
  color: #373131;
  border-right: 1px solid #d2d1d1
}

.header-follow li:last-child a {
  border-right: 0
}

.header-follow li a:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  padding: 0 5px;
  font: 1.7em/30px "Fontello", serif;
  text-align: center
}

.header-follow li.tw a:after {
  content: "\E800";
  color: #5EA9DD
}

.header-follow li.fb a:after {
  content: "\E802";
  color: #3C599B
}

.header-follow li.yt a:after {
  content: "\E803";
  color: #CC181E
}

.header-follow li.inst a:after {
  content: "";
  background-image: url(../img/icons/inst.png);
  background-position: center center;
  -webkit-background-size: 25px 25px;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  display: block;
  width: 30px;
  height: 30px;
}

/* ------ Nav ------ */
nav {
  z-index: 1;
  clear: both;
  position: relative;
  height: 75px;
  font: normal 1.1em/75px 'aller-bd', serif;
  text-transform: uppercase
}

nav ul {
  display: table;
  width: 100%;
  margin: 0 auto
}

nav ul li {
  display: table-cell;
  text-align: center
}

nav ul li a {
  position: relative;
  display: block;
  padding: 0 20px;
  color: #000
}

nav ul li a:hover {
  color: #9C0E31;
  text-decoration: none
}

nav ul li:hover > a {
  color: #9C0E31
}

nav ul ul {
  display: none;
  position: absolute;
  width: 920px;
  padding: 20px 40px;
  top: 75px;
  left: 0;;
  font: normal 1.1em/2.4em 'aller';
  background: #e3e2e2;
  text-transform: initial;
  text-align: left
}

nav ul li:hover ul {
  display: block
}

nav ul ul li {
  display: inline-block
}

nav ul ul li a:after {
  position: absolute;
  right: 0;
  top: 34%;
  background: #000;
  width: 1px;
  height: 15px;
  content: ""
}

nav ul ul li:last-child a:after {
  display: none
}

nav ul li:hover a:before {
  position: absolute;
  content: "\E81E";
  color: #e3e2e2;
  font: 2.5em/0 "Fontello", serif;
  transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  bottom: 7px;
  left: 50%
}

nav ul li:hover ul a:before {
  display: none
}

nav .header-button {
  display: none
}


/* ------ BREADCRUMB ------ */
.page-top {
  clear: both;
  margin-bottom: 20px;
}

.page-top:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  content: ".";
  line-height: 0
}

.breadcrumb {
  float: left;
  width: 815px;
  padding: 0 10px;
  font-size: .75em;
  line-height: 1.5em
}

.breadcrumb a {
  padding-right: 5px;
  color: #000
}

.breadcrumb a.active {
  text-decoration: none;
  cursor: default
}

.sharing-top {
  float: right;
  width: 155px;
  padding-right: 10px;
  text-align: right
}

.sharing-top li {
  display: inline-block;
  margin-right: -4px
}

.sharing-top a {
  display: block
}

.sharing-top a.addthis_button_print span, .sharing-top a.addthis_button_email span, .sharing-top .compact span {
  display: none
}

.sharing-top .addthis_toolbox a.addthis_button_print, .sharing-top .addthis_toolbox a.addthis_button_email, .sharing-top .compact a {
  display: block;
  width: 20px;
  height: 20px;
  padding: 0 7px
}

.sharing-top .printer a {
  border-right: 1px solid #3f2270;
  background: url(../img/icons/printer.png) center center no-repeat
}

.sharing-top .email a {
  border-right: 1px solid #3f2270;
  background: url(../img/icons/email.png) center center no-repeat
}


/* ------ PUSH ------ */
.push-buy {
  float: left;
  width: 328px;
  margin: 0
}

.front .push-buy {
  margin: 0 0 8px
}

.push-buy img, .push-buy a {
  display: block
}


/* --- Modif --- */
.push-buy.split {
  position: relative;
  height: 218px;
}

.push-buy.split a {
  height: 50%;
  overflow: hidden;
}

.push-buy.split img {
  position: relative;
  top: -35px;
}

.push-buy.split a.to-form {
  display: flex;
  height: 50%;
  text-align: center;
  vertical-align: middle;
}

.push-buy.split a.to-form img {
  top: 0;
}

.push-buy.split a.to-form span {
  font-weight: bold;
  margin: auto;
}


/* ------ ACCUEIL ------ */
.front h2 {
  margin-left: 20px
}

.news-all {
  position: absolute;
  right: 10px;
  top: 12px;
  font-size: 1.15em;
}

.news-all a {
  position: relative;
  padding-left: 20px;
  color: #161414
}

.news-all a:hover {
  color: #890000;
  text-decoration: none
}

.news-all a:after {
  position: absolute;
  content: "\E808";
  left: 0;
  top: 2px;
  font: 1em/1.2em "Fontello", serif;
  text-align: center
}

#event-list .news-all {
  top: 33px
}

#event-list .news-all li {
  float: left;
  margin-left: 40px
}

/* ------ News ------ */
#news-headlight {
  position: relative;
  clear: both;
  overflow: hidden;
  margin: 0 -8px 0 0;
  padding-bottom: 22px
}

#news-headlight #gallery img {
  height: 556px;
  object-fit: cover
}

#news-headlight #gallery .field-name-field-link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden
}

.news-headlight-bloc {
  overflow: hidden;
  position: relative;
  float: left;
  width: 324px;
  height: 219px;
  margin: 0 8px 0 0
}

.news-headlight-view { /* z-index: -1; position: absolute; */
}

.news-headlight-view img {
  display: block;
  width: 100%;
  height: auto;
}

.news-headlight-bloc h3 {
  padding: 10px 0px 6px
}

.news-headlight-date {
  display: inline-block;
  padding-right: 10px;
  font-size: .9em;
  line-height: 1em;
}

.news-headlight-tags {
  display: inline-block;
  text-transform: uppercase;
  font-size: .9em;
  padding-left: 10px;
  border-left: 1px solid #FFF;
  line-height: 1em
}

.news-headlight-slide p {
  margin: 4px 0 0
}

.news-headlight-slide {
  position: absolute;
  bottom: -33px;
  width: calc(100% - 40px);
  padding: 0 20px 15px 20px;
  color: #FFF;
  background: rgba(156, 14, 49, .75);
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s
}

.news-headlight-bloc:hover .news-headlight-slide {
  bottom: 0
}

.news-headlight-bloc.large {
  width: 664px;
  height: 398px;
}

.news-headlight-bloc.large .news-headlight-desc {
  position: absolute;
  3 left: 50px;
  bottom: 55px;
  width: 425px;
  margin: 0
}

.news-headlight-bloc.large .news-headlight-date, .news-headlight-bloc.large .news-headlight-tags {
  padding: 5px 10px;
  margin: 0 -4px 5px 0;
  font-size: 1em;
  color: #FFF;
  background: #373131
}

.news-headlight-bloc.large .news-headlight-tags {
  padding: 5px 25px 5px 10px;
  border-left: 1px solid #9b9898
}

.news-headlight-bloc.large h3 {
  height: auto;
  padding: 0;
  margin: 0
}

.news-headlight-bloc.large h3 a, .page-pique-nique .news-headlight-bloc.large h3 span {
  padding: 0;
  font: 400 2em/1.2em "aller", sans-serif;
  color: #000;
  background: #FFF;
  text-decoration: none
}


/* ------ Event ------ */
#event-list {
  position: relative;
  overflow: hidden;
  margin: 0 0 30px 0;
  padding: 20px 0 0;
  border-top: 10px solid #373131;

  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(100%, #eeeeee)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #ffffff 0%, #eeeeee 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #ffffff 0%, #eeseeee 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #ffffff 0%, #eeeeee 100%); /* IE10+ */
  background: linear-gradient(to right, #ffffff 0%, #eeeeee 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=1); /* IE6-9 */
}

#event-list .event-list-bloc {
  overflow: hidden;
  position: relative;
  float: left;
  width: 328px;
  height: 360px;
  margin: 0 8px 0 0
}

#event-list .event-list-bloc:nth-child(3n) {
  margin: 0
}

.event-list-view img {
  display: block
}

.event-list-type {
  position: absolute;
  left: 15px;
  top: 165px;
  padding: 5px 35px 5px 10px;
  color: #161414;
  font: 400 0.85em/1em "Open Sans", sans-serif;
  background: #FFF;
  text-transform: uppercase
}

.event-list-bloc h3 {
  clear: both;
  margin: 10px 0 3px
}

.event-list-bloc h3 a {
  color: #161414
}

.event-list-bloc:hover h3 a, .event-list-bloc:hover h3 {
  color: #890000
}

.event-list-desc {
  padding: 15px 20px
}

.event-list-date {
  float: left;
  margin-right: 10px;
  font-size: .9em;
  line-height: 1em
}

.event-list-place {
  clear: both;
  float: left;
  margin: 5px 0 10px;
  font-size: .9em;
  line-height: 1em
}

.event-list-tags {
  overflow: hidden;
  font-size: .9em;
  line-height: 1em
}

.event-list-tags li {
  float: left;
  padding: 0 8px;
  border-right: 1px solid #161414
}

.event-list-tags li:last-child {
  border-right: 0
}

.event-link {
  position: absolute;
  top: 33px;
  right: 30px
}

.event-link li {
  display: inline-block
}

.event-link li a {
  position: relative;
  padding-left: 20px;
  margin: 0 0 0 15px;
  font-size: 1.15em;
  color: #161414
}

.event-link li a:hover {
  color: #890000;
  text-decoration: none
}

.event-link li a:after {
  position: absolute;
  content: "\E808";
  left: 0;
  top: 2px;
  font: 1em/1.2em "Fontello", serif;
  text-align: center
}

#event-list .view-room.view-display-id-home {
  position: static
}


/* ------ Button ------ */
#button-access {
  clear: both;
  overflow: hidden;
  padding: 20px 0;
  border-top: 10px solid #373131
}

.pane-menu-menu-accueil-oenotourisme#button-access {
  border: 0;
}

#button-front ul {
  padding: 18px 15px 35px
}

#button-front li {
  display: inline-block;
  text-align: center;
  border-color: #FFF;
  border-left-width: 6px;
  border-right-width: 6px;
  border-style: solid;
  vertical-align: top
}

/*#button-front li a { display: table-cell; max-width: 190px; height: 85px; padding: 0 10px; font-size: 1.2em;  color: #8d002a; border: 4px solid #ae0034; vertical-align: middle }*/
#button-front li a:hover {
  color: #FFF;
  background: #ae0034;
  text-decoration: none
}

#button-front li a {
  font-size: 1.2em;
  color: #8d002a;
  border: 4px solid #ae0034;
  display: block;
  width: 190px;
  height: 75px;
  padding: 20px 10px 0 10px;
  position: relative
}

#button-front li img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 98%;
}

/* ------ Search ------ */
.pane-vif-search-vigneron-form, .pane-vif-search-salon-form, .pane-vif-search-oenot-form {
  position: relative;
  overflow: hidden;
  margin: 0 0 35px 0;
  padding: 20px 0;
  border-top: 10px solid #373131
}

.pane-vif-search-oenot-form, .pane-vif-search-picnic-form {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  margin-bottom: 40px;
  border-top: 10px solid #373131;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(100%, #eeeeee)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #ffffff 0%, #eeeeee 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #ffffff 0%, #eeseeee 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #ffffff 0%, #eeeeee 100%); /* IE10+ */
  background: linear-gradient(to right, #ffffff 0%, #eeeeee 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=1); /* IE6-9 */
}

.pane-vif-search-oenot-form h2,
.pane-vif-search-picnic-form h2 {
  margin-bottom: 40px
}

.pane-vif-search-oenot-form #search-inner input[type="text"],
.page-search-oenotourisme .search-form input[type="text"],
.pane-vif-search-picnic-form #search-inner input[type="text"],
.page-search-pique-nique .search-form input[type="text"] {
  width: 520px;
  margin-bottom: 20px
}

.pane-vif-search-oenot-form #search-inner #edit-actions,
.page-search-oenotourisme .views-submit-button,
.pane-vif-search-picnic-form #search-inner #edit-actions,
.page-search-pique-nique .views-submit-button {
  clear: both;
  float: none;
  margin: 0px 0px 0px 20px;
  width: 500px;
  text-align: center
}

.location-or {
  position: absolute;
  right: 0
}

.search-form .location-or {
  top: 50px
}

.location-or:before {
  position: absolute;
  right: 360px;
  top: 30px;
  content: "OU";
  color: #A2033C;
  font: 700 1.4em/1.4em "aller", sans-serif;
}

.oenotourisme-search-by-region .views-widget-filter-search_api_views_fulltext, #search .views-submit-button > .form-submit {
  display: none
}

.oenotourisme-search-by-region .location-or {
  position: static
}

.oenotourisme-search-by-region .location-or:before {
  content: none
}

.oenotourisme-search-by-region #search .views-exposed-widgets {
  display: flex
}

.oenotourisme-search-by-region .views-widget-filter-enseigne_location {
  width: calc(100% - 280px)
}

.oenotourisme-search-by-region #search .views-submit-button {
  width: 280px;
  margin: 0
}

.oenotourisme-search-by-region #search input[type=text] {
  width: calc(100% - 20px)
}

.oenotourisme-search-by-region .location-or .form-submit {
  margin: 0;
  border: 0;
  background: #fff;
  color: #a2033c;
  text-transform: none
}

#search-inner .location-or input[type="submit"], .search-form .location-or input[type="submit"], .search-form .location-or .around-me-button {
  position: absolute;
  right: 50px;
  background: #FFF none repeat scroll 0% 0%;
  color: #A2033C;
  padding: 0px 20px;
  width: auto;
  text-transform: inherit;
  height: 80px;
  display: inline;
  font-size: 1em;
  border: 4px solid #AE0034;
  cursor: pointer;
  font: 400 1.1em/1em 'aller-bd';
}

#search-inner .location-or input[type="submit"]:hover, .search-form .location-or input[type="submit"]:hover, .search-form .location-or .around-me-button:hover {
  color: #FFF;
  background: #A2033C
}

#search-inner h2 {
  margin: 0 0 15px
}

#search-inner p {
  margin: 0px 0px 50px 20px;
  font: 400 1.3em/1em 'aller-bd', serif;
  color: #000;
  text-transform: uppercase
}

#search-inner .form-item, #search-inner .form-actions {
  float: left
}

#search-inner input[type=text] {
  width: 600px;
  margin: 0 35px 0 20px
}

#search-inner input[type=submit] {
  width: 305px;
  margin: 0;
  text-align: center
}

.search-advanced {
  clear: both
}

.search-advanced {
  clear: both;
  float: right;
  width: 340px;
  margin-top: 5px;
  text-align: center
}

/* ------ Gallery ------ */
#gallery {
  position: relative;
  width: 1000px;
  height: 556px;
  margin-bottom: 40px
}

#gallery .gallery-arrow, .jcarousel-prev, .jcarousel-next {
  z-index: 2;
  position: absolute;
  top: 45%;
  left: 20px;
  width: 42px;
  height: 42px;
  color: #FFF;
  text-align: left;
  cursor: pointer
}

.jcarousel-prev, .jcarousel-next {
  top: 42%
}

#gallery .gallery-arrow.right, .jcarousel-next {
  left: auto;
  right: 20px;
  text-align: right
}

#gallery .gallery-arrow:after, .jcarousel-prev:after, .jcarousel-next:after {
  width: 42px;
  content: "\E807";
  font: 2.9em/42px "Fontello", serif
}

#gallery .gallery-arrow.right:after, .jcarousel-next:after {
  content: "\E808"
}

#gallery .gallery-inner {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 1000px;
  height: 556px
}

#gallery .gallery-inner img {
  display: block;
  width: 100%;
  height: auto;
}

#gallery .gallery-view img {
  display: block;
  width: 100%;
  height: auto
}

#gallery .gallery-desc, #gallery .field-name-field-slide-description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 920px;
  padding: 15px 40px;
  background: rgba(219, 219, 219, .85)
}

#gallery .gallery-desc h3, #gallery .field-name-field-slide-description h3 {
  font: 400 1.2em/1.3em "aller-bd", serif;
  margin-bottom: 8px
}


/* ------ Video-List ------ */
#video-list {
  overflow: hidden;
  padding: 20px 0 0;
  margin-bottom: 40px;
  border-top: 10px solid #373131;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(100%, #eeeeee)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #ffffff 0%, #eeeeee 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #ffffff 0%, #eeseeee 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #ffffff 0%, #eeeeee 100%); /* IE10+ */
  background: linear-gradient(to right, #ffffff 0%, #eeeeee 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=1); /* IE6-9 */
}

.front #video-list {
  margin-bottom: 0
}

#video-list .video-list-bloc {
  overflow: hidden;
  position: relative;
  float: left;
  width: 328px;
  height: 295px;
  margin: 0 8px 0 0
}

#video-list .video-list-bloc:nth-child(3n) {
  margin: 0
}

.video-list-view {
  position: relative;
  height: 180px
}

.video-list-view:after {
  position: absolute;
  content: "\E805";
  left: 35px;
  top: 65px;
  width: 53px;
  height: 63px;
  padding-left: 10px;
  color: #000;
  font: 2.3em/63px "Fontello", serif;
  background: #FFF;
  border-radius: 50%;
  text-align: center
}

.video-list-type {
  position: absolute;
  left: 15px;
  top: 165px;
  padding: 5px 35px 5px 10px;
  color: #161414;
  font: 400 0.85em/1em "Open Sans", sans-serif;
  background: #FFF;
  text-transform: uppercase
}

.video-list-bloc h3 {
  clear: both;
  padding: 0 0 3px
}

.video-list-bloc h3 a {
  color: #161414
}

.video-list-desc {
  padding: 15px 20px
}

.video-list-date {
  float: left;
  margin-bottom: 5px;
  font: 400 .9em/1em "aller-bd", serif;
}

/* ------ Selling-Direct ------ */
.pane-plugwine-vigneron.sticky-el {
  overflow: hidden;
  position: relative;
  height: 375px;
  padding: 0 0 40px;
  margin: 0 0 25px 0;
  border-bottom: 10px solid #373131
}

.pane-plugwine-vigneron.sticky-el:before {
  z-index: -1;
  position: absolute;
  width: 300%;
  height: 100%;
  content: "";
  background: url(../img/bkg/direct-selling.png) center 0 repeat-x;
  transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  top: 0;
  left: 50%;
}

.pane-plugwine-vigneron.sticky-el .items {
  position: relative;
}

.direct-selling-bloc {
  overflow: hidden;
  position: relative;
  float: left;
  width: 300px;
  height: 300px;
  padding: 14px;
  margin: 0 8px 0 0
}

.direct-selling-bloc:last-child {
  margin: 0
}

.direct-selling-bloc:before {
  z-index: -1;
  position: absolute;
  width: 295px;
  height: 295px;
  content: "";
  top: 0;
  left: 15px;
  background: #FFF;
  border-radius: 50%
}

.direct-selling-view {
  float: left;
  width: 75px;
  height: 300px;
  padding: 0 10px 0 20px
}

.direct-selling-desc {
  float: left;
  width: 195px;
  font: 400 0.97em/1.2em "aller-bd", serif
}

.direct-selling-desc h3 {
  margin-bottom: 10px;
  font: 600 1.3em/1.2em "Open Sans";
  text-transform: uppercase
}

.direct-selling-price {
  margin: 20px 0 25px;
  color: #a2033c;
  font: 400 2.3em/1em "aller-bd", serif
}

.direct-selling-price .tax {
  margin-bottom: 25px;
  font: 400 .6em/1em "aller", serif;
}

.direct-selling-desc .unit {
  display: block;
  margin-top: 3px;
  font: 600 0.4em/1.2em "Open Sans"
}

.direct-selling-bloc .button {
  display: inline-block
}

.pane-plugwine-vigneron.sticky-el .player {
  display: none
}

/* ------ Partners ------ */
#partners {
  overflow: hidden;
  clear: both;
  position: relative;
  padding: 20px 0 0 0;
  border-top: 10px solid #373131
}

#partners ul {
  display: table;
  width: calc(100% - 30px);
  padding: 0 15px;
}

#partners li {
  display: table-cell;
  vertical-align: top
}

#partners li a {
  display: table-cell;
  width: 150px;
  height: 100px;
  padding: 0 10px;
  vertical-align: middle
}

#partners li img {
  display: block;
  margin: 0 auto;
}


/* ------ ACTUS ------ */
/* ------ List ------ */
#actu-list {
}

.actu-list-bloc {
  clear: both;
  overflow: hidden;
  position: relative;
  margin-bottom: 55px
}

.actu-list-view {
  float: left;
  width: 330px;
  height: 180px;
  margin-right: 20px
}

.actu-list-desc {
  float: left;
  width: 650px
}

.actu-list-desc h2 {
  clear: both;
  margin: 0 0 5px;
  color: #161414;
  font: 400 1.35em/1.2em "aller-bd", serif
}

.actu-list-desc h2 a {
  color: #161414
}

.actu-list-date {
  float: left;
  margin: 0 10px 10px 0;
  font-size: 1em;
  line-height: 1em
}

.actu-list-tags {
  float: left;
  margin: 0 0 10px;
  font-size: .9em;
  line-height: 1em
}

.actu-list-tags li {
  float: left;
  padding: 0 8px;
  border-right: 1px solid #161414
}

.actu-list-tags li:last-child {
  border-right: 0
}

.actu-list-bloc:hover h2 a, .actu-list-bloc:hover h2 {
  color: #890000
}

/* ------ Detail ------ */
#actu {
  clear: both;
}

#actu h1 {
  margin: 0 25px 15px
}

.actu-bloc {
  overflow: hidden;
  position: relative;
  padding: 0 0 50px 0
}

.actu-date {
  float: left;
  padding: 0 10px 0 0;
  margin: 0 0 15px 25px;
  font-size: 1em;
  line-height: 1em;
  border-right: 1px solid #161414
}

.actu-tags {
  float: left;
  margin: 0 0 15px;
  font-size: .9em;
  line-height: 1em
}

.actu-tags li {
  float: left;
  padding: 0 8px;
  border-right: 1px solid #161414
}

.actu-tags li:last-child {
  border-right: 0
}

.actu-view {
  clear: both;
  float: left;
  width: 664px;
  height: 398px;
  margin: 0 8px 0 0
}

#actu .field-name-body {
  clear: both;
  overflow: hidden;
  padding: 25px 25px 0
}

/* ------ Voir aussi ------ */
#also-list {
  position: relative;
  overflow: hidden;
  margin: 0 0 30px 0;
  padding: 20px 0 0;
  border-top: 10px solid #373131;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(100%, #eeeeee)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #ffffff 0%, #eeeeee 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #ffffff 0%, #eeseeee 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #ffffff 0%, #eeeeee 100%); /* IE10+ */
  background: linear-gradient(to right, #ffffff 0%, #eeeeee 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=1); /* IE6-9 */
}

#also-list h2 {
  margin: 0px 0px 10px 25px
}

.also-list-bloc {
  overflow: hidden;
  position: relative;
  float: left;
  width: 328px;
  margin: 0 8px 0 0
}

.also-list-bloc:last-child {
  margin: 0
}

.also-list-view {
  height: 180px
}

.also-list-bloc h3 {
  clear: both;
  padding: 0px 0px 8px
}

.also-list-bloc h3 a {
  color: #161414
}

.also-list-bloc:hover h3 a, .also-list-bloc:hover h3 {
  color: #890000
}

.also-list-desc {
  padding: 15px 20px
}

.also-list-date {
  float: left;
  margin-right: 10px;
  font-size: .9em;
  line-height: 1em
}

.also-list-tags {
  font-size: .9em;
  line-height: 1em
}

.also-list-tags li {
  float: left;
  padding: 0 8px;
  border-right: 1px solid #161414
}

.also-list-tags li:last-child {
  border-right: 0
}


/* ------ SEARCH ------ */
#search {
  clear: both;
  overflow: hidden;
  font: 400 1em/1.2em "aller", sans-serif
}

.search-form {
  position: relative;
  overflow: hidden;
  padding: 0 25px;
  margin-bottom: 85px
}

.search-form h1 {
  margin-left: 0
}

.search-form input[type=text] {
  width: 615px;
  margin-right: 25px
}

#search .search-form input[type=submit] {
  margin: 0
}

.search-performance {
  margin-bottom: 25px;
  font: 400 1.35em/1em "aller-bd", sans-serif
}

/* ------ Search-left ------ */
#search-left {
  overflow: hidden;
  clear: both;
  float: left;
  width: 270px;
  margin: 0 30px 0 10px
}

.search-title {
  font: 400 1em/1em "aller-bd", sans-serif;
  text-transform: uppercase
}

#search-left .pane-block {
  padding: 20px 25px 15px;
  border-bottom: 4px solid #ececec
}

#search-left h2 {
  margin-bottom: 5px;
  padding: 0;
  font: 400 1.16em/1em "aller", sans-serif;
  color: #161414;
}

#search-left li {
  clear: both;
  overflow: hidden;
  position: relative;
  padding: 3px 0;
}

#search-left .facetapi-facetapi-boolean-label li.first.last {
  font: 400 1.16em/1em "aller", sans-serif
}

#search-left ul ul {
  margin-left: 20px
}

#search-left ul ul a {
  width: 170px
}

#search-left input[type="checkbox"] {
  float: left;
  width: 20px;
  margin: 2px 5px 2px 0;
}

#search-left a {
  float: left;
  width: 195px;
  margin: 0;
  color: #000
}

#search-left a:hover {
  color: #a2033c;
  text-decoration: none
}

/* ------ Search-right ----- */
#search-right {
  float: right;
  width: 690px
}

#search-right .map {
  overflow: hidden;
  width: 690px;
  margin-bottom: 20px
}

#search-right .filter {
  margin-bottom: 50px;
  text-align: right
}

#search-right .filter select {
  width: 300px;
  font-style: italic
}

.result-bloc {
  position: relative;
  overflow: hidden;
  width: 660px;
  margin-bottom: 30px;
  padding: 20px 15px;
  font-size: .95em;
  background: #eaeaea;
  box-sizing: border-box
}

.result-name {
  float: left;
  margin: 0 10px 30px;
  font: 400 1.02em/1em "aller-bd", sans-serif
}

.result-place .mode-419, .result-place .mode-418, .result-place .mode-420 {
  width: 27px;
  height: 27px;
  background-size: 100% auto;
}

.result-place .field-name-field-region-viticole {
  font: 400 1.02em/1em "aller-bd", sans-serif;
}

.result-place .field-name-field-region-viticole:after {
  position: absolute;
  content: "\E815";
  left: -25px;
  top: -5px;
  font: 1.7em/1em "Fontello", serif;
  text-align: center
}

.result-view {
  clear: both;
  float: left;
  width: 200px;
  height: 150px;
  margin-right: 15px;
  border: 5px solid #FFF;
  background: #FFF
}

.result-place .field-name-field-mode-cultural {
  padding-top: 5px;
}

.result-place .field-item {
  display: inline-block;
  margin-left: 5px
}

.mode-419, .mode-418, .mode-420 {
  display: block;
  width: 48px;
  height: 48px;
  text-indent: -9999px;
  overflow: hidden;
}

.mode-419 {
  background: url(../img/icons/icon-hve.png) 0 0 no-repeat;
}

.mode-418, .mode-420 {
  background: url(../img/icons/i-wine-bio-2.png) 0 0 no-repeat;
}

.result-view img {
  display: block
}

.result-stand, .result-show-stand {
  position: absolute;
  top: 75px;
  right: 25px;
  font-size: 1.5em;
  text-transform: uppercase
}

.result-desc a {
  color: #161414
}

.result-desc a:hover {
  color: #890000
}

.result-appelation {
  font-size: 1.1em
}

.result-appelation span {
  float: left;
  color: #a2033c;
  margin-right: 5px
}

.result-appelation ul {
  float: left
}

.result-appelation ul li {
  display: block
}

.result-contact a {
  display: block;
  padding: 10px 0;
  font-size: 1.1em
}

.result-contact a:before {
  content: "> "
}

.result-col {
  float: left;
  width: 195px
}

.result-col.first {
  padding-right: 23px;
  margin-right: 23px;
  border-right: 4px solid #FFF
}

.result-col li {
  position: relative;
  min-height: 26px;
  padding: 3px 0 3px 30px;
  font: 400 0.9em/1.15em "aller", sans-serif
}

.result-col span {
  display: block
}

.i-affilated {
  background: url(../img/icons/i-affilated.png) 0 0 no-repeat
}

.i-restauration {
  background: url(../img/icons/i-restauration.png) 0 2px no-repeat
}

.i-activity {
  background: url(../img/icons/i-activity.png) 0 2px no-repeat
}

.i-open {
  background: url(../img/icons/i-open.png) 0 2px no-repeat
}

.i-contact {
  background: url(../img/icons/i-contact.png) 0 -3px no-repeat
}

.i-auditory {
  background: url(../img/icons/i-auditory.png) 0 -3px no-repeat
}

.i-language .es:before {
  position: absolute;
  width: 26px;
  height: 26px;
  left: 0;
  content: "";
  background: url(../img/icons/i-flag-es.png) 0 -5px no-repeat
}

.i-language .en:before {
  position: absolute;
  width: 26px;
  height: 26px;
  left: 0;
  content: "";
  background: url(../img/icons/i-flag-en.png) 0 -5px no-repeat
}

.oeno-options, .field-name-field-oenotourisme-languages, field-name-field-oenotourisme-contact {
  margin-top: 15px
}

.oeno-options {
  color: #a2033c
}

.area-left {
  float: left;
  width: 200px;
}

.area-left .content-wrapper {
  padding-right: 20px;
}

.area-right {
  float: left;
  width: 200px
}

.field-name-field-oenotourisme-labelhandi li {
  display: inline-block;
  margin-left: 5px
}

.field-name-field-oenotourisme-labelhandi li img {
  display: block
}

.result-bloc .field-name-field-oenotourisme-gite-france, .result-bloc .field-name-field-oenotourisme-gite-enable, .result-bloc .field-name-field-oenotourisme-dom-restaurat, .result-bloc .field-name-field-oenotourisme-gite-clevac {
  padding: 10px 0px 10px 32px
}

.result-bloc .field-name-field-oenotourisme-gite-france {
  background: url(../img/icons/btn-gitefrance.png) 0 center no-repeat
}

.result-bloc .field-name-field-oenotourisme-gite-enable {
  background: url(../img/icons/btn-gite.png) 0 center no-repeat
}

.result-bloc .field-name-field-oenotourisme-gite-clevac {
  background: url(../img/icons/btn-clevacances.jpg) 0 center no-repeat
}

.result-bloc .field-name-field-oenotourisme-dom-restaurat {
  background: url(../img/icons/btn-restauration.png) 0 center no-repeat
}

.good-deal-bloc .field-name-field-oenotourisme-gite-france {
  z-index: -1;
  content: "";
  background: transparent url("../img/gites-de-france.png") no-repeat scroll 0px center;
  height: 90px;
  position: absolute;
  width: 90px;
  top: 0;
  right: 0
}

.good-deal-bloc .field-name-field-oenotourisme-gite-clevac {
  z-index: -1;
  content: "";
  background: transparent url("../img/clevacances_m_width.jpg") no-repeat scroll 0px center;
  background-size: contain;
  height: 54px;
  position: absolute;
  width: 84px;
  top: 98px;
  right: 5px;
}

/* ------ ESTABLISHMENT ------ */
#establishment {
  margin-bottom: -40px
}

#establishment h1 {
  float: left
}

.add-selection.top {
  position: relative;
  top: 15px
}

.add-selection.top a {
  float: right;
  margin: 0
}

.establishment-view {
  clear: both;
  float: left;
  width: 664px;
  height: 398px;
  margin: 0 8px 0 0
}

#establishment .field-name-body {
  overflow: hidden;
  margin-bottom: 20px
}

.establishment-desc {
  float: left;
  clear: both;
  margin: 27px 0 25px
}

.establishment-bloc {
  overflow: hidden;
  padding: 0 0 30px;
  margin-bottom: 25px;
  border-bottom: 10px solid #373131;
  display: flex;
  flex-wrap: wrap
}

#stickit-Oenotourisme {
  border-bottom: 0
}

.establishment-bloc.last {
  margin-bottom: 0;
  border-bottom: 0
}

#establishment h2 {
  width: 100%;
  padding: 0px 0px 20px 25px;
  box-sizing: border-box;
}

/* ------ Menu ------ */
.establishment-menu {
  clear: both;
  background: #EEEDED;
  margin-bottom: 30px
}

.establishment-menu ul {
  display: table;
  width: 100%
}

.establishment-menu li {
  display: table-cell;
  font: 400 1.1em/60px "aller-bd", sans-serif;
  text-align: center
}

.establishment-menu li a {
  position: relative;
  display: block;
  padding: 0 30px;
  color: #000
}

.establishment-menu li a:before {
  position: absolute;
  top: 18px;
  right: 0;
  width: 2px;
  height: 24px;
  content: "";
  background: #FFF
}

.establishment-menu li:last-child a:before {
  display: none
}

.establishment-menu li a:hover {
  color: #890000;
  text-decoration: none
}

.establishment-menu li.active a {
  color: #890000
}

.establishment-menu li.active a:after {
  position: absolute;
  content: "\E816";
  color: #EEEDED;
  left: 40%;
  top: 62px;
  font: 2.5em/0 "Fontello", serif;
  text-align: center
}

/* ------ Contact ------ */
.establishment-location {
  display: table;
  width: 100%;
  margin-bottom: 20px
}

.establishment-map {
  display: table-cell;
  width: 675px;
  min-height: 398px;
  vertical-align: top
}

.establishment-map .leaflet-container {
  min-height: 100%
}

.establishment-contact {
  display: table-cell;
  font: 400 .9em/1.4em "aller", sans-serif;
  padding: 40px 30px 20px 50px;
  background: #eaeaea;
  vertical-align: top;
  width: calc(100% - 675px);
  box-sizing: border-box
}

.establishment-contact a {
  color: #161414
}

.establishment__followus {
  display: inline-block;
  width: 50px;
  height: 50px;
}

.establishment__followus a {
  position: relative;
  display: inline-block;
  float: left;
  margin-top: 5px;
  color: #FFF;
}

.establishment__followus a:after {
  content: "\E802";
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  font: 1.7em/46px "Fontello", serif;
  text-align: center;
  background-color: #00539f;
  border-radius: 5px;
}

.establishment__tw_link a:after {
  content: "\E800";
  background-color: #1da1f2;
}

.establishment__insta_link a:after {
  content: "\F16D";
  background-color: #f19311;
}

.establishment-contact .org {
  margin-bottom: 20px;
  font: 400 1em/1.2em "aller-bd", sans-serif
}

.establishment-contact .org .given {
  display: block
}

.establishment-contact .org .family {
  display: block;
  margin-bottom: 10px
}

.establishment-contact .adr, .establishment-contact .email {
  margin-bottom: 20px
}

.establishment-contact .locality {
  margin-left: 5px;
  text-transform: uppercase
}

.establishment-specificity {
  clear: both;
  width: calc(100% - 40px);
  padding: 0 20px;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
  -moz-column-gap: 50px;
  -webkit-column-gap: 50px;
  -o-column-gap: 50px;
  column-gap: 50px
}

.establishment-specificity .field-type-text, .establishment-specificity .field-type-list-text {
  overflow: hidden;
  position: relative;
  display: block;
  margin-bottom: 10px
}

.establishment-specificity .field {
  display: inline-block
}

.establishment-specificity .field-label {
  display: inline;
  font-weight: 600
}

.establishment-specificity .field-item {
  display: inline-block;
  margin-right: 10px;
}

.establishment-specificity .field-item:after {
  right: -3px;
  content: ","
}

.establishment-specificity .field-item:last-child:after {
  display: none
}

.establishment-partner {
  float: left;
  display: table;
  padding: 0 17px
}

.establishment-accessibility {
  float: right;
  display: table;
  padding: 0 17px
}

.establishment-partner li, .establishment-accessibility .item-list li {
  display: table-cell;
  height: 50px;
  padding: 0 3px;
  vertical-align: bottom;
}

.establishment-partner img, .establishment-accessibility img {
  display: block
}

.mode-cultural {
  margin-top: 15px;
}

.mode-cultural .field-item {
  display: inline-block;
  margin-right: 5px
}

.good-deal {
  clear: both;
  width: calc(100% - 40px);
  padding: 0 20px;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
  -moz-column-gap: 50px;
  -webkit-column-gap: 50px;
  -o-column-gap: 50px;
  column-gap: 50px
}

.good-deal-bloc {
  position: relative;
  display: inline-block;
  margin-bottom: 30px
}

.good-deal-bloc:last-child {
  margin-bottom: 0
}

#establishment .good-deal-bloc h2 {
  margin: 0px 0px 15px 0;
  font: 400 1.7em/1.2em "aller", sans-serif;
  color: #a2033c
}

.good-deal-bloc .field-type-text, .field-wrapped {
  margin: 10px 0
}

.field-wrapped .field-type-text {
  margin: 0
}

.field-name-field-oenotourisme-children {
  color: #A2033C;
}

.field-label-inline .field-items {
  float: none;
  display: inline
}

.good-deal-bloc .field-label {
  display: inline;
  font-weight: 600
}

.good-deal-bloc .field-item {
  display: inline
}

.field-inline div {
  display: inline
}

.field-inline .field {
  margin-right: 3px
}

.good-deal-bloc .field-item a {
  font-weight: 600
}

.good-deal-bloc a.button {
  display: inline-block;
  margin-bottom: 10px;
  text-transform: none;
  font: 600 0.9em/24px "Open Sans", serif;
}

.good-deal-flag {
  float: right
}


/* ------ Wine ------ */
.wine-bloc {
  overflow: hidden; /* width: 990px; */
  height: 210px;
  margin-bottom: 40px;
  padding: 15px 10px 20px 15px;
  font: 400 0.85em/1.15em "aller", sans-serif;
  background: #eaeaea
}

.wine-view { /* float: left; width: 370px; height: 245px; margin: -15px 50px -20px 0 */
  display: none
}

.wine-view img {
  display: block
}

.wine-name {
  float: left;
  width: 390px;
  padding: 5px 40px 15px 50px;
  font: 400 1.15em/1em "aller-bd", sans-serif
}

.wine-place {
  float: right;
  width: 405px;
  padding: 5px 0 15px 55px;
  margin-left: 35px;
  font: 400 1.15em/1em "aller-bd", sans-serif;
  background: url(../img/icons/i-place.png) 0 0 no-repeat
}

.wine-col {
  position: relative;
  float: left;
  width: 460px;
  height: 175px
}

.wine-col .add-selection a {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1.25em
}

.wine-col.first {
  width: 395px;
  padding-left: 50px;
  padding-right: 35px;
  margin-right: 30px;
  border-right: 4px solid #FFF
}

.wine-col li {
  position: relative;
  padding: 3px 0
}

.wine-col.last li {
  min-height: 30px;
  padding: 8px 0 8px 55px
}

.wine-col span {
  display: block
}

.wine-more {
  position: relative;
  height: 65px;
  width: 100%;
  color: #747070;
  font: 400 .95em/1em "aller-bd", sans-serif;
  text-align: center;
  cursor: pointer
}

.wine-more:after {
  position: absolute;
  content: "\E818";
  color: #d5d1d1;
  left: 48%;
  bottom: 20px;
  font: 2.5em/0 "Fontello", serif;
  text-align: center
}

.wine-more:hover:after {
  bottom: 15px;
  color: #747070
}

.i-cup {
  background: url(../img/icons/i-cup.png) 0 0 no-repeat
}

.wine-col.last li.i-buy {
  padding-left: 0
}

.i-buy a {
  padding-left: 55px;
  color: #a70239;
  font: 400 1.3em/1em "aller-bd", sans-serif;
  text-transform: uppercase;
  background: url(../img/icons/i-buy.png) 0 0 no-repeat
}

/* ------ Show ------ */
.establishment-show-bloc {
  overflow: hidden;
  width: 990px;
  height: 187px;
  margin-bottom: 40px;
  padding: 15px 10px 20px 0;
  background: #eaeaea
}

.establishment-show-view {
  float: left;
  width: 370px;
  height: 205px;
  margin: -15px 50px -20px 0
}

.establishment-show-view img {
  display: block
}

.establishment-show-desc {
  position: relative;
  float: left;
  width: 570px;
  height: 100%;
}

.establishment-show-bloc .establishment-show-place {
  padding-right: 45px;
  color: #a70239
}

.establishment-show-bloc .establishment-show-stand {
  position: absolute;
  top: 75px;
  font-size: 1.5em;
  text-transform: uppercase
}

.establishment-show-bloc .establishment-show-link a {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 15px;
  font-size: 1em;
  color: #161414;
}

.establishment-show-bloc .establishment-show-link a:after {
  position: absolute;
  content: "\E808";
  left: 0;
  top: 2px;
  font: 1em/1.2em "Fontello", serif;
  text-align: center
}

.establishment-show-bloc .establishment-show-link a:hover {
  color: #890000;
  text-decoration: none
}

.establishment-show-bloc .add-selection a {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1.1em
}

.establishment-show-bloc .add-selection a:after {
  top: 2px
}


/* ------ Popin ------ */
#popin {
  font-size: 1.1em
}

#popin h1 {
  margin: 0 0 5px;
  font: 600 1em/1.2em "aller", sans-serif;
  color: #000;
}

#popin url {
  float: none
}

#popin .result-place {
  float: none;
  margin: 0;
  font: 400 1em/1.5em 'aller', sans-serif
}

#popin .result-place:after {
  display: none
}

#popin .result-appelation {
  float: none
}

#popin .popin-more a {
  display: inline-block;
  margin-top: 10px;
  color: #000;
  text-decoration: underline
}

/* ------ Oenotourisme ------ */
.oenotourisme-activity {
  clear: both;
  display: table;
  width: 100%;
  padding-bottom: 70px
}

.oenotourisme-activity-bloc {
  display: table-cell;
  text-align: center
}

.oenotourisme-activity-bloc span {
  display: inline-block;
  width: 140px;
  padding: 0 10px;
  margin-bottom: 20px;
  font: 400 1.2em/50px 'aller';
  color: #8d002a;
  border: 4px solid #ae0034
}

.oenotourisme-activity-bloc li {
  font-size: .9em;
  width: 170px;
  margin: 0 auto;
  line-height: 1.4em
}

.oenotourisme-bloc {
  overflow: hidden;
  width: 960px;
  height: 210px;
  margin-bottom: 20px;
  padding: 15px 40px 20px 0;
  font-size: .85em;
  background: #eaeaea
}

.oenotourisme-view {
  float: left;
  width: 370px;
  height: 245px;
  margin: -15px 50px -20px 0
}

.oenotourisme-view img {
  display: block
}

.oenotourisme-title {
  margin: 0 0 15px;
  font: 400 1.15em/1em "aller-bd", sans-serif
}

.oenotourisme-desc {
  position: relative;
  float: left;
  width: 540px;
  height: 100%;
}

.oenotourisme-tags {
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 1em
}

.oenotourisme-tags li {
  float: left;
  padding: 0 8px;
  border-right: 1px solid #161414
}

.oenotourisme-tags li:last-child {
  border-right: 0
}

/* ------ PicNic ------ */
.picnic-bloc {
  position: relative;
  overflow: hidden;
  width: 990px;
  height: 250px;
  margin-bottom: 10px;
  padding: 15px 10px 15px 0;
  font: 400 0.85em/1.4em "aller", sans-serif;
  background: #eaeaea
}

.picnic-map {
  float: left;
  width: 370px;
  height: 280px;
  margin: -15px 50px -20px 0
}

.picnic-name {
  float: left;
  width: 220px;
  margin: 5px 70px 15px 0;
  font: 400 1.15em/1em "aller-bd", sans-serif
}

.picnic-place {
  float: left;
  width: 225px;
  padding: 5px 0 15px 55px;
  font: 400 1.15em/1em "aller-bd", sans-serif;
  background: url(../img/icons/i-place.png) 0 0 no-repeat
}

.picnic-col {
  position: relative;
  float: left;
  width: 280px;
  height: 175px
}

.picnic-col.first {
  width: 220px;
  padding-right: 33px;
  margin-right: 33px;
  border-right: 4px solid #FFF
}

.picnic-bloc .picnic-col .vcard {
  padding: 0 0 0 55px;
  line-height: 1.2em;
  background: url(../img/icons/i-contact.png) 10px -5px no-repeat
}

.picnic-bloc .picnic-col .vcard .name {
  margin: 5px 0 8px
}

.picnic-bloc .picnic-col .vcard .email a {
  display: block
}

.picnic-bloc .picnic-col .vcard .locality {
  margin-left: 5px;
  text-transform: uppercase
}

.picnic-bloc .add-selection a {
  position: absolute;
  bottom: 15px;
  right: 0;
  font-size: 1.2em
}

.picnic-col ul {
  display: block;
  padding: 0 0 5px 15px;
  margin: 0
}

.picnic-col ul li {
  position: relative;
  margin-left: 10px;
  padding: 0;
  list-style: none
}

.picnic-col ul li:before {
  position: absolute;
  content: "-";
  left: -10px;
  color: #000;
  font-size: 1em
}


.picnic-header-image {
  position: relative;
  margin-bottom: 20px;
}

.field-name-field-picnic-wait-bg img {
  width: 100%;
  height: auto;
}

.field-name-field-picnic-wait-front-title img {
  position: absolute;
  top: 0;
  height: 100%;
  width: auto;
}

.field-name-field-picnic-wait-webform {
  margin-top: 40px;
}

.field-name-field-picnic-wait-webform input[type="submit"] {
  margin-left: 10px;
}

.field-name-field-picnic-block-photos {
  margin-top: 80px;
}

.field-name-field-picnic-block-photos > .field-items {
  display: flex;
  flex-wrap: wrap;
}

.field-name-field-picnic-block-photos > .field-items > .field-item {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 45%;
  padding-bottom: 80px;
}

.field-name-field-picnic-block-photos > .field-items > .field-item:nth-child(odd) {
  padding-right: 5%;
}

.field-name-field-picnic-block-photos > .field-items > .field-item:nth-child(even) {
  padding-left: 5%;
}

.field-name-field-picnic-block-photos .field-item img {
  width: 100%;
  height: auto;
}

.field-name-field-fc-picnic-photo-desc {
  padding-top: 10px;
  font-style: italic;
}


/* ------ SHOW ------ */
/* ------ Accueil ------ */
#show-page .add-selection a {
  margin: 0 0 20px
}

#show-page h2 {
  margin: 0px 0px 20px 25px
}

#show-page .news-headlight-desc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 40px);
  padding: 10px 20px;
  color: #FFF;
  background: rgba(156, 14, 49, .75);
}

#show-page .news-headlight-desc h3 {
  height: auto;
  padding: 0
}

#show-page .news-headlight-date {
  position: initial;
  background: none;
  text-transform: initial
}

/* ------ Show ------ */
#show h2 {
  margin: 0px 0px 20px 25px
}

#show #search-inner h2 {
  margin: 0 0 35px
}

.show-bloc {
  overflow: hidden
}

.show-date {
  float: left;
  margin: 0 0 25px 25px;
  font: 400 1em/1.2em "aller-bd", sans-serif
}

.show-bloc .event-link {
  float: right;
  position: initial
}

.show-view {
  clear: both;
  overflow: hidden;
  position: relative;
  float: left;
  width: 664px;
  height: 398px;
  margin: 0 8px 8px 0
}

.show-desc {
  clear: both;
  padding: 25px 25px 30px
}

.show-information {
  position: relative;
  overflow: hidden;
  padding: 20px 0 0;
  border-top: 10px solid #373131;
}

.show-map {
  float: left;
  width: 675px;
  height: 398px
}

.show-contact {
  float: left;
  width: 275px;
  height: 348px;
  padding: 25px;
  font: 400 .9em/1.2em "aller", sans-serif;
  background: #eaeaea
}

.show-contact a {
  color: #161414
}

.show-contact strong {
  font-size: 1.05em
}

.show-more {
  float: left;
  padding: 25px 25px 50px
}

.show-activity {
  clear: both;
  overflow: hidden;
  padding: 20px 0 0;
  border-top: 10px solid #373131;
}

#-vif-search-salon-form {
  position: relative;
  padding-bottom: 60px
}

#-vif-search-salon-form .event-link {
  bottom: -20px;
  top: auto
}

.show-services {
  padding: 0 0 45px;
  font: 400 1.03em/1.2em "aller", sans-serif;
  text-align: center
}

.show-services .field-item {
  display: inline-block;
  width: 160px;
  height: 160px;
  padding: 15px;
  margin: 7px 6px;
  text-align: left;
  vertical-align: top;
  background: #f1f0f0
}

.show-service-bloc img {
  padding: 5px 15px
}

.show-service-bloc span {
  display: block;
  margin-bottom: 3px;
  font-size: 1.1em;
  color: #8d002a
}

/* ------ List ------ */
.page-salons h1 {
  float: left;
}

.page-salons .add-selection a {
  margin: 20px 10px 0px
}

.show-list-filter {
  float: right
}

.show-list-filter .form-type-checkbox {
  float: left;
  margin-left: 20px
}

.show-list-bloc {
  clear: both;
  overflow: hidden;
  margin-bottom: 55px
}

.show-list-view {
  float: left;
  width: 330px
}

.show-list-view img {
  display: block
}

.show-list-desc {
  float: left;
  width: 630px;
  padding: 20px 20px 10px
}

.show-list-name {
  margin-bottom: 5px;
  font: 400 1.1em/1em 'aller-bd';
  text-transform: uppercase
}

.show-list-edition {
  margin-top: 20px;
  font: 400 1.1em/1.2em "aller-bd"
}

.show-list-date {
}

.show-list-stand {
  font: 400 1em/1.4em 'aller-bd'
}

.show-list-type {
  margin-top: 20px;
  font-size: .85em
}

.show-servicenode {
  min-width: 500px;
  padding: 15px;
  text-align: center
}

.show-servicenode h1 {
  margin: 10px 0px 5px 0px;
  font: 400 1.8em/1.2em "aller", sans-serif;
  text-align: left;
  font-size: 30px;
}

.show-servicenode .field-name-body {
  text-align: left;
  font-size: 15px;
}


/* ------ DASHBOARD ------ */
#dashboard-left {
  float: left;
  width: 690px;
  margin-right: 35px
}

#dashboard-left .show-list-bloc {
  clear: none;
  float: left;
  overflow: hidden;
  width: 330px;
  margin-right: 30px;
  font-size: .9em
}

#dashboard-left .show-list-bloc:nth-child(even) {
  margin-right: 0
}

#dashboard-left .show-list-desc {
  width: calc(100% - 40px);
  padding: 10px 20px
}

.show-list-bloc .show-list-links {
  margin-top: 15px
}

.show-list-bloc .show-list-links a {
  margin: 5px 0
}

#dashboard-left .formulaire select {
  float: left;
  width: 410px
}

#dashboard-left .formulaire input[type=text], #dashboard-left .formulaire input[type=email], #dashboard-left .formulaire input[type=password], #dashboard-left .formulaire input[type=number] {
  float: left;
  width: 390px
}

#dashboard-left .formulaire .form-item {
  width: 690px
}

#dashboard-right {
  float: left;
  width: 275px;
  padding: 10px 0;
  background: #eeeded
}

#dashboard-right li a {
  position: relative;
  display: block;
  padding: 10px 10px 10px 25px;
  color: #000;
  font: 400 1.1em/1em 'aller-bd';
}

#dashboard-right li a.active {
  color: #890000;
  text-decoration: none;
  cursor: default
}

#dashboard-right li a.active:before {
  position: absolute;
  content: "\E81F";
  color: #FFF;
  font: 2em/0 "Fontello", serif;
  left: 0;
  top: 21px
}

/* ------ CONTACT ------ */
#contact {
  clear: both;
  overflow: hidden;
  padding: 0 25px
}

#contact h1 {
  margin-left: 0
}

#contact .form-item {
  overflow: hidden;
  clear: both;
  margin-bottom: 30px
}

#contact label {
  float: left;
  width: 235px;
  margin: 12px 25px 0 0;
  text-align: right
}

#contact input[type=text], #contact input[type=email], #contact input[type=number] {
  height: 45px
}

#contact .form-actions {
  clear: both;
  width: 465px;
  margin-left: 260px;
  text-align: center;
}

#contact input[type=submit] {
  height: 35px;
  margin: 0;
  padding: 0 20px 4px;
  font: 400 1.1em/1em 'aller-bd';
  color: #a2033c;
  background: #FFF;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase
}

#contact input[type=submit]:hover {
  color: #FFF;
  background: #a2033c;
  border: 2px solid #a2033c;
}

#contact .form-required {
  margin-left: 5px
}

/* ------ FORMULAIRE ------ */
label {
  color: #000;
  font: 400 1.2em "aller", sans-serif
}

input[type=text], input[type=email], input[type=number], input[type=password], textarea {
  float: left;
  margin: 0;
  width: 445px;
  height: 35px;
  padding: 0 10px;
  font: 400 1em/1.2em "aller", sans-serif;
  color: #000;
  background: #eeeded;
  border: 0
}

.form-textarea-wrapper textarea, textarea {
  width: 465px;
  height: 215px;
  padding: 8px 15px;
  margin: 0 auto;
}

select {
  width: 465px;
  height: 45px;
  font: 400 1em/1.2em "aller", sans-serif;
  padding-left: 10px;
  color: #000;
  border: 0;
  background: #eeeded
}

input[type=submit] {
  height: 35px;
  margin: 0;
  padding: 0 20px 4px;
  font: 400 1.1em/1em 'aller-bd';
  color: #FFF;
  background: #a2033c;
  border: 2px solid #a2033c;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase
}

input[type=submit]:hover {
  color: #a2033c;
  background: #FFF
}

/* for chrome */
::-webkit-input-placeholder {
  color: #000;
  font-style: italic;
  opacity: 1 !important
}

/* Firefox 18- */
:-moz-placeholder {
  color: #000;
  font-style: italic;
  opacity: 1 !important
}

/* Firefox 19+ */
::-moz-placeholder {
  color: #000;
  font-style: italic;
  opacity: 1 !important
}

:-ms-input-placeholder {
  color: #000;
  font-style: italic;
  opacity: 1 !important
}

.marker, .form-required {
  color: #000
}

#user-login .form-item {
  clear: both;
  margin-bottom: 30px
}

#user-login .description {
  clear: both
}

.formulaire .form-item {
  overflow: hidden;
  width: 735px;
  margin-bottom: 30px;
}

.formulaire label {
  float: left;
  width: 260px;
  margin-right: 20px;
  text-align: right
}

.formulaire select {
  float: left;
  width: 450px
}

.formulaire input[type=text], .formulaire input[type=email], .formulaire input[type=password], .formulaire input[type=number] {
  float: left;
  width: 430px
}

.formulaire .description {
  clear: both;
  padding-top: 3px;
  margin-left: 280px;
  line-height: 1.2em;
}

.formulaire .form-type-radios {
  margin-bottom: 20px
}

.formulaire .form-type-radios .form-item {
  margin-bottom: 10px
}

.formulaire .form-type-radio label {
  float: none
}

.formulaire .form-type-radio input {
  float: left;
  margin: 6px 10px 0px 280px
}

.formulaire .form-type-checkbox label {
  flo #news-headlight
  #galleryat: none
}

.formulaire .form-type-checkbox input {
  float: left;
  margin: 6px 10px 0px 280px
}

.formulaire #edit-actions {
  margin-left: 280px
}

.formulaire #edit-actions input[type="submit"] {
  color: #A2033C;
  background: #FFF
}

.formulaire #edit-actions input[type="submit"]:hover {
  color: #FFF;
  background: #A2033C
}

.form-type-password-confirm {
  position: relative
}

.formulaire .form-item.password-parent, .formulaire .form-item.confirm-parent {
  margin-bottom: 50px;
}

.password-strength {
  float: none;
  position: absolute;
  top: 40px;
  left: 280px;
  margin: 0
}

div.password-confirm {
  float: none;
  position: absolute;
  top: 125px;
  left: 280px;
  margin: 0
}

div.form-item div.password-suggestions {
  width: 428px;
  padding: 10px;
  margin: 0 0 0 280px;
  border: 1px solid #B4B4B4
}

.messages {
  clear: both
}

#user-profile-form #edit-cancel {
  margin: 20px 0 0 20px
}

.profile .field-name-field-user-civ, .profile .field-name-field-user-firstname, .profile .field-name-field-user-name {
  display: inline-block;
  margin-right: 5px
}

.profile h3 {
  margin: 20px 0 0
}

.profile .field-name-field-user-type {
  margin: 20px 0
}


/* ------ BUTTON ------ */
.button a, a.button {
  position: relative;
  display: block;
  font: 600 1.1em/24px "Open Sans", serif;
  color: #FFF;
  padding: 0 15px;
  border: 2px solid #a2033c;
  background: #a2033c;
  text-align: center;
  text-transform: uppercase
}

.button a:hover, a.button:hover {
  color: #a2033c;
  background: #FFF;
  text-decoration: none
}

.result-more a, .add-selection a, .show-list-links a {
  position: relative;
  float: left;
  padding-left: 20px;
  margin: 15px 10px 0;
  font-size: 1.15em;
  color: #161414;
}

.result-more a:hover, .add-selection a:hover, .show-list-links a:hover {
  color: #890000;
  text-decoration: none
}

.result-more a, .show-list-links a {
  clear: both
}

.add-selection a {
  float: right
}

.result-more a:after, .add-selection a:after, .show-list-links a:after {
  position: absolute;
  content: "\E808";
  left: 0;
  top: 0;
  font: 1em/1.2em "Fontello", serif;
  text-align: center
}

.button-show {
  margin: 0 auto 20px;
  text-align: center
}

.button-show a {
  display: inline-block;
  padding: 0 10px;
  font: 400 1.2em/65px 'aller';
  color: #ae0034;
  border: 4px solid #ae0034
}

.button-show a:hover {
  color: #FFF;
  background: #ae0034;
  text-decoration: none
}


/* ------ PAGINATION ------ */
.item-list .pager {;
  font: 700 .9em/1em "Open Sans", sans-serif;
  text-align: right
}

.item-list .pager li.pager-first, .item-list .pager li.pager-last {
  display: none
}

.item-list .pager li {
  display: inline-block
}

.item-list .pager li a {
  display: block;
  padding: 0 8px;
  color: #8e8e8e;
  margin: 0 5px;
  text-align: center
}

.item-list .pager li a:hover {
  text-decoration: none;
  color: #000
}

.item-list .pager li.pager-current {
  padding: 0 8px;
  margin: 0 5px;
  color: #000;
  text-decoration: underline
}

.pager li.pager-previous a, .pager li.pager-next a {
  padding: 0 12px;
  font-size: 0;
  text-decoration: none;
  border: 1px solid #8e8e8e;
  border-radius: 3px;
}

.pager li.pager-previous a:after, .pager li.pager-next a:after {
  font: 15px/30px "Fontello";
  content: "\E812";
}

.pager li.pager-previous:hover a:after .pager li.pager-next:hover a:after {
  color: #FFF;
  text-decoration: none;
  background: rgba(25, 156, 178, 0.4);
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%
}

.pager li.pager-next a:after {
  content: "\E813"
}


/* ------ FOOTER ------ */
footer {
  width: 100%;
  margin-top: 40px;
  background: #dbdbdb
}

footer .inner {
  overflow: hidden;
  padding: 10px 0 30px
}

.footer-content {
  float: left;
  width: 856px;
  text-align: right
}

.newsletter-subscribe a {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 45px;
  margin-bottom: 6px;
  font: 400 1.25em/41px 'aller';
  color: #FFF;
  background: #a2033c;
  border: 2px solid #a2033c
}

.newsletter-subscribe a:hover {
  color: #a2033c;
  background: #FFF;
  text-decoration: none
}

.newsletter-subscribe a:before {
  position: absolute;
  left: 20px;
  top: 0;
  content: "\E808";
  font: 1.1em/45px "Fontello", serif
}

.footer-link a {
  padding: 0 5px;
  font: 400 1em/1em "Open Sans", sans-serif;
  color: #000
}

.footer-mention {
  margin-top: 2px;
  font: 600 .7em/1em "Open Sans", sans-serif
}

.footer-follow {
  float: right;
  width: 114px;
  margin-left: 30px;
}

.footer-follow li a {
  position: relative;
  float: left;
  display: block;
  width: 57px;
  height: 47px;
  color: #FFF
}

.footer-follow li.tw a {
  background: #55acee
}

.footer-follow li.tb a {
  background: #CC181E
}

.footer-follow li.fb a {
  background: #00539f
}

.footer-follow li.rss a {
  background: #fc7100
}

.footer-follow li a:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 57px;
  font: 1.7em/47px "Fontello", serif;
  text-align: center
}

.footer-follow li.tw a:after {
  content: "\E800"
}

.footer-follow li.tb a:after {
  content: "\E803"
}

.footer-follow li.fb a:after {
  content: "\E802"
}

.footer-follow li.rss a:after {
  content: "\E806"
}

.footer-follow li a:hover {
  background: #FFF
}

.footer-follow li.tw a:hover:after {
  color: #55acee
}

.footer-follow li.tb a:hover:after {
  color: #CC181E
}

.footer-follow li.fb a:hover:after {
  color: #00539f
}

.footer-follow li.rss a:hover:after {
  color: #fc7100
}


/* ------ WEBFORM Picnic Survey ------ */
.page-node-100242 .field-name-body {
  padding-bottom: 40px;
}

.page-node-100242 .media-element-container img {
  width: 100% !important;
  height: auto !important;
}

.page-node-100242 #contact-form label {
  width: auto;
  text-align: left;
}

.page-node-100242 #contact-form input[type="text"] {
  width: 100%;
}

.page-node-100242 #contact-form .webform-component-radios label {
  float: none;
}

.page-node-100242 #contact-form .webform-component-radios .form-radios {
  clear: both;
  padding: 10px 25px;
}

.page-node-100242 #contact-form .webform-component-radios .form-type-radio {
  padding: 5px 0;
  margin: 0;
}

.page-node-100242 #contact-form .webform-component-radios .form-type-radio input {
  vertical-align: initial;
}

.page-node-100242 #contact-form .webform-component-grid table {
  width: 100%;
}

.page-node-100242 #contact-form .webform-component-grid table thead tr {
  background: #FFF !important;
}

.page-node-100242 #contact-form .webform-component-grid table tr:nth-child(odd) {
  background: #e3e2e2;
}

.page-node-100242 #contact-form .webform-component-grid table td {
  padding: 0 15px;
  border-bottom: solid 1px #bbb;
}

.page-node-100242 #contact-form .form-textarea-wrapper {
  clear: both;
  width: 100%;
}

.page-node-100242 #contact-form .form-textarea-wrapper textarea {
  width: 100%;
}

.page-node-100242 #contact-form fieldset legend {
  padding-top: 40px;
  font-size: 1.6em;
}


.page-node-100242 #contact-form .webform-component--quelle-note-de-satisfaction-attribuez-vous-a-cet-evenement-cette- .form-type-radio {
  display: inline-block;
  padding: 5px 0;
}

.page-node-100242 #contact-form .webform-component--quelle-note-de-satisfaction-attribuez-vous-a-cet-evenement-cette- .form-radios:before {
  position: relative;
  padding: 0 30px;
  content: "Insatisfait";
}

.page-node-100242 #contact-form .webform-component--quelle-note-de-satisfaction-attribuez-vous-a-cet-evenement-cette- .form-radios:after {
  position: relative;
  content: "Satisfait";
}


.result-bloc .result-wrapper .result-place,
.result-bloc .result-wrapper .result-vigneron-modes {
  position: static;
  float: right;
  margin: 0 15px;
}

.result-bloc .result-wrapper .result-vigneron-modes {
  clear: both;
  text-align: right;
}

.result-bloc .result-name {
  margin: 0 0 10px;
}

.result-bloc .result-desc {
  margin-top: 5px !important;
}

.facetapi-limit-link {
  float: none !important;
}


.page-search-wine .area-right .content {
  display: none;
}

.page-search-wine .area-right .minus,
.page-search-wine .area-right .plus {
  clear: both;
  text-align: right;
  max-width: 370px;
}

.page-search-wine .area-right .minus,
.page-search-wine .area-right .content.show ~ .plus {
  display: none;
}

.page-search-wine .area-right .content.show ~ .minus,
.page-search-wine .area-right .content.show {
  display: block;
}

.page-search-wine .area-right .i-cup {
  margin-top: 30px;
}

/* OSM */

.marker-cluster-small {
  color: #FFF;
  background-color: rgba(162, 3, 60, 0.6);
}

.marker-cluster-small div {
  background-color: rgba(162, 3, 60, 0.6);
}

.row {
  overflow: hidden;
}

.row .col-2 {
  float: left;
  width: 50%;
}

.extranet-link-block {
  color: #fff;
  text-align: center;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  letter-spacing: 1;
}

.extranet-link-block h3 {
  font-size: 20px;
  margin-bottom: 25px;
  font-family: Lato;
  font-weight: 700;
  line-height: 24px;
}

.extranet-link-block a {
  background: #fff;
  font-size: 10px;
  color: #262c46;
  text-transform: uppercase;
  /*width: 275px;*/
  /*font-weight: bold;*/
  padding: 10px 17px;
  font-family: Raleway;
  font-weight: 800;
}

.extranet-link-block a:after {
  content: "\E811";
  font-family: "Fontello", serif;
  margin-left: 18px;

}

.extranet-link-block .content-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
  margin-right: 85px;
  background-color: #880a12;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.result-bloc .domain {
  margin: 0 0 10px;
  padding: 0;
  color: #AD0035;
  font-weight: bold;
  text-transform: uppercase;
}

.block-offre-speciale {
  padding: 0 !important;
  background-color: transparent !important;
}

.block-offre-speciale .col-first {
  width: 100%;
  background-color: #AD0035;
  background-image: url(../img/vine.png);
  background-position: right center;
  background-repeat: no-repeat;
  color: #fff;
  margin: 30px 0;
  padding: 20px 300px 20px 15px;
  box-sizing: border-box;
}

.block-offre-speciale .col-first .col-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 3em;
  margin: 0 0 20px;
}

.block-offre-speciale .col-first .item {
  margin: 0 0 20px;
}

.block-offre-speciale .col-first .item label {
  font-size: 2.1em;
  color: inherit;
}

.block-offre-speciale .col-first .item a {
  color: inherit;
}

.block-offre-speciale .col-second {
  width: 100%;
  font-size: 1.8em;
}

.block-offre-speciale .col-second .col-title {
  margin-bottom: 20px;
}

.block-offre-speciale .col-second .item-list {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 20px;
}

.block-offre-speciale .col-second label {
  font-size: 1em;
}

.block-offre-speciale .col-second .item {
  text-align: center;
  width: 50%;
}

.block-offre-speciale .col-second .item::before {
  content: '';
  height: 40px;
  display: block;
  text-align: center;
  margin: 20px 0;
  color: #a2033b;
  font-weight: bold;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.block-offre-speciale .col-second .item.email::before {
  background-image: url(../img/at-solid.png);
}

.block-offre-speciale .col-second .item.phone::before {
  background-image: url(../img/phone-solid.png);
}

.block-offre-speciale .col-second .item a {
  text-decoration: none;
  color: inherit;
}

.page-boutique fieldset.form-wrapper {
  margin: 0 0 30px;
}

.page-boutique fieldset.form-wrapper .fieldset-legend {
  font-size: 1.2em;
  font-weight: 700;
}

.page-boutique fieldset.form-wrapper .color-container-wrapper table {
  width: 100%;
}

.page-boutique fieldset.form-wrapper .color-container-wrapper table th {
  padding: 10px 15px;
  font-size: .8em;
  font-style: italic;
  font-weight: 400;
}

.page-boutique fieldset.form-wrapper .color-container-wrapper table tr:nth-child(2n+1) td {
  background-color: #FAFAFA;
}

.page-boutique fieldset.form-wrapper .color-container-wrapper table td {
  padding: 10px 15px;
  font-size: .8em;
}

.page-boutique fieldset.form-wrapper .color-container-wrapper table .promo-mark {
  font-size: 1.2em;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.page-boutique fieldset.form-wrapper .color-container-wrapper table .price-amount-wrapper {
  font-size: 1.2em;
  font-weight: bold;
  display: block;
}

.page-boutique fieldset.form-wrapper .color-container-wrapper table .count .form-item {
  border: 1px solid grey;
  display: flex;
  width: 120px;
}

.page-boutique fieldset.form-wrapper .color-container-wrapper table .count .form-item span {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.2em;
  background: lightgray;
}

.page-boutique fieldset.form-wrapper .color-container-wrapper table .total-row {
  font-weight: bold;
  text-align: center;
}

.page-boutique fieldset.form-wrapper .color-container-wrapper table .count input {
  width: 50px;
  background-color: transparent;
  float: none;
  font-weight: bold;
  color: #9A0000;
  border-left: 1px solid grey;
  border-right: 1px solid grey;
  box-sizing: border-box;
}

.page-boutique fieldset.form-wrapper .color-container-wrapper table .count input::-webkit-outer-spin-button,
.page-boutique fieldset.form-wrapper .color-container-wrapper table .count input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.page-boutique fieldset.form-wrapper .color-container-wrapper table .count input[type=number] {
  -moz-appearance: textfield;
}

.page-boutique fieldset.form-wrapper + div.form-wrapper {
  text-align: right;
  box-sizing: border-box;
  width: 100%;
  margin: 30px 0;
}

.page-boutique fieldset.form-wrapper + div.form-wrapper > .form-wrapper {
  background-color: #3A7D97;
  padding: 20px 15px;
  box-sizing: border-box;
  color: #fff;
}

.page-boutique fieldset.form-wrapper + div.form-wrapper > .form-wrapper a {
  color: inherit;
  font-weight: 400;
}

.page-boutique fieldset.form-wrapper + div.form-wrapper > .form-wrapper label {
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
  width: 200px;
  text-align: left;
  display: inline-block;
  vertical-align: top;
}

.page-boutique fieldset.form-wrapper + div.form-wrapper > .form-wrapper div {
  display: inline-block;
  text-align: right;
  width: 150px;
  vertical-align: top;
}

.page-boutique fieldset.form-wrapper + div.form-wrapper > .form-wrapper:last-child {
  background-color: #2B5F74;
}

.page-boutique fieldset.form-wrapper + div.form-wrapper > .form-wrapper:last-child label {
  font-size: 1.4em;
}

.page-boutique fieldset.form-wrapper + div.form-wrapper > .form-wrapper:last-child > .form-wrapper > div:first-child {
  font-size: 1.2em;
  font-weight: bold;
}

.page-boutique #edit-delivery-information .fieldset-legend {
  margin: 0 0 20px;
  display: block;
}

.page-boutique #edit-delivery-information .fieldset-description {
  font-weight: bold;
  margin: 0 0 10px;
}

.page-boutique #edit-delivery-information .fieldset-description a {
  font-weight: 400;
  color: inherit;
  text-decoration: underline;
}

.page-boutique #edit-delivery-information .form-item {
  margin-bottom: 20px;
}

.page-boutique #edit-delivery-information .form-item-delivery-information-last-name,
.page-boutique #edit-delivery-information .form-item-delivery-information-first-name {
  width: 50%;
  float: left;
}

.page-boutique #edit-delivery-information .form-item-delivery-information-adresse {
  clear: both;
  width: 100%;
}

.page-boutique #edit-delivery-information .form-item-delivery-information-adresse input {
  width: 100%;
}

/* CSS - 28/08/2015
/* MAJ - 28/10/2015
 *
 * Theme VIF for Drupal 7
 * By www.ipika.fr
*/


/* ------ COMMON ------ */
body {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #161414;
  font: 400 100%/1.4em 'aller', sans-serif;
  background: #FFF;
  letter-spacing: -0.02em
}

@media (max-width: 575px) {
  body {
    overflow-x: hidden;
  }
}

p {
  margin: 0 0 1em
}

ul {
  margin: 0
}

h1 {
  margin: 0 0 20px 25px;
  padding: 0;
  font: 400 2.2em/1.2em "aller", sans-serif;
  color: #890000
}

h2 {
  margin: 0 0 10px;
  padding: 0;
  font: 400 2.1em/1.2em "aller", sans-serif;
  color: #890000
}

h3 {
  margin: 0;
  padding: 0;
  font: 400 1.2em/1.3em "aller-bd", serif
}

a {
  color: #890000;
  text-decoration: none
}

a:hover {
  text-decoration: underline
}

strong {
  font-family: 'aller-bd', serif;
  font-weight: 400
}

.field-name-body h2 {
  margin: 0 0 15px;
  padding: 0;
  font: 400 1.5em/1.2em "aller", sans-serif;
}

/* color: #161414 */
.field-name-body ol, .field-name-body ul {
  display: block;
  padding: 0 0 0 20px;
  margin: -.5em 0px 1em 0px
}

.field-name-body ol li {
  margin-left: 15px;
  padding: 3px 0 3px 0;
  list-style-type: decimal
}

.field-name-body ul li {
  position: relative;
  margin-left: 15px;
  padding: 3px 0 3px 0;
  list-style: none
}

.field-name-body ul li:before {
  position: absolute;
  content: "●";
  left: -20px;
  color: #000;
  font-size: 1em
}

.grippie {
  overflow: hidden;
  position: relative;
  height: 20px;
  background: #373131 url("../img/icons/grippie.png") no-repeat center center;
  cursor: pointer
}

.field-name-body .verbatim {
  padding: 15px 35px;
  font-size: 1.2em;
  line-height: 1.3em;
  color: #890000;
  text-align: center
}

.field-name-body .exergue {
  padding: 15px 35px;
  font-size: 1.1em;
  color: #890000;
  background: #efefef
}

.field-name-body img {
  border-color: transparent;
}


/* ------ QUICK-MENU ------ */
#quick-menu {
  display: block;
  z-index: 99;
  position: fixed;
  top: 300px;
  left: 50px;
  width: 86px;
  padding: 0 2px;
  font: 700 .95em/1em "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  text-align: center;
  background: #726b6b;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s
}

#quick-menu ul {
  overflow: hidden;
  width: 86px
}

#quick-menu ul:hover {
  width: 400px
}

#quick-menu li {
  position: relative
}

#quick-menu li a {
  display: block;
  width: 86px;
  padding: 15px 0;
  color: #FFF;
  border-bottom: 1px solid #FFF;
  background: #726b6b
}

#quick-menu li:first-child a {
  height: 50px
}

#quick-menu li:last-child a {
  border-bottom: 0
}

#quick-menu li form {
  z-index: -10;
  position: absolute;
  width: 260px;
  left: -212px;
  top: 0;
  padding: 23px 20px;
  background: #726b6b;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s
}

#quick-menu li:hover form {
  z-index: 0;
  left: 88px
}

#quick-menu li form .form-item {
  float: left;
  width: 215px
}

#quick-menu li form input[type="text"] {
  width: 205px;
  background: #FFF
}

#quick-menu li form input[type="submit"] {
  float: left;
  padding: 0px 5px 3px 5px
}

/*Use icons like header*/
#quick-menu li.expanded {
  width: 86px;
  border-top: 1px solid #fff;
  margin: -1px 0 0;
  padding: 0;
  background-color: transparent;
  position: relative;
  z-index: 1;
}

#quick-menu li.expanded > a {
  display: none;
}

#quick-menu li.expanded li {
  width: 50%;
  float: left;
  font-size: 0;
  color: #fff;
  text-align: center;
}

#quick-menu li.expanded ul {
  width: 100%;
}

#quick-menu li.expanded li a {
  display: block;
  text-decoration: none !important;
  border-bottom: none;
  width: 100%;
  padding: 100% 0 0;
  height: 0;
  margin: 0;
  position: relative;
}

#quick-menu li.expanded li a:after {
  font: 27px/30px "Fontello", serif;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: -15px 0 0 -15px;
}

#quick-menu li.expanded li a:hover {
  background-color: #fff;
}

/*fb*/
#quick-menu li.fb a:after {
  content: "\E802"
}

#quick-menu li.fb a:hover:after {
  color: #3C599B
}

/*tw*/
#quick-menu li.tw a:after {
  content: "\E800"
}

#quick-menu li.tw a:hover:after {
  color: #5EA9DD
}

/*yt*/
#quick-menu li.yt a:after {
  content: "\E803"
}

#quick-menu li.yt a:hover:after {
  color: #CC181E
}

/*insta*/
#quick-menu li.inst a:after {
  content: "";
  background-image: url(../img/icons/inst-white.png);
  background-position: center center;
  -webkit-background-size: 25px 25px;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
}

#quick-menu li.inst a:hover:after {
  background-image: url(../img/icons/inst.png)
}


#quick-menu.hide {
  left: -90px
}

.qmenu-close {
  position: absolute;
  content: "#";
  width: 25px;
  height: 75px;
  background: #AD0035;
  top: 50%;
  right: -25px;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  cursor: pointer
}

.qmenu-close {
  position: absolute;
  content: "#";
  width: 25px;
  height: 75px;
  background: #AD0035;
  top: 50%;
  right: -25px;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%)
}

.qmenu-close:after {
  position: absolute;
  content: "\E80F";
  left: 0;
  width: 25px;
  font: 1em/75px "Fontello", serif;
  text-align: center;
  color: #FFF
}

.hide .qmenu-close:after {
  content: "\E811"
}


/* ------ STRUCTURE ------ */
section {
  width: 100%
}

.inner {
  position: relative;
  width: 1000px;
  height: 100%;
  margin: 0 auto
}

section .inner {
  padding-bottom: 20px
}

.bloc-link a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

#banner {
  margin: 0 auto 20px;
  text-align: center
}

#banner img {
  display: inline-block
}


/* ------ HEADER ------ */
header {
  position: relative;
  width: 100%
}

header .inner {
  height: 300px;
  padding: 0;
  margin-bottom: 20px;
  border-bottom: 10px solid #e3e2e2
}

.header-top {
  height: 225px
}

.logo {
  float: left;
  width: 141px;
  height: 198px;
  padding: 15px 9px 12px 0;
  margin-right: 25px
}

.logo a {
  display: block
}

.logo img {
  width: 100%;
  height: auto
}

.header-button {
  overflow: hidden;
  float: left;
  width: 575px;
  height: 70px;
  margin: 30px 0 0 0
}

.header-button li {
  float: left;
  margin-right: 8px;
  padding: 0
}

.header-button li a {
  position: relative;
  display: block;
  padding: 0 10px;
  font-size: 1.2em;
  color: #9c0e31;
  line-height: 30px;
  border: 2px solid #9c0e31
}

.header-button li a:hover {
  color: #FFF;
  background: #9c0e31;
  text-decoration: none
}

.header-button li.account a {
  padding: 0 30px 0 60px
}

.header-button li.account a:before {
  position: absolute;
  left: 30px;
  top: 0;
  content: "\E81C";
  font: 1.2em/30px "Fontello", serif;
  color: #9C0E31
}

.header-button li.account a:hover:before {
  color: #FFF
}

.language {
  float: right;
  width: 240px;
  height: 30px;
  margin-right: 10px;
  text-align: right;
  line-height: 30px
}

.language li {
  display: inline-block;
  margin-right: -4px;
  line-height: 0
}

.language li a {
  display: block;
  padding: 0 5px;
  color: #adacac
}

.language li.active a {
  color: #9c0e31;
  text-decoration: underline
}

#header-search {
  float: right;
  width: 240px;
  margin: 0 10px 10px 0;
  text-align: right
}

#header-search .form-item, #header-search .form-actions {
  float: left
}

#header-search input[type=text] {
  float: left;
  width: 175px;
  height: 34px;
  padding: 0 10px;
  margin: 0;
  background: #e3e2e2;
  border: 0
}

#header-search input[type=submit] {
  position: relative;
  float: left;
  width: 45px;
  height: 34px;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent
}

#header-search .form-actions {
  position: relative;
  background: #e3e2e2
}

#header-search .form-actions:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  content: "\E80E";
  font: 1.5em/30px "Fontello", serif;
  text-align: center;
  color: #FFF
}

.claim {
  float: left;
  width: 575px;
  color: #000;
  font: italic 400 2.3em/0.9em "daniel-bd", cursive
}

.header-follow {
  position: absolute;
  top: 183px;
  right: 0
}

.header-follow li {
  display: inline-block;
  margin-right: -4px;
  padding: 0
}

.header-follow li a {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0 5px;
  color: #373131;
  border-right: 1px solid #d2d1d1
}

.header-follow li:last-child a {
  border-right: 0
}

.header-follow li a:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  padding: 0 5px;
  font: 1.7em/30px "Fontello", serif;
  text-align: center
}

.header-follow li.tw a:after {
  content: "\E800";
  color: #5EA9DD
}

.header-follow li.fb a:after {
  content: "\E802";
  color: #3C599B
}

.header-follow li.yt a:after {
  content: "\E803";
  color: #CC181E
}

.header-follow li.inst a:after {
  content: "";
  background-image: url(../img/icons/inst.png);
  background-position: center center;
  -webkit-background-size: 25px 25px;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  display: block;
  width: 30px;
  height: 30px;
}

/* ------ Nav ------ */
nav {
  z-index: 1;
  clear: both;
  position: relative;
  height: 75px;
  font: normal 1.1em/75px 'aller-bd', serif;
  text-transform: uppercase
}

nav ul {
  display: table;
  width: 100%;
  margin: 0 auto
}

nav ul li {
  display: table-cell;
  text-align: center
}

nav ul li a {
  position: relative;
  display: block;
  padding: 0 20px;
  color: #000
}

nav ul li a:hover {
  color: #9C0E31;
  text-decoration: none
}

nav ul li:hover > a {
  color: #9C0E31
}

nav ul ul {
  display: none;
  position: absolute;
  width: 920px;
  padding: 20px 40px;
  top: 75px;
  left: 0;;
  font: normal 1.1em/2.4em 'aller';
  background: #e3e2e2;
  text-transform: initial;
  text-align: left
}

nav ul li:hover ul {
  display: block
}

nav ul ul li {
  display: inline-block
}

nav ul ul li a:after {
  position: absolute;
  right: 0;
  top: 34%;
  background: #000;
  width: 1px;
  height: 15px;
  content: ""
}

nav ul ul li:last-child a:after {
  display: none
}

nav ul li:hover a:before {
  position: absolute;
  content: "\E81E";
  color: #e3e2e2;
  font: 2.5em/0 "Fontello", serif;
  transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  bottom: 7px;
  left: 50%
}

nav ul li:hover ul a:before {
  display: none
}

nav .header-button {
  display: none
}


/* ------ BREADCRUMB ------ */
.page-top {
  clear: both;
  margin-bottom: 20px;
}

.page-top:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  content: ".";
  line-height: 0
}

.breadcrumb {
  float: left;
  width: 815px;
  padding: 0 10px;
  font-size: .75em;
  line-height: 1.5em
}

.breadcrumb a {
  padding-right: 5px;
  color: #000
}

.breadcrumb a.active {
  text-decoration: none;
  cursor: default
}

.sharing-top {
  float: right;
  width: 155px;
  padding-right: 10px;
  text-align: right
}

.sharing-top li {
  display: inline-block;
  margin-right: -4px
}

.sharing-top a {
  display: block
}

.sharing-top a.addthis_button_print span, .sharing-top a.addthis_button_email span, .sharing-top .compact span {
  display: none
}

.sharing-top .addthis_toolbox a.addthis_button_print, .sharing-top .addthis_toolbox a.addthis_button_email, .sharing-top .compact a {
  display: block;
  width: 20px;
  height: 20px;
  padding: 0 7px
}

.sharing-top .printer a {
  border-right: 1px solid #3f2270;
  background: url(../img/icons/printer.png) center center no-repeat
}

.sharing-top .email a {
  border-right: 1px solid #3f2270;
  background: url(../img/icons/email.png) center center no-repeat
}


/* ------ PUSH ------ */
.push-buy {
  float: left;
  width: 328px;
  margin: 0
}

.front .push-buy {
  margin: 0 0 8px
}

.push-buy img, .push-buy a {
  display: block
}


/* --- Modif --- */
.push-buy.split {
  position: relative;
  height: 218px;
}

.push-buy.split a {
  height: 50%;
  overflow: hidden;
}

.push-buy.split img {
  position: relative;
  top: -35px;
}

.push-buy.split a.to-form {
  display: flex;
  height: 50%;
  text-align: center;
  vertical-align: middle;
}

.push-buy.split a.to-form img {
  top: 0;
}

.push-buy.split a.to-form span {
  font-weight: bold;
  margin: auto;
}


/* ------ ACCUEIL ------ */
.front h2 {
  margin-left: 20px
}

.news-all {
  position: absolute;
  right: 10px;
  top: 12px;
  font-size: 1.15em;
}

.news-all a {
  position: relative;
  padding-left: 20px;
  color: #161414
}

.news-all a:hover {
  color: #890000;
  text-decoration: none
}

.news-all a:after {
  position: absolute;
  content: "\E808";
  left: 0;
  top: 2px;
  font: 1em/1.2em "Fontello", serif;
  text-align: center
}

#event-list .news-all {
  top: 33px
}

#event-list .news-all li {
  float: left;
  margin-left: 40px
}

/* ------ News ------ */
#news-headlight {
  position: relative;
  clear: both;
  overflow: hidden;
  margin: 0 -8px 0 0;
  padding-bottom: 22px
}

#news-headlight #gallery img {
  height: 556px;
  object-fit: cover
}

#news-headlight #gallery .field-name-field-link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden
}

.news-headlight-bloc {
  overflow: hidden;
  position: relative;
  float: left;
  width: 324px;
  height: 219px;
  margin: 0 8px 0 0
}

.news-headlight-view { /* z-index: -1; position: absolute; */
}

.news-headlight-view img {
  display: block;
  width: 100%;
  height: auto;
}

.news-headlight-bloc h3 {
  padding: 10px 0px 6px
}

.news-headlight-date {
  display: inline-block;
  padding-right: 10px;
  font-size: .9em;
  line-height: 1em;
}

.news-headlight-tags {
  display: inline-block;
  text-transform: uppercase;
  font-size: .9em;
  padding-left: 10px;
  border-left: 1px solid #FFF;
  line-height: 1em
}

.news-headlight-slide p {
  margin: 4px 0 0
}

.news-headlight-slide {
  position: absolute;
  bottom: -33px;
  width: calc(100% - 40px);
  padding: 0 20px 15px 20px;
  color: #FFF;
  background: rgba(156, 14, 49, .75);
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s
}

.news-headlight-bloc:hover .news-headlight-slide {
  bottom: 0
}

.news-headlight-bloc.large {
  width: 664px;
  height: 398px;
}

.news-headlight-bloc.large .news-headlight-desc {
  position: absolute;
  3 left: 50px;
  bottom: 55px;
  width: 425px;
  margin: 0
}

.news-headlight-bloc.large .news-headlight-date, .news-headlight-bloc.large .news-headlight-tags {
  padding: 5px 10px;
  margin: 0 -4px 5px 0;
  font-size: 1em;
  color: #FFF;
  background: #373131
}

.news-headlight-bloc.large .news-headlight-tags {
  padding: 5px 25px 5px 10px;
  border-left: 1px solid #9b9898
}

.news-headlight-bloc.large h3 {
  height: auto;
  padding: 0;
  margin: 0
}

.news-headlight-bloc.large h3 a, .page-pique-nique .news-headlight-bloc.large h3 span {
  padding: 0;
  font: 400 2em/1.2em "aller", sans-serif;
  color: #000;
  background: #FFF;
  text-decoration: none
}


/* ------ Event ------ */
#event-list {
  position: relative;
  overflow: hidden;
  margin: 0 0 30px 0;
  padding: 20px 0 0;
  border-top: 10px solid #373131;

  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(100%, #eeeeee)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #ffffff 0%, #eeeeee 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #ffffff 0%, #eeseeee 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #ffffff 0%, #eeeeee 100%); /* IE10+ */
  background: linear-gradient(to right, #ffffff 0%, #eeeeee 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=1); /* IE6-9 */
}

#event-list .event-list-bloc {
  overflow: hidden;
  position: relative;
  float: left;
  width: 328px;
  height: 360px;
  margin: 0 8px 0 0
}

#event-list .event-list-bloc:nth-child(3n) {
  margin: 0
}

.event-list-view img {
  display: block
}

.event-list-type {
  position: absolute;
  left: 15px;
  top: 165px;
  padding: 5px 35px 5px 10px;
  color: #161414;
  font: 400 0.85em/1em "Open Sans", sans-serif;
  background: #FFF;
  text-transform: uppercase
}

.event-list-bloc h3 {
  clear: both;
  margin: 10px 0 3px
}

.event-list-bloc h3 a {
  color: #161414
}

.event-list-bloc:hover h3 a, .event-list-bloc:hover h3 {
  color: #890000
}

.event-list-desc {
  padding: 15px 20px
}

.event-list-date {
  float: left;
  margin-right: 10px;
  font-size: .9em;
  line-height: 1em
}

.event-list-place {
  clear: both;
  float: left;
  margin: 5px 0 10px;
  font-size: .9em;
  line-height: 1em
}

.event-list-tags {
  overflow: hidden;
  font-size: .9em;
  line-height: 1em
}

.event-list-tags li {
  float: left;
  padding: 0 8px;
  border-right: 1px solid #161414
}

.event-list-tags li:last-child {
  border-right: 0
}

.event-link {
  position: absolute;
  top: 33px;
  right: 30px
}

.event-link li {
  display: inline-block
}

.event-link li a {
  position: relative;
  padding-left: 20px;
  margin: 0 0 0 15px;
  font-size: 1.15em;
  color: #161414
}

.event-link li a:hover {
  color: #890000;
  text-decoration: none
}

.event-link li a:after {
  position: absolute;
  content: "\E808";
  left: 0;
  top: 2px;
  font: 1em/1.2em "Fontello", serif;
  text-align: center
}

#event-list .view-room.view-display-id-home {
  position: static
}


/* ------ Button ------ */
#button-access {
  clear: both;
  overflow: hidden;
  padding: 20px 0;
  border-top: 10px solid #373131
}

.pane-menu-menu-accueil-oenotourisme#button-access {
  border: 0;
}

#button-front ul {
  padding: 18px 15px 35px
}

#button-front li {
  display: inline-block;
  text-align: center;
  border-color: #FFF;
  border-left-width: 6px;
  border-right-width: 6px;
  border-style: solid;
  vertical-align: top
}

/*#button-front li a { display: table-cell; max-width: 190px; height: 85px; padding: 0 10px; font-size: 1.2em;  color: #8d002a; border: 4px solid #ae0034; vertical-align: middle }*/
#button-front li a:hover {
  color: #FFF;
  background: #ae0034;
  text-decoration: none
}

#button-front li a {
  font-size: 1.2em;
  color: #8d002a;
  border: 4px solid #ae0034;
  display: block;
  width: 190px;
  height: 75px;
  padding: 20px 10px 0 10px;
  position: relative
}

#button-front li img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 98%;
}

/* ------ Search ------ */
.pane-vif-search-vigneron-form, .pane-vif-search-salon-form, .pane-vif-search-oenot-form {
  position: relative;
  overflow: hidden;
  margin: 0 0 35px 0;
  padding: 20px 0;
  border-top: 10px solid #373131
}

.pane-vif-search-oenot-form, .pane-vif-search-picnic-form {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  margin-bottom: 40px;
  border-top: 10px solid #373131;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(100%, #eeeeee)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #ffffff 0%, #eeeeee 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #ffffff 0%, #eeseeee 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #ffffff 0%, #eeeeee 100%); /* IE10+ */
  background: linear-gradient(to right, #ffffff 0%, #eeeeee 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=1); /* IE6-9 */
}

.pane-vif-search-oenot-form h2,
.pane-vif-search-picnic-form h2 {
  margin-bottom: 40px
}

.pane-vif-search-oenot-form #search-inner input[type="text"],
.page-search-oenotourisme .search-form input[type="text"],
.pane-vif-search-picnic-form #search-inner input[type="text"],
.page-search-pique-nique .search-form input[type="text"] {
  width: 520px;
  margin-bottom: 20px
}

.pane-vif-search-oenot-form #search-inner #edit-actions,
.page-search-oenotourisme .views-submit-button,
.pane-vif-search-picnic-form #search-inner #edit-actions,
.page-search-pique-nique .views-submit-button {
  clear: both;
  float: none;
  margin: 0px 0px 0px 20px;
  width: 500px;
  text-align: center
}

.location-or {
  position: absolute;
  right: 0
}

.search-form .location-or {
  top: 50px
}

.location-or:before {
  position: absolute;
  right: 360px;
  top: 30px;
  content: "OU";
  color: #A2033C;
  font: 700 1.4em/1.4em "aller", sans-serif;
}

.oenotourisme-search-by-region .views-widget-filter-search_api_views_fulltext, #search .views-submit-button > .form-submit {
  display: none
}

.oenotourisme-search-by-region .location-or {
  position: static
}

.oenotourisme-search-by-region .location-or:before {
  content: none
}

.oenotourisme-search-by-region #search .views-exposed-widgets {
  display: flex
}

.oenotourisme-search-by-region .views-widget-filter-enseigne_location {
  width: calc(100% - 280px)
}

.oenotourisme-search-by-region #search .views-submit-button {
  width: 280px;
  margin: 0
}

.oenotourisme-search-by-region #search input[type=text] {
  width: calc(100% - 20px)
}

.oenotourisme-search-by-region .location-or .form-submit {
  margin: 0;
  border: 0;
  background: #fff;
  color: #a2033c;
  text-transform: none
}

#search-inner .location-or input[type="submit"], .search-form .location-or input[type="submit"], .search-form .location-or .around-me-button {
  position: absolute;
  right: 50px;
  background: #FFF none repeat scroll 0% 0%;
  color: #A2033C;
  padding: 0px 20px;
  width: auto;
  text-transform: inherit;
  height: 80px;
  display: inline;
  font-size: 1em;
  border: 4px solid #AE0034;
  cursor: pointer;
  font: 400 1.1em/1em 'aller-bd';
}

#search-inner .location-or input[type="submit"]:hover, .search-form .location-or input[type="submit"]:hover, .search-form .location-or .around-me-button:hover {
  color: #FFF;
  background: #A2033C
}

#search-inner h2 {
  margin: 0 0 15px
}

#search-inner p {
  margin: 0px 0px 50px 20px;
  font: 400 1.3em/1em 'aller-bd', serif;
  color: #000;
  text-transform: uppercase
}

#search-inner .form-item, #search-inner .form-actions {
  float: left
}

#search-inner input[type=text] {
  width: 600px;
  margin: 0 35px 0 20px
}

#search-inner input[type=submit] {
  width: 305px;
  margin: 0;
  text-align: center
}

.search-advanced {
  clear: both
}

.search-advanced {
  clear: both;
  float: right;
  width: 340px;
  margin-top: 5px;
  text-align: center
}

/* ------ Gallery ------ */
#gallery {
  position: relative;
  width: 1000px;
  height: 556px;
  margin-bottom: 40px
}

#gallery .gallery-arrow, .jcarousel-prev, .jcarousel-next {
  z-index: 2;
  position: absolute;
  top: 45%;
  left: 20px;
  width: 42px;
  height: 42px;
  color: #FFF;
  text-align: left;
  cursor: pointer
}

.jcarousel-prev, .jcarousel-next {
  top: 42%
}

#gallery .gallery-arrow.right, .jcarousel-next {
  left: auto;
  right: 20px;
  text-align: right
}

#gallery .gallery-arrow:after, .jcarousel-prev:after, .jcarousel-next:after {
  width: 42px;
  content: "\E807";
  font: 2.9em/42px "Fontello", serif
}

#gallery .gallery-arrow.right:after, .jcarousel-next:after {
  content: "\E808"
}

#gallery .gallery-inner {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 1000px;
  height: 556px
}

#gallery .gallery-inner img {
  display: block;
  width: 100%;
  height: auto;
}

#gallery .gallery-view img {
  display: block;
  width: 100%;
  height: auto
}

#gallery .gallery-desc, #gallery .field-name-field-slide-description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 920px;
  padding: 15px 40px;
  background: rgba(219, 219, 219, .85)
}

#gallery .gallery-desc h3, #gallery .field-name-field-slide-description h3 {
  font: 400 1.2em/1.3em "aller-bd", serif;
  margin-bottom: 8px
}


/* ------ Video-List ------ */
#video-list {
  overflow: hidden;
  padding: 20px 0 0;
  margin-bottom: 40px;
  border-top: 10px solid #373131;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(100%, #eeeeee)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #ffffff 0%, #eeeeee 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #ffffff 0%, #eeseeee 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #ffffff 0%, #eeeeee 100%); /* IE10+ */
  background: linear-gradient(to right, #ffffff 0%, #eeeeee 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=1); /* IE6-9 */
}

.front #video-list {
  margin-bottom: 0
}

#video-list .video-list-bloc {
  overflow: hidden;
  position: relative;
  float: left;
  width: 328px;
  height: 295px;
  margin: 0 8px 0 0
}

#video-list .video-list-bloc:nth-child(3n) {
  margin: 0
}

.video-list-view {
  position: relative;
  height: 180px
}

.video-list-view:after {
  position: absolute;
  content: "\E805";
  left: 35px;
  top: 65px;
  width: 53px;
  height: 63px;
  padding-left: 10px;
  color: #000;
  font: 2.3em/63px "Fontello", serif;
  background: #FFF;
  border-radius: 50%;
  text-align: center
}

.video-list-type {
  position: absolute;
  left: 15px;
  top: 165px;
  padding: 5px 35px 5px 10px;
  color: #161414;
  font: 400 0.85em/1em "Open Sans", sans-serif;
  background: #FFF;
  text-transform: uppercase
}

.video-list-bloc h3 {
  clear: both;
  padding: 0 0 3px
}

.video-list-bloc h3 a {
  color: #161414
}

.video-list-desc {
  padding: 15px 20px
}

.video-list-date {
  float: left;
  margin-bottom: 5px;
  font: 400 .9em/1em "aller-bd", serif;
}

/* ------ Selling-Direct ------ */
.pane-plugwine-vigneron.sticky-el {
  overflow: hidden;
  position: relative;
  height: 375px;
  padding: 0 0 40px;
  margin: 0 0 25px 0;
  border-bottom: 10px solid #373131
}

.pane-plugwine-vigneron.sticky-el:before {
  z-index: -1;
  position: absolute;
  width: 300%;
  height: 100%;
  content: "";
  background: url(../img/bkg/direct-selling.png) center 0 repeat-x;
  transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  top: 0;
  left: 50%;
}

.pane-plugwine-vigneron.sticky-el .items {
  position: relative;
}

.direct-selling-bloc {
  overflow: hidden;
  position: relative;
  float: left;
  width: 300px;
  height: 300px;
  padding: 14px;
  margin: 0 8px 0 0
}

.direct-selling-bloc:last-child {
  margin: 0
}

.direct-selling-bloc:before {
  z-index: -1;
  position: absolute;
  width: 295px;
  height: 295px;
  content: "";
  top: 0;
  left: 15px;
  background: #FFF;
  border-radius: 50%
}

.direct-selling-view {
  float: left;
  width: 75px;
  height: 300px;
  padding: 0 10px 0 20px
}

.direct-selling-desc {
  float: left;
  width: 195px;
  font: 400 0.97em/1.2em "aller-bd", serif
}

.direct-selling-desc h3 {
  margin-bottom: 10px;
  font: 600 1.3em/1.2em "Open Sans";
  text-transform: uppercase
}

.direct-selling-price {
  margin: 20px 0 25px;
  color: #a2033c;
  font: 400 2.3em/1em "aller-bd", serif
}

.direct-selling-price .tax {
  margin-bottom: 25px;
  font: 400 .6em/1em "aller", serif;
}

.direct-selling-desc .unit {
  display: block;
  margin-top: 3px;
  font: 600 0.4em/1.2em "Open Sans"
}

.direct-selling-bloc .button {
  display: inline-block
}

.pane-plugwine-vigneron.sticky-el .player {
  display: none
}

/* ------ Partners ------ */
#partners {
  overflow: hidden;
  clear: both;
  position: relative;
  padding: 20px 0 0 0;
  border-top: 10px solid #373131
}

#partners ul {
  display: table;
  width: calc(100% - 30px);
  padding: 0 15px;
}

#partners li {
  display: table-cell;
  vertical-align: top
}

#partners li a {
  display: table-cell;
  width: 150px;
  height: 100px;
  padding: 0 10px;
  vertical-align: middle
}

#partners li img {
  display: block;
  margin: 0 auto;
}


/* ------ ACTUS ------ */
/* ------ List ------ */
#actu-list {
}

.actu-list-bloc {
  clear: both;
  overflow: hidden;
  position: relative;
  margin-bottom: 55px
}

.actu-list-view {
  float: left;
  width: 330px;
  height: 180px;
  margin-right: 20px
}

.actu-list-desc {
  float: left;
  width: 650px
}

.actu-list-desc h2 {
  clear: both;
  margin: 0 0 5px;
  color: #161414;
  font: 400 1.35em/1.2em "aller-bd", serif
}

.actu-list-desc h2 a {
  color: #161414
}

.actu-list-date {
  float: left;
  margin: 0 10px 10px 0;
  font-size: 1em;
  line-height: 1em
}

.actu-list-tags {
  float: left;
  margin: 0 0 10px;
  font-size: .9em;
  line-height: 1em
}

.actu-list-tags li {
  float: left;
  padding: 0 8px;
  border-right: 1px solid #161414
}

.actu-list-tags li:last-child {
  border-right: 0
}

.actu-list-bloc:hover h2 a, .actu-list-bloc:hover h2 {
  color: #890000
}

/* ------ Detail ------ */
#actu {
  clear: both;
}

#actu h1 {
  margin: 0 25px 15px
}

.actu-bloc {
  overflow: hidden;
  position: relative;
  padding: 0 0 50px 0
}

.actu-date {
  float: left;
  padding: 0 10px 0 0;
  margin: 0 0 15px 25px;
  font-size: 1em;
  line-height: 1em;
  border-right: 1px solid #161414
}

.actu-tags {
  float: left;
  margin: 0 0 15px;
  font-size: .9em;
  line-height: 1em
}

.actu-tags li {
  float: left;
  padding: 0 8px;
  border-right: 1px solid #161414
}

.actu-tags li:last-child {
  border-right: 0
}

.actu-view {
  clear: both;
  float: left;
  width: 664px;
  height: 398px;
  margin: 0 8px 0 0
}

#actu .field-name-body {
  clear: both;
  overflow: hidden;
  padding: 25px 25px 0
}

/* ------ Voir aussi ------ */
#also-list {
  position: relative;
  overflow: hidden;
  margin: 0 0 30px 0;
  padding: 20px 0 0;
  border-top: 10px solid #373131;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(100%, #eeeeee)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #ffffff 0%, #eeeeee 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #ffffff 0%, #eeseeee 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #ffffff 0%, #eeeeee 100%); /* IE10+ */
  background: linear-gradient(to right, #ffffff 0%, #eeeeee 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=1); /* IE6-9 */
}

#also-list h2 {
  margin: 0px 0px 10px 25px
}

.also-list-bloc {
  overflow: hidden;
  position: relative;
  float: left;
  width: 328px;
  margin: 0 8px 0 0
}

.also-list-bloc:last-child {
  margin: 0
}

.also-list-view {
  height: 180px
}

.also-list-bloc h3 {
  clear: both;
  padding: 0px 0px 8px
}

.also-list-bloc h3 a {
  color: #161414
}

.also-list-bloc:hover h3 a, .also-list-bloc:hover h3 {
  color: #890000
}

.also-list-desc {
  padding: 15px 20px
}

.also-list-date {
  float: left;
  margin-right: 10px;
  font-size: .9em;
  line-height: 1em
}

.also-list-tags {
  font-size: .9em;
  line-height: 1em
}

.also-list-tags li {
  float: left;
  padding: 0 8px;
  border-right: 1px solid #161414
}

.also-list-tags li:last-child {
  border-right: 0
}


/* ------ SEARCH ------ */
#search {
  clear: both;
  overflow: hidden;
  font: 400 1em/1.2em "aller", sans-serif
}

.search-form {
  position: relative;
  overflow: hidden;
  padding: 0 25px;
  margin-bottom: 85px
}

.search-form h1 {
  margin-left: 0
}

.search-form input[type=text] {
  width: 615px;
  margin-right: 25px
}

#search .search-form input[type=submit] {
  margin: 0
}

.search-performance {
  margin-bottom: 25px;
  font: 400 1.35em/1em "aller-bd", sans-serif
}

/* ------ Search-left ------ */
#search-left {
  overflow: hidden;
  clear: both;
  float: left;
  width: 270px;
  margin: 0 30px 0 10px
}

.search-title {
  font: 400 1em/1em "aller-bd", sans-serif;
  text-transform: uppercase
}

#search-left .pane-block {
  padding: 20px 25px 15px;
  border-bottom: 4px solid #ececec
}

#search-left h2 {
  margin-bottom: 5px;
  padding: 0;
  font: 400 1.16em/1em "aller", sans-serif;
  color: #161414;
}

#search-left li {
  clear: both;
  overflow: hidden;
  position: relative;
  padding: 3px 0;
}

#search-left .facetapi-facetapi-boolean-label li.first.last {
  font: 400 1.16em/1em "aller", sans-serif
}

#search-left ul ul {
  margin-left: 20px
}

#search-left ul ul a {
  width: 170px
}

#search-left input[type="checkbox"] {
  float: left;
  width: 20px;
  margin: 2px 5px 2px 0;
}

#search-left a {
  float: left;
  width: 195px;
  margin: 0;
  color: #000
}

#search-left a:hover {
  color: #a2033c;
  text-decoration: none
}

/* ------ Search-right ----- */
#search-right {
  float: right;
  width: 690px
}

#search-right .map {
  overflow: hidden;
  width: 690px;
  margin-bottom: 20px
}

#search-right .filter {
  margin-bottom: 50px;
  text-align: right
}

#search-right .filter select {
  width: 300px;
  font-style: italic
}

.result-bloc {
  position: relative;
  overflow: hidden;
  width: 660px;
  margin-bottom: 30px;
  padding: 20px 15px;
  font-size: .95em;
  background: #eaeaea;
  box-sizing: border-box
}

.result-name {
  float: left;
  margin: 0 10px 30px;
  font: 400 1.02em/1em "aller-bd", sans-serif
}

.result-place {
  position: absolute;
  top: 5px;
  right: 0;
  max-width: 250px;
  margin: 0 15px 30px;
}

.result-place .mode-419, .result-place .mode-418, .result-place .mode-420 {
  width: 27px;
  height: 27px;
  background-size: 100% auto;
}

.result-place .field-name-field-region-viticole {
  font: 400 1.02em/1em "aller-bd", sans-serif;
}

.result-place .field-name-field-region-viticole:after {
  position: absolute;
  content: "\E815";
  left: -25px;
  top: -5px;
  font: 1.7em/1em "Fontello", serif;
  text-align: center
}

.result-view {
  clear: both;
  float: left;
  width: 200px;
  height: 150px;
  margin-right: 15px;
  border: 5px solid #FFF;
  background: #FFF
}

.result-place .field-name-field-mode-cultural {
  padding-top: 5px;
}

.result-place .field-item {
  display: inline-block;
  margin-left: 5px
}

.mode-419, .mode-418, .mode-420 {
  display: block;
  width: 48px;
  height: 48px;
  text-indent: -9999px;
  overflow: hidden;
}

.mode-419 {
  background: url(../img/icons/icon-hve.png) 0 0 no-repeat;
}

.mode-418, .mode-420 {
  background: url(../img/icons/i-wine-bio-2.png) 0 0 no-repeat;
}

.result-view img {
  display: block
}

.result-stand, .result-show-stand {
  position: absolute;
  top: 75px;
  right: 25px;
  font-size: 1.5em;
  text-transform: uppercase
}

.result-desc {
  float: left;
  width: 400px;
  font-size: .9em
}

.result-desc a {
  color: #161414
}

.result-desc a:hover {
  color: #890000
}

.result-appelation {
  font-size: 1.1em
}

.result-appelation span {
  float: left;
  color: #a2033c;
  margin-right: 5px
}

.result-appelation ul {
  float: left
}

.result-appelation ul li {
  display: block
}

.result-contact a {
  display: block;
  padding: 10px 0;
  font-size: 1.1em
}

.result-contact a:before {
  content: "> "
}

.result-col {
  float: left;
  width: 195px
}

.result-col.first {
  padding-right: 23px;
  margin-right: 23px;
  border-right: 4px solid #FFF
}

.result-col li {
  position: relative;
  min-height: 26px;
  padding: 3px 0 3px 30px;
  font: 400 0.9em/1.15em "aller", sans-serif
}

.result-col span {
  display: block
}

.i-affilated {
  background: url(../img/icons/i-affilated.png) 0 0 no-repeat
}

.i-restauration {
  background: url(../img/icons/i-restauration.png) 0 2px no-repeat
}

.i-activity {
  background: url(../img/icons/i-activity.png) 0 2px no-repeat
}

.i-open {
  background: url(../img/icons/i-open.png) 0 2px no-repeat
}

.i-contact {
  background: url(../img/icons/i-contact.png) 0 -3px no-repeat
}

.i-auditory {
  background: url(../img/icons/i-auditory.png) 0 -3px no-repeat
}

.i-language .es:before {
  position: absolute;
  width: 26px;
  height: 26px;
  left: 0;
  content: "";
  background: url(../img/icons/i-flag-es.png) 0 -5px no-repeat
}

.i-language .en:before {
  position: absolute;
  width: 26px;
  height: 26px;
  left: 0;
  content: "";
  background: url(../img/icons/i-flag-en.png) 0 -5px no-repeat
}

.oeno-options, .field-name-field-oenotourisme-languages, field-name-field-oenotourisme-contact {
  margin-top: 15px
}

.oeno-options {
  color: #a2033c
}

.field-name-field-oenotourisme-labelhandi li {
  display: inline-block;
  margin-left: 5px
}

.field-name-field-oenotourisme-labelhandi li img {
  display: block
}

.result-bloc .field-name-field-oenotourisme-gite-france, .result-bloc .field-name-field-oenotourisme-gite-enable, .result-bloc .field-name-field-oenotourisme-dom-restaurat, .result-bloc .field-name-field-oenotourisme-gite-clevac {
  padding: 10px 0px 10px 32px
}

.result-bloc .field-name-field-oenotourisme-gite-france {
  background: url(../img/icons/btn-gitefrance.png) 0 center no-repeat
}

.result-bloc .field-name-field-oenotourisme-gite-enable {
  background: url(../img/icons/btn-gite.png) 0 center no-repeat
}

.result-bloc .field-name-field-oenotourisme-gite-clevac {
  background: url(../img/icons/btn-clevacances.jpg) 0 center no-repeat
}

.result-bloc .field-name-field-oenotourisme-dom-restaurat {
  background: url(../img/icons/btn-restauration.png) 0 center no-repeat
}

.good-deal-bloc .field-name-field-oenotourisme-gite-france {
  z-index: -1;
  content: "";
  background: transparent url("../img/gites-de-france.png") no-repeat scroll 0px center;
  height: 90px;
  position: absolute;
  width: 90px;
  top: 0;
  right: 0
}

.good-deal-bloc .field-name-field-oenotourisme-gite-clevac {
  z-index: -1;
  content: "";
  background: transparent url("../img/clevacances_m_width.jpg") no-repeat scroll 0px center;
  background-size: contain;
  height: 54px;
  position: absolute;
  width: 84px;
  top: 98px;
  right: 5px;
}

/* ------ ESTABLISHMENT ------ */
#establishment {
  margin-bottom: -40px
}

#establishment h1 {
  float: left
}

.add-selection.top {
  position: relative;
  top: 15px
}

.add-selection.top a {
  float: right;
  margin: 0
}

.establishment-view {
  clear: both;
  float: left;
  width: 664px;
  height: 398px;
  margin: 0 8px 0 0
}

#establishment .field-name-body {
  overflow: hidden;
  margin-bottom: 20px
}

.establishment-desc {
  float: left;
  clear: both;
  margin: 27px 0 25px
}

.establishment-bloc {
  overflow: hidden;
  padding: 0 0 30px;
  margin-bottom: 25px;
  border-bottom: 10px solid #373131;
  display: flex;
  flex-wrap: wrap
}

#stickit-Oenotourisme {
  border-bottom: 0
}

.establishment-bloc.last {
  margin-bottom: 0;
  border-bottom: 0
}

#establishment h2 {
  width: 100%;
  padding: 0px 0px 20px 25px;
  box-sizing: border-box;
}

/* ------ Menu ------ */
.establishment-menu {
  clear: both;
  background: #EEEDED;
  margin-bottom: 30px
}

.establishment-menu ul {
  display: table;
  width: 100%
}

.establishment-menu li {
  display: table-cell;
  font: 400 1.1em/60px "aller-bd", sans-serif;
  text-align: center
}

.establishment-menu li a {
  position: relative;
  display: block;
  padding: 0 30px;
  color: #000
}

.establishment-menu li a:before {
  position: absolute;
  top: 18px;
  right: 0;
  width: 2px;
  height: 24px;
  content: "";
  background: #FFF
}

.establishment-menu li:last-child a:before {
  display: none
}

.establishment-menu li a:hover {
  color: #890000;
  text-decoration: none
}

.establishment-menu li.active a {
  color: #890000
}

.establishment-menu li.active a:after {
  position: absolute;
  content: "\E816";
  color: #EEEDED;
  left: 40%;
  top: 62px;
  font: 2.5em/0 "Fontello", serif;
  text-align: center
}

/* ------ Contact ------ */
.establishment-location {
  display: table;
  width: 100%;
  margin-bottom: 20px
}

.establishment-map {
  display: table-cell;
  width: 675px;
  min-height: 398px;
  vertical-align: top
}

.establishment-map .leaflet-container {
  min-height: 100%
}

.establishment-contact {
  display: table-cell;
  font: 400 .9em/1.4em "aller", sans-serif;
  padding: 40px 30px 20px 50px;
  background: #eaeaea;
  vertical-align: top;
  width: calc(100% - 675px);
  box-sizing: border-box
}

.establishment-contact a {
  color: #161414
}

.establishment__followus {
  display: inline-block;
  width: 50px;
  height: 50px;
}

.establishment__followus a {
  position: relative;
  display: inline-block;
  float: left;
  margin-top: 5px;
  color: #FFF;
}

.establishment__followus a:after {
  content: "\E802";
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  font: 1.7em/46px "Fontello", serif;
  text-align: center;
  background-color: #00539f;
  border-radius: 5px;
}

.establishment__tw_link a:after {
  content: "\E800";
  background-color: #1da1f2;
}

.establishment__insta_link a:after {
  content: "\F16D";
  background-color: #f19311;
}

.establishment-contact .org {
  margin-bottom: 20px;
  font: 400 1em/1.2em "aller-bd", sans-serif
}

.establishment-contact .org .given {
  display: block
}

.establishment-contact .org .family {
  display: block;
  margin-bottom: 10px
}

.establishment-contact .adr, .establishment-contact .email {
  margin-bottom: 20px
}

.establishment-contact .locality {
  margin-left: 5px;
  text-transform: uppercase
}

.establishment-specificity {
  clear: both;
  width: calc(100% - 40px);
  padding: 0 20px;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
  -moz-column-gap: 50px;
  -webkit-column-gap: 50px;
  -o-column-gap: 50px;
  column-gap: 50px
}

.establishment-specificity .field-type-text, .establishment-specificity .field-type-list-text {
  overflow: hidden;
  position: relative;
  display: block;
  margin-bottom: 10px
}

.establishment-specificity .field {
  display: inline-block
}

.establishment-specificity .field-label {
  display: inline;
  font-weight: 600
}

.establishment-specificity .field-item {
  display: inline-block;
  margin-right: 10px;
}

.establishment-specificity .field-item:after {
  right: -3px;
  content: ","
}

.establishment-specificity .field-item:last-child:after {
  display: none
}

.establishment-partner {
  float: left;
  display: table;
  padding: 0 17px
}

.establishment-accessibility {
  float: right;
  display: table;
  padding: 0 17px
}

.establishment-partner li, .establishment-accessibility .item-list li {
  display: table-cell;
  height: 50px;
  padding: 0 3px;
  vertical-align: bottom;
}

.establishment-partner img, .establishment-accessibility img {
  display: block
}

.mode-cultural {
  margin-top: 15px;
}

.mode-cultural .field-item {
  display: inline-block;
  margin-right: 5px
}

.good-deal {
  clear: both;
  width: calc(100% - 40px);
  padding: 0 20px;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
  -moz-column-gap: 50px;
  -webkit-column-gap: 50px;
  -o-column-gap: 50px;
  column-gap: 50px
}

.good-deal-bloc {
  position: relative;
  display: inline-block;
  margin-bottom: 30px
}

.good-deal-bloc:last-child {
  margin-bottom: 0
}

#establishment .good-deal-bloc h2 {
  margin: 0px 0px 15px 0;
  font: 400 1.7em/1.2em "aller", sans-serif;
  color: #a2033c
}

.good-deal-bloc .field-type-text, .field-wrapped {
  margin: 10px 0
}

.field-wrapped .field-type-text {
  margin: 0
}

.field-name-field-oenotourisme-children {
  color: #A2033C;
}

.field-label-inline .field-items {
  float: none;
  display: inline
}

.good-deal-bloc .field-label {
  display: inline;
  font-weight: 600
}

.good-deal-bloc .field-item {
  display: inline
}

.field-inline div {
  display: inline
}

.field-inline .field {
  margin-right: 3px
}

.good-deal-bloc .field-item a {
  font-weight: 600
}

.good-deal-bloc a.button {
  display: inline-block;
  margin-bottom: 10px;
  text-transform: none;
  font: 600 0.9em/24px "Open Sans", serif;
}

.good-deal-flag {
  float: right
}


/* ------ Wine ------ */
.wine-bloc {
  overflow: hidden; /* width: 990px; */
  height: 210px;
  margin-bottom: 40px;
  padding: 15px 10px 20px 15px;
  font: 400 0.85em/1.15em "aller", sans-serif;
  background: #eaeaea
}

.wine-view { /* float: left; width: 370px; height: 245px; margin: -15px 50px -20px 0 */
  display: none
}

.wine-view img {
  display: block
}

.wine-name {
  float: left;
  width: 390px;
  padding: 5px 40px 15px 50px;
  font: 400 1.15em/1em "aller-bd", sans-serif
}

.wine-place {
  float: right;
  width: 405px;
  padding: 5px 0 15px 55px;
  margin-left: 35px;
  font: 400 1.15em/1em "aller-bd", sans-serif;
  background: url(../img/icons/i-place.png) 0 0 no-repeat
}

.wine-col {
  position: relative;
  float: left;
  width: 460px;
  height: 175px
}

.wine-col .add-selection a {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1.25em
}

.wine-col.first {
  width: 395px;
  padding-left: 50px;
  padding-right: 35px;
  margin-right: 30px;
  border-right: 4px solid #FFF
}

.wine-col li {
  position: relative;
  padding: 3px 0
}

.wine-col.last li {
  min-height: 30px;
  padding: 8px 0 8px 55px
}

.wine-col span {
  display: block
}

.wine-more {
  position: relative;
  height: 65px;
  width: 100%;
  color: #747070;
  font: 400 .95em/1em "aller-bd", sans-serif;
  text-align: center;
  cursor: pointer
}

.wine-more:after {
  position: absolute;
  content: "\E818";
  color: #d5d1d1;
  left: 48%;
  bottom: 20px;
  font: 2.5em/0 "Fontello", serif;
  text-align: center
}

.wine-more:hover:after {
  bottom: 15px;
  color: #747070
}

.i-cup {
  background: url(../img/icons/i-cup.png) 0 0 no-repeat
}

.wine-col.last li.i-buy {
  padding-left: 0
}

.i-buy a {
  padding-left: 55px;
  color: #a70239;
  font: 400 1.3em/1em "aller-bd", sans-serif;
  text-transform: uppercase;
  background: url(../img/icons/i-buy.png) 0 0 no-repeat
}

/* ------ Show ------ */
.establishment-show-bloc {
  overflow: hidden;
  width: 990px;
  height: 187px;
  margin-bottom: 40px;
  padding: 15px 10px 20px 0;
  background: #eaeaea
}

.establishment-show-view {
  float: left;
  width: 370px;
  height: 205px;
  margin: -15px 50px -20px 0
}

.establishment-show-view img {
  display: block
}

.establishment-show-desc {
  position: relative;
  float: left;
  width: 570px;
  height: 100%;
}

.establishment-show-bloc .establishment-show-place {
  padding-right: 45px;
  color: #a70239
}

.establishment-show-bloc .establishment-show-stand {
  position: absolute;
  top: 75px;
  font-size: 1.5em;
  text-transform: uppercase
}

.establishment-show-bloc .establishment-show-link a {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 15px;
  font-size: 1em;
  color: #161414;
}

.establishment-show-bloc .establishment-show-link a:after {
  position: absolute;
  content: "\E808";
  left: 0;
  top: 2px;
  font: 1em/1.2em "Fontello", serif;
  text-align: center
}

.establishment-show-bloc .establishment-show-link a:hover {
  color: #890000;
  text-decoration: none
}

.establishment-show-bloc .add-selection a {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1.1em
}

.establishment-show-bloc .add-selection a:after {
  top: 2px
}


/* ------ Popin ------ */
#popin {
  font-size: 1.1em
}

#popin h1 {
  margin: 0 0 5px;
  font: 600 1em/1.2em "aller", sans-serif;
  color: #000;
}

#popin url {
  float: none
}

#popin .result-place {
  float: none;
  margin: 0;
  font: 400 1em/1.5em 'aller', sans-serif
}

#popin .result-place:after {
  display: none
}

#popin .result-appelation {
  float: none
}

#popin .popin-more a {
  display: inline-block;
  margin-top: 10px;
  color: #000;
  text-decoration: underline
}

/* ------ Oenotourisme ------ */
.oenotourisme-activity {
  clear: both;
  display: table;
  width: 100%;
  padding-bottom: 70px
}

.oenotourisme-activity-bloc {
  display: table-cell;
  text-align: center
}

.oenotourisme-activity-bloc span {
  display: inline-block;
  width: 140px;
  padding: 0 10px;
  margin-bottom: 20px;
  font: 400 1.2em/50px 'aller';
  color: #8d002a;
  border: 4px solid #ae0034
}

.oenotourisme-activity-bloc li {
  font-size: .9em;
  width: 170px;
  margin: 0 auto;
  line-height: 1.4em
}

.oenotourisme-bloc {
  overflow: hidden;
  width: 960px;
  height: 210px;
  margin-bottom: 20px;
  padding: 15px 40px 20px 0;
  font-size: .85em;
  background: #eaeaea
}

.oenotourisme-view {
  float: left;
  width: 370px;
  height: 245px;
  margin: -15px 50px -20px 0
}

.oenotourisme-view img {
  display: block
}

.oenotourisme-title {
  margin: 0 0 15px;
  font: 400 1.15em/1em "aller-bd", sans-serif
}

.oenotourisme-desc {
  position: relative;
  float: left;
  width: 540px;
  height: 100%;
}

.oenotourisme-tags {
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 1em
}

.oenotourisme-tags li {
  float: left;
  padding: 0 8px;
  border-right: 1px solid #161414
}

.oenotourisme-tags li:last-child {
  border-right: 0
}

/* ------ PicNic ------ */
.picnic-bloc {
  position: relative;
  overflow: hidden;
  width: 990px;
  height: 250px;
  margin-bottom: 10px;
  padding: 15px 10px 15px 0;
  font: 400 0.85em/1.4em "aller", sans-serif;
  background: #eaeaea
}

.picnic-map {
  float: left;
  width: 370px;
  height: 280px;
  margin: -15px 50px -20px 0
}

.picnic-name {
  float: left;
  width: 220px;
  margin: 5px 70px 15px 0;
  font: 400 1.15em/1em "aller-bd", sans-serif
}

.picnic-place {
  float: left;
  width: 225px;
  padding: 5px 0 15px 55px;
  font: 400 1.15em/1em "aller-bd", sans-serif;
  background: url(../img/icons/i-place.png) 0 0 no-repeat
}

.picnic-col {
  position: relative;
  float: left;
  width: 280px;
  height: 175px
}

.picnic-col.first {
  width: 220px;
  padding-right: 33px;
  margin-right: 33px;
  border-right: 4px solid #FFF
}

.picnic-bloc .picnic-col .vcard {
  padding: 0 0 0 55px;
  line-height: 1.2em;
  background: url(../img/icons/i-contact.png) 10px -5px no-repeat
}

.picnic-bloc .picnic-col .vcard .name {
  margin: 5px 0 8px
}

.picnic-bloc .picnic-col .vcard .email a {
  display: block
}

.picnic-bloc .picnic-col .vcard .locality {
  margin-left: 5px;
  text-transform: uppercase
}

.picnic-bloc .add-selection a {
  position: absolute;
  bottom: 15px;
  right: 0;
  font-size: 1.2em
}

.picnic-col ul {
  display: block;
  padding: 0 0 5px 15px;
  margin: 0
}

.picnic-col ul li {
  position: relative;
  margin-left: 10px;
  padding: 0;
  list-style: none
}

.picnic-col ul li:before {
  position: absolute;
  content: "-";
  left: -10px;
  color: #000;
  font-size: 1em
}


.picnic-header-image {
  position: relative;
  margin-bottom: 20px;
}

.field-name-field-picnic-wait-bg img {
  width: 100%;
  height: auto;
}

.field-name-field-picnic-wait-front-title img {
  position: absolute;
  top: 0;
  height: 100%;
  width: auto;
}

.field-name-field-picnic-wait-webform {
  margin-top: 40px;
}

.field-name-field-picnic-wait-webform input[type="submit"] {
  margin-left: 10px;
}

.field-name-field-picnic-block-photos {
  margin-top: 80px;
}

.field-name-field-picnic-block-photos > .field-items {
  display: flex;
  flex-wrap: wrap;
}

.field-name-field-picnic-block-photos > .field-items > .field-item {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 45%;
  padding-bottom: 80px;
}

.field-name-field-picnic-block-photos > .field-items > .field-item:nth-child(odd) {
  padding-right: 5%;
}

.field-name-field-picnic-block-photos > .field-items > .field-item:nth-child(even) {
  padding-left: 5%;
}

.field-name-field-picnic-block-photos .field-item img {
  width: 100%;
  height: auto;
}

.field-name-field-fc-picnic-photo-desc {
  padding-top: 10px;
  font-style: italic;
}


/* ------ SHOW ------ */
/* ------ Accueil ------ */
#show-page .add-selection a {
  margin: 0 0 20px
}

#show-page h2 {
  margin: 0px 0px 20px 25px
}

#show-page .news-headlight-desc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 40px);
  padding: 10px 20px;
  color: #FFF;
  background: rgba(156, 14, 49, .75);
}

#show-page .news-headlight-desc h3 {
  height: auto;
  padding: 0
}

#show-page .news-headlight-date {
  position: initial;
  background: none;
  text-transform: initial
}

/* ------ Show ------ */
#show h2 {
  margin: 0px 0px 20px 25px
}

#show #search-inner h2 {
  margin: 0 0 35px
}

.show-bloc {
  overflow: hidden
}

.show-date {
  float: left;
  margin: 0 0 25px 25px;
  font: 400 1em/1.2em "aller-bd", sans-serif
}

.show-bloc .event-link {
  float: right;
  position: initial
}

.show-view {
  clear: both;
  overflow: hidden;
  position: relative;
  float: left;
  width: 664px;
  height: 398px;
  margin: 0 8px 8px 0
}

.show-desc {
  clear: both;
  padding: 25px 25px 30px
}

.show-information {
  position: relative;
  overflow: hidden;
  padding: 20px 0 0;
  border-top: 10px solid #373131;
}

.show-map {
  float: left;
  width: 675px;
  height: 398px
}

.show-contact {
  float: left;
  width: 275px;
  height: 348px;
  padding: 25px;
  font: 400 .9em/1.2em "aller", sans-serif;
  background: #eaeaea
}

.show-contact a {
  color: #161414
}

.show-contact strong {
  font-size: 1.05em
}

.show-more {
  float: left;
  padding: 25px 25px 50px
}

.show-activity {
  clear: both;
  overflow: hidden;
  padding: 20px 0 0;
  border-top: 10px solid #373131;
}

#-vif-search-salon-form {
  position: relative;
  padding-bottom: 60px
}

#-vif-search-salon-form .event-link {
  bottom: -20px;
  top: auto
}

.show-services {
  padding: 0 0 45px;
  font: 400 1.03em/1.2em "aller", sans-serif;
  text-align: center
}

.show-services .field-item {
  display: inline-block;
  width: 160px;
  height: 160px;
  padding: 15px;
  margin: 7px 6px;
  text-align: left;
  vertical-align: top;
  background: #f1f0f0
}

.show-service-bloc img {
  padding: 5px 15px
}

.show-service-bloc span {
  display: block;
  margin-bottom: 3px;
  font-size: 1.1em;
  color: #8d002a
}

/* ------ List ------ */
.page-salons h1 {
  float: left;
}

.page-salons .add-selection a {
  margin: 20px 10px 0px
}

.show-list-filter {
  float: right
}

.show-list-filter .form-type-checkbox {
  float: left;
  margin-left: 20px
}

.show-list-bloc {
  clear: both;
  overflow: hidden;
  margin-bottom: 55px
}

.show-list-view {
  float: left;
  width: 330px
}

.show-list-view img {
  display: block
}

.show-list-desc {
  float: left;
  width: 630px;
  padding: 20px 20px 10px
}

.show-list-name {
  margin-bottom: 5px;
  font: 400 1.1em/1em 'aller-bd';
  text-transform: uppercase
}

.show-list-edition {
  margin-top: 20px;
  font: 400 1.1em/1.2em "aller-bd"
}

.show-list-date {
}

.show-list-stand {
  font: 400 1em/1.4em 'aller-bd'
}

.show-list-type {
  margin-top: 20px;
  font-size: .85em
}

.show-servicenode {
  min-width: 500px;
  padding: 15px;
  text-align: center
}

.show-servicenode h1 {
  margin: 10px 0px 5px 0px;
  font: 400 1.8em/1.2em "aller", sans-serif;
  text-align: left;
  font-size: 30px;
}

.show-servicenode .field-name-body {
  text-align: left;
  font-size: 15px;
}


/* ------ DASHBOARD ------ */
#dashboard-left {
  float: left;
  width: 690px;
  margin-right: 35px
}

#dashboard-left .show-list-bloc {
  clear: none;
  float: left;
  overflow: hidden;
  width: 330px;
  margin-right: 30px;
  font-size: .9em
}

#dashboard-left .show-list-bloc:nth-child(even) {
  margin-right: 0
}

#dashboard-left .show-list-desc {
  width: calc(100% - 40px);
  padding: 10px 20px
}

.show-list-bloc .show-list-links {
  margin-top: 15px
}

.show-list-bloc .show-list-links a {
  margin: 5px 0
}

#dashboard-left .formulaire select {
  float: left;
  width: 410px
}

#dashboard-left .formulaire input[type=text], #dashboard-left .formulaire input[type=email], #dashboard-left .formulaire input[type=password], #dashboard-left .formulaire input[type=number] {
  float: left;
  width: 390px
}

#dashboard-left .formulaire .form-item {
  width: 690px
}

#dashboard-right {
  float: left;
  width: 275px;
  padding: 10px 0;
  background: #eeeded
}

#dashboard-right li a {
  position: relative;
  display: block;
  padding: 10px 10px 10px 25px;
  color: #000;
  font: 400 1.1em/1em 'aller-bd';
}

#dashboard-right li a.active {
  color: #890000;
  text-decoration: none;
  cursor: default
}

#dashboard-right li a.active:before {
  position: absolute;
  content: "\E81F";
  color: #FFF;
  font: 2em/0 "Fontello", serif;
  left: 0;
  top: 21px
}

/* ------ CONTACT ------ */
#contact {
  clear: both;
  overflow: hidden;
  padding: 0 25px
}

#contact h1 {
  margin-left: 0
}

#contact .form-item {
  overflow: hidden;
  clear: both;
  margin-bottom: 30px
}

#contact label {
  float: left;
  width: 235px;
  margin: 12px 25px 0 0;
  text-align: right
}

#contact input[type=text], #contact input[type=email], #contact input[type=number] {
  height: 45px
}

#contact .form-actions {
  clear: both;
  width: 465px;
  margin-left: 260px;
  text-align: center;
}

#contact input[type=submit] {
  height: 35px;
  margin: 0;
  padding: 0 20px 4px;
  font: 400 1.1em/1em 'aller-bd';
  color: #a2033c;
  background: #FFF;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase
}

#contact input[type=submit]:hover {
  color: #FFF;
  background: #a2033c;
  border: 2px solid #a2033c;
}

#contact .form-required {
  margin-left: 5px
}

/* ------ FORMULAIRE ------ */
label {
  color: #000;
  font: 400 1.2em "aller", sans-serif
}

input[type=text], input[type=email], input[type=number], input[type=password], textarea {
  float: left;
  margin: 0;
  width: 445px;
  height: 35px;
  padding: 0 10px;
  font: 400 1em/1.2em "aller", sans-serif;
  color: #000;
  background: #eeeded;
  border: 0
}

.form-textarea-wrapper textarea, textarea {
  width: 465px;
  height: 215px;
  padding: 8px 15px;
  margin: 0 auto;
}

select {
  width: 465px;
  height: 45px;
  font: 400 1em/1.2em "aller", sans-serif;
  padding-left: 10px;
  color: #000;
  border: 0;
  background: #eeeded
}

input[type=submit] {
  height: 35px;
  margin: 0;
  padding: 0 20px 4px;
  font: 400 1.1em/1em 'aller-bd';
  color: #FFF;
  background: #a2033c;
  border: 2px solid #a2033c;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase
}

input[type=submit]:hover {
  color: #a2033c;
  background: #FFF
}

/* for chrome */
::-webkit-input-placeholder {
  color: #000;
  font-style: italic;
  opacity: 1 !important
}

/* Firefox 18- */
:-moz-placeholder {
  color: #000;
  font-style: italic;
  opacity: 1 !important
}

/* Firefox 19+ */
::-moz-placeholder {
  color: #000;
  font-style: italic;
  opacity: 1 !important
}

:-ms-input-placeholder {
  color: #000;
  font-style: italic;
  opacity: 1 !important
}

.marker, .form-required {
  color: #000
}

#user-login .form-item {
  clear: both;
  margin-bottom: 30px
}

#user-login .description {
  clear: both
}

.formulaire .form-item {
  overflow: hidden;
  width: 735px;
  margin-bottom: 30px;
}

.formulaire label {
  float: left;
  width: 260px;
  margin-right: 20px;
  text-align: right
}

.formulaire select {
  float: left;
  width: 450px
}

.formulaire input[type=text], .formulaire input[type=email], .formulaire input[type=password], .formulaire input[type=number] {
  float: left;
  width: 430px
}

.formulaire .description {
  clear: both;
  padding-top: 3px;
  margin-left: 280px;
  line-height: 1.2em;
}

.formulaire .form-type-radios {
  margin-bottom: 20px
}

.formulaire .form-type-radios .form-item {
  margin-bottom: 10px
}

.formulaire .form-type-radio label {
  float: none
}

.formulaire .form-type-radio input {
  float: left;
  margin: 6px 10px 0px 280px
}

.formulaire .form-type-checkbox label {
  flo #news-headlight
  #galleryat: none
}

.formulaire .form-type-checkbox input {
  float: left;
  margin: 6px 10px 0px 280px
}

.formulaire #edit-actions {
  margin-left: 280px
}

.formulaire #edit-actions input[type="submit"] {
  color: #A2033C;
  background: #FFF
}

.formulaire #edit-actions input[type="submit"]:hover {
  color: #FFF;
  background: #A2033C
}

.form-type-password-confirm {
  position: relative
}

.formulaire .form-item.password-parent, .formulaire .form-item.confirm-parent {
  margin-bottom: 50px;
}

.password-strength {
  float: none;
  position: absolute;
  top: 40px;
  left: 280px;
  margin: 0
}

div.password-confirm {
  float: none;
  position: absolute;
  top: 125px;
  left: 280px;
  margin: 0
}

div.form-item div.password-suggestions {
  width: 428px;
  padding: 10px;
  margin: 0 0 0 280px;
  border: 1px solid #B4B4B4
}

.messages {
  clear: both
}

#user-profile-form #edit-cancel {
  margin: 20px 0 0 20px
}

.profile .field-name-field-user-civ, .profile .field-name-field-user-firstname, .profile .field-name-field-user-name {
  display: inline-block;
  margin-right: 5px
}

.profile h3 {
  margin: 20px 0 0
}

.profile .field-name-field-user-type {
  margin: 20px 0
}


/* ------ BUTTON ------ */
.button a, a.button {
  position: relative;
  display: block;
  font: 600 1.1em/24px "Open Sans", serif;
  color: #FFF;
  padding: 0 15px;
  border: 2px solid #a2033c;
  background: #a2033c;
  text-align: center;
  text-transform: uppercase
}

.button a:hover, a.button:hover {
  color: #a2033c;
  background: #FFF;
  text-decoration: none
}

.result-more a, .add-selection a, .show-list-links a {
  position: relative;
  float: left;
  padding-left: 20px;
  margin: 15px 10px 0;
  font-size: 1.15em;
  color: #161414;
}

.result-more a:hover, .add-selection a:hover, .show-list-links a:hover {
  color: #890000;
  text-decoration: none
}

.result-more a, .show-list-links a {
  clear: both
}

.add-selection a {
  float: right
}

.result-more a:after, .add-selection a:after, .show-list-links a:after {
  position: absolute;
  content: "\E808";
  left: 0;
  top: 0;
  font: 1em/1.2em "Fontello", serif;
  text-align: center
}

.button-show {
  margin: 0 auto 20px;
  text-align: center
}

.button-show a {
  display: inline-block;
  padding: 0 10px;
  font: 400 1.2em/65px 'aller';
  color: #ae0034;
  border: 4px solid #ae0034
}

.button-show a:hover {
  color: #FFF;
  background: #ae0034;
  text-decoration: none
}


/* ------ PAGINATION ------ */
.item-list .pager {;
  font: 700 .9em/1em "Open Sans", sans-serif;
  text-align: right
}

.item-list .pager li.pager-first, .item-list .pager li.pager-last {
  display: none
}

.item-list .pager li {
  display: inline-block
}

.item-list .pager li a {
  display: block;
  padding: 0 8px;
  color: #8e8e8e;
  margin: 0 5px;
  text-align: center
}

.item-list .pager li a:hover {
  text-decoration: none;
  color: #000
}

.item-list .pager li.pager-current {
  padding: 0 8px;
  margin: 0 5px;
  color: #000;
  text-decoration: underline
}

.pager li.pager-previous a, .pager li.pager-next a {
  padding: 0 12px;
  font-size: 0;
  text-decoration: none;
  border: 1px solid #8e8e8e;
  border-radius: 3px;
}

.pager li.pager-previous a:after, .pager li.pager-next a:after {
  font: 15px/30px "Fontello";
  content: "\E812";
}

.pager li.pager-previous:hover a:after .pager li.pager-next:hover a:after {
  color: #FFF;
  text-decoration: none;
  background: rgba(25, 156, 178, 0.4);
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%
}

.pager li.pager-next a:after {
  content: "\E813"
}


/* ------ FOOTER ------ */
footer {
  width: 100%;
  margin-top: 40px;
  background: #dbdbdb
}

footer .inner {
  overflow: hidden;
  padding: 10px 0 30px
}

.footer-content {
  float: left;
  width: 856px;
  text-align: right
}

.newsletter-subscribe a {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 45px;
  margin-bottom: 6px;
  font: 400 1.25em/41px 'aller';
  color: #FFF;
  background: #a2033c;
  border: 2px solid #a2033c
}

.newsletter-subscribe a:hover {
  color: #a2033c;
  background: #FFF;
  text-decoration: none
}

.newsletter-subscribe a:before {
  position: absolute;
  left: 20px;
  top: 0;
  content: "\E808";
  font: 1.1em/45px "Fontello", serif
}

.footer-link a {
  padding: 0 5px;
  font: 400 1em/1em "Open Sans", sans-serif;
  color: #000
}

.footer-mention {
  margin-top: 2px;
  font: 600 .7em/1em "Open Sans", sans-serif
}

.footer-follow {
  float: right;
  width: 114px;
  margin-left: 30px;
}

.footer-follow li a {
  position: relative;
  float: left;
  display: block;
  width: 57px;
  height: 47px;
  color: #FFF
}

.footer-follow li.tw a {
  background: #55acee
}

.footer-follow li.tb a {
  background: #CC181E
}

.footer-follow li.fb a {
  background: #00539f
}

.footer-follow li.rss a {
  background: #fc7100
}

.footer-follow li a:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 57px;
  font: 1.7em/47px "Fontello", serif;
  text-align: center
}

.footer-follow li.tw a:after {
  content: "\E800"
}

.footer-follow li.tb a:after {
  content: "\E803"
}

.footer-follow li.fb a:after {
  content: "\E802"
}

.footer-follow li.rss a:after {
  content: "\E806"
}

.footer-follow li a:hover {
  background: #FFF
}

.footer-follow li.tw a:hover:after {
  color: #55acee
}

<<<<<<< HEAD
.footer-follow li.tb a:hover:after {
  color: #CC181E
}
=======
/* ------ SHOW ------ */
/* ------ Accueil ------ */
#show-page .add-selection a { margin:  0 0 20px }
#show-page h2 { margin: 0px 0px 20px 25px }
#show-page .news-headlight-desc { position: absolute; bottom: 0; left: 0; width: calc(100% - 40px); padding: 10px 20px; color: #FFF; background: rgba(156, 14, 49, .75); }
#show-page .news-headlight-desc h3 { height: auto; padding: 0 }
#show-page .news-headlight-date { position: initial;  background: none; text-transform: initial  }
/* ------ Show ------ */
#show h2 { margin: 0px 0px 20px 25px }
#show #search-inner h2 { margin: 0 0 35px }
.show-bloc { overflow: hidden }
.show-date { float: left; margin: 0 0 25px 25px; font: 400 1em/1.2em "aller-bd",sans-serif }
.show-bloc .event-link { float: right; position: initial }
.show-view { clear: both; overflow: hidden; position: relative; float: left; width: 664px; height: 398px; margin: 0 8px 8px 0 }
.show-desc { clear: both; padding: 25px 25px 30px  }
.show-information { position: relative; overflow: hidden; padding: 20px 0 50px; border-top: 10px solid #373131; }
.show-map { float: left; width: 675px; height: 398px }
.show-contact { float: left; width: 275px; height: 348px; padding: 25px; font: 400 .9em/1.2em "aller",sans-serif; background: #eaeaea }
.show-contact a { color: #161414 }
.show-contact strong { font-size: 1.05em }
.show-more { float: left; padding: 25px 25px 0; }
.show-activity { clear: both; overflow: hidden; padding: 20px 0 0; border-top: 10px solid #373131; }
#-vif-search-salon-form { position: relative; padding-bottom: 60px }
#-vif-search-salon-form .event-link { bottom: -20px; top: auto }
.show-services { padding: 0 0 45px; font: 400 1.03em/1.2em "aller",sans-serif; text-align: center }
.show-services .field-item { display: inline-block; width: 160px; height: 160px; padding: 15px; margin: 7px 6px; text-align: left; vertical-align: top; background: #f1f0f0 }
.show-service-bloc img { padding: 5px 15px }
.show-service-bloc span { display: block; margin-bottom: 3px; font-size: 1.1em; color: #8d002a }
/* ------ List ------ */
.page-salons h1 { float: left; }
.page-salons .add-selection a { margin: 20px 10px 0px }
.show-list-filter { float: right }
.show-list-filter .form-type-checkbox { float: left; margin-left: 20px  }
.show-list-bloc { clear: both; overflow: hidden; margin-bottom: 55px }
.show-list-view { float: left; width: 330px }
.show-list-view img { display: block }
.show-list-desc { float: left; width: 630px; padding: 20px 20px 10px }
.show-list-name { margin-bottom: 5px; font: 400 1.1em/1em 'aller-bd'; text-transform: uppercase }
.show-list-edition { margin-top: 20px; font: 400 1.1em/1.2em "aller-bd" }
.show-list-date {   }
.show-list-stand { font: 400 1em/1.4em 'aller-bd' }
.show-list-type { margin-top: 20px; font-size: .85em }

.show-servicenode { min-width: 500px; padding: 15px; text-align: center }
.show-servicenode h1 { margin: 10px 0px 5px 0px; font: 400 1.8em/1.2em "aller",sans-serif; text-align: left; font-size: 30px; }
.show-servicenode .field-name-body { text-align: left; font-size: 15px; }
>>>>>>> 23f5536a1334a2e60571400f9555806924982037

.footer-follow li.fb a:hover:after {
  color: #00539f
}

.footer-follow li.rss a:hover:after {
  color: #fc7100
}


/* ------ WEBFORM Picnic Survey ------ */
.page-node-100242 .field-name-body {
  padding-bottom: 40px;
}

.page-node-100242 .media-element-container img {
  width: 100% !important;
  height: auto !important;
}

.page-node-100242 #contact-form label {
  width: auto;
  text-align: left;
}

.page-node-100242 #contact-form input[type="text"] {
  width: 100%;
}

.page-node-100242 #contact-form .webform-component-radios label {
  float: none;
}

.page-node-100242 #contact-form .webform-component-radios .form-radios {
  clear: both;
  padding: 10px 25px;
}

.page-node-100242 #contact-form .webform-component-radios .form-type-radio {
  padding: 5px 0;
  margin: 0;
}

.page-node-100242 #contact-form .webform-component-radios .form-type-radio input {
  vertical-align: initial;
}

.page-node-100242 #contact-form .webform-component-grid table {
  width: 100%;
}

.page-node-100242 #contact-form .webform-component-grid table thead tr {
  background: #FFF !important;
}

.page-node-100242 #contact-form .webform-component-grid table tr:nth-child(odd) {
  background: #e3e2e2;
}

.page-node-100242 #contact-form .webform-component-grid table td {
  padding: 0 15px;
  border-bottom: solid 1px #bbb;
}

.page-node-100242 #contact-form .form-textarea-wrapper {
  clear: both;
  width: 100%;
}

.page-node-100242 #contact-form .form-textarea-wrapper textarea {
  width: 100%;
}

.page-node-100242 #contact-form fieldset legend {
  padding-top: 40px;
  font-size: 1.6em;
}


.page-node-100242 #contact-form .webform-component--quelle-note-de-satisfaction-attribuez-vous-a-cet-evenement-cette- .form-type-radio {
  display: inline-block;
  padding: 5px 0;
}

.page-node-100242 #contact-form .webform-component--quelle-note-de-satisfaction-attribuez-vous-a-cet-evenement-cette- .form-radios:before {
  position: relative;
  padding: 0 30px;
  content: "Insatisfait";
}

.page-node-100242 #contact-form .webform-component--quelle-note-de-satisfaction-attribuez-vous-a-cet-evenement-cette- .form-radios:after {
  position: relative;
  content: "Satisfait";
}


.result-bloc .result-wrapper .result-place,
.result-bloc .result-wrapper .result-vigneron-modes {
  position: static;
  float: right;
  margin: 0 15px;
}

.result-bloc .result-wrapper .result-vigneron-modes {
  clear: both;
  text-align: right;
}

.result-bloc .result-name {
  margin: 0 0 10px;
}

.result-bloc .result-desc {
  margin-top: 5px !important;
}

.facetapi-limit-link {
  float: none !important;
}


.page-search-wine .area-right .content {
  display: none;
}

.page-search-wine .area-right .minus,
.page-search-wine .area-right .plus {
  clear: both;
  text-align: right;
  max-width: 370px;
}

.page-search-wine .area-right .minus,
.page-search-wine .area-right .content.show ~ .plus {
  display: none;
}

.page-search-wine .area-right .content.show ~ .minus,
.page-search-wine .area-right .content.show {
  display: block;
}

.page-search-wine .area-right .i-cup {
  margin-top: 30px;
}

/* OSM */

.marker-cluster-small {
  color: #FFF;
  background-color: rgba(162, 3, 60, 0.6);
}

.marker-cluster-small div {
  background-color: rgba(162, 3, 60, 0.6);
}

.row {
  overflow: hidden;
}

.row .col-2 {
  float: left;
  width: 50%;
}

.extranet-link-block {
  color: #fff;
  text-align: center;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  letter-spacing: 1;
}

.extranet-link-block h3 {
  font-size: 20px;
  margin-bottom: 25px;
  font-family: Lato;
  font-weight: 700;
  line-height: 24px;
}

.extranet-link-block a {
  background: #fff;
  font-size: 10px;
  color: #262c46;
  text-transform: uppercase;
  /*width: 275px;*/
  /*font-weight: bold;*/
  padding: 10px 17px;
  font-family: Raleway;
  font-weight: 800;
}

.extranet-link-block a:after {
  content: "\E811";
  font-family: "Fontello", serif;
  margin-left: 18px;

}

.extranet-link-block .content-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
  margin-right: 85px;
  background-color: #880a12;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.result-bloc .domain {
  margin: 0 0 10px;
  padding: 0;
  color: #AD0035;
  font-weight: bold;
  text-transform: uppercase;
}

.block-offre-speciale {
  padding: 0 !important;
  background-color: transparent !important;
}

.block-offre-speciale .col-first {
  width: 100%;
  background-color: #AD0035;
  background-image: url(../img/vine.png);
  background-position: right center;
  background-repeat: no-repeat;
  color: #fff;
  margin: 30px 0;
  padding: 20px 300px 20px 15px;
  box-sizing: border-box;
}

.block-offre-speciale .col-first .col-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 3em;
  margin: 0 0 20px;
}

.block-offre-speciale .col-first .item {
  margin: 0 0 20px;
}

.block-offre-speciale .col-first .item label {
  font-size: 2.1em;
  color: inherit;
}

.block-offre-speciale .col-first .item a {
  color: inherit;
}

.block-offre-speciale .col-second {
  width: 100%;
  font-size: 1.8em;
}

.block-offre-speciale .col-second .col-title {
  margin-bottom: 20px;
}

.block-offre-speciale .col-second .item-list {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 20px;
}

.block-offre-speciale .col-second label {
  font-size: 1em;
}

.block-offre-speciale .col-second .item {
  text-align: center;
  width: 50%;
}

.block-offre-speciale .col-second .item a {
  text-decoration: none;
  color: inherit;
}

.page-boutique fieldset.form-wrapper {
  margin: 0 0 30px;
}

.page-boutique fieldset.form-wrapper .fieldset-legend {
  font-size: 1.2em;
  font-weight: 700;
}

.page-boutique fieldset.form-wrapper .color-container-wrapper table {
  width: 100%;
}

.page-boutique fieldset.form-wrapper .color-container-wrapper table th {
  padding: 10px 15px;
  font-size: .8em;
  font-style: italic;
  font-weight: 400;
}

.page-boutique fieldset.form-wrapper .color-container-wrapper table tr:nth-child(2n+1) td {
  background-color: #FAFAFA;
}

.page-boutique fieldset.form-wrapper .color-container-wrapper table td {
  padding: 10px 15px;
  font-size: .8em;
}

.page-boutique fieldset.form-wrapper .color-container-wrapper table .promo-mark {
  font-size: 1.2em;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.page-boutique fieldset.form-wrapper .color-container-wrapper table .price-amount-wrapper {
  font-size: 1.2em;
  font-weight: bold;
  display: block;
}

.page-boutique fieldset.form-wrapper .color-container-wrapper table .count .form-item {
  border: 1px solid grey;
  display: flex;
}

.page-boutique fieldset.form-wrapper .color-container-wrapper table .count .form-item span {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.2em;
  background: lightgray;
}

.page-boutique fieldset.form-wrapper .color-container-wrapper table .total-row {
  font-weight: bold;
  text-align: center;
}

.page-boutique fieldset.form-wrapper .color-container-wrapper table .count input {
  width: 50px;
  background-color: transparent;
  float: none;
  font-weight: bold;
  color: #9A0000;
  border-left: 1px solid grey;
  border-right: 1px solid grey;
  box-sizing: border-box;
}

.page-boutique fieldset.form-wrapper .color-container-wrapper table .count input::-webkit-outer-spin-button,
.page-boutique fieldset.form-wrapper .color-container-wrapper table .count input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.page-boutique fieldset.form-wrapper .color-container-wrapper table .count input[type=number] {
  -moz-appearance: textfield;
}

.page-boutique fieldset.form-wrapper + div.form-wrapper {
  text-align: right;
  box-sizing: border-box;
  width: 100%;
  margin: 30px 0;
}

.page-boutique fieldset.form-wrapper + div.form-wrapper > .form-wrapper {
  background-color: #3A7D97;
  padding: 20px 15px;
  box-sizing: border-box;
  color: #fff;
}

.page-boutique fieldset.form-wrapper + div.form-wrapper > .form-wrapper a {
  color: inherit;
  font-weight: 400;
}

.page-boutique fieldset.form-wrapper + div.form-wrapper > .form-wrapper label {
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
  width: 200px;
  text-align: left;
  display: inline-block;
  vertical-align: top;
}

.page-boutique fieldset.form-wrapper + div.form-wrapper > .form-wrapper div {
  display: inline-block;
  text-align: right;
  width: 150px;
  vertical-align: top;
}

.page-boutique fieldset.form-wrapper + div.form-wrapper > .form-wrapper:last-child {
  background-color: #2B5F74;
}

.page-boutique fieldset.form-wrapper + div.form-wrapper > .form-wrapper:last-child label {
  font-size: 1.4em;
}

.page-boutique fieldset.form-wrapper + div.form-wrapper > .form-wrapper:last-child > .form-wrapper > div:first-child {
  font-size: 1.2em;
  font-weight: bold;
}

.page-boutique #edit-billing-information .fieldset-legend,
.page-boutique #edit-delivery-information .fieldset-legend {
  margin: 0 0 20px;
  display: block;
}

.page-boutique #edit-billing-information .fieldset-description,
.page-boutique #edit-delivery-information .fieldset-description {
  font-weight: bold;
  margin: 0 0 10px;
}

.page-boutique #edit-billing-information .fieldset-description a,
.page-boutique #edit-delivery-information .fieldset-description a {
  font-weight: 400;
  color: inherit;
  text-decoration: underline;
}

.page-boutique #edit-billing-information .form-item input,
.page-boutique #edit-delivery-information .form-item input {
  width: 100%;
  box-sizing: border-box;
}

.page-boutique #edit-billing-information .form-item label,
.page-boutique #edit-delivery-information .form-item label {
  margin-bottom: 10px;
}

.page-boutique #edit-billing-information .form-item,
.page-boutique #edit-delivery-information .form-item {
  margin-bottom: 20px;
  float: left;
  box-sizing: border-box;
}

.page-boutique #edit-billing-information .form-item-billing-information-phone,
.page-boutique #edit-billing-information .form-item-billing-information-last-name,
.page-boutique #edit-billing-information .form-item-billing-information-first-name,
.page-boutique #edit-delivery-information .form-item-delivery-information-phone,
.page-boutique #edit-delivery-information .form-item-delivery-information-last-name,
.page-boutique #edit-delivery-information .form-item-delivery-information-first-name {
  width: 50%;
}

.page-boutique #edit-billing-information .form-item-billing-information-phone,
.page-boutique #edit-billing-information .form-item-billing-information-last-name,
.page-boutique #edit-delivery-information .form-item-delivery-information-phone,
.page-boutique #edit-delivery-information .form-item-delivery-information-last-name {
  padding-right: 10px;
}

.page-boutique #edit-billing-information .form-item-billing-information-first-name,
.page-boutique #edit-delivery-information .form-item-delivery-information-first-name {
  padding-left: 10px;
}

.page-boutique #edit-billing-information .form-item-billing-information-email,
.page-boutique #edit-billing-information .form-item-billing-information-additional-information,
.page-boutique #edit-billing-information .form-item-billing-information-adresse,
.page-boutique #edit-delivery-information .form-item-delivery-information-email,
.page-boutique #edit-delivery-information .form-item-delivery-information-additional-information,
.page-boutique #edit-delivery-information .form-item-delivery-information-adresse {
  clear: both;
  width: 100%;
}

.page-boutique #edit-billing-information .form-item-billing-information-code-postal,
.page-boutique #edit-delivery-information .form-item-delivery-information-code-postal {
  clear: both;
  width: 20%;
  padding-right: 20px;
  box-sizing: border-box;
}

.page-boutique #edit-billing-information .form-item-billing-information-city,
.page-boutique #edit-delivery-information .form-item-delivery-information-city {
  width: 30%;
  padding-right: 10px;
}

.page-boutique #edit-billing-information .form-item-billing-information-phone,
.page-boutique #edit-delivery-information .form-item-delivery-information-phone {
  clear: both;
}

.page-boutique #edit-actions .fieldset-wrapper input {
  margin: 20px auto 0;
}

.page-boutique #edit-actions .fieldset-wrapper {
  text-align: center;
}

.page-boutique #edit-actions .finish-description {
  text-align: left;
}

.page-boutique #edit-actions .fieldset-legend,
.page-boutique #edit-adress-switch .fieldset-legend {
  margin: 0 0 20px;
  display: block;
}

.page-boutique #edit-adress-switch .fieldset-wrapper label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.page-boutique #edit-adress-switch .fieldset-wrapper .form-radios {
  display: inline-block;
  vertical-align: middle;
  background: #A2033B;
  width: 50px;
  height: 30px;
  border-radius: 15px;
  position: relative;
}

.page-boutique #edit-adress-switch .fieldset-wrapper .form-radios .form-item input {
  display: none;
}

.page-boutique #edit-adress-switch .fieldset-wrapper .form-radios .form-item label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  margin: 0;
}

.page-boutique #edit-adress-switch .fieldset-wrapper .form-radios .form-item input:checked + label {
  display: none;
}

.page-boutique #edit-adress-switch .fieldset-wrapper .form-radios .form-item label::before {
  content: '';
  background-color: #fff;
  top: 2px;
  left: 2px;
  height: 26px;
  width: 26px;
  border-radius: 13px;
  position: absolute;
}

.page-boutique #edit-adress-switch .fieldset-wrapper .form-radios .form-item:last-child label::before {
  left: auto;
  right: 2px;
}

@media (max-width: 575px) {
  .block-offre-speciale .col-second .item-list {
    display: block;
  }

  .block-offre-speciale .col-second .item {
    width: 100%;
    line-height: 1.2;
  }

  .page-boutique fieldset.form-wrapper .color-container-wrapper table th {
    display: none;
  }

  .page-boutique fieldset.form-wrapper .color-container-wrapper table tr {
    display: block;
    padding: 10px;
  }

  .page-boutique fieldset.form-wrapper .color-container-wrapper table tr:nth-child(2n+1) {
    background-color: #FAFAFA;
  }

  .page-boutique fieldset.form-wrapper .color-container-wrapper table td {
    display: block;
    padding: 0;
    overflow: hidden;
  }

  .page-boutique fieldset.form-wrapper .color-container-wrapper table .count {
    float: left;
  }

  .page-boutique fieldset.form-wrapper .color-container-wrapper table .total-row {
    float: right;
  }

  .page-boutique fieldset.form-wrapper + div.form-wrapper > .form-wrapper {
    overflow: hidden;
  }

  .page-boutique fieldset.form-wrapper + div.form-wrapper > .form-wrapper label {
    float: left;
    width: 50%;
  }

  .page-boutique fieldset.form-wrapper + div.form-wrapper > .form-wrapper div {
    float: right;
    width: 50%;
  }

  .page-boutique #edit-billing-information .form-item,
  .page-boutique #edit-delivery-information .form-item {
    padding: 0;
    width: 100%;
  }

  .page-boutique #edit-billing-information .form-item-billing-information-code-postal,
  .page-boutique #edit-delivery-information .form-item-delivery-information-code-postal {
    width: 50%;
  }

  .page-boutique #edit-adress-switch .fieldset-wrapper label {
    margin: 0 0 10px;
  }

  .block-offre-speciale .col-first {
    background-image: none;
    padding: 10px;
  }

  .block-offre-speciale .col-first .col-title {
    font-size: 2em;
  }

  .block-offre-speciale .col-first .item label {
    font-size: 18em;
  }
}

/* ------ Oenotourisme ------ */
.page-oenotourisme .search-advanced { float: none; width: 500px; text-align: center; margin: 5px 0px 0px 20px; }
.page-oenotourisme #show-list .pane-views { margin-bottom: 35px }
.page-oenotourisme #gallery { margin-bottom: 10px }
.page-oenotourisme .views-field-field-slider { width: 100% }
/* .view-oenotourisme { margin: 0 -4px 22px; overflow: hidden }
.view-oenotourisme .news-headlight-bloc { width: calc(33.33% - 8px); margin: 0 4px } */
.view-oenotourisme .news-headlight-bloc img { height: 219px; object-fit: cover }
.view-oenotourisme-t.view-display-id-block_1 .view-content { display: flex; flex-wrap: wrap; margin: 0 -4px }
.view-oenotourisme-t.view-display-id-block_1 .views-row { flex: 0 0 25%; position: relative; padding: 0 4px; margin-bottom: 10px; box-sizing: border-box }
.view-oenotourisme-t.view-display-id-block_1 img { display: block; width: 100%; height: auto }
.view-oenotourisme-t.view-display-id-block_1 .views-field-name a { position: absolute; bottom: 0; left: 4px; width: calc(100% - 8px); padding: 10px 20px 15px 20px; color: #fff; background: rgba(156, 14, 49, .75); font: 1.2em/1.3em "aller-bd",serif; text-decoration: none; box-sizing: border-box; transition: all 0.4s ease 0s }
.view-oenotourisme-t.view-display-id-block_1 .views-field-name a:hover { padding-bottom: 30px }

/* ------ Agenda ------ */
.node-agenda .field-name-field-image { margin-bottom: 25px }
.node-agenda .field-name-field-date-range { margin-bottom: 1em; padding: 0 25px; font-weight: bold }
.node-agenda .field-name-body { padding: 0 25px }

#print-table tbody {
  border: none;
}

@media print {
  table#print-table {
    background: #eaeaea !important;
    width: 100% !important;
  }

  #print-table td {
    background-color: #eaeaea !important;}}
