html, body, ul, div {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    list-style: none;
    vertical-align: baseline;
} 

body {
    overflow-x: hidden;
}

a,
a:hover,
a:focus {
    text-decoration: none !important;
    outline: none !important;
}

ul {
    margin: 0 !important;
}

@font-face {
    font-family: "ample2";
    src: url('../fonts/ample_soft/Ample-Regular2.woff');
}

@font-face {
    font-family: "ample4";
    src: url('../fonts/ample_soft/Ample-Regular4.woff');
}

@font-face {
    font-family: "ample6";
    src: url('../fonts/ample_soft/Ample-Regular6.woff');
}

.ample2 {
    font-family: 'ample2', sans-serif;
}

.ample4 {
    font-family: 'ample4', sans-serif;
}

.ample6 {
    font-family: 'ample6', sans-serif;
}

.header {
    position: relative;
    background: linear-gradient(90deg, #9552ef, #ef0e9f);
}

.header:before {
    content: '';
    background: url('../images/header_bottom.png') no-repeat;
    background-size: cover;
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: 0;
    z-index: 99;
}

/*-- Nav */

nav.navigation {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d388e5;
    padding: 0 5%;
    position: relative;
    z-index: 999999;
}

nav ul.menu {
    text-align: right;
}

nav ul.menu li {
    position: relative;
    display: inline-block;
    padding: 27px;
}

nav ul.menu li.active,
nav ul.menu li:hover { 
    border-bottom: 2px solid #fff;
}

nav ul.menu li a,
nav ul.menu li a:hover,
nav ul.menu li a:focus {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
}
/*-- End nav */


/*-- Contenu header */
.contenu_header {
    padding-top: 60px;
    padding-bottom: 2%;
    padding-left: 6%;
    padding-right: 8%;
    position: relative;
    z-index: 999999;
}


.contenu_header h1,
.contenu_header p {
    color: #fff;
    margin-bottom: 0;
}

.contenu_header h1 {
    position: relative;
    font-size: 60px;
    padding-top: 134px;
}

/*.contenu_header h1:after {
    content: '';
    background: url(../images/v.png) no-repeat;
    display: table;
    width: 57px;
    height: 66px;
    position: absolute;
    bottom: 10px;
    right: 37%;
}*/

.contenu_header p {
    font-size: 20px;
    margin-bottom: 15px;
    width: 70%;
    text-align:  justify;
}

.link_btn {
    display: table;
}

.contenu_header .button span {
    background: linear-gradient(90deg, #9552ef, #ef0e9f);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    text-transform: capitalize;
    font-size: 14px;
}
 
.button--1,
.button--1 .button__bg { 
    background: #fff !important;
    border-radius: 35px !important;
}
/*-- End contenu header */

/*-- Video */
.layer {
    width: initial !important;
    height: initial !important;
}

.layer.girl {
    top: 9% !important;
    left: 130px !important;
}

.layer.play {
    bottom: 0;
    right: 45%;
    left: initial !important;
    display: table !important;
    margin: auto;
}

.layer.circle_top {
    left: 22% !important;
    top: 0 !important;
    z-index: -1;
}

.layer.circle_right {
    left: initial !important;
    top: 28% !important;
    right: 2%;
    z-index: -1;
}

.layer.circle_left {
    left: 7% !important;
    top: initial !important;
    justify-content: left;
    bottom: 20%;
}

.layer.text_right {
    left: initial !important;
    top: 35% !important;
    right: 10%;
}

.layer.bar_fast {
    left: initial !important;
    top: 25% !important;
    right: 10%;
    z-index: -1;
}

.layer.text_right h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
}

.layer.text_right span {
    display: block;
    padding-left: 15px;
}

/*-- End video */
@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}
.waveWrapper {
    opacity: 0.10;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2%;
    top: 0;
    margin: auto;
}
.waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: -1px;
}
.bgMiddle {
    z-index: 10;
}
.bgBottom {
    z-index: 5;
}
.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}

.waveMiddle {
    background-size: 50% 265px;
}
.waveAnimation .waveMiddle {
    animation: move_wave 16s linear infinite;
}
.waveBottom {
    background-size: 50% 280px;
}
.waveAnimation .waveBottom {
    animation: move_wave 6s linear infinite;
}

/*-- Scroll Down */
#scroll_down {
    position: absolute;
    bottom: 12px;
    z-index: 999999;
    left: 6%;
}

#scroll_down a {
    border-radius: 50%;
    background: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 2px 7px rgba(170, 170, 170, 0.44);
}

/*-- End scroll Down */

/*-- Discover */

#discover {
    position: relative;
}

#discover .arrow {
    margin-bottom: 65px;
    margin-left: 5px;
}

#discover h1 {
    padding-top: 130px;
}

#discover h1,
#why_animativ h1.ample4,
#demo h1.ample4 {
    background: linear-gradient(90deg, #9552ef, #ee0fa0);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    display: table;
    margin: 0 auto;
    font-size: 58px;
    padding-bottom: 10px;
    position: relative;
}

#discover h1.ample4:before {
    content: '';
    background: url(../images/arrow.png) no-repeat;
    width: 242px;
    height: 174px;
    display: table;
    position: absolute;
    top: 0;
    left: 18%;
}

#discover h1.ample4 span {
    margin-left: 5px;
}

#discover p,
#why_animativ p {
    display: table;
    margin: 0 auto;
    color: #032537;
    font-size: 18px;
    text-align: center;
    position: relative;
    z-index: 99999;
}

#discover .box_discover {
    text-align: center;
    margin-top: 45px;
    position: relative;
    z-index: 99999;
}


#discover .img_discover {
    width: 20%;
    display: inline-block;
    margin: 15px;
}

#discover .fig_discover {
    /* height: 100%; */
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow:  0px 2px 7px 2px rgba(170, 170, 170, 0.7);
}

#discover .fig_discover img {
    width: 100%;
}

#discover .fig_discover img:hover {
    transform: scale(1.1, 1.1);    
     transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

#discover .btn_try {
    display: table;
    margin: 35px auto;
}

#discover .btn_try svg {
    display: none;
}

#discover span.ample6 {
    font-size: 14px;
    text-transform: uppercase;
}

/*-- End discover */

/*-- Why animativ */

#why_animativ h1.ample4 {
    padding-top: 80px;
}
.scene1 .pc {
    left: initial !important;
    right: 0;
    top: 100px !important;
    z-index: 1;
}

.scene1 .hand {
    left: initial !important;
    right: 32%;
    top: 37% !important;
    z-index: 2;
}

.scene1 .pc_body {
    left: initial !important;
    right: 0;
    top: 5% !important;
}

.slider_animativ {
    position: relative !important;
}

.slider_animativ .simple {
    background: url('../images/simple.png') no-repeat;
    width: 307px;
    height: 296px;
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.slider_animativ h1 {
    color: #fff;
    text-transform: capitalize;
    font-size: 25px;
    margin-top: 39%;
    margin-right: 5%;
}

.slider_animativ .row {
    padding-left: 10%;
    display: flex;
}

.slider_animativ .col-lg-5 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slider_animativ p.ample4 {
    padding-right: 30%;
    text-align: left !important;
}

.slider_animativ .owl-stage-outer {
    padding-bottom: 2%;
}

.slider_animativ .owl-dots {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5%;
    margin: auto !important;
    display: table;
}

.owl-theme .owl-dots .owl-dot {
    display: block !important;
    outline: none !important;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: linear-gradient(90deg, #9552ef, #ef0e9f) !important;
}

.owl-theme .owl-dots .owl-dot span {
    background: #e2e2e2 !important;
}

.owl-nav {
     transition: all 0.3s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 83px;
    margin: auto !important;
    display: table !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    outline: none !important;
    background: none !important;
    color: initial !important;
}

.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {
    display: none;
}

.owl-carousel .owl-nav button.owl-prev:before {
    content: "\f176";
    font-family: 'FontAwesome';
    color: #9fa4af;
}

.owl-carousel .owl-nav button.owl-next:before {
    content: "\f175";
    font-family: 'FontAwesome';
    color: #9fa4af;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    border-radius: 50%;
    background: #fff !important;
    width: 40px;
    height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 2px 7px rgba(170, 170, 170, 0.44);
    outline: none !important;
}

.owl-carousel .owl-nav button.owl-prev {
    margin-bottom: 95px;
}

#component-11,
#component-11 .button__bg ,
#component-12,
#component-12 .button__bg,
#component-13,
#component-13 .button__bg,
#component-14,
#component-14 .button__bg {
    background: #fff !important;
    border-radius: 35px;
    box-shadow: 0px 1px 7px rgba(194, 82, 239, 0.4);
    z-index: 99;

}

#component-11 span,
#component-12 span,
#component-13 span,
#component-14 span {
    background: linear-gradient(90deg, #9552ef, #ef0e9f);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    text-transform: uppercase;
    font-size: 14px;
}

.btn_why {
    margin-top: 30px;
}

/*-- End why animativ */

/*-- Video */

#video {
    position: relative;
    background: linear-gradient(90deg, #9552ef, #ef0e9f);
    padding-top: 15%;
    padding-bottom: 12%;
}

#video:before {
    content: '';
    background: url('../images/header_top.png') no-repeat;
    background-size: cover;
    width: 100%;
    height: 235px;
    position: absolute;
    top: 0;
    z-index: 99;
}

#video:after {
    content: '';
    background: url('../images/header_bottom.png') no-repeat;
    background-size: cover;
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: 0;
    z-index: 99;
}

#video span.count {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 50px;
}

#video img {
    display: table;
    margin: 0 auto;
}

#video h1 {
    text-align: center;
    color: #fff;
    margin-top: 0;
}

#video p {
    color: #fff;
    text-align: center;
    font-size: 15px;
    width: 65%;
    display: table;
    margin: 0 auto;
}

#component-12 {
    display: table;
    margin: 0 auto;
    margin-top: 80px;
}

/*-- End video */

/*-- Demo */
#demo p {
    font-size: 20px;
    color: #7d7d7d;
    text-align: center;
}

.input_demo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.input_demo input,
.input_demo input:focus {
    box-shadow: 0 0 5px rgba(81, 203, 238, 0) !important;
    border: 1px solid rgba(81, 203, 238, 0) !important;
    outline: none !important;
}

.input_demo .email,
.input_demo .email:focus {
    width: 50%;
    border: 1px solid #ebebeb !important;
    border-right: none !important;
    padding: 15px;
    border-radius: 35px 0 0 35px;
}

.input_demo label.btn_demo {
    border: 1px solid #ebebeb !important;
    border-left: none !important;
    border-radius: 0 35px 35px 0;
    padding: 4px;
    margin:  0;
}

.input_demo label.btn_demo input {
    background: linear-gradient(90deg, #9552ef, #ef0e9f);
    padding: 10px 35px;
    border-radius: 35px;
    color: #fff;
    text-transform: uppercase;
}

input::placeholder {
  color: #959595;
  padding-left: 15px;
  font-size: 18px;   
}

/*-- End demo */

/*-- Copyright */
.copyright {
    text-align: center;
    padding-top: 90px;
    padding-bottom: 35px;
}

.copyright span {
    color: #13202c;
    display: block;
    text-align: center;
    font-size: 22px;
}
/*-- End copyright */

/*------------ Responsive ------------*/

@media screen and (max-width: 455px) {

}

@media screen and (max-width: 599px) and (min-width: 456px) {

}

@media screen and (max-width: 767px) and (min-width: 600px) {

}

@media screen and (max-width: 928px) and (min-width: 768px) {

    /*-- menu */
    nav ul.menu li {
        padding: 15px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .logo {
        width: 100%;
    }
    /*-- header */

    .contenu_header {
        padding-top: 20px;
        padding-bottom: 20%;
    }

    .contenu_header h1 {
        font-size: 25px;
        padding-top: 25px;
    }

    .contenu_header h1:after {
        right: 15px;
        background-size: 50%;
        bottom: initial;
        top: 43px;
    }

    .contenu_header p {
        text-align: justify;
        font-size: 13px;
        width: 80%;
    }

    #scroll_down {
        bottom: 30px;
    }

    .button--1 {
        padding: 10px 20px !important;
    }

    .layer.body_girl {
    }

    .layer.body_girl img {
    width: 350px;
    }

    .layer.girl {
    top: 10% !important;
    left: 67px !important;
    }

    .layer.girl img {
    width: 270px;
    }

    .layer.play {
        right: 45%;
        bottom: 5%;
    }

    .layer.play img {
        width: 90px;
    }

    .layer.circle_top {
        left: 20% !important;
    }

    .layer.circle_top img {
        width: 75px;
    }

    .layer.circle_right {
        right: 5%;
        top: 30% !important;
    }

    .layer.circle_right img {
        width: 100px;
    }

    .layer.bar_fast {
        right: 5%;
        top: 30% !important;
    }

    .layer.bar_fast img {
        width: 100px;
    }

    .layer.text_right {
        right: 0%;
    }

    .layer.text_right img {

    }

    .layer.circle_left {
        bottom: 20%;
    }

    .layer.circle_left img {
        width: 100px;
    }

    #scene1 .hand {
        right: 25%;
        top: 35% !important;
    }

    #scene1 .hand img {
       width: 180px;
    }

    /*-- Why animativ */

    /*-- wave */
    .waveWrapperInner {
        bottom: 50px;
    }

    .waveMiddle {
        background-size: 50% 145px;
    }

    .waveBottom {
        background-size: 50% 130px;
    }

    #discover .img_discover {
        width: 23%;
        margin: 5px;
    }

    .owl-nav {
        left: 25px;
    }

    .slider_animativ .simple {
        background-size: 90%;
        height: 265px;
    }

    .slider_animativ h1 {
        margin-top: 35%;
        margin-right: 15%;
    }

    .slider_animativ p.ample4 {
        padding-right: 10%;
    }

    #why_animativ .item p,
    #why_animativ .btn_why {
        margin-left: 15%;
    }

    .slider_animativ .owl-stage-outer {
        padding-bottom: 2%;
    }

    /*-- Discover */

    #discover h1,
    #discover p {
        position: relative;
        z-index: 9999;
    }

    #discover h1 {
        font-size: 35px;
    }

    #discover h1.ample4:before {
        background-size: 70%;
        top: 20%;
        left: 25%;
    }

    #discover h1.ample4 span {
        margin-left: 8px;
    }

    #discover .item--style-1 {
        right: 0 !important;
    }

    #discover .item--style-1 .item__svg {
        width: 245px !important;
    }

    #discover .item--style-2 .item__svg {
        width: 340px !important;
    }

    #discover .item--style-2 {
        top: 35% !important;
    }

    /*-- Video */
    #video {
        padding-top: 25%;
        padding-bottom: 20%;
    }

    #video:before,
    #video:after {
        height: 125px;
    }

    #video .waveWrapper {
        bottom: -10px;
    }

    .box-video {
        position: relative;
        z-index: 9999;
    }

    #video img {
        width: 120px;
    }

    #video h1 {
        font-size: 30px;
    }

    #video span.count {
        font-size: 40px;
    }

    /*-- Demo */
    .input_demo .email, 
    .input_demo .email:focus {
        width: 60%;
    }

    #demo h1.ample4 {
        font-size: 45px;
    }

    #demo p {
        font-size: 18px;
    }

    .copyright img {
        width: 250px;
    }

    .copyright span {
        font-size: 18px;
    }

}


@media screen and (max-width: 991px) and (min-width: 929px) {

    /*-- menu */
    nav ul.menu li {
        padding: 15px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .logo {
        width: 100%;
    }
    /*-- header */


    /*-- wave */
    .waveWrapperInner {
        bottom: 50px;
    }

    .waveMiddle {
        background-size: 50% 145px;
    }

    .waveBottom {
        background-size: 50% 130px;
    }

    .contenu_header {
        padding-top: 20px;
        padding-bottom: 15%; 
    }

    .contenu_header h1 {
        font-size: 35px;
        padding-top: 25px;
    }

    .contenu_header h1:after {
        right: 0px;
        background-size: 70%;
        bottom: initial;
        top: 50px;
    }

    .contenu_header p {
        text-align: justify;
        font-size: 15px;
        width: 95%;
    }

    #scroll_down {
        bottom: 25px;
    }

    .button--1 {
        padding: 15px 35px !important;
    }

    .layer.body_girl {
    }

    .layer.body_girl img {
    width: 450px;
    }

    .layer.girl {
    top: 10% !important;
    left: 80px !important;
    }

    .layer.girl img {
    width: 335px;
    }

    .layer.play {
        right: 40%;
        bottom: 5%;
    }

    .layer.play img {
        width: 120px;
    }

    .layer.circle_top {
        left: 20% !important;
    }

    .layer.circle_top img {
        width: 90px;
    }

    .layer.circle_right {
        right: 5%;
        top: 30% !important;
    }

    .layer.circle_right img {
        width: 100px;
    }

    .layer.bar_fast {
        right: 5%;
        top: 30% !important;
    }

    .layer.bar_fast img {
        width: 100px;
    }

    .layer.text_right {
        right: 0%;
    }

    .layer.text_right img {

    }

    .layer.circle_left {
        bottom: 23%;
    }

    .layer.circle_left img {
        width: 130px;
    }

    #scene1 .hand {
        right: 25%;
        top: 35% !important;
    }

    #scene1 .hand img {
       width: 180px;
    }

    /*-- Why animativ */

    #discover .img_discover {
        width: 23%;
        margin: 5px;
    }

    .owl-nav {
        left: 32px;
    }

    .slider_animativ p.ample4 {
        padding-right: 10%;
    }

    #why_animativ .item p,
    #why_animativ .btn_why {
        margin-left: 15%;
    }

    .slider_animativ .owl-stage-outer {
        padding-bottom: 2%;
    }

    /*-- Discover */

    #discover h1,
    #discover p {
        position: relative;
        z-index: 9999;
    }

    #discover h1 {
        font-size: 45px;
    }

    #discover h1.ample4:before {
        background-size: 80%;
        top: 13%;
    }

    #discover h1.ample4 span {
        margin-left: 8px;
    }

    #discover .item--style-1 {
        right: 0 !important;
    }

    #discover .item--style-1 .item__svg {
        width: 245px !important;
    }

    #discover .item--style-2 .item__svg {
        width: 500px !important;
    }

    /*-- Video */
    #video {
        padding-top: 25%;
        padding-bottom: 20%;
    }

    .box-video {
        position: relative;
        z-index: 9999;
    }

    #video img {
        width: 130px;
    }

    #video h1 {
        font-size: 30px;
    }

    #video span.count {
        font-size: 40px;
    }

    /*-- Demo */
    .input_demo .email, 
    .input_demo .email:focus {
        width: 70%;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {

    /*-- menu */
    nav ul.menu li {
        padding: 15px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .logo {
        width: 230px;
    }
    /*-- header */

    .contenu_header {
        padding-top: 20px;
        padding-bottom: 40px; 
    }

    .contenu_header h1 {
        font-size: 35px;
        padding-top: 25px;
    }

    .contenu_header h1:after {
        right: 98px;
        background-size: 70%;
        bottom: initial;
        top: 50px;
    }

    .contenu_header p {
        text-align: justify;
        font-size: 15px;
        width: 70%;
    }

    #scroll_down {
        bottom: 20px;
    }

    .button--1 {
        padding: 15px 35px !important;
    }

    .layer.body_girl {
    }

    .layer.body_girl img {
    width: 450px;
    }

    .layer.girl {
    top: 10% !important;
    left: 80px !important;
    }

    .layer.girl img {
    width: 335px;
    }

    .layer.play {
        right: 32%;
        bottom: 5%;
    }

    .layer.play img {
        width: 120px;
    }

    .layer.circle_top {
        left: 20% !important;
    }

    .layer.circle_top img {
        width: 90px;
    }

    .layer.circle_right {
        right: -6%;
        top: 30% !important;
    }

    .layer.circle_right img {
        width: 100px;
    }

    .layer.bar_fast {
        right: -8%;
        top: 30% !important;
    }

    .layer.bar_fast img {
        width: 100px;
    }

    .layer.text_right {
        right: -10%;
    }

    .layer.text_right img {

    }

    .layer.circle_left {
        bottom: 23%;
    }

    .layer.circle_left img {
        width: 130px;
    }

    #scene1 .hand {
        right: 30%;
        top: 40% !important;
    }

    #scene1 .hand img {
       width: 250px;
    }

    /*-- Why animativ */

    #discover .img_discover {
        width: 23%;
        margin: 5px;
    }

    .owl-nav {
        left: 35px;
    }

    .slider_animativ p.ample4 {
        padding-right: 10%;
    }

    #why_animativ .item p,
    #why_animativ .btn_why {
        margin-left: 15%;
    }

    .slider_animativ .owl-stage-outer {
        padding-bottom: 0;
    }

    /*-- Discover */

    #discover h1,
    #discover p {
        position: relative;
        z-index: 9999;
    }

    #discover .item--style-1 {
        right: 0 !important;
    }

    #discover .item--style-1 .item__svg {
        width: 245px !important;
    }

    #discover .item--style-2 .item__svg {
        width: 500px !important;
    }

    /*-- Video */
    #video {
        padding-top: 25%;
        padding-bottom: 20%;
    }

    .box-video {
        position: relative;
        z-index: 9999;
    }

    #video img {
        width: 130px;
    }

    /*-- Demo */
    .input_demo .email, 
    .input_demo .email:focus {
        width: 55%;
    }

}

@media screen and (max-width: 1365px) and (min-width: 1200px) {

    /*-- menu */
    nav ul.menu li {
        padding: 24px;
    }

    .logo {
        width: 300px;
    }
    /*-- header */

    .contenu_header {
        padding-top: 20px;
        padding-bottom: 40px; 
    }

    .contenu_header h1 {
        font-size: 45px;
        padding-top: 25px;
    }

    .contenu_header h1:after {
        right: 115px;
        background-size: 85%;
        bottom: 0;
    }

    .contenu_header p {
        text-align: justify;
        font-size: 17px;
        width: 75%;
    }

    .button--1 {
        padding: 15px 35px !important;
    }

    .layer.body_girl {
    }

    .layer.body_girl img {
    width: 450px;
    }

    .layer.girl {
    top: 10% !important;
    left: 80px !important;
    }

    .layer.girl img {
    width: 335px;
    }

    .layer.play {
        right: 45%;
        bottom: 5%;
    }

    .layer.play img {
        width: 120px;
    }

    .layer.circle_top {
        left: 20% !important;
    }

    .layer.circle_top img {
        width: 100px;
    }

    .layer.circle_right {
        right: 12%;
        top: 30% !important;
    }

    .layer.circle_right img {
        width: 100px;
    }

    .layer.bar_fast {
        right: 10%;
        top: 30% !important;
    }

    .layer.bar_fast img {
        width: 100px;
    }

    .layer.text_right {

    }

    .layer.text_right img {

    }

    .layer.circle_left {
        bottom: 23%;
    }

    .layer.circle_left img {
        width: 130px;
    }

    #scene1 .hand {
        right: 30%;
        top: 40% !important;
    }

    #scene1 .hand img {
       width: 250px;
    }

    /*-- Why animativ */
    .owl-nav {
        left: 45px;
    }

    #why_animativ .item p,
    #why_animativ .btn_why {
        margin-left: 15%;
    }

    .slider_animativ .owl-stage-outer {
        padding-bottom: 0;
    }

    /*-- Discover */

    #discover h1,
    #discover p {
        position: relative;
        z-index: 9999;
    }

    #discover .item--style-1 {
        right: 0 !important;
    }

    #discover .item--style-1 .item__svg {
        width: 345px !important;
    }

    #discover .item--style-2 .item__svg {
        width: 580px !important;
    }

    /*-- Video */
    #video {
        padding-top: 20%;
        padding-bottom: 15%;
    }

    /*-- Demo */
    .input_demo .email, 
    .input_demo .email:focus {
        width: 45%;
    }
}

@media screen and (max-width: 1441px) and (min-width: 1366px) {

    /*-- header */

    .contenu_header {
        padding-top: 20px;
        padding-bottom: 5%; 
    }

    .contenu_header h1 {
        font-size: 50px;
        padding-top: 25px;
    }

    .contenu_header h1:after {
        right: 135px;
    }

    .contenu_header p {
        text-align: justify;
        width: 80%;
    }

    .button--1 {
        padding: 15px 35px !important;
    }

    .layer.body_girl {
    }

    .layer.body_girl img {
    width: 500px;
    }

    .layer.girl {
    top: 6% !important;
    left: 89px !important;
    }

    .layer.girl img {
    width: 400px;
    }

    .layer.play {
        right: 45%;
        bottom: 10%;
    }

    .layer.play img {
        width: 130px;
    }

    .layer.circle_top {
        left: 20% !important;
    }

    .layer.circle_top img {
        width: 100px;
    }

    .layer.circle_right {
        right: 10%;
    }

    .layer.circle_right img {
        width: 130px;
    }

    .layer.bar_fast {
        right: 10%;
        top: 30% !important;
    }

    .layer.bar_fast img {
        width: 100px;
    }

    .layer.text_right {

    }

    .layer.text_right img {

    }

    .layer.circle_left {
        bottom: 23%;
    }

    .layer.circle_left img {
        width: 130px;
    }

    #scene1 .hand {
        right: 30%;
        top: 40% !important;
    }

    #scene1 .hand img {
       width: 250px;
    }

    /*-- Why animativ */
    .owl-nav {
        left: 55px;
    }

    #why_animativ .item p,
    #why_animativ .btn_why {
        margin-left: 15%;
    }

    .slider_animativ .owl-stage-outer {
        padding-bottom: 0;
    }

    /*-- Video */
    #video {
        padding-top: 20%;
        padding-bottom: 15%;
    }

    /*-- Demo */
    .input_demo .email, 
    .input_demo .email:focus {
        width: 45%;
    }
}
