.hero-secondaire {
    padding: 32px 20px;
}

@media screen and (min-width: 768px) {
    .hero-secondaire {
        padding: 64px 20px;
    }
}

.hero-secondaire {
    padding: 32px 20px;
}

@media screen and (min-width: 768px) {
    .hero-secondaire {
        padding: 64px 20px;
    }
}

.hero-secondaire--container {
    position: relative;
    padding: 220px 20px 32px 20px;
    border-radius: 32px;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .hero-secondaire--container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 64px 112px;
    }
}

.hero-secondaire--container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
    z-index: -1;
}

@media screen and (min-width: 768px) {
    .hero-secondaire--container::after {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    }
}

.hero-secondaire .co-text {
    max-width: 484px;
    margin: auto;
}

@media screen and (min-width: 768px) {
    .hero-secondaire .co-text {
        max-width: 100%;
    }
}

.hero-secondaire .co-text .uptitle {
    color: var(--white);
}

.hero-secondaire .co-text h1 {
    font-size: 40px;
    line-height: 48px;
    color: var(--white);
    text-align: center;
    margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
    .hero-secondaire .co-text h1 {
        font-size: 48px;
        line-height: 56px;
        text-align: left;
    }
}

.hero-secondaire .co-text p {
    color: var(--white);
}

@media screen and (min-width: 768px) {
    .hero-secondaire .co-text p {
        max-width: 592px;
    }
}

.th-dark .hero-secondaire .co-text--content-btn .btn.primary {
    --color: var(--neutre-100);
    --bg-color: var(--white);
    --border-color: var(--white);
    --color-hover: var(--white);
    --bg-color-hover: var(--neutre-100);
    --border-color-hover: var(--neutre-100);
}

.th-dark .hero-secondaire .co-text--content-btn .btn.secondary {
    --color: var(--white);
    --bg-color: transparent;
    --border-color: var(--white);
    --color-hover: var(--neutre-100);
    --bg-color-hover: var(--white);
    --border-color-hover: var(--white);
}

.th-light .hero-secondaire .co-text--content-btn .btn.secondary {
    --color: var(--white);
    --bg-color: transparent;
    --border-color: var(--white);
    --color-hover: var(--neutre-100);
    --bg-color-hover: var(--white);
    --border-color-hover: var(--white);
}

.hero-secondaire--media {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.hero-secondaire--media img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.hero-secondaire-ti {
    padding: 32px 20px;
}

@media screen and (min-width: 768px) {
    .hero-secondaire-ti {
        padding: 64px 20px;
    }
}

.hero-secondaire-ti--container {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

.hero-secondaire-ti--content {
    padding: 32px 20px;
    background-color: var(--ocre-20);
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

@media screen and (min-width: 768px) {
    .hero-secondaire-ti--content {
        flex-direction: row;
    }
}

@media screen and (min-width: 1280px) {
    .hero-secondaire-ti--content {
        padding: 80px 104px;
    }
}

@media screen and (min-width: 768px) {
    .hero-secondaire-ti .co-text {
        max-width: 50%;
        width: 100%;
        padding: 64px 0;
    }
}

.hero-secondaire-ti .co-text h1 {
    text-align: center;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
    .hero-secondaire-ti .co-text h1 {
        text-align: left;
    }
}

.hero-secondaire-ti--media {
    height: 420px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

@media screen and (min-width: 768px) {
    .hero-secondaire-ti--media {
        max-width: 50%;
        width: 100%;
    }
}

.hero-secondaire-ti--media img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.hero-secondaire-ti--media-keynumber {
    padding: 16px;
    display: grid;
    grid-template-columns: 60px auto;
    align-items: center;
    column-gap: 10px;
    border-radius: 10px;
    box-shadow: 6px 6px 22.9px 0px rgba(0, 0, 0, 0.1);
    max-width: 236px;
    width: 100%;
    background-color: var(--white);
    z-index: 1;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

@media screen and (min-width: 768px) {
    .hero-secondaire-ti--media-keynumber {
        left: 20px;
        transform: unset;
    }
}

.hero-secondaire-ti--media-keynumber span {
    width: 60px;
    height: 60px;
    background-color: var(--ocre-100);
    border-radius: 50%;
    grid-column: 1/2;
    grid-row: 1/3;
    flex-shrink: 0;
    position: relative;
}

.hero-secondaire-ti--media-keynumber span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    mask: url(../../../../../../themes/apo/resources/images/icons/succès.svg) no-repeat center;
    mask-size: contain;
    background-color: var(--white);
    height: 36px;
    width: 36px;
}

.hero-secondaire-ti--media-keynumber p {
    grid-column: 2/3;
    font-family: var(--roboto);
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.hero-secondaire-ti--media-keynumber p.number {
    font-family: var(--robotoSlab);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.hero-secondaire-ti--more {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media screen and (min-width: 768px) {
    .hero-secondaire-ti--more {
        flex-direction: row;
        align-items: center;
        gap: 32px;
    }
}

.hero-secondaire-ti--more>p {
    font-family: var(--roboto);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: var(--neutre-80);
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--neutre-80);
}

@media screen and (min-width: 768px) {
    .hero-secondaire-ti--more>p {
        padding-bottom: 0;
        border-bottom: unset;
        padding-right: 32px;
        border-right: 1px solid var(--neutre-80);
        flex-direction: row;
        gap: 32px;
        flex: 0 1 615px;
    }
}

.hero-secondaire-ti--more>p::before {
    content: "";
    display: block;
    mask: url(../../../../../../themes/apo/resources/images/icons/succès.svg) no-repeat center;
    mask-size: contain;
    background-color: var(--ocre-100);
    height: 32px;
    width: 32px;
    flex-shrink: 0;
}

@media screen and (min-width: 768px) {
    .hero-secondaire-ti--more>p::before {
        height: 64px;
        width: 64px;
    }
}

.hero-secondaire-ti--more-keynumbers {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

@media screen and (min-width: 768px) {
    .hero-secondaire-ti--more-keynumbers {
        width: 100%;
        flex: 0 1 386px;
    }
}

.hero-secondaire-ti--more-keynumbers p {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 16px;
}

@media screen and (min-width: 768px) {
    .hero-secondaire-ti--more-keynumbers p {
        padding: 16px 30px;
    }
}

.hero-secondaire-ti--more-keynumbers p span {
    font-family: var(--robotoSlab);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

@media screen and (min-width: 768px) {
    .hero-secondaire-ti--more-keynumbers p span {
        font-size: 22px;
    }
}