/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

@font-face {
    font-family: 'made_mirage_regular';
    src: url('font/made_mirage_regular-webfont.woff2') format('woff2'),
         url('font/made_mirage_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'made_mirage_medium';
    src: url('font/made_mirage_medium-webfont.woff2') format('woff2'),
         url('font/made_mirage_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'basier_circleregular';
    src: url('font/basiercircle-regular-webfont.woff2') format('woff2'),
         url('font/basiercircle-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

a {color:#9b8e79}

img{
    max-width:100%;
}
body, html {
       font-family: "basier_circleregular",sans-serif;
    background-color: #fcfbfa;
	color:#131313;
    font-size:13px;
    	
image-rendering: -webkit-optimize-contrast;
}

strong { font-weight: normal;}


html body main #wrapper #desk_nav {
    font-family: 'made_mirage_medium';
    letter-spacing: 1px;
	border:none;
	 background-color: #fcfbfa;
}
html body main #mobile_nav{
    font-family: 'made_mirage_medium';
    letter-spacing: 1px;
}
html body main #wrapper #desk_nav nav {
    font-size: 1em;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    padding-top:28px;
}

html body main #wrapper #desk_nav.scrolled nav {
    font-size: 1em;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    padding-top:0px;
}



html body main #wrapper #desk_nav #btn_contact {
    font-size: 1em;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

html body #lang.desktop, html body main #mobile_nav #back_mobile_menu #lang {
    font-size: 1em;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-family: 'made_mirage_medium';
    letter-spacing: 1px;
}

html body #lang.desktop ul li.separator, html body main #mobile_nav #back_mobile_menu #lang ul li.separator{
    font-size: 14px;
    letter-spacing: 0.12em;
    margin-left: 3px;
    margin-right: 3px;
}

html body main {
    border: none;
    position: relative;
}

html body main #border {
    display:none;
}
.left, .right{
    max-width: 468px;
    width:48%;
}


html body main #wrapper #desk_nav.scrolled #logo{
    margin:20px 0 30px 0;
}
#logo h2 {
	font-family: 'made_mirage_medium';
	font-size: 1em;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
	color:#1d1d1b;
}
html body main #wrapper{
    padding-top:50px;
    width:91%;
}
html body main #wrapper section.home.vins .right {
padding: 0 10% 0 5%;
margin: 0;
text-align: left;
float: revert;
    font-size: 13px;
}

html body main #contacts {
    background-color: #fcfbfa;
    font-size: 0.897em;
    font-weight: 300;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 20px 0;
    border-top: none;
    width:90%;
    max-width: 1200px;
    margin:0 auto;
}
html body main #contacts #blason {
    padding-bottom: 78px;
    width: 200px;
    padding-top: 1em;
}

html body main #contacts p:first-of-type, html body main #contacts p.insta{
   font-family: "basier_circleregular",sans-serif;
    font-size:13px;
    margin-bottom:10px;
    letter-spacing: 0.01em;
    font-weight: 300;
    line-height:22px;
}



html body main #contacts p.insta a{
      font-size: 1.6rem;
    vertical-align: middle;
    display: inline-block;
    margin-left: 8px;
}
h2, html body main #wrapper section.home article p{
    font-family: 'made_mirage_regular';
}
html body main #contacts p:last-of-type{
    text-transform:uppercase;
    font-size:8px;
    letter-spacing: 0.1rem;
}

html body main #wrapper section.home article p {
  
    margin-top: 10px;
    margin-bottom: 20px;
}

html body main #wrapper section.home.vins header .btn_zone {
    
    padding: 0 0 0 0;
}

html body main #wrapper #desk_nav nav ul li.active a, html body main #wrapper #desk_nav nav ul li:hover a {
  color: #9b8e79;
}

.btn_zone a:hover { background-color:#9b8e79}

.bx-prev img, .bx-next img{
    display:none;
}
.bx-prev, .bx-next{
    background: rgba(255,255,255,0.5);
    width: 37px;
    height: 37px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-left:20px;
    margin-right:20px;
}
.bx-prev:before, .bx-next:before{
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    border: 1px solid black;
    border-width: 1px 1px 0 0;
    margin: auto;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg); 
    transform: rotate(-135deg);
}
.bx-prev:before{
    margin: auto -4px auto 0;
}
.bx-next:before{
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: auto 0px auto -4px;
}
.bx-prev:hover, .bx-next:hover {
    background-color: #fcfbfa;
}

#contacts a { color:#1d1d1b; }
#contacts a:hover {  opacity:0.6; }

#blason img { max-width:200px;}




html body main #wrapper section#pagecontent article{
    justify-content:space-between;
    flex-wrap:wrap;
}
html body main #wrapper section#pagecontent article .col_left{
    width:45%;
}
html body main #wrapper section#pagecontent article .col_right{
    width:45%;

}
html body main #wrapper section#pagecontent article .col_left figure, html body main #wrapper section#pagecontent article .col_right figure{
    height:135px;
    margin-top: 40px;
}
html body main #wrapper section#pagecontent article .col_3{
    width:100%;
    display:flex;
    justify-content:space-between;
    margin-top:50px;
    align-items: flex-end;
    letter-spacing: 1px;
    line-height: 1.4;
    opacity: 0;
}

html body main #wrapper section#pagecontent article .col_left, html body main #wrapper section#pagecontent article .col_right {
  letter-spacing: 0.06em;
  font-weight:300;

}

html body main #wrapper section#pagecontent article .col_3 figure{
    flex-basis:37%;
}
html body main #wrapper section#pagecontent article .col_3>div{
    flex-basis:55%;
}

.popin{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:9999;
    background:rgba(0,0,0,0.3);
    display:none;
    flex-direction: column;
    justify-content: center;
    align-items:center;
}
.popin.active{
    display:flex;
}
.closePopin{
    position:absolute;
    top:30px;
    right:30px;
    width:25px;
    height:25px;
    cursor:pointer;
}
.closePopin:after, .closePopin:before{
    content:'';
    display:block;
    position:absolute;
    top:13px;
    left:0;
    transform:rotate(45deg);
    background:black;
    width:30px;
    height:1px;
}
.closePopin:before{
    transform:rotate(-45deg);
}
.content{
    max-width:80%;
    background:#fcfbfa;
    padding:30px;
}
.button {
    background-color: #111111;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.9em;
    padding: 0.7em 1em 0.7em 1em;
    font-weight: 100;
    cursor:pointer;
}
html body main #wrapper section#pagecontent header p{
letter-spacing: 1px;
    line-height: 1.75em;
    margin:20px 0;
}
.mentions section p{
    letter-spacing: 0.06em;
    line-height: 1.75em;
    margin:20px 0;
    font-family: 'Karla', sans-serif;

}

article p { font-size: 13px; line-height: 22px; font-weight:300; letter-spacing: 0em;}

html body main #wrapper section.presse article .col_left .btn_zone, html body main #wrapper section.presse article .col_right .btn_zone {
  margin: 0 0 2em 0!important;
}

html body main #wrapper section#pagecontent header p {
    letter-spacing: 0em;
   font-size: 13px; line-height: 22px;
    margin: 20px 0;
	font-weight:300;
}

a.button {
    background-color: #111111;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.95em;
    padding: 0.7em 1em 0.7em 1em;
    font-weight: 500;
}

html body main #wrapper section#pagecontent article .col_left .btn_zone, html body main #wrapper section#pagecontent article .col_right .btn_zone {
    margin: 2.6em 0 0 0;
}

h1 {
 
  font-weight: 300;
  display:none;
}

h2 {     font-size: 1.5em;
    font-weight: 500;
    margin: 0 0 1em 0;
    line-height: 1.5em;
    letter-spacing: 0.06em;
    margin-bottom: 20px;
    font-family: 'made_mirage_medium';
	width:96%;
}

h3 {     font-size: 1.5em;
    font-weight: 500;
    margin: 0 0 1em 0;
    line-height: 1.5em;
    letter-spacing: 0.06em;
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: 'made_mirage_medium';
}

html body main #contacts .contacts {
    padding-top: 0;
    padding-bottom: 0px;
    width: calc(80% - 215px);
    margin-right:10%;
    margin-left:0;
}

html body main #wrapper section.home .right p {
    font-family: 'made_mirage_regular';
    font-size: 2.069em;
line-height: 1.4em;
}

html body main #wrapper section#pagecontent header p{
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}

html body main #mobile_nav #back_mobile_menu{
    background-color: #fcfbfa;
    box-shadow: 0 0 0;
    border: 0;
    -moz-box-shadow: 0px 0px 0px 0px;
    -webkit-box-shadow: 0px 0px 0px 0px;
    -o-box-shadow: 0px 0px 0px 0px;
}

html body main #wrapper #desk_nav #logo img {
  max-height: 145px;
}

html body main #mobile_nav #back_mobile_menu nav ul li a {
  color: #323133;
 
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

html body main #mobile_nav #nav-icon span {

  height: 1px;
 
}

html body main #wrapper section#pagecontent {
  width: 85%;
  
}

br.mobile {display:block}

html body main #wrapper #desk_nav.scrolled #logo img {
  max-height: 120px;
}

 .full_img { width: auto; }

@media only screen and (min-width:768px) {

    html body main #wrapper section.home.vins header {

        align-items: center;
    }
    
    html body main #wrapper section.home article {
   
    font-size: 13px;
}

    
}
@media only screen and (max-width:768px) {
    html body main #wrapper section#pagecontent article .col_right,html body main #wrapper section#pagecontent article .col_left{
        width:100%;
    }
    html body main #contacts{
        align-items:center;
        flex-direction:column;
    }
    html body main #contacts .contacts{
        margin-right:0;
        width:100%;
    }
    html body main #contacts span{
        display:block;
    }
    html body main #contacts span.no{
        display:none;
    }
    html body main #wrapper section#pagecontent article .col_3{
        display:block;
    }
    html body main #contacts p.insta a{
        display:block;
        text-align:center;
    }
    html body main #wrapper section.home header{
        flex-direction:column;
    }
    html body main #wrapper section.home header .left, html body main #wrapper section.home header .right{
        width:100%;

    }
    html body main #wrapper section.home header .right,html body main #wrapper section.home.vins .right{
        width: 80%;
        margin: 2em auto 1em auto;
        padding:0;
    }
	br.mobile {display:none}
	.col_3 figure { margin-bottom:20px;}
    
    .full_img { width: 100%; }
	
} 

@media only screen and (min-width: 920px) {
html body main #wrapper.content_page section#topslider {
    width: calc(100% - 215px);
    margin: 198px 0 6em auto;
}
html body main #wrapper section.home.histoire {
    margin-top: 198px;
}
}


