/*
************************************************************************************************************************************
************************************************************************************************************************************
 ######   ########     ###    ########  #### ######## ##    ## ######## 
##    ##  ##     ##   ## ##   ##     ##  ##  ##       ###   ##    ##    
##        ##     ##  ##   ##  ##     ##  ##  ##       ####  ##    ##    
##   #### ########  ##     ## ##     ##  ##  ######   ## ## ##    ##    
##    ##  ##   ##   ######### ##     ##  ##  ##       ##  ####    ##    
##    ##  ##    ##  ##     ## ##     ##  ##  ##       ##   ###    ##    
 ######   ##     ## ##     ## ########  #### ######## ##    ##    ##    
************************************************************************************************************************************
************************************************************************************************************************************
*/

.carousel--gradient {
	background-image: none;
    height: 264px;
    margin-top: 4px;
}
.carousel--gradient .carousel__content{
	position: relative;
	top: 26px;
}

/* CAROUSEL__NAV *******************************************************************************************************************/
/***********************************************************************************************************************************/

.carousel--gradient .carousel__nav{
	top: 173px;
}
.carousel--gradient .carousel__nav__arrow {
	width: 67px;
	height: 66px;
}
.carousel--gradient .carousel__nav__arrow--right {
	background-image: url(/media/equideo/image/dossiers/next.png);
	right: 203px;
}
.carousel--gradient .carousel__nav__arrow--left {
	background-image: url(/media/equideo/image/dossiers/prev.png);
	left: 203px;
}

/* CAROUSEL__ELEMENT ***************************************************************************************************************/
/***********************************************************************************************************************************/

.carousel--gradient .min-scale img{
	width: 120px;
	height: 120px;
	margin: 0 10px;
}
.carousel--gradient .tab-selected img{
	width: 250px;
	height: 250px;
}

/*
************************************************************************************************************************************
************************************************************************************************************************************
 ######   ########     ###    ##    ## ########  
##    ##  ##     ##   ## ##   ###   ## ##     ## 
##        ##     ##  ##   ##  ####  ## ##     ## 
##   #### ########  ##     ## ## ## ## ##     ## 
##    ##  ##   ##   ######### ##  #### ##     ## 
##    ##  ##    ##  ##     ## ##   ### ##     ## 
 ######   ##     ## ##     ## ##    ## ########  
************************************************************************************************************************************
************************************************************************************************************************************
*/

.carousel--grand{
	background:url(/media/equideo/image/components/carousel.png) no-repeat center bottom;
	height:320px;
	padding-top: 60px;
}
.carousel--grand .carousel__content{
	padding:0 0 10px;
}
.carousel--grand li.tab-selected{
	z-index:1;
}

/** images size ********************************************************************************************************************/
.carousel--grand li.element-visible-1 img { /* position 1 */
	width: 160px;
	height: 160px;
}
.carousel--grand li.min-scale img { /* position 2 et 4 */
	width: 120px;
	height: 120px;
	margin:0 10px;
}
.carousel--grand li.tab-selected img { /* position 3 */
	width: 250px;
	height: 250px;
}
.carousel--grand li.element-visible-5 img { /* position 5 */
	width: 190px;
	height: 190px;
}
.carousel--grand li:hover::before{
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 80%);
	content: '';
	display: block;
	height: 6%;
	left: 5%;
	pointer-events: none;
	position: absolute;
	top: 89%;
	width: 70%;
}

/** elements-2 **********************************************************************************************************************/
.carousel--grand.elements-2 .element-visible-1{
	top:10px;
	left:70px;
}
.carousel--grand.elements-2 .element-visible-2{
	top:5px;
	left:60px;
}
.carousel--grand.elements-2 .element-visible-2 img{
	width: 120px;
	height: 120px;
	margin:0 10px;
}

/** elements-3 **********************************************************************************************************************/
.carousel--grand.elements-3 .element-visible-1{
	top:10px;
}
.carousel--grand.elements-3 .element-visible-3{
	top:5px;
	right:20px;
}
.carousel--grand.elements-3 .element-visible-3 img{
	width: 120px;
	height: 120px;
	margin:0 10px;
}

/** elements-4 **********************************************************************************************************************/
.carousel--grand.elements-4 .element-visible-1{
	top:5px;
	left:90px;
}
.carousel--grand.elements-4 .element-visible-2{
	top:10px;
	left:110px;
}
.carousel--grand.elements-4 .element-visible-3{
	left:80px;
}
.carousel--grand.elements-4 .element-visible-4{
	top:25px;
	left:50px;
}
.carousel--grand.elements-4 .element-visible-4 img{
	width: 190px;
	height: 190px;
	margin:0 10px;
}

/** elements-5 ****************************************************************************************************************/
.carousel--grand.elements-5 .element-visible-1{
	top:10px;
	right:10px;
}
.carousel--grand.elements-5 .element-visible-2{
	top:5px;
}
.carousel--grand.elements-5 .element-visible-3{
	top:10px;
	left:30px;
}
.carousel--grand.elements-5 .element-visible-4{
	right:5px;
}
.carousel--grand.elements-5 .element-visible-5{
	top:25px;
	right:0;
}

/* CAROUSEL__NAV *******************************************************************************************************************/
/***********************************************************************************************************************************/

.carousel--grand .carousel__nav {
	top:60%;
}

/* CAROUSEL__NAV__ARROW ************************************************************************************************************/
/***********************************************************************************************************************************/

.carousel--grand .carousel__nav__arrow {
    background: #f2efcf;
    border-radius: 50%;
    height: 48px;
    transition: all .1s ease-in-out;
    width: 48px;
}
.carousel--grand .carousel__nav__arrow:hover{
	box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
}
.carousel--grand .carousel__nav__arrow--left::before {
    content: '\003c';
    left: -3px;
}
.carousel--grand .carousel__nav__arrow--right::before {
    content: '\003e';
    right: -2px;
}
.carousel--grand .carousel__nav__arrow::before {
    border-radius: 26px;
    color: #3d251b;
    display: block;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size: 37px;
    font-weight: bold;
	height: 48px;
	line-height: 43px;
    position: absolute;
    text-align: center;
    top: 0;
    transform: scale(.5,1);
    width: 100%;
    -o-transform: scale(.5,1);
    -ms-transform: scale(.5,1);
    -moz-transform: scale(.5,1);
    -webkit-transform: scale(.5,1);
}

/* CAROUSEL__FOOTER ****************************************************************************************************************/
/***********************************************************************************************************************************/

.carousel--grand .carousel__footer__title {
	font-size:20px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}
.carousel--grand .carousel__footer__subtitle {
	font-size:15px;
	font-weight:normal;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}
.carousel--grand .carousel__footer__btn{
	background: #AD5B50;
	border-radius: 15px;
	box-shadow: 0 2px 0 0 rgba(0,0,0,0.3);
	bottom: 10px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 15px;
	right: 0;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .15s ease-in-out;
}
.carousel--grand .carousel__footer__btn:hover{
	box-shadow: 0 6px 20px 0 rgba(0,0,0,0.3);
}
.carousel--grand .carousel__footer__btn:active{
	transform: scale(.9);
}
