@media screen and (min-width: 1200px) {

    .blocb {
        max-width: 1000px;
        background-color:#005b94;
        color:#fff;
    }
    .logo_bas {
        padding: 1rem;
    }
    .wrapper__first__footer {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .wrapper__aside__footer__logo {
        display: flex;
        flex-direction: column;
        padding: 1rem;
    }

    .liensb {
        border-top: #036 solid 1px;
        margin-top: 10px;
        padding: 10px 0;
        display: flex;
        justify-content: space-around;
        align-items: stretch;
    }
    .liensb div {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        width: 200px;
    }
    .titre_bas {
        background-color: #032f4c;
        padding: 3px 5px;
        margin: 0 0 .5rem 0;
        font-weight: 700;
    }
    .fleche_titre_bas{
        padding:0 0 0 20px;
        margin:0 0 20px 0;
        width:50px;
        height:6px;
        display: none;
    }

    .liensb2 {
        border-top: #036 solid 1px;
        padding: 10px 0;
        font-size: 10px;
        display: flex;
        flex-direction: column;
    }
    .risques {
        background: #222;
        padding: .5rem;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    .restriction {
        width: 40px;
        height: 40px;
        background: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .dix_huit {
        font-weight: bold;
        font-size: 1.4rem;
        font-family: sans-serif;
        color: #222;
    }
}
@media screen and (max-width: 1200px) {

    .blocb{
        width: 100%;
        background-color:#005b94;
        color:#fff;
    }

    .logo_bas {
        padding: 1rem;
    }
    .wrapper__first__footer {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .wrapper__aside__footer__logo {
        display: flex;
        flex-direction: column;
        padding: 1rem;
    }

    .liensb {
        border-top: #036 solid 1px;
        padding: 10px 0;
        display: flex;
        justify-content: space-around;
        align-items: stretch;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .liensb div {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        width: 200px;
    }
    .titre_bas {
        background-color: #032f4c;
        padding: 3px 5px;
        margin: 0 0 .5rem 0;
        font-weight: 700;
    }
    .fleche_titre_bas{
        padding:0 0 0 20px;
        margin:0 0 20px 0;
        width:50px;
        height:6px;
        display: none;
    }
    .liensb2 {
        border-top: #036 solid 1px;
        padding: 10px 0;
        font-size: 10px;
        display: flex;
        flex-direction: column;
    }
    .risques {
        background: #222;
        padding: .5rem;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    .restriction {
        width: 40px;
        height: 40px;
        background: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .dix_huit {
        font-weight: bold;
        font-size: 1.4rem;
        font-family: sans-serif;
        color: #222;
    }
}