@import url('https://fonts.googleapis.com/css?family=Hind:300,400,700|Lobster+Two');
/* font-family: 'Hind', sans-serif; */
/* font-family: 'Lobster Two', cursive; */
/* Vert : 4ad78f , (74,215,143) */
/* Jaune : ffcf66, (255,207,102) */
/*
Menu et langues : Hind regular et bold 16pt
Phrase d'accueil : Hind regular 26pt
Titres : Lobster two bold 40 pt
Texte : Hind Light 23pt
Texte bold :  Hind Bold 23pt
*/
/*
	Theme Name: Schwarzwalhaus
	Theme URI: https://schwarzwalhaus.lu
	Description: Schwarzwalhaus WordPress Theme
	Version: 1.0.0
	Author: Jeremy Galouye (@jeremy_galouye)
	Author URI: http://jeremygalouye.name
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font-size:1.5em;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper {
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {
	float:left;
}
.logo-img {
	line-height: 40px;
    vertical-align: middle;
}
.scroll{
	font-size:100px !important;
	color:#fff !important;
}
/* nav */
nav {
	background:#4ad78f;
}
.nav-wrapper {
	
}
.navbar-fixed {
    
}
.nav {
	
}
nav ul {
	
}
nav ul li {
    
}
nav ul a {
	font-family: 'Hind', sans-serif;
	font-size:13pt;
}
nav ul a.active, nav ul a:hover {
	
}
.nav-wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
	
}
.nav-wrapper > ul {
	float: right;
	padding-right:20px;
}
.nav-wrapper {
	/* on centre le menu dans la page */
    text-align: center;
}
.nav-wrapper ul li {
	/* on place les liens du menu horizontalement */
    display: inline-block;
	line-height: 40px;
	min-width: 165px;
}
.nav-wrapper ul li a {
	color:#fff;
}
.nav-wrapper ul li ul li {
	/* on enlève ce comportement pour les liens du sous menu */
    display: inherit;
	border-top: 2px solid #ffcf66;
	margin: auto 20px;
    min-width: 125px;
}
.nav-wrapper ul li ul {
    position: absolute;
	/* on cache les sous menus complètement sur la gauche */
    left: -999em;
    text-align: left;
    z-index: 1000;
	background:#fff;
}
.nav-wrapper ul li ul li a {
	color:#4ad78f;
}
.nav-wrapper ul li:hover {
	/* au survol des li du menu on replace les sous menus */
	background:#fff;
    left: auto;
}
.nav-wrapper ul li:hover a {
	color:#4ad78f;
	width: 100%;
    text-align: center;
}
.nav-wrapper ul li:hover ul {
	/* au survol des li du menu on replace les sous menus */
    left: auto;
}
.table-of-contents li {
    padding: 0px;
}
.table-of-contents a:hover {
	background:transparent;
	color: #a8a8a8;
    border-left: 0px solid #ea4a4f;
}

.table-of-contents a.active {
    font-weight: 900;
    border-left: 0px solid #ea4a4f;
}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

.section {
    padding-top: 0;
    padding-bottom: 1rem;
	position: relative;
}
#back-to-top {
    position: fixed;
	background:url(img/Flèche_up.png);
    bottom: 40px;
    right: 40px;
    z-index: 10000;
    width: 80px;
    height: 80px;
    cursor: pointer;
    border: 0;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    
}
#back-to-top.show {
    opacity: 1;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/

#contact {
	background: #ecf0f1;
	padding:100px;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}
h1 {
	font-family: 'Lobster Two', cursive;
	color:#4ad78f;
	font-weight:bold;
	font-size:28pt;
	text-align:center;
}
p {
	font-family: 'Hind', sans-serif;
	font-size:15pt;
	font-weight:300;
	text-align:justify;
	margin:auto;
}
strong {
	color:#4ad78f;
	font-weight:bold;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

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

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

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

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

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

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

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}
@media all and (max-width:1024px) {
	.logo {
		display: none;
	}
	h1 {
		font-size: 20pt !important;
		margin: 0.0rem 0 0.68rem 0;
	}
	p {
		font-size: 12pt;
	}
	.nav-wrapper ul li a {
		color: #4ad78f;
		font-size: 14pt;
	}
	.intro {
		height:500px !important;
	}
	.intro p {
		font-size: 18pt !important;
		top: 50% !important;
	}
	.parallax-container {
		height: 250px;
	}
	.nuits-blanches {
		width: 85px;
		top:-115px !important;
		height: auto;
	}
	.parallax-emploi div {
		padding: 2px !important;
		width: 100%;
	}
	.parallax-emploi div p {
		font-size: 10pt !important;
	}
	#contact {
		padding:0px;
	}
	.nav-wrapper ul li ul {
		margin-top: 30px;
	}
	.side-nav a {
		padding: 0 19px;
	}
}

/*------------------------------------*\
    MISC
\*------------------------------------*/
li.menu-item a:before {
	display:block;
	height: 25px;
    width: 25px;
    margin: 5px auto;
	content:"";
	background-size: contain !important;
}
h1.title:before {
	display:block;
	height: 75px;
    width: 75px;
    margin: auto;
	content:"";
	background-size: contain !important;
}
li.nous-trouver a:before, h1.nous-trouver:before {
	background:url(img/pictos/nous-trouver.png);
}
li.notre-terrasse a:before, h1.notre-terrasse:before {
	background:url(img/pictos/notre-terrasse.png);
}
li.notre-carte a:before, h1.notre-carte:before {
	background:url(img/pictos/notre-carte.png);
}
li.reservation a:before, h1.reservation:before {
	background:url(img/pictos/reservation.png);
}
li.salon-vip a:before, h1.salon-vip:before {
	background:url(img/pictos/salon-vip.png);
}
li.galerie a:before, h1.galerie:before {
	background:url(img/pictos/galerie.png);
}
li.emploi a:before, h1.emploi:before {
	background:url(img/pictos/emploi.png) !important;
	background-size: contain !important;
}
li.contact a:before, h1.contact:before {
	background:url(img/pictos/contact.png);
}
.green {
		background-color:#4ad78f !important;
}
.green h1, .green p, .green strong {
		color:#fff;
}
.parallax-emploi h1, .parallax-emploi div {
	position:relative;
	
}
.parallax-emploi div {
	background-color:rgba(0,0,0,.5);
	padding:20px;
}
.parallax-emploi div p {
	color:#fff;
}
.parallax-emploi div strong {
	color:#fff;
}
.intro {
	position:relative;
	height:600px;	
}
.slick-slide-image  {
	box-shadow: 3px 3px 6px rgba(0,0,0,.5) !important;
}
.slick-slide {
    padding: 25px;
}
.intro img.logo{
    margin: auto;
    width: 650px;
	height:150px;
}
.intro p {
	position: relative;
	font-family: 'Hind', sans-serif;
    font-size: 26pt;
    color: #fff;
    text-align: center;  
	top: 65%;	
}
.intro .parallax-title{
	top:25%;
}
::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
.parallax-container, #post-24, #emploi{
	box-shadow: 0px 0px 16px rgba(0,0,0,.5) !important;
}
.parallax-emploi img {
	transform: translate3d(-50%, 0px, 0px) !important;
}
.parallax-accueil {
	display: flex;
    min-height: 100vh;
}
.parallax-title {
	display:block;
	position:absolute;
	top:40%;
	z-index:1;
	text-align:center;
	width:100%;
}
#inscription .parallax-title {
    top: 20%;
}
.parallax img.logo-centre {
    display: block;
    position: relative;
    left: 0%;
    margin: auto;
    bottom: 0;
    min-width: auto;
	max-width: 80%;
    min-height: auto;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}
.parallax-title h1 {
	font-style: italic;
	font-weight:200;
	font-size:36px;
	color:#eee;
}
.parallax-accueil .parallax-title h1 {
	font-size:4em;
}

.so-widget-sow-contact-form-default-316de3bc8c3e .sow-contact-form {
    padding: 0px;
    border: 0px;
    background-color: transparent;
}
.container {
	position:relative;
	padding:20px;
}
.nuits-blanches {
	position: absolute;
    top: -150px;
    right: 0px;
}
footer {
	background-color:#222;
	color:#fff;
	padding:20px;
}
footer p {
	text-align:center;
	margin:0;
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@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;
	}
}
