.bulleInfoPlume{
    position: relative;
    background-color: #F6FFA6;
    margin: 0px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 50px;
}

.bulleInfoPlume::after,
.bulleInfoPlume::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 30px;
    top:-20px;
    background-color: #F6FFA6;

    -webkit-mask-image: url(../image/bord/fond-doue.svg);
    mask-image: url(../image/bord/fond-doue.svg);

    /* -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%; */
}

.bulleInfoPlume::after{
    top:auto;
    bottom: -20px;
    transform: rotate(180deg);
}

.bulleInfoPlume img {
    display: flex;
    justify-self: center;
    max-width: 650px;
    width: 80%;
    height: auto;
}

.bulleInfoPlume h4 {
    display: flex;
    justify-self: center;
    max-width: 800px;
    width: auto;
    text-align: center;
    font-size: 30px;
    font-family: 'Raleway ExtraBold';
    color:black;
}

.bulleInfoPlume .btn-jouer {
    align-self: center;
    width: 100%;
    margin: 0px;
}

@media(max-width:500px){
    .bulleInfoPlume h4 {
        font-size: 23px;
    }
}