/* 
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
/* 
 *  Owl Carousel - Auto Height Plugin
 */

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.partie-homme-page {
    padding: 0px 27px 0px 32px;
}

.offre-Trek-listing {
    padding: 0px;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.events .owl-carousel .owl-stage:after {
    display: none;
}
.events .article-item:first-child div:nth-child(1) {
    background: #000;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-stage-outer {
    width: 100%;
    margin: 0 auto;
    /* padding: 0px 60px; */
}
.nos-marques .owl-carousel .owl-stage-outer {
    width: 90%;
    margin: 0 auto;
    max-width: 1500px;
}
.nos-marques .owl-controls {
    width: 100%;
    float: left;
    position: absolute;
    z-index: 99;
    top: 40%;
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next {
    text-indent: -99999px;
    width: 47px;
    height: 47px;
    margin-left$: -26px;
    left: 6px;
    position: absolute;
    z-index: 999;
    color: #000;
    display: block;
    background-image: url(../img/icon-suivant.png);
    background-repeat: no-repeat;
    background-position: center;
    bottom: calc(3% - 22.5px);
}
.slider-home-text.owl-carousel .owl-controls .owl-nav .owl-prev,
.slider-home-text.owl-carousel .owl-controls .owl-nav .owl-next
{
        bottom: 40px;
        z-index:99;
}

.slider.slider-savoir .owl-carousel .owl-controls .owl-nav .owl-prev, .slider.slider-savoir .owl-carousel .owl-controls .owl-nav .owl-next {
    /* bottom: calc(20% - 22.5px); */
}
.respnsive-photo.owl-carousel .owl-controls .owl-nav .owl-prev {
    background-color: #fcbc2d;
    left: -18px;
    position: absolute;
    border-radius: 21px;
    z-index: 9999;
}
.owl-carousel .owl-controls .owl-nav .owl-next {
    left: 58px;
    /* left: initial; */
    transform: rotate(180deg);
}

.owl-next:hover, .owl-prev:hover {
    filter: grayscale(1);
}
.respnsive-photo.owl-carousel .owl-controls .owl-nav .owl-next {
    background-color: #fcbc2d;
    right: -17px;
    position: absolute;
    border-radius: 21px;
    z-index: 9999;
}

.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
    display: none;
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transform-style: preserve-3d;
}
.contact-slider.owl-carousel .owl-item img {
    height: auto;
}
.events .owl-carousel .owl-item img {
    height: auto!important;
}
.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}
.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
/* No Js */

.no-js .owl-carousel {
    display: block;
}
.csud-actu-carrousel {
    width: 100%;
    float: left;
}
/* 
 *  Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}
.slider .owl-dots {
    bottom: 1px;
}


.slider.owl-carousel .owl-item img {
    min-height: 300px;
}
/* 
 *  Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
    position: absolute;
    height: 100%;
    background: #000;
    width: 100%;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
    background-image: url('../img/thumb-active.png');
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.22);
    background-position: center;
}
.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}
/*----------------SLIDER----------------*/

#slider {
    margin: auto;
    width: 100%;
    background: #0f1922;
    max-height: 600px;
}
.overall_slide {
    margin: 0 15%;
    position: absolute;
    top: 34%;
    text-align: center;
    display: block;
    padding: 25px 25px 70px;
    background: rgba(0, 0, 0, 0.52);
    width: 70%;
}

.maison-slider .overall_slide {
    background: rgba(0, 13, 51, 0.84);
}
.events .overall_slide {
    position: initial;
    top: 0;
    padding: 10px 0px;
    display: block;
    color: #666;
}
.events .overall_slide span {
    color: #666;
    font-size: 12px;
    text-transform: initial;
    letter-spacing: initial;
}
.overall_slide span.events-date {
    font-weight: bold;
    margin-bottom: 10px;
}
.overall_slide span,
.overall_slide a {
    color: #fff;
    display: block;
    font-weight: normal;
    text-shadow: 6px 0px 10px rgba(0, 0, 0, 0.45);
    font-size: 20px;
    text-align: center;
    text-transform: none;
    margin-top: 25px;
}
.csud-slider .overall_slide {
    background: url('../img/csud-grad.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.overall_slide .large-text {
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
}
.slide-text.large-text.learnmore {
    margin-top: 50px;
    text-decoration: none;
}
span.sign-title {
    font-family: "Distant Stroke Medium";
    font-size: 60px;
    color: #D8D2AF;
    text-transform: initial;
}
.overall_slide h2,
.overall_slide p {
    margin: 0;
}
.overall_slide h2 {
    float: left;
    width: 100%;
    padding: 10px 20px;
    color: #0071b4;
    font-size: 2.5em;
    text-transform: uppercase;
    line-height: 1.4em;
}
.overall_slide h2 strong {
    float: left;
    width: 100%;
    color: #FFFFFF;
    font-size: 2em;
    text-transform: none;
}
.overall_slide a {
    float: left;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 20px;
}
.overall_slide a.savoir-plus {
    color: #666;
    padding: 0px 0px 5px;
    margin-top: 30px;
    text-align: left;
    width: auto;
    display: block;
    font-size: 12px;
}
.overall_slide p {
    float: left;
    color: #FFFFFF;
    padding: 15px 20px;
    font-weight: 700;
    padding-right: 37px;
    font-family: 'Din-Bold';
    font-size: 61px;
    width: 100%;
}
.overall_slide p strong {
    font-weight: 900;
    float: left;
    color: #9bbd39;
    font-size: 25px;
}
.owl-item {
    z-index: 1;
    overflow: hidden;
}
.owl-dots {
    position: absolute;
    z-index: 9999999999999999;
    margin: 0 auto;
    list-style: none;
    padding: 0;
    width: 100%;
    bottom: 10%;
    text-align: left;
}
.actualites-holder .owl-dots {
    text-align: right;
    top: initial;
    bottom: 0px;
}
.actualites-holder .owl-dot span {
    border-color: #134d74;
}
.actualites-holder .owl-dot.active span {
    background: #134d74;
}
.contact-slider .owl-dots {
    top: 95%;
    left: 76%;
}
.owl-dot {
    height: 15px;
    display: block;
    cursor: pointer;
    width: 15px;
    display: inline-block;
    margin-left: 15px;
}
.contact-slider .owl-dot {
    margin-left: 20px;
}
.owl-dot span {
    display: block;
    height: 100%;
    border-radius: 30px;
    border: 1px solid #FFF;
    /* background: rgba(255, 255, 255, 0.55); */
}
.owl-dot.active span {
    background: #FFF;
    border: 1px solid #FFF;
}
.carousel .owl-prev {
    position: absolute;
    overflow: hidden;
    text-indent: -500px;
    left: 0;
    top: 50%;
    margin-top: -35px;
    width: 35px;
    height: 60px;
    background: url(../img/precedant.png) !important;
    transition: all 300ms;
}
.carousel .owl-prev:hover {} .carousel .owl-prev::before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -14px 0 0 -10px;
    content: "";
    width: 15px;
    height: 27px;
}
.carousel .owl-next {
    position: absolute;
    overflow: hidden;
    text-indent: -500px;
    right: 0;
    top: 50%;
    margin-top: -35px;
    width: 35px;
    height: 60px;
    background: url(../img/suivant.png);
    transition: all 300ms;
}
.carousel .owl-next:hover {} .carousel .owl-next::before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -14px 0 0 -6px;
    content: "";
    width: 15px;
    height: 27px;
}
.events .owl-nav {
    top: 50%;
    position: absolute;
    width: 37%;
    left: 48%;
}
.events .owl-controls {
    overflow: hidden;
    width: 100%;
    float: left;
    z-index: 99;
}
.owl-thumbs {
    position: relative;
    bottom: 100px;
    left: 0;
    display: table;
    width: 100%;
    text-align: center;
    padding: 0px;
}
.owl-thumb-item {
    display: table-cell;
    border: none;
    background: none;
    padding: 0;
    width: 310px;
    margin: 10px;
    box-shadow: 0px 0px 10px #000;
    overflow: hidden;
    position: relative;
}
button.owl-thumb-item.active:after {
    background-color: rgba(216, 210, 175, 0.43);
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../img/thumb-active.png');
}
button.owl-thumb-item.active {
    border-top: 3px solid #D8D2AF;
}
.owl-thumb-item img {
    width: 100%;
    float: left;
}
.item-video {
    height: 790px;
}
.owl-carousel .owl-item .item-video img {
    display: none;
}
@media only screen and (max-width: 1200px) {
    .overall_slide .large-text {
        font-size: 29px;
    }
    .overall_slide {
        width: 80%;
        margin: 0 10%;
    }
}
@media only screen and (max-width: 1023px) {
    .overall_slide .large-text {
        font-size: 22px;
    }
    .overall_slide span {
        margin-top: 5px;
    }
    .overall_slide {
        width: 90%;
        margin: 0 5%;
    }
    .nos-marques .owl-carousel .owl-stage-outer {
        width: 80%;
    }
}
@media only screen and (max-width: 600px) {
    .owl-dots {
        top: initial;
        bottom: 36px;
    }
    .overall_slide {
        position: initial;
        width: 100%;
        margin: 0px;
        padding-bottom: 170px;
        background: #000;
        padding: 15px 15px 155px;
    }
    .overall_slide .large-text {
        font-size: 12px;
    }
    .overall_slide span {
        font-size: 11px;
    }
    .owl-carousel .actu-item img {
        display: block;
        float: none;
        margin: 0 auto;
    }
    .owl-carousel .actu-item .actu-text {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    .actu-item {
        width: 95%;
        margin: 0px;
    }
    .partie-homme-page
    {
        padding:0px;
    }
}