/* ---------------------------------------- */
/*              ACCUEIL                     */
/* ---------------------------------------- */


/* ---------------------------------------- */
/* HOME SLIDER */
.splash-wrapper {
    position: relative;
    height: 800px;
    min-height: 800px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.splash__sliders {
}

.splash {
    display: flex;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
}

.splash__content {
    margin: 0 auto;
    width: 1000px;
    text-align: center;
}

.splash__content .p1 {
    color: var(--color-6);
    margin: 0;
    font-size: 10rem;
    line-height: 9rem;
    font-weight: 700;
    text-shadow: 0 1px 15px rgba(0, 0, 0, 0.26);
    min-height: 200px;
    display: inline-flex;
    align-items: center;
}

.splash__content .p2 {
    display: inline-block;
    margin-top: 2rem;
    padding: 1rem 2.8rem;
    font-size: 2.1rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color-6);
    background: var(--color-1); /*text-shadow: 0px 3px 10px rgba(0,0,0,0.26);*/
}

.splash__logo {
    margin-top: 4rem;
}

.splash__logo img {
    height: 200px;
    object-fit: fill;
    width: 300px;
}

.splash__prev, .splash__next {
    position: absolute;
    z-index: 1;
    bottom: 200px;
    cursor: pointer;
}

.splash__next {
    right: 30%
}

.splash__prev {
    left: 30%
}


/* scrollMe */
.scrollMe {
    position: absolute;
    bottom: 60px;
    left: 50%;
    z-index: 1
}

.icon-scroll, .icon-scroll:before {
    position: absolute;
    left: 50%;
}

.icon-scroll {
    width: 30px;
    height: 50px;
    margin-left: -20px;
    top: 50%;
    margin-top: -35px;
    box-shadow: inset 0 0 0 2px #fff;
    border-radius: 25px;
}

.icon-scroll:before {
    content: '';
    width: 4px;
    height: 10px;
    background: #fff;
    margin-left: -2px;
    top: 8px;
    border-radius: 5px;
    animation: scroll 1.5s infinite;
}

@keyframes scroll {
    0% {
        opacity: 1;
    }
    80% {
        opacity: 0;
        transform: translateY(5px);
    }
    100% {
        opacity: 0;
    }
}

.icon-scroll:after {
    position: absolute;
    bottom: -14px;
    left: calc(50% + 2px);
    width: 14px;
    height: 14px;
    content: '';
    margin-left: -9px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
    animation: arrow 6s infinite;
}

@keyframes arrow {
    0% {
        transform: rotate(-45deg) translate(0, 0);
        opacity: 1;
    }
    60% {
        transform: rotate(-45deg) translate(-4px, 4px);
        opacity: 0.5;
    }
    /*100% { transform: rotate(-45deg) translate(0, 0); opacity: 1; }*/
}

.gallery-wrapper{ margin-top: 8rem }


/* ---------------------------------------- */
/* BLOC 1 */

.bloc-1-wrapper {
}

.bloc-1 {
    justify-content: flex-end;
    align-items: center;
    align-content: center;

}

.bloc-1 .col1 {
    flex: 0 1 48%;
    position: relative;
    top: -10px;
    padding: 15px;
    max-width: 60%;
}

.bloc-1 .content {
    margin-top: 45px;
}

.bloc-1 .action {
    margin-top: 45px;
}


.accroche.text-center{
    font-size: 32px;
    margin: 50px auto 40px auto;
}

.text-center p{
    font-size: 25px
}


.trust li{
    max-width: 200px;
}

.trust li img{
    width: 100%
}

/*tab*/

[ripple] {
  z-index: 1;
  position: relative;
  overflow: hidden;
}
[ripple] .ripple {
  position: absolute;
  background: #FFFFFF;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  -webkit-animation: ripple 1.6s;
          animation: ripple 1.6s;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(40);
            transform: scale(40);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(40);
            transform: scale(40);
    opacity: 0;
  }
}
.tabs {
  z-index: 15px;
  position: relative;
  background: #FFFFFF;
  width: 100%;
  max-width: 1360px;
  margin: 100px auto 170px;

}
.tabs-header {
  position: relative;
  overflow: hidden;
}
.tabs-header .border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
  height: 2px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.tabs-header ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
    justify-content:  center;
    margin: auto auto 49px auto;
    padding: 0;
}
.tabs-header li {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
    list-style:  none;
    margin: auto 40px;
}

.tabs-header li.active a{
    color: #E50046;
}

.tabs-header a {
  z-index: 1;
  display: block;
  box-sizing: border-box;
  color: #BABABA;
  font: 25px 'Arboria', sans-serif;
    font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}


.tabs-header ul{
    display: none;
}
.tabs-nav {
  position: absolute;
  top: 50%;
  right: 0;
 left: 0;
    width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
    justify-content: space-between;
  padding: 0 10px;
  color: #FFFFFF;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tabs-nav:before {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.tabs-nav i {
  border-radius: 100%;
  cursor: pointer;
}
.tabs-content {
  position: relative;
  padding: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  overflow: hidden;
    height: auto !important;
}
.tabs-content:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  box-shadow: 0 0 20px 10px #FFFFFF;
}
.tabs-content .tab {
  display: none;
}
.tabs-content .tab.active {
  display: block;
}    

.tabs-content .bloc-content, .tabs-content .story{
    margin:0
}


.story .discours b.bold-pink{
      font: 30px 'Arboria', sans-serif;
    font-weight: bold;
    display:  block;
    margin-bottom: 50px;
    max-width: 540px;
    color: #E50046;

}


.tabs-content .story .col:first-child{
    padding-right: 90px;
}

.tabs-content .story{
    align-items: center;
}


#prev{
    left: -100px;
    position: relative;
}

#next{
        right: -100px;
    position: relative;
}

/*tab*/


.home-presta .content .title h2:before{
    content:"01";
    font: 17.5rem var(--font-family-2);
    font-weight: bold;
    color: #fff;
    margin-bottom: 35px;
    display:  block;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #E50046;
    -webkit-transition: all 350ms linear;
    -moz-transition: all 350ms linear;
    -o-transition: all 350ms linear;
    transition: all 350ms linear;
}

.home-presta:hover .content .title h2:before{
    color: #E50046;
         -webkit-transition: all 350ms linear;
    -moz-transition: all 350ms linear;
    -o-transition: all 350ms linear;
    transition: all 350ms linear;
}


.home-presta.home-presta2 .content .title h2:before{
    content:"02";
}

.home-presta.home-presta3 .content .title h2:before{
    content:"03";
}








@media (max-width: 1360px) {

    .tabs-nav{
        top: 0;
    }
    
#prev{
     left: 0;
}

#next{
     right: 0;
}

.tabs-content .story .col:first-child{
    padding: 15px;
}    
    
}


@media (max-width: 1200px) {
    .bloc-1 {
        background-position-x: -20%;
        background: none;
    }

    .bloc-1 .col1 {
        top: 0;
        flex: 100%;
    }
}

@media (max-width: 1024px) {
    .bloc-1 {
        background-size: 70%;
        background: none;
    }
}

@media (max-width: 979px) {
  /* Selectors and styles affecting screens UP TO 979px (Desktop) */
}

@media (max-width: 767px) {
    /* Selectors and styles affecting screens UP TO 767px (Tablet) */
   .tabs-nav{
        display: none;
    }
}

@media (max-width: 480px) {
    /* Selectors and styles affecting screens UP TO 480px (Phone) */
    .bloc-1{
        background: none;
        height: auto;
        justify-content: center;
    }

    .splash__logo{
        margin-top: initial;
    }

    .splash {
        background-position: center;
        background-size: cover;
    }

    .splash__prev, .splash__next{
        bottom: 170px;
    }

    .bloc-1 .col1 {
        flex: 100%;
        padding: 0;
    }

    .splash__content .p1{
        font-size: 4rem;
        line-height: 1;
        min-height: 80px;
    }

    .splash-wrapper{
        height: 600px;
    }

    .scrollMe{
        display: none;
    }

    .splash__prev{
        left: 10%;
    }

    .splash__next{
        right: 10%;
    }

    .splash__logo img {
        /*width: 200px;
        height:90px;*/
        height:146px;
        object-fit: fill;
        object-position: top;
    }

    .bloc-1-wrapper{
        padding: 20px;
    }

    .bloc-1-wrapper .titre-accroche{
        margin-bottom: 20px;
    }

    .bloc-1-wrapper .btn1{
        display: block;
        padding: 25px;
        font-size: 1.8rem;
    }

    .prestas{
        margin-top: 0;
    }

    .bloc-1 .content{
        margin-top: 0;
    }
}

/* ---------------------------------------- */
/* Home presta */

.home-prestas{ margin-top: 8rem }
.home-presta{display: flex; justify-content: flex-end}


.home-presta.left-image{ flex-direction: row-reverse; margin-left: 27rem; overflow: visible; max-height: 600px }
.home-presta.left-image .content{ margin-top: 5rem }
.home-presta.left-image .content .title::after{ right: 100%; left: initial }
.home-presta.left-image .content { margin-right: 0; margin-left: 8rem }
.home-presta.left-image .content .paragraph { text-align: left; padding-right: 2.5rem }

.home-presta.right-image{ margin-right: 27rem; margin-bottom: 8rem }
.home-presta.right-image .content{ justify-content: flex-end; }
.home-presta.right-image .content .title{ text-align: right }
.home-presta.right-image .content .list ul{ text-align: right }
.home-presta.right-image .content .paragraph { text-align: right; padding-left: 2.5rem }

.home-presta .illustration{
    overflow: hidden
}
.home-presta .illustration img{ width: 100%; 
        transform: scale(1);
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear }

.home-presta:hover .illustration img{
    transform: scale(1.15);
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
}

.home-presta .content{ flex-direction: column; margin-right: 8rem; display: flex; width: 20% }
/*.home-presta .content .paragraph{ transition: all ease-in-out 300ms; visibility: hidden; height: 0 }
.home-presta .content:hover .paragraph{ transition: all ease-in-out 300ms; visibility: visible; height: 100% }*/

.home-presta .content .title{ color: var(--color-1); margin-bottom: 4rem; position: relative }
.home-presta .content .title::after{ background: var(--color-1); content: ""; z-index: 2;  width: 18rem; height: 2px; position: absolute; right:0;  -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out }
.home-presta:hover .content .title:after{ right:-57%;  -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out }

.home-presta.left-image .content .title:after{
    left: 0;
}

.home-presta.left-image:hover .content .title:after{
    left: -57%;
}

.home-presta .content .title span{ font-family: var(--font-family-2); font-size: 17.5rem; line-height: 1 }
.home-presta .content .title h2{ font-size: 4.5rem; text-transform: uppercase; margin-top: 0 }

.home-presta .content .paragraph{ margin-top: 3rem; display: none }

.home-presta .content .list{}
.home-presta .content .list ul{ list-style: none; margin: 0; padding: 0 }
.home-presta .content .list ul li{ list-style: none; margin: 0; padding: 0; color: #E50046; transform: translateX(0px); -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out }
.home-presta .content .list ul li:hover{  transform: translateX(30px); font-weight: bold;  -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out
}

.home-presta.left-image .content .list ul li:hover{
    transform: translateX(-30px);
}

.home-presta .content .list ul li a{ transition: all ease-in-out 300ms; text-transform: uppercase; color: var(--color-1); font-size: 2rem;  }
.home-presta .content .list ul li:hover a{ color: #E50046; text-decoration: none; transition: all ease-in-out 300ms; font-weight: bold;  -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
}
/**/
/* BASIC CSS */

.jwg_slider_module {
	min-height:100px;
}
.jwg_slider_module,
.jwg_slider_module .arrow_navigation,
.jwg_slider_module .tabbed_navigation {
	overflow:hidden;
	position:relative;
	width: 100%;
}
.jwg_slider_module .tabbed_navigation > ul {
	margin:0 auto;
	text-align:center;
}
.jwg_slider_module .tabbed_navigation > ul:after {
	content:"";
	clear:both;	
	display:block;
}
.jwg_slider_module .tabbed_navigation > ul li {
	overflow:hidden;
	position:relative;
	display:inline;
	display:inline-block;
	cursor:pointer;
	margin: 0 10px;
}

.jwg_slider_module .arrow_navigation {width: 100%;
	margin: 0 auto;
	height: 100%;
	position: relative;
	z-index: auto;
}
.jwg_slider_module .arrow_navigation > div {
	position: relative;
	z-index: 20; 
	cursor: pointer;
	top: 38%; 
	left: auto;
	float:left;
} 
.jwg_slider_module .arrow_navigation > div.right {
	float:right;
}

.jwg_slider_module .slides {
	width: 100%;
	position: absolute;
	top: 75px;
	left: 0;
	height:100%;
}
.jwg_slider_module .slides > .slide {
	float:left;
	width:100%;
	height:inherit;
	text-align:center;
}

/**/

/* 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: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -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:before,
.slick-track:after
{
    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;
}


.slide-accueil{
    max-width: 1380px;
    width: 100%;
    margin: auto;
    display: flex;
    position:  relative;
    align-items: center;
}

.slide-accueil > div:first-child{
    max-width: 748px;
    width: 100%;
}

.slide-accueil > div:last-child{
    width: auto;
}

.slick-slider{
/*    display: flex !important;
*/    align-items: center;
}


.prev-arrow, .next-arrow{
    position: relative;
    cursor: pointer;
}

.prev-arrow{
    left: -10px;
}


.next-arrow{
    right: 50px;
}


.slick-track{
    display: flex !important;
    align-items:  center 
}


.discours{
    padding-right: 35px;
}


.discours h2{
    font: 30px 'Arboria', sans-serif;
    font-weight: 700;
    color: var(--color-1);
}

.discours p, .discours li{
    font: 25px 'Arboria';
    color: #000000;
    display:  block
}

.discours ul{
    margin-bottom: 20px;
}
 
.outer-arrow{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: auto auto 50px auto;
}

.outer-arrow a{
    margin: auto 25px;
    display: block;
    cursor: pointer;
}


/**/


@media (max-width: 1800px){
    .home-presta.left-image{ margin-left: 4%}
    .home-presta.right-image{ margin-right: 4%}
    .home-presta.right-image .content{ justify-content: flex-end; }
}

@media (max-width: 1550px){
    
#prev{
    left:0;
}

#next{
    right:0;
}
}


@media (max-width: 1440px){
    .home-prestas {margin-left: 20rem;margin-right: 20rem}
    .home-presta{padding: 0 2rem}
    .home-presta, .home-presta.right-image{margin-bottom: 6rem}
    .home-presta.right-image{ margin-right: 0 }
    .home-presta .content{width: 100%; margin: 0}
    .home-presta.left-image{margin-left: 0; max-height: initial}
    .home-presta.right-image .content{margin-right: 4rem}
    .home-presta.left-image .content{margin-left: 4rem; margin-top: 0}
    .home-presta .content .title{margin-bottom: 3rem}
    .home-presta .content .title h2{ font-size: 3rem }
    .home-presta .content .title span{ font-size: 12.5rem }
    .home-presta.right-image .content{ justify-content: flex-start; }
}

@media (max-width: 1200px){
    .home-prestas {margin-left: 10rem;margin-right: 10rem}
    .home-presta{padding: 0 2rem}
    .home-presta, .home-presta.right-image{margin-bottom: 6rem}
    .home-presta.right-image{ margin-right: 0 }
    .home-presta .content{width: 100%; margin: 0}
    .home-presta.left-image{margin-left: 0; max-height: initial}
    .home-presta.right-image .content{margin-right: 4rem}
    .home-presta.left-image .content{margin-left: 4rem; margin-top: 0}
    .home-presta .content .title{margin-bottom: 3rem}
    .home-presta .content .title h2{ font-size: 3rem }
    .home-presta .content .title span{ font-size: 12.5rem }
    .home-presta.right-image .content{ justify-content: flex-start; }
    .home-presta:first-child .content{ justify-content: center }
}

@media (max-width: 1024px) {
    .home-prestas {margin-left: 0;margin-right: 0; margin-top: 1rem}
    .home-presta{padding: 0 2rem}
    .home-presta, .home-presta.right-image{margin-bottom: 6rem}
    .home-presta.right-image{ margin-right: 0 }
    .home-presta:first-child .content{ justify-content: center }
    .home-presta .content{width: 50%; margin: 0}
    .home-presta.left-image{margin-left: 0; max-height: initial}
    .home-presta.right-image .content{margin-right: 4rem; justify-content: center}
    .home-presta.left-image .content{margin-left: 4rem; margin-top: 0; justify-content: center}
    .home-presta .content .title{margin-bottom: 3rem}
    .home-presta .content .title h2{ font-size: 3rem }
    .home-presta .content .title span{ font-size: 12.5rem }
    .splash__prev {left: 10%}
    .splash__next {right: 10%}
    .bloc-1 .col1 img{
        width: 100%;
    }
}


@media(max-width: 968px){
    .bloc-1, .slide-accueil{
        flex-direction: column;
    }
    
    .home-presta .content .title::after{
        left: inherit;
        right: 10px;
    }
    
    .bloc-1 .col1{
        max-width: inherit
    }
    
    .bloc-1  .titre-accroche .col1{
        font-size: 30px;
    }
    
    .slide-accueil > div{
        flex: auto;
    }
    
    .prev-arrow, .next-arrow{
        display: none !important;
    }
    
    .discours{
        padding: 15px;
    }
}

@media (max-width: 768px) {
    .home-prestas {margin-left: 0;margin-right: 0; margin-top: 1rem; overflow: hidden}
    .home-presta{padding: 0 2rem}

    .home-presta:first-child .illustration img{
        height: 100%;
        object-fit: cover;
    }

    .home-presta:first-child .content{ justify-content: center }

    .home-presta, .home-presta.right-image{margin-bottom: 6rem}
    .home-presta.right-image{ margin-right: 0 }
    .home-presta .content{width: 100%; margin: 0}
    .home-presta.left-image{margin-left: 0; max-height: initial}
    .home-presta.right-image .content{margin-right: 4rem; justify-content: center}
    .home-presta.left-image .content{margin-left: 4rem; margin-top: 0; justify-content: center}
    .home-presta .content .title{margin-bottom: 3rem}
    .home-presta .content .title h2{ font-size: 3rem }
    .home-presta .content .title span{ font-size: 12.5rem }
    .splash__prev {left: 10%}
    .splash__next {right: 10%}
    .home-presta.right-image .content{ justify-content: flex-start; }
    

    
    .home-presta.right-image .content .title, .home-presta.right-image .content .list ul{
        text-align: left;
        padding: 15px;
    }
    
    
    .home-presta.left-image .content{
        padding: 15px;
    }
    
    .home-presta .content .title::after{
        left: 15px; 
        right: inherit
    }
    
    .home-presta.left-image .content .list ul li:hover {
      transform: translateX(30px);
    }
    
    .home-presta:hover .content .title:after{ left:20% !important;}
}

@media (max-width: 480px) {
    .home-prestas {margin-left: 0;margin-right: 0; margin-top: 1rem}
    .home-presta{padding: 0}
    .home-presta, .home-presta.left-image{ margin-bottom:  2rem; flex-direction: column }
    .home-presta .content{width: 100%; margin: 0 }

    .home-presta.right-image, .home-presta.left-image{ margin-bottom: 2rem }

    .home-presta.right-image{ margin-right: 0 }
    .home-presta.left-image{ margin-left: 0; max-height: initial}

    .home-presta.left-image .content{ margin-left: 0; margin-top: 0 }
    .home-presta.right-image .content{ margin-right: 0 }

    .home-presta .content .title::after{ width: 4rem }

    .home-presta .content .title h2{ font-size: 3rem }
    .home-presta .content .title span{ font-size: 12.5rem }
    .home-presta .illustration { padding: 3rem }
}