@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
  }

body{
    font-family: Poppins;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    margin:0;
    background-color: #F0F4F7;
}

nav{
    background-color: transparent;
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index:10;
}

.spannav{
    display: flex;
    margin-right:100px;

}

.btntest{
    padding:18px 30px;
    background: #23A6FC 0% 0% no-repeat padding-box;
    border-radius: 10px;
    color:#ffffff;
    margin-right:20px;
    font-size: 0.9rem;
}

.btndemo{
    padding:18px 30px;
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 10px;
    color:#004953;
}

.logonav{
    height:140px;
    margin-left: 50px;
}

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

    .logonav{
        height:80px;
        margin-left: 0px;
    }

    .spannav{
        margin-right:20px;
    
    }

    .btnDesk{
        display:none;
    }

    .btndemo{
        padding:10px 20px;
        background: #ffffff 0% 0% no-repeat padding-box;
        border-radius: 10px;
        color:#004953;
        font-size: 14px;
    }

    
}

.section1{
    height: 100vh;
    background-color: #004953;
}

.mainImg{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#myVideo{
    width:60vw;
}

.divTitle{
    position: absolute;
    bottom: 0;
    width: 70%;
    margin: auto;
    text-align: center;
    margin-left: 15%;
}

h1{
    font-size: 37px;
    font-weight: 500;
    color:#ffffff;
    text-align: center;
}

.subT{
    font-size: 24px;
    font-weight: 500;
    color: #AABAC6;
    text-align: center;
}

.infoT{
    font-size: 15px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
}

.spanBlue{
    color:#23A6FC;
}


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

    #myVideo{
        width:90vw;
    }
    
    .mainImg{
        height: 70%;
    }

    .divTitle{

        width: 90%;
        bottom: 10%;
        margin-left: 5%;
    }

    h1{
        font-size: 25px;
        font-weight: 500;
        color:#ffffff;
        text-align: center;
    }
    
    .subT{
        font-size: 18px;
        font-weight: 500;
        color: #AABAC6;
        text-align: center;
    }
    
    .infoT{
        font-size: 15px;
        font-weight: normal;
        color: #ffffff;
        text-align: center;
    }
}


.section2{
    /*height: 100%;*/
    background-color: #F0F4F7;

}

.titleSection{
    width:60%;
    margin:auto;
    margin-bottom:75px;
}

.pTNav{
    padding-top: 120px;
}

.mgT120{
    margin-top: 120px;
}

.pB120{
    padding-bottom:120px;
}

h2{
    font-size: 35px;
    font-weight: 500;
    color:#004953;
    text-align: center;
}

.S2Vid{
    display: flex;
    width:80%;
    margin: auto;
    align-items: center;
}

.divVideo{
    width: 50%;
    min-width: 560px;
}

.divInfoVideo{
    width:50%;
}

.hVideo{
    height:30vh;
}

h3{
    font-size: 25px;
    font-weight: normal;
    color:#004953;
    text-align: center;
}

h4{
    font-size: 22px;
    font-weight: 500;
    color:#004953;
    margin:0 20px;
}

.subInfoVid{
    font-size: 17px;
    font-weight: normal;
    color:#738694;
    margin:0 20px;
    margin-bottom: 0px;
}

.avantages2{
    display: flex;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 23px #00000008;
    border-radius: 21px;
    padding : 32px;
    margin-bottom:10px;
}

.divCTA{
    text-align: center;
    margin-bottom: 60px;
}

.sizeiframe {
    width: 35vw;
    height: 20vw;
}

.Desk{
    display: block;
}

.Mob{
    display: none;
}


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

    .Desk{
        display: none;
    }
    
    .Mob{
        display: block;
    }

    .pTNav{
        padding-top: 90px;
    }

    .pB120{
        padding-bottom: 90px;
    }

    .mgT120{
        margin-top: 90px;
    }

    .titleSection {
        width: 80%;
    }

    h2{
        font-size: 30px;
        text-align: left;
    }

    .S2Vid{
        display: block;
        width:100%;
        margin: auto;
    }
    
    .divVideo{
        width: 100%;
        min-width: 100%;
    }
    
    .divInfoVideo{
        width: 100%;
    margin: auto;
    margin-top: 30px;
    }

    .hVideo{
        height:auto;
        width:100%;
    }
    
    .sizeiframe{
        height: 55vw;
        width: 100vw;
    }

    .avantages2 {
        padding:22px;
        border-radius: 0;
    }

    h4 {
        font-size: 18px;

    }

    .subInfoVid {
        font-size: 15px;

    }
}


.section3{
    background-color: #FFFFFF;
    padding:80px 0px;
}

.divshopi{
    width: 50%;
    margin: auto;
    display: flex;
}

.divtextshopi{
    margin-left:60px;
}

.shopiImg{
    width:196px; 
    height:196px;
}

.titleshopi{
    text-align: left;
}

@media screen and (min-width: 300px) and (max-width: 767px){
    .divshopi{
        width: 90%;
        margin: auto;
        display: block;
    }

    .shopiImg{
        width:150px; 
        height:150px;
        display: block;
        margin: auto;
    }

    .divtextshopi {
        margin-left: 0px; 
    }

    .titleshopi{
        text-align: center;
        font-size: 22px;
        margin-bottom: 50px;
    }

    .divCTA{
        text-align: center!important;
        font-size: 15px;
    }

    .btntest {
        font-size: 0.9rem;
        margin-right: 0px;
    }
    
}

.section4{
    display: block;
    
}

.section4mob{
    display: none;
}

#pinContainer {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-perspective: 1000;
            perspective: 1000;
}
#slideContainer {
    width: 400%; /* to contain 4 panels, each with 100% of window width */
    height: 100%;
}
.panel {
    height: 100%;
    width: 25%; /* relative to parent -> 25% of 400% = 100% of window width */
    float: left;
}

.divs4{
    display:flex;
    width: 25%;
}

.imgS4{
    width: 55%;
}

.divtexts4{
    width: 45%;
    align-items: center;
    display: flex;
    height: fit-content;
}

.divtexts4inter{
    width:50%;
    margin:auto;
}

.divnumbers4{
    text-align: left;
    font-weight: 500;
    font-size: 180px;
    letter-spacing: 0px;
}


.mgT120{
    margin-top: 120px;
}

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

    .section4{
        display: none;
    }
    
    .section4mob{
        display: block;
        
    }

    #pinContainer {

    }
    #slideContainer {
        width: 100%; /* to contain 4 panels, each with 100% of window width */
        height: 100%;
    }
    .panel {
        height: 100%;
        width: 100%; /* relative to parent -> 25% of 400% = 100% of window width */
        float: left;
    }
    
    .divs4{
        display:flex;
        width: 100%;
    }

    .divnumbers4{
        font-size: 120px;
        text-align: center;
    }

   h3{
    font-size: 22px;
    text-align: left;
   }

   .divs4 {
    display: block;
}

.divtexts4 {
    width: 90%;
    margin: auto;
     display: block; 
}

.divtexts4inter {

    display: grid;
    justify-content: center;
    margin: auto;
    width: 90%;
}

.imgS4{
    width: 100%;
}
    
}

.section5{
    background-color: #FFFFFF;
}

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

}

.divwm{
    background: #E8F5FE 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 23px #00000008;
    border-radius: 21px;
    padding:70px 60px;
    width: 25vw;
}

.divwom{
    background: #FFEDEE 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 23px #00000008;
border-radius: 0px 21px 21px 0px;
padding:60px 40px;
width: 20vw;
height: 100%;
}

.spanRed{
    color:#FF000E;
}

.tiltecompare{
    text-align: center;
    font-size: 24px;
    margin-bottom: 80px;
}

.tiltecompareo{
    text-align: left;
    font-size: 24px;
    margin-bottom: 30px;
}

.argcompare{
    display: flex;
    align-items: baseline;
    margin-bottom: 80px;
}

.argcompareo{
    display: flex;
    align-items: baseline;
    margin-bottom: 30px;
}

.cesurecompare{
    text-align: left;
font-size: 18px;
letter-spacing: 0px;
color: #738694;
margin-left: 17px;
margin-bottom: 0;
margin-top: 0;
}

.cesurecompareo{
    text-align: left;
font-size: 18px;
letter-spacing: 0px;
color: #738694;
margin-left: 0px;
margin-bottom: 0;
margin-top: 0;
}

.footercompare{
    background: #23A6FC 0% 0% no-repeat padding-box;
border-radius: 0px 0px 21px 21px;
padding:60px;
margin-left: -60px;
margin-right: -60px;
margin-bottom: -70px;
}

.footercompareo{
    background: #FC4242 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 21px 0px;
padding:30px;
margin-left: -40px;
margin-right: -40px;
margin-bottom: -60px;
}


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

    .divs5{
        display: block;
        width: 90%;
        margin: auto;
    
    }

    .divwm{
        padding:50px 30px;
        width: auto;
    }

    .tiltecompare {
        margin-bottom: 50px;
    }

    .argcompare {

        margin-bottom: 40px;
    }
    
    .footercompare {
        padding: 30px;
        margin-left: -30px;
        margin-right: -30px;
        margin-bottom: -50px;
    }

    .divwom {
        margin-top: 50px;
        border-radius: 21px;
        padding: 50px 30px;
        width: auto;
        height: 100%;
    }

    .tiltecompareo{
        text-align: center;
    }

    .footercompareo {
        padding: 30px;
        border-radius: 0px 0px 21px 21px;
        margin-left: -30px;
        margin-right: -30px;
        margin-bottom: -50px;
    }
}

.section6{
    background-color: #004953;
}

.avantages6{
    display: flex;
    margin-bottom: 70px;

}

.text6{
    margin-left:40px;
}

.divInfoImg6{
    width:50%;
    margin-top:80px;
}

.mgL108{
    margin-left: 108px;
}

@media screen and (min-width: 300px) and (max-width: 767px){
    .divInfoImg6{
        width:100%;

    }

    .avantages6{
        width: 90%;
        margin: auto;
        margin-bottom: 50px;
    
    }

    .mgL108 {
        margin-left: 0px; 
    }
    
}



.scrollVideoClient {
    overflow: auto;
    white-space: nowrap;
    display: flex;
    padding-bottom: 30px;
}

.scrollVideoClient::-webkit-scrollbar {
    width: 80vw;
    height: 5px; /* hauteur de la barre de défilement */
    background-color: #ffffff; /* couleur de fond de la barre de défilement */
  }
  
  .scrollVideoClient::-webkit-scrollbar-thumb {
    background-color: #23A6FC; /* couleur de la barre de défilement */
    border-radius: 5px; /* arrondi des bords de la barre de défilement */
  }

  .scrollVideoClient::-webkit-scrollbar-thumb {
    background-color: #23A6FC;
    border-radius: 5px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    background-color: #23A6FC;
    height: 5px!important;
    border-radius: 5px;
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 5px!important;
    border-radius: 5px;
    background-color: #fff;
    width: 80vw;
    margin:auto
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: 0!important;
    transition-delay: 0s;
    transition-duration: 0s
}


.divreviews{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 23px #00000008;
    border-radius: 21px;
    display: flex;
    margin-left: 55px;
    padding:50px 35px;
    align-items: center;
    width: 60vw;
}

.divtextreviews{

    margin-left: 50px;
    width: 60vw;

}

.imgreviews{
    width:105px; height:105px;
}

.subInforeview{
    font-size: 17px;
    font-weight: normal;
    color:#738694;
    margin:0 20px;
    margin-bottom: 0px;
    white-space: normal;
    margin-top: 15px;
}

@media screen and (min-width: 300px) and (max-width: 767px){
    .scrollVideoClient {
        margin-top: -40px;
    }

    .divreviews{
            width: 70%;
            display: block;
            margin-left: 15px;
            margin-right: 15px;
            padding-top:0px;
            margin-top: 60px;
        
    }
    
    .divtextreviews{
    
        margin-top: -50px;
        width: 70vw;
        margin-left: 0;
    
    }

    .h4nomarg{
        margin: 0;
    }

    .imgreviews{
        transform: translateY(-50%);
    z-index: 20;
    position: relative;
    }

    .subInforeview{
        margin:0 0px;

    }
    
}

.section8{
    background-color: #FFFFFF;
    position: relative;
}

.divequal{
    display:flex;
    align-items: center;
    position:absolute;
    bottom: 220px;
    left: 50%;
    transform: translateX(-50%);
    width:80%;
    justify-content: center;
}

.equal1{
    display:flex;
    align-items: center;
    padding: 35px 55px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 23px #00000008;
border-radius: 21px;
margin:0 40px;
}



.textequal{
    text-align: left;
    font-size: 22px;
    font-weight: 500;
    margin-left: 25px;
}

.imgReviews{
    width:auto; height:auto; margin:auto;display: block;
}

.iconeReviews{
    width:48px; height:47px; 
}

.imgEqual{
    width:35px; height:auto; 
}

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

    .imgReviews{
        width:90%; 
    }
    
    .divequal{
        bottom: 50px;
    }
    
    .equal1{
        display:block;
        padding: 15px 25px;
    margin:0 20px;
    text-align: center;
    }
    
    .iconeReviews{
        width:28px; height:27px; 
    }

    .imgEqual{
        width:25px; height:auto; 
    }
    
    
    .textequal{
        font-size: 15px;
        margin-left: 0px;
    }
    
}

.cesure{

text-align: center;
font-size:18px;
letter-spacing: 0px;
color: #738694;
margin-top: 0;
}

.pricing{
    width:100%;
    margin:auto;
}

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


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

    .cesure{
        margin-top: 15px;
        font-size: 15px;
    }

    .h3pricing{
        font-size: 18px;
        width:100%; margin:auto;
    }
    
}


.section10{
    background-color: #FFFFFF;
}

.poscurve{
    position: absolute;
    bottom: 7%;
    left: 50%;
    transform: translateX(-50%);
}

.legend{
    display: flex;
    justify-content: center;
    
}


.legendplus{
    display: flex;
    align-items: center;
    margin-left: 35px;
}

.legendbasic{
    display: flex;
    align-items: center;
    margin-left: 35px;
}

.legendfree{
    display: flex;
    align-items: center;
    margin-left: 35px;
}


.pluscolor{
    background-color: #FFCC00;
    border-radius: 5px;
    width: 23px;
    height: 7px;
    display:block;
    margin-right: 15px;
}

.basiccolor{
    background-color: #2FA8F9;
    border-radius: 5px;
    width: 23px;
    height: 7px;
    display:block;
    margin-right: 15px;
}

.freecolor{
    background-color: #004953;
    border-radius: 5px;
    width: 23px;
    height: 7px;
    display:block;
    margin-right: 15px;
}

.gridsvg{
    width:auto; height:auto; margin: auto; display: block;
}

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

    .gridsvg{
        width:100%; height:auto; margin: auto; display: block;
    }

    .poscurve{
        position: absolute;
        bottom: 7%;
        left: 50%;
        transform: translateX(-50%);
        width:80%;
        height:auto;
    }

    .legend{
        font-size: 12px;
    }
    .legendplus{

        margin-left: 25px;
    }
    
    .legendbasic{

        margin-left: 25px;
    }
    
    .legendfree{

        margin-left: 25px;
    }
    
}

.accordion {
    width: 80%;
    margin:auto;
  }
  
  .accordion-item {
    margin-bottom: 30px;
    box-shadow: 0px 3px 23px #00000008;
border-radius: 21px;
background-color: #ffffff;



  }
  
  .accordion-header {

    
    cursor: pointer;
    position: relative;
    border-radius: 21px;
    font-size: 24px;
    font-weight: 500;
    padding: 35px 60px;
  }
  
  .accordion-content {
    display: none;
    padding: 35px 60px;
    border-top:solid 1px #F0F4F7;
  }


  .chevron {
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
  }
  
  .accordion-item.collapsed .chevron {
    transform: translateY(-50%) rotate(-180deg);
  }

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

    .accordion-header {
        font-size: 17px;
        padding: 35px 40px;
        padding-right: 80px;
        line-height: 1.2;
    }

    .accordion-content {
        padding: 35px 40px;
        font-size: 15px;
      }
    
}

  .socialbloc{
    transform: translateY(50%);
    display: flex;
    width: 90%;
    margin: auto;
    justify-content: space-around;

  }

  .socialimg{
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
  }

  .textsocial{
    text-align: center;
font-size:18px;
letter-spacing: 0px;
color: #738694;
margin-top: -20px;;
  }

  .socialdiv{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 23px #00000008;
    border-radius: 21px;
    padding:0px 23px 45px 23px;
    width: 20%;
    text-align: center;
    position: relative;
  }

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

    .socialbloc{
        transform: translateY(0%);
        display: block;
        width: 90%;
        margin: auto;
        margin-bottom:50px;

    
      }
    
      .socialimg{
        transform: translateY(-50%);
        width: 80px;
        height: 80px;
      }
    
      .textsocial{

    font-size:12px;

      }
    
      .socialdiv{
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 23px #00000008;
        border-radius: 21px;
        padding:0px 23px 45px 23px;
        width: 80%;
        margin: auto;
        text-align: center;
        position: relative;
        margin-top:60px;
      }
    
    
}


  .sectionnewsletter{
    
    background: #004953 0% 0% no-repeat padding-box;
    height: auto;
    display: flex;
    width: 100%;

  }

  .newsletter{
    background: #203E54 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 23px #00000008;
    border-radius: 21px;
    width: 80%;
    margin: auto;
    margin-top: 130px;
    padding:55px 70px;
    display: flex;
    align-items: center;
  }

  .textnews{
    width: 35%;
    color:#ffffff;
    font-size: 30px;
  }

  .emailnews{
    background-color: #ffffff;
    border-radius: 23px;
    padding: 20px 40px;
    width: 60%;
    display:flex;
    justify-content: space-between;
  }

  .inputnews{
    letter-spacing: 0px;
color: #738694;
font-size: 18px;
  }

  .anews{
    background: #23A6FC 0% 0% no-repeat padding-box;
border-radius: 12px 22px 22px 12px;
text-decoration: none;
color: #ffffff;
margin: -18px -38px;
padding: 20px 40px;
  }

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

    .newsletter{
        width: 80%;
        margin: 0 5%;
        padding:35px 20px;
        display: block;

      }

      .textnews {
        width:100%;
        font-size: 20px;
        text-align: center;
    }

    .emailnews {

        padding: 10px 20px;
        width: 85%;

    }

    .inputnews {
        font-size: 12px;
    }
    
    .anews {

        margin: -8px -18px;
        padding: 10px 20px;
        font-size: 12px;
    }
    
}

  footer{
    background: #004953 0% 0% no-repeat padding-box;
    height: auto;
    display: flex;
    width: 100%;
    padding-bottom: 50px;
  }

  .logofoot{
    width:50%;
    margin-top: 80px;
  }

  .footcol{
    width:17%;
    margin-top: 130px;
    display: block;
  }

  .afoot{
    color:#c8c8c8;
    text-decoration: none;
    font-size: 14px;
  }

  @media screen and (min-width: 300px) and (max-width: 767px){
    footer{
        background: #004953 0% 0% no-repeat padding-box;
        height: auto;
        display: block;
        width: 100%;

      }
    
      .logofoot{
        width:90%;
        margin: auto;
        margin-top: 0px;
      }
    
      .footcol{
        width:80%;
        margin: auto;
        margin-top: 30px;
        display: block;
      }
    
      .afoot{
        color:#c8c8c8;
        text-decoration: none;
        font-size: 14px;
      }
    
    
}

a{
    text-decoration: none;
}

.overf {
    overflow-x: clip;
    overflow-y: scroll;
  }

  @media screen and (min-width: 300px) and (max-width: 767px){
    .overf {
        overflow-x: hidden;
        overflow-y: scroll;
      }
    
    
}
  
  
  