#bon_plan{
    margin-top :40px;
}

#bonsplans #page{
    min-height: auto;
}

#bon_plan > h1{
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 54px;
    line-height: 64px;
    color: #0C0C0D;
    text-align: center;
    margin-bottom: 10px;
}

#bon_plan > .subtitle{
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #0C0C0D;
    text-transform: uppercase;
    text-align: center;
}

#bon_plan .content{
    margin-top: 40px;
    padding: 0 40px;
}

#bon_plan .cat > a{
    position: relative;
    padding: 0;
    overflow: hidden;
    transition: 0.5s ease all;
    display: block;
}

#bon_plan .cat  video:hover{
    background: rgba(0, 0, 0, 0.25);
}

#bon_plan .cat > a > video{
    margin: 10px 20px;
}

#bon_plan .cat > a > p{
    position: absolute;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
    top:40%;
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 31px;
    line-height: 35px;
    color: #0C0C0D;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.45);
    padding: 10px;
    border-radius: 20px;
    width: fit-content;
    text-align: center;
    max-width: 165px;
}

#bon_plan p a{
    color:#0C0C0D;
    text-decoration:none;
}

.flex-bons-plans{
    display: flex;
    justify-content: center;
}

@media (max-width:1100px) {
    #bon_plan .cat > a > p{
        font-size: 20px;
        line-height: 32px;
        max-width: 120px;
    }
}

@media (max-width:768px) {
    #bon_plan .content{
        padding: 0;
    }

    .flex-bons-plans{
        display: block;
    }

    #bon_plan .cat > a > video{
        margin: 0px;
    }

    #bon_plan .cat > a > p{
        font-size: 24px;
        line-height: 32px;
        max-width: 165px;
    }

    #bon_plan > h1{
        font-size: 32px;
        line-height: 39px;
    }
    #bon_plan .cat{
        padding: 0;
    }
}