#Partenaire .bx-wrapper{position:relative;
    padding-bottom: 30px;}

#Partenaire .bx-wrapper .bx-viewport{position:relative;
    padding-bottom: 30px;}

#Partenaire .bx-wrapper .bx-loading{}

#Partenaire .bx-wrapper .bx-pager{display:none;
    padding-bottom: 50px;}

#Partenaire .bx-wrapper .bx-pager .bx-pager-item{}

#Partenaire .bx-wrapper .bx-pager.bx-default-pager a{}

#Partenaire .bx-wrapper .bx-pager.bx-default-pager a:hover{}

#Partenaire .bx-wrapper .bx-pager.bx-default-pager a.active{}

#Partenaire .bx-wrapper .bx-controls-direction a{}

#Partenaire .bx-wrapper .bx-controls-direction a.disabled{}

#Partenaire .bx-wrapper .bx-prev{
 
    cursor: pointer;
    background: url(../../../Images/Prec.png) 50% 50% no-repeat;
    text-indent: -9999px;
    float: left;
    position: absolute;
    -webkit-transition: 0.500s linear;
    -ms-transition: 0.500s linear;
    -moz-transition: 0.500s linear;
    -o-transition: 0.500s linear;
    transition: 0.500s linear;
    height: 10px;
    width: 16px;
    top: inherit;
    left: calc(50% - 25px);
    bottom: 30px;
 }

#Partenaire .bx-wrapper .bx-prev:hover{    background: url(../../../Images/PrecHover.png) 50% 50% no-repeat;}

#Partenaire .bx-wrapper .bx-next{    cursor: pointer;
    background: url(../../../Images/Suiv.png) 50% 50% no-repeat;
    text-indent: -9999px;
    float: left;
    position: absolute;
    -webkit-transition: 0.500s linear;
    -ms-transition: 0.500s linear;
    -moz-transition: 0.500s linear;
    -o-transition: 0.500s linear;
    transition: 0.500s linear;
    height: 10px;
    width: 16px;
    top: inherit;
left:inherit;
    right: calc(50% - 25px);
    bottom: 30px;
 
}

#Partenaire .bx-wrapper .bx-next:hover{    background: url(../../../Images/SuivHover.png) 50% 50% no-repeat;}

#Partenaire .ImgPar {
    border: 1px solid #e4e4e4;
    height: 140px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
#Partenaire .ImgPar  img{
display:table;
margin:0px auto;
max-width:90%;
    max-height: 90%;
}

