@charset "UTF-8";
/* CSS Document */

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                   ACTIVITE : POWER RENTAL                                          ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#page_powerrental h1{
	margin: 0;
}

.rental_content h1 {
	text-align: center;
}

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

.rental_content h3 {
	text-align: center;
	margin: 0 0 15px 0;
	color: #31A7D2;
}

.rental_content 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;
}

/* Texte d'intro */

.rental_content {
	text-align: center;
	width: 100%;
	padding: 0px 30px 10px;
	background-color: rgba(0,0,0,0);
	border-radius: 0 0 6px 6px;
}


#page_powerrental #full_width1 .rental_content p {
	color: rgba(0,0,0,0.7);
}

#full_width1 .rental_content img,
#full_width3 .rental_content img {
	display: inline-block;
	margin: 0 5px 0 0;
}

#full_width1 .rental_content > 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);
}

/* Image full Width */

#page_powerrental #full_width2 {
	height: 600px;
	padding: 0;
	background: url('../images/photos/powerrental.jpg') no-repeat center;
	background-size: cover;
	
	box-shadow: inset 0px 14px 14px -14px rgba(0,0,0,1), inset 0px -14px 14px -14px rgba(0,0,0,1);
	-webkit-box-shadow: inset 0px 14px 14px -14px rgba(0,0,0,1), inset 0px -14px 14px -14px rgba(0,0,0,1);
	-moz-box-shadow: inset 0px 14px 14px -14px rgba(0,0,0,1), inset 0px -14px 14px -14px rgba(0,0,0,1);
	-o-box-shadow: inset 0px 14px 14px -14px rgba(0,0,0,1), inset 0px -14px 14px -14px rgba(0,0,0,1);
}

/* Slider des produits */

#page_powerrental #full_width3 {
	text-align: center;
	padding: 40px 0 0 0;
}

#page_powerrental #full_width3  h1 {
	text-align: center;
	font-size: 30px;
}

#page_powerrental #full_width3  h3 {
	text-align: center;
	margin: 0 0 25px 0;
	color: #31A7D2;
}

#product_slider {
	width: 100%; 
	padding: 20px 0; 
	text-align: left;
}

#next_product, 
#previous_product {
	display: none;
	position: relative;
	height: 60px;
	width: 35%;
	background-color: rgba(0,0,0,0.03);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.3), inset 0 -10px 10px -10px rgba(0,0,0,0.4);	
	overflow: hidden;
}

#previous_product {
	border-radius: 12px 3px 0 0;
}

#next_product {
	border-radius: 3px 12px 0 0;
	float: right;
}

#full_width3  #previous_product img{
	width: 48%;
	vertical-align: middle;
}

#full_width3  #next_product img{
	width: 48%;
	float: right;
	margin: 0 0 0 10px;
	vertical-align: middle;
}

#previous_arrow,
#next_arrow {
	position: absolute;
	top: 0;
	height: 60px;
	width: 60px;
	line-height: 60px;
	color: #FFF;
	background-color: #666;
	cursor: pointer;
	text-align: center;
}

#previous_arrow:hover,
#next_arrow:hover {
	width: 65px;
	background-color: #555;
}

#previous_arrow {
	left: 0;	
}

#next_arrow {
	right: 0;	
}

#full_width3  #previous_arrow img,
#full_width3  #next_arrow img {
	width: 30px;
	margin: 22px 12px;
}

#full_width3 #next_arrow img {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.previous_text, 
.next_text {
	display: inline-block;
	width: 48%;
	height: 60px;
	padding: 10px;
	text-align: center;
}

.previous_text,  {
	float: right;
}

.next_text {
	
}

#next_product span, 
#previous_product span {
	display: block;
	width: 100%;
	text-align: center;
	color: #31A7D2;
}

#next_product p, 
#previous_product p {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	padding: 0;
	font-weight: bold;
	color: rgba(0,0,0,0.6);	
	font-family: Arial, Helvetica, sans-serif;
}

#full_width3 section {
	margin: 0 0 60px 0;
	border-radius: 12px 12px;
	/*border-top: solid 5px #666;*/
	overflow: hidden;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);	
}

#page_powerrental #full_width2 .sp-slideshow { border-radius: 0;}


.product_info {
	width: 49.8%;
	height: 320px;
	padding: 25px;
	background-color: rgba(255,255,255,0.8);
}

.product_info p{
	color: rgba(0,0,0,0.6);
}

 .product_info h2 {
	margin: 0 0 25px 0;
	color: #D31D31;
}

#rental_text2 {
	border-radius: 12px;
	padding: 15px 25px;
	box-shadow: inset 0 40px 40px -40px rgba(255,255,255,0.6), inset 0 -40px 40px -40px rgba(255,255,255,0.6);
}

#rental_text2 p{
	color: rgba(0,0,0,0.6);
	font-family: giorgio-thin;
	font-size: 20px;
	line-height: 28px;
	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);
}

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

/* Définition des flèches */

#page_powerrental .sp-arrow {
    position: absolute;
    top: 65%;
    width: 80px;
	height: 60px;
    margin-top: -90px;
	border-radius: 15px;
    display: none;
    opacity: 1;
    cursor: pointer;
    z-index: 1001;
    background: url(../images/arrow_black.png) no-repeat;
	background-color: #fff;
	
	-webkit-transition: opacity linear 0.5s;
	-moz-transition: opacity linear 0.5s;
	-ms-transition: opacity linear 0.5s;
	-o-transition: opacity linear 0.5s;
    transition: opacity linear 0.5s;
}


#page_powerrental .sp-selector-1:checked ~ .sp-arrow.sp-a2,
#page_powerrental .sp-selector-2:checked ~ .sp-arrow.sp-a3,
#page_powerrental .sp-selector-3:checked ~ .sp-arrow.sp-a4,
#page_powerrental .sp-selector-4:checked ~ .sp-arrow.sp-a5 {
	background:  url(../images/arrow_black.png) no-repeat;
	background-color: #fff;
	z-index: 1000;
	width: 80px;
    right: -30px;
    display: block;
    background-position: center;
}
#page_powerrental .sp-selector-2:checked ~ .sp-arrow.sp-a1,
#page_powerrental .sp-selector-3:checked ~ .sp-arrow.sp-a2,
#page_powerrental .sp-selector-4:checked ~ .sp-arrow.sp-a3,
#page_powerrental .sp-selector-5:checked ~ .sp-arrow.sp-a4 {
    left: -30px;
    display: block;
    background-position: center;
	
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}





