  /***********************************************************************/
 /*************** SINGLE-ROOM MOBILE FIRST ******************************/
/***********************************************************************/

.single.single-chambres-suites .bottom_nav .first_button.btn_royalmonceau, 
.single.single-chambres-suites .bottom_nav .second_button.btn_royalmonceau{
    min-width: 148px;
}
.single-chambres-suites #virtualtour,
.single-chambres-suites #virtualtour_large{
	border: none;
	width: 100%;
	height: 100%;
	min-height: 220px;
	
}
.single-chambres-suites #virtualtour{
	float: right;
}
.single-chambres-suites .content{
	padding-top: 50px;
}
.single-chambres-suites .swiper-slide.fullslide .columns .content .room_area{
	color: #7F7874;
    font-size: 14px;
    line-height: 30px;
}
.single-chambres-suites .room_area sup{
	top: -5px;
    font-size: 10px;
    line-height: 10px;
}
.single-chambres-suites .swiper-slide.fullslide .content .room_area span{
	    font-family: "RM_Bodoni_Regular";
    color: #4A4A4A;
    font-size: 21px;
    line-height: 26px;
    font-weight: 100;
}
.single-chambres-suites .swiper-slide.fullslide .content .pdf_link{
	display: block;
	text-decoration: none;
	font-family: "RM_Bodoni_Italic";
	font-weight: 100;
	color: #282626;
}
.single-chambres-suites .swiper-slide.fullslide .content .innertext{
	border-bottom: 1px solid #D8D8D8;
	padding-bottom: 5px;
}
  /*****************************************************************************/
 /********************* SINGLE-ROOM MOBILE LARGE ******************************/
/*****************************************************************************/

@media only screen and (min-width: 480px) {


}
  /*****************************************************************************/
 /********************* CUSTOM CSS : TABLETS **********************************/
/*****************************************************************************/
@media only screen and (min-width: 768px) {

}
  /*****************************************************************************/
 /*********************  SINGLE-ROOM DESKTOP -*********************************/
/*****************************************************************************/



@media only screen and (min-width: 990px){
	/* PUT THE DESKTOP STYLES HERE */
	.single-chambres-suites .content{
		padding-top: 0;
	}

}

  /********************************************************************************/
 /************* SINGLE-ROOM LARGE SCREENS (typos only)  **************************/
/********************************************************************************/

@media only screen and (min-width: 1025px){
	/* PUT SOME TYPOS ADJUSTMENTS HERE FOR HUGE SCREENS */
	.single-chambres-suites .content{
		padding-top: 0;
	}
}

  /**************************************************************************************/
 /********************* SINGLE-ROOM SMALL HEIGHT  **************************************/
/**************************************************************************************/
@media only screen and (min-width: 1023px) and (max-height: 600px){
	/* PUT SOME SMALL HEIGHT ADJUSTMENTS HERE */	
}



@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
	
}