/***************************************************************
* DESIGN CAROUSEL
***************************************************************/
#bloc_carousel{
    height: 364px;
}

.logo-container .col-xs-2{
    z-index: 800;    
	position: absolute;
}

.overlay_content-container{
	position:relative;
	height:100%;
}

.link-carousel{
	background:#e0006e;
	position:absolute;
	right:30px;
	font-family: 'Playfair Display';
	top:25px;
	font-size:10px;
	color:#fff;
	text-transform:uppercase;
	padding:10px 20px;
	transition: all 0.3s ease;
}

/* CSS du plugin */
#c-carousel {
	height: 100%;
	padding: 0;
	margin: 0;
	height: 364px;
}

#wrapper {
	background-color: #fff;
    width: 100%;
    height: 364px;
    overflow: hidden;
    position: relative;
}

#c-carousel #prev.hideArrow, #c-carousel #next.hideArrow {
    display: none!important;
}

#c-carousel #prev, #c-carousel #next {
    height: 364px;
    width: 100px;
    z-index: 100;
    top: 0;
    position: absolute;
    transition: all 0.3s ease;
    line-height: 364px;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
}

#prev:hover, #next:hover {
	background-color: #fff;
	background-color: rgba(0, 0, 0, 0.6);
}

#prev {
	left: 0px;
}
			
#next {
	right: 0px;
}
			
/* Reprise CSS Influactive */
.item-carousel-home{
    width: 800px;
    height: 364px;
    display: block;
    float: left;
    position: relative;
}

.bg-item-carousel-home{
    width: 794px;
    height: 364px;
    display: block;
    margin: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.item-carousel-home .overlay_content{
    position: absolute;
    left: 3px;
    right: 3px;
    bottom: 0;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px 7px 10px 50px;
    font-family: 'Playfair Display';
}

.header-slide{
	line-height:20px;
}

.header-slide .event{
    font-size: 20px;
    color: #e6008b;
    text-transform: uppercase;
	font-weight:bold;
	line-height:20px;
}

.header-slide .date-slide{
    color: white;
    font-size: 12px;
    display: inline-block;
    margin-left: 5px;
	line-height:20px;
}

.title-slide{
	position:absolute;
	top:70px;
	width:784px;
	text-align:center;
	font-size:60px;
	font-family:'Playfair Display';
	color:#fff;
	padding: 0px 150px;
	line-height:42px;
}

.title-slide a{
    color: #f5f5f5;
    font-size: 32px;
    text-transform: uppercase;
}

.description-slide{
    /*padding-right: 450px;*/
    padding-right: 350px;
}

.description-slide p{
    color: white;
    font-size: 17px;
    margin: 0;
    margin-top: 10px;
    font-family: 'HelveticaLTStd-Bold';
    letter-spacing: 0.05em;
}

.link-carousel:hover{
    color: white;
    background: #f02a8c;
    text-decoration: none;
}

.overlay-item-carousel{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 2;
    transition: all 3s ease;
}

.active .overlay-item-carousel{
    display: none;
}

.inactive .overlay_content{
    display:none;
}


@media screen and (max-width: 992px){
    #wrapper, #bloc_carousel, #c-carousel{
        height: 300px;
    }

    .item-carousel-home{
        width: 364px;
        height: 300px;
    }

    .bg-item-carousel-home{
        width: 474px;
        height: 300px;
    }
    
    
    #prev, #next {
        height: 300px;
        width: 70px;
        line-height: 300px;
    }
    
    .item-carousel-home .overlay_content{
        height: 90px;
    }
    
    .title-slide a{
        font-size: 11px;
    }
    
    .header-slide .event{
        font-size: 12px;
    }
}

@media screen and (max-width: 768px){
    #wrapper, #bloc_carousel, #c-carousel{
        height: 200px;
    }
    
    
    .item-carousel-home{
        width: 300px;
        height: 200px;
    }

    .bg-item-carousel-home{
        width: 292px;
        height: 200px;
    }
    
    #prev, #next {
        height: 200px;
        width: 60px;
        line-height: 200px;
    }
    
    .item-carousel-home .overlay_content{
        height: 70px;
        left: 4px;
        right: 4px;
    }
    
    .header-slide{
        text-align: center;
    }
    
    .link-carousel{
        left: 20px;
        right: 20px;
        bottom: 0px;
        text-align: center;
        line-height: 8px;
    }
    
    .description-slide p{
        display: none;
    }
}