.single.single-bar .content .innertext h1{
	margin: 80px 0 15px 0;
}
.single.single-bar .content .noButtons .innertext h1{
	margin: 0 0 15px 0;
}
.single.single-bar .content .innertext a {
	color: #fff;
}
.single-bar .content,
.single-bar .swiper-slide.single_slice_more_content{
	background: #7F7874;
}


.single.single-bar .content h1,
.single.single-bar .swiper-slide.fullslide .content .innertext strong,
.single.single-bar .content,
.single.single-bar .swiper-slide.fullslide .content .innertext p, 
.single.single-bar .swiper-slide.fullslide .content .innertext li,
.single.single-bar .swiper-slide.single_slice_more_content > h2,
.single.single-bar .swiper-slide.other_content .text .innertext, 
.single.single-bar .swiper-slide.other_content .text .innertext,
.single.single-bar .text h3,
.single.single-bar .bottom_nav a.first_button.btn_royalmonceau,
.single-bar .content h2{
	color: white;
}
.single.single-bar .bottom_nav a.first_button.btn_royalmonceau {
    background: linear-gradient(to right, #7F7874 50%, #ffffff 50%);
    background-size: 200% 100%;
    background-position: left bottom;
}

.single-bar .content h2{
	font-family: "RM_Bodoni_Regular";
	font-weight: 100;
	margin: 0 0 10px 0;
}
.single.single-bar .bottom_nav a.first_button{
	border:1px solid #D8D8D8;
	width: calc(50% - 2px);
	/*border-right: none;*/
}

@media only screen and (min-width: 990px){
	.single .bottom_nav .second_button.btn_royalmonceau{
		min-width: 180px;
	}
	.single.single-bar .bottom_nav a.first_button{
		width: auto;
	}
}