/*
    these are just the default styles used in the Cycle2 demo pages.  
    you can use these styles or any others that you wish.
*/


/* set border-box so that percents can be used for width, padding, etc (personal preference) */
.cycle-slideshow, .cycle-slideshow * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }


.cycle-slideshow { width: 45%; min-width: 200px; max-width: 500px; margin: 10px auto; padding: 0; position: relative;

 }

/* slideshow images (for most of the demos, these are the actual "slides") */
.cycle-slideshow img { 
    /* 
    some of these styles will be set by the plugin (by default) but setting them here
    helps avoid flash-of-unstyled-content
    */
    position: absolute; top: 0; left: 0;
    width: 100%; padding: 0; display: block;
}

/* in case script does not load */
.cycle-slideshow img:first-child {
    position: static; z-index: 100;
}

/* pager */
.elegia-cycle-pager { 
    text-align: right; width: 100%; z-index: 500; position: absolute; bottom: 10px; right:15px; overflow: hidden;
}
.elegia-cycle-pager span { 
     width: 16px; height: 16px; text-indent:-9999px; font-size:0px;
    display: inline-block;  cursor: pointer; background:url(../images/nav.png) no-repeat;
}
.elegia-cycle-pager span.cycle-pager-active { text-indent:-9999px; font-size:0px; background:url(../images/nav-active.png) no-repeat;}
.elegia-cycle-pager > * { cursor: pointer;}


/* caption */
.cycle-caption { position: absolute; color: white; bottom: 15px; right: 15px; z-index: 700; }


/* overlay */
.cycle-overlay { 
    font-family: tahoma, arial;
    position: absolute; bottom: 0; width: 100%; z-index: 600;
    background: black; color: white; padding: 15px; opacity: .5;
}


/* prev / next links */
.elegia-cycle-prev, .elegia-cycle-next { position: absolute; top: 90px; width: 15px; height:29px; opacity: .8; filter: alpha(opacity=80); z-index: 800; cursor: pointer; }
.elegia-cycle-prev { left: 0;  background: url(../images/prev-diapo.png) no-repeat;}
.elegia-cycle-next { right: 0; background: url(../images/next-diapo.png) no-repeat;}
.elegia-cycle-prev:hover, .elegia-cycle-next:hover { opacity: .9; filter: alpha(opacity=90) }

.disabled { opacity: .5; filter:alpha(opacity=50); }


/* display paused text on top of paused slideshow */
.cycle-paused:after {
    content: 'Paused'; color: white; background: black; padding: 10px;
    z-index: 500; position: absolute; top: 10px; right: 10px;
    border-radius: 10px;
    opacity: .5; filter: alpha(opacity=50);
}

/* 
    media queries 
    some style overrides to make things more pleasant on mobild devices
*/



.slideshow { margin: auto }
div.responsive img { width: auto; height: auto }
div.vertical { width: 100px }
.elegia-col-diapo{ position:relative !important; width:688px; height:206px;}
.elegia-col-diapo img{ width:650px;  }
.elegia-slideshow-desc{
	width:304px;
	height:102px;
	position:absolute;
	right:56px;
	bottom:13px;
	background:#fff;
	color:#2a2a2a;
	font-size:14px/1.2em;
	z-index:99;
	display:block;
	padding:7px 0 7px 16px;
}
.elegia-slideshow-desc h2{ 
	font-size:18px ;
	padding:10px 0;  
}
.elegia-slideshow-desc span.elegia-slideshow-title{ font-size:24px; line-height:1.1em; color:#d4043b;}

.elegia-layer2{ width:302px; height:118px; position:absolute; left:105px; bottom:1px; background:#fff; color:#2a2a2a; font-size:13px/1.5em; font-weight:bold; z-index:99; display:block; padding:10px 12px 10px 18px;}
.elegia-layer2 span.elegia-nouv{ font-size:12px; line-height:1.4em; color:#d4043b; text-transform:uppercase;}
.elegia-layer2 span.elegia-diap{ text-transform:uppercase; padding-bottom:5px;}
.elegia-layer2 span.elegia-super-title{ font-size:17px;}
.elegia-layer2 p{ margin:0 0 7px 0; padding:0;}
