.encart-fixe {
    height: 100%;
    text-align: center;
    padding-top: 43px;
    position: absolute;
    width: 285px;
}

.slider {
    position: relative;
    padding: 0;
}

.slider .autoplay {
    padding: 0;
}

.slider .autoplay .slick-slide {
    min-height: 473px;
    background-size: 100%;
}

.slider .encart-fixe-container {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* width: 100% !important; */
}

.slide {
    height: 460px;
    background-position: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: black;
    outline: none;
    background: transparent;
    content: "\003008";
}

.slick-prev:before, .slick-next:before {
    color: black;
    outline: none;
    background: transparent;
    content: "\003008";
}


.description-slider.col-6 {
    margin-top: 146px;
    margin-left: 21rem;
}

.description-slider {
    margin-top: 46px;
}

.description-slider p {
    margin-top: 28px;
    font-size: 18px;
}

.description-slider button {
    margin-top: 11px;
    width: 160px;
}

img.vignette-slider {
    position: absolute;
    right: -90px;
    top: -30px;
    width: 500px !important;
}

.icone-encart img {
    width: 68px;
    margin-bottom: 10px;
}

.map {
    width: 44px !important;
}

.icone-encart {
    margin-bottom: 29px;
}

.adresse {
    font-size: 14px;
    font-family: 'Roboto Light', sans-serif !important;
    color: #cacaca !important;
}

.encart-fixe button {
    width: 160px;
}

.encart-fixe button.btn-border:hover {
    background: #5a6d69 !important;
    color: #ffffff;
    transition: 0.5s;
    border: white solid 1px !important;
}

.content-slider {
    padding-left: 324px;
    padding-top: 73px;
    width: 100%;
}

.content-slider > .row {
    z-index: 1;
}

.slick-slide {
    display: none;
    float: left;
    height: 473px;
    min-height: 1px;
}

.slider-homepage .enumeration {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}

.slider-homepage .titre {
    font-weight: 300;
    font-size: 2.5rem;
}

@media screen and (min-width: 300px) and (max-width: 990px) {

    .encart-fixe button {
        width: 165px;
    }

    .slide {
        background-image: unset !important;
    }

    .content-slider {
        display: none;
    }

    .slider .autoplay {
        padding: 0;
        display: none;
    }

    .slider .encart-fixe-container {
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100% !important;
    }

    .encart-fixe {
        height: auto;
        text-align: center;
        position: relative !important;
        width: 6px !important;
        left: 0 !important;
        padding-bottom: 2rem;
        padding-top: 3rem !important;
    }

    .container-fluid.slider {
        padding: 0;

    }

    .slider {
        height: 423px;
    }

    .autoplay.col-12.slick-initialized.slick-slider {
        display: none !important;
    }
}