@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700');

body{padding:0px;margin:0px;font-family: 'Noto Sans', sans-serif;}
@font-face {
    font-family: 'One Stroke Script';
    src: url('OneStrokeScriptPlain.woff2') format('woff2'),
    url('OneStrokeScriptPlain.woff') format('woff'),
    url('OneStrokeScriptPlain.ttf') format('truetype'),
    url('OneStrokeScriptPlain.svg#OneStrokeScriptPlain') format('svg');
    font-weight: normal;
    font-style: normal;
}

nav {
    width: 100%;
    postion: fixed;
    top: 0;
}
nav ul {
    list-style: none;
    padding: 20px;
    margin: 0 auto;
}
nav ul li {
    display: inline-block;
    margin: 0 10px;
}
nav ul li a {
    color: #000;
    text-decoration: none;
    text-tranform: uppercase;
}
section {
    color: #fff;

    /* position: absolute; */
    /* top: 0; */
    z-index: -100;
}
a:focus, a:hover, a:active{
	border:none;
	box-shadow:none;
}
.menu{
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 999;
    padding: 1px;
    box-shadow: 1px 6px 15px rgba(51, 51, 51, 0.24);
    transition: all 600ms cubic-bezier(0.075,0.820,0.165,1.000);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.menu.sticky {-webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(00%);
}
.menuSticky{
    position: fixed;
    width: auto;
    background: #fff;
    transition: 0.5s ease all;
    right: 0px;
    transition: all 600ms cubic-bezier(0.075,0.820,0.165,1.000);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateY(100%);
    transform: translateX(0%);
    Z-INDEX: 99;
    display: flex;
    align-items: center;
    border-radius: 0px 0px 0px 11px;
}
/*-------------- menu hover close hover --------------*/
.bouton_menu-area {
    background-color: transparent;
    border: 0;
    color: white;
    position: relative;
    cursor: pointer;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    padding: 0px 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center; /* Safari 7.0+ */
    align-items: center;
}
.bouton_menu-area:focus {
    outline-color: white;
}

.bouton_menu {
    position: relative;
    width: 100%;
}
.active .bouton_menu{border-top:0px;}
.active .bouton_menu:after{
    transform: rotate(-45deg);
}
.active .bouton_menu:before{
    transform: rotate(45deg);
    width: 100% !important;
    left: 0px !important;
    right: initial !important;
    top: 3px;
}
.bouton_menu:before {
    top: -.5em;
}
.bouton_menu:after {
    top: calc(0.5em - 4px);
}
.bouton_menu:before, .bouton_menu:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
}
.bouton_menu:before, .bouton_menu-area:hover .bouton_menu:after {
    width: 100%;
}
.bouton_menu:after, .bouton_menu-area:hover .bouton_menu:before {
    width: 60%;
    right: 0;
    left: initial;
}
.bouton_menu.close {
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.bouton_menu-area:hover .bouton_menu.close {
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.bouton_menu-area:hover .bouton_menu.close:after {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
.bouton_menu.close:before, .bouton_menu.close:after {
    left: 0;
    top: -2px;
    width: 100%;
}
.bouton_menu.close:after {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.bouton_menu, .bouton_menu:before, .bouton_menu:after {
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    border-top: #df284e solid 2px;
}
.logo img{max-height: 60px;}
.menu .content_menu{max-width:1200px;margin:0 auto; display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center; /* Safari 7.0+ */
    align-items: center;}
.menu .content_menu ul{
    padding: 0px;margin: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center; /* Safari 7.0+ */
    align-items: center;
    -webkit-justify-content: space-between; /* Safari 7.0+ */
    justify-content: space-between;
    list-style: none
}
.menu .content_menu ul li a {color:#000;font-weight: bold;font-size:16px;transition: 0.5s ease all;text-decoration: none !important;}
.menu .content_menu ul li a:hover{color:#df284e}
section#section-1 {
    background: #71cbdd;
    background-color: #81d0e2;
    background-image: linear-gradient(141deg, #81d0e2 0%, #72cadd 51%, #71cbdd 75%);
    overflow:hidden;
}
section#section-1 .item{
    background:url(background-1-section-01.png);
	background-size:cover;	
}
.owl-carousel.owl-drag .owl-item{overflow:hidden;}

section#section-3 {
    background: #6814cd;
    background-color: #2d6af6;
    background-image: linear-gradient(141deg, #3F51B5 0%, #4448e6 51%, #2a6ef9 75%);
    overflow: hidden;
}
section#section-3 {
    background: #fae136;
    background-color: #fae23b;
    background-image: linear-gradient(141deg, #f9db15 0%, #fae23b 51%, #fbe23d 75%);
    overflow: hidden;
}
section#section-2 {
    background: #fafafa url(backWhite.png) no-repeat;
    background-position: bottom;
    background-size: contain;
}

#section-5 {
    background: #fff;
    overflow: hidden;
}

#section-6 {
    background: url(footer.jpg) no-repeat;
    background-size: cover;
}

img{max-width:100%;}
.nopadding{padding:0px;}
/***** css section 1 ******/
.owl-item .item{padding:15px;}
.boximg img{max-width:100%;margin-bottom:20px;}
.linkGooglePlay{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center; /* Safari 7.0+ */
    align-items: center;
    -webkit-justify-content: center; /* Safari 7.0+ */
    justify-content: center;
}
.boxLeftImg{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center; /* Safari 7.0+ */
    align-items: center;
    -webkit-justify-content: space-between; /* Safari 7.0+ */
    justify-content: space-between;
}
.boxLeftImg .layer{position: relative !important;}
.linkGooglePlay a {color:#000;white-space: nowrap;font-weight: bold;text-decoration: none;font-size: 18px;}
.linkGooglePlay h2{margin:0px;}
.contentSlider{display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center; /* Safari 7.0+ */
    align-items: center;
    -webkit-justify-content: center; /* Safari 7.0+ */
    justify-content: center;
}
.TextSlider{display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center; /* Safari 7.0+ */
    align-items: center;
    -webkit-justify-content: center; /* Safari 7.0+ */
    justify-content: center;
}
.imgPersonne{max-height:100vh;max-width:100%;display:block;margin:0 auto;position:relative;top:50px;}
.owl-prev{width:35px;height:95px;background:url(prev.png) no-repeat center;position: absolute;
    left: 15px;
    top: 50%;
    background-size: contain;}
.owl-next{width:35px;height:95px;background:url(next.png) no-repeat center;position: absolute;
    right: 15px;
    top: 50%;background-size: contain;
}
.owl-carousel{max-width:100vw;}

/*=========Move Up=========*/
@keyframes moveUp {
    0% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: ease-in;
    }

    50% {
        transform: translate3d(0px, 10px, 0px);
        animation-timing-function: ease-out;
    }

    100% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: ease-in;
    }
}
@-webkit-keyframes moveUp {
    0% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: ease-in;
    }

    50% {
        transform: translate3d(0px, 10px, 0px);
        animation-timing-function: ease-out;
    }

    100% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: ease-in;
    }
}
@-moz-keyframes moveUp {
    0% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: ease-in;
    }

    50% {
        transform: translate3d(0px, 10px, 0px);
        animation-timing-function: ease-out;
    }

    100% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: ease-in;
    }
}
@-ms-keyframes moveUp {
    0% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: ease-in;
    }

    50% {
        transform: translate3d(0px, 10px, 0px);
        animation-timing-function: ease-out;
    }

    100% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: ease-in;
    }
}

.moveUp{
    animation: moveUp 2s infinite;
}
#section-1 .pp-tableCell{position:relative;vertical-align: bottom}

/*
#section-1 .pp-tableCell:after{content:"";display:block;background:url(../images/bottomBanner.png) no-repeat;
    position: absolute;width: 100vw;height: 100%;left: 0;background-position: right bottom;background-size: 30%;bottom: 0;
}
*/

	.play{cursor: pointer;box-shadow: 0 0 0 0 rgba(90, 153, 212, 0.5);
    -webkit-animation: pulse 1.5s infinite;position:relative;
    border-radius:50%;margin: 0px 20px;}
@-webkit-keyframes pulse {
    0% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    70% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
    }
    100% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
    }
}
/***** css section 1 ******/

/***** css section 2 ******/
#section-3 .pp-tableCell{position:relative;}
#section-3 .pp-tableCell:after{
    content:"";
    width: 100%;
    height: 90%;
    position:absolute;
    right: -40px;
    background:url(shape1.png) no-repeat;
    background-position: right;
    background-size: contain;
    top: -10%;
    max-height: 550px;
    -webkit-animation: wave 10s infinite linear;
    animation: wave 10s infinite linear;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

#section-3 .pp-tableCell:before{
    content:"";
    width: 100%;
    height: 100%;
    position:absolute;
    left: -10%;
    background:url(shape2.png) no-repeat;
    background-position: center bottom;
    background-size: contain;
    bottom: -100px;
    max-height: 550px;
    -webkit-animation: wave 10s infinite linear;
    animation: wave 10s infinite linear;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: left bottom;
}

@-webkit-keyframes wave {
    0% {

        -webkit-transform: translate3d(0, 0, 0) rotateZ(5deg) rotateY(22deg);
    }
    20% {

        -webkit-transform: translate3d(0, 0, 0) rotateZ(5deg) rotateY(0deg);
    }
    40% {

        -webkit-transform: translate3d(0, 0, 0) rotateZ(6deg) rotateY(-22deg);
    }
    60% {

        -webkit-transform: translate3d(0, 0, 0) rotateZ(5deg) rotateY(0deg);
    }
    80% {

        -webkit-transform: translate3d(0, 0, 0) rotateZ(5deg) rotateY(16deg);
    }
    100% {

        -webkit-transform: translate3d(0, 0, 0) rotateZ(5deg) rotateY(22deg);
    }
}

.content_section_3{max-width:1400px;margin:0 auto;position: relative;z-index: 1;}
.cols-img{/*float:none;*/margin:     margin-bottom: 15px;
    margin-top: 0;}
.cols-img img{max-width:100%; -webkit-animation: imgROtate 10s infinite linear;
    animation: imgROtate 10s infinite linear;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left bottom;}


@-webkit-keyframes imgROtate {
    0% {

        -webkit-transform: rotate(5deg);
    }
    20% {

        -webkit-transform:  rotate(0deg);
    }
    40% {

        -webkit-transform:  rotate(-5deg);
    }
    60% {

        -webkit-transform:  rotate(0deg);
    }
    80% {

        -webkit-transform: rotate(2deg);
    }
    100% {

        -webkit-transform: rotate(5deg);
    }
}

.titleBloc{font-family: 'One Stroke Script';color:#fff;font-size:90px;text-align:center;text-shadow: 2px 3px 7px #000;margin-bottom: 20px;overflow:hidden}
.titleBloc span {
    display: inline-block;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -ms-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
.active .titleBloc span {
    display: inline-block;
    opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 600ms cubic-bezier(0.075,0.820,0.165,1.000);
    -moz-transition: all 600ms cubic-bezier(0.075,0.820,0.165,1.000);
    -ms-transition: all 600ms cubic-bezier(0.075,0.820,0.165,1.000);
    -o-transition: all 600ms cubic-bezier(0.075,0.820,0.165,1.000);
    transition: all 600ms cubic-bezier(0.075,0.820,0.165,1.000);
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -ms-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
.boxoffre{overflow:hidden;}
.boxoffre .colsoffre{
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
    -ms-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
}
.active .boxoffre .colsoffre{

    opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 600ms cubic-bezier(0.075,0.820,0.165,1.000);
    -moz-transition: all 600ms cubic-bezier(0.075,0.820,0.165,1.000);
    -ms-transition: all 600ms cubic-bezier(0.075,0.820,0.165,1.000);
    -o-transition: all 600ms cubic-bezier(0.075,0.820,0.165,1.000);
    transition: all 600ms cubic-bezier(0.075,0.820,0.165,1.000);
    -webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
    -ms-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
}
.active .boxoffre:nth-child(2) .colsoffre{   -webkit-transition-delay: 1.1s;
    -moz-transition-delay: 1.1s;
    -ms-transition-delay:1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s;
}
.active .boxoffre:nth-child(3) .colsoffre{   -webkit-transition-delay: 1.3s;
    -moz-transition-delay: 1.3s;
    -ms-transition-delay:1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s;
}
.liste_offre img{max-width:100%;}
.colsoffre{float:none;margin:0 auto;}
.verOreedo{color:#000;font-weight:bold;font-size:20px;margin-bottom: 15px;text-align: center;}
.verOreedo img{max-width:50px}
.info{color:#000;text-align:center;font-size:18px;font-weight:bold;}
.info .red{color:#ed1c24;font-size: 30px;}
.linkDecouvre{background:#ed1c24;border-radius:30px;color:#fff;
    font-size:16px;padding: 15px 30px;display:table;margin:15px auto;text-decoration:none !important;transition:0.5s ease all;}
.linkDecouvre:hover{background: #f04e87;color: #fff;}
.cloud1{position:absolute;display:block;content:"";right: 40px;top: 0;max-width: 300px;}
.cloud1 img{max-width: 100%;}
.cloud2{position:absolute;display:block;content:"";left:0px;top: 80px;max-width: 200px;width: 200px;}
.cloud2 img{max-width: 100%;}

/***** css section 2 ******/


/***** css section 3 ******/

#section-3 .pp-tableCell{position:relative;display: block;}
#section-3 .contentSection{
    height: 100%;z-index: 22;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center; /* Safari 7.0+ */
    align-items: center;

}
#section-3.active .pp-tableCell:after{top:80%;}
#section-3 .pp-tableCell:after{
    content:"";
    width: 100%;
    height: 100%;
    position:absolute;
    right: -40px;
    background:url(shape4.png) no-repeat;
    background-position: bottom right;
    background-size: contain;
    top: 120%;
    max-height: 550px;
    -webkit-animation: wave 10s infinite linear;
    animation: wave 10s infinite linear;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    transition: 0.5s ease all;
    transition-delay: 0.8s;
}
#section-3.active .pp-tableCell:before{bottom:0%;transition-delay:0.8s}
#section-3 .pp-tableCell:before{
    content:"";
    width: 100%;
    height: 100%;
    position:absolute;
    left: -40px;
    background:url(shape3.png) no-repeat;
    background-position: left;
    background-size: contain;
    bottom: 100%;
    max-height: 650px;
    -webkit-animation: wave 10s infinite linear;
    animation: wave 10s infinite cubic-bezier(0.4, 0, 1, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: left center;
    TRANSITION: 0.5s ease all;
}
.handImg{position:relative;overflow: hidden;}
.handImg>img{position:relative;z-index: 1;}
.ombre{position:absolute;width: 100%;height:100%;left:0px;bottom:0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end; /* Safari 7.0+ */
    align-items: flex-end;
}
.triangle{position:absolute;top: 40px;left: 80px;}
#section-3 .centerText{color:#fff;font-weight:bold;font-size:18px;text-align:center;margin:15px auto;max-width:500px;}
.boxApp{display: table;
    padding: 9px 19px;
    background: #fff;
    color: #fff;
    background-image: linear-gradient(79deg, #fff 0%, #b1aff3 52%, #fff 75%);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    margin: 15px 0px;
    transform: skew(2deg) rotate(-2deg);
}

.colsApp{padding:0px 15px;}
.boxApp>div{display:block;position:relative;padding: 5px;font-family: 'One Stroke Script';font-size: 30px;color: #422dd8;}
.boxApp>div span{position:relative;z-index:1}
.offreApp {
    padding: 20px 0px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center; /* Safari 7.0+ */
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.offreApp .bold{font-size:20px;font-weight:bold;}
.boxApp>div:before{
    display: block;
    background: #fff;
    content:"";
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-box-shadow: 2px 2px 20px #9E9E9E  inset;
    -moz-box-shadow: 2px 2px 20px #9E9E9E  inset;
    font-size: 16px;
    font-family: 'One Stroke Script';
    font-size:30px;
    color:#422dd8;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;

}
.bottom{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center; /* Safari 7.0+ */
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;

}
.bottom .linkDecouvre{margin:0px 15px;background:none ;border:2px solid #fff;    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0.5);
    -webkit-animation: pulse 1.5s infinite;}
.colsInfoApp{height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center; /* Safari 7.0+ */
    align-items: center;
}
.chevronAnimate {
    position: relative;
    width: 100px;
    height: 100px;
    transform: rotate(209deg);
}
.bottomAnimate{
    width: 100%;
    position: absolute;
    bottom: 24px;
    height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center; /* Safari 7.0+ */
    align-items: center;
    z-index: 111;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding-right: 25vw;
}
.chevron {
    position: absolute;
    width: 20px;
    height: 5px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}

.chevron:first-child {
    animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}

.chevron:nth-child(3) {
    animation: move 3s ease-out 3s infinite;
}
.chevron:nth-child(4) {
    animation: move 3s ease-out 4s infinite;
}
.chevron:nth-child(5) {
    animation: move 3s ease-out 5s infinite;
}
.chevron:before,
.chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #fff;
}

.chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
}

.chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
}

@keyframes move {
    25% {
        opacity: 1;

    }
    33% {
        opacity: 1;
        transform: translateY(30px);
    }
    67% {
        opacity: 1;
        transform: translateY(40px);
    }
    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}

/***** css section 3 ******/

/***** css section 4 ******/
#section-2 .linkDecouvre:hover{background: #00bffa;color: #fff;}
#section-2 .pp-tableCell:after{
    content:"";
    width: 100%;
    height: 100%;
    position:absolute;
    right: -40px;
    background:url(shape4.png) no-repeat;
    background-position: bottom right;
    background-size: contain;
    top: -20%;
    max-height: 550px;
    -webkit-animation: wave 10s infinite linear;
    animation: wave 10s infinite linear;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}
.content_section_2{max-width:1400px;margin:0 auto;position: relative;}
.content_section_2 .titleBloc{color:#000}
.content_section_2 .bold{max-width: 500px;text-align: center;margin: 20px auto 40px;color:#010101;font-weight: bold;
    font-size: 20px;}
@-webkit-keyframes loader--spinning {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}
@keyframes loader--spinning {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}
.ico {
    -webkit-animation: loader--spinning 5.25s infinite ease;
    animation: loader--spinning 5.25s infinite ease;
    position: relative;
    max-height: 200px;
    display: block;
    margin: 0 auto;
}
.imgFutur{margin-bottom: 20px;max-height: 200px;}
.listeFutur{text-align: center;color:#000000;}
.listeFutur p{max-width: 250px;margin: 0 auto 15px}
.imgFutur .items__layer{position: relative !important;}
.content_section_5{display: block;height: 100%}
.content_section_5 .col-xs-12{height: 100%}
.blockLeft:after{content:"";width: 100%;height:100%;
    background:#000;left:0px;top:0px;display:block;
    position:absolute;

}
.backAnimate {
    content: "";
    height: 100%;
    background: url(backRight.jpg) no-repeat #fdc819;
    background-position: top right;
    background-size: 100%;
    position: absolute;
    width: calc(100% + 100px);
    height: calc(100% + 100px);
    left: -50px;
    top:-50px;
}
.blockRight{overflow: hidden;padding-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: column;
    flex-direction: column;

}
.blockRight:after{content:"";position: absolute;width: 100px;height: 100%;left: 0px;top: 0px;background: url(blurLeft.png);z-index: 11;background-size: contain;background-repeat: repeat-y;}
.blockRight:before{content:"";position: absolute;width: 100px;height: 35%;right: 0px;bottom: 0px;background: url(blurRight.png);z-index: 11;background-size: contain;background-repeat: repeat-y;background-position: right;}

.blockRight .items__layer{width: 100%;
    height: 100%;position: absolute !important;}

@-webkit-keyframes loaderBackground {
    0% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes loaderBackground  {
    0% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5); opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1); opacity: 1;
    }
}


.blockLeft:before{
    content: "";
    width: 70%;
    height: 100%;
    position: absolute;
    left: 0;
    top:0;
    background: url(streamback.jpg) no-repeat;
    z-index: 1;
    background-size: auto 66vh;
    -webkit-transition: all 600ms cubic-bezier(0.075,0.820,0.165,1.000);
    -moz-transition: all 600ms cubic-bezier(0.075,0.820,0.165,1.000);
    -ms-transition: all 600ms cubic-bezier(0.075,0.820,0.165,1.000);
    -o-transition: all 600ms cubic-bezier(0.075,0.820,0.165,1.000);
    transition: all 600ms cubic-bezier(0.075,0.820,0.165,1.000);
    transform: scale(1.5);
    opacity: 0;
}
.active .blockLeft:before {
    -webkit-animation: loaderBackground 5.25s  forwards ease;
    animation: loaderBackground 5.25s forwards ease;
}

/***** css section 4 ******/


/***** css section 5 ******/
.content_section_5{max-width: 100vw;}
.content_section_5 .titleBloc
{color:#fcc40c;text-align: right;font-family: 'Noto Sans', sans-serif;font-size: 45px;margin-top: 80px;font-weight: bold;}
.textStreaming {position: relative;z-index:2;padding-right: 40px;}
.bleuText{color:#b8dada;font-size: 22px;font-weight: bold;text-align: right;}
.textStreaming .linkDecouvre{
    background: none;
    border: 2px solid #fff;
    margin: 50px 0px 0px;
    float: right;
    padding: 13px 30px;
}
.BlackText{color:#000;font-size: 22px;font-weight: bold;text-align: left;}
.textStreamingRight .titleBloc{text-align: left;color: #000;text-shadow: none;}
.offreVal{display: table;color: #ed1c24;font-family: 'One Stroke Script';
    font-size: 26px;text-shadow: 2px 2px 1px #fff;position: relative;transform: rotate(-9deg);padding-left: 40px;}
.textStreamingRight .linkDecouvre{background: #000;margin: 15px 0px;padding: 13px 30px;box-shadow: 3px 4px 13px 5px rgba(0, 0, 0, 0.23);}
.topExclusive{
    position: relative;
}
.slick.marquee{position: relative;z-index: 2}
.slick.marquee:after {
    content: "";
    width: 100px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(leftSlider.png) repeat-y;
    background-size: contain;
}
.slick.marquee:before {
    content: "";
    width: 100px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    background: url(rightSlider.png) repeat-y;
    background-size: contain;
    z-index: 22;
    background-position: right;
}



.blockLeft{

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 40px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;

}
.topExclusive img{max-width: 190px;position: absolute;right: 40px;top: -10px;-webkit-animation: imgROtate 10s infinite linear;animation: imgROtate 10s infinite linear;-webkit-transform-origin: bottom center;-ms-transform-origin: bottom center;transform-origin: bottom center;}
.textStreamingRight{position:relative;z-index:22;}
.slick-slide .inner{padding: 0px 2px;}
.slick-slide img{max-height: 180px}
/***** css section 5 ******/


/***** css section 6 ******/
.content_section_6 {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}
.content_section_6 .titleBloc {
    color: #000;
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
    font-size: 45px;
    text-shadow: none;
    font-weight: bold;
}
.sociau {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 80px 0px 20px;
}
.sociau a{display: flex;align-items: center;transition: 0.5s ease all;}
.sociau a img{transition: 0.5s ease all;}
.sociau a:hover img{transform:scale(0.8)}

.sociau a:after{content:"";height:30px;width: 2px;background: #cac6c7;display:block;margin: 0px 30px;transform: skew(-25deg);}
.sociau a:last-child:after{display: none;}
.bottomText{color: #010101;font-size: 30px;text-align: center;margin: 25px 0px 40px;}
footer{background: #2a2a2a;padding: 25px 15px;color: #fff;width: 100%;position: absolute;bottom: 0px;left: 0px;text-align: center;}
footer .suivi{font-family: 'One Stroke Script';font-size: 25px;margin-bottom: 30px;}
footer .suivi span{margin-right:20px;}
footer  .container{display:flex;align-items:center;flex-wrap: wrap;}
/***** css section 6 ******/



/****** menu mobile ****/
.navphone {
    position: fixed;
    width: 100vw;
    height: 100%;
    TOP: 60px;
    left: 0px;
    transform: translateX(100%);
    transition: 0.7s ease-in-out all;
    background: #ef4f86;
    z-index: 999999;
    padding: 20px;
    overflow: hidden;
    display: table;
    background: #ef4f86;
    background-color: #ef4f86;
    background-image: linear-gradient(141deg, #f4825c 0%, #f05c73 51%, #ee4a8c 75%);
}
.navphone ul{padding: 0px;margin: 0px;margin-top: -60px;}
.navphoneblock {
    transform: translateX(0%);
}
.navphone>div {display: table-cell;vertical-align: middle;}
.navphone li {
    display: block;
    text-align: center;
    line-height: 23px;
}
.navphone .dropmenu {
    position: relative;
    left: 0px;
    top: 0px;
    padding: 15px;
    transition: 0.3s ease all;
    transform: scaley(1);
    min-width: 100%;
    background: #333 !important;
    display: none;
    text-align: center;
}
.navphone li a {
    transition: 0.7s ease all;
    display: inline-block;
    font-size: 15px;
    color: #fff;
    position: relative;
    text-decoration: none !important;
    padding: 4px 20px !important;
    font-weight: bold;
}
/****** menu mobile ****/


/***** css media screen ******/
@media  (max-width:1400px){
    #section-6 .pp-tableCell{vertical-align: top;padding-top: 30px;}
    .titleBloc{font-size: 70px;}
    .cols-img{max-width: 400px;margin-bottom: 15px; margin-top: 0;}
    .info{font-size: 16px;}
    .info .red {
        color: #ed1c24;
        font-size: 19px;
    }
    #section-3  .titleBloc {
        font-size: 41px;
    }
    #section-3 .centerText{font-size: 15px;}
    #section-3  .boxApp>div{font-size: 20px;}
    .ico{max-height: 150px;}
    .content_section_5 .titleBloc{font-size: 30px;margin-top: 40px}
    .bleuText{font-size: 16px;}
    .BlackText{font-size: 16px;}
    .topExclusive img {
        max-width: 130px;
    }
    .slick-slide img{

        height: 140px !important;
    }
    .sociau{margin: 40px 0px 20px;}
    #section-2 .pp-tableCell:after{top:-50%}
}

@media  (max-width:1200px) {
    .textStreaming .titleBloc span br{display: block}
    .topExclusive img{right: -5px;max-width: 100px;}
    .content_section_6 .titleBloc{font-size: 24px;}
}

@media  (max-width:1024px) {
    .linkGooglePlay{
        flex-direction: column;
    }
    .content_section_6 .titleBloc{padding:25px;margin:0px !important}
    .titleBloc span{
        opacity: 1 !important;
        -webkit-transform: translateY(0%) !important;
        -moz-transform: translateY(0%) !important;
        -ms-transform: translateY(0%) !important;
        -o-transform: translateY(0%) !important;
        transform: translateY(0%) !important;
    }
    body {
        overflow: scroll !important;
        overflow-x:hidden !important;
    }

    html {
        overflow: scroll !important; overflow-x:hidden !important;
    }
    #pagepiling {
        overflow: auto !important;overflow-x:hidden !important;
    }

    .section {
        position: relative !important;
        z-index:initial !important;
        transform: none !important;
    }
    .boxoffre .colsoffre {
        opacity: 1 !important;
        -webkit-transform: translateY(0%) !important;
        -moz-transform: translateY(0%) !important;
        -ms-transform: translateY(0%) !important;
        -o-transform: translateY(0%) !important;
        transform: translateY(0%) !important;
    }
    #section-3{padding:40px 0px;}
    section#section-3{padding:40px 0px;}
    section#section-2{padding:40px 0px;overflow: hidden;}
    .bottomAnimate{
        -webkit-justify-content: center;
        justify-content: center;
        bottom: 0;
    }
    #scene5 .col-xs-12{
        width: 100%;
        overflow: hidden;
        padding: 30px 0px;
    }
    .blockLeft:before{
        opacity: 1 !important;
        transform: none !important;
        background-size: contain;
    }
    .textStreaming .linkDecouvre{margin:15px}
    .textStreamingRight{width:auto}
    .backAnimate{
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-position: center;
    }
    .blockRight:before{height:100%;}
    .blockRight {padding:40px 0px;}
    .topExclusive img{
        right: -28px;
    }
    .content_section_5 .titleBloc {
        font-size: 30px;
        margin-top: 0px;
    }
    footer{position:relative}
    .contentSlider{
        -webkit-align-items: flex-end;
        align-items: flex-end
    }

}


@media (max-width:768px)
{
    .titleBloc {
        padding:0px 15px;font-size:45px;
    }
    .offreApp{flex-direction:column}
    #section-3 .contentSection{align-items:center}
    .linkDecouvre{font-size: 15px;padding: 11px 14px;}
}

@media (max-width:767px) {
    .bouton_menu-area{float:right;display: block;top: 17px;}
    section#section-1{margin-top:60px}
    .boxLeftImg{position:absolute;opacity:0.3}
    .liste_offre img{max-width: 250px;display: block;margin: 0 auto;}
    .colsInfoApp>div{margin:0 auto;}
    .section#section-4{background: url(hand.png) #3F51B5 no-repeat;background-size:contain;position: relative;background-attachment: fixed;background-position: bottom;}
    .section#section-4:before{content:"";width:100%;height:100%;background: rgba(63, 81, 181, 0.37);display:block;position:absolute;top:0px;}
    .bottomAnimate{
        width: auto;
        height: 80px;
        padding: 0px;
        left: -32px;
    }
    .cols-img img{max-width:250px;display:block;margin:0 auto;}
    .blockLeft {padding-bottom: 0px !important;}
    .blockRight {padding-bottom: 0px !important;}
    .textStreaming{width:100%;}
    .backAnimate{background-position:top}
    .sociau a img{max-width:45px;}
    .sociau a:after{    margin: 0px 20px;}
    .bottomText {

        font-size: 20px;
        text-align: center;
        margin: 25px 0px 20px;
        padding: 0px 15px;
    }
    footer .suivi span{display:block;text-align:center;margin-bottom:15px;}
    .owl-nav{display: none}
}

@media (max-width:500px) {
    .contentSlider{flex-direction:column}
    .bottom{flex-direction:column;}
    .bottom .linkDecouvre{margin-bottom:20px}
}