* {
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
}

@font-face {
    font-family: Nunito_Bold;
    src: url('../Fonts/Nunito-Bold.ttf');
}

@font-face {
    font-family: Nunito_ExBold;
    src: url('../Fonts/Nunito-ExtraBold.ttf');
}

@font-face {
    font-family: Nunito_Light;
    src: url('../Fonts/Nunito-Light.ttf');
}

@font-face {
    font-family: Nunito_Regular;
    src: url('../Fonts/Nunito-Regular.ttf');
}

@font-face {
    font-family: Roboto_Bold;
    src: url('../Fonts/roboto/Roboto-Bold.ttf');
}

@font-face {
    font-family: Roboto_Light;
    src: url('../Fonts/roboto/Roboto-Light.ttf');
}

@font-face {
    font-family: Roboto_Regular;
    src: url('../Fonts/roboto/Roboto-Regular.ttf');
}



@font-face {
    font-family: felix_Bold;
    src: url('../Fonts/Felix/FellixTRIAL-ExtraBold.otf');
}

@font-face {
    font-family: felix_Light;
    src: url('../Fonts/Felix/FellixTRIAL-Light.otf');
}

@font-face {
    font-family: felix_Regular;
    src: url('../Fonts/Felix/FellixTRIAL-Medium.otf');
}



@font-face {
    font-family: poppins_Bold;
    src: url('../Fonts/Poppins/Poppins-Bold.ttf');
}

@font-face {
    font-family: poppins_Light;
    src: url('../Fonts/Poppins/Poppins-Light.ttf');
}

@font-face {
    font-family: poppins_Regular;
    src: url('../Fonts/Poppins/Poppins-Medium.ttf');
}

:root {
    --parag:  poppins_Light;
    --heading: poppins_Bold;
    --Medium: poppins_Regular;
    --Space:49px;
}

html, body {
    width: 100%;
    overflow-x:hidden;
}

.container {
    /* width: 90%; */
    text-align: center;
    /* overflow: hidden; */
    margin: auto;
}

.header {
 /*    height: 720px; */
    /* overflow: hidden; */
    position: relative;
}
.logo img{
    width: 158px;
    margin: -5px 0 0 0;
}
.menu ul li {
    font-family: var(--Medium);
    font-weight: 600;
    font-size: 12px;

}

.menu ul li a {
    text-decoration: none;
    color: black;
}
.menu ul li a:hover {
    transition: all ease 300ms;
    color: #5810a8;
}
.menu ul li {
    display: inline;
    margin: 0 0 0 0;
    padding: 9px;
    position: relative;
}

.Essayer {
    width: 140px;
    border-radius: 16px;
    height: 32px;
    background-color: #5e16ab;
    margin: 0 19px 0 0;
    overflow: hidden;
    transition: all ease 300ms;
    cursor: pointer;
}

.Essayer span {
    font-family: var(--parag);
    font-size: 11px;
    color: white;
    position: relative;
    display: block;
    text-align: center;
    margin: 8px 0 0 0;
}
.Essayer:hover{
    transition: all ease 300ms;
    background-color: #7225c4;
}

.whatsapp {
    width: 120px;
    height: 23px;
    color: #30b994;
    padding: 8px 0 0 10px;
    font-size: 12px;
    font-weight: 600;
    background-color: #edf9f4;
    margin: 2px 26px 0 0;
    border-radius: 4px;
    font-family: var(--Medium);
    cursor: pointer;
    transition: all ease 300ms;
}
.whatsapp:hover{
    background-color: #d5ffee;
    transition: all ease 300ms;
}
.whatsapp img {
    margin: 0 3px 0 0;
    float: left;
}

.alignMenu {
    display: inline-block;
}

.alignButtons {
    display: inline-block;
    float: left;
}

.logo {
    float: left;
    margin: 0 0 0 0;
}

.menu {
    float: left;
    margin: 7px 35px 7px 11px;
}

.menu ul li>img {
    width: 7px;
    float: right;
    position: absolute;
    top: 14px;
    right: 0;
    fill: black;
}

.plusHeader {
    position: relative;

}


.subMenuHeader {
    position: absolute;
    top: 41px;
    width: 128px;
    transform: scale(0);
    transform-origin: top left;
    transition: all ease 300ms;
    display: none;
    left: 8px;
    text-align: left;
    /* border: 1px solid #0000001f; */
    box-shadow: 0 0 13px #00000029;
    padding: 0 0 6px 1px;
    border-radius: 4px;
    overflow: hidden;
    background-color: #fff;
}

.subMenuHeader li {
    display: block !important;
    float: none !important;
}
.subMenuWeb{
   
    margin: 5px 0 0 0!important;
    padding: 10px 0 10px 23px !important;
    width: 100%;
    cursor: pointer;
}
.subMenuWeb::before{
    content: "";
    position: absolute;
    width: 0px;
    height: 38px;
    top: 0;
    left: -2px;
    background-color: #5e16ab;
    transition: all ease 100ms;
    border-radius: 15px;
}
.subMenuWeb:hover::before {
    width: 3px;
    border-radius: 15px;
}

.subMenuWeb:hover{
    background-color: #7b31cf36;
}
.subMenuWeb:hover .subMenuWebA{
    color: #3a1985!important;
}
.language {
    margin: 9px 0 0 0;
    position: relative;
    cursor: pointer;
}
.languageMobile{
    cursor: pointer;
}
.drap {
    width: 22px;
}
.drapMobile {
    width: 22px;
}
.arrow {
    float: right;
    margin: 7px 0 0 3px;
    width: 7px;
}
.languageDrop{
    position: absolute;
    width: 23px;
    top: 31px;
    height: 74px;
    left: -5px;
    border-radius: 4px;
    padding: 8px;
    background-color: #fff;
    box-shadow: 0 0 6px #00000036;
    display: none;
    
}

.languageDrop img{
   
    width: 22px;
    display: block;
    margin: 0 0 9px 0;
    
}

/* .drapClick .languageDrop{
   
    display: none;
    transition: all ease 300ms;
    }
.drapClick:hover .languageDrop{

display: block;
transition: all ease 300ms;
} */

.menuButtons {
    float: left;
}

.nav {
    /* overflow: hidden; */
    width: 100%;
    margin: 42px 0 0 0;
    position: relative;
}

.navnav {
    width: 1047px;
    height: 34px;
    text-align: center;
    margin: auto;
}

.title1 {
    width: 100%;
    margin: 30px 0 0 0 ;
    font-family: var(--Medium);
    font-size: 27px;
    font-weight: 600;
}

.title1>span>span {
    color: #5810a8;
}

.title1>span {
    color: #3d3d3d;
}

.subtitle1 {
    width: 90%;
    margin: 21px auto 0 auto;
    font-family: var(--parag);
    font-size: 13px;
    font-weight: 600;
}

.subtitle1>span {
    color: #3d3d3d;
}

.subtitle1>span>span {
    color: #5810a8;
}

.buttonEsContainer {
    width: 100%;
    margin: 20px 0 0 0;
}

.ButtonEs {
    width: 252px;
    font-size: 11px;
    height: 44px;
    text-transform: uppercase;
    font-family: var(--heading);
    color: white;
    border-radius: 49px;
    letter-spacing: 3px;
    border: 0;
    background-color: #5e16ab;
    transition: all ease 200ms;
    cursor: pointer;
    outline: none;
}

.ButtonEs:hover {
    background-color: #742fc2d2;
    transition: all ease 300ms;
}

.ButtonEst {
    width: 100%;
    font-size: 11px;
    height: 44px;
    text-transform: uppercase;
    font-family: var(--heading);
    color: white;
    border-radius: 49px;
    letter-spacing: 3px;
    border: 0;
    background-color: #5810a8;
    transition: all ease 200ms;
    cursor: pointer;
    outline: none;
}

.ButtonEst:hover {
    background-color: #742fc2d2;
    transition: all ease 300ms;
}
.overlayHeader {
    width: 100%;
    /* overflow: hidden; */
}

.overlayHeader img {
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
}

.Illustration1 video {
    z-index: -2;
    position: relative;
    width: 438px;
}
.Illustration1 .gifAnim {
    z-index: -2;
    position: relative;
    width: 566px;
}

.Illustration1 .AnimLogos {
    z-index: -1;
    position: absolute;
    width: 566px;
    animation: illimg 5s infinite;
}

.Illustration1 {
    margin: 33px 0 35px 0;
}


.mobileNavContainer {
    width: 95%;
    display: none;
    margin: 42px auto 0 auto;
    /* background-color: #5e16ab; */
    height: 46px;
    position: relative;
}

.imageMenuMobile {

    padding: 5px 0 0 0;
}


.imageMenuMobile img {
    width: 128px;
}
.languageMobile {

    width: 34px;

    margin: auto;

    position: absolute;

    right: 5px;

    top: 14px;
}

.drapMobile {}

.arrowMobile {

    width: 7px;

    float: right;

    margin: 7px 0 0 0;
}

/* ----Button Menu---- */

#nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
    width: 28px;
    /* margin: 9px 0 0 8px; */
    height: 35px;
    left: 11px;
    top: 11px;
    /* float: left; */
    position: absolute;
    /* margin: 50px auto; */
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #611aac;
    border-radius: 0;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
    top: 0;
}

#nav-icon1 span:nth-child(2) {
    top: 9px;
}

#nav-icon1 span:nth-child(3) {
    top: 18px;
}

#nav-icon1.open span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon1.open span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/* ----------- */

@keyframes illimg {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.3)
    }

    100% {
        transform: scale(1)
    }
}


.menuMobileDown{
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    margin: 12px auto 0 auto;
    box-shadow: 0 0 6px #0000001f;
    border-radius: 5px;
    background-color: #fff;
}
.menuMobileDown ul li{
    font-family: var(--Medium);
    list-style-type: none;
    width: 100%;
    font-size: 13px;
    /* background-color: #fff; */
    text-align: left;
    margin: 21px 0 21px 21px;
    position: relative;
}
.menuMobileDown ul li::before {
    content: "";
    background-color: #5e16ab;
    width: 0px;
    height: 41px;
    left: -21px;
    top: -11px;
    position: absolute;
    border-radius: 105px;
}
.menuMobileDown ul li a:hover::before {
    content: "";
    background-color: #5e16ab;
    width: 2px;
    height: 41px;
    left: -21px;
    top: -11px;
    position: absolute;
    border-radius: 105px;
}
hr{
   border-color:  #eaeaea12!important;
}
.mobileArrowMenu{
  width:  6px; 
}
.navMobile{
    position: relative;
}

.menuMobileDown ul li a{
    text-decoration: none;
     color: black;
}
.menuMobileDown ul li a:hover{
   
     color: #5e16ab;
}
.menuMobileDownContainer{
    position: relative;
}
.navMobile{
    display: none;
}
#DropDownMenu{
    display: none;
}
#subMenuHeaderMobile{
    display: none;
}
a{
    cursor: pointer;
}
.menuButtonsMobile{
    margin: 0px 0 10px 0;
}
/* End Header */

.featuresSection {
    width: 100%;
    padding: var(--Space) 0 0 0;
    overflow: hidden;
    /* height: 630px; */
}

.container2 {
    width: 1112px;
    text-align: center;
    /* overflow: hidden; */
    margin: auto;
    position: relative;
}

.title2 {
    font-family: var(--Medium);
    font-size: 33px;
    color: #3d3d3d;
    text-align: center;
    width: 100%;
    position: relative;
    /* margin: -105px 0 0 0; */
}

.multiDevices {
    width: 292px;
    height: 47px;
    text-align: left;
    padding: 21px 30px 0 44px;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #e6e7eb;
    transition: all ease 200ms;
    margin: 0 0 20px 0;
    overflow: hidden!important;
    cursor: pointer;
    -webkit-transition: all ease 200ms;
}
.multiDevicesOpen{
    box-shadow: 0px 1px 37px #0000001a;
    border:1px solid #74689500;
    height: 171px;
    transition: all ease 200ms;
    -webkit-transition: all ease 200ms;
}
.multiDevices:hover {
   /*  box-shadow: 0px 1px 15px #00000024; */
   border:1px solid #5e16ab;
    transition: all ease 500ms;
    -webkit-transition: all ease 200ms;
}
.multiDevicesOpen:hover{
    border:1px solid #74689500;
}

.icotit {
    overflow: hidden!important;
    width: 100%;
    margin: 0 0 15px 0;
}

.icotit h1 {
    font-family: var(--Medium);
    font-size: 21px;
    margin: 0 0 0 14px;
    
    /* float: left; */
}
.multiDevices:hover .icotit h1{
color: #5e16ab;
transition: all ease 500ms;
-webkit-transition: all ease 200ms;
}

.icotit img {
    float: left;
    width: 29px;
}
.titIco{
  
    overflow: hidden;
   
}

.multiDevices p {
    font-family: var(--parag);
    font-size: 16px;
    width: 255px;
    color: #929292;
}

.users,
.adapt,
.plus {
    cursor: pointer;
    width: 320px;
    height: 46px;
    border-radius: 11px;
    border: 1px solid #eeeeee;
    padding: 16px 0 0 44px;
    margin: 20px 0 0 0;
    transition: all ease 500ms;
    background-color: #fff;
}

.users:hover,
.adapt:hover,
.plus:hover {
    transition: all ease 100ms;
    background-color: rgba(229, 229, 229, 0.53);
}

.rightFea {
    float: right;
    position: relative;
    width: 665px;
}
.RightFeaImages{
    display: none;
}
.leftFea {
    float: left;
}

.rightFea img {
    width: 699px;
    margin: 0 0px 0 0;
    box-shadow: 0 -20px 68px #00000040;
}
.buttonsScreen{
    position: relative;
    top: 12px;
    left: 0;
    height: 40px;
    border-radius: 9px 9px 0 0;
    overflow: hidden;
    margin: 56px 0 11px 0;
    width: 100%;
    background-color: white;
}
.scrBtn{
    width: 12px;
    height: 12px;
    float: left;
    margin: 14px 0px 0 11px;
    border-radius: 25px;
    background-color: #4f5a86;
}
.overlayfea {
    width: 100%;
    position: relative;
}

.overlayfea img {
    position: absolute;
    right: 0;
    z-index: -1;
    width: 575px;
    margin: -80px -329px 0 0;
    top: 90px;
    animation: circlefea 5s infinite;
}

.rightFea img {
    width: 665px;
}



@keyframes circlefea {
    0% {
        transform: scale(1) rotateZ(0deg);
    }

    50% {
        transform: scale(1.2) rotateZ(10deg);
    }

    100% {
        transform: scale(1) rotateZ(0deg);
    }
}

/* End Features Section */
.upComing {
    overflow: hidden;
    width: 100%;
    padding: var(--Space) 0 var(--Space) 0;
}
.container44{
    width: 1000px;
    text-align: center;
    /* overflow: hidden; */
    margin: auto;
    position: relative;
}

.title3 {
    font-family: var(--parag);
    font-size: 19px;
    color: #afa9be;
}

.title4 {
    font-family: var(--Medium);
    font-size: 33px;
    color: #3d3d3d;
}

.UpCards {
    width: 100%;
   /*  margin: 42px 0 0 0; */
}

.card {
    width: 258px;
    border-radius: 15px;
    height: 345px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0 48px #00000029;
    /* overflow: hidden; */
    text-align: center;
    margin: 50px 25px 0 25px;
    display: inline-block;
    background-color: white;
}

.card img {
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    overflow: hidden;
    position: absolute;
}

.card .upIco {
    z-index: 1;
    margin: auto;
    display: block;
    right: 0;
    width: 87%;
    transition: all ease 500ms;
    cursor: pointer;
}


.card span {
    position: relative;
    margin: 0 0 0 0;
    font-size: 16px;
    font-weight: 700;
    font-family: var(--Medium);
}

.card p {
    position: relative;
    width: 215px;
    text-align: justify;
    font-size: 13px;
    color: #a4a4a4;
    margin: 11px auto 0 auto;
    display: block;
    font-family: var(--parag);
}

.upIco {
    animation: icons 5s infinite;
}

.innerCard {

    width: 100%;

    position: relative;

    height: 175px;

    height: inherit;

    border-radius: inherit;

    overflow: hidden;

    text-align: center;

    padding: 180px 0 0 0;
}

.icoCont {
    width: 100%;
    position: absolute;
}

.card:nth-child(odd) {
    /* animation: cards1 3s infinite; */
}

.card:nth-child(even) {
   /*  animation: cards1 2s infinite; */
}

.cardtitle {
    width: 100%;
}

#cardtitle1 {}

#cardtitle2 {

    padding: 16px 0 0 0;
}

#cardtitle3 {

    padding: 16px 0 0 0;
}

.overlayUp {
    width: 100%;
    position: relative;
}

.overlayUp img {
    width: 100%;
    position: absolute;
    z-index: 0;
}

.shape8 {
    width: 100%;
}

.shape8 img {
    width: 100%;
    position: absolute;
    z-index: -1;
}

@keyframes cards1 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes icons {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* End Upcoming Features */

.pkNous {
    width: 100%;
    /* height: 474px; */
    overflow: hidden;
    position: relative;
    padding: 93px 0 22px 0;
}

.pkSides {}

.titlePk {
    width: 100%;
    text-align: center;
}

.titlePk span {
    font-family: var(--heading);
    color: #3d3d3d;
    font-size: 33px;
    margin: 0 0 0 6px;
}

.paragPk {
    width: 385px;
    max-height: 296px;
    overflow: hidden;
}

.paragPk p {
    font-family: var(--parag);
    color: #6c6c6d;
    font-size: 18px;
    margin: 0 0 0px 6px;
    text-align: center;
}

.pkSquares {
    width: 100%;

}

.pkSquares img {
    width: 620px;
    float: right;
    margin: -100px -51px 0 0;
  /*   animation: pksquares 8s infinite; */
}

.pkLeft {
    float: left;
    margin: 89px 0 0 0;
}

.pkRight {

    float: right;
}

.circlePk {
    width: 100%;
    position: relative;
}

.circlePk img {
    position: absolute;
    top: -91px;
    right: 0;
    width: 265px;
    z-index: -1;
}

.container3 {
    width: 1056px;
    position: relative;
    margin: auto;
}

.point2 {
    width: 100%;
    position: relative;
   
    z-index: -1;
}
.point2 img{
    position: absolute;
    top: -310px;
    width: 100%;
}

.buttonEsContainerPk{
    margin: 14px 0 0 0;
}

@keyframes pksquares {
    0% {
        transform: rotateZ(0deg) scale(1);
    }

    50% {
        transform: rotateZ(20deg)scale(1.1);
    }

    100% {
        transform: rotateZ(0deg)scale(1);
    }
}

/* End Pourquoi Nous */

/* .dispositifs {
    width: 100%;
    position: relative;
    height: 640px;
} */
.dispositifs {
   width: 100%;
    position: relative;
    /* height: 640px; */
    padding: 0 0 var(--Space) 0;
   /*  overflow: hidden; */
}

.titleDisp1 {
    font-family: var(--Medium);
    font-size: 33px;
    color: #3d3d3d;
    text-align: center;
    width: 100%;
    margin: 1px 0 0px;
}

.dispMenuContainer {
    width: 100%;
    text-align: center;
    margin: 32px 0 60px 0;
    position: relative;
}

.dispMenu {
    width: 1031px;
    margin: auto;
    padding: 8px;
    text-align: center;
    height: 52px;
    background-color: #fff;
    box-shadow: 0px 0 10px #00000024;
    border-radius: 85px;
    overflow: hidden;
}

.dispElem {
    /* width: 178px; */
    display: inline-block;
    height: 40px;
    position: relative;
    overflow: hidden;
    margin: 0 auto 0 auto;
    border-radius: inherit;
    text-align: center;
    cursor: pointer;
    padding: 14px 34px 0 22px;
    transition: all ease 300ms;
}

.dispElem:hover {
    background-color: #611aac;
    transition: all ease 300ms;
}

.ico {
    display: none;
}

.dispElem:hover .ico {
    display: block;
}

.dispElem:hover .icoGrey {
    display: none;
}

.dispElem:hover .elemTit {
    color: white;
}

.dispElem img {
    margin: 0 12px 0 0;
    float: left;
    width: 26px;
}

.elemTit {
    /* width: 113px; */
    font-family: var(--heading);
    margin: 4px auto 0 auto;
    /* margin: 4px 0 0 0; */
    text-align: center;
    font-size: 14px;
    float: left;
    color: #999999;
}

.activeElem {
    border-radius: inherit;
    background-color: #611aac!important;

}

.activeElem .elemTit {
    color: white !important;
}

.activeElem .ico {
    display: block;
}

.activeElem .icoGrey {
    display: none;
}

.downDisp {
    width: 162px;
}

.leftDisp {
    float: left;
}

.rightDisp {

    float: right;
}

.disptitle {
    width: 100%;
    font-family: var(--heading);
    color: #726694;
    font-size: 30px;
    text-align: left;
    margin: 36px 0 0 0;
}

.dispParag {
    width: 395px;
    font-family: var(--parag);
    color: #c2c2c2;
    text-align: left;
    font-size: 15px;
}

.container4 {
    width: 846px;
    position: relative;
    margin: auto;
}

.deviceDisp {

    width: 100%;
}

.deviceDisp img {

    width: 305px;
}

.downDispCont {
    text-align: left;
}

.disposContent {
    width: 100%;
    height: 405px;
}

.dispShape {
    width: 100%;
    position: absolute;
    top: 0;
}

.dispShape img {
    width: 400px;
    right: 0;
    position: absolute;
    z-index: -1;
    top: 224px;
}

.disposContent {
    display: none;
}

#dispAndroid {
    display: block;
}

.circleCut {

    width: 100%;

    position: absolute;

    z-index: -1;

    top: 380px;

    left: -260px;
}

.circleCut img {

    width: 405px;
}
.buttonEsContainerDs{
   width: 100%;
    margin: 20px 0 0 0; 
}

.dispMenuMobile{
display: none;
}
.skateCont{
    height: 69px;
    width: 602px;
    margin: auto;
    overflow: hidden;
  /*   background: #9968ff3d; */
    border-radius: 195px;
}
.MenuSkate{
    width: 1092px;
    margin: auto;
    transition: all ease 200ms;
}
.leftButtonSlide{
    width: 35px;
    height: 35px;
    position: absolute;
    background: white;
    border-radius: 50%;
    box-shadow: 0 0 7px #00000042;
    top: 18px;
    left: 8px;
    overflow: hidden;
    cursor: pointer;
}
.leftButtonSlide:hover{
    background-color: #cecece;
}
.leftButtonSlide img{
    width: 9px;
    transform: rotateZ(90deg);
    margin: 13px 0 0 0;
}
.rightButtonSlide{
    width: 35px;
    height: 35px;
    background: white;
    position: absolute;
    right: 8px;
    top: 18px;
    box-shadow: 0 0 7px #00000042;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}
.rightButtonSlide img{
    width: 9px;
    transform: rotateZ(-90deg);
    margin: 13px 0 0 0;
}
.rightButtonSlide:hover{
   background-color: #cecece;
}
.dispElemMobile{
    background-color: white;
    border-radius: 85px;
    box-shadow: 0 0 7px #00000042;
    margin: 8px 8px 0 0;
}

.visibilitySlideFalse{
    visibility:hidden; 
}
.visibilitySlideTrue{
    visibility:visible; 
}

.dpContainer{
    margin: 13px auto 0 auto;
    width: 89%;
    text-align: center;
    position: relative;
    display: block;
}
.dp{
    text-align: center;
    position: relative;
    width: 23%;
 /*    height: 192px; */
    margin: 32px 15px 0 15px;
    padding: 16px;
    display: inline-block;
    background: white;
    border-radius: 4px;
    box-shadow: 0 0 7px #0000002b;
    transition: all ease 200ms;
    border: 1px solid #5e16ab00;
    cursor: default;
}
.dp:hover{
   border: 1px solid #5e16ab;
   transition: all ease 200ms;
}
.dp:hover img{
    transform: translateY(-10px);
    transition: all ease 200ms;
}
.dp img{
    width: 119px;
    /* margin: -77px 0 0 0; */
    transition: all ease 200ms;
}


.dpButton{

}
.dp h2{
font-family: var(--Medium);
font-size: 17px;
}
.ButtonDp{
    width: 156px;
    font-size: 11px;
    /* height: 43px; */
    text-transform: uppercase;
    font-family: var(--parag);
    color: #742fc2d2;
    border-radius: 49px;
    /* letter-spacing: 3px; */
    border: 0;
    background-color: transparent;
    transition: all ease 200ms;
    cursor: pointer;
    outline: none;
}
.comingSoon{
    color: grey!important;
}
.ButtonDp:hover{
    /* background-color: #742fc2d2; */
    transition: all ease 300ms;
    color: #5714a3d2;
}
.ButtonDpContainer{
    margin: 11px 0 0 0;
}
/* End Dispositifs */
.FAQ {
    width: 100%;
    position: relative;
    margin: var(--Space) 0 0 0;
}

.container5 {
    width: 846px;
    margin: auto;
    position: relative;
    text-align: center;
}

.titleFAQ {
    font-family: var(--Medium);
    font-size: 33px;
    color: #3d3d3d;
}

.paragFAQ {
    font-family: var(--parag);
    color: #6c6c6d;
    font-size: 18px;
    margin: 0 0 46px 0;
}
.paragGen {
    font-family: var(--parag);
    color: #6c6c6d;
    font-size: 18px;
    margin: auto;
    text-align: center;
    
}
.paragGen2 {
    font-family: var(--parag);
    color: #6c6c6d;
    font-size: 14px;
    margin: auto;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 101px;
}

.paragGenMarg{
    font-family: var(--parag);
    color: #6c6c6d;
    font-size: 18px;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 0 var(--Space) 0;
}

.FAQCont1 {
    width: 100%;
    margin: 0 0 0 0;
}

.FAQButtons {
    width: 363px;
    margin: auto;
    overflow: hidden;
    height: 46px;
    margin: 10px auto 10px auto;
    padding: 19px;
    background-color: #fff;
    /* box-shadow: 0 0 50px #00000026; */
    border-radius: 4px;
    position: relative;
    border: 1px solid #e6e7eb;
    cursor: pointer;
    transition: all ease 400ms;
}
.faqButtonsLeft{
float: left;
margin: 0 0 var(--Space) 0 ;
}
.faqButtonsRight{
float: right;
margin: 0 0 var(--Space) 0 ;
}

.FAQButtons:hover{
/* background-color: rgb(245, 245, 245); */
border: 1px solid #5e16ab;
transition: all ease 400ms;
}
.faqButtonActive{
    border: 1px solid #5e16ab00;
    box-shadow: 0 0 50px #00000026;
}
.faqButtonActive:hover{
    border: 1px solid #5e16ab00;
    box-shadow: 0 0 20px #00000026;
}
.FAQBtnImg{
    width: 26px;
    position: absolute;
    top: 28px;
    left: 20px;
}
.FbtnTitle {
    width: 100%;
    font-family: var(--heading);
    text-align: center;
    font-size: 20px;
    margin: 10px 0px 0 0;
}

.FbtnParag {
    font-family: var(--parag);
    text-align: left;
    color: #a9a9a9;
    width: 100%;
    font-size: 12px;
}
.ParagFb{
    margin: 14px 0 0 0;
    width: 100%!important;
    font-size: 15px;
    text-align: justify;
    height: 344px;
    overflow: hidden;
    text-overflow: ellipsis;
     visibility: hidden;
     transition: all ease 400ms;
}

.circleFAQ {
    width: 35px;
    height: 35px;
    border-radius: 50%;
   
    position: absolute;
    right: 21px;
    top: 28px;
    transition: all ease 300ms;

}

.circleFAQ img {
    margin: 14px 0 0 0;
    width: 11px;
}

.counterFAQ {
    width: 100%;
    position: relative;
    /* height: 244px; */
    margin: 0 auto 0 auto;
    padding: 0 0 var(--Space) 0;
    /* border-radius: 18px; */
    /* background-color: #5a16a4; */
    overflow: hidden;
    text-align: center;
}

.count {
    width: 14%;
    position: relative;
    display: inline-block;
    margin: 2px 23px 0 0;
    padding: 26px;
    z-index: 1;
    border-radius: 4px;
    cursor: pointer;
    transition: all ease 200ms;
    border: 1px solid #5e16ab00;
    /* background-color: #000000; */
}
.count:hover{
    background-color: #fff;
   /*  box-shadow: 0 0 9px #0000002e; */
   border: 1px solid #5e16ab;
    transition: all ease 200ms;
}
.countIM {

    width: 55px;
    margin: 2px auto 0 auto;
    /* float: left; */
    text-align: center;
}

.countIM img {
    width: 55px;
    filter: invert(48%) sepia(22%) saturate(2728%) hue-rotate(220deg) brightness(72%) contrast(187%);
}

.textSideCount {
    width: 100%;
}

.countTextH {

    width: 100%;

    padding: 0;
}

.countTextH span {
    font-family: var(--heading);
    font-size: 34px;
    color: #000000;
    display: block;
    text-align: center;
}

.countSubText {

    font-family: var(--parag);
    font-size: 11px;
    text-align: center;
    color: #000000;
}

.countSubText span {}

.counterOverlay {

    position: absolute;

    width: 100%;

    z-index: 0;

}

.counterOverlay img {

    width: 1155px;

    position: absolute;

    z-index: -4;

    left: -130px;

    top: -201px;
    animation: countShape 3s infinite ease-in-out;
}

.FAQshape {
    width: 100%;
    position: absolute;
}

.FAQshape img {
    width: 100%;
    position: absolute;
    top: 413px;
    left: 0;
}

@keyframes countShape {
    0% {
        transform: rotateZ(0deg) scale(1) translateY(0px);
    }

    50% {
        transform: rotateZ(20deg) scale(0.8)translateY(-9px);
    }

    100% {
        transform: rotateZ(0deg) scale(1)translateY(0px);
    }
}

/* End FAQ */

.tester {
    width: 100%;
    overflow: hidden;
    background-color: #160340;
    padding: var(--Space) 0 var(--Space) 0;
}

.testerTitle {
    width: 100%;
    margin: 0 0 80px 0;
}

.testerTitle span {
    font-family: var(--Medium);
    font-size: 33px;
    color: #3d3d3d;
}

.testerContent {

    width: 100%;

   /*  height: 364px; */

    /* margin: 0 0 131px 0; */
}

.leftTestTitle {
    text-align: center;
    margin: 0 0 19px 0;
}
.leftTestTitle span {
    font-family: var(--heading);
    font-size: 29px;
    text-align: left;
    color: #ffffff;
}
.testerLeft p{
    font-family: var(--parag);
    width: 298px;
    height: 61px;
    font-size: 13px;
    color: #ffffff;
    text-align: left;
    overflow: hidden;
    margin: 0 auto 17px auto;
}
.leftTestTitle span span {
    color: #8800f0;
    font-size: 28px;
}

.inputsContainer {
    width: 100%;
}

.inputIC {
    position: relative;
    margin: 0 auto 0 auto;
    width: 225px;
    padding: 0 63px 0 0;
}

.inputIC input {
    outline: none;
    width: 100%!important;
    height: 40px;
    background-color: #ece9f7;
    border: 0;
    /* box-shadow: 0 0 22px #0000001a; */
    padding: 0 30px 0 30px;
    color: #160340;
    border-radius: 64px;
    font-family: var(--Medium);
    font-size: 14px;
}
.inputIC input::placeholder{
    color: #3d3d3d!important;
    font-family: var(--parag);
    font-size:14px;
}
.InputNbr{
    width: 286px;
 /*    overflow: hidden; */
    position: relative;
}
.InputNbr input::placeholder{
    color: #929292!important;
    font-family: var(--parag);
}
.inputIC input:focus{
    border:1px solid #5e16ab;
  /*  box-shadow: 0 3px 5px #805dff59; */
}
.inputIC input::placeholder {
    color: #dbdbdb;
}
.inputIC h3{
    font-family: var(--parag);
    text-align: left;
    font-size: 12px;
    color: #ffffff;
    margin: 11px 0 5px 0;

}
#testerButton{
    color: #160340;
    background-color: rgba(255, 255, 255, 0.877);
}
#testerButton:hover{
    background-color:#e7e7e7; 
}
.inputsError{
    border: 2px solid red!important;
   /*  background: red; */
}
.inputsuccess{
    border:  2px solid #22d022!important;
}

.testerLeft {
    float: left;
    width: 45%;
}

.testerRight {

    float: right;
}

.testerRight img {
    width: 381px;
    margin: 16px 0 0 0;
}

.container6 {
    width: 846px;
    position: relative;
    margin: auto;
    text-align: center;
}

.testerBtnCont {
    text-align: center;
}

.testerBtn {
    width: 200px !important;
   /*  border-radius: 4px; */
}

.inputIC img {

    position: absolute;

    top: 14px;

    right: 29px;
}

.pointsTester {

    width: 100%;

    top: -23px;

    position: absolute;
}

.pointsTester img {

    width: 515px;
}
.buttonEsContainerTester{
margin: 20px 0 0 0;
}

@keyframes testerRight {
    0% {
        transform: translateY(0px) rotateZ(0deg);
    }

    50% {
        transform: translateY(-60px) rotateZ(20deg) scale(1.1);
    }

    100% {
        transform: translateY(0px) rotateZ(0deg);
    }
}

/*  End Tester */

.pricing {
    width: 100%;
   padding: 0 0 var(--Space) 0;
    background-color: #f8f8f8;
    overflow: hidden;
}

.slidecontainer {
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    width: 635px;
    height: 10px;
    border-radius: 5px;
    background: #e6e6e6;
    outline: none;

    -webkit-transition: .2s;
    transition: opacity .2s;

}

input.slider[type="range"] {}



.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #6227b2;
    cursor: pointer;
    /*  box-shadow: -100vw 0 0 100vw  #3b156f; */
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #6227b2;
    cursor: pointer;
}

.slider::-moz-range-progress {
    height: 1000px;
    background-color: red;
}

.pricingChoiceContainer {
    width: 100%;
}

.choiceCard {
    width: 297px;
    display: inline-block;
    /* height: 355px; */
    box-shadow: 0 2px 9px #00000038;
    margin: 17px 17px 0 17px;
    position: static;
    padding:12px 0 22px 0;
    border-radius: 8px;
    background-color: #fff;
}

.CheckList{
    width: 100%;
    margin: 23px 0 25px 0;
    
}
.CheckList span{
    float: left;
    margin: 0 0 0 9px;
    font-size: 13px;
    font-family: var(--parag);
}
.CheckList input{
    float: left;
    
}
.checkInner{
    width: 126px;
    margin: auto;
    height: 15px;
    font-size: 16px;
    font-family: var(--parag);
}
/* The container */
.containerCheck {
    display: block;
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .containerCheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    width: 14px;
    border-radius: 25px;
    background-color: #eee;
  }
  
  /* On mouse-over, add a grey background color */
  .containerCheck:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .containerCheck input:checked ~ .checkmark {
    background-color: #611aac;
    border-radius: 25px;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .containerCheck input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .containerCheck .checkmark:after {
    left: 4px;
    top: 2px;
    width: 4px;
    height: 7px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

.container7 {
    width: 1126px;
    position: relative;
    margin: auto;
    text-align: center;
}

.pricingTitle {

    margin: var(--Space) 0 11px 0;
}

.pricingTitle span {
    font-family: var(--Medium);
    font-size: 28px;
    color: #3d3d3d;
}

.pricingSubTitle {

    margin: 0 0 0 0;

}

.pricingSubTitle span {

    font-family: var(--parag);

    font-size: 18px;

    color: #6c6c6d;

}

.pricingSlider {
    margin: 0 0 50px 0;
}

.cCardTitle {

    margin:0 0 0px 0;

   /*  position: relative; */

    overflow: hidden;
    position: static;
}

.cCardTitle span {

    font-family: var(--heading);

    font-size: 24px;

    letter-spacing: 3px;
}

.cCardSubTitle {

    width: 235px;

    margin: 9px auto 40px auto;
}

.cCardSubTitle span {

    font-family: var(--parag);

    font-size: 11px;
}

.choiceImage {

    width: 100%;

    height: 117px;

    margin:30px 0 0px 0;

    position: relative;
}

.choiceImage img {

    position: absolute;

    left: 0;

    right: 0;

    width: 158px;

    margin: auto;
}

.priceChoice {}

.priceChoice span {

    font-family: var(--heading);

    font-size: 47px;

    line-height: 1;
}

.choiceDuration {}

.choiceDuration span {

    font-family: var(--Medium);

    font-weight: 600;

    font-size: 13px;

    color: #707070;
}

.choiceDesc {

    width: 245px;

    margin: auto;

    background-color: #f8f8f8;

    overflow: hidden;

    padding: 31px 0 31px 0;

    margin: 15px auto 0 auto;
}

.choiceDesc p {

    font-family: var(--Medium);

    font-weight: 700;

    font-size: 15px;

    color: #b2b2b2;
}

.buyButton {

    width: 100%;
    margin: 11px 0 0 0;
}

.buyButton button {
    width: 142px;
    cursor: pointer;
    border: 0 solid #45156f;
    height: 40px;
    background-color: #611aac;
    border-radius: 46px;
    color: #ffffff;
    outline: none;
    font-family: var(--Medium);
    font-size: 17px;
    transition: all ease 300ms;
}

.choiceCard:hover .buyButton button {
    background-color: #40156f;
    color: white;
    transition: all ease 300ms;
}

.choiceCard:nth-child(odd) {
    transform: scale(0.9);
    z-index: 6;
    position: relative;
}

.choiceCard:nth-child(odd):hover {
    transform: scale(0.9);
    z-index: 6;
    position: relative;
}
#choiceCard1{
    z-index:55;
    position: relative;
}
#choiceCard2{
    z-index: 28;
    position: relative;
}
#choiceCard3{
    z-index: 20;
    position: relative;
}

.basicTop {

    z-index: 1;
    transition: all ease 300ms;
    transform: translateY(-13px);
}

.basicBottom {
    transition: all ease 300ms;
    z-index: 0;
}

.choiceCard {
    transition: all ease 300ms;
    cursor: pointer;
    border: 2px solid #611aac00;
}

.choiceCard:hover .basicTop {
    transform: translateY(-22px);
    transition: all ease 300ms;
}

.choiceCard:hover {
    transform: translateY(-5px);
    transition: all ease 300ms;
    border: 2px solid #611aac;
    /* height: 400px; */
}

.choiceCard:hover .basicBottom {
    opacity: 0.6;
    transition: all ease 300ms;
}

.choiceCard:hover .unlimShadow {
    transition: all ease 300ms;
    opacity: 0.4;
}

.choiceCard:hover .unlimBottom {
    transition: all ease 500ms;
    transform: translateY(-14px);
}

.choiceCard:hover .unlimMid {
    transition: all ease 400ms;
    transform: translateY(-24px);
}

.choiceCard:hover .unlimTop {
    transform: translateY(-26px);
    transition: all ease 300ms;
}

.unlimTop {

    z-index: 3;
    transition: all ease 300ms;
    transform: translateY(-12px);

    width: 98px !important;
}

.unlimMid {
    transition: all ease 200ms;
    z-index: 2;

    transform: translateY(-10px);

    width: 166px !important;
}

.unlimBottom {
    transition: all ease 200ms;
    z-index: 1;

    transform: translateY(-5px);
}

.unlimShadow {
    transition: all ease 300ms;
    z-index: 0;

    transform: translateY(-8px);
}

.sliderC {
    width: 70%;
    margin: auto;
}

.ecranC {

    width: 100%;
}

.ecran {

    width: 61px;

    display: inline-block;

    margin: 0 0 6px 0;

    font-size: 13px;

    color: #888888;

    font-family: var(--Medium);

    padding: 0 0 0 0;
}

.ecran span {}

#ecran1 {

    transform: translateX(-282px);
}

#ecran2 {

    transform: translateX(-93px);
}

#ecran3 {

    transform: translateX(99px);
}

#ecran4 {

    transform: translateX(289px);
}

.ecranActive {

    font-family: var(--heading);
    color: #6127b1;
}


.screenNumber{
    position: relative;
    margin: 15px 0 0 0;
    font-size: 8px;
    font-family: var(--parag);
}
.screenNumber img{
    width: 21px;
}
.screenNumberButton{
    width: 105px;
    height: 23px;
    margin: 0 auto 19px auto;
    background-color: #f2f2f2;
    border-radius: 15px;
    /* overflow: hidden; */
    padding: 5px 3px 5px 13px;
}
.screenNumberButton img{
   
    float: left;
    margin: 0 0 0 0;
}
.screenNumberButton h1{
    
    float: left;
    margin: 0 0 0 5px;
}
.ScreenNumberMenu{
    width: 149px;
    position: absolute;
    top: 32px;
    padding: 5px 0 0 0 ;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 5;
    border-radius: 4px;
    /* border: 1px solid #5e16ab; */
    box-shadow: 0 0 8px #00000030;
    background-color: white;
    display: none;
}
.ScreenNumberMenu li{
    list-style-type: none;
    width: 100px;
    height: 30px;
    margin: auto;
    padding: 8px;
}
/* .screenNumberButton:hover .ScreenNumberMenu {
    display: block!important;
} */
.ScreenNumberMenu ul li h1{
   float: left;
   margin: 0 0 0 8px;
}
.ScreenNumberMenu ul li img{
    float: left;
 }
.ScreenArrow{
    width: 9px!important;
    margin: 8px 0 0 3px!important;
}
.ecranActive{
color: #5d36b3!important;
}


/* End Pricing */
.contact {
    width: 100%;
    position: relative;
    overflow: hidden;
   padding: 38px 0 70px 0;
    background-color: #1e0750;
}

.container8 {

    width: 1126px;

    margin: auto;

    text-align: center;
    position: relative;
    z-index: 10;

}

.titleContact {

    color: #ffffff;
    font-family: var(--Medium);
    font-size: 34px;
    line-height: 37px;
    margin: 0 0 0 0;
}

.titleContact span {}

.subTitleContact {
    font-family: var(--parag);
    font-size: 12px;
    color: #ffffff;
    margin: 10px 0 0 0;
}

.subTitleContact span {}

.buttonsContact {

    width: 100%;

    position: relative;

    margin: 33px 0 0 0;
}

.buttonContact {
    cursor: pointer;
    width: 96px;
    /* background: #fff; */
    z-index: 21;
    height: 96px;
    margin: 0 14px;
    position: relative;
    /* box-shadow: 0 0 13px #00000038; */
    /* overflow: hidden; */
    border-radius: 20px;
    display: inline-block;
}

.buttonContact img {
    width: 84px;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 0;
    margin: auto;
    top: 22px;
}

.buttonContact:hover {
    /* background-color: rgb(243, 243, 243); */
}

.titleContact .messenger {
    color: #009fff;
}

.titleContact .whatsappF {
    color: #54cc61 !important;
}

.contactBgElement {

    width: 100%;

    position: absolute;

    top: 0;
}

.contactBgElement img {

    position: absolute;

    top: 0;
}

#footerMap {

    z-index: 8;
    width: 100%;
    top: -114px;
}

#miniIcons {

    top: 100px;

    width: 90%;

    left: 0;

    z-index: 2;

    right: 0;

    margin: auto;
}

#leftFlight {
    top: 43px;
    left: 110px;
    width: 185px;
    transform: rotateZ(165deg);
}

#rightFlight {
    right: 130px;
    top: 90px;
    transform: rotateZ(205deg);
    width: 185px;
}
#msC{
transition: all ease 300ms;
}
#wpC{
    transition: all ease 300ms;
}
#msC:hover{
    transform: scale(1.1) translateY(-6px);
    transition: all ease 300ms;
}
#wpC:hover{
    transform: scale(1.1) translateY(-6px);
    transition: all ease 300ms;
}

/* End Contact */

.Footer {
    background-color: #160340;
    /* background-color:#1c1139; */
   /*  height: 288px; */
   padding:  0 0 20px 0 ;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.container9 {

    width: 838px;

    margin: auto;
}

.footerPartContainer {

    padding: 30px 0 0 0;

    width: 100%;

    overflow: hidden;

    z-index: 6;

    position: relative;
}

.part {

    width: 259px;

    display: inline-block;

    float: left;

    height: 215px;

   
}
.ftBottom{
    overflow: hidden;
    width: 100%;
}

.logoFooter {
    float: left;
    margin: 9px 0 0 0;
}

.logoFooter img {

    width: 31px;
}

.copyright {
    font-family: var(--Medium);
    color: white;
    font-size: 12px;
    margin: 17px 0 0 10px;
    width: 316px;
    float: left;
}

.buttonAbonnezContainer {

    margin: 25px 0 0 0;
}

.abonnezVous {

    font-family: var(--Medium);

    width: 185px;
    outline: none;
    height: 38px;
font-size: 11px;
    border: 0;
    cursor: pointer;
    background-color: #a658fa;

    border-radius: 4px;

    color: white;
}

.abonnezVous:hover {
    background-color: #5a31b9;
}

.headTitle {

    font-family: var(--Medium);

    font-size: 15px;

    color: white;
}

#headTitle span {
    margin: 0 0 0 9px;
}
.InfFooter{
    margin: 0 0 0 0px!important;
}
.part ul li a {

    text-decoration: none;

    color: #4c3f6e;

    font-size: 14px;

    font-family: var(--Medium);
    transition: all ease 300ms;
}
.part ul li a:hover{
    color: #ffffff;
    font-family: var(--parag);
  /*   transform: translateX(5px); */
    margin: 0 0 0 14px;
    transition: all ease 300ms;
    
}
.part ul li a::before{
    content: "";
    position: absolute;
    top: 9px;
    left: 1px;
    background-color: #fff;
    width: 0;
    height: 2px;
    transition: all ease 300ms;
    

}
.part ul li a:hover::before{
    width:10px;
    transition: all ease 300ms;
}

.part ul li {

    margin: 7px 0 0 0;
    list-style: none;
    position: relative;
}

.part ul {

    margin: 24px 0 0 0;
}

.paimentMethode {

    margin: 5px 0 0 0;
}

.paimentMethode img {

    width: 217px;
}

.footerInfo {
    width: 244px;
    overflow: hidden;
    margin: 0 0 0 0;
}

.footerInfo img {

    width: 14px;

    float: left;

    margin: 10px 0 0 0;
}

.footerInfo .infoText {

    font-size: 14px;

    margin: 8px 0 0 0;

    color: #4c3f6e;
}

.InfosCont {

    margin: 14px 0 0 0;
}

.fiFooter {

    width: 29px;

    overflow: hidden;

    height: 29px;

    border-radius: 50%;

    display: inline-block;
   cursor: pointer;
  /*   border: 1px solid #c0b1e4; */
}
.fiFooter:hover{
    filter: invert(8) sepia(12%) saturate(2720%) hue-rotate(220deg) brightness(262%) contrast(187%);
}

.fiFooter img {
    width: 19px;
}

.fbfooter {

    /* margin: 0 16px 0 6px; */
}

.fbfooter img {

    margin: 2px 0 0 11px;
    width: 11px;
}

.infooter {}

.infooter img {

    margin: 5px 0 0 6px;
}

.socialFooter {
    margin: 11px 0 0 0;
    float: right;
}

.footerBg {}

.footerBg img {
    position: absolute;
    width: 100%;
    z-index: 0;
}

.downFooter {

    bottom: 0;

    z-index: -3;
}

.pointFooter {

    top: -60px;
}

/* End Footer */

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


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

    .Illustration1 .AnimLogos {
        z-index: -1;
        position: absolute;
        width: 308px;
        animation: illimg 5s infinite;
    }
    .Illustration1 video {
        z-index: -2;
        position: relative;
        width: 308px;
    }
    .Illustration1 .gifAnim {
        z-index: -2;
        position: relative;
        width: 308px;
    }
    .Illustration1 {
        margin: 56px 0 35px 0;
    }
    .subtitle1 {
       
        font-size: 9px!important;
        
    }
    .title1 {
    width: 100%;
    margin: 59px 0 18px 0 !important;
    font-family: var(--Medium);
    font-size: 14px!important;
    font-weight: 600;
}
.imageMenuMobile {
    padding: 7px 0 0 0!important;
}
.imageMenuMobile img {
    width: 131px!important;
}
.buttonEsContainer {
    margin: 70px 0 0 0;
}

.card{
    margin: 50px auto 0 auto;
}
.pkSquares img {
    width:100% !important;
}

.upComing {

    /* padding: 0 0 70px 0; */
}

.pricingTitle span {
    font-size: 16px; 
}

#footerMap {
    width: 100%;
    top: 56px!important;
    left: 0;
    right: 0;
    /* margin: auto; */
}


.testerRight img {
    width: 90%!important;
}

.pointsTester img {
    width: 100%;
    transform: scale(1.6);
}

.counterFAQ {
    /* height: 376px!important; */
}
.count {
  /*   display: block; */
    margin: 0px auto 0 auto;
    width: 35%!important;
   
}

.rightDisp {
    width: 207px!important;
}
.deviceDisp img {
    width: 215px!important;
}
.disptitle {
     font-size: 21px!important;
}
.dispParag {
    width: 255px!important;
    font-size: 15px!important;
    margin: auto;
}
.leftDisp {
    width: 280px!important;
}
.dispShape img {
    width: 230px!important;
    top: 191px!important;
}
.dispositifs {
  /*   height: 760px!important; */
}


.skateCont {
    width: 228px!important;
}
.MenuSkate{
    transform: translateX(19px);
}


.menuButtonsMobile {
    margin: 0px 0 10px 0;
    width: 250px;
}
.Essayer {
    width: 100%;
    height: 32px;
    margin: 0 auto 5px auto;
}
.whatsapp {
    width: 96%;
    padding: 8px 0 0 7px;
    margin: 2px 0 0 0;
}
.whatsapp img {
    margin: 0 -6px 0 0;
   
}

.ButtonDp {
    width: 100%;
   /*  font-size: 7px;
    height: 32px; */
}
.dp h2 {
  
    font-size: 11px!important;
}
.dp{
    width:34%;
    height:auto;
}
.dp img{
    width:93%;
    /* margin: -62px 0 0 0; */
}
}




@media only screen and (max-width: 768px) {
    .subtitle1 {
        width: 90%!important;
        margin: 14px auto 0 auto;
        font-family: var(--parag);
        font-size: 14px!important;
        font-weight: 600;
    }
    .title1 {
        width: 100%;
        margin: 69px 0 0 0;
        font-family: var(--Medium);
        font-size: 19px!important;
        font-weight: 600;
    }
    .overlayHeader img {
        width: 790px!important;
        margin: 90px 0 0 0;
    }
    .multiDevices {
        width: 242px!important;
       /* height: 47px; */
        margin: 0 auto 20px auto;
        padding: 21px 29px 0 28px!important;
        -webkit-transition: all ease 200ms;
        
    }
    .users, .adapt, .plus {
       
        width: 285px!important;
        height: 46px!important;
        padding: 16px 0 0 16px!important;
        margin: 20px auto 0 auto!important;
        
    }
    .multiDevices p {
        font-size: 15px!important;
        width: 243px!important;
        margin: 23px 0 0 0;
    }
    /* .rightFea img {
        width: 247px!important;
        margin: 121px 0 0 0!important;
    } */
    .overlayfea img {
        width: 375px!important;
        margin: 490px -239px 0 0!important;
    }
    .rightFea {
        width: 319px!important;
        
        margin: auto!important;
    }
    .leftFea {
        width: 305px!important;
        
    }

    .overlayUp img {
        width: 858px;
    }
    .sliderC {
        width: 280px !important;
     
    }
    #ecran4 {
        transform: translateX(31px)!important;
    }
    #ecran3 {
        transform: translateX(9px)!important;
    }
    #ecran2 {
        transform: translateX(-10px)!important;
    }
    #ecran1 {
        transform: translateX(-35px)!important;
    }

    #footerPartContainer{
        width: 290px!important;
    }
    .Footer {
       /*  height: 1024px!important; */
    }
    .paimentMethode {
        width: 274px!important;
    }
   
    .copyright {
        width: 236px!important;
        font-family: var(--Medium);
        color: white;
        font-size: 10px;
        margin: 17px 0 16px 10px;
        width: 316px;
        float: left;
    }
    .abonnezVous {
        width: 100%;
    }
    .buttonAbonnezContainer {
        position: relative;
        text-align: center;
    }
  
      #part{
        width: 100%!important;
    }
    
    
    #footerMap {
      
        width: 754px;
        top: 56px;
    }
    #miniIcons {
        top: 290px;
       
    }
    .titleContact {
        font-size: 27px;
        line-height: 35px;
        margin: 50px 0 0 0;
    }
    .subTitleContact {
        font-size: 12px;
        width: 265px;
        margin: 18px auto 0 auto;
    }
    .contact {
        /* height: 677px; */
    }

    .container5 {
        width: 100%!important;
    }
    .faqButtonsLeft {
        float: none;
        margin: auto;
        display: block;
        width: 363px;
    }
    .faqButtonsRight {
        float: none;
        margin: 0 auto var(--Space) auto;
        width: 363px;
    }
    .counterFAQ {
      
    }
    .count {
        /* width:135px; */
        width: 205px;

        padding: 10px;

    }

    .icotit {
        margin: 0 0 6px 0;
    }

    .skateCont {
        width: 422px;
    }

    .ButtonDp {
      /*   width: 107px;
        font-size: 7px;
        height: 32px; */
    }
    .dp h2 {
      
       /*  font-size: 21px; */
    }
    .dp{
        width:31%;
    }

    .socialFooter {
        margin: 11px auto 0 auto;
        text-align: center;
        float: none;
    }
    #leftFlight {
        /*  top: 453px!important; */
        left: 0px;
     }
     #rightFlight {
         right: 24px;
        
     }
}
@media only screen and (max-width: 400px) {
    .Illustration1 .AnimLogos {
        z-index: -1;
        position: absolute;
        width: 243px;
        animation: illimg 5s infinite;
    }
    .Illustration1 video {
        z-index: -2;
        position: relative;
        width: 243px;
    }
    .Illustration1 .gifAnim {
        z-index: -2;
        position: relative;
        width: 243px;
    }
    .header {
     /*    height: 775px!important; */
        /* overflow: hidden; */
        position: relative;
    }
    .overlayHeader img {
        width: 630px!important;
        margin: 110px 0 0 0;
    }
    /* .rightFea img {
        width: 300px;
        margin: 100px 0 0 0;
    } */
    .leftFea {
        width: 100%!important;
    }

    .multiDevices {
        width: 227px!important;
        /* height: 151px!important; */
    }
    .multiDevices p {
        font-size: 14px!important;
        width: 219px!important;
        max-height: 104px;
    }
    .users, .adapt, .plus {
        width: 266px!important;
        height: 46px!important;
        padding: 16px 0 0 16px!important;
        margin: 20px auto 0 auto!important;
    }
    /* .featuresSection {
        height: 878px!important;
    } */

    .card {
        margin: 50px auto 0 auto;
    }
    .mobileNavContainer {
        width: 95% !important;
    }
    .subtitle1 {
        width: 100%;
    }
    .circlePk img {
        top: 233px!important;
        width: 125px!important;
    }
    .faqButtonsLeft {
        width: 291px!important;
    }
    .faqButtonsRight {
        width: 291px!important;
    }
    .FAQButtons {
        width: 214px!important;
    }
    .FbtnParag {
        width: 195px;
    }
    .FbtnTitle {
        font-size: 12px;
    margin: 18px 0px 0 0;
    }
    .titleFAQ {
        font-size: 22px;
        width: 265px;
        margin: auto;
    }
    .card .upIco {
              width: 72%;
          }
          .count{
           
          }
          .dp{
           margin:  52px 4px 0 4px;
          }

          .ButtonDp {
            width: 100%;
         
        }
        #leftFlight {
            /*  top: 453px!important; */
            left: -140px!important;
         }
         #rightFlight {
             right: -140px!important;
            
         }

         .pricingSubTitle span {
            
            font-size: 16px;
           
        }
}

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

  
.container3 {
    width: 100%!important;
}
.pkNous {
   /*  height: 744px!important; */
   /*  padding: 0 0 50px 0; */
}

.pkSquares img {
    width: 510px;
    display: block;
    margin: 0 auto 0 auto!important;
    float: none;
   
}

.pkLeft {
    float: none!important;
    width: 90%!important;
    text-align: center;
    margin: 0 auto 0 auto!important;
}
.titlePk {
    width: 100%;
}
.ButtonEst {
    width: 279px;
}
.paragPk {
    width: 100%;
}
.pkRight {
    float: none;
}
.circlePk {
    width: 100%;
    position: static;
}
.circlePk img {
    top: 219px;
    width: 195px;
  
}
.paragPk p {
    width: 270px;
    margin: 9px auto 0px auto;
    text-align: justify;
}
.container9 {
    width: 100%!important;
}

.footerPartContainer {
    width: 651px!important;
    margin: auto;
}
.Footer {
   /*  height: 604px; */
}
.part {
  width: 324px!important;
    margin: auto;
}

.paimentMethode {
    width: 661px;
    margin: auto;
}
.pointFooter {
  
    width: 1225px!important;
}

.container8 {
    width: 100%;
}
.container6 {
    width: 90%;
}
.testerLeft {
    float: none; 
    position: relative;
    margin: auto;
    display: block;
    width: 305px;
}
.testerBtnCont {
    /* text-align: center; */
}
.testerTitle {
    margin: 0 0 46px 0;
}
.tester {
    /* height:925px; */
}
.testerRight {
    float: none;
    margin: 61px 0 0 0;
}
.testerRight img {
    width: 395px;
    margin: 27px 0 0 0;
}
.container5 {
    width: 700px;
}
.FAQButtons {
    width: 285px;
}
.countTextH span {
   /*  font-size: 18px; */
}

.container4 {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
}
.leftDisp {
    float: none;
    margin: auto;
    width: 385px;
}
.rightDisp {
    float: none;
    margin: auto;
    width: 292px;
}
.dispositifs {
    /* height: 840px; */
}
.disptitle {
   
    text-align: center;
 
}
.dispParag {
    
    text-align: center;

}
.downDispCont {
    text-align: center;
}

}



@media only screen and (min-width: 1400px) {
    .testerRight img {
        width: 551px;
        margin: 0 0 0 0;
    }
    .leftTestTitle span {
        font-size: 43px;
    }
    .testerLeft p {
        width: 408px;
        height: 89px;
        font-size: 19px;
    }
    .inputIC h3 {
        font-size: 16px;
        margin: 11px 0 5px 0;
    }
    .inputIC input {
        height: 56px;
       font-size: 17px
    }
    .InputNbr {
        width: 389px;
    }
    .testerBtn {
        width: 260px !important;
        height: 57px;
    }
    .container6 {
        width: 1086px;

    }
    .inputIC {
        width: 333px;
    }
    
    .buttonEsContainerTester {
        margin: 32px 0 0 0;
    }
}


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

    .nav {
        display: none;
    }

    .mobileNavContainer {
        display: block;
    }
.navMobile{
    display: block
}
    .overlayHeader img {
        width: 1090px;
    }

    .container {
        width: 85%;
    }

    .container2 {
        width: 100%!important;
    }
    .leftFea {
        float: none;
        width: 371px;
        margin: auto;
       /*  overflow: hidden; */
    }
    .rightFea {
        float: none;
    width: 699px;
    margin: auto;
    }
    .rightFea img {
        width: 100%;
      /*   width: 400px;
        margin: 116px auto 0 auto; */
    }
    .featuresSection {
        /* height: 1135px; */
    }
    
    .overlayfea img {
        width: 465px;
        margin: 430px -259px 0 0;
        top: 220px;
    }
    .header {
      /*   height: 801px!important; */
       
    }
    .container3 {
        width: 916px;
    }

    .container7 {
        width: 100%;
     
    }
    .choiceCard {
       display: block;
        margin: 17px auto 0 auto;
       
    }
    .pricing {
       
       /*  height: 2038px; */
      
    }
    .sliderC {
        width: 620px;
    }
    #ecran4 {
        transform: translateX(200px);
    }
    #ecran3 {
        transform: translateX(67px);
    }
    #ecran2 {
        transform: translateX(-67px);
    }
    #ecran1 {
        transform: translateX(-203px);
    }

    .part {
        width: 260px;
        margin: auto;
    }
    .container9 {
        width: 784px;
    }
    .dispMenu{
        display: none;
    }

    .dispShape img {
        width: 360px;
        top: 84px;
    }
    .dispMenuMobile{
        display: block;
    }
    .pkSquares img {
        width: 579px;
    }

    .pkNous {
       /*  height: 584px; */
        /* padding: 0 0 50px 0; */
    }
    .FbtnTitle {
       font-size: 12px;
    margin: 18px 0px 0 0;
    }

    .container44 {
        width: 100%;
    
    }
}
@media only screen and (max-width: 1123px) {

    .container2 {
        width: 1055px;
    }
    .container8 {
        width: 100%;
       
    }
}
