.verisure-cross {
    font-family: 'Outfit';
    color: var(--c-1-1);
    font-size: 28px;
}

.verisure-cover-background {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(188deg, #fbfbfb 50%, rgba(228, 2, 45, 1) 50%);
    background: -webkit-linear-gradient(188deg, #fbfbfb 50%, rgba(228, 2, 45, 1) 50%);
    background: linear-gradient(188deg, #fbfbfb 50%, rgba(228, 2, 45, 1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#e4022d", GradientType=1);
}

.verisure-cover-background-2 {
    background: #E4022D;
}

.verisure-cover-background-3 {
    background: -moz-linear-gradient(180deg, #524DD600 0%, #524DD6 100%) 0% 0% no-repeat padding-box;
    background: -webkit-linear-gradient(180deg, #524DD600 0%, #524DD6 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #524DD600 0%, #524DD6 100%) 0% 0% no-repeat padding-box;
}


.verisure-title-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    margin: auto;
    display: block;
    text-align: center;
}

.verisure-title {
    font-weight: 900;
    color: var(--c-1-1);
    font-family: 'Outfit';
    letter-spacing: 0px;
    text-align: center;
}


.verisure-title span {
    background: linear-gradient(180deg, transparent 70%, #E4022D 70%);
    padding-left: 2px;
    padding-right: 2px;
}

.verisure-title-2 {
    font-weight: 900;
    color: #fff;
    font-family: 'Outfit';
    letter-spacing: 0px;
    text-align: center;
}


.verisure-title-2 span {
    background: linear-gradient(180deg, transparent 70%, #261C43 70%);
    padding-left: 2px;
    padding-right: 2px;
}

.verisure-intro-text {
    font-family: 'Work Sans';
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: justify;
}

.verisure-intro-text a {
    font-family: 'Work Sans';
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    text-align: justify;
    text-decoration: underline;
}

.verisure-card-text {
    color: #261C43;
    font-family: 'Outfit';
    font-weight: 800;
    text-align: left;
    line-height: 38px;
    font-size: 28px;
    max-width: 485px;
    width: 100%;
    margin-bottom: 32px;
}

.verisure-btn {
    background-color: #524DD6;
    color: #FFF;
    border: 1px solid #524DD6;
}

.verisure-btn:hover {
    background-color: transparent;
    color: #524DD6;
}

.verisure-logo {
    max-width: 200px;
    margin: auto;
}

.verisure-bg-image {
    position: absolute;
    right: 0;
    top: 30px;
    max-width: 45%;
}

.verisure-zi {
    padding-top: 90px;
    padding-bottom: 90px;
}

.leftLst,
.rightLst {
    border-color: #524DD6;
    background-color: #524DD6;
}

.verisure-picto-3 {
    position: absolute;
    right: -15%;
    top: 35%;
}

.verisure-picto-4 {
    position: absolute;
    left: -14%;
    top: 25%;
}



@media screen and (max-width:991px) {
    .verisure-picto-1 {
        max-width: 340px;
        margin: auto;
        display: block;
        margin-bottom: 24px;
    }

    .verisure-intro-text {
        font-size: 18px;
        line-height: 24px;

    }

    .verisure-cover-background {
        padding-bottom: 20px !important;
    }

    .verisure-cover-background-2 {
        padding-bottom: 20px !important;
        padding-top: 2px !important;
    }

    .verisure-zi {
        padding-top: 0px;
        padding-bottom: 0;
    }

    .verisure-bg-image,
    .verisure-picto-3,
    .verisure-picto-4 {
        display: none;
    }
    .visuel-verisure{
        height: 320px;
        object-fit: cover;
        object-position: 29%;
        filter: brightness(0.8);
    }
.fdr {
    flex-direction: column-reverse;
}
.verisure-btn{
    margin-bottom:16px;
}
.rt-post-overlay{
    max-height: 350px;

}
.rt-post-overlay .post-img img{
    object-position: top;
}
}

.visuel-verisure{
    filter: brightness(0.85);
}