.main--insurance .banner__background {
    background-image: url('/assets/img/services-assurance/landing/assurance-autosphere-header.jpg');
    opacity: 0.4;
}

.banner__title {
    font-size: 36px;
    line-height: 44px;
    font-weight: bold;
    margin: 30px 0;
}

.ariane a,
.ariane a:hover,
.ariane {
    color: white;
}

.main--insurance {
    margin: 0;
}

.main--insurance .banner__content.content {
    padding-top: 0;
}

.insurance-stand-alone-steps {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 30px;
    max-width: 1200px;
}

.insurance-stand-alone-steps div  {
    margin: 0 20px;
}

.background-divider {
    position: absolute;
    z-index: -1;
    margin-top: 30px;
    width: 27vw;
    text-align: center;
}

.insurance-stand-alone-steps p {
    margin-top: 10px;
}

.landing-divider {
    position: absolute;
    background: #FFFFFF;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1200px;
}

.landing-offers {
    justify-content: center;
    margin-bottom: 50px;
}
.landing-offers > * {
    margin: 0 10px;
}
.offer-legend  {
    text-align: left;
}
.offer-details {
    background: #FFFFFF;
    width: 250px;
}

#offer-title-rose,
#offer-title-navy-blue,
#offer-title-yellow,
.offer-legend > *:first-child {
    height: 100px;
    border-radius: 12px 12px 40% 70% / 10% 10% 20% 67%;
}

#offer-title-rose {
    background: #EF86A7;
}

#offer-title-navy-blue {
    background: #1299BF;
}

#offer-title-yellow {
    background: #F7B62C;
}

.offer-title {
    color: white;
    font-size: 30px;
    line-height: 32px;
    font-weight: bold;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
}

.landing-offers p {
    margin: 0;
    padding: 0;
}
.landing-offers .offer-title p {
    margin: 10px 25px;
}

.offer-legend {
    width: 350px;
}
.offer-legend > *:before {
    width: 320px;
    position: absolute;
}

.main--insurance .offer-details > *:nth-child(2):before {
    content: none;
}

.offer-details > *:last-child,
.offer-legend > *:last-child {
    height: 30px;
}
.offer-legend > *:first-child {
    height: 120px;
}

.offer-details > *,
.offer-legend > * {
    padding: 5px 0;
}

.offer-legend div {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.help img {
    width: 12px;
    height: 12px;
    cursor: pointer;
    overflow: hidden;
    font-size: 75%;
    line-height: 0;
    vertical-align: top;
    padding: 0 0 0 5px;
}
.offer-details > *:before {
    width: 86%;
}

.blur-card {
    margin: 10vh 0 0 0;
}

.landing-offers-notice {
    margin-top: 20px;
    color: #707070;
    text-align: right;
    padding-right: 38px;
}
#standAloneIframe {
    margin-top: 50px;
    width: 720px;
    min-height: 700px;
    border: 0;
}

.blur-card {
    width: 460px;
    margin: 100px 0 0 0;
    padding: 25px;
}

.blur-card ul li{
    font-size: 18px;
    line-height: 30px;
}

@media (max-width: 762px) {
    .landing-divider {
        position: initial;
        left: auto;
        transform: none;
        border-radius: 0;
    }
    .landing-divider .steps {
        padding: 0;
    }
    .background-divider {
        display: none;
    }
    .blur-card {
        margin: 0;
        width: 100%;
    }
    .offer-details .offer-title {
        margin: 0;
    }
    .offer-details {
        margin: 10px;
    }
    .offer-details div {
         margin: 10px 0;
    }
    .offer-details div span {
        min-width: 160px;
    }
    #offer-title-rose, #offer-title-navy-blue, #offer-title-yellow, .offer-legend > *:first-child {
        height: 120px;
    }
    .offer-details div:last-child {
        margin:5px;
    }
    .landing-offers {
        padding: 0;
    }
    .slick-dots {
        bottom: -20px;
    }
    .offer-details div.space-between {
        justify-content: flex-start;
    }

    .blur-card ul li{
        font-size: 16px;
        line-height: 26px;
    }
    .insurance-stand-alone-steps div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 60%;
        padding: 0;
        margin-right: 40px;
        text-align: left;
    }

    .insurance-stand-alone-steps div p{
        margin-left: 20px;
        width: 120px;
    }
    .insurance-stand-alone-steps div img{
        width: 40px;
        height: 40px;
    }

    .insurance-stand-alone-steps {
        flex-wrap: wrap;
    }

    #standAloneIframe {
        width: 100%;
    }
}