#pharmacies-list {
    height: 500px;
    position: relative;
    margin: 20px 0;
}

.inner-pharmacie {
    border: 1px solid #b9d733;
    margin: 0 0 10px 0 !important;
    padding: 10px;
    width: 90%;
    font-size: 12px;
}

.no-padding {
    padding: 0 !important;
}


.fiche {
    background: #fff;
    margin-top: 20px;
    position: relative;
    text-align: justify;
    border: 1px solid #CBD401;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

.fiche .fiche-wrapper {
    position: relative;
    height: 150px;
    overflow: hidden;
}

.fiche img{
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.fiche .infos {
    color: #3A3A3A;
    padding: 20px;
}

.fiche .infos h4 {
    margin: 10px 0 20px;
}

.fiche .infos a.read-more {
    color: #CBD401;
    font-weight: bold;
    float: right;
    margin-top: 20px;
    text-decoration: underline;
}

.page-pharmacies .pharmacies-title {
    padding: 15px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.page-pharmacies #pharmacies-list .pharmacie div.inner-pharmacie {
    background-color: #ffffff;
    margin-bottom: 10px;
    cursor: pointer;
}

div#others-univers {
    max-width: 1050px;
    margin: 0 auto;
}


.title-images-wrapper {
    position: relative;
}

.title-images-wrapper .title-image-wrapper {
    position: relative;
    overflow:hidden;
    max-height:425px;
}

.title-images-wrapper .title-image-wrapper .title-image {
    width: 100%;
}

.title-image-wrapper .title-text {
    position: absolute;
    left: 5%;
    bottom: 15%;
}

.univers {
    margin-top: 70px;
}

.univers .link-to-other {
    height: 200px;
    overflow: hidden;
    position: relative;
}

.univers .link-to-other img {
    position: absolute;
    left: 50%;
    top: 50%;
    max-height: 200px;
    transform: translateY(-50%) translateX(-50%);
    max-width: none !important;
}

.univers .link-to-other h4 {
    position: absolute;
    left: 10%;
    bottom: 10%;
    color: #ffffff;
    font-weight: bold;
    font-size: 30px;
}

.flex {
    display: flex;
}


.page-pharmacie .pharmacie-images {
    position: relative;
}

@media (min-width: 992px) {
    .page-pharmacie .img-pharmacie-wrapper {
        position: relative;
        background-color: #CBD401;
        overflow: hidden;
        height: 250px;
    }

    .page-pharmacie .img-pharmacie-wrapper .img-pharmacie {
        position: absolute;
        top: -100%;
        left: 0;
        right: 0;
        bottom: -100%;
        width: 100%;
    }


    .page-pharmacie .img-pharmacie-small {
        position: absolute;
        width: 100%;
        bottom: -28%;
    }

}


@media (max-width: 992px) {
    .page-pharmacie .img-pharmacie-wrapper {
        position: relative;
        background-color: #CBD401;
        min-height: 150px;
    }

    .page-pharmacie .img-pharmacie-wrapper .img-pharmacie {
        width: 100%;
    }


    .page-pharmacie .img-pharmacie-small {
        position: absolute;
        width: 100%;
        bottom: -15%;
    }

}


.page-pharmacie .img-pharmacie-small .content {
    width: 260px;
    height: 260px;
    margin: 0 auto;
    padding: 10px;
    background: #ffffff;
    border-radius: 50%;
}

.page-pharmacie .title-pharmacie {
    padding: 6% 0 20px 0;
    text-align: center;
    background: #ffffff;
}

.img-circle {
    border-radius: 50%;
    width: 240px;
    height: 240px;
}


#visuels{
    padding-bottom: 20px;
}

.clear{
    clear: both;
}

.postit {
    color: #515071;
    font-weight: bold;
    padding: 6px 12px;
    margin: 0 10px;
    border: 1px solid #999999;
    margin-bottom: 10px;
}