 
.carousel-3d-slide{
    border:none !important;

}

figure {
    margin: 0;
    display: table;
    margin: auto !important;
}
.carousel-3d-slide img {
    width: 100%;
    vertical-align: middle;
    display: table-cell;
}
.carousel-3d-container  a{
    font-size: 0px !important;
    text-decoration: none !important;
}
.carousel-3d-controls .prev{
    background: url(../Images/CarrouselPrecedent.png) 50% 50% no-repeat;


}

.carousel-3d-controls .next{

    background: url(../Images/CarrouselSuivant.png) 50% 50% no-repeat;

    
}

.carousel-3d-slide.current {
    box-shadow: 0px 0px 10px rgba(187, 186, 187, 0.9);

}

#AnnimationCarrousel3d{
 clear: both;
}
#AnnimationCarrousel3d2{
 clear: both;
}
#AnnimationCarrousel3d3{
 clear: both;
}
.TitreInfo{
    color: #393939;
    font-family: 'Salsa', cursive;
    font-size: 3em;
    width: 100%;
    text-align: center;
    display: block;
}
.ContentInfo{
  font-family: 'Lato', sans-serif;
    font-size: 1.4em;
    line-height: 1.7em;
    text-align: center;
    margin-top: 2vh;
    color: #6a6a6a;
    font-weight: 400; 
    padding: 0px 4vw;

}
.ContentBottom {
    margin: 8vh auto;
    display: inline-block;
    /* float: left; */
    clear: both;
    width: 100%;
}
@media screen and (max-width:992px) {
.ContentInfo{
    margin-bottom: 3vh;
    padding: 0px 15px !important;
    }}


      #carousel {
        width:960px;
        border:1px solid #222;
        height:300px;
        position:relative;
        clear:both;
        overflow:hidden;
        background:#FFF;
      }
      #carousel img {
        visibility:hidden; /* hide images until carousel can handle them */
        cursor:pointer; /* otherwise it's not as obvious items can be clicked */
      }

      .split-left {
        width:450px;
        float:left;
      }
      .split-right {
        width:400px;
        float:left;
        margin-left:10px;
      }
      #callback-output {
        height:250px;
        overflow:scroll;
      }
      textarea#newoptions {
        width:430px;
      }


