 /* CSS Document */

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                                           POLICES                                                  ///// 
/////                                                                                                    ///// 
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

 h1 { 
	font-family: 'Giorgio-thin', 'Roboto', 'Cabin',  helvetica;
	font-weight: 200;
	font-size: 3em;
	color: #D31D31;
	text-align: center;
 }

 h2 { 
	font-family: 'Giorgio-thin', 'Roboto', Cabin,  helvetica;
	font-weight: 300;
	font-size: 1.5em;
	letter-spacing: -0.0em;
	color: rgba(0,0,0,0.6);
	text-align: center;
 }

 h3 { 
	margin: 0 0 30px 0;
	color: #31a7d2;
	text-align: center;
 }

 h4 { 
	font-family: 'Roboto', Cabin,  helvetica;
	font-weight: 300;
	font-size: 0.75em;
	letter-spacing: -0.05em;
	color: rgba(0,0,0,0.6);
	margin: 0px;
 }
		
 
 h5 { 
 	font-family: 'Roboto', Cabin,  helvetica;
	color: rgba(0,0,0,0.6);
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0;
 }
 		
 a { 
 	text-decoration: none; 
	border: none; 
	font-family: arial; 
	color: rgba(0,0,0,0.7);
}	

/* Définition des balises de textes */
 
 p {
	color:  rgba(0,0,0,0.6);
	text-align: center;
}
 
 * {
	font-family: 'Roboto', helvetica, Arial, sans-serif;  
 	margin: 0;
	padding: 0;
 	-webkit-box-sizing: border-box; -O-box-sizing: border-box; -ms-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  
 
 }


/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                                           PAGE                                                     ///// 
/////                                                                                                    ///// 
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*Mise en page*/

#page_occasions #site_location{
	margin-bottom: 8px;
}

#page_occasions #full_width1{
	box-shadow: none;
}

#page_occasions #full_width3{
	box-shadow: none;
	background-color: #FAFAFA;
}


#page_occasions h1{
	margin: 0;
	text-align: center;
}


#page_occasions h2 {
	color: #D31D31;
	margin: 20px 0 0 0;
}

#page_negoce h3 {
	text-align: center;
	margin: 0 0 15px 0;
	color: rgba(0,0,0,0.4);
}

.occasions_intro p {
	text-align: justify;
	font-size: 14px;
	color: rgba(0,0,0,0.6);
	line-height: 20px;
	font-weight: 100;
	font-family: helvetica;
	padding: 0 10px;
}

#occasions_content {
	background-color: #fff;
	text-align: center;	
}

/*////////// Full Width 1 //////////*/

#top_box {
	width: 100%;
	height: 270px;
	overflow: hidden;
	border-top: solid 1px rgba(0,0,0,0.2);
	box-shadow: 0 0px 10px 0px rgba(0,0,0,0.1);
}

#top_left_box {
	display: inline-block;
	position: relative;
	width: 50%;
	height: 270px;
	padding: 50px 70px 0;
	background-color: rgba(0,0,0,0.02);
	box-shadow: inset -10px 0 10px -10px #FFF, 
				inset -20px 0 20px -20px #FFF, 
				inset -30px 0 30px -30px #FFF, 
				inset -40px 0 40px -40px #FFF, 
				inset -50px 0 50px -50px #FFF,  
				inset -60px 0 60px -60px #FFF,  
				inset -70px 0 70px -70px #FFF, 
				inset -80px 0 80px -80px #FFF,  
				inset -90px 0 90px -90px #FFF, 
				inset -100px 0 100px -100px #FFF;
	vertical-align: top;
	overflow: hidden;
}

#top_left_box p{
	color: #666;
	text-align: justify;
	font-size: 16px;
}


#top_right_box {
	display: inline-block;
	position: relative;
	width: 50%;
	height: 270px;
	margin-left: -4px;
	padding: 0px 20px;
	background-color: #FFF;
	overflow: hidden;
	box-shadow: inset 100px 0 100px -100px rgba(0,0,0,0.02) ;
}

#top_left_box #grey_arrow {
	display: none;
	position: absolute;
	top: 105px; right: -30px;
	width: 60px;
	height: 60px;
	background-color: #FFF;	
	
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

#top_right_box img {
	position: absolute;
	bottom: -70px; right: 70px;
	
	transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	-o-transform: rotate(5deg);
}

#top_right_box h1 {
	text-align: right;
	margin-top: 20px;
}

#top_right_box h3 {
	text-align: right;
}

#page_occasions #occasions_content .border_bottom {
	margin-bottom: 10px;
}

/*///////*/
#full_width1 .occasions_intro > p {
	font-family: giorgio-thin;
	font-size: 20px;
	line-height: 28px;
	color: rgba(0,0,0,0.7);
	font-weight: 100;
	letter-spacing: 0.01em;
	text-align: center;

	transform: skew(-8deg, 0deg);
	-moz-transform: skew(-8deg, 0deg);
	-webkit-transform: skew(-8deg, 0deg);
	-o-transform: skew(-8deg, 0deg);
}

.occasions_intro img {
	display: inline-block;
	margin: 0 5px 0 0;
	vertical-align: middle;
}


/* bandeau blanc */


#page_occasions #full_width2 {
	position: relative;
	text-align: center;
	padding: 30px 0;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
	z-index:1005;
 	color: rgba(0,0,0,0.6);
}

#page_occasions form input[type=text] {
	height: 38px;
	width: 78%;
	margin-right: 1%;
	border: solid 1px rgba(0,0,0,0.1);
	background-color: rgba(0,0,0,0.005);
}

#page_occasions form input[type=submit] {
	float: right;
	width: 20%;
	height: 38px;
	padding: 0 30px;
	background-color: #adadad;
	color: #fff;
	border: none;
	font-size: 14px;
	cursor: pointer;
}

#page_occasions form input[type=submit]:hover {background-color: rgba(81,81,81,0.8);}


/* Details */

#page_occasions #full_width1 #occasions_content .border_top { margin-bottom: 0px;}
#page_occasions #full_width1 #occasions_content .border_bottom { margin-top: 0px;}

#page_occasions #full_width1 #occasions_table {
	width: 90%;
	text-align: center;
	margin: 30px 5%;
}


#page_occasions #full_width1 #occasions_table li{
	position: relative;
 	width: 30%;
	height: 250px;
	background-color: #FFF;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	margin: 0px 5% 20px -4px;
	padding: 20px;
	vertical-align: top;
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
	
}

#page_occasions #full_width1 #occasions_table li img{
 	width: 100%;
}

#page_occasions #full_width1 #occasions_table li h3{
 	position: absolute;
	bottom: 0; left: 0; right:0;
	height: 50px;
	line-height: 40px;
	margin: 0;
	border-radius: 0 0 10px 10px;
	background-color: #999;
	color: #fff;
	border-top: solid 5px #666;
}

#page_occasions #full_width1 #occasions_table li div{
 	position: absolute;
	top: 0; right: -10px; 
	height: 5px;
	width: 30%;
	background-color: #666;
	border-radius: 0 0 0 3px;
	
	transform: skew(70deg, 0deg);
	-moz-transform: skew(70deg, 0deg);
	-webkit-transform: skew(70deg, 0deg);
	-o-transform: skew(70deg, 0deg);
	
}

#page_occasions #full_width1 #occasions_table li span{
 	position: absolute;
	display: block;
	top: 0; left: -10px; 
	height: 5px;
	width: 30%;
	background-color: #666;
	border-radius: 0 0 0 3px;
	
	transform: skew(-70deg, 0deg);
	-moz-transform: skew(-70deg, 0deg);
	-webkit-transform: skew(-70deg, 0deg);
	-o-transform: skew(-70deg, 0deg);
}



/*///////////////////////// SLIDER ////////////////////////////*/

/* Définition des calques */

#page_occasions .sp-slideshow {
    position: relative;
    width: 100%;
    height: 340px;
	margin: 0px;
	border-radius: 4px;
	overflow: hidden;	
	z-index: 999;
}

 
#page_occasions .sp-slider > li {
    opacity: 1; 
}

/* LAST ITEM */

#page_occasions .last_actu {
	position: relative;
	display: inline-block;
	width: 100%;	
	height: 340px;
	margin: 20px 0 15px 0;
	border-radius: 0px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.05);
	background-color: rgba(255,255,255,1);
	overflow: hidden;
	text-align: left;
}

#page_occasions .last_actu img {
	display: inline-block;
	width: 100%;
	margin: 0px;
	border-radius: 0px;
	vertical-align: bottom;
}

#page_occasions .last_actu_preview {
	position: relative;
	left: 0; top: 0; bottom: 0;
	width: 49.5%; height: 100%;
	background-color: rgba(255,255,255,0.6);
	box-shadow: inset 130px 0 130px 0 rgba(255,255,255,0.2);
	padding: 15px 80px;
	display: inline-block;
	text-align: center;
}

#page_occasions .last_actu_preview:hover { background-color: rgba(0,0,0,0.3); margin: 0;}

#page_occasions .last_actu_preview h2 { font-size: 26px; color: #D31D31; text-align: center; font-family: Giorgio-thin; letter-spacing: 0; }
#page_occasions .last_actu_preview p { color: rgba(255,255,255,1); text-align: justify; margin: 10px 0 30px; font-size: 16px; }
#page_occasions .last_actu_preview span {display: inline-block;  color: rgba(255,255,255,0.8); margin-bottom: 20px;}
#page_occasions .last_actu .read_more {position: relative; bottom: 10px; left: 10px; right: auto; top: auto;}