#bandeau-commite {
    display: block;
    margin-bottom: 15px;
    padding: 0
}

#bandeau-commite div.bandeau-commite-image1 {
    width: 99%;
    text-align: center
}
#bandeau-commite div.bandeau-commite-image1  img{
  display: inline-block;
}
#bandeau-commite div.bandeau-commite-texte {
    width: 99%;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.5rem;
    margin-bottom: 15px;
}

#bandeau-commite div.bandeau-commite-image2 {
    width: 99%;
    text-align: center
}

#bandeau-commite .bandeau-commite-image2 img {
    width: 100%;
    height: auto; display: inline-block;
}

@media screen and (min-width: 63.5rem) {
    #bandeau-commite img {
        width: auto;
        height: 4.5rem;
    }

    #bandeau-commite .bandeau-commite-image2 img {
        width: auto;
        height: 4.5rem;
    }
}

@media screen and (min-width: 48em) {
    #bandeau-commite {
        margin: 4.25rem auto auto;
        margin-bottom: 30px;
        padding: 0 2%
    }
}

@media screen and (min-width: 63.75em) {
    #bandeau-commite {
        margin: 4.25rem auto auto;
        margin-bottom: .5rem;
        padding: 0;
    }

    #bandeau-commite div.bandeau-commite-image1 {
        display: inline-block;
        width: 10%;
        padding-right: 20px;
        text-align: right;
    }


    #bandeau-commite div.bandeau-commite-texte {
        display: inline-block;
        width: 38%;
        vertical-align: top;
        padding-right: 10px;
        text-align: left;
    }

    #bandeau-commite div.bandeau-commite-image2 {
        display: inline-block;
        width: 50%;
    }
}