#qualite .bx-wrapper{margin: 0px auto;position: relative;max-width: 65vw !important;width: 65vw;}

#qualite .bx-wrapper .bx-viewport{height: auto !important;width: 59vw !important;margin: 0 auto;}

#qualite .bx-wrapper .bx-loading{}

#qualite .bx-wrapper .bx-pager{}

#qualite .bx-wrapper .bx-pager .bx-pager-item{}

#qualite .bx-wrapper .bx-pager.bx-default-pager a{display: none;}

#qualite .bx-wrapper .bx-pager.bx-default-pager a:hover{}

#qualite .bx-wrapper .bx-pager.bx-default-pager a.active{}

#qualite .bx-wrapper .bx-controls-direction a{}

#qualite .bx-wrapper .bx-controls-direction a.disabled{}

#qualite .bx-wrapper .bx-prev{    left: 0;}

#qualite .bx-wrapper .bx-prev:hover{text-decoration: none;}

#qualite .bx-wrapper .bx-next{right:0;}

#qualite .bx-wrapper .bx-next:hover{text-decoration: none;}

#qualite .section_slider:after {
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.50;
    z-index: 0;
}
#qualite .zoomimg {
    max-width: 100%;
    width: auto;
    display: block;
}
#qualite .box:hover img {
    opacity: 0.15;
    cursor: pointer;
}
#qualite .bx-controls-direction {
    position: absolute;
    width: 65vw;
    top: 45%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#qualite .bx-controls-direction a {
    position: absolute;
    font-size: 0;
    transition: 0.5s ease all;
}

#qualite .bx-prev:before {
    font-size: 20px;
    content: "\f053";
    font: normal normal normal 30px/1 FontAwesome;
    color: #46a737;
}
#qualite .bx-prev:hover:before {
   color: #11557f;
   text-decoration: none;
}
#qualite .bx-next:before {
    font-size: 20px;
    content: "\f054";
    font: normal normal normal 30px/1 FontAwesome;
    color: #46a737;
}
#qualite .bx-next:hover:before {
    color: #11557f!important;
   text-decoration: none;
}
#qualite .section_slider {display: flex;justify-content: center;align-items: center;display: -webkit-flex;-webkit-justify-content: center;-webkit-align-items: center;display: -ms-flex;-ms-justify-content: center;-ms-align-items: center;position: relative;margin-bottom: 25px;}

#qualite .hoverimg {
      background: rgba(70,167,55,0.80);
      position: absolute;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      cursor: pointer;
      -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
      transform-origin: right center;
      -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
      transform: scale(0, 1);
      -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      align-content: center;
      justify-content: center;
      z-index: 2;
}
#qualite .section_slider:hover .hoverimg {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}
#qualite .hover-link {
    color: #fff;
    position: relative;
    cursor: pointer;
    font-size: 17px;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: transform .5s ease, opacity .7s ease;
    transition: transform .5s ease, opacity .7s ease;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
#qualite .hover-link em:before {color: #fff;font-size: 30px;}
#qualite .hover-link a {
color: #023988;
font-size: 70px;
text-transform: uppercase;
}
#qualite .section_slider:hover .hover-link {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform .5s ease, opacity 1.3s ease;
    transition: transform .5s ease, opacity 1.3s ease;
    text-decoration: none;
    color: #fff;
}
#qualite .boxslider {
overflow: hidden;
}
@media screen and (max-width: 1440px) {
#qualite .bx-wrapper {
    max-width: 85vw !important;
    width: 85vw;
}
#qualite .bx-wrapper .bx-viewport {
    width: 78vw !important;
}
#qualite .bx-controls-direction {
    width: 85vw;
}
}

@media screen and (max-width: 1366px) {
#qualite .bx-wrapper {
    max-width: 90vw !important;
    width: 90vw;
}
#qualite .bx-wrapper .bx-viewport {
    width: 82vw !important;
}
#qualite .bx-controls-direction {
    width: 90vw;
}
}

@media screen and (max-width: 1280px) {
#qualite .bx-wrapper {
    max-width: 95vw !important;
    width: 95vw;
}
#qualite .bx-wrapper .bx-viewport {
    width: 88vw !important;
}
#qualite .bx-controls-direction {
    width: 95vw;
}
}
@media screen and (max-width: 1200px) {
#qualite .bx-wrapper {
    max-width: 98vw !important;
    width: 98vw;
}
#qualite .bx-wrapper .bx-viewport {
    width: 94vw !important;
}
#qualite .bx-controls-direction {
    width: 98vw;
}
}

@media screen and (max-width: 1024px) {
#qualite .bx-wrapper .bx-viewport {
    width: 73vw !important;
}
}
@media screen and (max-width: 991px) {
#qualite .bx-wrapper .bx-viewport {
    width: 75vw !important;
}
}
@media screen and (max-width: 767px) {
#qualite .bx-wrapper .bx-viewport {
    width: 49vw !important;
}
#qualite .bx-wrapper {
    max-width: 90vw !important;
    width: 90vw;
}
#qualite .bx-controls-direction {
    width: 90vw;
}
}

