#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: auto;
}
#fullfiche_container{
/* 	width: 704px; */
	margin: 0 auto;
	background: #EBEBEB;
/* 	height: 100%; */
	min-height: 100%;
	overflow: auto;
	padding-bottom: 80px;
}
.page-template-default #fullfiche_container{
	background: white;	
}
.fullfiche_headerimg{
	width: 100%;
	height: auto;
	float: right;
}
#fiche_content{
/* 	width: 413px; */
	border-left: 1px solid #d8d8d8;
	float: right;
	padding: 20px 20px 0 20px;
	position: relative;
}
#fiche_content a{
	color: #7F7874
}
#fiche_content a.btn_royalmonceau.pagepush:hover{
	color: #fff;
}
#fiche_sidebar{
/* 	width: 250px; */
	
	color: #4A4A4A;
	height: 100%;
	
	overflow: hidden;
	display: block;
	padding: 0 20px 20px 20px;
	
	margin-bottom: 80px;
}
#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{
/*
	margin: 12px 20px;
	float: left;
	clear: both;
*/
	color: #7F7874;
	margin: 10px;
}
#fiche_sidebar p a{
	color: #4A4A4A;
	transition: opacity .5s ease;
	opacity: 1;
}
#fiche_sidebar p a:focus,
#fiche_sidebar p a:hover{
	opacity: 0.5;	
}
#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{
	margin: 0;
	padding: 0;
	list-style-type: disc;
	color: #7F7874;
	font-size: 14px;
    line-height: 24px;
}
#fiche_share{
	
	
}
#fiche_share.hasContent{
	margin-top: 15px;
	border-top: 1px solid #d8d8d8;
}
#fiche_sidebar h3{
	margin: 15px;
}
#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;
}


#fiche_sidebar .btn_royalmonceau{
	display: none;
}
#fiche_mobilenav{
	display: block;
    position: absolute;
    top: -50px;
    width: 100%;
    right: 0;
}
#fiche_mobilenav .price_from{
	width: 50%;
    display: block;
    height: 50px;
    clear: none;
    background: #EBEBEB;
    line-height: 50px;
}
#fiche_mobilenav .btn_royalmonceau{
	width: calc(50% - 2px);
    float: left;
}
#fiche_content .btn_royalmonceau i,
#fiche_sidebar .btn_royalmonceau i{
	background: transparent url('../img/icon_arrow_grey.svg') top left no-repeat;
    width: 34px;
    height: 22px;
    margin: 17px 10px 0 0;
    display: inline-block;
    vertical-align: top;
    transition: transform .2s ease;
    -webkit-backface-visibility: hidden;
}
#fiche_content .btn_royalmonceau:hover i,
#fiche_sidebar .btn_royalmonceau:hover i{
	transform: translate(-12px);
}
#fiche_content .price_from{
	display: none;
} 
#fiche_content #fiche_mobilenav .price_from{
	display: block;
}
  /*********************************************************************************/
 /********************* 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){
	#fullfiche_container{
		width: 704px;
		padding-bottom: 0;
	}
	#fiche_content{
		width: 413px;
		padding: 20px;
	}
	#fiche_content .price_from{
		display: block;
		font-size: 18px;
		line-height: 24px;
	}
	#fiche_content .price_from strong{
		font-size: 24px;
	}
	#fiche_mobilenav{
		display: none;
	}
	#fiche_sidebar{
		width: 250px;
		padding: 0;
		float: right;
		margin-bottom: 0;
	}
	#fiche_sidebar .btn_royalmonceau{
		display: block;
	}
	#fullfiche_container img.size-fiche_vertical_thumb{
		margin-bottom: 0;	
	}
	#fiche_content p{
		margin: 12px 20px;
		float: right;
		clear: both;
		line-height: 21px;
		font-size: 14px;
	}
	#fiche_content h1{
		margin: 12px 0 10px 0;
	}
		
}

  /************************************************************************************/
 /************* 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) { 
	
}