/*********************************************************/
/*********************************************************/
/*********************************************************/
.sun-didyouknow {
    background-color: #fbf6f3;
    max-width: 1050px;
    width: 100%;
    margin: 64px auto;
    display: flex;
    padding: 15px 40px;
    box-sizing: border-box;
    align-items: center;

}

.sun-didyouknow__picto {
    width: 42px;
    height: 42px;
    margin-top: -5px;
    margin-bottom: -5px;
    margin-right: 20px;
}

.sun-didyouknow__title {
    margin: 0;
    text-transform: uppercase;
    color: #333;
    font-size: 14px;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", "GothamMedium", Helvetica, Arial, sans-serif;
    font-weight: normal;
    padding-right: 40px;
    letter-spacing: 0.2em;
}

.sun-didyouknow__text {
    margin: 0;
    color: #333;
    font-size: 12px;
    line-height: 1.4em;
    padding-left: 40px;
    border-left: 1px solid #61605e;
    font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
    flex: 1;
    text-align: left;
    display: flex;
    flex-direction: column;
}

@media(max-width:761px) {

    .sun-didyouknow {
        flex-direction: column;
        margin: 0 20px;
        width: auto;
        margin-bottom: 50px;
        padding: 20px;
    }

    .sun-didyouknow__picto {
        margin: 0;
        width: 62px;
        height: 62px;
    }

    .sun-didyouknow__title {
        padding: 0;
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .sun-didyouknow__text {
        color: #333;
        font-size: 12px;
        line-height: 1.4em;
        padding: 0;
        border: 0px solid #61605e;
        text-align: center;
        display: block;
    }
}



/*********************************************************/
/*********************************************************/
/*********************************************************/
.sun-push {
    font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 970px;
    display: flex;
    text-align: center;
    margin: 0 auto;
}

.sun-push__content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
    margin: 0;
    background-color: #fbf6f3;
    padding: 30px;
    padding-left: 60px;
    box-sizing: border-box;
    text-align: left;
    flex: 1;
}

.sun-push__title {
    margin: 0;
    font-weight: normal;
    padding: 0;
    font-size: 35px;
    line-height: 1em;
    font-family: "ClarinsRegular", "Clarins";
    display: flex;
    flex-direction: column;
    color: #333;
    margin-bottom: 20px;
}

.sun-push__claim {
    margin: 22px auto;
    color: #db932d;
    font-size: 16px;
    line-height: 1.4em;
}

.sun-push__text {
    margin: 0;
    color: #333;
    font-size: 14px;
    line-height: 1.4em;
}

.sun-push__text+.sun-cta {
    margin-top: 20px;
}

.sun-push__background {
    z-index: 1;
    max-width: 507px;
    width: 100%;
}

.sun-push__background img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media(max-width:761px) {
    .sun-push {
        margin-top: 50px;
        display: block;
    }

    .sun-push__content {
        margin: 0px;
        padding: 30px 20px;
        text-align: center;
        align-items: center;
    }

    .sun-push__claim {
        max-width: 250px;
    }

    .sun-push__background {
        height: 171.5vw;
        width: 100vw;
        left: 0;
    }

    .sun-push__background img {
        width: 100vw;
        display: block;
    }
}





.sun-cta {

    background-color: #fff;
    display: inline-block;
    color: #333;
    padding: 10px 20px;
    text-transform: inherit;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.5;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    cursor: pointer;
    border: 1px solid #B0A9A5;
    min-width: 180px;
    text-align: center;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: auto;
    outline: 0;
}

.sun-cta * {
    color: #333;
    text-decoration: none;
}

.sun-cta:hover {
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .15);
}

.sun-cta:focus-visible {
    box-shadow: 0px 0px 0px 1px #fff, 0px 0px 0px 3px #6893D2;
}