html body div section#serrurerie > div#door-recap
{
    display: flex;
    overflow: hidden;
}

html body div section#serrurerie div#door-recap > img
{
    width: 40vw;
    max-width: 300px;
}

html body div section#serrurerie div#door-recap > div.door-buttons
{
    display: flex;
    flex: 1;
    flex-direction: column;
}

html body div section#serrurerie div#door-recap > div#buttons-left
{
    justify-content: center;
    align-items: flex-end;
}

html body div section#serrurerie div#door-recap > div#buttons-right
{
    justify-content: space-between;
    align-items: flex-start;
}

@media screen and (max-width: 990px)
{
    html body div section#serrurerie div#door-recap div.door-buttons > a.rounded-button
    {
        font-size: 0.75rem;
    }
}
