/*******************************************
              PUB 
*******************************************/
#content .slide-carrousel {
	display:block;
	position:relative;
	width:1000px;
	height:383px;
	overflow:hidden;
	margin:0;
	background-color:#fff;
}
.headBlockPub {
    margin: 0;
    padding: 0;
    text-align: left;
    position: relative;
    height: 383px;
    width: 1000px;
    background: url(https://www.aquapiscine.com/img/gui/header-menu-loader.svg) no-repeat 50% 25%  #FFF;
} 

.headBlockPub #owl-big {
	display:block;
	width:1000px;
	height:333px;
}
.headBlockPub #owl-big .item img {
	display:block;
	width:1000px;
	height:333px;
}
.headBlockPub #owl-thumbs {
	display:block;
	width:1000px;
	height:50px;
} 
.headBlockPub .lazyloading {
	background-image:url('https://www.aquapiscine.com/img/mobile/owl-lazy-home.png');
}

.headBlockPub #controlpub {  position: absolute;  bottom:0; z-index:5; width:1000px; overflow:hidden;  border-bottom-left-radius:5px;border-bottom-right-radius:5px;} 
.headBlockPub #controlpub .thumb { position:relative; width:20%; background-color:#ececec;   height:50px; cursor: pointer;  display:block; float:left; text-align:center; text-transform:uppercase; line-height:50px;
	vertical-align: middle;}
.headBlockPub #controlpub span {display:inline-block; padding:0 10px 0 10px; cursor: pointer;  vertical-align: middle; font-size:12px; color:#333; line-height:13px;   font-weight:800; }
.headBlockPub #controlpub .thumb:hover { color:#fff; background-color:#12bcb1; opacity:0.8;}
.headBlockPub #controlpub .thumb:hover span { color:#fff;}
.headBlockPub #controlpub .thumb.active , .headBlockPub #controlpub .thumb.active span  {color:#fff; background-color:#12bcb1;}
.headBlockPub #controlpub .thumb.active:hover , .headBlockPub #controlpub .thumb.active:hover span {color:#fff; background-color:#12bcb1;}
.headBlockPub #controlpub .thumb + .thumb :before {
    content: '';
    position: absolute;
    top: 10px;
    height: 30px;
    left: 0;
    width: 1px;
    background: #cdcdcd;
}
.headBlockPub #controlpub .thumb.active span:before,
.headBlockPub #controlpub .thumb.active + .thumb span:before {
    display: none;
}


/*******************************************
              TOP PROD / CAT 
*******************************************/
#content .bloc-prod-home li {
	display:block;
	float:left;
	width: 230px;
	box-sizing: border-box;
    margin: 0 26px 20px 0;
    padding: 0 0 3px;
    position: relative;
	vertical-align: baseline;
	border-bottom: 1px solid #FFF;
	cursor:pointer;
}
#content .bloc-prod-home.manual li.BlocProd:nth-child(4) {
	float:right; !important;
	margin-right:0  !important;
}
#content .bloc-prod-home li:hover {
	border-bottom: 1px solid rgba(204,204,204,1);
}

#content .BlocProd {
	display:block;
	position:relative;
}
#content .BlocProd {
	display:block;
	position:relative;
	cursor:pointer;

}
#content .BlocProd .iconeflash {
	display:block;
	position:absolute;
	height:100px;
	width:100px;
	box-sizing: border-box;	
	left:25px;
	background: url(https://www.aquapiscine.com/img/gui/home-icn-prod-flash.png?2019) no-repeat 0 0;
	background-size: 100% 100%;
}
#content .bloc-prod-home a {
	text-decoration:none;
	color:#333;
	cursor:pointer;
}
#content .bloc-prod-home .ProdVisuel {
	display:block;
	margin: 0 auto!important;
	height:180px;
	border: 0;
	cursor: auto;
	cursor:pointer;
}

#content .bloc-prod-home .ProdPrix {
	padding: 15px 15px 0 0;
    height: 50px;
	box-sizing: border-box;
	vertical-align: baseline;
	border:0;
	margin:0;
	cursor:pointer;
}
#content .bloc-prod-home .ProdPrix .prix {
	display: inline-block;
	padding: 5px 5px 5px 0;
	border:0;
	margin:0;
}
#content .bloc-prod-home .ProdPrix .current {
    color: #f33;
    font-weight: 700;
    font-size: 31px;
    line-height: 23px;
    height: 23px;
    display: inline-block;
}
#content .bloc-prod-home .ProdPrix .current span {
    font-size: .5em;
    position: relative;
    bottom: .7em;
}
#content .bloc-prod-home .ProdPrix .current span .asterisque {
    font-size: .9em;
    position: relative;
    bottom: .2em;
}

#content .bloc-prod-home .ProdPrix .barre {
	font-size: 13px;
    text-decoration: line-through;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    bottom: 2px;
    color: #999!important;
}
#content .bloc-prod-home .ProdPrix .barre span {

}
#content .bloc-prod-home .ProdPrix .percent  {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 34px;
    width: 54px;
    background-color: #000;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    float: right;
}
#content .bloc-prod-home .ProdInfo {
	display: block;

}

#content .bloc-prod-home .ProdInfo .blocInfo {
	display: block;
	line-height: 18px;
    padding: 5px 0 0;
    -o-transition: .15s ease-out;
    -moz-transition: .15s ease-out;
    -webkit-transition: .15s ease-out;
    transition: .15s ease-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 85px;
}


#content .bloc-prod-home .blocInfo .brand {
    color: rgba(51,51,51,1);
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    -o-transition: .15s ease-out;
    -moz-transition: .15s ease-out;
    -webkit-transition: .15s ease-out;
    transition: .15s ease-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#content .bloc-prod-home .blocInfo .titre {
	font-size: 13px;
    font-family: 'Open Sans',Arial,sans-serif;
    margin-top: 0;
    margin-bottom: 8px;
    height: 29px;
    overflow: hidden;
    line-height: 14px;
    cursor: pointer;
    display: block;
    color: #595959;
    width: 230px;
    height: 38px;
    -o-transition: .15s ease-out;
    -moz-transition: .15s ease-out;
    -webkit-transition: .15s ease-out;
    transition: .15s ease-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
#content .bloc-prod-home .blocInfo .stars {

}

#content .bloc-prod-home .ProdInfo .ProdBtn {
    height: 80px;
	width: 100%;
	position: absolute;
	bottom: 0;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	visibility: hidden;
	opacity: 0;
	-o-transition: .15s ease-out;
	-moz-transition: .15s ease-out;
	-webkit-transition: .15s ease-out;
	transition: .15s ease-out;
	background-color:#fff;
}

#content .bloc-prod-home .ProdInfo .ProdBtn .bouton {
    padding: 0 15px;
    margin: 14px 15px;
    color: #FFF;
    line-height: 34px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #2bb04a ;
}
#content .bloc-prod-home .ProdInfo .active {
	visibility: visible;
	opacity: 1;
}

#content .selection-home .block-h1, #content .selection-home .block-h4 {
	display:block;
	text-align:center;
	height:34px;
	font-size:20px;
	font-weight:normal;
	text-transform:uppercase;
	color: #666;
	border-bottom: 1px solid #ccc;
	margin-bottom:30px;
}

#content .top-univers-home li {
	position: relative;	
	display:block;
	float:left;
	width: 235px;
	height: auto;
	box-sizing: border-box;
    margin: 0 20px 20px 0;
	vertical-align: baseline;
	box-sizing: border-box;
}
#content .top-univers-home li.last {
	margin-right:0 !important;
	float:right !important;
}
#content .top-univers-home li img {
	display:block;
	width: 235px;
	height: 235px;
}
#content .top-univers-home .content {
	display:none;
}

#content .top-univers-home .block-h2 , #content .top-univers-home .block-h3{
	font-size: 18px;
    font-weight: 600;
    color: #333;
    position: absolute;
    line-height: 20px;
    text-transform: uppercase;
	display:block;
    top: 185px;
    left: 10px;
	width:215px;
	height:40px;
	overflow:hidden;
	box-sizing: border-box;
	padding:10px 0 0 20px;
	background-color:#f4f4f4;
	-o-transition: .15s ease-out;
    -moz-transition: .15s ease-out;
    -webkit-transition: .15s ease-out;
    transition: .15s ease-out;
}
#content .top-univers-home .block-h2:after , #content .top-univers-home .block-h3:after{
	position: absolute;
    top:12px;
    left:180px;
    content: '';
	width:16px;
	height:16px;
	display:block;
	background: url(https://www.aquapiscine.com/img/gui/body_sprite.png) 0 -208px no-repeat;
}
#content .top-univers-home .block-h2:hover , #content .top-univers-home .block-h3:hover{
	color: #FFF;
     background-color: #2bb04a;
}
#content .top-univers-home .block-h2:hover:after , #content .top-univers-home .block-h3:hover:after {
	background-position: -12px -208px;
}

#content .top-univers-home .top-univers-cat {
	display:block;
	padding: 10px 0;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#content .top-univers-home .top-univers-cat li {
	position: relative;	
	display:block;
	width: 235px;
	height: 20px;
	box-sizing: border-box;
    margin: 0 ;
	padding:0 25px;	
}

#content .top-univers-home .top-univers-cat li:before {
	display:block;
	content: '';
	position: absolute;
	top: 5px;
	left: 12px;
	width: 6px;
	height:7px;
	background: url(https://www.aquapiscine.com/img/gui/body_sprite.png)  -514px -288px no-repeat; 
	opacity: .7;
}
#content .top-univers-home .top-univers-cat li:hover:before {
	opacity: 1;
}
#content .top-univers-home .top-univers-cat a {
}


#content .guide {
	display:block;
	margin: 0 auto;
    overflow: hidden;
    width: 1000px;
	padding:10px 0 15px 0;
	font-size:13px;
}
#content .guide .block-h4 {
	display:block;
	text-align:center;
	height:34px;
	font-size:20px;
	font-weight:normal;
	text-transform:uppercase;
	color: #666;
	border-top: 1px solid #ccc;
	margin-bottom:5px;
	padding-top:30px; 
}

#content .guide .block-h4 span , #content .install .block-h4 span {color: #f15922;}

#content .install {
	display:block;
	margin: 0 auto;
    overflow: hidden;
    width: 1000px;
	padding:10px 0 15px 0;
	font-size:13px;
}
#content .install .block-h4 {
	display:block;
	text-align:center;
	height:34px;
	font-size:20px;
	font-weight:normal;
	text-transform:uppercase;
	color: #666;
	border-top: 1px solid #ccc;
	margin-bottom:5px;
	padding-top:30px; 
}

#content .topcat {
	display:block;
	margin: 0 auto;
    overflow: hidden;
    width: 1000px;
	padding:10px 0 15px 0;
	font-size:13px;
}
#content .topcat .block-h5 {
	display:block;
	text-align:center;
	height:34px;
	font-size:20px;
	font-weight:normal;
	text-transform:uppercase;
	color: #666;
	border-bottom: 1px solid #ccc;
	margin-bottom:10px;
}

#content .topcat .tree-cat {
	display:block;
	margin: 0 auto;
    overflow: hidden;
}

#content .topcat .tree-cat .col {
	display:block;
	width:210px;
    overflow: hidden;
	margin:10px 0 0 40px ;
	float:left;
	font-size:12px;
}

#content .topcat .tree-cat .col li {
	display:block;
}

#content .topcat .tree-cat .col .sep {
	margin-top:30px;
}

#content .topcat .tree-cat .col .titre a {
	font-weight:700;
	color:#3b3b3b;
	font-size:14px;
	display:block;
	padding-bottom:3px;
}

#content .topcat .txtrefer {
	display:block;
	border-top: 1px solid #ccc;
	color:#3b3b3b;
	margin-top:50px;
}

#content .topcat .txtrefer p {
	display:block;
	margin:15px 40px 0 40px;
	text-align:justify;
	font-size:12px;
	color: #8A8A8A;
}


/*******************************************
              BRANDS 
*******************************************/
#content .brands {
	display:block;
	margin: 0 auto;
    overflow: hidden;
    width: 1000px;
	padding:10px 0 15px 0;
}
#content .brands .block-h3, #content .brands .block-h4 {
	display:block;
	text-align:center;
	height:34px;
	font-size:20px;
	font-weight:normal;
	text-transform:uppercase;
	color: #666;
	border-bottom: 1px solid #ccc;
	margin-bottom:10px;
}
#content .brands ul {
	display:block;
	width: 1000px;
}
#content .brands li {
	display:block;
	float:left;
	width:200px;
	height:60px;
	line-height:60px;
	vertical-align: middle;
	text-align:center;
}
#content .brands li a {
	display:inline-block;
	font-size:10px;
	text-transform:uppercase;
	color:#FFF;
	font-weight:bold;
	line-height:13px;
	vertical-align:middle;
	height:40px;
	width:160px;
	background: url(https://www.aquapiscine.com/img/gui/home_brand.jpg) 0 0 no-repeat;
	-moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
}


#content .brands .procopi { background-position : 0px -200px; }
#content .brands .zodiac { background-position : -160px -200px; }
#content .brands .naturalis { background-position : -320px -200px; }
#content .brands .somagic { background-position : -480px -200px; }
#content .brands .maytronics { background-position : -640px -200px; }
#content .brands .poolex { background-position : -800px -200px; }

#content .brands .mareva { background-position : 0px -240px; }
#content .brands .intex { background-position : -160px -240px; }
#content .brands .bestway { background-position : -320px -240px; }
#content .brands .dolphin { background-position : -480px -240px; }
#content .brands .predator { background-position : -640px -240px; }
 
#content .brands .toi { background-position : 0px -280px; }
#content .brands .gre { background-position : -160px -280px; }
#content .brands .waterflex { background-position : -320px -280px; }
#content .brands .abriblue { background-position : -480px -280px; }
#content .brands .pentair { background-position : -640px -280px; }
 
#content .brands .polaris { background-position : 0px -320px; }
#content .brands .ubbink { background-position : -160px -320px; }
#content .brands .hayward { background-position : -320px -320px; }
#content .brands .proswell { background-position : -480px -320px; }
#content .brands .pse { background-position : -640px -320px; }
 
 
#content .brands .procopi:hover { background-position : 0px 0px; }
#content .brands .zodiac:hover { background-position : -160px 0px; }
#content .brands .naturalis:hover { background-position : -320px 0px; }
#content .brands .somagic:hover { background-position : -480px 0px; }
#content .brands .maytronics:hover { background-position : -640px 0px; }
#content .brands .poolex:hover { background-position : -800px 0px; }

#content .brands .mareva:hover { background-position : 0px -40px; }
#content .brands .intex:hover { background-position : -160px -40px; }
#content .brands .bestway:hover { background-position : -320px -40px; }
#content .brands .dolphin:hover { background-position : -480px -40px; }
#content .brands .predator:hover { background-position : -640px -40px; }
 
#content .brands .toi:hover { background-position : 0px -80px; }
#content .brands .gre:hover { background-position : -160px -80px; }
#content .brands .waterflex:hover { background-position : -320px -80px; }
#content .brands .abriblue:hover { background-position : -480px -80px; }
#content .brands .pentair:hover { background-position : -640px -80px; }
 
#content .brands .polaris:hover { background-position : 0px -120px; }
#content .brands .ubbink:hover { background-position : -160px -120px; }
#content .brands .hayward:hover { background-position : -320px -120px; }
#content .brands .proswell:hover { background-position : -480px -120px; }
#content .brands .pse:hover { background-position : -640px -120px; }

#content .brands .color .procopi { background-position : 0px 0px; }
#content .brands .color .zodiac { background-position : -160px 0px; }
#content .brands .color .naturalis { background-position : -320px 0px; }
#content .brands .color .somagic { background-position : -480px 0px; }
#content .brands .color .maytronics { background-position : -640px 0px; }
#content .brands .color .poolex { background-position : -800px 0px; }

#content .brands .color .mareva { background-position : 0px -40px; }
#content .brands .color .intex { background-position : -160px -40px; }
#content .brands .color .bestway { background-position : -320px -40px; }
#content .brands .color .dolphin { background-position : -480px -40px; }
#content .brands .color .predator { background-position : -640px -40px; }
 
#content .brands .color .toi { background-position : 0px -80px; }
#content .brands .color .gre { background-position : -160px -80px; }
#content .brands .color .waterflex { background-position : -320px -80px; }
#content .brands .color .abriblue { background-position : -480px -80px; }
#content .brands .color .pentair { background-position : -640px -80px; }
 
#content .brands .color .polaris { background-position : 0px -120px; }
#content .brands .color .ubbink { background-position : -160px -120px; }
#content .brands .color .hayward { background-position : -320px -120px; }
#content .brands .color .proswell { background-position : -480px -120px; }
#content .brands .color .pse { background-position : -640px -120px; }


/** RECO HOME **/
.reco-home {
	display:block;
	width:1000px;
	height: 310px ;
	overflow:hidden;
	visibility: visible; 
	box-sizing:border-box;
}
.reco-home li1 {
	display:block; width: 249px; overflow:hidden; float:left; height:310px;
}
.reco-home .BlocProd1 {
	display:block;margin-left:35px; width:222px; overflow:hidden; height:350px; cursor:pointer;
}
.reco-home.active li.BlocProd:nth-child(4) {
	float:right; 
	margin-right:0  !important;
}

.reco-home .iconeflash {
	left:15px !important;
}
.reco-home .prix .current .cent {
	font-size: .5em !important;
    position: relative !important;
    bottom: .7em !important;
}
.reco-home .ProdInfo .active {
	visibility: visible;
	opacity: 1;
}
.reco-home .ProdInfo .ProdPrix {
	position:relative;
}
.reco-home .ProdInfo .percent {
	display:block;
	position:absolute;
	right:0;
}
.reco-home .ProdVisuel, .reco-home .ProdVisue  {
	height: 150px !important;
	margin-left:15px !important;
}
.reco-block {display:block;height:310px; overflow:hidden; width:1000px; overflow:hidden; position:relative; }
.reco-block   .browse {	z-index:5;background: url(https://www.aquapiscine.com/img/gui/body_sprite.png) -296px -232px no-repeat;	display:block;	width:48px;	height:52px;	position:absolute;	margin:0;	cursor:pointer;	font-size:1px;  
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.reco-block .right	{  background-position: -345px -232px ; top:50px; right:1px; }
.reco-block .right:hover{ opacity:1; }
.reco-block .left{ top:50px;  left:4px;} 
.reco-block .left:hover	{  opacity:1;  }
.reco-block a.disabled, .reco-block a.disabled:hover {
    opacity: 0.45;
    cursor: default;
}
.reco-spinner {
	display:block;
	height: 250px;
	width:1000px;
    background: url(https://www.aquapiscine.com/img/gui/header-menu-loader.svg) no-repeat 50% 25% #FFF;
}

#content .topcat .txtrefer {
	display:block;
	border-top: 1px solid #ccc;
	color:#3b3b3b;
	margin-top:50px;
}

#content .txtrefer {
	padding: 15px 40px;
	text-align:justify;
	font-size:12px;
	text-align:justify;
	color: #8A8A8A;
}
#content .txtrefer h1, #content .txtrefer h2, #content .txtrefer h3 ,#content .txtrefer h4, #content .txtrefer h5 {
	font-weight:600;
	font-size:12px;
	display:block;
	padding-right:5px;
	color: #8A8A8A;
}
#content .txtrefer .text  {
	display:block;
	height:160px;
	overflow: hidden;
	color: #8A8A8A;
}
#content .txtrefer .show-more  {
	display:block;
    padding: 6px 0 0;
    text-align: center;

}
#content .txtrefer  .show-more span {
	display:inline-block;
	position:relative;
	vertical-align: middle;
    text-transform: uppercase;
	cursor: pointer;
	font-weight:600;
	font-size:11px;
}
#content .txtrefer .show-more span:after {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border: 1px solid #1d1d1b;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    vertical-align: middle;
    margin: -5px 0 0 6px;
}

#content .txtrefer p {
	display:block;
	text-align:justify;
	font-size:12px;
	color: #8A8A8A;
	padding-right:5px;
}
