.chat {
    color: #FFF;
    position: fixed;
    right: 10px;
    transform: translateY(-50%);
    top: 50%;
    z-index: 9999;
}

.app-part-1 {
    min-height: 400px;
}
.app-stores img {
    width:95px;
    border-radius: 5px;
}
.app-scroll {
    position:absolute;
    width:50px;
    height:50px;
    border-radius:25px;
    background: #64e61e;
    left:50%;
    transform:translateX(-50%);
    bottom:-25px;
    z-index:11;
    text-align:center;
    padding:15px;
}
.app-scroll img {
    width: 80%;
    height:80%;
}
/*Le contenu du slider*/
a.app-menu-icon {
    border:none;
    outline:none;
    position relative;
    padding-top: 100px;
    text-align: center;
    color: #fff;
    text-decoration: none!important;
    font-size: .9em;
}
.app-part-1 a:before {
    content:"";
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    display: block;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 12px 0 12px;
    border-color: #64e61e transparent transparent 
}
.app-part-1 a.active:before {    
    opacity: 1;
}
.app-part-1 a.active {
    color: #64e61e;
}
.app-part-1 .app-menu-icon:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url() center center no-repeat;
    background-size: 70px;
    width: 70px;
    height: 70px;
    margin: 15px auto;
}
.app-part-1 a.app-menu-icon:not(.active) {
     -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
     -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
     -webkit-filter: grayscale(100%);
     filter: gray;
}
.app-part-1 .circle:after {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border:3px solid #64e61e;
}
.app-part-1 .app-menu-1:after {
    background-image: url(/CMS/uploads/FR/images/pages/app_new/picto6.png);
}
.app-part-1 .app-menu-2:after {
    background-image: url(/CMS/uploads/FR/images/pages/app_new/picto3.png);
}
.app-part-1 .app-menu-3:after {
    background-image: url(/CMS/uploads/FR/images/pages/app_new/picto5.2.png);
    /*animation: picto5gif ease 4s infinite normal ;*/
}
.app-part-1 .app-menu-4:after {
    background-image: url(/CMS/uploads/FR/images/pages/app_new/picto1.png);
}
.app-part-1 .app-menu-5:after {
    background-image: url(/CMS/uploads/FR/images/pages/app_new/picto2.png);
}
.app-part-1 .app-menu-6:after {
    background-image: url(/CMS/uploads/FR/images/pages/app_new/picto4.png);
}
@-webkit-keyframes picto5gif {
  0% {
    background-image: url(/CMS/uploads/FR/images/pages/app_new/picto5.1.png);
  }
  40% {
    background-image: url(/CMS/uploads/FR/images/pages/app_new/picto5.1.png);
  }
  50% {
    background-image: url(/CMS/uploads/FR/images/pages/app_new/picto5.2.png);
  }
  90% {
    background-image: url(/CMS/uploads/FR/images/pages/app_new/picto5.2.png);
  }
}
.app-menu-icon {
    min-height: 100px;
    background: transparent;
    transition:all .4s ease;
}
.app-menu-icon img {
    max-width: 70px;
    margin: 15px auto;
    display: block;
    position:relative;
}
.app-slide {
    position:absolute;
    top:0;
    left:0;
    right: 0;
    padding: 0 15px;
}
.app-slide-content {
    position: relative;
    height:480px;
}
.app-content-txt {
    padding:15px;
    padding-top:0;
    position:absolute;
    top:0;
    right:0;
    width:70%;
    opacity: 1;
    -webkit-transition: all .6s ease;
       -moz-transition: all .6s ease;
        -ms-transition: all .6s ease;
         -o-transition: all .6s ease;
            transition: all .6s ease;
}
.app-content-img {
    position:absolute;
    top:0;
    left:0;
    width:30%;
    opacity: 1;
    -webkit-transition: all .6s ease;
       -moz-transition: all .6s ease;
        -ms-transition: all .6s ease;
         -o-transition: all .6s ease;
            transition: all .6s ease;    
}
.app-content-img img{
    max-height:400px;
}
.app-content-txt p{
    color:#FFF;
    margin-top:15px;
}
.slide-offset .app-content-img {
    left:-100%;
    opacity: 0;
}
.slide-offset .app-content-txt {
    right:-100%;
    opacity: 0;
}

.bgBlue {
    background: rgb(16,16,16);
    background: -moz-linear-gradient(-45deg, rgba(16,16,16,1) 0%, rgba(50,50,66,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(16,16,16,1) 0%,rgba(50,50,66,1) 100%);
    background: linear-gradient(135deg, rgba(16,16,16,1) 0%,rgba(50,50,66,1) 100%);
}
.bgCarto {
    position: relative;
    -webkit-box-shadow: inset 0px 0px 300px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: inset 0px 0px 300px 0px rgba(0,0,0,0.4);
    box-shadow: inset 0px 0px 300px 0px rgba(0,0,0,0.4);
}
.bgCarto:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(/CMS/uploads/FR/images/pages/app_new/cartographer.jpg) repeat;
    z-index: -2;
}
.bgCarto:after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to left, #101010, #323242);
    opacity: .5;
     z-index: -1;
}

@media only screen and (max-width: 767px) {
    .app-stores {
        position: relative;
        text-align: center;
        margin-bottom: 10px;
    }
    .app-slide-content {
        height:auto;
    }
    .app-content-img {
        width:100%;
    }
    .app-content-img img {
        max-height: 200px;
    }
    .app-content-txt {
        width:100%;
        padding: 0;
        margin-bottom: 70px;
    }

    .app-slide, .app-content-img, .app-content-txt {
        position: relative;
    }
    .slide-offset .app-content-img {
        left: 0;
        opacity: 1;
    }
    .slide-offset .app-content-txt {
        right: 0;
        opacity: 1;
    }
    .app-menu-icon {
        text-align: center;
        padding-top: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .chat {
        display:none;
    }
}
@media only screen and (min-width: 768px) {
    .app-stores {
        right:30px;
        bottom:30px;
        position:absolute;
        z-index:11;
    }
}
@media only screen and (min-width: 992px) {
    .app-slide {
        left: 60px;
        right: 60px;
    }
    .app-stores img {
        width:150px;
    }
}
@media only screen and (min-width: 1200px) {
    .app-content-txt {
        padding-left: 60px;
    }
}
@media only screen and (max-width: 991px) {
    a.app-menu-icon {
        font-size: .85em;
    }
}

.text-shadow {
    text-shadow: #2D2D2D 0.1em 0.1em 0.1em;
}
.pn-block{
    padding: 3.125rem 2.625rem 3.25rem; 
    border-bottom: 5px solid #64E61E;
    background-color: #1E1E23;
    max-width: 540px;
    margin: auto;
}
svg.check-m {
    width: 2.3rem; height: 2rem;
    display: block;
    margin: auto;
}
.pq-ul li {
    color: #ABABAB;
    margin-bottom: 1em;
}

.cta-equipe {
    font-size: .7em;
    color: white;
    text-decoration: underline;
    display: block;
    margin-top: 3px;
    text-transform: none;
}
.bn-eq {
    padding: 0;
    overflow: hidden;
 
    background: #000;
}
.bn-eq img.img-responsive {
    min-width: 400px;
}
@media only screen and (min-width: 768px) {
    .bn-eq { 
        height: 70px;
    }
    .bn-eq img.img-lg {
        position: absolute;
        left: 50%;
        margin-left: -820px;
    }
    .bn-eq a {
        width: 0;
        height: 0;
        display: block;
    }
    .bgStats {
        background: url(/CMS/uploads/FR/images/pages/app_new/anim_icoyote-2.png) no-repeat right bottom; background-size: 340px;
    }
}

 .bg-txt-tr {
    display: inline-block;
    background: transparent;
    color: rgba(255, 255, 255, .8);
    letter-spacing: -3px;
    text-shadow: rgba(255, 255, 255, 0.55) 1px 0px 0px;
}
.bg-txt-tr-cv {
    color: rgba(255, 255, 255, .55);
    background: url(/CMS/uploads/FR/images/pages/app_new/hero-app-2.jpg) no-repeat fixed;
    background-position: center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-text-fill-color: rgba(255, 255, 255, .55);
    -webkit-background-clip: text;
}
.bg-txt-tr.green {
    color: rgba(100, 230, 30, .4);
    -webkit-text-fill-color: rgba(100, 230, 30, .4);
}
.bg-txt-tr.green2 {
    color: rgba(100, 230, 30, .6);
    -webkit-text-fill-color: rgba(100, 230, 30, .6);
}
.bg-txt-tr.red {
    -webkit-text-fill-color: rgba(250, 0, 60, .25);
}
.bg-img-url {
    background: url(/CMS/uploads/FR/images/pages/app_new/hero-app-2.jpg) no-repeat fixed;
    background-position: center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
@media only screen and (max-width: 991px) {
    .bg-img-url {
       background-attachment: scroll;
    }
}
.layer-custom, .layer-custom * {
    position: relative;
    z-index: 1;
}
.layer-custom-2 {
    background: -moz-linear-gradient(-45deg, rgba(31,63,89,0) 0%,rgba(31, 63, 89, 0.60) 33%,rgba(31, 63, 89, 0.69) 66%,rgba(30,30,35,0.99) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(31,63,89,0) 0%,rgba(31, 63, 89, 0.60) 33%,rgba(31, 63, 89, 0.69) 66%,rgba(30,30,35,0.99) 100%);
    background: linear-gradient(135deg, rgba(31,63,89,0) 0%,rgba(31, 63, 89, 0.60) 33%,rgba(31, 63, 89, 0.69) 66%,rgba(30,30,35,0.99) 100%);
    position: absolute;
    opacity: .99;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.pt {
    line-height: 1em;
}
.pt1 {
    font-size: 6.2em;
    margin-left: -0.01em;
}
.pt2 {
    font-size: 4.3em;
}
.pt3 {
    font-size: 2.5em;
}

.pt-res {
    font-size: .8em;
}

.app-vs {
    max-height: 260px;
}

@media screen and (min-width: 992px) {
    .app-vs-block {
        position: absolute;
    }
    .pt1 {
        font-size: 7.2em;
        margin-top: -0.1em;
        margin-left: -0.02em;
    }
    .pt2 {
        font-size: 7.6em;
        margin-left: -0.02em;
        margin-bottom: 15px;
    }
    .pt3 {
        font-size: 1.8em;
        margin-left: 0.01em;
        letter-spacing: 0.03em;
    }
    .app-vs {
        max-height: 520px;
    }
    
    .pt-res {
        font-size: 1em;
    }

}

/*modal fullscreen */
.modal.modal-fullscreen {
    top: 50px;
}
.modal.modal-fullscreen .modal-dialog,
.modal.modal-fullscreen .modal-content {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.modal.modal-fullscreen .modal-dialog {
  margin: 0;
  width: 100%;
  animation-duration:0.6s;
}
.modal.modal-fullscreen .modal-content {
  border: none;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  -o-box-shadow: inherit;
  box-shadow: inherit;
  /* change bg color below */
 /* background:#1abc9c; */
}
.modal.modal-fullscreen.force-fullscreen {
  /* Remove the padding inside the body */
}
.modal.modal-fullscreen.force-fullscreen .modal-body {
  padding: 0;
}
.modal.modal-fullscreen.force-fullscreen .modal-header,
.modal.modal-fullscreen.force-fullscreen .modal-footer {
  left: 0;
  position: absolute;
  right: 0;
}
.modal.modal-fullscreen.force-fullscreen .modal-header {
  top: 0;
}
.modal.modal-fullscreen.force-fullscreen .modal-footer {
  bottom: 0;
}
.modal.modal-fullscreen .modal-footer {
  border-top: 1px solid #1E1E23;
}
.modal.modal-fullscreen .modal-footer button {
    background: #000;
    border-color: #1E1E23;
    color: #fff;
}