@charset "UTF-8";

/*-----------------------------------------------------------------------------

TERREDE SAVOIE I CHARDONNAY - ROUTIN

-----------------------------------------------------------------------------*/



@font-face{
	font-family: 'Gotham-Medium';
	src: url(../fonts/Gotham-Medium.eot);
	src: url(../fonts/Gotham-Medium.woff) format('woff'), url(../fonts/Gotham-Medium.ttf) format('truetype');
	font-weight: normal;
	font-style: normal;
}

html {
	-webkit-tap-highlight-color: rgba(0,0,0,.6)
}

::-moz-selection,::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

body {
	font-family: PT Sans,Helvetica,Arial, FreeSans,sans-serif;
	color: #333333;
	line-height: 1.3125;
	font-size: 18px;
	position: relative;
}

section {
	clear: both;
	margin-bottom: 42px;
}

hr {
	height: 21px;
	text-align: center;
	font-family: Gotham-Medium;
	font-size: 21px;
	letter-spacing: 5px;
	color: #b9b8c3;
	margin-bottom: 42px;
}

.top-img {
	background: url(../img/back_picture.jpg) no-repeat center 0 #ffffff;
	padding:0 0 22%;
	background-size: 250% auto;
	position: relative;
	width: 100%;
}


footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 10px 0;
}

header {
	clear: both;
	overflow: hidden;
	margin-bottom: 13px;
}

.container {
	position: relative;
	margin: 0 auto;
	width: 90%;
	max-width: 910px;
	clear: both;
	overflow: hidden;
}

h1,h2,h3,h4,h5,h6 {
	font-family:'Droid Serif',serif;
	font-weight: normal;
	line-height: 1.2;
	margin-bottom: 20px;
}

h1 {
	clear: both;
	text-align: center;
	color: #fff;
	font-size: 52px;
	text-shadow: 0 1px 4px #515151;
}

h3 {
	font-size: 28px;
	color: #747473;
	font-style: italic;
}

.intro p {
	text-align: center;
	margin: 0 auto;
	padding-bottom: 35px;
}

.container img {
	display: block;
	width: 300px;
	margin: 0 auto;
	background-clip: padding-box;
}

.container #vigneron_all {
	color: #2e2e2e;
	text-decoration: none;
}

.container #vigneron_all:hover {
    background: url(../img/underlink.png) repeat-x scroll left bottom / 6px 2px transparent;
    color: #e6d78b;
    display: inline-block;
    margin: 0 auto;
}

.filet {
	background: none repeat scroll 0 0 #dddddd;
    display: block;
    height: 1px;
    margin: 35px auto !important;
    position: relative;
    max-width: 60%;
}

#vin_btn {
	margin: 0 auto !important;
    max-width: 60%;
}

.btn {
	font-family: inherit;
	font-size: inherit;
	font-weight: 700;
	text-transform:  uppercase;
	cursor: pointer;
	padding: 10px 15px;
	letter-spacing: 1px;
	outline: none;
	color: #fff;
	background: #e6d78b;
	border: 1px solid #e6d78b;
	margin: 0 auto 10px;
	width: 100%;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.btn:hover {
	background: transparent;
	color: #e6d78b;
}

footer{
	clear: both;
	text-align: center;
	color: #ddd;
}

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

.top-img{
	background-size: 190% auto;
}

header #menu-toggle {
	float: right;
	background-image: url(../img/resp_menu.png);
	background-size: 16px;
	cursor: pointer;
	margin: 22px 21px 0 0;
	width: 16px;
	height: 16px; 
}

header h1#logo {
	margin: 15px -30px 10px;
	padding-left: 47px;
	background-repeat: no-repeat;
	float: left;
	font: normal 400 24px/34px 'Droid Serif', sans-serif;
	letter-spacing: 1px;
	text-align: left; 
}

h3 {
	font-size: 33px;
}

.back-to-top img {
	width: 0%;
}

}

@media only screen and (max-width:300px){

header h1#logo {
	margin: 15px -30px 10px;
	padding-left: 47px;
	background-repeat: no-repeat;
	float: left;
	font: normal 400 14px 'Droid Serif', sans-serif;
	letter-spacing: 1px;
	text-align: left; 
}

header #menu-toggle {
	float: right;
	background-image: url(../img/resp_menu.png);
	background-size: 16px;
	cursor: pointer;
	margin: 15px 21px 0 0;
	width: 16px;
	height: 16px; 
}

}

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

.top-img {
	background-size: 160% auto;
}

}

@media only screen and (min-width:768px){
	
body:after {
	display:none;
}

.top-img {
	background-size: 150% auto;
}

.intro p {
	width: 60%;
	padding-bottom: 35px;
}

.phrase p {
	width: 50%;
}

}


@media only screen and (min-width:780px){
	
header {
	margin-bottom: 42px;
}

h1 {
	font-size: 52px;
}

}


@media only screen and (min-width:992px){
	
.top-img {
	background-size: 130% auto;
}

.container img {
	width: 200px;
}

}


@media only screen and (min-width:1382px){
.top-img {
	background-size: 105% auto;}

}


@media screen and (-webkit-min-device-pixel-ratio:0){

.container img {
	border: 0;
}

}


@media print{
	
*{
	background: transparent!important;
	color: black!important;
	box-shadow: none!important;
	text-shadow: none!important;
	filter: none!important;
	-ms-filter: none!important;
}

img {
	max-width: 100%!important;
}

@page{
	margin: .5cm;
}

p,h3{
	orphans: 3;
	widows: 3;
}

h3 {
	page-break-after: avoid;
}

}

/* NAVIGATION */


header {background: #ffffff; max-height: 15%;
text-transform: uppercase;
								  margin: auto;
								  overflow: hidden; }
								  @media only screen and (min-width: 769px) {

									header {
									  position: fixed;
									  top: 0;
									  right: 0;
									  left: 0;
									  z-index: 999; } }

								  header .inner {
									overflow: hidden; }
									@media only screen and (min-width: 769px) {

									  header .inner {
										margin: auto;
										max-width: 960px; } }

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

									  header h1#logo {
										font-size: 44px;
										line-height: 46px;
										margin: 20px 0 30px 0;
										padding-left: 64px; } }
									

									header h1#logo a {
									text-decoration: none;	
									  color: #333333; }

									  header h1#logo a:hover {
										color: #000000; }

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

									  header #menu-toggle {
										display: none; } }
									

								  header nav {
									clear: both;
									display: none;
									font-family: 'PT Sans',sans-serif;
									letter-spacing: 2px;
									font-size: 15px;
									line-height: 1;
									margin: 20px 0 0;
									text-align: right; }

									header nav.active {
									  display: block; }
									@media only screen and (min-width: 769px) {

									  header nav {
										clear: none;
										display: block;
										font-size: 15px; } }

									header nav a {
									  border-top: 1px solid #ebebeb;
									  color: #333333;
									  display: block;
									  padding: 18px 19px;
									  text-align: left;
									  text-decoration: none;
									  text-transform: uppercase; }

									  header nav a:hover, header nav a.current {
										color: #E3BD41; }
									  @media only screen and (min-width: 769px) {

										header nav a {
										  border-top: none;
										  display: inline-block; } }
