#banner-top-librairie,
    #banner-top-librairie * {
        border: 0;
        box-sizing: border-box;
        margin: 0;
        outline: none;
        padding: 0;
        font-family: "Museo-700", sans-serif;
    }
    #banner-top-librairie strong {
        font-family: "Museo-900", sans-serif;
    }
    #banner-top-librairie {
        width: 100%;
        background-color: #16ACE4;
        height: auto;
        padding: 0 10px 10px 10px;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    #banner-top-librairie .banner-info-card {
        padding: 10px;
        background-color: #fff;
        width: 40%;
        height: auto;
        text-align: center;
        min-width: 450px;
        margin-top: 10px !important;

    }

    #banner-top-librairie .banner-info-card p {
        text-align: center;
        margin: 0 auto;
        font-size: 16px;
        color: #000
    }

    #banner-top-librairie .banner-info-card p a {
        display: block;
        width: 100%;
        text-decoration: none;
        color: #000;
    }