
  /*general*/
  body {
    margin: 0;
    padding: 0;
    font-family: 'Nexa', sans-serif;

    color: #1A2F33;
}

h1,h2, h4, h5, h6,.fontFamilyPhilosopher,table {
    font-family: 'Philosopher', sans-serif;
    /* font-weight: 600; */
}
h1{
    font-size: 55px;
    font-weight: 600;
    margin-bottom: 20px;
}

h2 {
    font-size: 48px;
    font-weight: 700; 
}
h3{
    font-size: 1.40rem;
    line-height: 1.6;

}
h4{
        font-size: 22px;
        font-weight: 600;

}
.fontSize17{
    font-size: 17px;
}
.fontSize50{
    font-size: 50px;
}
p,a,span{
    font-weight: 400;
}

.txtgrey{
    color: #5C5C5C;
}
.bgWhiteGlace{
    background-color: #706d6d54;
}
.bgWhite{
    background-color: #ffffff;
}
.ico-70{
    width: 70px;
    margin-bottom: 30px;
}
  .alignItemsCenter{
    align-items: center;
  }

  .colorWhite{
    color: white;
  }
  .btnStyleOne {
    background-color: #427FC2;
    font-size: 16px;
    font-weight: 700;
    color: white;
    border: 1px solid #427FC2;
    padding: 10px 30px;
    border-radius: 50px;
    cursor: pointer;
    text-decoration: none;
}
.btnStyleOne:hover {
    background-color:white;
    color: #427FC2;
    border: 1px solid #427FC2;
    text-decoration: none;


}
.btnStyleOneBorderWhite {
    background-color: #427FC2;
    font-size: 16px;
    font-weight: 700;
    color: white;
    border: 1px solid white;
    padding: 10px 30px;
    border-radius: 50px;
    cursor: pointer;
    text-decoration: none;
}
.btnStyleOneBorderWhite:hover {
    background-color: white;
    color: #427FC2;
    border: 1px solid #427FC2;
    text-decoration: none;

}
.btnStyleTwo {
    background-color:white;
    color: #427FC2;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #427FC2;
    padding: 10px 30px;
    border-radius: 50px;
    cursor: pointer;
}

.btnStyleTwo:hover {
    background-color: #427FC2;
    color: white;
    border: 1px solid #427FC2;
}
.btnStyleThree {
    background-color:#6CDBBF;
    color: #283235;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #6CDBBF;
    padding: 10px 30px;
    border-radius: 50px;
    cursor: pointer;
}
.btnStyleFour {
    background-color:#8FCA9A;
    color: #061838;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #8FCA9A;
    padding: 10px 30px;
    border-radius: 50px;
    cursor: pointer;
}
.btnStyleWhiteOne {
    background-color: transparent;
    font-size: 16px;
    font-weight: 700;
    color: white;
    border: 1px solid white;
    padding: 10px 30px;
    border-radius: 50px;
    cursor: pointer;
    margin-right: 20px;
    text-decoration: none;
}
.btnStyleWhiteOne:hover {
    background-color: white;
    color: #061838;
    border: 1px solid white;
    text-decoration: none;

    
}
.btnStyleWhiteTwo {
    background-color: white;
    font-size: 16px;
    font-weight: 700;
    color: #061838;
    border: 1px solid white;
    padding: 10px 30px;
    border-radius: 50px;
    cursor: pointer;
    text-decoration: none;

}
.btnStyleWhiteTwo:hover {
    background-color: transparent;
    color: white;
    border: 1px solid white;
    text-decoration: none;

}
.btnPackOne {
    background-color: white;
    font-size: 16px;
    font-weight: 700;
    color: #061838;
    border: 1px solid white;
    padding: 10px 30px;
    border-radius: 50px;
    cursor: pointer;
    text-decoration: none;
}
.btnPackOne:hover {
    background-color: #427FC2;

    color: white;
    border: 1px solid #427FC2;
    text-decoration: none;

}
.btnPackTwo {
    background-color: white;
    font-size: 16px;
    font-weight: 700;
    color: #061838;
    border: 1px solid white;
    padding: 10px 30px;
    border-radius: 50px;
    cursor: pointer;
    text-decoration: none;

}
.btnPackTwo:hover {
    background-color: #EAC5D8;
    color: #061838;
    border: 1px solid #EAC5D8;
    text-decoration: none;


}
.btnPackThree {
    background-color: white;
    font-size: 16px;
    font-weight: 700;
    color: #061838;
    border: 1px solid white;
    padding: 10px 30px;
    border-radius: 50px;
    cursor: pointer;
    text-decoration: none;

}
.btnPackThree:hover {
    background-color: #8FCA9A;
    color: white;
    border: 1px solid #8FCA9A;
    text-decoration: none;


}
.colorBlue{
    color: #427FC2;
}
.colorPinky{
    color: #EAC5D8;
}
.colorGreeny{
    color: #8FCA9A;
}
.darkBlue{
    color: #061838;
  }
.bgBlue{
    background-color: #427FC2;
}
.bgBlueLight{
    background-color: #427fc217;
}
.bgBlueLightTwo{
    background-color: #eef3f9;
}

.bgPinkyLight{
    background-color: #eac5d838;
}
.bgGreenyLight{
    background-color: #F4FAF5;
}
.bgPinky{
    background-color: #EAC5D8;
}
.bgGreeny{
    background-color: #8FCA9A;
}
.bgDarkBlue{
    background-color: #061838;
  }
.bgGreyLight{
background-color: #fbfbfb;
}
.borderRaduis5{
    border-radius: 5px;
}
.borderRaduis45{
    border-radius: 45px;
}
.borderRaduisT45{
    border-top-right-radius: 45px;
    border-top-left-radius: 45px;
}
.dFlex{
    display: flex;
}
.flexStart{
    align-items: flex-start;

}
.spaceBtween{
    justify-content: space-between;
}
.txtalignCenter{
    text-align: center;
}
.txtalignLeft{
    text-align: left !important;
}
.maxWidth950{
    max-width: 950px;
    margin: auto;

    margin-bottom: 20px;
}
.maxWidth760{
    max-width: 760px;
    margin: auto;

    margin-bottom: 20px;
}
.maxWidth1060{
    max-width: 1060px;
    margin: auto;

    margin-bottom: 20px;
}
.fontWeight600{
    font-weight: 600;
}
.padding12{
    padding: 12px;
}
.paddingLeftRight{
    padding-left: 29px;
    padding-right: 29px;
}
.fSize{
    font-size: 50px;
}
.borderRaduisT5{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.borderRaduisT24{
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}
.borderRaduisT15{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.borderRaduisT17{
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
}
.u-line-through{
    -webkit-text-decoration: line-through;
    text-decoration: line-through;
    opacity: .8;
}
.pdMoins{
    margin-top: -65px;
    z-index: 10;
}
.txtJustify{
    text-align: justify;
}
.margAuto{
    margin: auto;
}
.foatLeft{
    float: left;
}


  /*End general*/

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    color: #1A2F33;
    padding: 10px 20px;
    position: sticky;
    top: 0;
    z-index: 100;
    border-radius: 10px;
    margin: 15px;
    height: 80px;
}

.logo img{
    text-align: right;
    width: 180px;
}
.reservmobile{
    display: none;
}
.reservdesktop{
    display: block;
}
nav ul.menu {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

nav ul.menu li {
    margin: 0 15px;

}

nav ul.menu li a {
    color: #061838;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    margin: 0 10px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    list-style: none;
    padding: 10px 0px;
    z-index: 1000;
    box-shadow: 0 5px 10px 0 rgba(26,47,51,.11);
    width: 170px;
    margin: auto;
}


.dropdown:hover .dropdown-content {
    display: block;
}



/* Les styles précédents restent les mêmes */

.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    margin-left: 10px;
}

.bar {
    width: 25px;
    height: 3px;
    background-color: #1A2F33;
    margin: 3px 0;
}

@media screen and (max-width: 768px) {
    .dropdown-content {
        display: none !important;
        
    }
    
    .dropdownContentActive {
        display: block !important;
    }
    .menu-toggle {
        display: flex;
    }

    .nav-menu.active {
        display: block;
    }

    .nav-menu {
        display: none;
        position: absolute;
        background-color: white;
        box-shadow: 0 5px 10px 0 rgba(26,47,51,.11);
       
        top: 65px;
        right: 20px;
        width: 200px;
        border-radius: 4px;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    }
    .nav ul.menu li a{
        color: white;
    }
    .nav-menu ul.menu {
        flex-direction: column;
    }

    .nav-menu ul.menu li {
        margin: 10px 0;
        text-align: center;
    }

    .dropdown:hover .dropdown-content {
        display: none;
    }

    .nav-menu.active .dropdown-content {
        display: block;
        position: static;
        background-color: transparent;
        box-shadow: none;
    }
    .reservmobile{
        display: block;
        margin: auto;
    }
    .reservdesktop{
        display: none;
    }
    #affichDesk{
        display: none !important;
    }
    #affichMobile{
        display: block !important;
    }
    h1,.fontSize50  {
        font-size: 33px;
    }
    .blocTitleH2,.blocTitleTwoH2{
        font-size: 29px !important;
    }

    #faitesSignatureMobile,#faitesSignatureMobileTwo,#faitesSignatureMobileThree{
        display: block !important;
    }
    #faitesSignatureDesktop,#faitesSignatureDesktopTwo,#faitesSignatureDesktopThree{
        display: none !important;
    }
    .pad-top-mobile-30{
        padding-top: 30px;
    }
    .pad-bottom-mobile-30{
        padding-bottom: 30px;
    }
    .pad-right-50{
        padding-right:10px !important;
    }
    .pad-left-50{
        padding-left: 10px !important; 
    }
    .greyMultiBlocs {
        padding: 25px 20px 10px 20px !important;
    }
    .btnFreeTrial{
        margin: auto;
        display: flex;
        margin-bottom: 18px;
    }
}

#faitesSignatureMobile,#faitesSignatureMobileTwo,#faitesSignatureMobileThree{
    display: none;
}
#faitesSignatureDesktop,#faitesSignatureDesktopTwo,#faitesSignatureDesktopThree{
    display: block;
}
/* Styles pour le header sticky */
.sticky-header {
    top: 0;
    z-index: 100;
    width: 100%;
    box-shadow: 0 2px 2px 0 rgba(26,47,51,.11);

    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;


    position: sticky;

    z-index: 100;


    height: 80px;
}


/* Space */
.padding-right-left-20{
    padding-left: 20px;
    padding-right: 20px;
}
.pad-top-25{
    padding-top: 25px;
}
.pad-top-30{
    padding-top: 30px;
}

.pad-top-50{
    padding-top: 50px;
}
.pad-bottom-20{
    padding-bottom: 20px;
}
.pad-bottom-50{
    padding-bottom: 50px;
}
.pad-bottom-70{
    padding-bottom: 70px;
}
.pad-bottom-85{
    padding-bottom: 85px;
}
.pad-bottom-100{
    padding-bottom: 100px;
}
.pad-right-10{
    padding-right: 10px;
}
.pad-right-50{
    padding-right: 50px;
}
.pad-left-50{
    padding-left: 50px;
}
.marg-top-3{
    margin-top: 3px;
}
.marg-top-25{
    margin-top: 25px;
}
.marg-top-30{
    margin-top: 30px;
}
.marg-top-40{
    margin-top: 40px;
}
.marg-top-15{
    margin-top: 15px;
}
.marg-top-50{
    margin-top: 50px;
}
.marg-bottom-15{
    margin-bottom: 15px;
}
.marg-bottom-20{
    margin-bottom: 20px;
}
.marg-bottom-30{
    margin-bottom: 30px;
}
.marg-bottom-35{
    margin-bottom: 35px;
}
.marg-bottom-55{
    margin-bottom: 55px;
}
.marg-bottom-75{
    margin-bottom: 75px;
}
.marg-bottom-100{
    margin-bottom: 75px;
}
.mb-none{
    margin-bottom: 0px;
}
.mp-none{
    margin: 0px;
    padding: 0px;
}
.marg-top-10{
    margin-top: 10px;
}
.marg-bottom-10{
    margin-bottom: 10px;
}
.marg-bottom-25{
    margin-bottom: 25px;
}
/* End Space */



/*spacer*/
.tst-spacer {
    height: 0;
    margin: 60px 0;
    border-bottom: dotted 4px rgba(26,47,51,.7);
    opacity: .3;
}
.tst-spacer-sm {
    height: 1px;
    margin: 15px 0;
    border-bottom: dotted 2px rgba(26,47,51,.7);
    opacity: .3;
}
/*End pacer*/




  /*Story*/
  .blocStory{
    text-align: center;

  }

  .blockStoryBottom{
    margin-top: -280px;

    
  }
  .bgWhite{
    background-color: white;
  }

  /*End story*/

  /*Slide */
  .slideCheck{
    display: flex;
    margin-top: 10px;
  }
  .slideCheck div{
    margin-right: 10px;

  }
  .fa-check{
    color: grey;
    border: 1px white solid;
    border-radius: 2px;
    padding: 2px;
    font-size: 8px;
  }

  @media screen and (max-width: 768px) {
    .slideCheck {
        flex-direction: column;
      }
  }

  /*End slide*/
/*steps*/
.steps{
    text-align: center;
}
.titleRegular{
    font-weight: 400;
}
.stepsBlocs{
    display: flex;
}
/* .stepsBlocs div img{
    width: 300px;
    border : 1px #DFDFDF solid;
    padding: 15px;
    margin: 15px 0px;
} */
.stepsBlocs div div img{
    width: 300px;

}
.stepsBlocs div .divImg{
    border : 1px #DFDFDF solid;
    padding: 15px;
    margin: 15px 0px;
}

.stepsBlocs div .divImgTwo{
    border : 1px #DFDFDF solid;
    padding: 15px;
    margin: 0px 0px 15px ;
}

.stepsBlocs div{
    padding: 15px;
}
.number{
    font-family: 'Philosopher', sans-serif;
    background-color: white;
    padding: 12px 22px;
    border-radius: 50%;
    font-size: 25px;
    margin: 50px;
    font-weight: 600;
}
@media screen and (max-width: 768px) {
    .stepsBlocs{
        flex-direction: column;
    }
    .stepsDivTwo{
        margin-bottom: 15px;
    }
  }
/*End steps*/

/*Pack*/
.pack{
    background-color: #F4FAF5;
}
.pack div .btnStyleOne{
    text-align: center;
    margin: auto;
    display: flex;
}
.itemsPack{
    padding: 15px 15px 5px ;
    margin: 10px 0;
    cursor: pointer;
}

.itemsPackTop{
    margin-bottom: 10px;
}
/* .itemsPackTop div h4{
    font-size: 35px;
    font-weight: 600;
} */
.imgPack{
    margin: auto;
    display: flex;
    width: 450px;
}
#packImgTwo,#packImgThree{
    display: none;
}
@media screen and (max-width: 768px) {
    .imgPack{
        width: 100%;
    }   
}
/*End Pack*/
/* Statistic*/
.blocStatistic{
border: 1px white solid;
padding: 20px;
border-radius: 5px;
background-color: #ffffff2b;
text-align: center;
height: 150px;
margin: 10px 0;

}
.blocNoGlace{
    border: 1px white solid;
    padding: 20px;
    border-radius: 5px;
    background-color: transparent;
    text-align: center;
    height: 150px;
    margin: 10px 0;
    
    }
.blocNoGlace:hover{

    background-color: #ffffff2b;

    
    }
.h150{
    height: 150px;
}
.h287{
    height: 287px;
}
.blocStatistic:hover{
    margin-top: -3px;
}
.blocTitleH2{
    font-size: 35px;
    font-weight: 600;
    font-family: 'Philosopher', sans-serif;
    margin-bottom: 15px;
}
.blocTitleTwoH2{
    font-size: 35px;
    font-weight: 600;
    font-family: 'Philosopher', sans-serif;
}

/* End Statistic*/

/* Confiance*/
/* Style tab links */
.tablink {
    background-color: #4a525c21;
    color: #837D7D;
    float: left;
    outline: none;
    cursor: pointer;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 10px;
    font-size: 16px;
    padding: 7px 15px;
    width: 100px;
    border: 1px solid #ececec;
    border-radius: 20px;
    outline: none !important;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    
    }
    .tablink:hover {
        
    background-color: #427FC2;
    color: white;
    }
    .tablink.active {
    
    background-color: #427FC2;
    color: white;
    }

    
    /* Style the tab content (and add height:100% for full page content) */
    .tabcontent {
    color: black;
    display: none;
    padding: 25px 40px;
    height: 100%;
    background: #F5F5F5;
    border: 1px solid #DFDFDF;
    border-radius: 5px;
    margin: 25px 0px;
    }
    .Confiance div h1{
       text-align: center;
 
    }
    .Confiance div .btnStyleOne{
        text-align: center;
        margin: auto;
        display: flex;
 
     }
     .imgConfiance{
        text-align: right;
     }
/*End Confiance*/
/*Industry*/
.blocIndustry{
    border: 1px solid #DFDFDF;
    border-radius: 5px;
    margin: 10px 0px;
    height: 260px;
    padding: 0 5px;
    box-shadow: -1px 2px 5px 1px rgb(0 0 0 / 4%);
    color: #061838;
}
.blocIndustry:hover{
    background-color: #8FCA9A;
    color: white;
}
.iconIndustry{
    margin-top: 10px;
}
#iconIndustryGreenOne,#iconIndustryGreenTwo,#iconIndustryGreenThree,#iconIndustryGreenFour,#iconIndustryGreenFive,#iconIndustryGreenSix,#iconIndustryGreenSeven,#iconIndustryGreenEight{
display: none;
}
.blocIndustry img{
    margin: auto;
    margin-top: 10px;
}
/*End industry*/

/*Pack 2 */
.blocPackTwo{
background-color: white;
border-radius: 5px;

}
.subBlocPackTwo{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0 10px 1px 10px;
    height: 180px;

   
}
.iconPackTwo{
    margin-top: -25px;
}
/*End Pack 2*/

/*Footer*/
.footerList{
    list-style-type: none;
    padding: 0;
    line-height: 1.66667;

}
.paraFooter{
    color: #061838;
    opacity: .5;
}
.footerList li a{
    color: #061838;
    opacity: .5;
    text-decoration: none;

}
.footerList li a:hover{
    opacity: 1;

}
.copyRight{
    color: #061838;
    opacity: .5;
    margin-bottom: 15px; 
}
.copyRight:hover{
    opacity: 1;

}
.icoFooter::before{
    font-size: 20px !important;

}
.icoFooter{
    margin-right: 10px;
    }
/*End Footer*/
/*Diversite du besoin*/
.blocDiversite{
    /* border: 1px solid #DFDFDF; */
    border-radius: 5px;
    margin: 10px 0px;
    height: 260px;
    padding: 0 5px;
    box-shadow: -1px 2px 5px 1px rgb(0 0 0 / 4%);
    color: white;
}
.blocIndustryTitle{
color:#8FCA9A ;
}
.blocDiversite:hover{
    background-color: #8FCA9A;
    color: #061838;

}
.blocDiversite img{
    margin: auto;
    padding-top: 10px;
}
#iconIndustryGreenNine{
    display: none;
}
/*End diversite du besoin*/

/*Complete Document*/
.CompleteDocBlock{
border: 1px solid #EAE6E4 ;
height: 260px;
display: flex;
flex-direction: column;
justify-content: center;
margin-top: 5px;
}
.CompleteDocBlock:hover{
    border: 1px solid transparent ;
    }
#imgCompleteDocOneHover{
    display: none;
}
#blockCompleteDocOne:hover{
    background-color: #427FC2;
    color: white;
}
#blockCompleteDocTitleOne{
    color: #427FC2;
    margin-top: 15px;
}

#imgCompleteDocTwoHover{
    display: none;
}
#blockCompleteDocTwo:hover{
    background-color: #EAC5D8;
}
#blockCompleteDocTitleTwo{
    color: #061838;
    margin-top: 15px;
}

#imgCompleteDocThreeHover{
    display: none;
}
#blockCompleteDocThree:hover{
    background-color: #8FCA9A;
    color: white;
}
#blockCompleteDocTitleThree{
    color:#8FCA9A ;
    margin-top: 15px;
}

#imgCompleteDocFourHover{
    display: none;
}
#blockCompleteDocTitleFour{
    color:#061838 ;
    margin-top: 15px;
}
#blockCompleteDocFour:hover{
    background-color: #061838;
    color: white;
}
/* End Complete Document*/
/*Shema Esign*/
#affichDesk{
    display: block;
}
#affichMobile{
    display: none;
}
/*End shema Esign*/

/*Mobile carousel*/
.carousel-indicators li {
    background-color: #427FC2;
}
.carousel-indicators {
    margin-bottom: 0px;
}
.carousel-item .borderRaduis5{
    padding: 15px;
}
.carousel-item {
    height: 600px;
    }

#faitesSignatureMobileThree .container .carousel .carousel-inner .carousel-item {
    height: 550px;
    }
/*End Mobile carousel*/
/*Interactive Shema */
#hone,#htwoo,#hthree,#hfour,#hfive,#hsix,#hseven{
    display: none;
}
/*End Interactive Shema */

/*Page nSign*/

.infoConfi{
    font-size: 0.90rem;
    max-width: 750px;
    display: flex;
    justify-content: center;
    margin: auto;

}
/*End page nSign*/
/*Pack nSign*/
.subBlocPacknSign {
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    padding: 25px 15px 15px 15px;

    text-align: left;
    height: 590px;
}
/*End Pack nSign*/

/* Grey Bloc*/
.greyBloc {
    color: black;
    padding: 25px 40px;
    height: 100%;
    background: #F5F5F5;
    border: 1px solid #DFDFDF;
    border-radius: 5px;
    margin: 25px 0px;
    }
.greyMultiBlocs {
    color: black;
    padding: 25px 40px 10px 40px;
    height: 100%;
    background: #F5F5F5;
    border: 1px solid #DFDFDF;
    border-radius: 5px;
    margin: 25px 0px 0px;
    }
/*End grey bloc*/
/*Brochure*/
.broch{
    position: relative;
    width: 250px;
    margin: auto;

}
.borch img{
    width: 100%;
}
.broch button{
    position: absolute;
    bottom: 10px;
    left: 45px;

}
/*End Brochure*/
/*FAQ*/



.faq-container {

    margin: auto;
}

.question-container {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 20px;
}

.chevron {
    margin-right: 10px;
}

.question {
    font-weight: bold;
    margin-bottom: 0;
}

.answer {
    display: none;
    margin-bottom: 20px;
}
/*END FAQ*/
/*Plan accelerer*/
.padLeftRight7{
padding-left: 7px;
padding-right: 7px;
}
.borderWhite{
    border-right: 1px solid white;
    border-left: 1px solid white;
    border-top: 1px solid white;

}
.borderTopWhite{
    border-top: 14px solid white;
}
.borderTopBlue{
    border-top: 14px solid #427FC2;
}
.borderTopPinky{
    border-top: 14px solid #EAC5D8;
    background: #EAC5D8;
    padding: 0px 10px 10px 10px;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
}
.borderTopGreeny{
    border-top: 14px solid #8FCA9A;
}

.subBlocPacknAccelerer {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 25px 15px 15px 15px;
    text-align: left;
    height: 370px;
}
.subBlocPacknAccelererFree {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 25px 15px 15px 15px;
    text-align: left;
    height: 586px;
}
.borderRaduisBottomPlanAccelerer{
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.currencyStyle{
    border-radius: 50%;
    padding: 3px;
    width: 21px;
    height: 21px;
    display: inline-block;
    font-size: 7px;
    line-height: 2;
    margin-right: 7px;
    background-color: #061838;
    color: white;
    font-family: 'Nexa', sans-serif;
}
.subBlocPacknAccelererBottom {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 15px 15px 15px 15px;
    text-align: left;
    height: 200px;
}
.beforeCheck{
    border-radius: 50%;
    padding: 3px;
    width: 21px;
    margin-right: 7px;
}
.subTitleAccelerer{
    padding: 3px 8px;
    border-radius: 3px;
    font-size: 13px;
}
.btnPackAccelerer{
    background-color: white;
    font-size: 16px;
    font-weight: 700;
    color: #061838;
    border: 1px solid white;
    padding: 10px 20px;
    border-radius: 50px;
    cursor: pointer;
}
.btnPackAccelerer:hover{
    background-color: transparent;
    font-size: 16px;
    font-weight: 700;
    color: white;
    border: 1px solid white;
    padding: 10px 20px;
    border-radius: 50px;
    cursor: pointer;
}
.bgWhiteGlace {
    transition: background-color 0.3s; /* Add a smooth transition effect */
    position: relative;
}


.info-icon {
    display: inline-block;
    background-color: transparent;
    color: white;
    border: 1px solid white;
    line-height: 1;
    border-radius: 50%;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin-left: 5px;
}
.info-icon i {
    font-size: 11px !important;
}

.info-tooltip {
    display: none;
    position: absolute;
    background-color: black;
    color: white;
    padding: 10px;
    border-radius: 5px;
    white-space: nowrap;
    top: -20px;
    right: 0px;
}

.bgWhiteGlace:hover .info-tooltip {
    display: block;
}
.fontSize15{
font-size: 15px;
}

.dachedLineBlue{
    border-top: dashed  #427FC2 2px;
}
.dachedLineGreeny{
    border-top: dashed #8FCA9A 2px;
}
.dachedLinePinky{
    border-top: dashed #EAC5D8 2px;
}
.titleBottom{
    margin: auto;
    width: 200px;
    margin-top: -13px;
}

.tabcontentAccelerer {
    display: none;

    }

.tablinkAccelerer{
    background-color: transparent;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid transparent;
    padding: 10px 20px;
    border-radius: 50px;
    cursor: pointer;
    color: gray;
}
.tablinkAccelerer:hover{
    background-color: #8FCA9A;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid transparent;
    border-radius: 50px;
    cursor: pointer;
    color: #1A2F33;
}
.blocTablinkAccelerer{
    background-color: #ececec;
    color: #837D7D;
    max-width: 235px;
    border-radius: 50px;
}
.tablinkAccelerer.active {
    background-color: #8FCA9A;
    color: #1A2F33;
    }
button:focus {
   outline: none !important;
    }

.stickyHeaderTable th {
    position: sticky;
    top: 80px;
    z-index: 1;
}
table {
    border-collapse: collapse;
    width: 100%;
    }

th {
    text-align: left;
}
th span{
    background-color: white;
    border-radius: 2px;
}
td {
    border-bottom: 1px solid #DFDFDF;
    padding: 8px;
    text-align: center;
    color: #1A2F33;
    height: 50px;
    }
.titleTd{
    text-align: left;
    color: #5C5C5C;
    height: 50px;

}
.categoryTable{
    font-size: 22px;
    font-weight: 600;
    background-color: #061838;
    color: white;
    text-align: center;
    border-radius: 45px;
}
/*END Plan accelerer*/
/*Contact*/

.icoContact:before{
    font-size: 35px;
    margin-bottom: 20px;
}

.icoContact{
    margin-bottom: 20px;
}

.blocContactInfo{
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    height: 162px;
    margin: 10px 0;
    
    }

.error {
    background: #FCD8DC;
    padding: 2px 10px 2px 10px;
    display: none;
    color: #dc3545;
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 10px;
    }

.success {
display: none;
width: 100%;
padding: 2px 10px 2px 10px;
background: #B0FFB0;
color: #555;
font-size: 14px;
margin-top: 10px;
text-align: center;
}
label{
    color: white;
    margin-top: 20px;
    margin-bottom: 5px;
}
input,textarea,select{
    border: 1px white solid;
    background-color: rgba(255, 255, 255, 0.16) !important;
}

select option {
    background: rgb(12 28 61 / 81%);
    color: #fff;
}

.form-control {
    color: #ffffff !important;
    
}
.form-control:focus {
    color: #ffffff !important;
}

.default-btn{
margin-top: 20px !important;
padding: 10px 30px;
color: white;
background-color: transparent;
border: 1px solid white;
border-radius: 5px;
}
.default-btn:hover{
    color: #026376;
    background-color: white;   
}
.default-btn span{
    font-size: 17px;
    font-weight: bold;
}
.form-group {
    margin-bottom: 0rem;
}
.justifyContentCenter{
    justify-content: center;
}
.phoneContact{
color: white;
text-decoration: none;

}
.phoneContact:hover{
color: white;
text-decoration: none;

    }
.emailContact{
color: #5C5C5C;
text-decoration: none;
}
.emailContact:hover{
color: #5C5C5C;
text-decoration: none;

    }

/*END contact*/



