@font-face {
    font-family: 'Growly grin';
    src: url('../fonts/growly_grin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato/Lato-Light.woff2') format('woff2'), url('../fonts/Lato/Lato-Light.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato/Lato-LightItalic.woff2') format('woff2'), url('../fonts/Lato/Lato-LightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato/Lato-Regular.woff2') format('woff2'), url('../fonts/Lato/Lato-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato/Lato-Italic.woff2') format('woff2'), url('../fonts/Lato/Lato-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato/Lato-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato/Lato-Bold.woff2') format('woff2'), url('../fonts/Lato/Lato-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato/Lato-BoldItalic.woff2') format('woff2'), url('../fonts/Lato/Lato-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato/Lato-Black.woff2') format('woff2'), url('../fonts/Lato/Lato-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato/Lato-BlackItalic.woff2') format('woff2'), url('../fonts/Lato/Lato-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/Bebas_Neue/BebasNeue-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    /* font-display: swap; */
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/Bebas_Neue/BebasNeue-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    /* font-display: swap; */
}

@font-face {
    font-family: 'Kalam';
    src: url('../fonts/Kalam/Kalam-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

 :root {
    font-family: 'Lato';
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

*,
 :after,
 :before {
    box-sizing: inherit;
}

body {
    margin: 0;
    padding: 0;
    /* background-color: #E40521; */
    overflow-x: hidden;
}

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;
}

.mob {
    display: none;
}

.textBold {
    font-weight: 700;
}

.textBlack {
    font-weight: 900;
}

.container_page {
    position: relative;
}


/* debut accroche */

.accroche {
    background-image: url(../images/header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    position: relative;
}

.blc_accroche {
    width: 132rem;
    margin: 0 auto;
    padding-top: 4.8rem;
}

.logo_appr {
    display: block;
    text-decoration: none;
    width: 23.4rem;
    margin-bottom: 1.6rem;
}

.logo_appr img {
    width: 100%;
    display: block;
}

.text_accroche {
    background-color: rgba(0, 54, 124, 0.8);
    padding: 4.4rem;
    border-radius: 4.8rem;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    width: 50rem;
}

h1,
h2 {
    font-family: 'Bebas Neue';
    font-weight: 700;
    font-size: 6rem;
    line-height: 1;
}

h1 {
    color: #ffffff;
}

.text_accroche h2 {
    position: relative;
    z-index: 1;
    line-height: 0.9;
}

.text_accroche p {
    font-size: 2.4rem;
    /* font-weight: 900; */
    font-weight: 700;
    color: #ffffff;
}


/* fin accroche */


/* debut FlÃ¨che qui invite scroller */

.inviteScroll {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 13rem;
    /* bottom: 0rem; */
    opacity: 0;
    transition: .3s;
    animation: afficheCehvron 0.5s 1.5s forwards;
    /* background-color: #000; */
}

@keyframes afficheCehvron {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.groupChevron {
    position: relative;
    width: 4rem;
    height: 9rem;
    margin: 0 auto;
}

.chevron {
    position: absolute;
    top: 0;
    left: 50%;
    width: 3rem;
    height: 3rem;
    margin-left: -1.2rem;
    border-left: 0.3rem solid #fff;
    border-bottom: 0.3rem solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb04 2s infinite;
    animation: sdb04 2s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb04 {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
    }
    20% {
        -webkit-transform: rotate(-45deg) translate(-1rem, 1rem);
    }
    40% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
    }
}

@keyframes sdb04 {
    0% {
        transform: rotate(-45deg) translate(0, 0);
    }
    20% {
        transform: rotate(-45deg) translate(-1rem, 1rem);
    }
    40% {
        transform: rotate(-45deg) translate(0, 0);
    }
}


/* */


/* Fin FlÃ¨che qui invite scroller */


/* labled */

.labled {
    padding: 0 0.8rem;
    display: inline-block;
    /* margin-bottom: 0.3rem; */
    margin-bottom: 0.3rem;
    line-height: 0.9;
    position: relative;
    overflow: hidden;
}

.labled::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    /* transform: translateY(-50%); */
    height: 100%;
    width: 0;
    z-index: -1;
}

.labled.in-view::before {
    animation: fillBg 2s ease forwards;
}

@keyframes fillBg {
    to {
        width: 100%;
    }
}

.labledRed {
    color: transparent;
    transition-duration: 2s;
}

.labledRed.in-view {
    color: #ffffff;
}

.labledBlue {
    color: #ffffff;
}

.labledRed::before {
    background-color: #E1001A;
}

.labledBlue::before {
    background-color: #00367C;
    top: -0.25rem;
}


/* fin labled */


/* section challenge_velo */

.challenge_velo {
    padding: 2.4rem 0 9rem;
    text-align: center;
}

.container_section {
    width: 187.2rem;
    margin: 0 auto;
}

.bar {
    width: 100%;
    background-color: #00367C;
    color: #ffffff;
    padding: 4rem 0;
    margin-bottom: 9.6rem;
    border-radius: 2.4rem;
    text-align: center;
    font-family: 'Bebas Neue';
    font-size: 4.8rem;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.bar .labled {
    margin-bottom: -1.13rem;
    font-size: 6.4rem;
    padding: 0 0.8rem 0 0.4rem;
}

.blc_video {
    width: 98.4rem;
    margin: 0 auto;
    margin-top: 4.8rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.container_video {
    position: relative;
    width: 31.2rem;
    /* border-radius: 2.4rem; */
    /* overflow: hidden; */
    height: 55.5rem;
}

.container_video iframe {
    width: 100%;
    height: 55.5rem;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.perso {
    width: 100%;
    display: block;
    border-radius: 2.4rem;
}

.playVideo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 6rem;
    cursor: pointer;
    transition: .3s;
}

.playVideo:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.cottes {
    position: absolute;
    bottom: -7rem;
    right: -2rem;
    width: 12.717rem;
    z-index: -1;
}

.text_video {
    width: 62.4rem;
    text-align: left;
}

.text_video p {
    font-size: 2rem;
    color: #343F4F;
}

.blueDivs {
    background-color: #E6EDF7;
    border-radius: 1.6rem;
    padding: 4.4rem;
    margin-top: 3.2rem;
}

.blueDivs .btnDon {
    background-color: #ffffff;
    color: #00367C;
    box-shadow: 0px 0px 0px 1px rgba(0, 54, 124, 1) inset;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 54, 124, 1) inset;
    -moz-box-shadow: 0px 0px 0px 1px rgba(0, 54, 124, 1) inset;
}

.blueDivs .btnDon:hover {
    background-color: #00367C;
    color: #ffffff;
    box-shadow: 0px 0px 0px 1px rgba(0, 54, 124, 1) inset;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 54, 124, 1) inset;
    -moz-box-shadow: 0px 0px 0px 1px rgba(0, 54, 124, 1) inset;
}

.blueDivs p {
    margin-top: 0;
}

#iframeModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

#iframeModal.opn {
    opacity: 1;
    visibility: visible;
    z-index: 9994;
}

.blc_modalIf {
    position: relative;
    width: 80%;
    height: 80%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

#closeIframe {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    font-size: 20px;
}

#iframeContent {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}


/* fin section challenge_velo */


/* debut section action */

.action {}

.action .container_section {
    background-color: #E6EDF7;
    border-radius: 2.4rem;
    padding: 9.6rem 0;
}

.blc_action {
    width: 132rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    /* height: 150rem; */
}

.head_action {
    width: 42.4rem;
    position: sticky;
    top: 0;
}

.head_action p {
    font-size: 2rem;
    color: #343F4F;
}

.body_action {
    width: 76rem;
}

.item_action {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3.2rem;
}

.pic_action {
    width: 20rem;
    height: 35.4rem;
    border-radius: 2.4rem;
    overflow: hidden;
}

.pic_action img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.text_action h4 {
    font-family: 'Bebas Neue';
    font-size: 3.6rem;
    font-weight: 700;
    color: #00367C;
}

.text_action {
    width: 53.6rem;
}

.text_action p {
    color: #343F4F;
    font-size: 2rem;
    font-weight: 400;
    padding-right: 2.4rem;
    margin-top: 1.2rem;
}


/* fin section action */


/* section chiffres */

.chiffres {
    /* background-color: #f7f7f7; */
    color: #00367C;
    padding: 5rem 5rem 1rem;
    margin: 5rem 0;
    border-radius: 3rem;
    text-align: center;
}

.chiffres h3,
.challenge_velo h3,
.action h3 {
    font-family: 'Bebas Neue';
    font-weight: 700;
    font-size: 6.4rem;
    text-transform: uppercase;
    color: #00367C;
    width: 83.2rem;
    margin: 0 auto;
}

.underH3 {
    font-size: 2rem;
    margin-top: 3.4rem;
}

.blc_chiffres {
    margin-bottom: 5.6rem;
}

.blc_chiffres>p {
    font-size: 2.4rem;
    font-weight: 700;
    margin-top: 0;
}

.blc_diagrame {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 64.8rem;
    margin: 4.8rem auto 4.8rem;
    position: relative;
}

.blc_diagrame p {
    font-size: 1.6rem;
    width: 31.2rem;
    text-align: left;
    background-color: #E6EDF7;
    padding: 2.4rem;
    border-radius: 2.4rem;
    border-bottom-left-radius: 0;
}

.diagrame {
    width: 31.2rem;
    position: relative;
    display: flex;
}

.arrow_red {
    position: absolute;
    right: 4.789rem;
    top: 7.29rem;
    width: 5.01rem;
}

.animed_graph {
    width: 20rem;
    height: 20rem;
    position: relative;
}


/* Remplissage interne animé */

.fill_graph {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #E1001A;
    border-radius: 1rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    /* Par défaut pour graph1 */
    height: 0;
    transition: height 1s ease;
    z-index: 0;
}


/* Couleurs spécifiques */

.graph1 .fill_graph {
    background-color: #E1001A;
}

.graph2 .fill_graph {
    background-color: #00367C;
    width: 15rem;
}

.graph2 {
    margin-left: -4rem;
    width: 15rem;
}

.txt_graph {
    font-family: 'Bebas Neue';
    font-size: 6.4rem;
    font-weight: 400;
    color: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: top 0.3s ease;
    white-space: pre;
}

.graph2 .txt_graph {
    font-size: 5.2rem;
}


/* fin form_sticky */

.form_sticky {
    /* display: none; */
    width: 100%;
    position: fixed;
    text-align: center;
    bottom: 0;
    z-index: 9995;
}

.blc_form_sticky {
    width: 132rem;
    height: 12.3rem;
    /* padding: 1.6rem 11.2rem 0; */
    padding: 2.6rem 11.2rem 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #00367C;
    border-radius: 2.4rem;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    color: #ffffff;
    position: relative;
}

.title_form {
    font-size: 2rem;
    font-weight: 700;
    display: block;
    text-align: left;
    width: 16.5rem;
    margin-top: 0.5rem;
}

.blc_itemDon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 64.8rem;
}

.itemDon {
    width: 12.467rem;
    border-radius: 10rem;
    background-color: #ffffff;
    color: #00367C;
    font-size: 2.4rem;
    font-weight: 900;
    padding: 1.6rem 3.133rem;
    text-decoration: none;
    transition: .3s;
}

.itemDon:hover {
    color: #E1001A;
    box-shadow: 0px 0px 0px 1px rgba(225, 0, 26, 1) inset;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(225, 0, 26, 1) inset;
    -moz-box-shadow: 0px 0px 0px 1px rgba(225, 0, 26, 1) inset;
}

.itemDon.clicked {
    background-color: #E1001A;
    color: #ffffff;
}

.otherAmount {
    width: 20.2rem;
    font-size: 1.7rem;
    font-weight: 900;
    padding: 3.05rem 2.133rem;
    cursor: pointer;
}

.focussed {
    background-color: #E1001A;
}

.container_don {
    position: relative;
}

.libredPrice {
    width: 100%;
    border: 0;
    outline: 0;
    font-size: 2.4rem;
    font-weight: 700;
    padding: 0;
    color: #ffffff;
    text-align: center;
    background-color: transparent;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.otherAmount .mnt_don {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.otherAmount .mnt_don .textBlack {
    font-size: 2.4rem;
    margin-left: 0.5rem;
}

.afterDed {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -3rem;
    font-size: 1.8rem;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.afterDed.pointer {
    opacity: 1;
    visibility: visible;
}

.btnDon {
    display: inline-block;
    font-family: 'Bebas Neue';
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.094rem;
    text-align: center;
    text-transform: uppercase;
    padding: 1.44rem 3.3rem;
    border-radius: 10rem;
    color: #ffffff;
    background-color: #E1001A;
    text-decoration: none;
    transition: .3s;
}

.blc_form_sticky .btnDon {
    /* width: 26.5rem; */
    /* margin: 0 auto; */
}

.scaled {
    transition: .15s;
}

.scaled:hover {
    transform: scale(1.018);
}

.btnDon:hover {
    color: #E1001A;
    background-color: #ffffff;
    box-shadow: 0px 0px 0px 1px rgba(225, 0, 26, 1) inset;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(225, 0, 26, 1) inset;
    -moz-box-shadow: 0px 0px 0px 1px rgba(225, 0, 26, 1) inset;
}

.btnDon.bigBtn {
    padding: 2rem 2rem;
    display: block;
    font-size: 4.036rem;
}

.blc_share {
    position: absolute;
    right: -27rem;
    top: 50%;
    transform: translateY(-50%);
    width: 6.4rem;
}

.container_share {
    position: relative;
    background-color: #E1001A;
    border-radius: 10rem;
}

.openShare img {
    filter: brightness(0) invert(1);
    width: 1.7rem;
}

.openShare,
.share {
    border-radius: 10rem;
    width: 6.4rem;
    height: 6.4rem;
    font-size: 2rem;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .3s;
}

.ico_share {
    /* width: 2.4rem; */
    width: 1.7rem;
}

.ico_share img {
    width: 100%;
    display: block;
}

.share {
    height: 4.4rem;
}

.openShare:hover {
    color: #E1001A;
    background-color: #ffffff;
    box-shadow: 0rem 0rem 0.61rem 0rem rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0rem 0rem 0.61rem 0rem rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0rem 0rem 0.61rem 0rem rgba(0, 0, 0, 0.75);
}

.openShare:hover img {
    filter: brightness(100%) invert(0);
}

.share:hover {
    transform: scale(1.2);
}

.socialMedia {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #E1001A;
    border-radius: 10rem;
    height: 0;
    overflow: hidden;
    /* transition: .3s; */
    z-index: 1;
}

.socialMedia.mediaOpen {
    height: 26rem;
}


/* fin form_sticky */


/* animation flipInX */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    /** once the animation finishes we stay on the last
        keyframe */
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: translate(0, -5rem) perspective(400px);
        transform: translate(0, -5rem) perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0) perspective(400px);
        transform: translate(0, 0) perspective(400px);
        opacity: 1;
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: translate(0, -5rem) perspective(400px);
        transform: translate(0, -5rem) perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0) perspective(400px);
        transform: translate(0, 0) perspective(400px);
        opacity: 1;
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    /* this is a nice way to control animation playback */
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    opacity: 0;
}


/* fin animation flipInX */


/* debut footer */

footer {
    padding: 0rem 0 9.4rem;
}

footer .container_section {
    background-color: #00367C;
    border-radius: 2.4rem;
}

.blc_footer {
    width: 132rem;
    margin: 0 auto;
    display: flex;
    padding: 3.2rem 0;
}

.logo_footer {
    width: 14.924rem;
    display: block;
}

.logo_footer img {
    width: 100%;
    display: block;
}

.url_footer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 117.076rem;
}

.url_footer a {
    font-size: 1.6rem;
    color: #ffffff;
    text-decoration: none;
    margin: 0 1rem;
}

.url_footer a:hover {
    /* text-decoration: underline; */
    text-shadow: 1px 1px 0 #E1001A, 2px 2px 0 #ce0018, 1px 1px 0 rgb(173, 3, 22);
    transform: translate(-1px, -1px);
}

.copyright {
    width: 132rem;
    margin: 1.2rem auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.4rem;
}


/* fin footer */

.video-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
}

.popup-content {
    position: relative;
    /* background: #fff; */
    /* padding: 1rem; */
    z-index: 10;
    /* border-radius: 10px; */
    box-shadow: 0 0 10rem #000;
}

.close-popup {
    position: absolute;
    top: -5rem;
    right: -8rem;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    border: none;
    font-size: 6rem;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    cursor: pointer;
    transition-duration: 0.3s;
    transition: all .5s ease-in-out;
}

.close-popup:hover {
    transform: rotate(360deg);
    color: #E63329;
}

.light_btn {
    cursor: pointer;
}

.iframe-wrapper iframe {
    width: 170rem !important;
    height: 80vh !important;
}