:root {
    --primary-bg: #0D166A;
    --primary-light: rgba(13, 22, 106, 0.05);
    --primary-dark: #0A1152;
    --color-red: #FF0000;
    --color-red-dark: #D91F1F;
    --gray-bg: #E0E0EC;
    --text-light: #FFFFFF;
    --white: #ffffff;
    --muted: #6b7280;
    --line: #d7dcea;
    --radius: 18px;
    --ease: cubic-bezier(0, 0, 0.5, 0.5);
    --light-blue: #9DC4F3;
    --text-white: #ffffff;
    --text-dark: #243772;
    --secondary-blue: #326ACC;
    --font-body: "Lato", sans-serif;
    --font-title: "Bebas Neue", sans-serif;
    font-family: var(--font-body);
    font-weight: 400;
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

*,
:after,
:before {
    box-sizing: inherit;
}

body {
    margin: 0;
    padding: 0;
    background-color: var(--color-bleuFonce);
}

body.notScrolled {
    overflow: hidden;
    height: 100VH;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

input:focus,
a:focus {
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
}

.cadre {
    height: 100%;
}

.desk {
    display: block !important;
}

.mob {
    display: none !important;
}

.textBold {
    font-weight: 700;
}

.color_red {
    color: var(--color-red);
}

.color_bleuCiel {
    color: var(--color-bleuCiel);
}

.color_bleuFonce {
    color: var(--color-bleuFonce);
}

.color_green {
    color: var(--color-green);
}


/* header */

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 12rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10rem;
    background: #fff;
    z-index: 1;
}

.home header {
    background-color: #ffffff90;
}

.logo_apr {
    width: 28rem;
}

.logo_apr img {
    width: 100%;
}

.btn-don {
    display: inline-block;
    background: var(--color-red);
    color: #fff;
    font-size: 2.4rem;
    font-weight: 900;
    text-decoration: none;
    padding: 2rem 10.9rem;
    border-radius: 5rem;
    border: none;
    cursor: pointer;
    transition: .3s;
}

.btn-don:hover {
    transform: scale(1.05);
}


/* end header */

#fp-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    transition: transform .5s var(--ease);
    will-change: transform;
}

#fp-wrapper.no-anim {
    transition: none;
}

.fp-section {
    height: 100vh;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}


/* ---------- HERO ---------- */

#header {
    background: linear-gradient(180deg, rgba(13, 19, 56, .55) 0%, rgba(13, 19, 56, .75) 60%, rgba(13, 19, 56, .92) 100%), linear-gradient(120deg, #3a4a8c, #1a2358);
    color: #fff;
    position: relative;
}

#header video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-card {
    background: var(--primary-bg);
    border-radius: 5rem;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 5.6rem 6.4rem 4.4rem;
    text-align: center;
    width: 106.6rem;
    /* box-shadow:0 30px 70px rgba(0,0,0,.35); */
    position: relative;
    /* animation: riseIn .9s var(--ease) both; */
    transition: .3s;
}


/* @keyframes riseIn {
    from {
        opacity: 0;
        transform: translateY(28px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
} */


/* .hero-eyebrow{font-weight:700;font-size:1.5rem;letter-spacing:1px;color:#c9cef0;text-transform:uppercase;margin:0 0 6px;} */

.hero-card h1 {
    font-size: 7rem;
    line-height: 1.12;
    margin: 0 0 4.2rem;
    font-weight: 900;
    color: #FEFEFF;
    text-transform: uppercase;
}

.hero-year {
    display: inline-block;
    background: #fff;
    color: var(--color-red);
    padding: 0.8rem 4rem;
    border-radius: 5rem;
    margin-top: 2.6rem;
}

.hero-card p.lead {
    font-size: 3.8rem;
    font-weight: 700;
    margin: 0 0 3rem;
}

.hero-card p.sub {
    font-size: 2.2rem;
    color: #FEFEFF;
    width: 66.4rem;
    margin: 0 auto 7rem;
    line-height: 1.5;
}

.time_requis {
    position: absolute;
    left: 50%;
    bottom: -4rem;
    transform: translateX(-50%);
    width: 32.8rem;
}

#down-arrow {
    position: absolute;
    bottom: 5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 5.8rem;
    height: 5.8rem;
    border-radius: 50%;
    border: none;
    background: var(--primary-bg);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 3.75rem;
    box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, .3);
    transition: .3s;
}

#down-arrow:hover {
    transform: translateX(-50%) scale(1.2);
}

#down-arrow i {
    animation: bob 1.8s ease-in-out infinite;
}

@keyframes bob {
    0%,
    100% {
        transform: translateY( -8px);
    }
    50% {
        transform: translateY( 8px);
    }
}


/* ---------- QUESTION SECTIONS ---------- */

.fp-section.q {
    background: var(--primary-light);
}

.card {
    background: var(--white);
    border-radius: var(--radius);
    border-bottom-right-radius: 0;
    padding: 7rem 10rem;
    margin-top: 7rem;
    width: 140rem;
    height: 79rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 20px 50px rgba(20, 27, 77, .08);
    position: relative;
}

.step-count {
    /* font-size: 1.6rem; */
    font-size: 2.3rem;
    font-weight: 400;
    color: var(--primary-bg);
    /* letter-spacing: .5px; */
    margin: 0 0 0.25rem;
}

.formulaire {
    margin-top: 0;
}

.card h2 {
    /* font-size: 2.8rem; */
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.35;
    color: var(--primary-bg);
    margin: 0 0 2.5rem;
}

.card .hint {
    font-size: 2rem;
    /* color: var(--muted); */
    font-weight: 400;
    margin: 0 0 26px;
    display: inline;
}

.subtitle {
    /* font-size: 2.8rem; */
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--primary-bg);
    margin: 4.2rem 0 2.5rem;
}

.opt-grid {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.8rem;
    width: 100%;
}

.opt-grid.force_grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 2.5rem;
    width: 100%;
}

.opt-grid.force_grid .opt {
    grid-column: span 2;
    width: auto;
}

.opt-grid.force_grid .opt.full {
    grid-column: span 3;
}

.opt-grid.cols-2 {
    flex-wrap: wrap;
    gap: 2.5rem 0;
}

#q6 .opt-grid.cols-2 .opt:last-child {
    width: 100%;
}

.opt-grid.cols-1 {
    flex-direction: column;
}

.opt {
    /* border: 0.15rem solid var(--primary-bg); */
    box-shadow: 0px 0px 0px 1px var(--primary-bg);
    -webkit-box-shadow: 0px 0px 0px 1px var(--primary-bg);
    -moz-box-shadow: 0px 0px 0px 1px var(--primary-bg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f7f8fc;
    width: 22.08rem;
    padding: 1.6rem 1.8rem;
    border-radius: 0.8rem;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-bg);
    text-align: center;
    cursor: pointer;
    transition: all .18s var(--ease);
    user-select: none;
}

.opt:hover {
    border-color: var(--primary-bg);
    background: #D7E6FA;
}

.opt.selected {
    background: #D7E6FA;
    /* box-shadow:0 8px 18px rgba(20,27,77,.25); */
}

.opt-grid.cols-1 .opt {
    width: 100%;
    margin-bottom: 2.4rem;
}

.opt-grid.cols-2 .opt {
    width: 49%;
}

.opt.tile {
    text-align: left;
    display: flex;
    align-items: center;
    padding: 7rem 2.1rem;
    width: 23.5%;
}

.validate-btn {
    position: relative;
    width: 100%;
    margin-top: 2rem;
    background: var(--primary-bg);
    color: #fff;
    border: none;
    padding: 1.7rem;
    border-radius: 1rem;
    font-size: 2.5rem;
    font-weight: 900;
    cursor: pointer;
    transition: .3s;
}

.validate-btn:hover {
    background: var(--primary-bg) !important;
    transform: scale(1.025);
}

.validate-btn.is-disabled {
    /* opacity: .4; */
    cursor: not-allowed;
}

.validate-btn:active:not(.is-disabled) {
    transform: scale(.99);
}

.validate-btn#submit-quiz {
    background: var(--secondary-blue);
}

.arrw_btn {
    position: absolute;
    top: -0.07rem;
    left: 50%;
    transform: translateX(-50%);
    width: 2.8rem;
}

.block_error {
    /* display:none; */
    color: var(--color-red);
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
}

.block_error.active {
    opacity: 1;
    visibility: visible;
    transition: .3s;
}

.field {
    margin-bottom: 3rem;
    position: relative;
}

.field label {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-bg);
    margin-bottom: 0.8rem;
}

.facult {
    font-size: 1.6rem;
    font-weight: 400;
}

.field input {
    width: 100%;
    padding: 1.3rem 1.4rem;
    border-radius: 0.8rem;
    box-shadow: 0px 0px 0px 1px var(--primary-bg);
    -webkit-box-shadow: 0px 0px 0px 1px var(--primary-bg);
    -moz-box-shadow: 0px 0px 0px 1px var(--primary-bg);
    border: 0;
    font-size: 2rem;
    /* font-family: inherit; */
    outline: none;
    transition: border-color .2s;
}

.field input:focus {
    border-color: var(--primary-bg);
    background: #f7f8fc;
}

.field-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.checkbox-label {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.checkbox-label input[type="checkbox"] {
    margin-top: 3px;
    flex-shrink: 0;
    width: 3rem;
    height: 3rem;
    accent-color: var(--primary-bg);
}

.checkbox-label span {
    font-size: 1.8rem;
    color: var(--primary-bg);
    cursor: pointer;
    line-height: 1.2;
}

.error-message {
    position: absolute;
    bottom: -2rem;
    color: #ff0000;
    font-size: 1.6rem;
    display: block;
}

.consent {
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--primary-bg);
    text-align: center;
    margin: 1.4rem 0 0;
    line-height: 1.5;
}

.step-arrows {
    position: absolute;
    /* left: 50%; */
    right: 0;
    bottom: -3.8rem;
    transform: none;
    z-index: 400;
    display: flex;
    /* gap: 0.6rem; */
    justify-content: space-between;
    align-items: center;
    width: 10.2rem;
    z-index: 400;
}

body>.step-arrows {
    display: none;
}

.step-arrows button {
    width: 48%;
    height: 3.7rem;
    border-radius: 2rem;
    background: var(--primary-bg);
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
    outline: 0;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity .2s, transform .2s;
}

.step-arrows button.nav-prev {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
}

.step-arrows button.nav-next {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.step-arrows button:disabled {
    opacity: .35;
    cursor: not-allowed;
}

.step-arrows button:hover:not(:disabled) {
    transform: scale(1.05);
}


/* #header~* .step-arrows,
.hide-chrome {
    display: none !important;
} */


/***** Page Merci ***** */


/* ===== first_viewport ===== */

.first_viewport {
    height: 108rem;
    height: 100vh;
    background-color: var(--primary-bg);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}


/* ===== HERO ===== */

.hero {
    position: relative;
    min-height: 63rem;
    width: 100%;
    padding-top: 12rem;
    background-image: url(../images/ecran_1_1x.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10rem;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    color: #fff;
    transition: 0.3s;
}

.title-animate {
    opacity: 0;
    transform: translateY(-6rem);
    transition: opacity 0.9s ease, transform 0.9s ease;
}

.del-2 {
    transition-delay: 0.2s;
}

.del-3 {
    transition-delay: 0.3s;
}

.del-4 {
    transition-delay: 0.4s;
}

.del-5 {
    transition-delay: 0.5s;
}

.del-6 {
    transition-delay: 0.5s;
}

.title-animate.in-view {
    opacity: 1;
    transform: translateY(0);
}

.hero .confirm {
    /* margin-right: 24.6rem; */
    margin-right: 23.6rem;
    margin-top: 1rem;
    width: 61.598rem;
    color: rgba(255, 255, 255, .85);
    text-align: center;
    transition: .3s;
}

.msg_thanks {
    font-size: 2.2rem;
    font-weight: 500;
}

.hero h1 {
    font-size: 22.8rem;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
}

.hero .sub {
    font-size: 7.2rem;
    font-weight: 700;
    margin-top: -1rem;
}


/* ===== BANDE CTA primary ===== */

.cta-band {
    background: var(--primary-bg);
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 0.5vh 0 3vh;
    /* margin-top: -11.5rem; */
    margin-top: 0;
    transition: .3s;
}

.cta-band>* {
    transition: .3s;
}

.cta-band p.lead {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.5;
    /* margin-bottom: 1.8rem; */
}

.fine-print {
    font-size: 2rem;
    color: #fefeff;
    line-height: 1.5;
    width: 94.6rem;
    margin: 0 auto;
    margin-top: 3.5rem;
}

.cta-band .chevron {
    margin-top: 1.6rem;
    width: 2.9rem;
    margin: 1.6rem auto 0;
    font-size: 4rem;
    color: #ffffff;
    display: block;
    transition: .3s;
}

.cta-band .chevron:hover {
    transform: scale(1.2);
}


/* ===== STATS ===== */

.stats {
    background: #fff;
    text-align: center;
    padding: 5rem 0 7rem;
    position: relative;
}

.stats .label {
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--primary-bg);
    margin-bottom: 1rem;
}

.stats .numbers {
    display: flex;
    justify-content: center;
    gap: 60px;
}

.stats .stat-block .num {
    font-size: 9.692rem;
    font-weight: 900;
    color: var(--color-red);
    line-height: 1;
}

.stats .stat-block .desc {
    font-size: 2.262rem;
    font-weight: 400;
    color: var(--primary-bg);
    margin-top: 0.6rem;
}


/* ===== cards-don-section ===== */

.cards-don-section {
    background: var(--gray-bg);
    padding: 8rem 0 3rem;
    position: relative;
}

.cards-don-section h2 {
    text-align: center;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.4;
    color: var(--primary-bg);
    width: 130rem;
    margin: 0 auto 2.6rem;
}

.blc_cards_don {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    width: 130rem;
    margin: 8rem auto 5rem;
}

.card_don {
    background: #fff;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 6px 50px rgba(13, 22, 106, .12);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    width: 40rem;
    transition: .3s;
}

.card_don:hover {
    transform: scale(1.1);
}

.card-head {
    background: var(--primary-bg);
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    padding: 2rem 1rem 1rem;
    width: 100%;
    line-height: 1.4;
}

.card_don .card-caption {
    margin-bottom: 1rem;
}

.card_don .card-photo {
    width: 36.2rem;
    margin: 0 auto;
}

.card_don .card-photo img {
    width: 100%;
}

.card_don .card-body {
    padding: 2rem 2.2rem 4rem;
    text-align: center;
    height: 36rem;
}

.card_don .amount {
    color: var(--color-red);
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 2px;
}

.card_don .after-tax {
    font-size: 1.8rem;
    color: var(--primary-bg);
    font-weight: 600;
    font-style: italic;
    margin-bottom: 1rem;
}

.card_don .desc {
    font-size: 2rem;
    color: var(--primary-bg);
    line-height: 1.5;
    margin-bottom: 3rem;
    height: 14rem;
}

.card_don .btn-don {
    font-size: 2.6rem;
    padding: 0.7rem 3rem;
    font-weight: 900;
}


/* ===== PARTAGE ===== */

.share {
    background: var(--gray-bg);
    text-align: center;
    padding: 5rem 0 8rem;
    position: relative;
    margin-top: -4rem;
}

.share::after {
    content: '';
    width: 100%;
    height: 0.2rem;
    background-color: var(--primary-bg);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.blc_share {
    width: 38.2rem;
    width: 41.2rem;
    margin: 0 auto;
    background: var(--gray-bg);
    position: relative;
    z-index: 1;
}

.share p {
    font-family: Arial;
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-bg);
    line-height: 1.3;
    margin: 0;
}

.share .ico_share {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    gap: 12px;
}

.share .ico_share a {
    width: 5.227rem;
    height: 5.227rem;
    border-radius: 50%;
    background: var(--primary-bg);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.7rem;
    text-decoration: none;
    transition: .3s;
}

.share .ico_share a:hover {
    transform: scale(1.1);
}


/* ===== FOOTER ===== */

.site-footer {
    background: var(--primary-bg);
    color: #fff;
    text-align: center;
    padding: 0 10rem;
    height: 9.841rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-footer .foot-logo {
    width: 17.4rem;
}

.site-footer .foot-logo img {
    width: 100%;
    display: block;
}

.site-footer .socialMedia {
    display: flex;
    justify-content: center;
    gap: 1rem;
    /* margin-bottom: 1.8rem; */
    margin-left: 2rem;
}

.site-footer .socialMedia a {
    background: #ffffff;
    width: 5.227rem;
    height: 5.227rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 50%;
    font-size: 2.5rem;
    color: var(--primary-bg);
    transition: .3s;
}

.site-footer .socialMedia a:hover {
    transform: scale(1.1);
}

.right_footer {
    width: 66.3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.2rem;
}

.copy {
    font-size: 1.6rem;
    margin-right: 0rem;
}

.realisation {
    font-size: 1.6rem;
    margin-left: 0rem;
}

.site-footer .links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 22.2rem;
}

.site-footer .links a {
    font-size: 1.6rem;
    margin: 0 0.6rem;
    color: #ffffff;
    text-decoration: none;
    position: relative;
}

.site-footer .links a::after {
    content: '';
    width: 0;
    height: 0.1rem;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .3s;
}

.site-footer .links a:hover::after {
    width: 100%;
}