.bandeau-caution > a {
    display: grid;
    grid-template-columns: 234px 1fr;
    background: #ffc61a;
    margin: 29px 0 0;
    padding: 18px 180px 18px 140px;
    text-align: left;
    position: relative;
    color: #000;
    line-height: 1.15;
    min-height: 84px;
    text-decoration: none;
}
.bandeau-caution > a::before,
.bandeau-caution > a::after {
    content: "";
    position: absolute;
    width: 104px;
    height: 93px;
    background-image: url(../images/haut-parleur.png);
    left: 14px;
    /*top: 0;*/
    bottom: -9px;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.bandeau-caution > a::after {
    width: 155px;
    height: 88px;
    background-image: url(../images/cartes-de-credit-sav.png);
    top: -7px;
    left: auto;
    right: 10px;
    /*bottom: 3px;*/
}
.bandeau-caution > a .titre {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1.25rem;
    letter-spacing: -0.4px;
}
.bandeau-caution > a .texte {
    padding-top: 5px;
    letter-spacing: -0.5px;
}
#lightbox_caution {
    border: solid 10px #e3e3e3;
}
#lightbox_caution-header {
    display: grid;
    grid-template-columns: 205px 1fr;
}
#lightbox_caution .txt-titre {
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 900;
    padding-top: 13px;
    padding-left: 20px;
    line-height: 1.15;
}
#lightbox_caution hr {
    border: solid 1px #d1d1d0;
    margin: 0 0 25px;
}
#lightbox_caution .txt-texte {
    background-image: url(../images/cartes-de-credit-sav.png);
    background-repeat: no-repeat;
    background-position: right 28px top 83px;
    background-size: 130px auto;
    background-color: #ffc61a;
    max-width: 567px;
    padding: 35px 35px 40px 65px;
    line-height: 1.4;
}
#lightbox_caution .txt-texte p {
    margin-bottom: 9px;
}



@media screen and ( max-width: 1024px ) {
    .bandeau-caution > a::before {
        width: 78px;
        height: 70px;
    }
    .bandeau-caution > a::after {
        height: 66px;
        width: 116px;
    }
    .bandeau-caution > a {
        padding-left: 104px;
        padding-right: 135px;
    }
    .bandeau-caution > a .titre {
        margin-bottom: 10px;
    }
    .bandeau-caution > a .texte {
        padding-top: 0;
    }
    .bandeau-caution > a {
        grid-template-columns: 1fr;
    }
}



@media screen and ( max-width: 760px ) {
    .bandeau-caution > a {
        padding: 44px 15px 46px;
    }
    .bandeau-caution > a::before {
        width: 52px;
        height: 46px;
        left: 10px;
        bottom: -10px;
    }
    .bandeau-caution > a::after {
        height: 44px;
        width: 77px;
        top: -10px;
    }
    #lightbox_caution .txt-texte {
        padding: 25px 25px 100px;
        background-position: center bottom 13px;
    }
    #lightbox_caution-header {
        grid-template-columns: 1fr;
        text-align: center;
    }
    #lightbox_caution-header .logo {
        max-height: 90px;
        margin: 0 auto;
    }
    #lightbox_caution {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
    }
    #lightbox_caution .txt-titre {
        padding: 0;
        font-size: 1.3rem;
    }
}