

/* BLOCKS CSS  */

/*************************************************************************/
/* RES Header Video   */

.res-video-header-intro {
    height: calc(90vh - 147px);
    position: relative;
    overflow: hidden;
    background-color: transparent;
    background-color: #000;
}

@media only screen and (max-width: 970px) {
.res-video-header-intro {
    height: 60vh;
}
	.res-video-header-vertical-center .col-sm {
    margin-bottom: 20px;
}
}

.res-video-header-vertical-center {
    position: relative;
    margin-top: -16%;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
}
@media only screen and (max-width: 1280px) {
	.res-video-header-vertical-center {
    margin-top: -18%;
}
}



/* Homescreen Slogan Texte  */

.sloganBox h2{
	color: #fff;
}

.sloganBox h1 {
    font-size: 283%;
    line-height: 110%;
    color: #fff;
}
.sloganBox strong {
    font-weight: 400;
}
@media only screen and (max-width: 1690px) {
	.sloganBox h1 {	font-size: 260%;}
} 

.sloganBox h2{
	font-size: 100%;
	font-weight: 300;
	text-transform: none;
}

.sloganBox .btn-xs{
    padding: 0.7rem 2rem;
    font-size: 90%;
}

.res-video-header-vertical-center .postBox {
    background: #fff;
    padding: 35px 35px;
}
@media only screen and (min-width: 1380px) {
	.res-video-header-vertical-center .container {
    max-width: 1280px;
}
}

@media only screen and (max-width: 1100px) {
	.res-video-header-vertical-center .postBox {
    padding: 25px 25px;
    font-size: 90%;
}
	.highlight {
    font-size: 27px;
    margin-bottom: 12px;
}
}
	
@media only screen and (max-width: 970px) {	
	.sloganBox h1{ font-size: 200%; line-height: 110%;}
	.sloganBox h2{ font-size: 90%; line-height: 130%;}
	}


/* Play Button  */

.res-video-header-play-btn {  
    cursor: pointer;
	display: flex;
  	align-items: center;
  	justify-content: center;
	transition: all .2s ease-in-out;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
    font-size: 110%;
    line-height: 100%;
    background-color: #fff;
    color: #4a90e2;
    border: 1px solid #fff;
}
@media only screen and (min-width: 1010px) {
	.res-video-header-play-btn:hover{transform: scale(1.1);}
}

@media only screen and (max-width: 970px) {
	.res-video-header-play-btn {  width: 90px; height: 90px;font-size: 90%;}
}



/* --- Preview Video Fullscreen  ---- */
.previewVideo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}
.previewVideo video {
	width: 100%;
	height: auto;
	border: none;
	opacity: 0.85;
}
.previewVideo .videoScale {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	transform: translateX(-50%) translateY(-50%);
	transition: 1s opacity;
	background-color: #000;
}


/* --- Video Fullscreen  ---- */

.fullscreenVideo video {
	width: 100%;
	height: auto;
	border: none;
	opacity: 0.85;
}
.fullscreenVideo .videoScale {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	transform: translateX(-50%) translateY(-50%);
	transition: 1s opacity;
	background-color: #698c9f;
}



/*  Controls  */

.res-video-header-control {
	display: none;
	position: absolute;
	left: 2%;
	bottom: 6%;
	z-index: 1;
	font-size: 100%;
}
.res-video-header-control i{
	color: #fff;
}
.res-video-header-mute-btn,
.res-video-header-playback-btn,
.res-video-header-reset-btn {
	display: inline-block;
	padding: 5px 10px;
	cursor: pointer;
}
.res-video-header-mute-btn:hover,
.res-video-header-playback-btn:hover,
.res-video-header-reset-btn:hover{
	opacity: 0.6;
}

.res-video-header-reset-btn{
	background-color: #fff;
}
.res-video-header-reset-btn i{
	color: #4a90e2;
}

.res-header-video-block {
    background: rgb(243,249,251);
    background: linear-gradient(180deg, rgba(243,249,251,1) 0%, rgba(243,249,251,1) 85%, rgba(255,255,255,1) 100%);
}

.res-video-header-vertical-center .postBox {
position: relative;
}

.res-video-header-vertical-center .postBox:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    height: 100%;
    width: 100%;
    background: rgb(85,124,146);
    background: linear-gradient(45deg, rgba(85,124,146,1) 0%, rgba(142,176,187,1) 51%, rgba(136,169,181,1) 100%);
    z-index: -1;
}

@media only screen and (max-width: 970px) {
	.res-video-header-vertical-center {
    margin-top: 0;
}
	.sloganBox {
    color: #698c9f;
		padding: 15px 0;
}
	.sloganBox h1,.sloganBox h2 {
    color: #698c9f;
}
	.fullscreenVideo .videoScale {
    position: relative;
    top: auto;
    left: auto;
    min-width: auto;
    min-height: auto;
    width: 100%;
    height: auto;
    z-index: 0;
    padding-top: 75px;
    transform: none;
}
	.res-video-header-intro {
    height: auto;
	background-color: #f3f9fb;
}

} 
