/* slider home */


button.owl-dot.active {
    background: black !important;
}

button.owl-dot:focus {
    outline: none;
    background: transparent;
}


.owl-stage{
    display: flex;
    height: 100%;
}

.mx-slider{
    height: 100%;
}

.owl-dots{
    display: flex;
    justify-content: center;
    padding: 15px 0 15px 0;
}

#retour-images .owl-dots{
    background: white !important;
}

button.owl-dot {
    height: 8px;
    width: 8px;
    background: white !important;
    border-radius: 50%;
    margin: 0 5px;
}


.slider-container{
    position: relative;
    background: white;
    z-index: 0;
    display: flex;
    width: 100%;
    height: 70vh;
}

.mx-slider{
    display: flex;
}



.owl-stage-outer::after{
    content: '';
    position: absolute;
    width: 100%;
    bottom: -53px;
    height: 55%;
    z-index: -1;
    left: 0;
}

.slider-container--left-panel{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: baseline;
    background: white;
    position: relative;
    flex: 1;
}

.slider-container--right-panel{
    margin-right: 40px;
    flex: 1;
    min-height: 474px;
}

.slider-container--right-slider-panel{
    margin-left: 40px;
    margin-right: 0;
}

.slider-inner--left{
    margin: 60px 110px;
}

.btn-primary{
    justify-content: center;
    border-radius: 25px;
    padding: 15px 25px;
    display: inline-block;
}

/* full width slider */
.slider-container--full{
    text-align: center;
    width: 70%;
    margin: auto;
    padding: 100px 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-inner--full > h1{
    color: white !important;
}
#retour-images .slider-background--full{
    height: 566px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

#retour-images .slider-container--full{
    padding: 0 0px 30px 0px;
    width: auto;
    margin: 0;
}

#retour-images .slider-container--full p{
    font-size: 24px;
}

.slider-background--full{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: block;
    margin: 0 35px;
}

.owl-stage-outer{
    height: 100%;
}


@media screen and (max-width: 1200px){
    .slider-container{
        padding: 10px;
        margin-bottom: 0px !important;
    }
    .mx-slider{
        flex-direction: column-reverse;
        width: 100%;
    }
    .slider-inner--left{
        padding: 20px;
        margin: 0;
        text-align: center;
    }
    .mx-slider--right{
        flex-direction: column !important;
    }
    .slider-background--full:not(#retour-images){
        margin: 0 0;
    }

    .owl-stage-outer:not(#retour-images)::after{
        content: '';
        position: absolute;
        width: 100%;
        bottom: 0px;
        height: 55%;
        z-index: -1;
        left: 0;
    }

    .slider-container--right-panel{
        margin: 0px;
    }
    .slider-container--left-panel{
        display: inline-flex;
    }
}
