﻿/**carousel**/

#carousel-SDV{
    width: 820px;
    margin: 10px 0 0 20px;
    clear: both;

}

.sdv-car-img{
    display: inline-block;
    height: 345px;
    width: 65%;
}

.sdv-car-img img.bg-carousel{
    min-height: 345px;
	min-width: 530px;
	width: 100%;
}

.carousel-indicators{
    left: 0;
    bottom: 10px;
    margin: 0;
    width: 65%;
}

.carousel ol.carousel-indicators li{
    width: 15px;
    height: 15px;
    border: 0;
    background-color: #fff;
    opacity:1;
}

ol.carousel-indicators li.active,
ol.carousel-indicators li:hover{
    opacity:0.6;
    background-color: #000;
}

.sdv-car-right{
    width: 35%;
    height: 345px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
    min-width: 220px;
}

.titre-ev{
    margin-top: 30px;
    height: 36px;
    width: 286px;
    text-align: right; 
    color : white; 
    text-transform : uppercase;
    vertical-align : middle;
    font-weight : bold;
    background-color: #00bdf0;
    padding: 10px 17px 10px 60px;
    font-size: 14px;
    position: absolute;
    top: 0;
    z-index: 50;
}

.carousel a.left,
.carousel a.right
{
    position: absolute;
    top: 30px;
    height: 36px;
    padding: 0 13px;
    background-color: #fff;
    z-index: 60;
    color: #999;
    font-size: 1.4em;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.carousel a.right{
    right: 0;
}

.carousel a.left{
    left: 0;
}

.carousel a.left:hover{
    padding-left: 10px;   
}

.carousel a.right:hover{
    padding-right: 10px;   
}

a.left span,
a.right span{
    vertical-align: middle;
    line-height: 36px;
}



.sdv-car-rightContainer{
    padding: 30px;
    padding-bottom: 0;
    max-height: 320px;
    overflow:hidden;
}

.titre-ev div{
    line-height: 16px;
}


.carousel .sdv-share-bar{
    background-color: #00bdf0;   
}

.carousel h2 a{
    color: #414141;
    text-transform: uppercase;
    font-weight: bold;
    font-size:17px;
}

@media screen and (max-width: 1200px) {

    #carousel-SDV {
        width: 100%;
        margin: 20px 0 10px 0;
    }
}
@media screen and (max-width: 550px)
{

.sdv-car-img, .sdv-car-right{
width: 100%;
position:static;
overflow:hidden;
height:250px;
display:block;
}

.carousel-indicators{
	width: 100%;
	top:215px;
	bottom:auto;
}

.sdv-car-img img.bg-carousel{
	min-width: inherit;
}

.titre-ev{
	display:none;
}

.sdv-car-rightContainer{
	padding-top:0;
}

}