@charset "utf-8";
/* CSS Document */
/* The Mist v1.3 || ex nihilo || July 2013 */


/*
  google fonts   [imported]
  YTPlayer       [imported]
  twitter ticker [imported]
  google maps    [imported]
  fonts
  reset
  site loader
  general
  intro
  countdown
  layout
  curtains
  birds
  mist
  left top
  right top
  left bottom
  contact
  right bottom
  social icons
  header
  header background
  footer
  footer background
  newsletter form
  dividers
*/


/* google fonts */
@import url(http://fonts.googleapis.com/css?family=Roboto:400,900italic,900,700italic,700,500italic,500,400italic,300italic,300,100italic,100);
/* YTPlayer */
@import url('../YTPlayer/YTPlayer.css');
/* twitter ticker */
@import url('../twitter/jquery.tweet.css');
/* google maps */
@import url('../gmaps/gmaps.css');


/* fonts */
@font-face {
    font-family: 'Narziss-Regular';
    src: url('fonts/narziss-regular-webfont.eot');
    src: url('fonts/narziss-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/narziss-regular-webfont.woff') format('woff'),
         url('fonts/narziss-regular-webfont.ttf') format('truetype'),
         url('fonts/narziss-regular-webfont.svg#Narziss-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'baseserif';
    src: url('fonts/base12sf-webfont.eot');
    src: url('fonts/base12sf-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/base12sf-webfont.woff') format('woff'),
         url('fonts/base12sf-webfont.ttf') format('truetype'),
         url('fonts/base12sf-webfont.svg#baseserif') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'baseserif';
    src: url('fonts/base12sfscb-webfont.eot');
    src: url('fonts/base12sfscb-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/base12sfscb-webfont.woff') format('woff'),
         url('fonts/base12sfscb-webfont.ttf') format('truetype'),
         url('fonts/base12sfscb-webfont.svg#baseserif') format('svg');
    font-weight: bold;
    font-style: normal;
}

/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

html, body {
height: 100%;
}

body {
line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}

ol, ul {
list-style: none;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

*:focus {  
outline: none;
}


/* site loader */
.loader {
position: absolute;
width: 100%;
height: 100%;
background: #fff url(../images/site-loader.gif) no-repeat center center;
z-index: 10000;
}


/* general */
body {
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 12px;
line-height: 1.5;
font-style: normal;
font-weight: normal;
text-align: center;
color: #fff;
background: #fff;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
width: 100%;
height: 100%;
}

h1, h2 {
margin: 0;
padding: 0;
}

h1 {
font-family: 'Narziss-Regular';
font-size: 95px;
font-weight: 100;
font-style: normal;
text-align: center;
text-transform: uppercase;
-webkit-font-smoothing: antialiased;
color: #000;
letter-spacing: 10px;
line-height: 1;
margin: 70px 0 0 0;
}

h2 {
font-family: 'Narziss-Regular';
font-size: 65px;
font-weight: 100;
font-style: normal;
text-align: center;
text-transform: uppercase;
-webkit-font-smoothing: antialiased;
color: #000;
letter-spacing: 5px;
line-height: 1;
margin: 70px 0 0 0;
}

em{
  font-style: italic;
}

a {
color: #555;
text-decoration: none;
outline: none;
}

a:hover {
color: #000;
text-decoration: none;
}

p {
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 12px;
line-height: 1.5;
font-style: normal;
font-weight: normal;
padding: 10px 0 10px 0;
}

p a {
color: #555;
text-decoration: none;
}

p a:hover {
color: #000;
text-decoration: none;
transition: color 0.5s;
}

::-moz-selection { background: #555; color: #fff;      /* Firefox */ }
     ::selection { background: #555; color: #fff;      /* Safari */  }


/* intro */
.intro-wrapper {
position: relative;
}

.intro {
margin: 135px auto;
}

.intro h1 {
font-family: 'Narziss-Regular';
font-size: 110px;
font-weight: 100;
font-style: normal;
text-align: center;
-webkit-font-smoothing: antialiased;
color: #fff;
letter-spacing: 10px;
line-height: 76%;
margin: 0;
text-transform: none;
}

.intro h2 {
font-family: 'Narziss-Regular';
font-size: 50px;
font-weight: bold;
font-style: normal;
text-align: center;
-webkit-font-smoothing: antialiased;
color: #fff;
letter-spacing: 10px;
line-height: 76%;
margin: 30px 0 30px 0;
text-transform: none;
}

.intro p {
font-family: 'Roboto', sans-serif;
font-size: 17px;
line-height: 1.5;
font-style: normal;
font-weight: 400;
letter-spacing: 1px;
color: #fff;
text-shadow: 1px 1px 2px #000;
margin: 0;
padding: 0;
}

.intro-pages {
margin-top: 0;
}

.intro-pages p {
font-family: 'Roboto', sans-serif;
font-size: 17px;
line-height: 1.5;
font-style: normal;
font-weight: 400;
letter-spacing: 1px;
color: #555;
margin: 0;
padding: 0;
}


/* countdown */
#countdown-wrap {
position: relative;
margin: 0 auto;
text-align: center;
}

#countdown {
position: relative;
width: 570px;
height: auto;
margin: 0 0 70px 0;
padding: 0;
display: inline-block;
}

div#clock {
margin: 0;
padding: 10px;
overflow: hidden;
text-align: center;
background: none;
}

div#clock p {
font-family: 'Narziss-Regular';
font-size: 25px;
font-weight: bold;
font-style: normal;
-webkit-font-smoothing: antialiased;
color: #fff;
letter-spacing: 1px;
margin: 0;
text-transform: none;
text-shadow: 1px 1px 2px #000;
text-align: center;
float: left;
width: 100px;
height: auto;
background: none;
}

div#clock p span {
font-size: 35px;
letter-spacing: 1px;
display: block;
margin: 0;
padding: 0;
}

div#clock div.space {
font-size: 25px;
color: #fff;
display: block;
float: left;
width: 10px;
background: none;
margin: 20px 0 0 0;
}


/* layout */
.page {
height: 100%;
margin: 0;
padding: 0;
}

.page-section {
position: relative;
margin: 0 auto;
padding: 0;
z-index: 1;
}

.upper-page {
width: 100%;
min-height: 100%;
margin: 0;
padding: 0;
background: rgba(0, 0, 0, 0.2);
}

.lower-page {
min-height: 100%;
margin: 0;
padding: 0;
background: rgba(255, 255, 255, 0.9);
}

.lower-content {
margin: 0 auto;
padding: 30px 0 85px 0;
color: #000;
}

.lower-content strong {
font-weight: bold;
}

.center {
margin: 0 auto;
}


/* curtains */
#curtains {
position: fixed;
height: 100%;
width: 100%;
background: url(../images/curtains.png) repeat top left;
display: none;
z-index: 0;
}


/* birds */
#birds {
margin-left: -60px;
}

.bird {
position: fixed;
z-index: 0;
}


/* mist */
#mist {
position: fixed;
left: 0;
bottom: 85px;
width: 100%; 
height: 250px;
background: url(../images/mist.png);
z-index: 0;
}


/* left top */
.left-top {
position: absolute;
width: auto;
top: 7px;
left: 10px;
padding: 0;
color: #000;
z-index: 2;
}

.left-top ul {
float: left;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
color: #000;
font-size: 12px;
}

.left-top ul li {
display: inline;
padding: 0 0 5px 0;
}


/* right top */
.right-top {
position: absolute;
width: auto;
top: 17px;
right: 10px;
padding: 0;
color: #000;
z-index: 2;
}


/* left bottom */
.left-bottom {
font-family: 'Narziss-Regular';
font-size: 20px;
font-weight: 100;
font-style: normal;
letter-spacing: 1px;
-webkit-font-smoothing: antialiased;
width: auto;
top: 4px;
left: 10px;
padding: 0;
position: absolute;
z-index: 10;
}

.left-bottom a {
color: #555;
font-weight: normal;
text-decoration: none;
}

.left-bottom a:hover {
color: #000;
}

.left-bottom ul, li {
margin: 0;
padding: 0;
}

.left-bottom .lifting {
margin: 0 0 11px 0;
height: 20px;
}

.left-bottom .lifting-first {
margin: 0 0 11px 0;
height: 20px;
}

.left-bottom li a, .left-bottom li {
float: left;
text-transform: uppercase;
height: 20px;
}

.left-bottom li {
position: relative;
margin: 7px 0 0 0;
padding: 0 0 10px 0;
background: none;
}

.left-bottom li a {
padding: 0 5px 10px 5px;
text-decoration: none;
-moz-transition: 0.2s ease-in;
-webkit-transition: 0.2s ease-in;
}

.left-bottom li a:hover {
background: none;
}

.left-bottom li ul {
display: none;
left: 0;
position: absolute;
bottom: 100%;
background: none;
}

/*.left-bottom li:hover ul {
display: block;
width: auto;
}*/

.left-bottom li ul a {
white-space: nowrap;
background: #fff;
}

.left-bottom li ul a:hover {
color: #fff;
background: #000;
}


/* contact */
.contact {
font-family: 'Roboto', sans-serif;
font-size: 10px;
font-style: normal;
font-weight: 400;
color: #fff;
text-transform: uppercase;
width: auto;
height: 20px;
left: 14px;
bottom: 3px;
overflow: hidden;
background: none;
position: absolute;
z-index: 10;
}

.contact a, a:hover {
color: #555;
text-decoration: none;
outline: none;
}

ul.email-us li {
position: absolute;
left: 0;
bottom: 3px;
display: block;
}

ul.email-us li a span {
display: none;
}

a.envelope:link, a.envelope:visited {
display: block;
width: 25px;
height: 17px;
background: url(../images/email-us.png) no-repeat left top;
}

a.envelope:hover {
background-position: left bottom;
}

.address {
padding: 0 0 0 35px;
}


/* right bottom */
.right-bottom {
position: absolute;
width: auto;
top: 10px;
right: 10px;
padding: 0;
color: #000;
z-index: 2;
}


/* social icons */
ul.social-icons {
margin: 0;
padding: 0;
}

ul.social-icons a img {
width: 16px;
height: 16px;
padding: 5px 5px 0 5px;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-webkit-transition: all 0.4s linear;
   -moz-transition: all 0.4s linear;
     -o-transition: all 0.4s linear;
        transition: all 0.4s linear;
}

ul.social-icons a img:hover {
padding: 5px 5px 0 5px;
        opacity: 0.5;
   -moz-opacity: 0.5;
-webkit-opacity: 0.5;
filter: alpha(opacity=50);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}


/* header */
#header {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 40px;
overflow: hidden;
background: #fff;
z-index: 15;
}


/* header background */
.header-bg {
position: fixed;
width: 380px;
height: 40px;
left: 0;
top: 0;
background: url(../images/header-bg.png) no-repeat;
}


/* footer */
#footer {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
height: 85px;
background: #fff;
z-index: 15;
}


/* footer background */
.footer-bg {
position: fixed;
width: 390px;
height: 85px;
right: 0;
bottom: 0;
background: url(../images/footer-bg.png) no-repeat;
}


/* newsletter form */
#subscribe-wrapper {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
color: #fff;
font-weight: 400;
width: 305px;
height: auto;
margin: 0;
padding: 0;
display: block;
}

fieldset {
border: none;
}

form {
margin: 0;
padding: 0;
}

input {
border: none;
background: #fff;
}

#email {
font-size: 11px;
color: #000;
text-align: center;
width: 150px;
border: 1px solid #000;
background-color: #fff;
margin: 3px 20px 0 20px;
padding: 5px;
}

#email:focus {
font-size: 11px;
color: #000;
border-color: #000;
background-color: #fff;
}

#signup-button {
font-size: 10px;
font-style: normal;
font-weight: 400;
text-transform: uppercase;
color: #fff;
background-color: #555;
margin: 4px 0 0 0;
padding: 5px;
position: relative;
float: right;
}

#signup-button:hover {
cursor: pointer;
background-color: #555;
}

.mail {
color: #fff;
padding: 0;
}

.error {
font-size: 10px;
text-transform: uppercase;
text-align: center;
color: #fff;
display: block;
margin: 0;
padding: 5px;
}

.success {
font-size: 10px;
font-style: normal;
font-weight: bold;
color: #fff;
text-align: center;
text-transform: uppercase;
width: 305px;
height: auto;
margin: 10px auto;
padding: 0;
background: none;
}


/* dividers */
.divider {
background: #000;
width: 100%;
height: 1px;
margin: 20px auto;
}

.divider-blank {
background: none;
width: 100%;
height: 1px;
margin: 20px auto;
}

/******************** JASON ********************/

/********** HEADER **********/

.white{
  color: #fff;
}

.bold{
  font-weight: 700;
}

.buttonBar,
.mb_YTVPProgress{
  display: none;
}

#controls{
  width: 17px;
  height: 16px;
  background: url('../images/controls.png') bottom no-repeat;
  position: relative;
  left: 230px;
  top: 13px;
  cursor: pointer;
}

.muteOff{
  background-position: top !important;
}

/********** FOOTER **********/

.footer-bg span{
  font-family: 'baseserif', serif;
  color: white;
  font-size: 2em;
  line-height: 85px;
}

.left-bottom{
  margin-left: 35px;
}

.footer-bg{
  background: url('../images/footerbg.jpg') 0 0 repeat-x;
  width: 100%;
  margin-left: 420px;
  right: auto;
}

.left-bottom{
  font-family: 'baseserif', serif;
}

/********** CONTENT **********/

.lower-page{
  background-color: rgba(255,255,255,0.8)
}

.intro h1{
  font-size: 60px;
}

div.continuer{
  position: absolute;
  bottom: 100px;
  left: 50%;
  margin-left: -58px;
  font-family: 'baseserif', serif;
  color: #921A0F;
  width: 116px;
}

div.continuer p{
  font-family: 'baseserif', serif;
  color: #921A0F;
}

p{
  font-family: arial, sans-serif;
}

.intro h1,
h1,
.footer-bg span,
h2{
  font-family: 'baseserif', serif;
  font-weight: normal;
  text-transform: uppercase;
}

h1{
  color: #921A0F;
}

.intro h1{
  color: #fff;
}

.left-bottom li ul a:hover{
  background-color: #921A0F;
}

h3, h4{
  font-family: 'baseserif', serif;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center;
}

.half-column h4{
  text-align: center;
  margin-top: 20px;
  color: #921A0F;
}

h3:not(:first-child){
  margin-top: 15px;
}

.half-column,
.carte{
  width: 940px;
  float: left;
  margin-left: 10px;
}

.half-column>div{
  width: 48%;
  float: left;
}

.half-column>div:first-child{
  padding-right: 2%;
}

.half-column>div:last-child{
  padding-left: 2%;
}

.half-column>div p{
  text-align: justify;
}

.half-column.carte div p,
.carte.vins{
  text-align: left;
}

.carte span{
  float: right;
}

.carte.vins span{
  margin-right: 15px;
}

#scroll{
  width: 400px;
  margin: auto;
  height: 500px;
  /*overflow-y: auto;
  -webkit-overflow-scrolling: touch;*/
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
  background: #921A0F !important;
}

.carte.vins p{
  padding-top: 0;
}

.carte.vins h4{
  display: inline;
  font-weight: bold;
}

.intro-pages p{
  font-family: 'baseserif', serif;
}

form{
  text-align: left;
}

form div{
  width: 33%;
  float: left;
  padding: 0%;
}

form textarea{
  width: 93%;
  padding: 0;
  margin: 0;
  resize: none;
  border: none;
  margin-left: 2px;
}

form>p{
  clear: both;
}

form input:not(.submit),
form textarea{
  padding: 5px 0 5px 2px;
  border: 1px solid #ddd;
}

form input.submit{
  padding: 5px 15px;
  margin-top: 10px;
}

form input.submit:hover{
  background-color: #921A0F;
  color: #fff;
}

#play{
  z-index: 999;
  display: none;
}

#play iframe{
  display: none;
}

#play a{
  display: none;
  color: #fff;
  font-family: 'baseserif', serif;
}

.actu img{
  width: 76%;
  max-width: 76%;
  height:auto;
}

.actu p{
  font-size: 14px;
}

.actu p:first-child{
  padding-top: 0;
}

.actu a{
  font-family: 'baseserif', serif;
}

p a:hover{
  color: #921A0F;
}

.middle{
  position: absolute;
  width:255px;
  left: 50%;
  margin-left: -120px;
  top: -3px;
}

.middle a{
  font-family: 'baseserif', serif;
  color: #921A0F;
  font-size: 20px;
}

.middle img{
  margin-left: 5px;
}

.middle-mobile{
  display: none;
  position: absolute;
  left: 235px;
  top: -7px;
}

/********** MAP **********/

#map-navigation a{
  background-color: #921A0F;
}

/********** NAV **********/

p.menu-trigger{
  color: #921A0F;
  font-size: 25px;
  margin-top: 5px;
  font-family: 'baseserif', serif;
}

/********** 31 décembre **********/

.center1 p,
.center1 h3{
  text-align: center !important;
}

.center1{
  width: 100% !important;
  padding: 0 !important;
}

.popup{
  width: 450px;
  border-radius: 3px;
  background-color: #fff;
  margin: auto;
  display: none;
  font-weight: 700;
  padding: 25px 0 25px;
  position: relative;
}

.popup a{
  color: #921A0F;
}

.popup a:hover{
  color: #000;
}

.closepopup{
  position: absolute;
  padding: 5px 10px 10px 10px;
  left: -3px;
  top: -3px;
  cursor: pointer;
}

h3 a{
  color: #921A0F;
}

/********** MENU DECEMBRE **********/

.menu-decembre{
  float: left;
  margin-top: 15px;
  width: 940px;
}