.Partenaires{
    display: block;
    width: 100%;
    margin-top: 120px;
    overflow: hidden;
    padding-bottom: 120px;
}

.titreNumPar {
    width: 82px !important;
    height: 82px !important;
    display: table;
    background: url(../Images/BgNumPart.png) no-repeat center left !important;
    text-indent: 0px !important;
    color: #21a46b;
    font-size: 24px;
    font-family: 'Bodoni';
    line-height: 81px;
    text-align: center;
    position: relative;
    /* margin-right: 150px; */
    font-weight: bold;
    margin: auto;
    margin-top: 150px;
}
.titreNumPar:after{
   content:"";
   position:absolute;
   width: 1px;
   height: 145px;
   background:#363636;
   left: 50%;
   top: -150px;
}
.TitreTextPar{
    color: #3d3d3d;
    font-size: 65px;
    font-family: 'Bodoni';
    display: table;
    margin: auto;
}
.LettrePartenaires {
    display: table;
    margin: auto;
}
.TitreTextPar span{
 color:#3d3d3d;
 font-style:italic;
 font-size:21px;
 display:block;
 text-align: center;
}

.RepeaterPar {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
}

.RepeaterParLeft {width: 50%;position:relative;padding: 50px 30px;border-right: 1px solid #e1e1e1;height: 100%;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;/* cursor: pointer; */}

.RepeaterParRight {width: 50%;position:relative;padding: 50px 30px;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;height: 100%;/* cursor: pointer; */}
.ContentPar {
    padding: 1px;
}
.BlockTitreHover {
    /* text-align: center; */
    opacity: 1;
    /* position: absolute; */
    color: #fff;
    font-style: italic;
    font-size: 26px;
    display: block;
    text-align: center;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 00px;
    left: 00px;
    /* right: 00px; */
    top: 0;
    background-color: rgba(30,160,105,0.95);
    overflow: hidden;
    width: 0;
    transition: .5s ease;
    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;
    font-family: 'Bodoni MT';
    font-weight: 400;
}
.RepeaterParRight:hover  .BlockTitreHover,  .RepeaterParLeft:hover  .BlockTitreHover{
  width: 100%;
  height: 100%;
  bottom: 0px;

}
.ContentPartenairesText {
    clear: both;
    position: relative;
    margin-top: 130px;
}
.RepeaterParRight img,  .RepeaterParLeft img{
max-width:90%;
}
.contenttextPartenaires {
padding:0px;
}
@media screen   and (max-width:767px)        {
  .TitreTextPar {
    font-size: 56px;
 
}
.Partenaires {
     
    margin-top: 50px;
}
