:root {
    --box-shadow: 0px 5px 40px rgb(0 0 0 / 2%);
}
h1 {
    font-family: var(--primary-font);
    font-weight: 200;
    font-size: 3.125em;
    line-height: 0.9;
    letter-spacing: 2;
}
h2 {
    font-family: var(--secondary-font);
    font-weight: 200;
    font-size: 1.5em;
    line-height: 1.2;
}
h3 {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 1.563em;
    color: var(--hovered);
}
p {
    font-weight: 300;
    font-size: 0.875em;
    color: var(--black);
}
strong {
    color: inherit !important;
}
body {
    background-color: var(--white);
}
.offre {
    width: 100%;
    height: 45px;
    border-bottom: 2px solid var(--second-light);
    position: fixed;
    top: 80px;
    z-index: 1000;
    transition: 400ms linear;

    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    -moz-backdrop-filter: blur(30px);
}
.offre.scrolled {
    top: 0px;
}
.offre .limit {
    width: calc(100% - 100px);
    text-align: center;
}
.offre h3 {
    color: var(--secondary-normal);
    font-family: var(--primary-font);
    font-size: 0.75em;
    font-weight: 300;
}
.offre h3 strong {
    color: var(--secondary-normal);
}
.menu:has(>.banner-operation)~main .offre {
    top: 160px;
}
.menu:has(>.banner-operation) ~ main .offre.scrolled {
    top: 0px;
}
.webbanner {
    /* margin: 150px auto 0px auto;
    height: 300px; */
    margin: 0px auto 0px auto;
    padding-top: 150px;
    height: 450px;
    background-image: url("../img/assurance/group_grey.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    max-width: 1200px;
}
.webbanner_txt {
    text-align: center;
    width: calc(100% - 100px);
    margin-left: 50px;
}
.webbanner_txt img {
    max-width: 250px;
}
.webbanner_txt p,
.personnaliser h3 {
    font-family: var(--primary-font);
    text-align: center;
    font-weight: 300;
    line-height: 30px;
    color: var(--black);
}
.personnaliser img:first-child {
    margin-bottom: 20px
}
.webbanner_txt p {
    margin-top: 30px;
    font-size: 1.500em;
}
.webbanner_txt p:last-child {
    margin-top: 15px;
    font-size: 0.875em;
    font-weight: 900;
}
.divider {
    height: 80px;
}
.bigmain {
    height: auto;
    padding: 50px 0px 100px 0px;
}
.blue {
    background-color: var(--blue);
}
.grey {
    background-color: var(--first-light);
}
.bigmain_content {
    margin: 0px auto 0px auto;
    max-width: 1200px;
}
.bundle p,
.faq p,
.pricing p {
    font-family: var(--primary-font);
    font-size: 0.875em;
    font-weight: 200;
}
.bundle p:nth-child(3) {
    font-size: 0.75em;
    font-weight: 900;
    font-style: italic;
}
.eligibilite {
    max-width: 1200px;
    text-align: center;
    margin-top: 20px;
}
.eligibilite h3 {
    padding-bottom: 10px;
}
.eligibilite p:nth-child(2) {
    text-align: center;
    font-family: var(--primary-font);
    font-size: 1.000em;
    font-weight: 200;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.2;
}
.couverture {
    position: relative;
    width: 30%;
    background-color: var(--white);
    padding: 30px;
    border-radius: var(--primary-border-radius);
    margin-top: 50px;
    min-width: 30%;
}
.couverture img {
    height: 40px;
}
.couverture p {
    font-size: 1.000em;
    font-family: var(--primary-font);
    text-align: center;
    font-weight: 200;
    color: var(--black);
}
.couverture p:last-child {
    font-family: var(--secondary-font);
    font-size: 0.875em;
    font-weight: 300;
    padding-top: 10px;
    line-height: 15px;
}
.couverture .pastille {
    max-width: 110px;
    position: absolute;
    top: -20px;
    right: 0px;
    padding: 10px 18px;
    border-radius: 190px 190px 0 190px;
    background-color: var(--blue);
    color: var(--grey-apple);
}
.couverture .pastille p {
    padding: 0px !important;
    line-height: normal;
    font-family: var(--primary-font);
    font-size: 0.750em;
    font-weight: 600;
}
.avantages {
    margin-top: 20px;
}
.group_questions {
    width: 48%;
}
.question,
.avantage {
    border-radius: var(--primary-border-radius);
    padding: 25px 60px 25px 30px;
    border: 2px solid var(--white);
}
.avantage {
    margin-top: 30px;
    border: 2px solid var(--blue);
}
.question {
    margin-top: 40px;
    background-color: var(--white);
    box-shadow: var(--box-shadow);
    cursor: pointer;
    position: relative;
}
.question.active {
    border: 2px solid var(--blue);
}
.close_question {
    position: absolute;
    top: -20px;
    right: -20px;
    background-color: var(--secondary-normal);
    padding: 10px;
    border-radius: 190px;
    height: 40px;
    cursor: pointer;
}
.avantage div p:first-child {
    font-weight: 400;
}
.avantage div p:last-child {
    font-weight: 200;
}
.avantage div p:last-child,
.avantage div p:first-child {
    font-family: var(--primary-font);
    font-size: 0.75em;
    text-align: left;
    padding: 0px;
    margin: 0px;
}
.avantage img,
.pec img {
    height: 20px;
    margin-right: 20px;
}
.bundle .garantie p {
    font-family: var(--primary-font);
    font-size: 0.875em;
    line-height: 15px;
    font-weight: 200;
    font-style: inherit;
    padding: 15px;
    margin-top: 10px;
}
.bundle {
    text-align: center;
    margin-top: 50px;
}
.pricing {
    text-align: center;
    margin-top: 50px;
}
.garantie {
    border-radius: var(--primary-border-radius);
    background-color: var(--first-light);
    width: 25%;
    padding: 10px;
    margin-right: 15px;
    height: 175px;
    min-width: 200px;
    width: 200px;
    text-align: center;
    cursor: pointer;
}
.garantie:nth-child(12) {
    display: none;
}
.garantie_cta {
    width: calc(100% - 15px);
    margin-right: 15px;
    background-color: var(--third-dark);
    margin-top: 10px;
    padding: 15px 25px;
    border-radius: var(--primary-border-radius);
    text-align: center;
}
.garantie_cta a {
    color: var(--white);
    font-family: var(--primary-font);
    font-size: 0.75em;
    font-weight: 400;
}
.garantie div:first-child {
    margin-bottom: 10px;
}
.garantie:nth-child(4) p {
    color: var(--white);
}
.garantie img {
    height: 20px;
}
.garantie .garantie_img {
    width: 50px;
    height: auto;
}
.personnaliser {
    width: 100%;
    margin-top: 100px;
}
.timeline {
    flex-wrap: wrap;
}
.timesteps {
    border: 2px solid var(--white);
    border-radius: var(--primary-border-radius);
    width: 15%;
    padding: 30px 20px 20px 20px;
    overflow: hidden;
    margin-top: 30px;
}
.timesteps img {
    height: 40px;
    margin-bottom: 10px;
}
.timesteps p {
    font-family: var(--primary-font);
    font-size: 0.750em;
    line-height: 15px;
}
.timesteps .steps p {
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 0.875em;
    margin-bottom: 10px;
}
.exemple_price {
    margin-top: 60px;
}
.price {
    border-radius: var(--primary-border-radius);
    background-color: var(--first-light);
    padding: 30px;
    max-width: 32%;
    box-shadow: var(--box-shadow);
    border: 5px solid var(--white);
}
.price img {
    padding-bottom: 25px;
    width: 60%;
}
.price p:nth-child(3) {
    font-size: 0.75em;
    font-weight: 300;
    color: var(--first-dark);
    font-style: italic;
    margin-bottom: 20px;
}
.price p:nth-last-child(2) {
    padding-top: 20px;
    font-size: 1.25em;
    font-family: var(--primary-font);
    color: var(--secondary-normal);
    font-weight: 600;
}
.pricing-button {
    position: relative;
    margin: auto;
    width: 200px;
    background-color: var(--blue);
    margin-top: 20px;
    padding: 15px 25px;
    border-radius: var(--primary-border-radius);
    text-align: center;
    cursor: pointer;
}
.pricing-button a {
    color: var(--third-dark);
    font-family: var(--primary-font);
    font-size: 0.75em;
    font-weight: 400;
}
.waves {
    position: relative;
    width: 100%;
    height: 150px;
    z-index: 100;
    margin-bottom: -10px;
}
#faq {
    position: relative;
    width: calc(100% - 200px);
    max-width: 1000px;
    padding: 0px 100px;
    left: 50%;
    transform: translateX(-50%);
}
#faq .left,
#faq .right {
    width: calc(50% - 30px);
    flex-direction: column;
    max-width: 470px;
}
.question p:first-child {
    font-family: var(--primary-font);
    font-size: 0.875em;
    font-weight: 200;
    line-height: 1.2;
}
.question p:nth-child(2) {
    font-family: var(--secondary-font);
    font-size: 0.875em;
    font-weight: 300;
    margin-top: 10px;
    padding-top: 20px;
    width: calc(100% - 80px);
}
.list {
    position: relative;
    overflow: auto;
    width: 100%;
    padding: 80px 0px 0px 0px;
}
.response {
    position: relative;
}
.heart {
    position: absolute;
    right: -55px;
    bottom: -5px;
    border-left: 1px solid var(--blue);
    width: 100px;
    height: 90px;
    background: url("../img/assurance/heart.png") no-repeat;
    background-position: 0 0;
    cursor: pointer;
    transition: background-position 1s steps(28);
    transition-duration: 0s;
}
.heart.is-active {
    transition-duration: 1s;
    background-position: -2800px 0;
}
.modale_insurance a {
    text-align: center;
}
.modale_insurance a img {
    height: 40px;
    position: relative;
}
.modale_insurance a:first-child p {
    color: var(--white);
    font-family: var(--primary-font);
    text-transform: uppercase;
    font-size: 0.875em;
    letter-spacing: 4px;
    margin-bottom: 50px;
}
.navigation {
    margin-bottom: 20px;
}
.navigation {
    justify-content: space-around;
}
.navigation .prev,
.navigation .next {
    display: none;
}
.detail_garanties {
    width: 300px;
    padding: 30px;
    height: auto;
    background-color: var(--white);
    border-radius: var(--primary-border-radius);
    
    margin-left: 15px;
    margin-right: 15px;
}
.modale_insurance img.pricing-img {
    width: 80%;
}
.detail_garanties h2 {
    font-family: var(--primary-font);
    font-size: 0.875em;
    line-height: 15px;
    font-weight: 600;
    font-style: inherit;
    text-align: center;
    color: var(--black);
    margin-top: 20px;
}
.modale_insurance h2.pricing-price {
    color: var(--secondary-normal);
    font-size: 1em;
}
.detail_garanties p {
    font-family: var(--primary-font);
    font-size: 0.75em;
    font-weight: 400;
    padding-top: 20px;
    line-height: 15px;
    padding-bottom: 10px;
}
.pec p {
    font-family: var(--secondary-font);
    font-size: 0.875em;
    padding: 0px;
    font-weight: 300;
}
.pec {
    margin-top: 10px;
}
.parallax>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}
.parallax>use:nth-child(1) {
    animation-delay: -1s;
    animation-duration: 10s;
}
.parallax>use:nth-child(2) {
    animation-delay: -5s;
    animation-duration: 15s;
}
.parallax>use:nth-child(3) {
    animation-delay: -10s;
    animation-duration: 20s;
}
.parallax>use:nth-child(4) {
    animation-delay: -15s;
    animation-duration: 25s;
}
/** Keyframes **/
@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }
    100% {
        transform: translate3d(85px, 0, 0);
    }
}
/** Responsive **/
@media screen and (max-width: 1300px) {
    .bigmain {
        padding: 50px 0px 80px 0px;
    }
    .bigmain_content,
    .webbanner {
        width: 100%;
        max-width: 100%;
        margin-left: inherit;
        margin-right: inherit;
    }
    .list {
        padding-left: 50px;
        left: -50px;
        width: calc(100% + 100px);
    }
    .webbanner {
        background-size: cover;
    }
    .bundle,
    .eligibilite,
    .pricing,
    .faq {
        width: calc(100% - 100px);
        margin-left: 50px;
    }
    .garantie:nth-child(12) {
        display: block;
        background-color: var(--blue);
        min-width: 50px;
        margin-right: 0px;
    }
}
@media screen and (max-width: 1000px) {
    .timesteps {
        width: 30%;
    }
    .exemple_price,
    .type_couverture {
        flex-wrap: wrap;
        justify-content: center !important;
    }
    .price,
    .couverture {
        min-width: 48%;
    }
    .price:first-child,
    .couverture:first-child {
        margin-right: 2%;
    }
    .price:nth-child(2),
    .couverture:nth-child(2) {
        margin-left: 2%;
    }
    .price:last-child {
        margin-top: 40px;
    }
}
@media screen and (max-width: 940px) {
    .avantages,
    .questions {
        flex-wrap: wrap;
        margin-left: 50px;
    }
    .group_questions {
        width: calc(100% - 50px);
        text-align: left;
    }
    .faq {
        text-align: center;
    }
}
@media screen and (max-width: 700px) {
    .couverture {
        width: 100%;
    }
    .couverture:first-child {
        margin-right: 0px;
    }
    .couverture:nth-child(2) {
        margin-left: 0%;
    }
    .group_questions {
        width: 100%;
    }
    .avantages,
    .questions {
        margin-left: 0px;
    }
    .exemple_price {
        flex-wrap: wrap;
    }
    .price {
        min-width: 370px;
    }
    .price:nth-child(2) {
        margin-left: 0%;
        margin-top: 40px;
    }
    .price:first-child {
        margin-right: 0%;
    }
    .timesteps {
        width: 48%;
    }
}
@media screen and (max-width: 530px) {
    #menu.scrolled ~ main .offre {
        top: 0px;
    }
    .webbanner {
        margin-top: 170px;
    }
}
@media screen and (max-width: 500px) {
    .navigation .prev,
    .navigation .next {
        display: block;
    }
    .content_garanties .prev,
    .content_garanties .next {
        display: none;
    }
    .content_garanties .detail_garanties {
        margin: 0px;
    }
}
@media screen and (max-width: 470px) {
    .bundle,
    .eligibilite,
    .pricing {
        width: calc(100% - 60px);
        margin-left: 30px;
    }
    .list {
        width: calc(100% + 80px);
    }
    .faq {
        width: calc(100% - 60px);
        margin-left: 30px;
    }
    .webbanner_txt {
        width: calc(100% - 60px);
        margin-left: 30px;
    }
    .price {
        min-width: calc(100% + 60px);
        border-radius: 0px;
    }
    .questions {
        margin-left: -30px;
    }
    .question {
        width: calc(100% + 30px);
        border-radius: 0px;
        margin-left: 0px;
    }
    .timesteps {
        min-width: 100%;
    }
    .garantie:nth-child(12) {
        min-width: 30px;
        margin-right: 0px;
    }
    .close_question {
        top: 15px;
        right: 15px;
    }
    .question {
        padding: 25px 80px 25px 30px;
    } 
}
@media screen and (max-width: 400px) {
    h3,
    .webbanner_txt p {
        font-size: 1.25em;
    }
    .webbanner_txt p:last-child {
        font-size: 0.750em;
    }
    .avantage {
        padding: 25px 30px;
    }
    .eligibilite p:nth-child(2),
    .question p:first-child {
        font-size: 0.875em;
    }
}