.page-template-template_reservation #wrapper{
	height: calc(100% - 160px);
/*	left: inherit;
	width: 100%;*/
}
#fullfiche_wrapper{
	width: 100%;
	background-image:url('../img/sample_fullfiche.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	background-attachment: fixed;
	overflow: hidden;
}
#fullfiche_container{
	margin: 0 auto;
	background: white;
	height: 100%;
	min-height: 100%;
	overflow: auto;
	padding-bottom: 80px;
	border-top: 1px solid #ebebeb;
	
}
#fullfiche_container .error{
	width: 50%;
	margin: auto;
}
#fullfiche_container .error h3{
	text-align: center;
}
.fullfiche_headerimg{
	width: 100%;
	height: auto;
	float: right;
}
#fiche_content{	
	float: right;
	padding: 20px 20px 0 20px;
	position: relative;
}

#fiche_content .price_from{
	font-size: 16px;
    line-height: 24px;
    clear: both;
    float: right;
    width: auto;
    height: auto;
}
#fiche_content .price_from strong{
	font-size: 16px;
	font-weight: 100;
}
#fiche_content h1{
	clear: both;
	float: right;
	width: 100%;
	margin: 0 0 10px 0;
}
#fiche_sidebar p{
	margin: 0 12px;
	font-size: 14px;
}
#fiche_content p{
	color: #7F7874;
	margin: 10px;
	clear: both;
}
#fiche_content a{
	color: #7F7874;
}

.single-post #fullfiche_container .btn_royalmonceau {
	color: #4A4A4A;
	margin: 0 auto 20px;
	width: 180px;

}
.single-post #fullfiche_container .btn_royalmonceau:hover {
	background-position: right bottom;
    color: white;
}
.single-post #fullfiche_container .btn_royalmonceau i {
	background: transparent url(../img/icon_arrow_grey.svg) top left no-repeat;
    width: 34px;
    height: 22px;
    transform: rotate(-180deg);
    margin: 10px 10px 0 0;
    display: inline-block;
    vertical-align: top;
    transition: transform .2s ease;
    -webkit-backface-visibility: hidden;
}
.single-post #fullfiche_container .btn_royalmonceau:hover i{
    transform: translate(-12px) rotate(-180deg);
}
#fullfiche_container img.size-fiche_vertical_thumb{
	max-width: 100%;
	height: auto;
	float: right;
    width: 100%;
/*         margin-bottom: 50px; */
}
#fiche_content ul,
#fiche_content ol{
	    float: right;
    clear: both;
    margin: 0 20px;
    padding: 0;
    list-style-position: inside;
}
#fiche_content ul li,
#fiche_content ol li{
	font-size:14px;
	margin: 0;
	padding: 0;
	list-style-type: disc;
	color: #7F7874;
}
#fiche_share{
	    position: absolute;
    left: 20px;
	
}
#fiche_share ul{
	margin: 0 15px 0 0;
}
#fiche_share li{
	width: 30px!important;
	height: 30px!important;
	transition: opacity .5s ease;
	background-size: 30px!important;
}
#fiche_share li.facebook{
	margin: 0 20px 0 0;
}
#fiche_share li a{
	display: block;
	height: 100%;
	width: 100%;
}
#fiche_share ul li.facebook{
	background-image:	url('../img/icon_facebook_dark.svg')!important;
}
#fiche_share ul li.twitter{
	background-image:	url('../img/icon_twitter_dark.svg')!important;
}
#fiche_share ul li:hover{
	opacity: 0.7;
}
.post_date{
	font-family: "RM_Bodoni_Regular";
	font-size: 16px;		
	float: right;
    width: 100%;
}
#fiche_content h1{
	font-family: "RM_Bodoni_Regular";
	font-size: 36px;
	color: black;
	max-width: 100%;
}
#iframe-reservation{
	width: 100%;
    height: 100%;
    overflow: hidden;
}
#iframe-reservation iframe{
	width: 100%;
    border: none;
    height: 100%;
    position: relative;
}
#iframe-reservation div{
	height: 100% !important;
	width: 100% !important;
	margin: auto !important;
}
  /*********************************************************************************/
 /********************* SINGLE-ACTIVITE MOBILE LARGE ******************************/
/*********************************************************************************/

@media only screen and (min-width: 480px) {


}
  /*****************************************************************************/
 /********************* CUSTOM CSS : TABLETS **********************************/
/*****************************************************************************/
@media only screen and (min-width: 768px) {

}
  /*********************************************************************************/
 /*********************  SINGLE-ACTIVITE DESKTOP **********************************/
/*********************************************************************************/



@media only screen and (min-width: 990px){
	.page-template-template_reservation #wrapper{
	    right: 20px;
    	width: calc(100% - 40px);
    }

	#fullfiche_container{
		width: 740px;
		padding-bottom: 0;
	}
	#fiche_content{
		width: calc(100% - 40px);
		padding: 20px;
		border-left: none;
	}
	
	#fullfiche_container img.size-fiche_vertical_thumb{
		margin-bottom: 0;	
	}
	#fiche_content p {
	    margin: 12px 10px;
	    float: right;
	    clear: both;
	    line-height: 21px;
	    font-size: 14px;
	}
	#fiche_content h1{
		margin: 0 0 10px 0;
		line-height: 36px;
	}
		
}

  /************************************************************************************/
 /************* SINGLE-ACTIVITE LARGE SCREENS (typos only)  **************************/
/************************************************************************************/

@media only screen and (min-width: 1025px){
	/* PUT SOME TYPOS ADJUSTMENTS HERE FOR HUGE SCREENS */
}

  /******************************************************************************************/
 /********************* SINGLE-ACTIVITE 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) { 
	
}