@font-face {
    font-family: 'Montserrat';
    font-weight: 100;
    font-style: normal;
    src: url('https://parrainer.welfarm.fr/wp-content/themes/welfarm/require/fonts/Montserrat/Montserrat-Thin.ttf') format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 300;
    font-style: normal;
    src: url('https://parrainer.welfarm.fr/wp-content/themes/welfarm/require/fonts/Montserrat/Montserrat-Light.ttf') format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 400;
    font-style: normal;
    src: url('https://parrainer.welfarm.fr/wp-content/themes/welfarm/require/fonts/Montserrat/Montserrat-Regular.ttf') format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 500;
    font-style: normal;
    src: url('https://parrainer.welfarm.fr/wp-content/themes/welfarm/require/fonts/Montserrat/Montserrat-Medium.ttf') format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 600;
    font-style: normal;
    src: url('https://parrainer.welfarm.fr/wp-content/themes/welfarm/require/fonts/Montserrat/Montserrat-SemiBold.ttf') format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 700;
    font-style: normal;
    src: url('https://parrainer.welfarm.fr/wp-content/themes/welfarm/require/fonts/Montserrat/Montserrat-Bold.ttf') format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'DK Boris Brush';
    src: url('https://parrainer.welfarm.fr/wp-content/themes/welfarm/require/fonts/DK-Boris-Brush/DK-Boris-Brush.ttf') format("truetype");
    font-display: swap;
    text-transform: uppercase;
}

@font-face {
    font-family: 'RammettoOne';
    font-weight: 400;
    src: url('https://parrainer.welfarm.fr/wp-content/themes/welfarm/require/fonts/Rammetto_One/RammettoOne-Regular.ttf') format("truetype");
    font-display: swap;
    text-transform: uppercase;
}

:root {
    font-family: "Montserrat";
    font-weight: 400;
    --font-Rammetto-One: "RammettoOne";
    --font-Montserrat: "Montserrat";
    --color-green: #507F2D;
    --color-green-transprent: rgba(80, 127, 45, 0.1);
    --color-green2: #8D913D;
    --color-green2-transprent: rgba(141, 145, 61, 0.1);
    --color-green-light: #97BE0C;
    --color-green-oko-contrast: #819C1F;
    --color-orange: #F29400;
    --color-orange-transprent: rgba(242, 148, 0, 0.1);
    --color-orange-fonce: #DB6F26;
    --color-orange-fonce-transprent: rgba(219, 111, 38, 0.1);
    --color-RedGazel: #8A2940;
    --color-RedGazel-transprent: rgba(138, 41, 64, 0.1);
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

*,
:after,
:before {
    box-sizing: inherit;
}

body {
    margin: 0;
    padding: 0;
    position: relative;
    /* background-image: url(../images/backProvisoir.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

input:focus,
a:focus {
    outline: none;
}

.centerPadding_5 {
    margin: 0 16.404%;
}

.centerPadding_7 {
    width: 134rem;
    margin: 0 auto;
}

.centerPadding_8 {
    width: 132rem;
    margin: 0 auto;
}

.centerPadding_9 {
    width: 155.7rem;
    margin: 0 auto;
}

.centerPadding_10 {
    width: 174.215rem;
    margin: 0 auto;
}

.desk {
    display: block !important;
}

.mob {
    display: none !important;
}

.colorOrange {
    color: var(--color-orange);
}

.backColor_Orange {
    background-color: var(--color-orange);
}

.colorOrangeFonce {
    color: var(--color-orange-fonce);
}

.backColor_OrangeFonce {
    background-color: var(--color-orange-fonce);
}

.backColor_Orange_transparent {
    background-color: var(--color-orange-transprent);
}

.colorGreen {
    color: var(--color-green);
}

.backColor_Green {
    background-color: var(--color-green);
}

.color_oko {
    color: var(--color-green-oko-contrast);
}

.backColor_oko_contrast {
    background-color: var(--color-green-oko-contrast);
}

.backColor_Green_transparent {
    background-color: var(--color-green-transprent);
}

.colorGreen2 {
    color: var(--color-green2);
}

.backColor_Green2 {
    background-color: var(--color-green2);
}

.backColor_Green2_transparent {
    background-color: var(--color-green2-transprent);
}

.colorGreenLight {
    color: var(--color-green-light);
}

.backColor_GreenLight {
    background-color: var(--color-green-light);
}

.colorRedGazel {
    color: var(--color-RedGazel);
}

.backColor_RedGazel {
    background-color: var(--color-RedGazel);
}

.backColor_RedGazel_transparent {
    background-color: var(--color-RedGazel-transprent);
}

.textBold {
    font-weight: 700;
}

.textBlack {
    font-weight: 900;
}

.underligned {
    text-decoration: underline;
}

.textNoir {
    color: #000000;
}

.heroHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 2rem;
    position: relative;
    z-index: 3;
}

.hero {
    height: 100vh;
    background: url("../images/back_header.jpg") center/cover no-repeat;
    position: relative;
    color: white;
    overflow: hidden;
}

.blc_LogoHeader {
    width: 35.743rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo_welfarm {
    width: 16.07rem;
}

.logo_welfarm img {
    width: 100%;
}

.logo_la_hardonnerie {
    width: 18.173rem;
}

.logo_la_hardonnerie img {
    width: 100%;
}

.heroCtas {
    position: fixed;
    right: 12rem;
    display: flex;
    gap: 1rem;
    z-index: 9992;
}

.heroCtas a {
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
}

.btnHero {
    padding: 1rem 1.4rem;
    border-radius: 5rem;
    font-family: var(--font-Rammetto-One);
    font-size: 2rem;
    line-height: 1;
    color: #ffffff;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
}

.btnHero:hover {
    /* transform: scale(1.05, 1.05);
    transition-timing-function: cubic-bezier(0.47, 2, 0.1, -0.9);
    -webkit-transform: scale(1.05, 1.05);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2, 0.1, -0.9);
    -moz-transform: scale(1.05, 1.05);
    -moz-transition-timing-function: cubic-bezier(0.47, 2, 0.1, -0.9); */
    transform: scale(1.05);
    /* transform-origin: center center; */
}

.pr_animal_btn {
    display: inline-flex;
}

.home .cta_on_single {
    width: 0;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    line-height: 0;
}

.home .cta_on_home {
    /* width: 0; */
    opacity: 1;
    visibility: visible;
}

.single-animaux .cta_on_single {
    width: auto;
    opacity: 1;
    visibility: visible;
}

.single-animaux .cta_on_home {
    width: 0;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    line-height: 0;
}

.offerCard .btnHero:hover {
    transform: translateX(-50%) scale(1.05);
}

.ico_btn_hero {
    height: 2.768rem;
    margin-right: 1rem;
}

.backColor_oko_contrast .ico_btn_hero {
    height: 3.768rem;
}

.heroContent {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 8.5rem;
    text-align: center;
}

.heroTitle {
    /* font-family: var(--font-Rammetto-One); */
    /* font-size: 12.784rem; */
    /* letter-spacing: 0.3rem; */
    /* opacity: 0; */
    width: 108.271rem;
    margin: 0 auto;
}


/* .heroContent.loaded .heroTitle {
    opacity: 1;
    -webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) 1s both;
    animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) 1s both;
} */

.heroTitle svg {
    opacity: 0;
    width: 100%;
    display: block;
}

@keyframes expand-in {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }

    40% {
        opacity: 0.6;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.tracking-in-expand {
    animation: expand-in 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0.5s both;
}

.heroSubtitle {
    font-family: var(--font-Rammetto-One);
    font-size: 3.4rem;
    margin-top: -5rem;
    margin-bottom: 1rem;
}

.blc_vectors {
    /* width: 154.616rem; */
    width: 128.616rem;
    height: 29.061rem;
    position: absolute;
    left: 50%;
    bottom: -3.8rem;
    opacity: 0;
    transform: translateX(-50%) scale(0.8);
    transition: all 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) 1s;
    z-index: -1;
}

.heroContent.loaded .blc_vectors {
    opacity: 1;
    transform: translateX(-50%) scale(1);
}

.container_vectors {
    width: 100%;
    height: 100%;
    position: relative;
}

.vectors {
    position: absolute;
    width: 100%;
}

.oreilles {
    left: 0;
    top: 0;
    width: 12.688rem;
}

.queue {
    right: 6rem;
    top: 13rem;
    width: 7.841rem;
}

.herbe_g {
    left: -15rem;
    bottom: 2rem;
    width: 24.545rem;
}

.herbe_d {
    right: -15rem;
    bottom: 0;
    width: 24.545rem;
}

.calque_anne {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.heroArrow {
    position: absolute;
    bottom: 5rem;
    left: 50%;
    transform: translateX(-50%);
    /* margin: 0 auto; */
    width: 2.133rem;
    animation: arrowFloat 2s infinite ease-in-out;
    outline: 0;
    display: block;
    text-decoration: none;
    z-index: 1;
}

.heroArrow img {
    width: 100%;
}

@keyframes arrowFloat {
    0% {
        transform: translateX(-50%) translateY(0);
    }

    50% {
        transform: translateX(-50%) translateY(15px);
    }

    100% {
        transform: translateX(-50%) translateY(0);
    }
}

.btnHero_Fixed {
    display: none;
}


/* ANIMALS */

.animals {
    background: #FBFCFB;
    padding: 14rem 0 4rem;
    text-align: center;
    position: relative;
}

.vague {
    position: absolute;
    top: -8.9rem;
    left: 0;
    width: 100%;
}

.blc_animals {
    /* width: 165.468rem; */
    width: 163rem;
    margin: 0 auto;
}


/* .animalsSlider {
    display: flex;
    justify-content: space-between;
    align-items: center;
} */

.animalItem {
    width: 100%;
    /* height: 48.962rem; */
    height: 50.962rem;
    position: relative;
    text-decoration: none;
    transition: .3s;
}

.animalItem .btnHero {
    margin: 2rem 0;
}

@keyframes popHighlight {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.12);
    }

    100% {
        transform: scale(1.05);
    }
}

.animalItem.popin-active {
    animation: popHighlight 0.8s ease;
}

.animalItem .pic_animl {
    width: 28.456rem;
    height: 27.626rem;
    margin: 0 auto;
}

.pic_animl a {
    display: block;
}

.animalItem .pic_animl img {
    width: 100%;
    display: block;
}

.animalItem .txt_m_avant {
    position: relative;
    display: block;
    width: 100%;
    /* height: 4rem; */
    height: 5rem;
    visibility: hidden;
    opacity: 0;
    font-family: var(--font-Rammetto-One);
    font-size: 2.1rem;
    text-transform: uppercase;
    color: var(--color-green);
    margin-bottom: 1.5rem;
}

.animalItem.m_avant .txt_m_avant {
    visibility: visible;
    opacity: 1;
}

.animalItem .txt_m_avant svg {
    width: 100%;
    height: 100%;
}

.animalItem .txt_m_avant text {
    font-family: var(--font-Rammetto-One);
    font-size: 3.5rem;
    text-transform: uppercase;
    fill: var(--color-green);
}

.txt_m_avant span {
    position: absolute;
    white-space: pre;
}

.sous_titre_animal {
    font-size: 2.6rem;
    font-weight: 600;
    display: block;
    color: #414141;
    padding: 0 2rem;
}

.arrows_animal {
    width: 5.133rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.rightArrows {
    right: -7rem;
}

.leftArrows {
    transform: translateY(-50%) scaleX(-1);
    left: -7rem;
}


/* MAP */

.map {
    width: 100%;
    height: 108rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /* padding-left: 24.7rem; */
    padding-right: 17.7rem;
}

.mapContainer {
    background: url("../images/map_vagues.png") center/cover no-repeat;
    padding: 6rem 0;
    margin-top: 6rem;
    border-radius: 2rem;
    /* width: 56.8rem; */
    width: 62.8rem;
    /* height: 43.6rem; */
    height: 49.6rem;
    text-align: center;
}

.mapContainer h2 {
    font-family: var(--font-Rammetto-One);
    font-size: 4rem;
    color: var(--color-green);
}

.mapContainer p {
    font-size: 2.5rem;
    color: #000000;
}


/* PEACE */

.peace {
    padding: 5rem 0;
    background-color: var(--color-green-oko-contrast);
    color: #ffffff;
}

.blc_peace {
    width: 118.2rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/* .pic_peace {
    width: 56.8rem;
    height: 66rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
} */

.pic_peace {
    width: 56.8rem;
    height: 66rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 9rem;
}


/* .cadre_video {
    width: 102% !important;
    height: 102%;
    position: absolute;
    left: -0.5rem;
    top: -0.7rem;
    z-index: 1;
} */

.cadre_video {
    width: 107% !important;
    height: 107%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    /* scale: 1.12; */
    transform: translate(-50%, -50%);
}

.pic_peace img,
.pic_peace iframe,
.pic_peace video {
    width: 100%;
    display: block;
}

.pic_peace iframe,
.pic_peace video {
    height: auto;
    min-height: 32rem;
}

.peaceText {
    width: 48.6rem;
}

.overflow_hidden {
    overflow: hidden;
}

.onMob {
    display: none;
}

.onDesk {
    display: block;
}

.blc_peace .sectionTitle {
    color: #ffffff;
    text-align: left;
    line-height: 1.3;
}

.peaceText p {
    /* color: #ffffff; */
    font-size: 2rem;
}


/* animation */

.title-animate {
    overflow: hidden;
    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);
}


/* fin animation */


/* .compagnon {
    width: 93.2rem;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.compagnon h3 {
    font-family: var(--font-Rammetto-One);
    font-size: 4rem;
    color: var(--color-green);
}

.blc_compagnon {
    background-color: var(--color-green-transprent);
    border-radius: 3rem;
    border-width: 0.5rem;
    border-style: dotted;
    border-color: var(--color-green);
    padding: 3rem 12rem;
}

.blc_compagnon h3 {
    font-family: var(--font-Rammetto-One);
    font-size: 2.7rem;
    color: var(--color-green);
}

.under_title_blc_compagnon {
    font-size: 2.5rem;
    color: var(--color-green);
}

.flex_blc_compagnon {
    width: 66.158rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.flex_blc_compagnon::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    height: 100%;
    border-left: 0.5rem dotted var(--color-green);
}

.flex_blc_compagnon p {
    width: 27.67rem;
    font-size: 2.2rem;
    font-weight: 500;
}

.flex_blc_compagnon p:last-child {
    font-size: 2rem;
}

.flex_blc_compagnon p:last-child .underligned {
    font-weight: 700;
} 

.compagnon .btnHero {
    position: absolute;
    left: 50%;
    bottom: -2.5rem;
    transform: translateX(-50%);
    white-space: nowrap;
}
*/


/* OFFERS */

.offers {
    background: #ffffff;
    padding: 9rem 0;
    text-align: center;
}

#parrainerlahardonnerie {
    padding-top: 11rem;
}

#parrainerunanimal {
    padding-top: 11rem;
}

.sectionTitle {
    font-family: var(--font-Rammetto-One);
    font-size: 4rem;
    line-height: 1;
    text-align: center;
    color: var(--color-orange);
    margin-bottom: 2rem;
    position: relative;
}

.sectionTitle2 {
    font-size: 3.6rem;
}

.fleche_dots {
    position: absolute;
    top: 3rem;
    height: 16.89rem;
    opacity: 0;
    transform: scale(0.5);
}

.fleche_vert {
    right: 0;
}

.fleche_orange {
    left: -10rem;
}


/* Mask Animation Styles */

.mask-path {
    fill: none;
    stroke: white;
    stroke-width: 10;
    stroke-linecap: round;
    /* Fallback value to ensure lines are fully hidden before JS calculation */
    stroke-dasharray: var(--path-length, 2000px);
    stroke-dashoffset: var(--path-length, 2000px);
}

.mask-head {
    opacity: 0;
}


/* Triggered state */

.fleche_dots.active .mask-path,
.active .mask-path {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 2s linear;
}

.fleche_dots.active .mask-head,
.active .mask-head {
    opacity: 1;
    transition: opacity 0.1s linear 2s;
    /* Appears right when dashoffset finishes */
}


/* */

.offersGrid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
    margin-top: 8rem;
}

.offerCard {
    padding: 4rem 3rem 5rem;
    border-radius: 3rem;
    width: 49.233rem;
    height: 39.387rem;
    border-width: 0.7rem;
    border-style: dotted;
    position: relative;
    transition: .3s;
}

.offerCard:hover {
    transform: translateY(-1rem);
}

.offerCard.lahardonnerie {
    width: 111.2rem;
    height: auto;
    margin: 0 auto 9rem;
}

.offerCard.colorOrangeFonce {
    border-color: var(--color-orange-fonce);
}

.offerCard.colorGreen {
    border-color: var(--color-green);
}

.offerCard.colorRedGazel {
    border-color: var(--color-RedGazel);
}

.top_offerCard {
    font-size: 2.5rem;
    border-bottom-width: 0.7rem;
    border-bottom-style: dotted;
    margin-bottom: 2rem;
}

.icon_offerCard {
    position: absolute;
    left: 50%;
    top: -3.5rem;
    transform: translateX(-50%);
    max-height: 7.163rem;
    max-width: 10rem;
}

.offerCard.colorOrangeFonce .top_offerCard {
    border-bottom-color: var(--color-orange-fonce);
}

.offerCard.colorGreen .top_offerCard {
    border-bottom-color: var(--color-green);
}

.offerCard.colorRedGazel .top_offerCard {
    border-bottom-color: var(--color-RedGazel);
}

.top_offerCard h3 {
    font-family: var(--font-Rammetto-One);
    font-size: 2.7rem;
}

.offerCard.lahardonnerie .top_offerCard h3 {
    font-size: 3.3rem;
}

.infos_don {
    font-weight: 700;
}

.infos_don .textNoir {
    font-weight: 400;
    font-size: 2.2rem;
}

.offerCard.lahardonnerie .infos_don .textNoir {
    font-size: 2.5rem;
}

.infos_compagnon {
    font-size: 1.9rem;
    font-weight: 500;
    color: #000000;
    display: block;
}

.lire_plus_offers {
    display: none;
}

.bottom_offerCard {
    transition: .3s;
}

.bottom_offerCard .underligned {
    font-size: 1.8rem;
    font-weight: 700;
}

.bottom_offerCard p {
    font-size: 1.8rem;
    font-weight: 400;
    color: #000000;
    display: inline;
}

.offerCard .btnHero {
    position: absolute;
    left: 50%;
    bottom: -2.5rem;
    transform: translateX(-50%);
    white-space: nowrap;
}

.textSection {
    font-size: 2.4rem;
    color: #414141;
    text-align: center;
    margin-top: 5rem;
}

.blc_arrow_offers {
    display: none;
}


/* Dots slick */

.blc_arrow_offers .slick-dots {
    position: relative !important;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 0 0;
    list-style: none;
    text-align: center;
}

.blc_arrow_offers .slick-dots li {
    position: relative;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    margin: 0 1rem;
    padding: 0;
    cursor: pointer;
}

.blc_arrow_offers .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 2rem;
    height: 2rem;
    padding: 0.5rem;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.blc_arrow_offers .slick-dots li button:hover,
.blc_arrow_offers .slick-dots li button:focus {
    outline: none;
}

.blc_arrow_offers .slick-dots li button:hover:before,
.blc_arrow_offers .slick-dots li button:focus:before {
    opacity: 1;
}

.blc_arrow_offers .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 2rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 2rem;
    height: 2rem;
    content: '•';
    text-align: center;
    opacity: 1;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.blc_arrow_offers .slick-dots li.slick-active button:before {
    opacity: 1;
    color: black;
}

.blc_arrow_offers .slick-dots li.slick-active button::before {
    background-image: url('../images/offers-dots-active.png');
}

.blc_arrow_offers .slick-dots li button:before {
    background-image: url('../images/offers-dots.png');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 2rem;
    height: 2rem;
    content: "";
    color: #fff;
}


/* fin Dots slick */


/* WHY */

.why {
    width: 100%;
    height: 108rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* padding-left: 24.7rem; */
    padding-left: 17.7rem;
    position: relative;
    background-image: var(--bg-desktop);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.vector-coeur {
    position: absolute;
    opacity: 0;
    transform: scale(0.5);
}

.vector-coeur-haut {
    top: 33rem;
    right: 52rem;
    width: 10rem;
}

.vector-coeur-milieu {
    top: 44rem;
    right: 47rem;
    width: 6.7rem;
}

.vector-coeur-bas {
    top: 55rem;
    width: 9.5rem;
    right: 45rem;
}

.vector-coeur.is-visible,
.fleche_dots.active {
    animation: popIn 0.7s ease forwards;
}

@keyframes popIn {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    70% {
        transform: scale(1.1);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.whyContainer {
    background: url("../images/why_vagues.png") center/cover no-repeat;
    padding: 6rem 0;
    margin-top: 6rem;
    border-radius: 2rem;
    /* width: 60.8rem; */
    width: 65rem;
    /* height: 79.4rem; */
    height: 84.4rem;
    font-family: var(--font-Rammetto-One);
}


/* .whyTitle {
    text-align: center;
    font-size: 4rem;
    line-height: 1.3;
    color: var(--color-orange);
    padding: 0 6rem;
} */

.whyList {
    width: 50.8rem;
    margin: 3.5rem auto 0 auto;
}

.whyItemTitle {
    font-size: 2.8rem;
    color: var(--color-green-oko-contrast);
    line-height: 1.25;
}

.whyItem p {
    font-family: var(--font-Montserrat);
    font-weight: 400;
    font-size: 2rem;
    color: #000000;
}


/* FAQ */

.faq {
    padding: 9rem 0;
    background-color: var(--color-green-oko-contrast);
    color: #ffffff;
}

.faq .sectionTitle {
    color: #ffffff;
    margin-bottom: 6rem;
}

.faqItem {
    border: 0.4rem solid #ffffff;
    border-radius: 2.5rem;
    padding: 3.5rem 3rem;
    margin-bottom: 2.2rem;
    transition: .3s;
}

.faqItem.active {
    background-color: #ffffff;
    color: #000000;
}


/* QUESTION */

.faqQuestion {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    font-family: var(--font-Rammetto-One);
    font-size: 2.2rem;
    font-weight: 100;
}


/* ICON */

.faqIcon {
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    font-family: var(--font-Montserrat);
    font-weight: 500;
    font-size: 4.7rem;
    transition: 0.3s;
}

.faqIconPlus {
    visibility: visible;
    opacity: 1;
}

.faqIconMoins {
    visibility: hidden;
    opacity: 0;
}


/* rotation icone quand actif */

.faqItem.active .faqIconMoins {
    visibility: visible;
    opacity: 1;
}

.faqItem.active .faqIconPlus {
    visibility: hidden;
    opacity: 0;
}


/* REPONSE */

.faqReponse {
    display: none;
    padding-right: 9rem;
    /* padding-top: 1rem; */
}

.faqReponse p {
    font-size: 2rem;
    margin-top: 1rem;
    margin-bottom: 0;
}


/* FIN FAQ */


/*  single animaux */

.singleAnimal {
    background: #ffffff;
    padding: 4rem 0 0;
}

.singleAnimal_container {
    display: flex;
    gap: 6rem;
    align-items: center;
}

.singleAnimal_left {
    width: 73.184rem;
    position: relative;
}

.retour {
    font-family: var(--font-Rammetto-One);
    font-size: 3rem;
    color: var(--color-green);
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 20rem;
    margin-left: 10rem;
    margin-bottom: 2rem;
}

.retour img {
    width: 5rem;
}

.conteneur_animalSlider_blc {
    position: relative;
    border-radius: 4rem;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    height: 77rem;
    overflow: hidden;
}

.animalSlider_blc {
    height: 100%;
}

.animalSlider_blc .slick-list,
.animalSlider_blc .slick-track {
    height: 100%;
}

.conteneur_animalSlider_blc .single-slide+.direction_blc .slick-dots,
.conteneur_animalSlider_blc .single-slide+.direction_blc .slick-arrow {
    display: none !important;
}

.animalSlide {
    width: 100%;
    height: 100%;
}

.videoWrapper {
    height: 100%;
}

.videoWrapper iframe {
    width: 100%;
    height: 100%;
}

.animalSlide img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}

.singleAnimal_right {
    width: 103.6rem;
    display: flex;
    justify-content: space-between;
}

.details_animal {
    width: 51rem;
}

.animalTitle {
    font-family: var(--font-Rammetto-One);
    font-size: 5.4rem;
    color: #9D4417;
    line-height: 1;
}

.animalSubtitle {
    font-family: var(--font-Rammetto-One);
    color: var(--color-orange);
    font-size: 3rem;
    margin-bottom: 2rem;
}

.animalMeta {
    font-size: 2.4rem;
    margin-bottom: 2rem;
    width: 42rem;
    display: flex;
    justify-content: space-between;
}

.animalDescription {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 3rem;
}

.animalStoryTitle {
    font-family: var(--font-Rammetto-One);
    color: var(--color-orange);
    font-size: 3rem;
    margin-bottom: 1rem;
}

.animalStory {
    font-size: 2rem;
    line-height: 1.4;
}

.direction_blc {
    position: absolute;
    width: 100%;
    left: 50%;
    bottom: 10rem;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.direction_blc div {
    margin: 0 2rem;
}

.direction_blc .arrows_animal_single {
    filter: brightness(0) invert(1);
    position: relative;
    width: 100%;
}

.left_arr_singl,
.right_arr_singl {
    width: 5rem;
    cursor: pointer;
}

.single_leftArrows {
    transform: scaleX(-1);
}

.videoItem {
    width: 100%;
}

.videoItem iframe,
.videoItem video {
    width: 100%;
}


/* Dots slick */

.animalSlider_blc.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.conteneur_animalSlider_blc .slick-dots {
    position: relative !important;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 0 0;
    list-style: none;
    text-align: center;
}

.conteneur_animalSlider_blc .slick-dots li {
    position: relative;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    margin: 0 1rem;
    padding: 0;
    cursor: pointer;
}

.conteneur_animalSlider_blc .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 2rem;
    height: 2rem;
    padding: 0.5rem;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.conteneur_animalSlider_blc .slick-dots li button:hover,
.conteneur_animalSlider_blc .slick-dots li button:focus {
    outline: none;
}

.conteneur_animalSlider_blc .slick-dots li button:hover:before,
.conteneur_animalSlider_blc .slick-dots li button:focus:before {
    opacity: 1;
}

.conteneur_animalSlider_blc .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 2rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 2rem;
    height: 2rem;
    content: '•';
    text-align: center;
    opacity: 1;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    filter: brightness(0) invert(1);
}

.conteneur_animalSlider_blc .slick-dots li.slick-active button:before {
    opacity: 1;
    color: black;
}

.conteneur_animalSlider_blc .slick-dots li.slick-active button::before {
    background-image: url('../images/dots-active.png');
}

.conteneur_animalSlider_blc .slick-dots li button:before {
    background-image: url('../images/dots.png');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 2rem;
    height: 2rem;
    content: "";
    color: #fff;
}


/* fin Dots slick */


/* */

.temoignages {
    background-color: var(--color-green-oko-contrast);
    padding: 9rem 0;
    position: relative;
    color: #ffffff;
    display: none;
}

.fond_vert_forme {
    position: absolute;
    left: 0;
    top: -4.5rem;
    width: 100%;
}

.temoignages h3 {
    font-family: var(--font-Rammetto-One);
    font-size: 3.7rem;
    /* color: var(--color-green); */
    text-align: center;
    margin-bottom: 5rem;
}

.liste_temoignages {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item_temoignages {
    width: 41.87rem;
    border: 0.2rem solid #ffffff;
    border-radius: 5rem;
    padding: 3.5rem;
}

.item_temoignages p {
    font-size: 2.4rem;
    font-weight: 700;
    /* color: var(--color-green); */
    margin-top: 0;
}

.name_temoignages {
    /* color: #000000; */
    font-size: 2rem;
}


/* card parin */

.parrainCard {
    width: 34.9rem;
    background: #fff;
    position: relative;
}

.parrainLeft {
    position: absolute;
    left: -9.3rem;
    top: 4rem;
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
    width: 9.3rem;
}

.priceBox {
    width: 100%;
    height: 12.438rem;
    border-radius: 2.052rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0.7rem;
    border-style: dotted;
    border-right-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: var(--font-Rammetto-One);
    font-size: 2.3rem;
    line-height: 1;
    cursor: pointer;
}

.priceBox .icon_offerCard {
    position: relative;
    left: unset;
    top: unset;
    transform: none;
    max-height: none;
    max-height: 3.775rem;
    max-width: 5rem;
    margin-bottom: 1rem;
}

.priceBox span {
    font-family: var(--font-Montserrat);
    font-size: 1.4rem;
    font-weight: 700;
}


/* .priceBox_orange {
    border-color: var(--color-orange-fonce);
    color: var(--color-orange-fonce);
}

.priceBox_green {
    border-color: var(--color-green);
    color: var(--color-green);
}

.priceBox_pink {
    border-color: var(--color-RedGazel);
    color: var(--color-RedGazel);
} */

.parrainRight {
    /* flex: 1; */
    /* border: 0.3rem dashed #f39a1e; */
    border-radius: 3rem;
    padding: 6rem 2.5rem 4rem;
    border-width: 0.7rem;
    border-style: dotted;
    text-align: center;
}

.parrainTitle {
    /* color: #f0701f; */
    font-family: var(--font-Rammetto-One);
    font-size: 2.7rem;
    line-height: 1.1;
    margin-bottom: 1rem;
}

.parrainDesc {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    padding: 0 2.5rem 2rem 2.5rem;
    line-height: 1.5;
    font-weight: 700;
    border-bottom-width: 0.7rem;
    border-bottom-style: dotted;
}

.single_pg {
    display: none;
}

.parrainCard .single_pg {
    display: block;
}

.underline_single_pg {
    text-decoration: none;
}

.parrainCard .underline_single_pg {
    text-decoration: underline;
}

.parrainDesc .textNoir {
    font-weight: 500;
}

.parrainSub {
    /* color: #f0701f; */
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.6rem;
    text-decoration: underline;
}

.parrainText {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 1.8rem;
    color: #000000;
}

.parrainContent .btnHero {
    line-height: 1.5;
}


/* .parrainBtn {
    display: inline-block;
    color: #fff;
    padding: 12px 18px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
} */


/* FIN single animaux */


/* FOOTER */

.footer {
    background: #4F7A2B;
    color: white;
    padding: 4rem 0 8rem;
}

.footerTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
}

.logo_footer {
    width: 16.776rem;
}

.logo_footer img {
    width: 100%;
    display: block;
    filter: brightness(0) invert(1);
}

.link_footer {
    font-size: 2rem;
    /* width: 43.5rem; */
    width: 45rem;
}


/* .menu-footer {
    display: flex;
} */

.menu-bas-depage {
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-bas-depage li {
    position: relative;
    /* padding-right: 0.5rem; */
    /* padding-left: 0.5rem; */
}

.menu-bas-depage li::after {
    content: '';
    width: 0.1rem;
    height: 100%;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -1.5rem;
}

.menu-bas-depage li:first-child::after {
    padding-left: 0;
}

.menu-bas-depage li:last-child::after {
    content: none;
}

.menu-bas-depage li a {
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    font-size: 2rem;
}

.menu-bas-depage li a:hover {
    opacity: 1;
}

.copyright {
    font-size: 2rem;
}

.footerSocial {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
    width: 25.6rem;
}

.footerSocial a {
    color: #ffffff;
    text-decoration: none;
    font-size: 4rem;
}

.footerBadge {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 37.8rem;
}

.label_don {
    width: 11.2rem;
    border-radius: 50%;
    background-color: #ffffff;
}

.label_don img {
    width: 100%;
    display: block;
}

.footerBadge p {
    font-size: 1.6rem;
    width: 25rem;
}


/* RESPONSIVE */

@media(max-width:62rem) {
    .footerTop {
        justify-content: center;
        text-align: center;
    }

    .footerBottom {
        text-align: center;
    }
}

.credit_popup {
    position: fixed;
    top: 50%;
    left: -100%;
    transform: translateY(-50%);
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    transition: .3s;
}

.credit_popup.active {
    left: 0;
}

.pop_up_container {
    width: 90%;
    max-width: 94rem;
    background-color: #ffffff;
    border-radius: 2rem;
    padding: 8rem;
    text-align: center;
    position: relative;
}

.close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    cursor: pointer;
    color: var(--color-green);
    font-size: 5rem;
    text-decoration: none;
    transition-duration: 0.3s;
}

.credit_popup h4 {
    font-family: var(--font-Rammetto-One);
    color: var(--color-green);
    font-size: 3rem;
}

.credit_popup p {
    font-size: 1.6rem;
}

/* Pulse Shrink Animation */
@keyframes pulse-shrink {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}

.pulse-shrink-anim {
    animation: pulse-shrink 0.4s ease-in-out 2;
    z-index: 9999;
    position: relative;
}