/*
Theme Name: FFC LP Noël 2024
Version: 1.0.10
Author: WP&Co / Maxyma
Author URI: https://wordpressandco.fr/

License: Commercial
*/

:root{
    --rose:#E03854;
    --rouge:#D92B2B;
    --orange:#FF8732;
    --jaune:#FFC20E;
    --violet:#4A2A96;
    --violet-clair: rgba(101, 38, 130, 1);
    --gris:#F9F8F7;
    --bleu-fonce:#253455;
}

/*------------------------------------*\
MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
    font-size:62.5%;
}
body {
    font:300 2.3rem/2.6rem 'Montserrat', sans-serif;
    color:#444;
    overflow-x: hidden;
    background: var(--violet-clair);
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
    max-width:100%;
    vertical-align:bottom;
}
a {
    color:#444;
    text-decoration:none;
}
a:hover {
    color:#444;
}
a:focus {
    outline:0;
}
a:hover,
a:active {
    outline:0;
}
input:focus {
    outline:0;
    border:1px solid #04A4CC;
}

@-moz-keyframes heartbeat {
    0% {	-webkit-transform: scale(1);
        -o-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);}

    2% {	-webkit-transform: scale(1);
        -o-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);}

    4% {	-webkit-transform: scale(1.08);
        -o-transform: scale(1.08);
        -moz-transform: scale(1.08);
        -ms-transform: scale(1.08);
        transform: scale(1.08);}

    8% {	-webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);}

    20% {	-webkit-transform: scale(.96);
        -o-transform: scale(.96);
        -moz-transform: scale(.96);
        -ms-transform: scale(.96);
        transform: scale(.96);}

    24% {	-webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);}

    32% {	-webkit-transform: scale(1.08);
        -o-transform: scale(1.08);
        -moz-transform: scale(1.08);
        -ms-transform: scale(1.08);
        transform: scale(1.08);}

    40% {	-webkit-transform: scale(1);
        -o-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);}
}

@-o-keyframes heartbeat {
    0% {	-webkit-transform: scale(1);
        -o-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);}

    2% {	-webkit-transform: scale(1);
        -o-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);}

    4% {	-webkit-transform: scale(1.08);
        -o-transform: scale(1.08);
        -moz-transform: scale(1.08);
        -ms-transform: scale(1.08);
        transform: scale(1.08);}

    8% {	-webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);}

    20% {	-webkit-transform: scale(.96);
        -o-transform: scale(.96);
        -moz-transform: scale(.96);
        -ms-transform: scale(.96);
        transform: scale(.96);}

    24% {	-webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);}

    32% {	-webkit-transform: scale(1.08);
        -o-transform: scale(1.08);
        -moz-transform: scale(1.08);
        -ms-transform: scale(1.08);
        transform: scale(1.08);}

    40% {	-webkit-transform: scale(1);
        -o-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);}
}

@keyframes heartbeat {
    0% {	-webkit-transform: scale(1);
        -o-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);}

    2% {	-webkit-transform: scale(1);
        -o-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);}

    4% {	-webkit-transform: scale(1.08);
        -o-transform: scale(1.08);
        -moz-transform: scale(1.08);
        -ms-transform: scale(1.08);
        transform: scale(1.08);}

    8% {	-webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);}

    20% {	-webkit-transform: scale(.96);
        -o-transform: scale(.96);
        -moz-transform: scale(.96);
        -ms-transform: scale(.96);
        transform: scale(.96);}

    24% {	-webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);}

    32% {	-webkit-transform: scale(1.08);
        -o-transform: scale(1.08);
        -moz-transform: scale(1.08);
        -ms-transform: scale(1.08);
        transform: scale(1.08);}

    40% {	-webkit-transform: scale(1);
        -o-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);}
}

@-webkit-keyframes heartbeat {
    0% {	-webkit-transform: scale(1);
        transform: scale(1);}

    2% {	-webkit-transform: scale(1);
        transform: scale(1);}

    4% {	-webkit-transform: scale(1.08);
        transform: scale(1.08);}

    8% {	-webkit-transform: scale(1.1);
        transform: scale(1.1);}

    20% {	-webkit-transform: scale(.96);
        transform: scale(.96);}

    24% {	-webkit-transform: scale(1.1);
        transform: scale(1.1);}

    32% {	-webkit-transform: scale(1.08);
        transform: scale(1.08);}

    40% {	-webkit-transform: scale(1);
        transform: scale(1);}
}

/*------------------------------------*\
STRUCTURE
\*------------------------------------*/

.cta {
    font-family: "Lato", sans-serif;
    background: var(--rose);
    padding: 1.6rem 2.8rem;
    color: #FFF;
    font-size: 3.9rem;
    line-height: 3.9rem;
    font-weight: 900;
    -webkit-border-radius: 4.1rem;
    -moz-border-radius: 4.1rem;
    border-radius: 4.1rem;
}
.cta:hover{
    color:#FFF;
    -webkit-animation: heartbeat 1.4s linear infinite;
    -o-animation: heartbeat 1.4s linear infinite;
    -moz-animation: heartbeat 1.4s linear infinite;
    animation: heartbeat 1.4s linear infinite;
}
.cta .txt {
    margin-right: 2.8rem;
}

.surligne{
    display: inline-block;
}
.surligne > span {
    word-wrap: break-word;
    display: inline-block;
    margin-bottom: 0.7rem;
    line-height: 1;
}
.surligne.letter-spacing > span {
    letter-spacing: .08rem;
}
.surligne > span:last-child {
    margin-bottom: 0;
}
.surligne.rose_sur > span {
    background: var(--rose);
    color: #fff;
    -webkit-box-shadow: 1rem 0 0 var(--rose), -1rem 0 0 var(--rose);
    -moz-box-shadow: 1rem 0 0 var(--rose), -1rem 0 0 var(--rose);
    box-shadow: 1rem 0 0 var(--rose), -1rem 0 0 var(--rose);
    line-height: 3rem;
}
.surligne.red_sur > span {
    background: var(--rouge);
    color: #fff;
    -webkit-box-shadow: 1rem 0 0 var(--rouge), -1rem 0 0 var(--rouge);
    -moz-box-shadow: 1rem 0 0 var(--rouge), -1rem 0 0 var(--rouge);
    box-shadow: 1rem 0 0 var(--rouge), -1rem 0 0 var(--rouge);
    line-height: 3rem;
}
.surligne.violet_sur > span {
    background: var(--violet);
    color: #fff;
    -webkit-box-shadow: 1rem 0 0 var(--violet), -1rem 0 0 var(--violet);
    -moz-box-shadow: 1rem 0 0 var(--violet), -1rem 0 0 var(--violet);
    box-shadow: 1rem 0 0 var(--violet), -1rem 0 0 var(--violet);
    line-height: 3rem;
}

/** HEADER **/

header {
    z-index: 5;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0 6.5rem 0 5.6rem;
}
header .logo {
    background: #FFF;
    padding: 3.4rem 4.3rem 2.2rem 3.1rem;
    -webkit-border-bottom-left-radius: 3.1rem;
    -moz-border-radius-bottomleft: 3.1rem;
    border-bottom-left-radius: 3.1rem;
    -webkit-border-bottom-right-radius: 3.1rem;
    -moz-border-radius-bottomright: 3.1rem;
    border-bottom-right-radius: 3.1rem;
    width: 32.3rem;
}

header .cta {
    position: fixed;
    padding: 1rem 2.4rem;
    font-size: 3.3rem;
    line-height: 3.3rem;
}
header .cta .txt {
    margin-right: 2rem;
    -webkit-transform: translateY(-0.2rem);
    -moz-transform: translateY(-0.2rem);
    -ms-transform: translateY(-0.2rem);
    -o-transform: translateY(-0.2rem);
    transform: translateY(-0.2rem);
}
header .cta .icon {
    width: 5rem;
    height: 5rem;
}
header .cta .icon svg {
    width: 100%;
    height: auto;
    -webkit-transform: translateY(0.4rem);
    -moz-transform: translateY(0.4rem);
    -ms-transform: translateY(0.4rem);
    -o-transform: translateY(0.4rem);
    transform: translateY(0.4rem);
}

footer {
    padding: 20rem 7rem 8.5rem 7rem;
    position: relative;
    z-index: 2;
    margin-top: -1rem;
}

.footer__menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer__menu li:not(:last-child):after {
    content: "-";
    color: #FFF;
    margin-right: 1rem;
    font-weight: 600;
}
.footer__menu li a {
    font-size: 2rem;
    line-height: 2.6rem;
    color: #FFF;
    margin-right: 1rem;
    font-weight: 600;
}

.footer__rs {
    padding: 0;
    list-style: none;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer__rs i {
    width: 3.5rem;
    height: 3.5rem;
    display: block;
    margin-left: 1.4rem;
}
.footer__rs i svg {
    width: 100%;
    height: auto;
}
.footer__gradient {
    z-index: 1;
}

/** S1 **/

#s1 {
    width: 100svw;
    height: 373.4rem;
    z-index: 1;
    position: absolute;
}
#s1:before {
    content: "";
    background: rgb(0, 0, 0);
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 65%;
    opacity: 0.65;
}
#s1:after {
    z-index: 1;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: -webkit-calc(100% - 44.5rem);
    top: -moz-calc(100% - 44.5rem);
    top: calc(100% - 44.5rem);
    content: '';
    display: block;

    /* https://css-shape.com/curved-edge/ */
    --c: 30rem;    
    -webkit-mask: -webkit-radial-gradient(60% var(--c) at top,#0000 -webkit-calc(100% - 1px),#000);    
    mask: radial-gradient(60% var(--c) at top,#0000 -moz-calc(100% - 1px),#000);    
    mask: radial-gradient(60% var(--c) at top,#0000 calc(100% - 1px),#000);
    background: rgb(237,108,32);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(237,108,32,1)), color-stop(10%, rgba(237,108,32,1)), color-stop(20%, rgba(228,44,36,1)), color-stop(70%, rgba(173,41,76,1)), color-stop(80%, rgba(134,39,105,1)), color-stop(90%, rgba(109,38,123,1)), to(rgba(101,38,130,1)));
    background: -webkit-linear-gradient(top, rgba(237,108,32,1) 0%, rgba(237,108,32,1) 10%, rgba(228,44,36,1) 20%, rgba(173,41,76,1) 70%, rgba(134,39,105,1) 80%, rgba(109,38,123,1) 90%, rgba(101,38,130,1) 100%);
    background: -moz-linear-gradient(top, rgba(237,108,32,1) 0%, rgba(237,108,32,1) 10%, rgba(228,44,36,1) 20%, rgba(173,41,76,1) 70%, rgba(134,39,105,1) 80%, rgba(109,38,123,1) 90%, rgba(101,38,130,1) 100%);
    background: -o-linear-gradient(top, rgba(237,108,32,1) 0%, rgba(237,108,32,1) 10%, rgba(228,44,36,1) 20%, rgba(173,41,76,1) 70%, rgba(134,39,105,1) 80%, rgba(109,38,123,1) 90%, rgba(101,38,130,1) 100%);
    background: linear-gradient(180deg, rgba(237,108,32,1) 0%, rgba(237,108,32,1) 10%, rgba(228,44,36,1) 20%, rgba(173,41,76,1) 70%, rgba(134,39,105,1) 80%, rgba(109,38,123,1) 90%, rgba(101,38,130,1) 100%);
}

.s1__img_slider {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    list-style: none;
    margin: 0;
    left: 0;
    top: 0;
}
.s1__img_slider .slick-list,
.s1__img_slider .slick-list .slick-track,
.s1__img_slider .slick-list .slick-track .slick-slide {
    height: 100%;
}
.s1__img_slider img {
    -o-object-fit: cover;
    object-fit: cover;    
    -o-object-position: top center;    
    object-position: top center;
    width: 100%;
    height: 95%;
    position: relative;
}

.s1__content-container{
    position: relative;
    z-index: 2;
    padding-top: 32rem;
    width:100svw;
}
.s1__content {
    padding-left: 10.8rem;
    color: #FFF;
}
.s1__content h1.surligne.rose_sur{
    -webkit-transform: translateX(3rem);
    -moz-transform: translateX(3rem);
    -ms-transform: translateX(3rem);
    -o-transform: translateX(3rem);
    transform: translateX(3rem);
    -webkit-box-shadow: 3rem 0 0 var(--rose), -3rem 0 0 var(--rose);
    -moz-box-shadow: 3rem 0 0 var(--rose), -3rem 0 0 var(--rose);
    box-shadow: 3rem 0 0 var(--rose), -3rem 0 0 var(--rose);
}
.s1__content h1.surligne.rose_sur > span {
    font-size: 3.8rem;
    line-height: 5.2rem;
    letter-spacing: 0.02rem;
    text-transform: uppercase;
    font-weight: 600;
}

.s1__txt_slider .slide h2 {
    font-size: 6.1rem;
    line-height: 6.8rem;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 1.8rem;
}
.s1__txt_slider .slide h2 sup {
    top: -1.5rem;
    font-size: 4rem;
}

.s1__txt_slider .slide h2 + strong {
    font-size: 6.1rem;
    line-height: 6.8rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 12.5rem;
    display: block;
}

.s1__txt_slider + p {
    font-size: 4.5rem;
    line-height: 4.5rem;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 0;
}

.s1__txt_slider .slick-dots {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 44.5rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    bottom: -16.3rem;
}

.s1__txt_slider .slick-dots li{
    position: relative;
    z-index: 2;
    width: 2.2rem;
    height: 2.2rem;
}
.s1__txt_slider .slick-dots button {
    font-size: 0;
    background: transparent;
    border: 0;
    width: 2.2rem;
    height: 2.2rem;
    border: 0.3rem solid #FFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 2;
    position: relative;
    line-height: 0;
    -webkit-transform: translateY(-1rem);
    -moz-transform: translateY(-1rem);
    -ms-transform: translateY(-1rem);
    -o-transform: translateY(-1rem);
    transform: translateY(-1rem);
}
.s1__txt_slider .slick-dots .slick-active button {
    background:#FFF;
}
.s1__txt_slider .slick-dots li:not(:last-child):after {
    content: "";
    position: absolute;
    left: 2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 0.5rem;
    width: 19.2rem;
    background: #FFF;
    z-index: 1;
}

/** S2 **/

#s2{
    position: absolute;
    z-index: 0;
    right: -13.1rem;
    top: -51.5rem;
}
#s2:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1521' height='913' viewBox='0 0 1521 913'%3E%3Cellipse id='Ellipse_81' data-name='Ellipse 81' cx='760.5' cy='456.5' rx='760.5' ry='456.5' fill='%234a2a96'/%3E%3C/svg%3E%0A");
    width: 152.1rem;
    height: 91.3rem;
    display: block;
    position: absolute;    
    z-index: 1;
    left: -7.8rem;
    top: -3.2rem;
}
#s2 > .s2__content {
    position: relative;
    z-index: 2;
    background: var(--rose);
    padding: 8.1rem 24rem 31.4rem 10rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 122.5rem;
}

.s2__content h3 {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 4.5rem;
    color: #FFF;
    text-align: center;
    margin-bottom: 3.5rem;
}

.range_container {
    margin:0;
    width: 100%;
    position: relative;
    z-index: 2;
}

body:not(.is_chrome) .range_container input[type=range] {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    /*height: 100%;*/
    height: 7.37rem;
    width: 100%;
    margin-top: 10px;    
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='924.001' height='17' viewBox='0 0 924.001 17'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.016' y1='0.5' x2='1' y2='0.5' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%234a2a96'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect id='Rectangle_3966' data-name='Rectangle 3966' width='912.163' height='7.679' rx='3.839' transform='translate(8.557 4.577)' fill='url(%23linear-gradient)'/%3E%3Ccircle id='Ellipse_85' data-name='Ellipse 85' cx='8.5' cy='8.5' r='8.5' transform='translate(453)' fill='%238e7abe'/%3E%3Ccircle id='Ellipse_99' data-name='Ellipse 99' cx='8.5' cy='8.5' r='8.5' transform='translate(227)' fill='%23d6cdeb'/%3E%3Ccircle id='Ellipse_86' data-name='Ellipse 86' cx='8.5' cy='8.5' r='8.5' transform='translate(680)' fill='%236b51a9'/%3E%3Cg id='Ellipse_87' data-name='Ellipse 87' fill='%23fff' stroke='%23fff' stroke-width='1'%3E%3Ccircle cx='8.5' cy='8.5' r='8.5' stroke='none'/%3E%3Ccircle cx='8.5' cy='8.5' r='8' fill='none'/%3E%3C/g%3E%3Ccircle id='Ellipse_95' data-name='Ellipse 95' cx='8.5' cy='8.5' r='8.5' transform='translate(907.001)' fill='%234a2a96'/%3E%3C/svg%3E%0A");
    -webkit-background-size:contain;
    -moz-background-size:contain;
    -o-background-size:contain;
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center center;
}
.is_chrome .range_container input[type=range] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='924.001' height='17' viewBox='0 0 924.001 17'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.016' y1='0.5' x2='1' y2='0.5' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%234a2a96'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect id='Rectangle_3966' data-name='Rectangle 3966' width='912.163' height='7.679' rx='3.839' transform='translate(8.557 4.577)' fill='url(%23linear-gradient)'/%3E%3Ccircle id='Ellipse_85' data-name='Ellipse 85' cx='8.5' cy='8.5' r='8.5' transform='translate(453)' fill='%238e7abe'/%3E%3Ccircle id='Ellipse_99' data-name='Ellipse 99' cx='8.5' cy='8.5' r='8.5' transform='translate(227)' fill='%23d6cdeb'/%3E%3Ccircle id='Ellipse_86' data-name='Ellipse 86' cx='8.5' cy='8.5' r='8.5' transform='translate(680)' fill='%236b51a9'/%3E%3Cg id='Ellipse_87' data-name='Ellipse 87' fill='%23fff' stroke='%23fff' stroke-width='1'%3E%3Ccircle cx='8.5' cy='8.5' r='8.5' stroke='none'/%3E%3Ccircle cx='8.5' cy='8.5' r='8' fill='none'/%3E%3C/g%3E%3Ccircle id='Ellipse_95' data-name='Ellipse 95' cx='8.5' cy='8.5' r='8.5' transform='translate(907.001)' fill='%234a2a96'/%3E%3C/svg%3E%0A");
    -webkit-background-size:contain;
    -moz-background-size:contain;
    -o-background-size:contain;
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center center;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 7.37rem;
    width: 100%;
    outline: none;
    -webkit-transition: background 450ms ease-in;
    -o-transition: background 450ms ease-in;
    -moz-transition: background 450ms ease-in;
    transition: background 450ms ease-in;
    -webkit-appearance: none;
    margin-top: 10px;
}
.range_container input[type=range]:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
    border:0;
}
body:not(.is_chrome) .range_container input[type=range]::-webkit-slider-runnable-track {
    content: '';
    height: 10px;
    pointer-events: none;
    position: relative;
}
.range_container input[type=range]::-webkit-slider-thumb {
    height: 7.37rem;
    width: 8.08rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='80.786' height='73.695' viewBox='0 0 80.786 73.695'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_3971' data-name='Rectangle 3971' width='80.786' height='73.695' fill='%234a2a96'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Groupe_29243' data-name='Groupe 29243' transform='translate(-1454.319 -830.594)'%3E%3Cg id='Groupe_29240' data-name='Groupe 29240' transform='translate(1454.319 830.594)'%3E%3Cg id='Groupe_29239' data-name='Groupe 29239' clip-path='url(%23clip-path)'%3E%3Cpath id='Tracé_26820' data-name='Tracé 26820' d='M40.394,23.187C40.394-7.174,0-8.278,0,23.187,0,44.715,40.394,73.7,40.394,73.7s40.393-28.98,40.393-50.509c0-31.465-40.393-30.361-40.393,0' transform='translate(-0.001 0)' fill='%234a2a96'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    -webkit-background-size:contain;
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center center;
    cursor: ew-resize;
    margin-top: -3rem;
    -webkit-appearance: none;
    appearance: none;
    border:0;
    background-color:transparent;
}
.is_chrome .range_container input[type=range]::-webkit-slider-thumb {
    margin-top: -12.5px;
}
.range_container input[type=range]::-moz-range-track {
    width: 100%;
    height: 10px;
}
.range_container input[type=range]::-moz-range-thumb {
    height: 7.37rem;
    width: 8.08rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='80.786' height='73.695' viewBox='0 0 80.786 73.695'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_3971' data-name='Rectangle 3971' width='80.786' height='73.695' fill='%234a2a96'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Groupe_29243' data-name='Groupe 29243' transform='translate(-1454.319 -830.594)'%3E%3Cg id='Groupe_29240' data-name='Groupe 29240' transform='translate(1454.319 830.594)'%3E%3Cg id='Groupe_29239' data-name='Groupe 29239' clip-path='url(%23clip-path)'%3E%3Cpath id='Tracé_26820' data-name='Tracé 26820' d='M40.394,23.187C40.394-7.174,0-8.278,0,23.187,0,44.715,40.394,73.7,40.394,73.7s40.393-28.98,40.393-50.509c0-31.465-40.393-30.361-40.393,0' transform='translate(-0.001 0)' fill='%234a2a96'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    -moz-background-size:contain;
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center center;
    cursor: ew-resize;
    margin-top: -3rem;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    border:0;
    background-color:transparent;
}
.page-template-template-tarifs .range_container input[type=range].exp_range::-moz-range-thumb {
    background: #ccdbfc;
    border: 2px solid #FFF;
}
.range_container input[type=range]::-moz-range-progress {
    height: 10px;
    border: 0;
    margin-top: 0;
}

.page-template-template-tarifs .range_container input[type=range].exp_range::-moz-range-progress {
    background: #FFF;
}
.range_container input[type=range]::-ms-track {
    background: transparent;
    border: 0;
    border-color: transparent;
    border-radius: 0;
    border-width: 0;
    color: transparent;
    height: 10px;
    margin-top: 10px;
    width: 100%;
}
.range_container input[type=range]::-ms-thumb {
    height: 7.37rem;
    width: 8.08rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='80.786' height='73.695' viewBox='0 0 80.786 73.695'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_3971' data-name='Rectangle 3971' width='80.786' height='73.695' fill='%234a2a96'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Groupe_29243' data-name='Groupe 29243' transform='translate(-1454.319 -830.594)'%3E%3Cg id='Groupe_29240' data-name='Groupe 29240' transform='translate(1454.319 830.594)'%3E%3Cg id='Groupe_29239' data-name='Groupe 29239' clip-path='url(%23clip-path)'%3E%3Cpath id='Tracé_26820' data-name='Tracé 26820' d='M40.394,23.187C40.394-7.174,0-8.278,0,23.187,0,44.715,40.394,73.7,40.394,73.7s40.393-28.98,40.393-50.509c0-31.465-40.393-30.361-40.393,0' transform='translate(-0.001 0)' fill='%234a2a96'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center center;
    cursor: ew-resize;
    margin-top: -3rem;
    appearance: none;
    border:0;
    background-color:transparent;
}
.page-template-template-tarifs .range_container input[type=range].exp_range::-ms-thumb {
    border-color: #FFF;
}
.range_container input[type=range]::-ms-fill-lower {
    background: #004af2;
    border-radius: 0;
}
.page-template-template-tarifs .range_container input[type=range].exp_range::-ms-fill-lower {
    background: #FFF;
}
.range_container input[type=range]::-ms-fill-upper {
    background: #ccdbfc;
    border-radius: 0;
}
.range_container input[type=range]::-ms-tooltip {
    display: none;
}

.range_legend {
    margin-top: -2rem;
    position: relative;
    z-index: 1;
}
.range_legend ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    color: #FFF;
    height: 8.1rem;
}

.range_legend ul li {
    width: 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
}
.range_legend ul li.active{
    margin-top: 5.5rem;
}

.range_legend ul li strong {
    font-size: 3.6rem;
    font-weight: 700;
}
.range_legend ul li:nth-of-type(5) {
    -webkit-transform: translateX(-1rem) translateY(-0.7rem);
    -moz-transform: translateX(-1rem) translateY(-0.7rem);
    -ms-transform: translateX(-1rem) translateY(-0.7rem);
    -o-transform: translateX(-1rem) translateY(-0.7rem);
    transform: translateX(-1rem) translateY(-0.7rem);
}
.range_legend li > p,
.s2__deduction-container{
    font-size: 1.7rem;
    line-height: 2.1rem;
    width: 20.4rem;
    position: absolute;
    top: 3rem;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.s2__deduction-container {
    top: 6rem;
}

.s2__deduction-container{
    display: none;
    opacity: 0;
    visibility: hidden;
}
.range_legend ul li.active > .s2__deduction-container{
    opacity: 1;
    visibility: visible;
}
.range_legend ul li.active > p{
    opacity: 1;
    visibility: visible;
}

#s2 .cta {
    margin-top: 5.7rem;
    background: var(--violet);
    width: 31.8rem;
    font-size: 2.7rem;
    margin-left: auto;
    margin-right: auto;
}
#s2 .cta .icon {
    width: 4.6rem;
    height: 3.9rem;
}
#s2 .cta .icon svg {
    width: 100%;
    height: auto;
}

.range_legend li .s2_custommontant-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 13rem;
}
.range_legend li .s2_custommontant-container input {
    color: #FFF;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #FFF;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(100% - 2rem);
    -moz-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 2rem);
    flex: 0 0 calc(100% - 2rem);
    width: -webkit-calc(100% - 2rem);
    width: -moz-calc(100% - 2rem);
    width: calc(100% - 2rem);
    font-size: 1.3rem;
}
.range_legend li .s2_custommontant-container input::-webkit-input-placeholder {
    color: #FFF;
    font-size: 1.3rem;
}
.range_legend li .s2_custommontant-container input:-moz-placeholder {
    color: #FFF;
    font-size: 1.3rem;
}
.range_legend li .s2_custommontant-container input::-moz-placeholder {
    color: #FFF;
    font-size: 1.3rem;
}
.range_legend li .s2_custommontant-container input:-ms-input-placeholder {
    color: #FFF;
    font-size: 1.3rem;
}
.range_legend li .s2_custommontant-container input::placeholder {
    color: #FFF;
    font-size: 1.3rem;
}
.range_legend li .s2_custommontant-container span {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 1.3rem;
    -moz-box-flex: 0;
    -ms-flex: 0 0 1.3rem;
    flex: 0 0 1.3rem;
    width: 1.3rem;
}

#s2 .limite {
    width: 11.7rem;
    height: 11.7rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--jaune);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 6rem;
    right: 19rem;
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--violet);
    text-align: center;
    line-height: 1.8rem;
    text-transform: uppercase;
    padding: 1.5rem;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

/** MAIN **/

.main_container{
    position: relative;
    z-index: 3;
    margin-top: 36rem;
}
.main_container main{
    background: var(--gris);
    -webkit-box-shadow: 0 0.6rem 1.9rem rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 0.6rem 1.9rem rgba(0, 0, 0, 0.16);
    box-shadow: 0 0.6rem 1.9rem rgba(0, 0, 0, 0.16);
    -webkit-border-radius: 3.4rem;
    -moz-border-radius: 3.4rem;
    border-radius: 3.4rem;
    border: 0.5rem solid var(--rose);
}
.main_container main > section:not(#s7){
    overflow: hidden;
}

.main_container > .row{
    position: relative;
    z-index: 2;
}

/** S3 **/

#s3{
    padding: 8.5rem 8rem 5.2rem 8rem;
}

.s3__stats {
    color: var(--violet);
    text-align: center;
    margin-bottom: 2.7rem;
}
.s3__stats-nb {
    font-size: 10rem;
    line-height: 10rem;
    font-weight: 900;
}
.s3__stats-nb span {
    font-weight: 700;
    margin-left: -2.5rem;
}

.s3__stats-txt {
    padding: 0 6rem;
    line-height: 4rem;
    font-size: 3rem;
    font-weight: 500;
}

.s3__fatalite-intro {
    font-size: 2.9rem;
    margin-bottom: 4.9rem;
    display: block;
    text-align: center;
    padding: 0 27rem;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--rose);
    line-height: 3.5rem;
}

.s3__fatalite-stat {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin: 0 auto 13.6rem auto;
    color: var(--rose);
    position: relative;
    width: 92.44rem;
    max-width: 100%;
}
.s3__fatalite-stat strong {
    font-size: 10rem;
    line-height: 9.5rem;
    font-weight: 900;
}
.s3__fatalite-stat span {
    font-weight: 600;
    line-height: 5rem;
    font-size: 3rem;
}
.s3__fatalite-stat:before{
    content:"";
    width: 43.7rem;
    height: 11.9rem;
    position: absolute;
    display: block;
    background:url(img/situation_before.svg) no-repeat center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    left: -3.3rem;
    bottom: -3.4rem;
}
.s3__fatalite-stat:after{
    content:"";
    width: 54.9rem;
    height: 17.4rem;
    position: absolute;
    display: block;
    background:url(img/situation_after.svg) no-repeat center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    right: -3.5rem;
    bottom: -9.16rem;
}

.s3__outro {
    color: var(--violet);
    font-weight: 500;
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
    font-size: 2.3rem;
    line-height: 3.8rem;
}
.s3__outro p {
    margin: 0;
}

/** S4 **/

.s4__slider .slick-track {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.s4__slider-slide{
    width:-webkit-calc(100%/3) !important;
    width:-moz-calc(100%/3) !important;
    width:calc(100%/3) !important;
    height: auto;
}
.s4__slider-slide .s4__slider-slide-content{
    padding: 3.6rem 9.4rem 4.4rem 12.4rem;
    background: var(--rose);
    width: 100%;
    height: 100%;
}
.s4__slider-slide:first-of-type .s4__slider-slide-content,
.s4__slider-slide:last-of-type .s4__slider-slide-content{
    background: #E6D9ED;
}
.s4__slider-slide:first-of-type{
    padding-left: 2rem;
}
.s4__slider-slide:first-of-type .s4__slider-slide-content{
    -webkit-border-bottom-left-radius: 44.1rem;
    -moz-border-radius-bottomleft: 44.1rem;
    border-bottom-left-radius: 44.1rem;
    padding: 3.6rem 13.6rem 4.4rem 7.1rem;
}
.s4__slider-slide:last-of-type {
    padding-right: 2rem;
}
.s4__slider-slide:last-of-type .s4__slider-slide-content{
    -webkit-border-bottom-right-radius: 44.1rem;
    -moz-border-radius-bottomright: 44.1rem;
    border-bottom-right-radius: 44.1rem;
    padding: 3.6rem 13.6rem 5.8rem 11.5rem;
}

.s4__slider-slide .surligne.violet_sur {
    text-align: center;
    display: block;
}
.s4__slider-slide .surligne.violet_sur > span {
    font-size: 4rem;
    font-weight: 900;
    line-height: 5rem;
    text-transform: uppercase;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.s4__slider-slide h4 {
    color: #FFF;
    font-size: 4rem;
    line-height: 5rem;
    font-weight: 900;
    text-align: center;
    width: 77.4rem;
    margin: 0 auto 5rem auto;
}
.s4__slider-slide:first-of-type h4,
.s4__slider-slide:last-of-type h4{
    color: var(--rose);
}

.s4__slide-img {
    width: 47rem;
    height: 47rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 47rem;
    -moz-box-flex: 0;
    -ms-flex: 0 0 47rem;
    flex: 0 0 47rem;
}

.s4__slider-slide:first-of-type .s4__slide-txt, 
.s4__slider-slide:last-of-type .s4__slide-txt {
    color: var(--violet);
}

.s4__slide-txt {
    padding-left: 3rem;
    color:#FFF;
    font-weight: 500;
    position: relative;
    font-size: 2.6rem;
    line-height: 3.6rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 47.7rem;
    -moz-box-flex: 0;
    -ms-flex: 0 0 47.7rem;
    flex: 0 0 47.7rem;
    width: 47.7rem;
}
.s4__slide-txt p strong:first-child {
    display: block;
}
.s4__slide-txt:before {
    content: "“";
    position: absolute;
    font-size: 18.7rem;
    left: -6rem;
    top: 3rem;
}
.s4__slide-txt > p:last-of-type:after {
    content: "“";
    font-size: 18.7rem;
    -webkit-transform: rotate(180deg) translateY(2.5rem);
    -moz-transform: rotate(180deg) translateY(2.5rem);
    -ms-transform: rotate(180deg) translateY(2.5rem);
    -o-transform: rotate(180deg) translateY(2.5rem);
    transform: rotate(180deg) translateY(2.5rem);
    display: inline-block;
    vertical-align: bottom;
}

.s4__slide-txt-legend {
    margin-top: 6rem;
}

#s4 .slick-prev,
#s4 .slick-next{
    display:block;
    position:absolute;
    width: 5.3rem;
    height: 10.6rem;
    border: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60.071' height='113.071' viewBox='0 0 60.071 113.071'%3E%3Cg id='Groupe_29250' data-name='Groupe 29250' transform='translate(-872.964 -2713.964)'%3E%3Cline id='Ligne_91' data-name='Ligne 91' x2='53' y2='53' transform='translate(876.5 2717.5)' fill='none' stroke='%234a2a96' stroke-linecap='round' stroke-width='5'/%3E%3Cline id='Ligne_92' data-name='Ligne 92' y1='53' x2='53' transform='translate(876.5 2770.5)' fill='none' stroke='%234a2a96' stroke-linecap='round' stroke-width='5'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-color: transparent; 
    -webkit-background-size: contain; 
    -moz-background-size: contain; 
    -o-background-size: contain; 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity:1;
    visibility: visible;
}
#s4 .slick-prev{
    -webkit-transform:rotate(180deg) translateY(50%);
    -moz-transform:rotate(180deg) translateY(50%);
    -ms-transform:rotate(180deg) translateY(50%);
    -o-transform:rotate(180deg) translateY(50%);
    transform:rotate(180deg) translateY(50%);
    left:3rem;
}
#s4 .slick-next{
    right:3rem;
}
#s4 .slick-prev.slick-disabled,
#s4 .slick-next.slick-disabled{
    opacity:0;
    visibility: hidden;
}

#s4 .slick-prev.white,
#s4 .slick-next.white{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60.071' height='113.071' viewBox='0 0 60.071 113.071'%3E%3Cg id='Groupe_29250' data-name='Groupe 29250' transform='translate(-872.964 -2713.964)'%3E%3Cline id='Ligne_91' data-name='Ligne 91' x2='53' y2='53' transform='translate(876.5 2717.5)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='5'/%3E%3Cline id='Ligne_92' data-name='Ligne 92' y1='53' x2='53' transform='translate(876.5 2770.5)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='5'/%3E%3C/g%3E%3C/svg%3E%0A");
}

/** S5 **/

#s5 {
    padding: 8rem 0 12.5rem 0;
}

.s5__content-join h4 {
    margin-top: 3.8rem;
    color: var(--rose);
    font-size: 4.4rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 2.8rem;
    line-height: 4rem;
}
.s5__content-join p {
    color: var(--violet);
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 3.4rem;
    margin-bottom: 5rem;
}

.s5__content-join h4 + p {
    width: 82.5rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.s5__content-join-don {
    position: relative;
    padding: 0 5rem;
}
.s5__content-join-don-bloc {
    background: #FFF;
    -webkit-border-bottom-left-radius: 2rem;
    -moz-border-radius-bottomleft: 2rem;
    border-bottom-left-radius: 2rem;
    -webkit-border-bottom-right-radius: 2rem;
    -moz-border-radius-bottomright: 2rem;
    border-bottom-right-radius: 2rem;
    position: relative;
}
.s5__content-join-don .input-line {
    z-index: 1;
    position: relative;
}
.s5__content-join-don .input-line > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
}
.s5__content-join-don .shadow-container{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    padding: 0 5rem;
}
.s5__content-join-don .shadow-container > div{
    height: 100%;
}
.s5__content-join-don .shadow-container .s5__content-join-don-bloc-shadow{
    height: 100%;
    -webkit-border-bottom-left-radius: 2rem;
    -moz-border-radius-bottomleft: 2rem;
    border-bottom-left-radius: 2rem;
    -webkit-border-bottom-right-radius: 2rem;
    -moz-border-radius-bottomright: 2rem;
    border-bottom-right-radius: 2rem;
    -webkit-box-shadow: 0 0.6rem 1.9rem rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 0.6rem 1.9rem rgba(0, 0, 0, 0.16);
    box-shadow: 0 0.6rem 1.9rem rgba(0, 0, 0, 0.16);
    display: block;
}

label.s5__content-join-don-bloc {
    padding: 4rem 2.5rem 3rem 2.5rem;
    width: 100%;
    -webkit-transition: all ease-in-out 400ms;
    -o-transition: all ease-in-out 400ms;
    -moz-transition: all ease-in-out 400ms;
    transition: all ease-in-out 400ms;
    cursor:pointer;
}

.s5__content-join .s5__content-join-don-bloc .don_ht {
    color: var(--violet);
    font-weight: 700;
    font-size: 5.6rem;
    line-height: 4.1rem;
    margin-bottom: 2rem;
    display: inline-block;
    -webkit-transition: all ease-in-out 400ms;
    -o-transition: all ease-in-out 400ms;
    -moz-transition: all ease-in-out 400ms;
    transition: all ease-in-out 400ms;
}
.s5__content-join .s5__content-join-don-bloc p.don_ttc {
    color: var(--rose);
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.9rem;
    margin: 0 0 0.5rem 0;
    -webkit-transition: all ease-in-out 400ms;
    -o-transition: all ease-in-out 400ms;
    -moz-transition: all ease-in-out 400ms;
    transition: all ease-in-out 400ms;
}
.s5__content-join .s5__content-join-don-bloc p.don_ttc_exp {
    font-size: 1.3rem;
    margin: 0;
    font-weight: 700;
    line-height: 1.9rem;
    -webkit-transition: all ease-in-out 400ms;
    -o-transition: all ease-in-out 400ms;
    -moz-transition: all ease-in-out 400ms;
    transition: all ease-in-out 400ms;
}

.input-line input:checked + label.s5__content-join-don-bloc {
    background: var(--rose);
}
.input-line input:checked + label.s5__content-join-don-bloc > span,
.input-line input:checked + label.s5__content-join-don-bloc > p{
    color:#FFF;
}

div.s5__content-join-don-bloc {
    padding: 1rem 3.5rem;
    text-align: left;
    width: 100%;
}
div.s5__content-join-don-bloc,
div.s5__content-join-don-bloc label[for="montant-libre"],
div.s5__content-join-don-bloc .montant_libre_content input,
div.s5__content-join-don-bloc .montant_libre_content > span{
    -webkit-transition: all ease-in-out 400ms;
    -o-transition: all ease-in-out 400ms;
    -moz-transition: all ease-in-out 400ms;
    transition: all ease-in-out 400ms;
}
div.s5__content-join-don-bloc.active{
    background: var(--rose);
}
div.s5__content-join-don-bloc.active label[for="montant-libre"],
div.s5__content-join-don-bloc.active .montant_libre_content input,
div.s5__content-join-don-bloc.active .montant_libre_content > span{
    color: #FFF;
}
div.s5__content-join-don-bloc.active .montant_libre_content input{
    border-color: #FFF;
    background: var(--rose);
}

div.s5__content-join-don-bloc label[for="montant-libre"] {
    color: var(--violet);
    font-weight: 700;
    font-size: 1.8rem;
    width: 10rem;
    line-height: 1.5rem;
}
.montant_libre_content {
    width: 15rem;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.8rem;
}
.montant_libre_content input {
    width: 100%;
    padding: 0;
    font-size: 2.2rem;
    line-height: 2.2rem;
    font-weight: 600;
    color: var(--violet);
    border: 0;
    border-bottom: 0.2rem solid var(--violet);
}
.montant_libre_content > span {
    color: var(--violet);
    font-size: 5.6rem;
    font-weight: 500;
    line-height: 4.3rem;
}

.s5__content-join .s5__content-join-don-bloc .montant_libre_content + .don_ttc,
.s5__content-join .s5__content-join-don-bloc .montant_libre_content ~ .don_ttc_exp {
    text-align: center;
    color: #FFF;
}

.s5__content-join-don-outro {
    margin: 2.7rem auto 7rem auto;
    position: relative;
    width: 91.4rem;
    max-width: 100%;
}
.s5__content-join-don-outro.libre_chosen {
    margin-top: 15.2rem;
}

.s5__content-join-don-outro:before,
.s5__content-join-don-outro:after{
    content:"";
    width:24.5rem;
    height: 12.2rem;
    position: absolute;
    display: block;
    background:url(img/rejoindre_before_after.svg) no-repeat center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.s5__content-join-don-outro:before{
    left: 0;
    bottom: 1.3rem;
}
.s5__content-join-don-outro:after{
    -webkit-transform:scaleX(-1);
    -moz-transform:scaleX(-1);
    -ms-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);
    right: 0;
    bottom: 1.3rem;
}

#s5__don-link {
    font-size: 2.7rem;
    line-height: 2.7rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 27.4rem;
    margin: 0 auto;
}
#s5__don-link .icon {
    width: 3.9rem;
    height: 3.3rem;
    display: inline-block;
}
#s5__don-link .icon svg {
    width: 100%;
    height: auto;
}
#s5__don-link .txt {
    margin-right: 1rem;
}

.join_outro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
    margin-bottom: 4.6rem;
}
.join_outro i {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 7.3rem;
}
.join_outro i:after {
    content: "";
    display: block;
    margin-left: 2.8rem;
    margin-right: 5rem;
    height: 6.6rem;
    background: var(--violet);
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    border-radius: 0.2rem;
    width: 0.4rem;
}
.join_outro i img,
.join_outro i svg {
    width: 8.6rem;
    height: auto;
}
.join_outro i img:not(.active),
.join_outro i svg:not(.active) {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.join_outro i img.active,
.join_outro i svg.active{
    opacity: 1;
    visibility: visible;
}
.s5__content-join .join_outro ul {
    width:43.7rem;
    height: 7rem;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
.s5__content-join .join_outro ul li {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width:100%;
    height: auto;
    font-size: 2rem;
    line-height: 2.6rem;
    color: var(--violet);
    font-weight: 600;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease-in-out 400ms;
    -o-transition: all ease-in-out 400ms;
    -moz-transition: all ease-in-out 400ms;
    transition: all ease-in-out 400ms;
}
.s5__content-join .join_outro ul li.active{
    opacity: 1;
    visibility: visible;
}

.s5__content-impots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 71.4rem;
    margin: 0 auto;
}
.s5__content-impots-pourcentage {
    font-size: 10.3rem;
    line-height: 7.9rem;
    font-weight: 700;
    width: 21.5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 21.5rem;
    -moz-box-flex: 0;
    -ms-flex: 0 0 21.5rem;
    flex: 0 0 21.5rem;
    letter-spacing: -0.25rem;
}
.s5__content-impots-pourcentage strong {
    color: var(--rose);
    font-weight: 700;
}
.s5__content-impots-pourcentage span {
    color: var(--violet);
    margin-left: -2.6rem;
}
.s5__content-impots > p {
    font-size: 2rem;
    line-height: 2.6rem;
    font-weight: 600;
    color: var(--violet);
    margin: 0.3rem 0 0 5.7rem;
    text-align: left;
}

/** S6 **/

#s6 {
    background: rgb(224, 56, 84);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(224, 56, 84, 1)), color-stop(20%, rgba(224, 56, 84, 0.9)), to(rgba(224, 56, 84, 0)));
    background: -webkit-linear-gradient(bottom, rgba(224, 56, 84, 1) 0%, rgba(224, 56, 84, 0.9) 20%, rgba(224, 56, 84, 0) 100%);
    background: -moz-linear-gradient(bottom, rgba(224, 56, 84, 1) 0%, rgba(224, 56, 84, 0.9) 20%, rgba(224, 56, 84, 0) 100%);
    background: -o-linear-gradient(bottom, rgba(224, 56, 84, 1) 0%, rgba(224, 56, 84, 0.9) 20%, rgba(224, 56, 84, 0) 100%);
    background: linear-gradient(0deg, rgba(224, 56, 84, 1) 0%, rgba(224, 56, 84, 0.9) 20%, rgba(224, 56, 84, 0) 100%);
    padding-bottom: 7rem;
}
.don_confiance {
    width: 84rem;
    max-width: 100%;
    margin: 0 auto;
}
.don_confiance .don_confiance-img {
    width: 11rem;
    height: 11rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 11rem;
    -moz-box-flex: 0;
    -ms-flex: 0 0 11rem;
    flex: 0 0 11rem;
    margin-right: 5rem;
}
.don_confiance .don_confiance-img img,
.don_confiance .don_confiance-img svg {
    width: 100%;
    height: auto;
}
.don_confiance .don_confiance-txt {
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: #FFF;
}

#s6 h3 {
    display: inline-block;
    text-align: center;
    width: 100%;
    font-size: 3.7rem;
    line-height: 4.7rem;
    color: var(--violet);
    font-weight: 900;
    margin-bottom: 5.4rem;
}
#s6 h3 span {
    display: block;
}
#s6 h3 .surligne.violet_sur > span {
    line-height: 4.7rem;
}

.s6__calcul {
    font-family: 'Lato', sans-serif;
    background: #FFF;
    width: 62.9rem;
    text-align: center;
    margin: 0 auto;
    padding: 4.7rem 7.4rem;
    -webkit-border-radius: 7.5rem;
    -moz-border-radius: 7.5rem;
    border-radius: 7.5rem;
    color: var(--bleu-fonce);
    margin-bottom: 7.5rem;
}
.s6__calcul > strong {
    font-size: 3.3rem;
    font-weight: 700;
    margin-bottom: 4rem;
    display: block;
}
.s6__calcul label {
    font-size: 2.7rem;
    line-height: 2.8rem;
    font-weight: 400;
    margin-bottom: 2.4rem;
}
.s6__calcul-don-input-container {
    margin-bottom: 4.4rem;
}

.s6__calcul-don-input {
    border: 2px solid var(--violet);
    -webkit-border-radius: 4rem;
    -moz-border-radius: 4rem;
    border-radius: 4rem;
    height: 8rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.s6__calcul-don-input input {
    border: 0;
    border-bottom: 1px solid var(--bleu-fonce);
    width: 23.3rem;
}
.s6__calcul-don-input span{
    font-weight: 900;
}
.s6__calcul-don-input input ,
.s6__calcul-don-input span{
    font-size: 3rem;
}

#s6__don-link.cta {
    background: var(--violet);
    font-size: 2.5rem;
    display: inline-block;
}
#s6__don-link.cta .icon {
    width: 4.6rem;
    height: 3.9rem;
    display: inline-block;
}
#s6__don-link.cta .icon svg {
    width: 100%;
    height: auto;
}
#s6__don-link.cta .txt {
    margin-right: 1rem;
}

#s6_don-montant-post-deduction {
    pointer-events: none;
}

/** S7 **/

#s7 {
    margin: 0 -0.5rem;
}
.s7__img img {
    width: 100%;
}

.s7__content-heart {
    padding: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 14.4rem;
    height: 14.4rem;
    background: var(--rouge);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: -7.2rem auto 0 auto;
    z-index: 1;
    position: relative;
}
.s7__content-heart dotlottie-player {
    width: 120%;
    height: 120%;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transform: translate(-9%, 0);
    -moz-transform: translate(-9%, 0);
    -ms-transform: translate(-9%, 0);
    -o-transform: translate(-9%, 0);
    transform: translate(-9%, 0);
}

.s7__slider {
    background: var(--violet);
    padding: 8.9rem 12rem 2.7rem 12rem;
    margin-top: -7.7rem;
}
.s7__slider .s7__slider-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.s7__slider .s7__slider-slide > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}
.s7__slider .s7__slider-slide .s7__slide-left {
    border-right: 1px solid #FFF;
    padding-right: 5rem;
}
.s7__slider .s7__slider-slide .s7__slide-right {
    padding-left: 5rem;
}
.s7__slider .s7__slider-slide .s7__slide-icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10.6rem;
    -moz-box-flex: 0;
    -ms-flex: 0 0 10.6rem;
    flex: 0 0 10.6rem;
}
.s7__slider .s7__slider-slide .s7__slide-txt {
    color: #FFF;
    padding-left: 3rem;
    font-size: 2rem;
    font-weight: 700;
}

.s7__slider .slick-dots {
    list-style: none;
    padding: 0;
    margin: 2rem 0 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.s7__slider .slick-dots button {
    font-size: 0;
    border: 1px solid #FFF;
    background: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 2.8rem;
    height: 2.8rem;
    margin: 0 0.5rem;
    position: relative;
}
.s7__slider .slick-dots button:after {
    content: "";
    width: 1.8rem;
    height: 1.8rem;
    background: #FFF;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all ease-in-out 400ms;
    -o-transition: all ease-in-out 400ms;
    -moz-transition: all ease-in-out 400ms;
    transition: all ease-in-out 400ms;
}
.s7__slider .slick-dots .slick-active button:after{
    visibility: visible;
    opacity: 1;
}

/** S8 **/

#s8 {
    padding: 6.6rem 2rem 11.1rem 2rem;
}

#s8 h4 {
    margin-top: 5.7rem;
    font-size: 4rem;
    font-weight: 900;
    color: var(--violet);
    line-height: 5rem;
    margin-bottom: 2.7rem;
}

.s8__blocs-bloc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-top: 6.3rem;
}
.s8__blocs-bloc span {
    margin-top: 2.3rem;
    font-size: 3rem;
    font-weight: 600;
    line-height: 3.8rem;
    text-transform: uppercase;
    width:42rem;
    max-width: 100%;
}

.s8__blocs > .row > div:first-child .s8__blocs-bloc span{
    color:var(--rose);
}
.s8__blocs > .row > div:nth-of-type(2) .s8__blocs-bloc span{
    color:var(--violet);
}
.s8__blocs > .row > div:nth-of-type(3) .s8__blocs-bloc span{
    color:var(--orange);
}
.s8__blocs > .row > div:last-child .s8__blocs-bloc span{
    color:var(--rouge);
}

/*------------------------------------*\
RESPONSIVE
\*------------------------------------*/

.wrapper {
    width: 100svw;
    overflow-x: hidden;
}

@media only screen and (max-width:1791.98px) {
    html {
        font-size: 55%;
    }
    #s2:before {
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        background-repeat: no-repeat;
        width: 142.1rem;
        height: 85.3rem;
    }
}
@media only screen and (max-width:1559.98px) {
    html {
        font-size: 48%;
    }
}
@media only screen and (max-width:1399.98px) {
    html {
        font-size: 41%;
    }
    #s2 > .s2__content {
        padding: 8.1rem 25.6rem 31.4rem 10rem;
    }
    .range_legend li .s2_custommontant-container input {
        font-size: 1.6rem;
    }
}
@media only screen and (max-width:1199.98px) {
    html {
        font-size: 34%;
    }
    #s2 > .s2__content {
        padding: 8.1rem 28rem 31.4rem 10rem;
    }
    .range_legend li .s2_custommontant-container input {
        font-size: 2rem;
    }
    .s2__deduction-container {
        top: 7rem;
    }
}
@media only screen and (max-width:991.98px) {
    html {
        font-size: 45%;
    }
    body {
        background: none;
    }
    header .logo {
        margin: 0 auto;
    }
    footer {
        padding: 0;
        position: relative;
        z-index: 10;
        margin-top: 0;
    }
    .footer__gradientshape {
        color: #fff;
        padding: 15rem 3rem 5rem 3rem;
        margin-top: -6rem;
        z-index: 4;
        --c: 33px;
        -webkit-mask: -webkit-radial-gradient(55% var(--c) at top,#0000 -webkit-calc(100% - 1px),#000);
        mask: radial-gradient(55% var(--c) at top,#0000 -moz-calc(100% - 1px),#000);
        mask: radial-gradient(55% var(--c) at top,#0000 calc(100% - 1px),#000);
        background: -webkit-linear-gradient(215deg, rgba(237,108,32,1) 0%, rgba(237,108,32,1) 15%, rgba(228,44,36,1) 30%, rgba(173,41,76,1) 50%, rgba(134,39,105,1) 70%, rgba(109,38,123,1) 85%, rgba(101,38,130,1) 100%);
        background: -moz-linear-gradient(215deg, rgba(237,108,32,1) 0%, rgba(237,108,32,1) 15%, rgba(228,44,36,1) 30%, rgba(173,41,76,1) 50%, rgba(134,39,105,1) 70%, rgba(109,38,123,1) 85%, rgba(101,38,130,1) 100%);
        background: -o-linear-gradient(215deg, rgba(237,108,32,1) 0%, rgba(237,108,32,1) 15%, rgba(228,44,36,1) 30%, rgba(173,41,76,1) 50%, rgba(134,39,105,1) 70%, rgba(109,38,123,1) 85%, rgba(101,38,130,1) 100%);
        background: linear-gradient(235deg, rgba(237,108,32,1) 0%, rgba(237,108,32,1) 15%, rgba(228,44,36,1) 30%, rgba(173,41,76,1) 50%, rgba(134,39,105,1) 70%, rgba(109,38,123,1) 85%, rgba(101,38,130,1) 100%);
    }
    .footer__rs-title {
        font-size: 2.2rem;
        margin-bottom: 2.2rem;
        font-weight: 700;
    }
    .footer__rs {
        margin-bottom: 4.667rem;
    }
    .footer__rs i {
        width: 7rem;
        height: 7rem;
        display: block;
        margin-left: 2.733rem;
    }
    .footer__rs li:first-child i {
        margin-left: 0;
    }
    .footer__logo {
        background-color: #fff;
        position: absolute;
        z-index: 100;
        -webkit-border-radius: 5.167rem;
        -moz-border-radius: 5.167rem;
        border-radius: 5.167rem;
        padding: 0 3.667rem 1.917rem 3.667rem;
        width: 39.667rem;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: -10px;
    }

    .main_container main {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .main_container > .cta {
        max-width: 51.7rem;
        width: 80%;
        margin: 0 auto;
        padding: 1rem;
        text-transform: uppercase;
        font-size: 4.4rem;
        -webkit-border-radius: 5rem;
        -moz-border-radius: 5rem;
        border-radius: 5rem;
        position: absolute;
        z-index: 9;
        left: -5%;
        right: -5%;
        top: -2.5rem;
    }
    .main_container > .cta .icon{
        width: 7rem;
        height: 7rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .main_container > .cta .icon svg {
        width: 100%;
        height: auto;
    }

    .s1__content {
        padding: 0 2.7rem;
    }

    .s1__content-container {
        padding-top: -webkit-calc(100svh - 55rem);
        padding-top: -moz-calc(100svh - 55rem);
        padding-top: calc(100svh - 55rem);
    }

    .s1__content h1.surligne.rose_sur > span {
        font-size: 2.4rem;
        line-height: 4.2rem;
    }
    .s1__txt_slider .slide h2 {
        font-size: 5rem;
        line-height: 5.2rem;
    }
    .s1__txt_slider .slide h2 + strong {
        font-size: 5rem;
        line-height: 5.2rem;
        margin-left: 7.6rem;
    }
    .s1__txt_slider + p {
        font-size: 3.5rem;
        line-height: 3.5rem;
    }

    .s1__txt_slider .slide h2 sup {
        top: -1.5rem;
        font-size: 2.7rem;
    }

    .s1__txt_slider .slick-dots li:not(:last-child):after {
        left: 2.2rem;
    }

    .main_container {
        margin-top: 19rem;
    }
    .main_container > .row > div {
        padding: 0;
    }
    .main_container main {
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        aspect-ratio: 3 / 2;
        -webkit-clip-path: ellipse(700% 100% at 50% 100%);
        clip-path: ellipse(700% 100% at 50% 100%);
    }

    #s3 {
        padding: 15.5rem 2rem 5.2rem 2rem;
    }
    .s3__stats-txt {
        padding: 0 4rem;
        margin-bottom: 3.5rem;
    }
    .s3__stats-nb,
    .s3__fatalite-stat strong{
        font-size: 7rem;
    }
    .s3__fatalite-intro {
        padding: 0;
    }
    .s3__fatalite-stat{
        width: 51rem;
        margin-bottom: 9.6rem;
    }
    .s3__fatalite-stat span {
        line-height: 3.5rem;
        font-size: 3rem;
        padding: 0 4rem;
        font-weight: 800;
    }
    .s3__fatalite-stat:before{
        width: 24.7rem;
        height: 18.9rem;
        left: -1.3rem;
        bottom: -3.4rem;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='182.867' height='136.324' viewBox='0 0 182.867 136.324'%3E%3Cg id='arc' transform='translate(-2.895 1.5)'%3E%3Cpath id='Tracé_2744' data-name='Tracé 2744' d='M180.867,134.324H66.179C30.182,134.324,1,104.478,1,67.662S30.182,1,66.179,1h63.756' transform='translate(3.395 -1)' fill='none' stroke='%23e03854' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
    }
    .s3__fatalite-stat:after {
        width: 57.9rem;
        height: 21.4rem;
        right: -15.5rem;
        bottom: -6.16rem;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='212.165' height='159.362' viewBox='0 0 212.165 159.362'%3E%3Cg id='Groupe_29336' data-name='Groupe 29336' transform='translate(-204.636 -1440.5)'%3E%3Cpath id='Tracé_26889' data-name='Tracé 26889' d='M5286.125,3419.165h-28.753v14.679' transform='translate(-5044.691 -1843.841)' fill='none' stroke='%23e03854' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Tracé_26890' data-name='Tracé 26890' d='M5265.5,3438.167l6.039,7.088,5.819-7.088' transform='translate(-5058.75 -1846.894)' fill='none' stroke='%23e03854' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3Cg id='arc' transform='translate(235.433 1442)'%3E%3Cpath id='Tracé_2744' data-name='Tracé 2744' d='M1,134.323H115.688c36,0,65.179-29.845,65.179-66.662S151.686,1,115.688,1H51.932' transform='translate(-1 -1)' fill='none' stroke='%23e03854' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
    }

    .s3__outro{
        font-size: 2.5rem;
    }

    .s4__slider-slide .s4__slider-slide-content,
    .s4__slider-slide:first-of-type .s4__slider-slide-content,
    .s4__slider-slide:last-of-type .s4__slider-slide-content{
        padding: 3.6rem 4.4rem 4.4rem 4.4rem;
    }
    .s4__slider-slide:first-of-type .s4__slider-slide-content {
        -webkit-border-bottom-left-radius: 10rem;
        -moz-border-radius-bottomleft: 10rem;
        border-bottom-left-radius: 10rem;
    }
    .s4__slider-slide:last-of-type .s4__slider-slide-content {
        -webkit-border-bottom-right-radius: 10rem;
        -moz-border-radius-bottomright: 10rem;
        border-bottom-right-radius: 10rem;
    }
    .s4__slide-img {
        width: 29rem;
        height: 29rem;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 29rem;
        -moz-box-flex: 0;
        -ms-flex: 0 0 29rem;
        flex: 0 0 29rem;
        margin: 0 auto 4rem auto;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .s4__slider-slide h4 {
        max-width: 100%;
        font-size: 3rem;
        line-height: 4.2rem;
    }

    .s4__slider-slide-content-txt {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .s4__slide-txt {
        padding-right: 2rem;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }
    .s4__slide-txt:before {
        font-size: 9.7rem;
        left: -2rem;
        top: 2rem;
    }
    .s4__slide-txt > p:last-of-type:after {
        font-size: 9.7rem;
        -webkit-transform: rotate(180deg) translateY(1.5rem);
        -moz-transform: rotate(180deg) translateY(1.5rem);
        -ms-transform: rotate(180deg) translateY(1.5rem);
        -o-transform: rotate(180deg) translateY(1.5rem);
        transform: rotate(180deg) translateY(1.5rem);
    }

    #s4 .slick-prev,
    #s4 .slick-next {
        top: 33%;
        height: 5rem;
        width: 3rem;
        padding: 0;
    }

    .s5__content-join-don{
        padding: 0 3rem;
    }
    .s5__content-join p br {
        display: none;
    }
    .s5__content-join-don .input-line {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .s5__content-join-don .input-line > div {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
    .s5__content-join-don .shadow-container > div {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0 3rem;
    }
    .s5__content-join-don .input-line > div:nth-child(1),
    .s5__content-join-don .input-line > div:nth-child(2) {
        margin-bottom: 1rem;
    }
    .s5__content-join-don .shadow-container > div {
        height: 50%;
    }
    .s5__content-join-don .shadow-container .s5__content-join-don-bloc-shadow {
        height: 10%;
        position: absolute;
        top: 30%;
        width: -webkit-calc(90% - 10rem);
        width: -moz-calc(90% - 10rem);
        width: calc(90% - 10rem);
        left: 0;
        right: 0;
        margin: auto;
        z-index: 1;
        -webkit-box-shadow: 0 0.6rem 3rem rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0 0.6rem 3rem rgba(0, 0, 0, 0.16);
        box-shadow: 0 0.6rem 3rem rgba(0, 0, 0, 0.16);
    }
    .s5__content-join-don .shadow-container .s5__content-join-don-bloc-shadow:last-child {
        bottom: 4%;
        top: auto;
    }

    .s5__content-join-don-outro.libre_chosen{
        margin-top: 2.7rem;
    }
    .s5__content-join-don-outro:before,
    .s5__content-join-don-outro:after {
        display: none;
        content: none;
    }

    .s5__content-join-don .shadow-container .s5__content-join-don-bloc-shadow {
        display: none !important;
    }
    .s5__content-join-don .shadow-container .s5__content-join-don-bloc-shadow:last-child {
        display: block !important;
    }

    label[for="montant-libre"] {
        width: 15rem;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-top: 0.5rem;
    }
    .montant_libre_content {
        margin-left: auto;
        margin-right: auto;
    }

    .join_outro i {
        padding-right: 5rem;
        position: relative;
    }
    .join_outro i:after {
        position: absolute;
        margin-left: 0;
        margin-right: 0rem;
        height: 16rem;
        top: 0;
        bottom: 0;
        right: 2rem;
    }
    .join_cta_wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -webkit-align-items: end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: end;
        -webkit-box-pack: start;
        -webkit-justify-content: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        text-align: left;
        margin-bottom: 4.6rem;
        width: 46.4rem;
        max-width: 100%;
    }
    .join_outro {
        -webkit-box-pack: start;
        -webkit-justify-content: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .join_cta_wrapper i {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-right: 8rem;
    }
    .join_cta_wrapper i img {
        width: 8.6rem;
        height: auto;
    }

    div.s5__content-join-don-bloc {
        margin-top: 1rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 3rem;
        padding-bottom: 1rem;
    }
    div.s5__content-join-don-bloc label[for="montant-libre"] {
        width: 37%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 37%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 37%;
        flex: 0 0 37%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-bottom: 1.7rem;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .montant_libre_content {
        width: 60%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 60%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
    }
    .montant_libre_content input {
        width: 25rem;
        max-width: 80%;
    }
    .s5__content-join .s5__content-join-don-bloc .montant_libre_content + .don_ttc,
    .s5__content-join .s5__content-join-don-bloc .montant_libre_content ~ .don_ttc_exp {
        margin: 0 0.4rem;
    }
    .s5__content-join .s5__content-join-don-bloc .montant_libre_content ~ .don_ttc_exp {
        font-size: 2rem;
    }
    .s5__content-join .s5__content-join-don-bloc .montant_libre_content + .don_ttc {
        font-size: 3rem;
        margin-bottom: 1rem;
    }

    div.s5__content-join-don-bloc.active .montant_libre_content input {
        font-size: 3.4rem;
    }

    .s5__content-join-don-outro {
        margin: 4.7rem auto 12.3rem auto;
        padding: 0 3rem;
    }
    .s5__content-join .join_outro ul {
        width: 31.7rem;
        height: 16rem;
    }
    .s5__content-join .join_outro ul li {
        font-size: 2.6rem;
        line-height: 3rem;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        top: 0;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .s5__content-join p{
        font-size: 3.3rem;
        line-height: 4rem;
    }

    #s5__don-link {
        margin-right: 0;
    }

    .join_outro:after {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='130.76' height='128.475' viewBox='0 0 130.76 128.475'%3E%3Cg id='Groupe_29336' data-name='Groupe 29336' transform='translate(40.242 -3587.288)'%3E%3Cg id='arc' transform='translate(-37.742 3589.788)'%3E%3Cpath id='Tracé_2744' data-name='Tracé 2744' d='M57.518,109.329H8.526A54.165,54.165,0,0,1,8.526,1H38.319' transform='translate(45.446 -1)' fill='none' stroke='%23e03854' stroke-linecap='round' stroke-linejoin='round' stroke-width='5'/%3E%3C/g%3E%3Cpath id='Tracé_2756' data-name='Tracé 2756' d='M0,16.889,14.39,0,28.253,16.889' transform='translate(88.018 3683.991) rotate(90)' fill='none' stroke='%23e03854' stroke-linecap='round' stroke-linejoin='round' stroke-width='5'/%3E%3C/g%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        display: block;
        position: absolute;
        width: 12rem;
        height: 12rem;
        bottom: 1.6rem;
    }

    .s5__content-impots {
        max-width: 100%;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .s5__content-impots > p {
        text-align: center;
        margin: 0;
        padding: 2rem 2rem 0 2rem;
        font-size: 3rem;
        line-height: 3.6rem;
    }

    .libre_chosen .join_cta_wrapper {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .libre_chosen .join_cta_wrapper #s5__don-link {
        margin-right: auto;
    }

    #s6 {
        padding-left: 4rem;
        padding-right: 4rem;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(224, 56, 84, 1)), color-stop(15%, rgba(224, 56, 84, 0.9)), to(rgba(224, 56, 84, 0)));
        background: -webkit-linear-gradient(bottom, rgba(224, 56, 84, 1) 0%, rgba(224, 56, 84, 0.9) 15%, rgba(224, 56, 84, 0) 100%);
        background: -moz-linear-gradient(bottom, rgba(224, 56, 84, 1) 0%, rgba(224, 56, 84, 0.9) 15%, rgba(224, 56, 84, 0) 100%);
        background: -o-linear-gradient(bottom, rgba(224, 56, 84, 1) 0%, rgba(224, 56, 84, 0.9) 15%, rgba(224, 56, 84, 0) 100%);
        background: linear-gradient(0deg, rgba(224, 56, 84, 1) 0%, rgba(224, 56, 84, 0.9) 15%, rgba(224, 56, 84, 0) 100%);
    }
    .don_confiance .don_confiance-txt {
        font-size: 3rem;
        line-height: 1.3;
    }
    .don_confiance .don_confiance-txt p {
        margin-bottom: 0;
    }
    .don_confiance .don_confiance-img {
        width: 16.667rem;
        height: 16.667rem;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.667rem;
        -moz-box-flex: 0;
        -ms-flex: 0 0 16.667rem;
        flex: 0 0 16.667rem;
        margin-bottom: 1.667rem;
        margin-right: 0;
    }
    .s6__calcul {
        width: 100%;
        padding: 4rem 1rem;
        -webkit-border-radius: 4.333rem;
        -moz-border-radius: 4.333rem;
        border-radius: 4.333rem;
        margin-bottom: 14.333rem;
    }
    .s6__calcul > strong {
        font-size: 3rem;
        margin-bottom: 5.167rem;
    }
    .s6__calcul label {
        margin-bottom: 3.333rem;
        font-size: 3rem;
    }
    .s6__calcul-don-input {
        -webkit-border-radius: 5rem;
        -moz-border-radius: 5rem;
        border-radius: 5rem;
        height: 10rem;
        max-width: 90%;
        margin: 0 auto;
    }
    #s6__don-link.cta {
        font-size: 2.833rem;
        padding: 2.5rem 6rem;
    }
    #s6__don-link.cta .icon {
        width: auto;
        height: auto;
    }
    #s6__don-link.cta .icon svg {
        width: 5.667rem;
    }
    .s6__calcul-don-input-container {
        margin-bottom: 5.833rem;
    }
    .s6__calcul label {
        margin-bottom: 3.333rem;
        font-size: 3.167rem;
    }
    #s6 h3 {
        font-size: 4rem;
        line-height: 1.2;
        margin-bottom: 5rem;
    }
    #s6 h3 span {
        display: inline-block;
    }
    #s6 h3 span br {
        display: none;
    }
    #s7 {
        margin: 0;
    }
    .s7__content-heart {
        width: 24rem;
        height: 24rem;
        margin: -12rem auto 0 auto;
    }
    .s7__slider-m {
        background: var(--violet);
        padding: 23.333rem 2rem 6.667rem 2rem;
        margin-top: -12rem;
    }
    .s7__slider-m .s7__slider-slide {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -moz-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .s7__slider-m .s7__slider-slide .s7__slide-icon {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 10.6rem;
        -moz-box-flex: 0;
        -ms-flex: 0 0 10.6rem;
        flex: 0 0 10.6rem;
        margin-bottom: 4.5rem;
    }
    .s7__slider-m .s7__slider-slide .s7__slide-txt {
        color: #FFF;
        font-size: 3.833rem;
        font-weight: 700;
        line-height: 1.2;
        text-align: center;
    }
    .s7__slider-m .s7__slider-slide .s7__slide-txt p {
        margin-bottom: 0;
    }

    .s7__slider-m .slick-dots {
        list-style: none;
        padding: 0;
        margin: 2rem 0 0 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .s7__slider-m .slick-dots button {
        font-size: 0;
        border: 1px solid #FFF;
        background: transparent;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        width: 4.667rem;
        height: 4.667rem;
        margin: 0 0.75rem;
        position: relative;
    }
    .s7__slider-m .slick-dots button:after {
        content: "";
        width: 3rem;
        height: 3rem;
        background: #FFF;
        display: block;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all ease-in-out 400ms;
        -o-transition: all ease-in-out 400ms;
        -moz-transition: all ease-in-out 400ms;
        transition: all ease-in-out 400ms;
    }
    .s7__slider-m .slick-dots .slick-active button:after{
        visibility: visible;
        opacity: 1;
    }

    #s8 {
        padding: 6rem 2rem 12rem 2rem;
        background-color: #fff;
    }
    #s8 h4 {
        margin-top: 5.833rem;
        font-size: 5rem;
        line-height: 1.3;
        margin-bottom: 5.833rem;
        text-transform: uppercase;
    }
    .s8__blocs-bloc {
        margin-top: 0;
        margin-bottom: 6rem;
    }
    .s8__blocs-bloc span {
        margin-top: 2rem;
        font-size: 4rem;
        line-height: 1.2;
        width: 100%;
    }
}

@media screen and (min-width:576px) and (max-width:991.98px){
    .s4__slide-txt {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
    }
    .s5__content-join .s5__content-join-don-bloc .don_ht {
        font-size: 6.6rem;
    }
    .s5__content-join .s5__content-join-don-bloc p.don_ttc {
        font-size: 3rem;
        margin: 0 0 1rem 0;
    }
    .s5__content-join .s5__content-join-don-bloc p.don_ttc_exp {
        font-size: 1.8rem;
    }

    div.s5__content-join-don-bloc label[for="montant-libre"] {
        font-size: 2.6rem
    }
    .montant_libre_content input {
        width: 35rem;
    }
    .s5__content-join-don-outro {
        width: 52.4rem;
    }

    .s7__slider-m .s7__slider-slide .s7__slide-txt {
        font-size: 3.2rem;
    }
    #s8 h4 {
        font-size: 4rem;
    }
    .s8__blocs-bloc span {
        font-size: 3rem;
    }
}

@media screen and (min-width:768px) and (max-width:991.98px){
    .s6__calcul {
        max-width: 80%;
        width: 95rem;
    }
}
@media screen and (max-width:767.98px){    
    html {
        font-size: 40%;
    }
}

@media screen and (max-width:575.98px){
    html {
        font-size: 36.5%;
    }
    .s1__txt_slider .slick-dots button{
        height: 2.45rem;
    }
}

/*------------------------------------*\
MISC
\*------------------------------------*/

::-moz-selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}

::selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}
::-webkit-selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}
::-moz-selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}

/*------------------------------------*\
WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display:block;
    margin:5px auto 5px auto;
}
.alignright {
    float:right;
    margin:5px 0 20px 20px;
}
.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}
a img.alignright {
    float:right;
    margin:5px 0 20px 20px;
}
a img.alignnone {
    margin:5px 20px 20px 0;
}
a img.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}
a img.aligncenter {
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.wp-caption {
    background:#FFF;
    border:1px solid #F0F0F0;
    max-width:96%;
    padding:5px 3px 10px;
    text-align:center;
}
.wp-caption.alignnone {
    margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin:5px 20px 20px 0;
}
.wp-caption.alignright {
    margin:5px 0 20px 20px;
}
.wp-caption img {
    border:0 none;
    height:auto;
    margin:0;
    max-width:98.5%;
    padding:0;
    width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
PRINT
\*------------------------------------*/

@media print {
    * {
        background:transparent !important;
        color:#000 !important;
        -webkit-box-shadow:none !important;
        -moz-box-shadow:none !important;
        box-shadow:none !important;
        text-shadow:none !important;
    }
    a,
    a:visited {
        text-decoration:underline;
    }
    a[href]:after {
        content:" (" attr(href) ")";
    }
    abbr[title]:after {
        content:" (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content:"";
    }
    pre,blockquote {
        border:1px solid #999;
        page-break-inside:avoid;
    }
    thead {
        display:table-header-group;
    }
    tr,img {
        page-break-inside:avoid;
    }
    img {
        max-width:100% !important;
    }
    @page {
        margin:0.5cm;
    }
    p,
    h2,
    h3 {
        orphans:3;
        widows:3;
    }
    h2,
    h3 {
        page-break-after:avoid;
    }
}
