.sx_slider_citation .owl-stage-outer{
    border-radius: 25px;
    background:var(--rose);


}
#owl_full_container
{
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

#owl_full_container{
    position:relative;
    margin-top:10px;
    padding-top:30px;
    padding-bottom:91px;
}
.owl_line{
    position: absolute;
    margin-right: auto;
    left: 0;
    right: 0;
    top:-10px;
    bottom:-10px;
    width:2px;
    background: #E3E3E3;
}
.owl_point{
    position: absolute;

    top:-11px;
    font-size:4px;
    color: #1D242E;
}

.owl-carousel{
    margin-top:20px;
}
.owl_container{
    position:relative;
    width:100%;
    display: block;
    padding-bottom: 100%;
    border-radius: 5px;
    margin-top:20px;
    background:#fff;

}
.owl_green .owl_first_container{ background:#009C88; }
.owl_green .owl_first_container .owl_number, .owl_green .owl_logo { color:#009C88; }

.owl_pink .owl_first_container{ background:#E71B7C; }
.owl_pink .owl_first_container .owl_number, .owl_pink .owl_logo { color:#E71B7C; }

.owl_yellow .owl_first_container{ background:#FFC405; }
.owl_yellow .owl_first_container .owl_number, .owl_yellow .owl_logo { color:#FFC405; }

.owl_blue .owl_first_container{ background:#194092; }
.owl_blue .owl_first_container .owl_number, .owl_blue .owl_logo { color:#194092; }

.owl_pink_2 .owl_first_container{ background:#DB106A; }
.owl_pink_2 .owl_first_container .owl_number, .owl_pink_2 .owl_logo { color:#DB106A; }

.owl_grey .owl_first_container{ background:#E3E3E3; }
.owl_grey .owl_first_container .owl_number { color:#009C88; }
.owl_grey .owl_logo { color:#161615; }



.owl_inner_square{
    position:absolute;
    top:20px;
    bottom:20px;
    left:20px;
    right:20px;
    display: flex;
    justify-content: left;
    align-items: center;
    color: var(--noir);
    font-family: Ambit-Bold,Helvetica,Arial,sans-serif;

}
.owl_first_square
{
    color:#fff;
}
.owl_grey .owl_first_square{
    color:#009C88
}
.owl_first_square{
    justify-content: center;
    align-items: center;
    text-align: center;
}
.owl_logo{
    font-family: 'syx_fonts';
    font-weight: normal;
    font-style: normal;
    font-display: block;
    position: absolute;
    top:30px;
    left:20px;
}

.owl_number{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    top:-20px;
    height:40px;
    width:40px;
    border-radius: 50px;
    background:#fff;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    display: block;
    z-index: 3;
    line-height: 45px;
    font-size: 14px;
    font-family: Ambit-Bold,Helvetica,Arial,sans-serif;
}


.sx_slider_methodologie .owl-prev {
    position: absolute;
    top: 40%;
    left:-60px;
    display: block !important;
}

.sx_slider_methodologie .owl-next {
    position: absolute;
    top: 40%;
    right: -60px;
    display: block !important;
}

.btn_chevron_bg .icon_chevron{
    color:var(--blanc);
}

.owl-prev i, .owl-next i {transform : scale(1,6); color: #ccc;}

.owl_inner_square{
    font-size:14px;
    line-height: 17px;
}
.owl_first_square{
    font-size:20px;
    line-height: 20px;

    text-transform: unset;
}


.sx_citation_image img{
    display: inline-block;
    height:200px;
    width:200px;
    object-fit: cover;
}
.sx_slider_cas_client{
    background:var(--rose);
}

.owl_inner_fullscreen{
    min-height: 200px;
}

.sx_citation_nomPrenom_fonction p {
    color:#fff;
}
@media screen and (max-width: 980px) {
    .owl_inner_square{
        font-size: 13px;
        line-height: 14px;
    }
    .owl_first_square{
        font-size:15px;
    }

}
@media screen and (max-width: 599px) {

    .owl-carousel{
        overflow-y:hidden;
    }
    .owl_inner_square{
        top:10px;
        left:10px;
        bottom:10px;
        right:10px;
        font-size: 12px;
        line-height: 13px;
        overflow: hidden;

    }
    .owl_logo{
        top:15px;
        left:10px;
    }
    .owl_first_square{
        font-size:14px;
    }
    .owl_line,.owl_point{
        margin-left: auto;
        margin-right: auto;
        left: 0 !important;
        right: 0 !important;
        text-align: center;
    }
    .owl-nav{
        text-align: center;
        background:var(--rose);
    }
    .owl-nav .owl-prev{
        margin-right:5px;
    }
    .owl-nav .owl-next{
        margin-left:5px;
    }
    .sx_slider_citation .owl-nav a::before,
    .sx_slider_citation .owl-nav i{
        color:#fff;
        transform: translate(-50%, -50%);
    }
    .sx_slider_citation .owl-nav a:hover i{
        transform: translate(-50%, -50%);
        display: none;
    }

    .showMobile{
        display:block;
        margin: 0 auto;
    }
    .hideMobile{
        display:none;
    }

    .sx_slider_citation .owl-stage-outer{
        border-radius: 0;
    }



}

@media screen and (min-width: 600px) {

.sx_slider_citation .owl-prev{
    position: absolute;
    top: 40%;
    left:20px;
    display: block !important;
}

.sx_slider_citation .owl-next{
    position: absolute;
    top: 40%;
    right: 20px;
    display: block !important;
}
    .showMobile{
        display:none;
    }
}

.owl-nav .disabled{
    display:none !important;
    opacity: 0 !important;
    cursor:default !important;
}
