@charset "UTF-8";
/* Home FT29 */

.front .bloc {
    margin: 0 0 30px;
    overflow: hidden;
}
.front .block > h2 {
    padding: 0 0 7px;
}
/*-- TAB --*/
.homeTABS .ui-tabs .ui-tabs-nav {
    padding: 0;
}
.homeTABS .ui-tabs {
    background: none repeat scroll 0 0 #333;
    border: medium none;
    border-radius: 0;
    padding: 0;
    width: 100%;
}
.homeTABS .ui-tabs-panel {
    border-radius: 0;
    overflow: hidden;
    padding: 20px;
}
.homeTABS .ui-tabs-panel .vignette {
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    float: left;
    height: 200px;
    margin-right: 20px;
    width: 200px;
}
.homeTABS .ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all {
    background: none repeat scroll 0 0 #000;
    border: medium none;
    border-radius: 0;
}
.homeTABS .ui-tabs .ui-tabs-nav li {
    background-color: #262626;
    background-image: none;
    border: medium none;
    border-radius: 0;
    color: #999;
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    white-space: nowrap;
}
.homeTABS .ui-state-active a, .homeTABS .ui-state-active a:link, .homeTABS .ui-state-active a:visited {
    background-color: #333;
    color: #ed4eab;
    font-weight: 600;
}
.homeTABS h3 {
	display:inline;
    font-family: "Titillium Web",sans-serif;
    font-size: 22px;
    font-weight: 300;
    margin: 0;
    text-transform: none;
}
.homeTABS h3 a {
	color:#fff;
}
.homeTABS .ui-widget-content a:hover {
	text-decoration:none;
}
.homeTABS .ui-widget-content {
    color: #fff;
}
.homeTABS .ui-widget-content .bouton {
    background-color: #ed4eab;
    border: medium none;
    bottom: 20px;
    color: #fff;
	}
	
#content-left .homeTABS .ui-widget-content .bouton {
    position: absolute;
}
.homeTABS .ui-widget-content .bouton:hover {
    background-color: #fff;
    color: #ed4eab;
}
.homeTABS .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #fff;
}
.front .ui-state-hover a, .front .ui-state-hover a:hover, .front .ui-state-hover a:link, .front .ui-state-hover a:visited, .front .ui-state-focus a, .front .ui-state-focus a:hover, .front .ui-state-focus a:link, .front .ui-state-focus a:visited {
    color: #ccc;
}
/*-- BLOC VIGNETTE --*/
.home-playlist iframe {
    background-image: url("../images/deezer-2x.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    float: left;
    margin: 0 0 0 -20px;
    transform: scale(0.939);
}
.front .webzine .blockWebzine {
    float: left;
    height: 206px;
    position: relative;
    width: 206px;
}
.front .blockWebzine a {
	background-color: #333;
	display:block;
	height: 204px;
    line-height: 204px;
}
.front .blockWebzine a .minititre {
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    line-height: 1.2;
    margin: 0;
    padding: 10px 20px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition-duration: 1s;
    transition-property: height;
    vertical-align: middle;
    width: 167px;
    z-index: 2;
}
.front .blockWebzine a:hover .minititre {
    background-image: url("../images/voir.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
    height: 187px;
    margin: -2px 0 0;
}
.front .blockWebzine img {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 0;
}

/*-- Carroussel --*/
			
.front .list_carousel {
    background-color: #333;
    height: 249px;
    padding: 15px 58px;
    position: relative;
}
.front .caroufredsel_wrapper {
    position: relative;
}
.front .list_carousel ul {
    display: none;
    height: 257px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.front .list_carousel li {
    background: url("../images/loading.gif") no-repeat scroll center center / 20% auto transparent;
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.5);
    color: #999;
    display: block;
    float: left;
    height: 230px;
    margin: 9px;
    overflow: hidden;
    padding: 0;
    width: 150px;
}
.front .caroufredsel_wrapper ul a {
    display: block;
    height: 230px;
    overflow: hidden;
    position: relative;
    width: 150px;
}
.front .list_carousel ul span {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    color: #fff;
    display: block;
    font-size: 12px;
    padding: 5px 15px;
    position: absolute;
    text-align: center;
    width: 120px;
    z-index: 1;
    line-height: 13px;
}
.front .list_carousel ul span strong {
    display: block;
    font-size: 9px;
    line-height: 10px;
    width: 100%;
    margin: 5px 0 0 0;
}
.front .list_carousel li img {
    height: auto;
    min-width: 150px;
    position: relative;
    width: 100%;
}
.front .list_carousel.responsive {
	width: auto;
	margin-left: 0;
}
.front .list_carousel .clearfix {
	float: none;
	clear: both;
}
.front .list_carousel .prev {
    background: url("../images/nav_left.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    height: 60px;
    left: 17px;
	color:#333;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    width: 47px;
	cursor: pointer;
}
.front .list_carousel .next {
    background: url("../images/nav_right.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    height: 60px;
	color:#333;
    right: 17px;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    width: 47px;
    z-index: 10;
	cursor: pointer;
}


.ui-tabs .ui-tabs-nav .ui-tabs-anchor
	{
	padding: 0.5em 0.9em;
	}