.abz_bloc_home_slider {
    margin-left: 0px;
    width: calc(100% - 0px);
    height: calc(100vh - 160px);
    min-height: 500px;
    background-position: 50% 50%;
    position: relative;
}
.bloc_home_desk .home-cover {
    position: relative;
    height: 100%;
    min-height: 500px;
}
.bloc_home_desk img {
    width: 100%;
    height: calc(100vh - 160px);
    
    object-fit: cover;
    /*position: absolute;
    object-fit: cover;
        height: 100%;
    */
}
.bloc_home_desk {}
.home-cover img {
    width: 100%;
}
.bloc_home_desk {
    position: absolute;
    width: 100%;
    height: 100%;
}
.slick-list {
    width: 100%;
    height: 100%;
}
.abz_bloc_home_slider .slick-dots {
    bottom: 10px;
}
.abz_bloc_home_slider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 35px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 47px;
    height: 34px;
    content: '•';
    text-align: center;
    opacity: 0.90;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.home-cover {
    position: relative;
}
a.cta_extra_url {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgb(255 255 255 / 41%);
    padding: 7px 20px 3px;
    z-index: 10;
}
.bloc_slider_info {
    
    position: absolute;
    background: rgba(255, 255, 255, 0.90);
    background: rgba(57, 53, 53, 0.4);
    padding: 20px;
   
    left: 0;
    top: 0;
    z-index: 2;
    height: 100%;
   
    width: 100%;
    opacity: 0;
    height: calc(100vh - 160px);
}
.bloc_slider_info_content {
    position: absolute;
    /* text-align: center; */
    width: 100%;
    max-width: 500px;
    top: 50%;
    left: 20px;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    padding: 20px;
}
.bloc_home_mob img {
    width: 100%;
    height: calc(100vh - 230px);
    object-fit: cover;
}
.bloc_home_desk video {
    position: absolute;
    /* top: 0; */
    /* left: 0; */
    width: 100%;
    height: calc(100vh - 140px);
    object-fit: cover;
    /* height: 100%; */
    /* overflow: hidden; */
}
.sentence_2 {
    font-size: 12px;
}
.sentence_3 {
    font-size: 12px;
}
.slider_bold {
    font-weight: 600;
}
.nav_slider {
    position: absolute;
    bottom: 10px;
    width: 100%;
    /* background: aqua; */
    height: 20px;
    text-align: center;
}
.custom-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin: 0 10px;
    display: inline-block;
    cursor: pointer;
}
.active.custom-dot {
    background: #fff;
}
.sentence_1 {
    margin: 0;
    margin-bottom: 20px;
    font-size: 19px;
    text-align: left;
    letter-spacing: 1.5px;
}
.sentence_1_1 {
    margin: 0;
    margin-bottom: 20px;
    font-size: 40px;
    text-align: left;
    letter-spacing: 1.5px;
    font-weight: 200;
    font-style: italic;
    line-height: 1.5;
}
.slider_description p,
.slider_description span,
.slider_description {
    font-size: 12px !important;
}
.link_slider {
    margin: 30px 0px 15px 0px;
    font-size: 23px;
    margin-top: 30px;
}
.link_slider a {
    font-size: 18px;
    text-decoration: underline;
    text-underline-offset: 6px;
}
.bloc_slider_info a:hover {
    text-decoration: underline;
}
.home-cover-link {
    cursor: pointer;
}
.img_noslide {
    margin: auto;
}
.slick-next {
    right: 20px !important;
}
.slick-prev {
    left: 20px !important;
    z-index: 2;
}
@media screen and (max-width: 767px) {
    .abz_bloc_home_slider {
        margin-left: 0px;
        width: calc(100% - 0px);
        height: calc(100vh - 240px);
        background-position: 50% 50%;
        position: relative;
    }
}
@media screen and (max-width: 425px) {
    .bloc_home {
        width: 100%;
        margin-bottom: 50px;
        position: relative;
    }
    .sentence_1_1 {
        font-size: 29px;
    }
}