/* bloc video en background (voir js/bgvideo.js - http://pupunzi.com/mb.components/mb.YTPlayer/demo/inc/jquery.mb.YTPlayer.js) */
/* BGVIDEO */

#bgndVideo {
}

.pattern-overlay {
	background-color: rgba(71, 71, 71, 0.59);
	height: 496px;
	/*width: 100%;*/
	/* Incase of overlay problems just increase the min-height*/
}

.pattern-overlay-video {
	background-color: rgba(71, 71, 71, 0.59);
	padding: 110px 0;
	height: 496px;
	/*width: 100%;*/
}

@media (max-width: 767px) {
    .pattern-overlay-video
    {
		height: 248px;
		padding: 20px 0;
    }
}

.video-section {
	background: transparent url(../images/background/maison-volets-bois.jpg) 50% 50% no-repeat;
	background-size: cover;
	height: 496px;
	/*width: 100%;*/
}

@media (max-width: 767px) {
    .video-section
    {
        height: 248px;
    }
}
	
.video-section h1, .video-section h3 {
	text-align:center;
	color:#fff;
}

.video-section h1 {
	margin: 40px auto 0px;
	text-shadow: 1px 1px 1px #000;
	-webkit-text-shadow: 1px 1px 1px #000;
	-moz-text-shadow: 1px 1px 1px #000;
}

.video-section h3 {
	font-weight:lighter;
	margin: 0px auto 15px;
}

.video-section .buttonBar {
	display:none;
}

.player {
	font-size: 1px;
}