/* CSS Document */


@media (min-width: 0px){
    
     .listeSupport img {
        border-radius: 1rem;
         margin-bottom: 2rem;
    }  
    .listeSupport {
        list-style: none;
        padding: 2rem;
        margin: 0px;
        text-align: center;
    }
    .listeSupport li {
        border-bottom: 4px dashed #FFFFFF;
        margin-bottom: 3rem;
        padding: 1.2rem;
        padding-bottom: 3rem;
    }
    .listeSupport li h3 {
        color: #CCFF00;
    }
    
    
}

@media (min-width: 1024px){
    
    .listeSupport {
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 6rem;
        
    }
    .listeSupport li {
        width: calc(90% / 2 - 3rem);
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: auto;
        margin-right: auto;
        border: 0px;        
    }
    .listeSupport li p {
        text-align: justify;
    }

    
    
    
    
}