 /* 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 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;
}

#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_width3 {
 	position: relative;
	padding: 30px 0 0 0;
	text-align: center;
	background-color: rgba(255,255,255,0.9);
}

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

#page_occasions #full_width3  #occasions_table {
	width: 100%;
	text-align: center;
}


#page_occasions #full_width3 #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_width3 #occasions_table li img{
 	width: 100%;
}

#page_occasions #full_width3 #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_width3 #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_width3 #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;
	border-top: none;
}

#page_occasions .last_actu section{
	border-top: none;
}

#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;}