:root {
  --clr-blue-election: #1C215B;
  --clr-blue-election-light: 60, 192, 192;
}

.clr-blue-election {
    color: var(--clr-blue-election);
}
.p-presentation-v3__overlay::before {
    display: none;
}

.p-presentation-v3__overlay--text--content h1 {
    font-size: 3.2rem;
    line-height: 3.5rem;
    max-width: 63.8rem;
    margin: auto;
    font-weight: 100;
}
.p-presentation-v3__overlay--text--content h1 strong {
    font-weight: 600;
}

.p-presentation-v3__overlay--text--content .c-button {
    background-color: rgb(var(--clr-blue-election-light));
    color: white;
}

.p-presentation-v3__overlay--text--content .c-button:hover {
    color: white;
    opacity: .7;
}

.p-presentation-v3 .p-presentation-v3__section-title-text {
    font-size: 2.8rem;
    line-height: 3.8rem;
    font-weight: 100;
    color: var(--clr-blue-election);
}
.p-presentation-v3 .p-presentation-v3__section-title-text strong {
    font-weight: 600;
}
.p-presentation-v3 .p-presentation-v3__section-title-text::before {
    margin: 2rem 0;
}
#ancre_produits .p-presentation-v3__check-list-bullet {
    display: flex;
    flex-direction: column;
    column-gap: 4.8rem;
    row-gap: .8rem;
}
.elections-product-card {
    background-color: #F8F8F8;
    border-radius: 2rem;
    padding: 2rem 0 3.2rem;
    position: relative;
}

.elections-product-card img {
    display: block;
    margin: auto;
}
.elections-product-card .c-button-link {
    font-size: 1.8rem;
    padding: 0 3.2rem;
    position: initial;
    margin-top: .8rem;
}
.elections-product-card .c-button-link:after {
    content: "";
    position: absolute;
    inset: 0;
}

.elections-subtitle-bloc {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 9.6rem;
}

.elections-subtitle-bloc .secondary-heading {
    margin-bottom: 0;
}

.elections-subtitle-bloc span {
    font-size: 9.6rem;
    line-height: 7.9rem;
    font-weight: 600;
    color: rgb(var(--clr-blue-election-light),.2);
}

/**********************/
/***** Responsive *****/
/**********************/

@media only screen and (min-width: 768px) {

    .p-presentation-v3__overlay {
        border-radius: 1.2rem;
    }
    
    .p-presentation-v3__overlay--text--content h1 {
        font-size: 4.2rem;
        line-height: 5.2rem;
    }
    .p-presentation-v3 .p-presentation-v3__section-title-text {
        font-size: 3.8rem;
        line-height: 5.4rem;
    }
    #ancre_produits .p-presentation-v3__check-list-bullet {
        flex-direction: row;
    }

    .elections-subtitle-bloc {
        justify-content: flex-end
    }
    .elections-subtitle-bloc span {
        position: absolute;
        bottom: 0;
    }

}