.page-header {
    min-height: 250px;
    margin-bottom: 0px;
}

#wrapper > .container {
    margin-top: -80px;
}

.widget-swiper-societe {
    display: block;
    position: relative;
    top: -80px;
}
.widget-swiper-societe .swiper-slide {
    opacity: 0.75;
    transition: opacity .5s ease;
}
.widget-swiper-societe .swiper-slide-active { opacity: 1; }

.widget-swiper-societe .swiper-slide {
}

.widget-swiper-societe .swiper-slide {
    position: relative;
    max-width: 445px;
    text-align: center;
    width: 100%;
    z-index: 2;
    overflow: hidden;
}

.widget-swiper-societe .swiper-slide img {
    width: 100%;
    height: auto;
}

.widget-swiper-societe .swiper-slide-active img {
    transition: transform .75s ease;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.widget-swiper-societe .swiper-slide-active:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.widget-swiper-societe .swiper-slide:after {
     content: "";
     position: absolute;
     top: 12px;
     right: 12px;
     left: -30px;
     bottom: 12px;
     margin: auto;
     background: transparent;
     border: 10px solid #fff;
}