a.devis{
   display : inline-block;
   float : right;
   line-height : 80px;
   padding : 0 15px;
   background : #ed5b0b;
   color : #fff;
   font-weight : lighter;
   font-size : 25px;
   margin : 20px 0;
   text-decoration : none;
   position : relative;
   overflow : hidden;
   transition : all .4s ease;
}
a.devis::after{
   content : "+";
   display : block;
   width : 44px;
   text-align : center;
   height : 44px;
   line-height : 40px;
   border : 1px solid #fff;
   position : absolute;
   right : -48px;
   top : 18px;
   transition : all .4s ease;
}
a.devis:hover{
   padding-right : 105px;
   transition : all .4s ease;
}
a.devis:hover::after{
   right : 20px;
   transition : all .4s ease;
}

