@import url("variables.css");

.body-offert-content {
    display: grid;
    grid-template-columns: 1fr 10fr;
}
.offer-content {
}

.offert-img {
    float: right;
    margin: 0 10px 10px 10px;
    border: 2px solid var(--def-color);
    border-radius: 9px;
    background-color: #f8f8f8;
}

@media (max-width: 600px) {
    div.body-offert-content {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 400px) {
    img.offert-img {
        margin: 0;
        width: 100%;
        margin-bottom: 15px;
    }
}
