html {
	/*scroll-behavior: smooth;*/
}

body:not(.Realite-Virtuelle) .home-banner {
	display: none;
}

body:not(.Realite-Virtuelle) #slideshow {
	display: none;
}

body.Realite-Virtuelle #slideshow {
	margin-top: 100px;
	position: relative;
	width: 100%;
	height: 800px;
	overflow: hidden;
}

body.Realite-Virtuelle #sContent {
	display: none;
}

.video_color_filter {
	display: none;
}

body.Realite-Virtuelle .video_color_filter {
	transition-duration: 200ms;
	display: inline-block;
	height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(80,100,110,0.8);
}

body.Realite-Virtuelle .video_color_filter p {
	position: absolute;
	width: 30%;
	height: 100%;
	padding-top:25%;
	margin-left:35%;
	text-align: center;
    letter-spacing: 3px;
    line-height: normal;
	color: white;
	font-size: 36px !important;
}

.arrow{
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.arrow span{
    display: block;
    width: 30px;
    height: 30px;
    border-bottom: 5px solid rgba(255,255,255,0.5);
    border-right: 5px solid rgba(255,255,255,0.5);
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}
.arrow span:nth-child(2){
    animation-delay: -0.2s;
}
.arrow span:nth-child(3){
    animation-delay: -0.4s;
}
@keyframes animate {
    0%{
        opacity: 0;
        transform: rotate(45deg) translate(-20px,-20px);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: rotate(45deg) translate(20px,20px);
    }
}


body.Realite-Virtuelle .body_content {
    float: left;
    width: 90%;
    margin-left: 5%;
}

body.Realite-Virtuelle .body_content header {
	display: none;
}

body.Realite-Virtuelle .box.specialrub {
	padding: 0px;
	width: 100%;
	height: 100%;
}

body.Realite-Virtuelle a.rub_element {
	color: rgb(90,90,90);
    height: 300px;
    width: 46%;
    max-width: 520px;
    padding: 0px;
    margin: 2%;
}

body.Realite-Virtuelle a.rub_element.on {
	
}

body.Realite-Virtuelle a:hover .box.specialrub .image.featured {
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);	
}

.box .row .RV_Entete {
	display: none;
}

body.Realite-Virtuelle .box .row .RV_Entete {
	display: block;
	height: 300px;
	width: 46%;
	max-width: 520px;
	padding: 0px;
	margin: 2%;
}

body.Realite-Virtuelle .box .row .RV_Entete p {
	FONT-SIZE: 70px !important;
    line-height: 60px;
	font-weight: bold;
	margin:0;
}

body.Realite-Virtuelle a.rub_element .box.specialrub .image.featured {
	position: relative;
	background-size: cover !important;
}

body.Realite-Virtuelle .box.specialrub .image.featured .articleInfos {
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0), rgba(0,0,0,0.8));
}

body.Realite-Virtuelle .box.specialrub h3 {
	position: absolute;
	margin: 0;
	bottom: 32px;
	left: 16px;
	font-size: 36px !important;
	color: WHITE;
	font-weight: bold;
	line-height: 1em;
}

body.Realite-Virtuelle .box.specialrub p {
	position: absolute;
	margin: 0;
	top: 16px;
	left: -200%;
	font-size: 16px !important;
	color: WHITE;
	font-weight: 100;
	line-height: 1em;
	padding: 10px;
	border-radius: 5px !important;
	max-width: 90%;

	transition-duration: 200ms;
}

body.Realite-Virtuelle a.rub_element:hover .box.specialrub p {
	left: 16px;
}

body:not(.Realite-Virtuelle) a.rub_element .box.specialrub .image.featured .articleInfos p {
	background: none !important;
}

body.Realite-Virtuelle .box.specialrub .image.featured {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	border: none;
	overflow: hidden;
}

body.Realite-Virtuelle .box.specialrub .image.featured img {
	width: 100%;
	height: 100%;
	margin: auto;
	margin-bottom: -20px;
	position: absolute;
	top: 50%;
	left: 50%;
  
	transform: translate(-50%, -50%);
	object-fit: cover;
	transition-duration: 200ms;
}

body.Realite-Virtuelle a.rub_element {
	transition-duration: 200ms !important;
	border-radius: 5px !important;
	overflow: hidden;
}

body.Realite-Virtuelle a.rub_element .box.specialrub {
	transition-duration: 200ms;
    margin: 0;
}

body.Realite-Virtuelle a.rub_element:hover .box.specialrub {
	width: 103%;
	height: 103%;
}

body.Realite-Virtuelle .slickTest {
	display: none;
}


@media screen and (max-width: 980px){
	body.Realite-Virtuelle .box .row .RV_Entete {
		height: auto;
		width: 100%;
		max-width: 100%;
		margin: 0;
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 840px){
	body.Realite-Virtuelle #slideshow {
		height: 200px;
	}
	body.Realite-Virtuelle .video_color_filter p {
		padding-top: 20%;
		font-size: 20px !important;
	}
	.arrow {
		top: 60%;
	}
	body.Realite-Virtuelle #slideshow {
		margin-top: 0;
	}
	body.Realite-Virtuelle a.rub_element {
		width: 100%;
	}
}
@media screen and (max-width: 736px){
	body.Realite-Virtuelle .box .row .RV_Entete p {
		FONT-SIZE: 40px !important;
		line-height: 40px;
	}
}

