html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
	background: url("../img/background.jpg") center center;
	color: #656565;
	font-family: 'Gudea', sans-serif;
	font-size: 62.5%;
}

.wrapper {
	margin: 0 auto;
	max-width: 1024px;
}

.content a {
	color: #656565;
}

h2 {
	color: #7a4856;
	font-family: 'Marcellus', serif;
	font-size: 2.0em;
	font-weight: 400;
	line-height: 1.2em;
	margin: 0;
	text-align: left;
}

header {
	background: url("../img/logo_pied_de_nez.png") left top no-repeat;
	border-bottom: 2px solid #7a4856;
	padding: 85px 0 15px 0;
	text-align: center;
}

header h1 span {
	display: none;
}

header h1 a {
	background: url("../img/baseline_pied_de_nez.png") center center no-repeat;
	display: block;
	height: 42px;
	margin: 0 auto 40px auto;
	width: 217px;
}

nav {
	font-size: 1.5em;
}
nav ul {
	padding: 0!important;
	margin: 0!important;
}

nav ul li {
	display: inline;
}

nav ul li a {
	color: #656565;
	display: inline-block;
	margin-left: 20px;
	text-decoration: none;
}

nav ul li:first-child a {
	margin-left: 0;}

nav a:hover, nav .current-menu-item a {
	color: #4f0a1e;
}

/* HOME PAGE */

.bx-wrapper .bx-viewport h2 {
	color: #fff;
	font-family: 'Marcellus', serif;
	font-size: 2.8em;
	left: 50%; 
	line-height: 1.5em;
	margin-left: -20%;
	max-width: 700px;
	padding: 0 20px;
	position: absolute;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
	top: 35%;
	width:48.0%;
	z-index: 999999;
}

.bx-wrapper img {
	width: 100%;
}


/* FOOTER */

footer {
	margin: 40px 0;
	text-align: center;
}

footer .adresse {
	font-size: 1.2em;
}

footer .fb_like {
	margin: 15px 0;
}


/* DÉMARCHE */

.demarche {
	margin-bottom: 90px;
}

.content_back {
	max-height: 739px;
	overflow: hidden;
}

.content_back img {
	width: 100%;
}

.notre-demarche .content {
	font-size: 1.4em;
	margin-top: 50px;
	padding: 0 15px 0 0;
	text-align: justify;
}

.notre-demarche .prefix_1 .content {
	font-size: 1.4em;
	margin-top: 50px;
	padding: 0 15px;
	text-align: justify;
}

.content_image {
	background: url("../img/background.jpg") center center;
	margin-top: -60px;
	padding: 15px;
	text-align: center;
	width: 75%;
}

.content_image img {
	display: block;
	margin-bottom: 15px;
	width: 100%;
}

.column {
	-moz-column-count:2;
	-webkit-column-count:2;
	-o-column-count:2;
	column-count:2;
	-moz-column-gap:25px;
	-webkit-column-gap:25px;
	-o-column-gap:25px;
	column-gap:25px;
}

/* LE MENU */

.le-menu article {
	background: url("../img/back_menu.jpg") center center;
	background-size: cover;
	padding: 50px 0;
}

.le-menu .grid_6 {
}

.le-menu .content {
	background: url("../img/background.jpg") center center;
	border: 2px solid #7a4856;
	margin: 0 auto;
	padding: 20px 0 60px 0;
	text-align: center;
	width: 80%;
}

.le-menu article h2 {
	background: url("../img/tiret.gif") center bottom no-repeat;
	margin: 40px 0 20px 0;
	padding-bottom: 20px;
	text-align: center;
}

.le-menu article p {
	font-size: 1.5em;
	margin: 0 0 5px 0;
}

/* LA CARTE DES VINS */

.la-carte-des-vins article {
	background: url("../img/back_carte.jpg") center center;
	background-size: cover;
	padding: 50px 0;
}

.la-carte-des-vins .content {
	background: url("../img/background.jpg") center center;
	border: 2px solid #7a4856;
	margin: 0 auto;
	padding: 20px 0 60px 0;
	text-align: center;
	width: 80%;
}

.la-carte-des-vins article h2 {
	background: url("../img/tiret.gif") center bottom no-repeat;
	margin: 40px 0 20px 0;
	padding-bottom: 20px;
	text-align: center;
}

.la-carte-des-vins article p {
	font-size: 1.5em;
	margin: 0 0 5px 0;
}

/* INFOS PRATIQUES */

#map-canvas {
	height: 500px;
}

.infos-pratiques .content {
	font-size: 1.2em;
	
}

.infos-pratiques .content img {
	float: left;
	margin-right: 10px;
	width: 30%;
}

.infos-pratiques h3 {
	color: #7a4856;
	font-family: 'Marcellus', serif;
	font-size: 2.6em;
	font-weight: 100;
	margin-bottom: 10px;
}

.infos-pratiques h4 {
	color: #7a4856;
	margin: 0;
}

.infos-pratiques h4 + p {
	margin-top: 0;
}


.infos-pratiques h5 {
	color: #7a4856;
	font-family: 'Marcellus', serif;
	font-size: 1.8em;
	font-weight: 100;
	margin: 0;
}


/* ACTUS */

.actualites .wrapper img {
	width: 100%;
}

.actualites .actu_content {
	border-bottom: 1px solid #7a4856;
	font-size: 1.4em;
	padding: 30px 0;
}

.actualites time {
	color: #7a4856;
}

.actualites h3 {
	color: #7a4856;
	font-family: 'Marcellus', serif;
	font-size: 2.6em;
	font-weight: 100;
	margin: 20px 0 0 0;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */



@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

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

    @page {
        margin: 0.5cm;
    }

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

    h2,
    h3 {
        page-break-after: avoid;
    }
}