

/*css Ufo : Associations Média Queries*/

 
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



@media screen and (max-width: 500px) {

/*main*/

    .Chapitre{
        font-size: 22px;
        padding: 8px 10%;
        margin: 30px 5%
    }

    .Chapitre2{
    font-size: 16px;
    }

/*blocks*/


    .RepartitionAsso{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .BlockInfos{
        width: 85%;
        height: 85%;        
    }

    .NomAsso{ 
        padding: 15px;
        height: auto; 
    }

    .BlockImg{
        width: 100%;
        height: auto;
    }


    .InfosAsso{
        
        height: auto;
        
    }
        
    
}


