/*==================== CAROUSEL ====================*/
.no-js .owl-carousel,
.owl-carousel.owl-loaded,
.owl-carousel .owl-stage-outer,
.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
    height: 100%;
}

.owl-carousel {
    position: relative;
}

.wingz .owl-item {
    left: 0px;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    overflow: hidden;
}

.owl-item {
    left: 0px;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.event {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.single-new-galerie .event {
    display: block;
    font-size: 0px;
    margin-top: 20px;
}

.filtre-slideshow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.caption {
    position: relative;
    font-family: sans-serif;
    font-weight: 900;
    font-size: 1em;
    top: 0;
    left: 0;
    padding: 6px 12px;
    text-align: center;
    width: 100%;
    z-index: 9999;
    color: #000;
}

/* Prévisu Slide */

.owl-next {
    height: 100%;
    top: 0px;
    position: absolute;
    right: 0px;
    width: 75px;
}

.owl-prev {
    height: 100%;
    top: 0px;
    left: 0px;
    width: 75px;
    position: absolute;
}

.visu-slide-next {
    left: -75px;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    -webkit-box-shadow: -100px 0px 100px rgba(0, 0, 0, 0.5);
    box-shadow: -100px 0px 100px rgba(0, 0, 0, 0.5);
}

.visu-slide-prev {
    left: 75px;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    -webkit-box-shadow: 100px 0px 100px rgba(0, 0, 0, 0.5);
    box-shadow: 100px 0px 100px rgba(0, 0, 0, 0.5);
}

.slide-index {
    z-index: 10;
}


/* Prévisu Slide */

.owl-next {
    height: 100%;
    top: 0px;
    position: absolute;
    right: 0px;
    width: 75px;
}

.owl-prev {
    height: 100%;
    top: 0px;
    left: 0px;
    width: 75px;
    position: absolute;
}

.visu-slide-next {
    left: -75px!important;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    -webkit-box-shadow: -100px 0px 100px rgba(0, 0, 0, 0.5);
    box-shadow: -100px 0px 100px rgba(0, 0, 0, 0.5);
}

.visu-slide-prev {
    left: 75px!important;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    -webkit-box-shadow: 100px 0px 100px rgba(0, 0, 0, 0.5);
    box-shadow: 100px 0px 100px rgba(0, 0, 0, 0.5);
}

.slide-index {
    z-index: 10;
}

.image-full-slider {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: top;
    -webkit-transition: all 7.5s;
    -o-transition: all 7.5s;
    transition: all 7.5s;
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.active .cut-anim .image-single-fixed {
    -webkit-transform: scale(1.00)!important;
    -ms-transform: scale(1.00)!important;
    transform: scale(1.00)!important;
    -webkit-transition: all 10s;
    -o-transition: all 10s;
    transition: all 10s;
}

.active .cut-anim .image-single-fixed-2 {
    -webkit-transform: scale(1.15)!important;
    -ms-transform: scale(1.15)!important;
    transform: scale(1.15)!important;
    -webkit-transition: all 10s;
    -o-transition: all 10s;
    transition: all 10s;
}

.active .image-full-slider {
    -webkit-transform: scale(1)!important;
    -ms-transform: scale(1)!important;
    transform: scale(1)!important;
}

.active .content-slideshow span {
    left: 0px!important;
    opacity: 1!important;
}

.active .content-slideshow h1 {
    left: 0px!important;
    opacity: 1!important;
}

.active .content-slideshow p {
    left: 0px!important;
    opacity: 1!important;
}

.active .content-slideshow .transition-button-slide {
    left: 0px!important;
    opacity: 1!important;
}


/*.transition-slider{transform: scale(1.0)!important;}*/


/* Annimation titre slider */


/* Points */

.owl-dots {
    position: absolute;
    text-align: center;
    width: 100%;
    left:0px;
    opacity: 1!important;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    bottom: 56px;
}

.single-new-galerie .owl-dots {
    bottom: 15px;
}

.dots-none {
    opacity: 0!important;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background-color: white;
    display: inline-block;
    margin: 3px 6px;
    border-radius: 100%;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.owl-dots .owl-dot:hover {
    background-color: #2a2a29;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.owl-dots .owl-dot.active:hover {
    background-color: #ffdc12;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.owl-dots .active {
    background-color: #ffdc12!important;
}


/*==================== CAROUSEL PARTENAIRES ====================*/

.bandeauPartenaires .owl-carousel.owl-drag .owl-item {
    padding: 0px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/*==================== CAROUSEL CALENDRIER ====================*/

.carousel-calendrier .event.false-event {
    padding: 0px!important;
}

.carousel-calendrier .owl-stage-outer {
    overflow: inherit!important;
}

.carousel-calendrier .event {
    display: inherit!important;
    text-align: center;
    margin: 40px 0px;
    opacity: 0.5;
    -webkit-box-shadow: 0px -10px 50px rgba(0, 17, 0, 0);
    box-shadow: 0px -10px 50px rgba(0, 17, 0, 0);
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.anim-logo-calendrier {
    -webkit-transform: scale(1.2)!important;
    -ms-transform: scale(1.2)!important;
    transform: scale(1.2)!important;
    -webkit-transition: all 0.75s;
    -o-transition: all 0.75s;
    transition: all 0.75s;
}

.noanim-logo-calendrier {
    -webkit-transform: scale(1.0)!important;
    -ms-transform: scale(1.0)!important;
    transform: scale(1.0)!important;
    -webkit-transition: all 0.75s;
    -o-transition: all 0.75s;
    transition: all 0.75s;
}

.carousel-calendrier .owl-item {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.carousel-calendrier .event img {
    width: 90px;
    margin: auto;
    margin-bottom: 20px;
    -webkit-transition: all 0.75s;
    -o-transition: all 0.75s;
    transition: all 0.75s;
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
}

.carousel-calendrier .fin-classement {
    height: 304px;
    position: relative;
}

.carousel-calendrier .fin-classement .bg-calendrier {
    background-size: cover;
    background-position: center;
    height: 50%;
    width: 100%;
    position: relative;
}

#container-calendrier {
    width: 90%;
    margin: auto;
}

#container-calendrier .owl-carousel .owl-stage-outer {
    overflow: hidden!important;
}

.select-calendrier {
    -webkit-transform: scale(1)!important;
    -ms-transform: scale(1)!important;
    transform: scale(1)!important;
    -webkit-transition: all 0.5s!important;
    -o-transition: all 0.5s!important;
    transition: all 0.5s!important;
}

.select-calendrier .event {
    opacity: 1!important;
    -webkit-box-shadow: 0px -10px 30px rgba(0, 17, 0, 0.25)!important;
    box-shadow: 0px -10px 30px rgba(0, 17, 0, 0.25)!important;
}

.home-calendrier .carousel-calendrier .owl-prev {
    width: 5%;
    height: 224px;
    position: absolute;
    top: 80px;
    left: -5%;
}

.home-calendrier .carousel-calendrier .owl-next {
    width: 5%;
    height: 224px;
    position: absolute;
    top: 80px;
    right: -5%;
}


/*========== 700 ==========*/

@media all and (min-width: 0px) and (max-width: 700px) {
    .home-calendrier .carousel-calendrier .owl-item.active .event {
        opacity: 1!important;
    }
}