@media (max-width: 640px) {
    /* masquer les éléments superflus */

    .hide_mobile {
        display: none !important;
    }

    /* Un message personnalisé */

    body:before {
        content: "Version mobile du site";
        display: block;
        text-align: center;
        font-style: italic;
        color: #777;
    }

    #container {
        width: 100%;
        padding : 5px;
        padding-bottom : 15px;
        font-size: 0.90em;
    }

    h1 {
        font-size : 1.8em;
    }

    .footer {
        line-height: 20px;
        font-size: 15px;
    }

    /* PAGE D'ACCUEIL */

    #titreAccueil{
        font-size: 26px;
    }

    #accueilDivPresentation {
        width: 100%;
    }

    #accueilDivEquipe {
        margin-top : 20px;
        width: 100%;
    }
    #accueilDivEquipe {
        margin-top : 20px;
        width: 100%;
    }
    #accueilDivEquipe > img {
        width:70%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        float: unset;
    }

    #carouselAccueil {
        padding : 5px;
        width: 100%;
    }

    .imgAccueilActualites{
        width:100%;
    }
    .titreActualites{
        font-size: 20px;
    }


    /* IMAGES */
    .img-text > img, .img-text > .div2img {
        width : 100%;
    }
    .hideForMobiles{
        display: none;
    }

    iframe {
        width:100%;
        border:none;
    }


}