@charset "utf-8";
/* CSS Document */


.main.landing .offer {
    background: linear-gradient(162deg, rgba(250, 131, 128) 0%, rgba(245, 104, 105) 100%);
}
.mk-banner {
    overflow: hidden;
    background: #fff;
    margin: 30px auto;
    border-radius: 8px;
}
.mk-banner {
--content-ratio: 40%;
}
.mk-banner__content {
    flex: 0 0 var(--content-ratio);
    max-width: var(--content-ratio);
}
.mk-banner__media {
    flex: 1;
    border-radius: 0 0 0 60px!important;
}
.mk-banner__inner {
    display: flex;
    align-items: stretch;
    min-height: 320px;
}
.mk-banner__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px;
}
.mk-banner__content .title-medium {
    font-size: 20px;
    line-height: 26px;
}
.mk-banner__media {
    flex: 1;
    display: flex;
    align-items: stretch;
    overflow: hidden;
    padding: 0;
}
.mk-banner__media picture {
    display: flex;
    flex: 1;
    width: 100%;
    height: 100%;
}
.mk-banner__media picture source {
    display: none;
}
.mk-banner__media.big-br-bl {
    border-radius: 0 0 0 60px;
}
.mk-banner__media img {
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    flex: 1;
}

/* --- MOBILE --- */
@media (max-width: 768px) {
.mk-banner {
    border-radius: 8px 8px 8px 70px;
}
.mk-banner__content {
    padding: 20px;
}
.mk-banner__inner {
    flex-direction: column;
}
.mk-banner__content, .mk-banner__media {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}
.mk-banner__media {
    margin-top: 20px;
}
.mk-banner__media.big-br-bl {
    border-radius: 0 0 60px 0;
}
}

@media screen and (min-width: 1441px) and (max-width: 1500px) {
.cat-affaires {
    font-size: 12px;
}
.landing .title-big {
    font-size: 48px;
    line-height: 54px;
}
.landing .title-medium {
    font-size: 32px;
    line-height: 40px;
}
.landing .title-regular {
    font-size: 24px;
    line-height: 28px;
}
.mk-banner__content {
    padding: 40px;
}
.landing .ak-presentation .ak-feature {
    padding: 40px;
}
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
.mk-banner__inner {
    min-height: 280px;
}
.mk-banner__content {
    flex: 0 0 45%;
    max-width: 45%;
    padding: 24px 30px;
}
}
.mk-banner__media-link{
    display:block;
    height:100%;
}

.mk-banner__media-link picture,
.mk-banner__media-link img{
    display:block;
    width:100%;
    height:100%;
}
.mk-banner__media{
    position:relative;
}

.mk-banner__badge {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    padding: 7px 24px 10px 24px;
    background: #ffd8b4;
    color: #e45f55;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    border-radius: 0 0 30px 30px;
}