



.lp-neocash {
      background-color: #383e65; 
      padding-top:60px;
       }
       
.header-lp {
     list-style-type: none;
       }
       
.lp-subtitle {
     
    line-height: 3.5em; /* hauteur de ligne (identique) */
    word-wrap: break-word; 
       }

.lp-left {
     
    margin-left: 20px;
       }

.lp-margin {
     
    margin-bottom: 5%;
       }
       

.container--max-width-10 {
    max-width: 83.33337%;
}

.lp-button {
     margin: 20px 5px;
     
       }     

.lp-img-responsiv {
    max-width : 100%;
    height: auto;
    display: block;
       }     

lp-row {
     margin: 20px 20px;
     
       }     

.icon-padding {
     padding-top: 50px;
     padding-bottom: 10px;

       }  

ol {
    counter-reset: li; /* Initiate a counter */
    list-style: none; /* Remove default numbering */
    *list-style: decimal; /* Keep using default numbering for IE6/7 */
    font: 15px 'trebuchet MS', 'lucida sans';
    padding: 0;
}

ol ol {
    margin: 0 0 0 2em; /* Add some left margin for inner lists */
}

.rectangle-list a{
    position: relative;
    display: block;
    padding: .4em .4em .4em .8em;
    *padding: .4em;
    margin: .5em 0 .5em 2.5em;
    background: #ddd;
    color: #444;
    text-decoration: none;
    transition: all .3s ease-out;   
}

.rectangle-list a:hover{
    background: #eee;
}   

.rectangle-list a:before{
    content: counter(li);
    counter-increment: li;
    position: absolute; 
    left: -2.5em;
    top: 50%;
    margin-top: -1em;
    background: #e72582;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
}

.rectangle-list a:after{
    position: absolute; 
    content: '';
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    transition: all .3s ease-out;               
}

.rectangle-list a:hover:after{
    left: -.5em;
    border-left-color: #e72582;             
}  

