#banniere{
    height: 364px;
    position: relative;
    display: none;
}

#banniere .background-mobile,
#banniere .background{
    position: absolute;
    width: 100%;
    height: 100%;
}

#banniere .background{
    display: none;
}

#banniere .background-mobile{
    display: block;
}

#banniere .background-mobile img,
#banniere .background img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
}

#banniere .container{
    color: #fff;
    padding: 55px 25px 30px 25px;
    height: 100%;
    position: relative;
}

#banniere .container h1{
    text-transform: uppercase;
    font-size: 18px;
    margin: 0 0 6px 0;
    line-height: 23px;
    color: #fff;
}

body.active #banniere .container h1,
body.active #banniere .container p{
    color: #101215;
}

#banniere .container p{
    font-size: 16px;
    margin: 0 0 20px 0;
    width: 90%;
    line-height: 21px;
    color: #fff;
}

#banniere .container .link{
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding: 10px 40px;
    background: transparent linear-gradient(275deg, #FDB003 0%, #FD8D02 100%);
    border-radius: 4px;
    line-height: 18px;
    font-weight: bold;
}

#banniere .container .link:hover{
    background: transparent linear-gradient(88deg, #FDB003 0%, #FD8D02 100%);
}

#banniere .container div{
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
}

#banniere .container div figure img{
    width: 127px;
    height: 40px;
}

@media screen and (min-width: 578px){

}


@media screen and (min-width: 768px){
    #banniere{
        height: 290px;
        display: block;
    }

    #banniere .background{
        display: block;
    }

    #banniere .background.white{
        display: none;
    }

    body.active #banniere .background{
        display: none;
    }

    body.active #banniere .background.white{
        display: block;
    }

    #banniere .background-mobile{
        display: none;
    }

    #banniere .container p{
        width: 65%;
    }

    #banniere .container div{
        flex-direction: row;
        align-items: center;
    }
}

@media screen and (min-width: 992px) {

    #banniere .container p {
        width: 50%;
    }

    #banniere .container .link{
        padding: 8px 54px;
    }
}
