.LettreR {
    display: block;
    float: right;
    margin-top: -100px;
}
.ImgRimpex {
    padding: 0px;
}
.LettreRtitre {
    display: block;
    width: 100%;
    clear: both;
    /* overflow: hidden; */
    position: relative;
    z-index: 999;
    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: flex-end;
}

.wrapperAcc {
    position: relative;
    z-index: 9;
}

.ContentRimpex {
    clear: both;
    width: 100%;
}
.ImgRimpex img {
    width: 100%;
}

.titreNum {
    width: 82px ;
    height: 82px !important;
    display: block;
    background: url(../Images/BgNumPres.png) no-repeat center left !important;
    text-indent: 0px !important;
    color: #1e4ea3;
    font-size: 24px;
    font-family: 'Bodoni';
    line-height: 81px;
    text-align: center;
    position: relative;
    margin-right: 150px;
    font-weight: bold;
}
.titreNum:after{
   content:"";
   position:absolute;
   width:145px;
   height:1px;
   background:#363636;
   right:-150px; 
   top:50%;  
}

.VoiPlusRimpex {
 display: block !important;
 background: url(../Images/bgRimpex.png) no-repeat;
 background-size: contain;
 background-position: center center;
 height: 100%;
 clear: both;
 z-index: 999;
 position: absolute;
 width: 406px;
 height: 482px;
 margin-top: -6%;
 margin-left: 7%;
 float: left;
 padding-top: 15%;
 padding-left: 30px;
 padding-right: 30px;
 text-align: center;
}
.ContentRimpexText {
    /* float: right; */
    background: #1e4ea3;
    padding: 60px 50px 60px 9%;
    margin-left: calc(7% + 335px);
    width: 58%;
    color: #ffffff;
    font-size: 15px;
    /* float: right; */
    font-weight: 400;
    text-align: justify;
}
.VoiPlusRimpexContent {
    position: relative;
    clear: both;
    margin-top: -50px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    float: left;
}

.TitrePrincRimpex {
    color: #434343;
    font-size: 56px;
    font-family: 'Bodoni MT';
    margin-bottom: 50px;
}


.VoiPlusRimpex a {
 display: block !important;
 background: url(../Images/VoirPlusRimpex.png) no-repeat top center;
 padding-top: 80px;
 color: #464646;
 font-size: 20px;
 font-weight: bold;
 font-family: 'Bodoni MT';
 text-decoration: none;
 
 -webkit-transition: all 0.5s linear;
 transition: all 0.5s linear;
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
.VoiPlusRimpex a:hover{
    color:#1ea369;
      -webkit-transform: scale3d(1.05, 1.05, 1);
          transform: scale3d(1.05, 1.05, 1);
}
@media screen      and (max-width:991px)  {
.VoiPlusRimpexContent {
    margin-top: 25px;
    flex-direction: column;
}
.TitrePrincRimpex {
 /* margin-bottom: 20px; */
}
.ContentRimpexText {
 
    padding: 25px 15px;
    margin-left: 0px;
    width: 100%;
 
}
.VoiPlusRimpex {
    clear: both;
    z-index: 999;
    position: relative;
    width: 400px;
    height: 420px;
    margin-top:0%;
    margin-left: 0;
    float: left;
    padding: 50px 30px;
    /* padding-left: 30px; */
    /* padding-right: 30px; */
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    /* height: 100%; */
    margin-bottom: 20px;
}
}
@media screen  and (max-width:767px)  {
.Rimpex {
    margin-top: 25px;
}
    .TitrePrincRimpex {
   margin-bottom: 20px; 
}
.VoiPlusRimpex {height: 100%;clear: both;z-index: 999;/* position: absolute; */width: 100%;height: 100%;margin-top:0%;margin-left: 0;float: left;padding: 60px 30px;padding-left: 30px;padding-right: 30px;margin-bottom: 25px;text-align: center;}
}
