<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*******************************************************************************************************************************************
 *******************************************************************************************************************************************

########   #######  ########   #######  ##     ## ######## ########  
##     ## ##     ## ##     ## ##     ## ##     ## ##       ##     ## 
##     ## ##     ## ##     ## ##     ## ##     ## ##       ##     ## 
########  ##     ## ########  ##     ## ##     ## ######   ########  
##        ##     ## ##        ##     ##  ##   ##  ##       ##   ##   
##        ##     ## ##        ##     ##   ## ##   ##       ##    ##  
##         #######  ##         #######     ###    ######## ##     ## 

*******************************************************************************************************************************************
**************************** see http://www.dev.equideow.com/doc/bow for more details *****************************************************
*******************************************************************************************************************************************
*******************************************************************************************************************************************/

.popover{
	display: inline-block;
	position: relative;
}
.js-pix--active{
	z-index: 999;
	pointer-events: none;
}
.js-pix--active .pix__popover__btn{
	pointer-events: all;
}

/* ELEMENT : pix--popover *****************************************************************************************************************
 ******************************************************************************************************************************************/

.pix--popover,
.pix--popover::after{
	cursor: pointer;
	transition: all .15s ease-in-out;
}
.pix--popover:hover::after{
	box-shadow: 0 0 30px 0 rgba(0,0,0,.3);
}
.pix--popover:not(.js-pix--active):active{
	transform: scale(.9);
}

/* ELEMENT : pix__popover *************************************************************************************************************
 ******************************************************************************************************************************************/

.pix__popover{
	background: -moz-linear-gradient(right, #f2efcf 0px, #f2efcf 110px, #fdfff0 110px, #fdfff0 100%);
	background: -webkit-linear-gradient(right, #f2efcf 0px, #f2efcf 110px, #fdfff0 110px, #fdfff0 100%);
	background: linear-gradient(to right, #f2efcf 0px, #f2efcf 110px, #fdfff0 110px, #fdfff0 100%);
	border-radius: 4px;
	box-shadow: 0 0 30px rgba(0,0,0,0.3);
	box-sizing: border-box;
	cursor: default;
	display: none;
	min-height: 232px; /* pix--xl + margins */
	padding: 30px 30px 30px 160px;
	position: absolute;
	text-align: left;
	width: 500px;
	z-index: 999;
}
.pix__popover::before{
	content: "";
	display: block;
	height: 30px;
	position: absolute;
	top: 10px;
	transform: rotate(45deg);
	width: 30px;
}

/* ELEMENT : pix__popover__IMG ************************************************************************************************************
 ******************************************************************************************************************************************/

.pix__popover__img{
	background-size: cover;
	position: absolute;
	top: 20px;
	z-index: 1;
	left: -40px;
}

.pix__popover__img--specialtoken::before,
.pix__popover__img--tokenmultplier::before{
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 92px;
	width: 92px;
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
}
.pix__popover__img--specialtoken::before{
	background-image: url(/media/equideo/image/produits/200/special-token.png);
}
.pix__popover__img--tokenmultplier::before{
	background-image: url(/media/equideo/image/produits/200/special-token-promo.png);
}

/* ELEMENT : pix__popover__title **********************************************************************************************************
 ******************************************************************************************************************************************/

.pix__popover__title{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 310px;
}
/* ELEMENT : pix__popover__description **********************************************************************************************************
 ******************************************************************************************************************************************/

.pix__popover__description{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	text-overflow: ellipsis;
	max-height: 100px;
}
.description--ellipsis{

}
/* MODIFIER : js-pix__popover--visible ***************************************************************************************************
 ******************************************************************************************************************************************/

.js-pix__popover--visible{
	display: block;
	opacity: 1;
	pointer-events: all;
}

/* MODIFIER : pix__popover--{position} ************************************************************************************************
 ******************************************************************************************************************************************/

.js-pix__popover--left::before{
	background-color: #fdfff0;
	right: -4px;
}
.js-pix__popover--right::before{
	background-color: #f2efcf;
	left: -4px;
}

/* position : top *************************************************************************************************************************/
.pix--3xl .pix__popover{
	top: 64px;
}
.pix--2xl .pix__popover{
	top: 100px;
}
.pix--xl .pix__popover{
	top: 64px;
}
.pix--l .pix__popover{
	top: 36px;
}
.pix--m .pix__popover{
	top: 24px;
}
.pix--s .pix__popover{
	top: 6px;
}
.pix--xs .pix__popover{
	top: -1px;
}
.pix--2xs .pix__popover {
	top: -8px;
}

/* position : right *************************************************************************************************************************/
.pix--3xl  .js-pix__popover--right{
	left: 360px;
}
.pix--2xl  .js-pix__popover--right{
	left: 280px;
}
.pix--xl  .js-pix__popover--right{
	left: 210px;
}
.pix--l  .js-pix__popover--right{
	left: 150px;
}
.pix--m  .js-pix__popover--right{
	left: 116px;
}
.pix--s  .js-pix__popover--right{
	left: 80px;
}
.pix--xs  .js-pix__popover--right{
	left: 64px;
}
.pix--2xs .js-pix__popover--right {
	left: 48px;
}

/* position : left *************************************************************************************************************************/
.pix--3xl  .js-pix__popover--left{
	right: 360px;
}
.pix--2xl  .js-pix__popover--left{
	right: 280px;
}
.pix--xl  .js-pix__popover--left{
	right: 210px;
}
.pix--l  .js-pix__popover--left{
	right: 150px;
}
.pix--m  .js-pix__popover--left{
	right: 116px;
}
.pix--s  .js-pix__popover--left{
	right: 80px;
}
.pix--xs  .js-pix__popover--left{
	right: 64px;
}
.pix--2xs .js-pix__popover--left{
	right: 48px;
}

/* pix__popover into collectionView *******************************************************************************************************/

.pix--popover .collectionview__image{
	cursor: pointer;
}
.collectionview__block:not(.collectionview__block--enhanced) .pix__popover{
	top: 60px;
}
.collectionview__block:not(.collectionview__block--enhanced) .js-pix__popover--left{
	right: 170px;
}
.collectionview__block:not(.collectionview__block--enhanced) .js-pix__popover--right{
	left: 170px;
}
.collectionview__block--enhanced .pix__popover{
	top: 170px;
}
.collectionview__block--enhanced .js-pix__popover--left{
	right: 340px;
}
.collectionview__block--enhanced .js-pix__popover--right{
	left: 340px;
}

/* class for popovers moved into #container to overlap all other elements */
.js-pix__popover--overflowed {
	position : absolute;
	z-index : 2000;
}</pre></body></html>