

/*css Ufo - Associations Pages - MédiaQueries*/


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

  

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

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

    .Repartition1{
        flex-wrap: wrap;
    }

    .Block1{
        width: 100%;
        height: 100%;
        margin: 0 5%;
    }

    .LogoAsso{
        width: auto;
        height: 250px;
        
    }

 

    .logos{
        height: auto;
        padding: 10px;
        margin: 0 0;
        margin-top: 5px;


    }

    .BlockInfos{
        font-size: 18px;
        padding: 20px;
        width: 100%;
        height: auto;
    }

    .imglogo{
        width: 35px;
    }

    /*Annonce Lien*/

    .AnnonceLien{
        font-size: 18px;
        margin: 40px 5%;
    }


    .Repartition2{
        flex-direction: column;
        justify-content: center;
        gap: 0px;
        margin: 0 5%;
    }

    

    .BlockLien{
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 10px;
    }

    .BlockImg{
        width: 100%;
        height: 150px;
        overflow: hidden;
    }

    .Titre1{
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 20px;

        padding: 10px;
        margin-left: 0px;

        width: auto;
        height: auto;
    }

    .Titre2{
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 17px;

        padding: 5px;
        margin-left: 0px;

        width: auto;
        height: auto;
    }
}


