:root{
    font-size: 18px;
}
html{
    height: 100%;
}
html,
body{
    margin: 0;
    padding: 0;
}
body{
    font-family: 'Spartan', sans-serif;
    overflow: hidden;
}
/* SLICK SLIDER */
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(ajax-loader.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(fonts/slick.eot);src:url(fonts/slick.eot?#iefix) format('embedded-opentype'),url(fonts/slick.woff) format('woff'),url(fonts/slick.ttf) format('truetype'),url(fonts/slick.svg#slick) format('svg')}.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:transparent;border:none;outline:0;background:0 0}.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:0;background:0 0}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:'←'}[dir=rtl] .slick-prev:before{content:'→'}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:'→'}[dir=rtl] .slick-next:before{content:'←'}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:0;background:0 0}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}


/* .invertscroll{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
} */
/* .invertscroll .content{
    position: absolute;
    width: 100%;
    max-width: 1920px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: bottom 200ms;
} */
/* .scrollfake{
    height: 500vh;
    width: 100%;
} */
.invertscroll{
    width: 100%;
    overflow: hidden;
}
svg *{
    fill: none;
    stroke: #D7EFEB;
    stroke-width: 5px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}
svg path{
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 1s;
}
.text-center{
    text-align: center !important;
}
.position-relative{
    position: relative;
}
.home-txt{
    max-width: 1050px;
    margin: auto;
    height: 40vh;
    min-height: 450px;
    display: flex;
    justify-content: center;
}
.colorwhite{
    color: #fff;
}
.bg-vert{
    background: #0C9295;
}
p, strong{
    font-size: 1.2rem;
}
.h1{
    font-size: 3.7rem;
    font-weight: 100;
}
.h2{
    font-size: 3.2rem;
    font-weight: 500;
}
.h3{
    font-weight: 700;
    font-size: 2.5rem;
    text-transform: uppercase;
}
.row-histoire{
    width: 100%;
}
.row-histoire .bg-vert.order-1{
    width: calc(50% - 4rem);
    padding: 2rem;
}
.row-histoire .bg-vert.order-2{
    width: calc(46% - 4rem);
    padding: 2rem;
    margin-left: auto;
}
#contenu{
    position: relative;
}
.bloc1{
    position: absolute;
    bottom: 3%;
    padding-bottom: 560px;
}
.bloc2{
    position: absolute;
    bottom: 21%;
    padding-bottom: 0;
}
.bloc3{
    position: absolute;
    bottom: 38%;
    padding-bottom: 0;
}
.bloc4{
    position: absolute;
    bottom: 53%;
    padding-bottom: 0;
}
.bloc5{
    position: absolute;
    bottom: 72%;
    padding-bottom: 0;
}
.bloc6{
    position: absolute;
    top: 4%;
    padding-bottom: 0;
}
.bloc1 .h1,
.bloc2 .h1,
.bloc3 .h1,
.bloc4 .h1,
.bloc5 .h1{
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
}
.bloc1 .h2{
    color: #019585;
    margin: 0;
}
.bloc1 .img-1{
    position: relative;
    right: -15rem;
    z-index: 1;
}
.bloc1 .img-2{
    position: absolute;
    left: -2rem;
    top: 83%;
}
.bloc1 .img-3{
    position: absolute;
    top: 100%;
    left: 600px;
}
.bloc1 .img-4{
    position: absolute;
    top: calc(100% + 201px);
    left: 350px;
}
.bloc1 .img-5{
    position: absolute;
    right: 22%;
    top: 33%;
}
.bloc1 .texte{
    position: absolute;
    width: 400px;
    right: 12%;
    bottom: -16rem;
}

.bloc2 .img-1{
    position: relative;
    right: 3rem;
    z-index: 1;
}
.bloc2 .img-2{
    position: absolute;
    right: calc(544px - 2rem);
    top: 100%;
}
.bloc2 .img-3{
    position: absolute;
    top: 100%;
    right: calc(0% - 2rem);
}
.bloc2 .img-5{
    position: absolute;
    left: 30%;
    top: 33%;
}
.bloc2 .texte{
    position: absolute;
    width: 400px;
    left: 17%;
    bottom: -11rem;
}


.bloc3 .img-1{
    position: relative;
    right: -15rem;
}
.bloc3 .img-2{
    position: absolute;
    left: -2rem;
    top: 83%;
}
.bloc3 .img-3{
    position: absolute;
    top: 100%;
    left: 617px;
    height: 201px;
}
.bloc3 .img-4{
    position: absolute;
    top: calc(100% + 201px);
    left: 212px;
}
.bloc3 .img-5{
    position: absolute;
    left: 36%;
    top: 121%;
}
.bloc3 .texte{
    position: absolute;
    width: 400px;
    right: 12%;
    bottom: 1rem;
}



.bloc4 .img-1{
    position: relative;
    left: -20rem;
    z-index: 1;
}
.bloc4 .img-2{
    position: absolute;
    right: calc(544px - 2rem);
    top: 100%;
    width: 400px;
}
.bloc4 .img-3{
    position: absolute;
    top: 100%;
    right: calc(0% - 2rem);
}
.bloc4 .texte{
    position: absolute;
    width: 400px;
    left: 10%;
    bottom: 3rem;
}


.bloc5 .img-1{
    position: relative;
    left: 5rem;
}
.bloc5 .img-2{
    position: absolute;
    left: calc(0% - 2rem);
    top: 87%;
}
.bloc5 .img-3{
    position: absolute;
    top: 87%;
    left: calc(654px - 2rem);
}
.bloc5 .img-4{
    position: absolute;
    left: calc(866px - 2rem);
    width: 215px;
}
.bloc5 .img-5{
    position: absolute;
    top: calc(100% + 210px);
    right: 49px;
}
.bloc5 .img-6{
    position: absolute;
    left: 5rem;
    top: 172%;
    max-width: 300px;
    width: 100%;
}
.bloc5 .img-7{
    position: absolute;
    top: -7rem;
    left: 55%;
}
.bloc5 .img-8{
    position: absolute;
    top: -23rem;
    left: 10%;
}
.bloc5 .texte{
    position: absolute;
    width: 400px;
    right: 10%;
    bottom: -3rem;
}


.bloc6 .img-1{
    position: relative;
    left: -19rem;
}
.bloc6 .img-2{
    position: absolute;
    right: 410px;
    top: 90%;
    z-index: 1;
}
.bloc6 .img-3{
    position: absolute;
    top: 108%;
    right: calc(0% - 2rem);
    max-width: 529px;
    width: 100%;
}
.bloc6 .img-5{
    position: absolute;
    left: 30%;
    bottom: -13rem;
    z-index: 1;
}
.bloc6 .texte{
    position: absolute;
    width: 400px;
    left: 10%;
    top: 23rem;
}
#logo{
    display: block;
    margin: auto;
    width: 100%;
    max-width: 442px;
    padding-top: 2rem;
}
.toppage{
    padding: 0 15px;
}
.coord{
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.coord a{
    font-weight: 700;
    color: #0c9295;
}
.barre{
    height: 8px;
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #019585;
    margin-top: 4rem;
    margin-bottom: 4rem;
}
.plus50{
    display: block;
    text-align: center;
}
.toppage .h1{
    max-width: 900px;
    margin: auto;
    width: 100%;
}
.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}
.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #0C9295;
    margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}
.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}
.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}
.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}
.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}
.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}
.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}
.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}
@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
#spinnerLoad{
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D7EFEB;
}
#arrowUp{
    position: absolute;
    top: -7rem;
    left: 50%;
    transform: translateX(-50%);
    animation: bounce 700ms infinite alternate;
    -webkit-animation: bounce 700ms infinite alternate;
}
#arrowUp img{
    max-width: 55px;
}
@keyframes bounce {
    from {
        transform: translateX(-50%) translateY(0px);
    }
    to {
        transform: translateX(-50%) translateY(-20px);
    }
}
@-webkit-keyframes bounce {
    from {
        transform: translateX(-50%) translateY(0px);
    }
    to {
        transform: translateX(-50%) translateY(-20px);
    }
}
address{
    display: block;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-style: normal;
}
.svg-wrapper{
    animation: bouncerotateall 3s infinite alternate;
    -webkit-animation: bouncerotateall 3s infinite alternate;
}
@keyframes bouncerotateall {
    from {
        transform: skewX(.1deg) skewY(1deg) translate(-5px)
    }
    to {
        transform: skewX(-.1deg) skewY(-1deg) translate(5px)
    }
}
@-webkit-keyframes bouncerotateall {
    from {
        transform: skewX(.1deg) skewY(1deg) translate(-5px)
    }
    to {
        transform: skewX(-.1deg) skewY(-1deg) translate(5px)
    }
}
.fleurs{
    position: absolute;
    animation: bouncerotate 1200ms infinite alternate;
    -webkit-animation: bouncerotate 1200ms infinite alternate;
}
@keyframes bouncerotate {
    from {
        transform: skewX(1deg) translate(-2px) rotate(0deg)
    }
    to {
        transform: skewX(-1deg) translate(2px) rotate(2deg)
    }
}
@-webkit-keyframes bouncerotate {
    from {
        transform: skewX(1deg) translate(-2px) rotate(0deg)
    }
    to {
        transform: skewX(-1deg) translate(2px) rotate(2deg)
    }
}
#fleur1{
    top: 82%;
    left: 51%;
}
#fleur2 {
    top: 72%;
    left: 26.5%;
}
#fleur3{
    top: 62%;
    left: 72%;
}
#fleur4{
    top: 47%;
    left: 28%;
}
#fleur5{
    top: 34.5%;
    left: 31%;
}
#fleur6{
    top: 25%;
    left: 67%;
}
#fleur7{
    top: 14.9%;
    left: 40%;
}
#fleur8{
    top: 1.8%;
    left: 54%;
}


@media screen and (max-width: 1920px){
    #treeSVG{
        width: 120%;
        margin-left: -10%;
    }
}

@media screen and (max-width: 1860px){
    .bloc1 .img-5 {
        right: 13%;
        top: 21%;
    }
    .bloc1 .img-1,
    .bloc3 .img-1 {
        right: -8rem;
    }
}
@media screen and (max-width: 1750px){
    .bloc5 .img-1 {
        left: -2rem;
    }
    .h1 {
        font-size: 3rem;
    }
    .bloc6 .img-1 {
        left: -10rem;
        max-width: 875px;
    }
    .bloc5 .img-8 {
        top: -14rem;
        left: 10%;
        max-width: 199px;
    }
    .bloc1 .texte {
        right: 3%;
    }
    .bloc1 .img-5 {
        right: 3%;
    }
    .bloc1 .img-1, .bloc3 .img-1 {
        right: 0rem;
    }
    .bloc2 .texte {
        left: 6%;
        bottom: -8rem;
    }
    .bloc2 .img-3 {
        max-width: 300px;
    }
    .bloc2 .img-2 {
        right: 264px;
        max-width: 340px;
    }
    .bloc2 {
        bottom: 22%;
    }
    .bloc3 .img-2 {
        max-width: 500px;
    }
    .bloc3 .img-3 {
        left: 464px;
    }
    .bloc3 .img-4 {
        top: calc(100% + 159px);
        left: 100px;
        max-width: 380px;
    }
    .bloc3 .texte {
        bottom: 14rem;
    }
    .bloc3 .img-5 {
        right: 5%;
        top: 90%;
        left: initial;
    }
    .bloc4 .img-1 {
        left: -4rem;
        max-width: 700px;
    }
    .bloc4 .img-3 {
        max-width: 400px;
    }
    .bloc4 .img-2 {
        right: calc(400px - 2rem);
        width: 334px;
    }
    .bloc5 .img-1 {
        max-width: 730px;
    }
    .bloc5 .img-4,
    .bloc5 .img-6,
    .bloc5 .img-7{
        display: none;
    }
    .bloc6 .img-5 {
        left: 40%;
        z-index: 1;
    }
    .bloc6 .img-2{
        display: none;
    }
    .bloc6 .img-3{
        top: 100%;
    }
}
@media screen and (max-width: 1450px){
    .h1 {
        font-size: 2.3rem;
    }
    #treeSVG{
        width: 150%;
        margin-left: -25%;
    }
    .slickimgs a{
        height: 450px;
        display: block;
    }
    .slickimgs img{
        position: relative !important;
        top: initial !important;
        bottom: initial !important;
        left: initial !important;
        right: initial !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        max-width: initial !important;
    }
    .image{
        opacity: 1 !important;
    }
}
@media screen and (max-width: 1200px) {
    .bloc3 .texte {
        max-width: 50%;
        right: 1rem;
    }
    .bloc2 .img-5 {
        left: 2rem;
        top: 11%;
    }
    .bloc2 .texte {
        left: 6%;
        bottom: 0rem;
    }
    .bloc4 .texte {
        max-width: 50%;
        left: 2rem;
        bottom: 4rem;
    }
    .bloc5 .texte {
        max-width: 50%;
        right: 1rem;
        bottom: 0rem;
    }
    .bloc6 .texte {
        left: 2rem;
        top: 16rem;
    }
}
@media screen and (max-width: 1000px) {
    .slickimgs a{
        height: 350px;
    }
    #treeSVG {
        width: 180%;
        margin-left: -40%;
    }
    .bloc1 .texte,
    .bloc2 .texte,
    .bloc3 .texte,
    .bloc4 .texte,
    .bloc5 .texte,
    .bloc6 .texte {
        width: 100% !important;
        max-width: initial !important;
        padding: 1rem !important;
        left: 0 !important;
        right: 0 !important;
        box-sizing: border-box !important;
    }
    .row-histoire .bg-vert.order-1,
    .row-histoire .bg-vert.order-2{
        width: 100%;
        box-sizing: border-box;

        position: relative;
        top: -8rem;
    }
    .bloc1 .texte {
        bottom: -8rem;
    }
    .bloc2 {
        bottom: 23%;
    }
    .bloc2 .texte {
        bottom: -2rem;
    }
    .bloc2 .img-5 {
        left: initial;
        top: -29%;
        right: 1rem;
        max-width: 200px;
    }
    .bloc3 .texte {
        bottom: -2rem;
    }
    .bloc3 .img-5 {
        right: 1rem;
        left: initial;
        top: 67%;
        max-width: 240px;
    }
    .bloc4 .texte {
        bottom: -6rem;
    }
    .bloc5 .texte {
        bottom: -12rem;
    }
    .bloc5 .img-8 {
        top: -17rem;
        left: 2rem;
    }
    .h3 {
        font-size: 1.5rem;
    }
}
@media screen and (max-width: 800px){
    #treeSVG {
        width: 294%;
        margin-left: -97%;
    }
    .bloc1 .texte {
        top: 25rem;
    }
    .bloc2 .texte {
        top: 24.5rem;
    }
    .bloc2 .img-5 {
        top: -52%;
    }
    .bloc3 .img-5 {
        top: 110%;
    }
    .bloc3 .texte {
        top: 26rem;
    }
    .bloc4 .texte {
        top: 26rem;
    }
    .bloc5 .texte {
        top: 27rem;
    }
    .bloc6 .texte {
        top: 26rem;
    }
    .bloc6 .img-5 {
        bottom: 4rem;
        right: 1rem;
        left: initial !important;
        max-width: 200px;
    }
}

@media screen and (max-width: 600px){
    .bloc1 .img-5 {
        right: 1rem;
        max-width: 230px;
        top: 16rem;
    }
    .bloc1 .h1, .bloc2 .h1, .bloc3 .h1, .bloc4 .h1, .bloc5 .h1{
        margin-top: 1rem;
    }
    .bloc6.row-histoire .bg-vert.order-2{
        top: -12rem !important;
    }
}

@media screen and (max-width: 500px){
    #treeSVG {
        width: 550%;
        margin-left: -225%;
    }
    .bloc6 .img-5 {
        display: none;
    }
}