

/*css Ufo - Médias Pages - -MédiasQueries*/
 

*{
    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%
    }

    .répartition{
        justify-content: center;
        margin: 0 5%;
    }

    .lien{
        width: 370px;
        height: auto;
    }

    .div2-1-1{
        margin-bottom: 0px;
    }

    .logos{
        height: 20%;
    }
    
    .imglogo{
        width: 45px;
    }

    .présentation{
        width: 370px;
        height: 490px;
    }

    .p11{
        font-size: 24px;
    }

    .p12{
        height: 80%;
    }

    .information{
        height: auto;
    }

    

    .AnnonceLien{
        font-size: 16px;
        margin: 10px 7%;
    }

    
    .divlien{
        display: flex;
        justify-content: center;
        height: 100%;

        margin: 10px 10%;
    }
    
    .img1lien{
        width: 100%;
    }

    .plien1{
        text-align: center;
        font-size: 20px;
        margin-top: 20px;
    }

    .plien2{
        text-align: center;
        font-size: 20px;
    }

    


}



