/*
Bienvenue dans l'éditeur de CSS !

Pour en savoir plus sur le fonctionnement de l'éditeur, vous pouvez vous
rendre sur cette page :
http://wp.me/PEmnE-Bt
*/
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: local('Montserrat-Regular'), url(http://fonts.gstatic.com/s/montserrat/v7/zhcz-_WihjSQC0oHJ9TCYC3USBnSvpkopQaUR-2r7iU.ttf) format("truetype");
}

.site-branding img:hover {
	-webkit-filter: grayscale(90%);
	-webkit-transition: .2s ease-in-out;
	-moz-filter: grayscale(90%);
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
}

.toggle-menu {
	top: -10px;
}

body {
}

a.ow-button-hover {
	border: 1px solid !important;
}

a.ow-button-hover:hover {
	background-color: #bc0000 !important;
	border: 1px solid #bc0000 !important;
	border-bottom-color: #bc0000 !important;
}

::-moz-selection {
	background-color: #bc0000;
	color: #fff;
}

::selection {
	background-color: #bc0000;
	color: #fff;
}

.hero-content-container {
	width: 100%;
	height: 100%;
	display: table;
	z-index: 2;
	position: relative;
	bottom: 0;
}

.slick-dots {
	position: absolute;
	bottom: 40px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

h1 {
	text-shadow: -1px 0 #4a525a, 0 1px #4a525a, 1px 0 #4a525a, 0 -1px #4a525a;
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	border-left: 1px solid #db4e30;
}

blockquote p {
	font: italic 15px/1.5 "Noto Serif", Times New Roman, Times, serif;
}

blockquote p:last-child {
	margin-bottom: 0;
	text-align: right;
	font: bold 15px "Source Sans Pro", Helvetica Neue, arial, sans-serif;
}

.ftek {
	border: 1px solid #eee;
	border-radius: 4px;
	padding: 8px;
	font-size: 14px;
	background: #eee;
	color: #3e3e3e;
}

.hero-content h1 {
	font-size: 64px;
	line-height: 64px;
	margin: .5em 0;
}

.hero-content h3 {
	text-shadow: -1px 0 #4a525a, 0 1px #4a525a, 1px 0 #4a525a, 0 -1px #4a525a;
	font-size: 18px;
}

h3.widget-title {
	margin-top: 0;
	margin-bottom: .7em;
	clear: both;
	color: #bc0000;
	font: 15px "Montserrat", 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/*		Service - festivals
---------------------------------------------------------------*/
.su-service {
	font-family: 'Montserrat', Helvetica Neue, Helvetica, arial, sans-serif;
	position: relative;
	margin: 0 0 1.5em;
}

.su-service-title {
	display: block;
	margin-bottom: .5em;
	color: #333;
	font-weight: 700;
	font-size: 1.3em;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.su-service-title img {
	position: absolute;
	top: 0;
	left: 0;
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.su-service-title i {
	position: absolute;
	top: 0;
	left: 0;
	display: block !important;
	width: 1em;
	height: 1em;
	text-align: center;
	line-height: 1em;
}

.su-service-content {
	color: #444444;
	font-weight: 400;
	font-size: .8em;
	text-transform: uppercase;
}

/*		End Service
---------------------------------------------------------------*/
.entry-meta {
	font-size: 0;
}

.vvideo {
	text-align: center;
	background: black center;
}

.comment-navigation .nav-previous a, 
.posts-navigation .nav-previous a, 
.post-navigation .nav-previous a {
	background: #444444;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	padding: 15px;
	text-align: center;
	border-radius: 3px;
}

.comment-navigation .nav-next a, 
.posts-navigation .nav-next a, 
.post-navigation .nav-next a {
	background: #444444;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	padding: 15px;
	text-align: center;
	border-radius: 3px;
}

.comment-navigation .nav-previous a, 
.posts-navigation .nav-previous a, 
.post-navigation .nav-previous a:hover {
	background: #bc0000;
}

.comment-navigation .nav-next a, 
.posts-navigation .nav-next a, 
.post-navigation .nav-next a:hover {
	background: #bc0000;
	color: #fff;
}

/*video legende start*/
.wp-caption {
	padding-bottom: 15px;
	padding-top: 30px;
	position: relative;
}

.wp-caption img[class*="wp-image-"] {
	display: table;
	margin: 0 auto;
	border: 1px solid #bc0000;
}

.wp-caption-text {
	position: absolute;
	left: 0;
	right: 0;
	padding: 15px;
	background: #bc0000;
	color: #fff;
	opacity: .9 !important;
	bottom: 15%;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0;
}

/*end image video legende*/