@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");

:root {

    --tx-button: #fff;
    --bg-button: #6399ad;
}

/* Permet de charger une police locale - Montserrat */
*{
    font-family: 'Montserrat', sans-serif;

}

html, body {
    font-family: Montserrat, sans-serif;
    outline: none !important;
    scroll-behavior: smooth;
}

/* Retire la possibilitÃ© de resize les textarea */

textarea {
    resize: none;
}



.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: -5px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    box-shadow: none !important;
}

.colorOrange{
    color: rgba(76,154,175,1) !important;
}

.colorPink{
    color: rgba(76,154,175,1) !important;
}

.colorGradient{
    background: rgba(76,154,175,1);
    background: linear-gradient(90deg, rgba(121,187,205,1) 0%, rgba(76,154,175,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}


/* topbar */

#topBar{
    /* background: rgb(62,75,88);
background: linear-gradient(90deg, rgba(62,75,88,1) 0%, rgba(129,142,151,1) 50%, rgba(62,75,88,1) 100%); */
    background-color: #353e47;
    color:#fff;
}

#topBar .navbar {
    border-bottom: 0;
    background-color: transparent;
    padding:0;
    min-height: 0;
    color:#fff !important;
}
#topBar .nav-link {
    color: #fff !important;
    padding-right: 0.7rem !important;
    padding-left: 0.7rem !important;
    /* border-left: 1px solid #7dbecf; */
    line-height: 16px;
    border:none;
}

#topBar .hamburger-inner, #topBar .hamburger-inner::before, #topBar .hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: #fff !important;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
/* Annule le dÃ©calage de la row */

.row {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}


.colZero {
    margin: 0;
    padding: 0;
}

.container-fluid {
    width: 70%;
    padding: 0;
}

.img_100 {
    width: 100%;
}

.lightGrey {
    background-color: #f5f5f6;
}

.mediumGrey {
    background-color: #eaeced;
}

.darkGrey {
    background-color: #353e47;
}

ul {
    margin: 0 0 0 1rem;
    padding: .5rem 0;
}


/* colorize font */

p{
    font-weight: 300;
}
b{
    font-weight: 500;
}

.greenColor {
    color: #3a829d;
}

.orangeColor {
    color: #78919A;
}

/*font style*/

p {
    color: #353e47;
    line-height: 1.3rem;
}

h2 {
    color: #353e47;
    font-size: 2rem !important;
    word-break: break-word;
}

h3 {
    background: rgb(62,75,88);
    background: linear-gradient(90deg, rgba(62,75,88,1) 0%, rgba(129,142,151,1) 50%, rgba(62,75,88,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    word-break: break-word;
    /* width: max-content; */
}

h4 {
    font-weight: 300;
}

h5 {
    background: rgb(62,75,88);
    background: linear-gradient(90deg, rgba(62,75,88,1) 0%, rgba(129,142,151,1) 50%, rgba(62,75,88,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    font-weight: 400;
}

.btn_accordion {
    padding: 10px 0;
    font-size: 1rem;
}

.card-header {
    padding: 1.25rem 1.25rem;
}

.HPgradient {
    background: rgb(62,75,88);
    background: linear-gradient(90deg, rgba(62,75,88,1) 0%, rgba(129,142,151,1) 50%, rgba(62,75,88,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    width: max-content;

}

.title {


}

/*navbar*/

header {
    /* margin-bottom: 130px; */
}

.navbar {
    border-bottom: 1px solid #cecece;
    background-color: #fff;
    padding: 10px 0;
    min-height: 90px;
}

.navbar-brand {
    min-width: 120px;
    max-width: 130px;
    height: auto;
}

.navbar-brand-bs {
    width: 180px;
    height: auto;
}

.navFirst {
    /* border-left: none !important; */
}

.nav-link {
    color: #353e47 !important;
    padding-right: 0.7rem !important;
    padding-left: 0.7rem !important;
    /* border-left: 1px solid #7dbecf; */
    line-height: 16px;

}

.nav-link:hover {
    background: rgba(76,154,175,1);
    background: linear-gradient(90deg, rgba(121,187,205,1) 0%, rgba(76,154,175,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.dropdown-item:active {
    background-color: rgba(76,154,175,1) !important;
}

.powered_head {
    font-size: .7em;
    font-family: 'Overpass', sans-serif;
}

.BS {
    font-size: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
}

.VV {
    font-size: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
}

/*navbar mobile*/

.navbar-collapse .nav-item {
    margin: 0 auto;
}

.btnHP {
    background-color: transparent;
    color: #353e47;
    text-transform: uppercase;
    border-color: rgba(53, 62, 71, .5);
    padding: 5px 20px;
    border-radius: 10px;
}

.btnHP:hover {
    background-color: transparent;
    color: #353e47;
    text-transform: uppercase;
    border-color: rgba(76,154,175,1);
    padding: 5px 20px;
    border-radius: 10px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.btn-primary:focus,
.btn-primary.focus {
    background-color: transparent !important;
    color: #353e47 !important;
    text-transform: uppercase;
    border-color: #4c9aaf !important;
    padding: 5px 20px;
    border-radius: 10px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none;
    background-color: transparent !important;
    color: #353e47 !important;
    border-color: #4c9aaf !important;
}

.icones {
    color: #4c9aaf !important;
    font-size: .8em;
}

.icon-arrow:before {
    color: #4c9aaf !important;
}

.iconesWhite {
    color: #ffffff !important;
    font-size: .8em;
}

.iconWhite-arrow:before {
    color: #ffffff !important;
}

.headline {
    text-align: right;
}

.virtual {
    letter-spacing: 5px;
}

.virtualoffice {
    letter-spacing: 5px;
}

.office {
    letter-spacing: 10px;
}

/*privacy*/

.privacyLink {
    color: #353e47;
}

.privacyLink:hover {
    color: #353e47;
    text-decoration: none;
    background: rgb(62,75,88);
    background: linear-gradient(90deg, rgba(62,75,88,1) 0%, rgba(129,142,151,1) 50%, rgba(62,75,88,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.backBtn {
    display: block;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

/*footer*/

footer {
    background-color: #f5f5f6;
}

footer a {
    color: #353e47;
    text-decoration: none;
}

footer h5{
    color: #fff !important;
    text-decoration: none !important;
    background: rgb(255, 255, 255) !important;
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;}

footer a:hover {
    color: #fff;
    text-decoration: none;
    background: rgb(62,75,88);
    background: linear-gradient(90deg, rgba(62,75,88,1) 0%, rgba(129,142,151,1) 50%, rgba(62,75,88,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-copyright {
    background-color: #353e47;
}

.footer-copyright p {
    color: #f5f5f6;
    margin: 0;
    padding: 0;
    font-size: .8em;
}

.footer-copyright a {
    color: #f5f5f6;
}

/*tabs partners*/

.navPartners li {
    color: #353e47 !important;
    font-size: 2em;
    border-right: 1px solid #59bacd;
    text-decoration: none;
    font-weight: 300;
}

.navPartners li:hover {
    color: #353e47 !important;
    font-size: 2em;
    border-right: 1px solid #59bacd;
    text-decoration: none;
    background-color: transparent !important;
    border-radius: 0 !important;
    background: rgb(62,75,88);
    background: linear-gradient(90deg, rgba(62,75,88,1) 0%, rgba(129,142,151,1) 50%, rgba(62,75,88,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.lasttabs {
    border-right: 0 !important;
}

nav .active {
    background-color: transparent !important;
    border-radius: 0 !important;
    background: rgba(76,154,175,1);
    background: linear-gradient(90deg, rgba(121,187,205,1) 0%, rgba(76,154,175,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.card {
    -webkit-text-fill-color: #353e47;
    color: #353e47 !important;
}

.emailPartners {
    color: #353e47;
    font-weight: 600;
}

.emailPartners:hover {
    color: #353e47;
    text-decoration: none;
    background: rgb(62,75,88);
    background: linear-gradient(90deg, rgba(62,75,88,1) 0%, rgba(129,142,151,1) 50%, rgba(62,75,88,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.modalFormPartner .modal-content {
    width: 100%;
    border: 1px solid #59bacd;
    border-radius: 0;
}

/*videos gallery*/

.btn-primary:active .filter-button:active {
    background-color: #42B32F;
    color: white;
}

/*carousel*/

.carousel-control-prev {
    opacity: 1;
}

.carousel-control-next {
    opacity: 1;
}

.carousel-indicators li {
    opacity: 1;
}

/*useful docs*/

.imgLink {
    border: 1px solid #cecece;
}

.imgLink:hover {
    border: 1px solid #cecece;
    opacity: .8;
    transition-duration: .5s;
}

/*bottomLine*/

.bottomLine {
    background: linear-gradient(to top, #3a829d 0%, #7dbecf 20%, #3a829d 100%);
    padding: 100px 0;
}

/* case study */

.allCounter {
    font-weight: 400 !important;
    color:rgba(76,154,175,1) !important;
    font-size: 1.3rem !important;
}

.caseStudy {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 71%, rgba(237, 237, 237, 1) 100%);
}

.caseStudy h3 {
    /* font-size: 2.5em; */
}

.caseStudy h6 {
    font-size: 1.2em;
}

.descriptionCase {
    font-size: 1.3em !important;
    font-weight: 200;
}

.caseStudy p {
    font-size: 1em;
    line-height: 1.3em;
}

/* testimonials */



.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-pagination-bullet-active-main {
    background-color: #3a829d !important;
}

.bg-swipe {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 71%, rgba(237, 237, 237, 1) 100%);
}

.signTestimonials {
    background: rgb(62,75,88);
    background: linear-gradient(90deg, rgba(62,75,88,1) 0%, rgba(129,142,151,1) 50%, rgba(62,75,88,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.signTestimonials i {
    color: #353e47 !important;
    font-weight: 400;
}

.iconTestimonials {
    background: rgb(62,75,88);
    background: linear-gradient(90deg, rgba(62,75,88,1) 0%, rgba(129,142,151,1) 50%, rgba(62,75,88,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 400;
    font-size: 2.5em;
}

.textTestimonials {
    font-size: 1.4em;
    color: #353e47 !important;
    line-height: 1.7rem;
}

#successStories .active .textTestimonials{
    font-size: 1.4em;
    color: #353e47 !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    background: linear-gradient(to right, #353e47 0%, #353e47 50%, #353e47 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.7rem;
}

#successStories .active i{
    background-color: transparent !important;
    border-radius: 0 !important;
    background: linear-gradient(to right, #353e47 0%, #353e47 50%, #353e47 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
    filter: invert(.5) grayscale(80);
}



/* update 2021 */

.menu_headline_first {
    margin-left: 5px !important;
}

.btn_headline {
    border-radius: 35px;
    border:0;
    border-color: #3a829d !important;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    color: #ffffff !important;
    text-transform: uppercase;
    font-weight: 600;
    padding: 7px 25px !important;
    background: rgb(216,149,51);
    background-image: linear-gradient(to right, rgba(121,187,205,1) 0%, rgba(76,154,175,1) 50%, rgba(76,154,175,1) 50%, rgba(121,187,205,1) 100%);
    /* background: rgb(249,204,164);
background: linear-gradient(90deg, rgba(249,204,164,1) 0%, rgba(250,150,59,1) 100%); */
    /* background: rgb(56,65,73); */
    /* background: linear-gradient(90deg, rgba(56,65,73,1) 0%, rgba(236,137,47,1) 100%); */
    background-size: 200% auto;
    transition: 0.5s;

}

.btn_headline:hover {
    background-position: right center;

}
.btn_headline_dark {
    border-radius: 35px;
    border:0;
    border-color: #3a829d !important;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    color: #ffffff !important;
    text-transform: uppercase;
    font-weight: 600;
    padding: 7px 25px !important;
    background: #56626f;
    background-image: linear-gradient(to right, #56626f 0%, #818e97 50%, #818e97 50%, #56626f 100%);
    background-size: 200% auto;
    transition: 0.5s;

}

.btn_headline_dark:hover {
    background-position: right center;

}

.btn_headline_demo {
    background: #78919A;
    border-radius: 35px;
    border-color: #78919A !important;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    color: #ffffff !important;
    text-transform: uppercase;
    padding: 10px 15px !important;


}

.btn_headline_demo:hover {
    background: linear-gradient(to right, #78919A 0%, #78919A 50%, #78919A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.iconWhite-arrow:before:hover {
    color: #3a829d !important;
}

/* timeline */

.circle {
    /* padding: 5% 7%;
    background-color: #3a829d;
    color: #fff;
    z-index: 2;
    border-radius: 8px;
    font-size: 1em; */
    border-radius: 35px;
    border:0;
    border-color: #3a829d !important;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    color: #ffffff !important;
    text-transform: uppercase;
    font-weight: 600;
    padding: 7px 25px !important;
    background: #56626f;
    background-image: linear-gradient(to right, #56626f 0%, #818e97 50%, #818e97 50%, #56626f 100%);
    background-size: 200% auto;
    transition: 0.5s;
}

.how-it-works.row .col-2 {
    align-self: stretch;
}

.how-it-works.row .col-2::after {
    content: "";
    position: absolute;
    border-left: 3px solid #4c9aaf;
    z-index: 1;
}

.how-it-works.row .col-2.bottom::after {
    height: 50%;
    left: 50%;
    top: 50%;
}

.how-it-works.row .col-2.full::after {
    height: 100%;
    left: calc(50% - 3px);
}

.how-it-works.row .col-2.odd::after {
    height: 100%;
    left: calc(50%);
}

.how-it-works.row .col-2.top::after {
    height: 50%;
    left: 50%;
    top: 0;
}

.timeline div {
    padding: 0;
    height: 40px;
}

.timeline hr {
    border-top: 3px solid #4c9aaf;
    margin: 0;
    top: 17px;
    position: relative;
}

.timeline .col-2 {
    display: flex;
    overflow: hidden;
}

.timeline .corner {
    border: 3px solid #4c9aaf;
    width: 100%;
    position: relative;
    border-radius: 15px;
}

.timeline .top-right {
    left: 50%;
    top: -50%;
}

.timeline .left-bottom {
    left: -50%;
    top: calc(50% - 3px);
}

.timeline .top-left {
    left: -50%;
    top: -50%;
}

.timeline .right-bottom {
    left: 50%;
    top: calc(50% - 3px);
}

.btnHyperfairplus {
    background: rgb(62,75,88);
    background: linear-gradient(90deg, rgba(62,75,88,1) 0%, rgba(129,142,151,1) 50%, rgba(62,75,88,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}


/* Menu profil */

#profilMenu {
    position: fixed;
    z-index: 10;
    top: 120px;
    right: 0;
    width: 350px;
    height: 350px;
    background-color: #353e47;
    border-bottom-left-radius: 1rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

#profilMenu p {
    color: #fff;
}


/* active page */


.plusHPF {
    background: linear-gradient(to right, #78919A 0%, #78919A 50%, #78919A 100%);: linear-gradient(to right, #4c9aaf 0 %, #4c9aaf 50 %, #4c9aaf 100 %);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;

}

.dropdown-divider-hpf {
    height: 0;
    margin: 0.2rem 0;
    overflow: hidden;
    border-top: 1px solid #78919A;
}

.icon_user {
    width: 12%;
    margin: -5px 5px 0 0;
}


/* presentation */

#introPres li p {
    margin: -1.4rem 0 0 0;
}

#introPres ul {
    list-style-type: none;
}

#introPres ul li::before {

    content: "â€¢";
    color: #78919A;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-weight: 600;

}

.borderPres {
    border-right: 1px dotted !important;
}

.row-eq-height div{

    /* background-color: #f3f3f3; */
}

.blocGrey {
    background-color: #f3f3f3;
    /* height: 100%; */
}

.blocGrey div{
    height: 100%;
}

.loginRight {
    border: 1px solid #78919A !important;
}

.btn-outline {
    background-color: #fff;
    border: 1px solid rgba(76,154,175,1);
    color: rgba(76,154,175,1);
}

.btn-outline:hover {
    background-color: rgba(76,154,175,1);
    border: 1px solid rgba(76,154,175,1);
    color: #fff;
}

.logoComponent {
    width: 35%;
}


.textLogin {
    line-height: 1.3rem;
    font-size: .8em;
}

#blocPresentation p {
    line-height: 1.3rem;
    font-size: .8rem;
}

#blocPresentation h4 {
    line-height: 1.3rem;
    font-size: 1.3rem;
    opacity: .6;
}

.logoPres {
    width: 50%;
    padding: 2.3rem 0;
}

.presDesc {
    opacity: .7;
}


#worldLeading {
    background-color: #353e47;
}

#worldLeading p {
    color: #fff;
}

.worldLeadTitle {
    color: #fff !important;
    font-size: 1.25rem;
}

.iconCheckPres {
    color: rgba(76,154,175,1);
    font-size: 1.5rem;
    margin-right: 10px;
    opacity: 1 !important;
}

.presworldLead {
    opacity: .7;
    display: flex;
    /* align-items: center; */
}


/* new demos page */

.demosDesc {
    opacity: .7;
    font-size: .8rem;
    line-height: 1.1rem;
}

.demosDesc b{
    font-weight: 600;
}


#introDemos li p {
    margin: -1.4rem 0 0 0;
    font-size: .8rem;
}

#introDemos ul {
    list-style-type: none;
}

#introDemos ul li::before {

    content: "â€¢";
    color: #78919A;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-weight: 600;

}


#blocDemos li p {
    margin: -1.4rem 0 0 0;
    font-size: .8rem;
}

#blocDemos .descDemo {
    font-size: .8rem;
}

#blocDemos ul {
    list-style-type: none;
}

#blocDemos ul li::before {

    content: "â€¢";
    color: #78919A;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-weight: 600;

}

#liTiret li::before {

    content: "-" !important;
    color: #000 !important;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-weight: 300 !important;

}

.btn-outline-orange {
    background-color: #fff;
    border: 1px solid #78919A;
    color: #78919A;
}

.btn-outline-orange:hover {
    background-color: #78919A;
    border: 1px solid #78919A;
    color: #fff;
}

@media screen and (max-width: 1430px) {
    #solutions .navItem{

        width: 100% !important;
    }

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

    /* .btn_headline {
        background: rgb(62,75,88);
background: linear-gradient(90deg, rgba(62,75,88,1) 0%, rgba(129,142,151,1) 50%, rgba(62,75,88,1) 100%);
        border-radius: 35px;
        border-color: #3a829d !important;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
        color: #ffffff !important;
        text-transform: uppercase;
        padding: 10px 15px !important;

        margin-bottom: 10px !important;
    }

    .btn_headline:hover,
    .btn_headline span:hover {
        background: linear-gradient(to right, #fff 0%, #fff 50%, #fff 100%);
        text-transform: uppercase;
        color: #3a829d !important;

    } */

    .textTestimonials {
        font-size: 1em !important;
        color: #353e47 !important;
        line-height: 1.2rem;
    }

    #solutions .navItem{

        width: 100% !important;
    }


    #solutions .nav .navTab{
        font-size: 20px;
        text-decoration: none;
        padding:5px 25px;
        border-radius:35px;
        color:#353e47;
        border-bottom:1px solid transparent;
    }
    #solutions .nav .active{
        border:0;
        color: #ffffff !important;
        background: rgba(76,154,175,1);
        background: linear-gradient(90deg, rgba(121,187,205,1) 0%, rgba(76,154,175,1) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        transition: 0.5s;
        border-bottom:1px solid rgba(76,154,175,1);
    }

    .btn_headline_demo {
        margin-bottom: 10px !important;
        background: #78919A;
        border-radius: 35px;
        border-color: #78919A !important;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
        color: #ffffff !important;
        text-transform: uppercase;
        padding: 10px 15px !important;


    }

    .btn_headline_demo:hover {
        background: linear-gradient(to right, #78919A 0%, #78919A 50%, #78919A 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;

    }

}


.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border:none;
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.55);
    border:none;
}


/* Animation Texte */
/*Vertical Sliding*/
.slidingVertical{
    display: inline;
}
.slidingVertical span{
    text-transform: uppercase;
    animation: topToBottom 27s linear infinite 0s;
    -ms-animation: topToBottom 27s linear infinite 0s;
    -webkit-animation: topToBottom 27s linear infinite 0s;
    opacity: 0;
    overflow: hidden;
    position: absolute;
}

.slidingVertical span:nth-child(2){
    animation-delay: 3s;
    -ms-animation-delay: 3s;
    -webkit-animation-delay: 3s;
}
.slidingVertical span:nth-child(3){
    animation-delay: 6s;
    -ms-animation-delay: 6s;
    -webkit-animation-delay: 6s;
}
.slidingVertical span:nth-child(4){
    animation-delay: 9s;
    -ms-animation-delay: 9s;
    -webkit-animation-delay: 9s;
}
.slidingVertical span:nth-child(5){
    animation-delay: 12s;
    -ms-animation-delay: 12s;
    -webkit-animation-delay: 12s;
}

.slidingVertical span:nth-child(6){
    animation-delay: 15s;
    -ms-animation-delay: 15s;
    -webkit-animation-delay: 15s;
}

.slidingVertical span:nth-child(7){
    animation-delay: 18s;
    -ms-animation-delay: 18s;
    -webkit-animation-delay: 18s;
}
.slidingVertical span:nth-child(8){
    animation-delay: 21s;
    -ms-animation-delay: 21s;
    -webkit-animation-delay: 21s;
}
.slidingVertical span:nth-child(9){
    animation-delay: 24s;
    -ms-animation-delay: 24s;
    -webkit-animation-delay: 24s;
}

/*topToBottom Animation*/
@-moz-keyframes topToBottom{
    0% { opacity: 0; }
    8% { opacity: 0; -moz-transform: translateY(-25px); }
    10% { opacity: 1; -moz-transform: translateY(0px); }
    18% { opacity: 1; -moz-transform: translateY(0px); }
    20% { opacity: 0; -moz-transform: translateY(25px); }
    22% { opacity: 0; }
    30% { opacity: 0; }
}
@-webkit-keyframes topToBottom{
    0% { opacity: 0; }
    8% { opacity: 0; -webkit-transform: translateY(-25px); }
    10% { opacity: 1; -webkit-transform: translateY(0px); }
    18% { opacity: 1; -webkit-transform: translateY(0px); }
    20% { opacity: 0; -webkit-transform: translateY(25px); }
    22% { opacity: 0; }
    30% { opacity: 0; }
}
@-ms-keyframes topToBottom{
    0% { opacity: 0; }
    8% { opacity: 0; -ms-transform: translateY(-25px); }
    10% { opacity: 1; -ms-transform: translateY(0px); }
    18% { opacity: 1; -ms-transform: translateY(0px); }
    20% { opacity: 0; -ms-transform: translateY(25px); }
    22% { opacity: 0; }
    30% { opacity: 0; }
}





.hamburger {
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible; }
.hamburger:hover {
    opacity: 0.7; }
.hamburger.is-active:hover {
    opacity: 0.7; }
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #353e47; }

.hamburger-box {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative; }

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px; }
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: #353e47;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
.hamburger-inner::before {
    top: -10px; }
.hamburger-inner::after {
    bottom: -10px; }



/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
    top: 2px;
    transition-duration: 0.275s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
.hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(135deg);
    transition-delay: 0.075s; }
.hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
.hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.075s; }


/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
    transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
    opacity: 0;
    transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }

.hamburger--minus.is-active .hamburger-inner::before {
    top: 0; }

.hamburger--minus.is-active .hamburger-inner::after {
    bottom: 0; }



/* accordion */

.accordion-button:not(.collapsed) {
    background: rgb(62,75,88);
    background: linear-gradient(90deg, rgba(62,75,88,1) 0%, rgba(129,142,151,1) 50%, rgba(62,75,88,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    font-weight: 400;

    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}


.accordion-header {
    background-color: #f7f7f7 !important;
}
.accordion-button {
    background-color: #f7f7f7 !important;
}
.accordion-header button{
    background: rgb(62,75,88);
    background: linear-gradient(90deg, rgba(62,75,88,1) 0%, rgba(129,142,151,1) 50%, rgba(62,75,88,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    text-transform: uppercase;
}

.accordion-body a {
    background: rgb(62,75,88);
    background: linear-gradient(90deg, rgba(62,75,88,1) 0%, rgba(129,142,151,1) 50%, rgba(62,75,88,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    font-weight: 400;
}

.accordion-body a p{
    background: rgb(62,75,88);
    background: linear-gradient(90deg, rgba(62,75,88,1) 0%, rgba(129,142,151,1) 50%, rgba(62,75,88,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    font-weight: 400;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233a829d'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background: rgba(76,154,175,1);
    background: linear-gradient(90deg, rgba(121,187,205,1) 0%, rgba(76,154,175,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 400;
}

.nav-pills{
    font-size: 2rem;
}


#profilSection{
    border-left:none;
}

.btn-logout{
    background-color: #3a829d;
    color:#fff;
    border-radius:0;
}
.btn-logout:hover{
    background-color: #78919A;
    color:#fff;
    border-radius:0;
}

.svgMap-map-wrapper{
    background:transparent !important;

}

.carousel-indicators .active{
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background: rgb(62,75,88);
    background: linear-gradient(90deg, rgba(62,75,88,1) 0%, rgba(129,142,151,1) 50%, rgba(62,75,88,1) 100%);
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    transition: opacity .6s ease;
}

.carousel .carousel-control-prev,
.carousel .carousel-control-next,
.carousel .carousel-indicators
{
    visibility: hidden;
    opacity: 1;
}

.carousel:hover .carousel-control-prev,
.carousel:hover .carousel-control-next,
.carousel:hover .carousel-indicators
{
    visibility: visible;
    animation-duration: 1s;
    transition-timing-function: linear;
}

.carousel:hover .carousel-control-prev
{
    animation-name: FadeInPrev;
}

.carousel:hover .carousel-control-next
{
    animation-name: FadeInNext;
}
.carousel:hover .carousel-indicators
{
    animation-name: FadeInNext;
}

@keyframes FadeInPrev
{
    0%
    {
        opacity: 0;
        padding-bottom: 40px;
    }
    100%
    {
        opacity: 1;
        padding-bottom: 0px;
    }
}

@keyframes FadeInNext
{
    0%
    {
        opacity: 0;
        padding-top: 40px;
    }
    100%
    {
        opacity: 1;
        padding-top: 0px;
    }
}




/* hyperverse */



.listHyperverse {
    list-style: none; /* Remove default bullets */
    font-size: 1.3rem !important;
}
.listHyperverse li{
    font-weight: 300;
}

.listHyperverse li::before {
    content: "•";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #4c9aaf; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.btn_outilne{
    color:rgba(76,154,175,1);
}
.btn_outilne:hover{
    color:rgba(76,154,175,1);
}




/* swiper */


.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


#section-icons{
    background-color: #828c94;
}


/* newsletter */


#section-cta{
    background: rgb(62,75,88) !important;
    background: linear-gradient(90deg, rgba(62,75,88,1) 0%, rgba(129,142,151,1) 50%, rgba(62,75,88,1) 100%) !important;
}

.form-subscribe
{
    max-width:600px;
    margin:0 auto
}
.form-subscribe .form-control
{
    background-color:hsla(0,0%,100%,.8);
    padding-left:24px;
    padding-right:24px;
    letter-spacing:1px;
    border:none;
    border-top-left-radius:36px;
    border-bottom-left-radius:36px
}
.form-subscribe .form-control.focus,.form-subscribe .form-control:focus
{
    z-index:2;
    background-color:hsla(0,0%,100%,.8)
}
.form-subscribe .btn
{
    border-top-right-radius:36px;
    border-bottom-right-radius:36px;
    background:#373e46;
    border-color:#373e46;
    height:46.5px;
}





/* modal */


.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}




#myModal--slideSpeedRight.modal.fade .modal-dialog {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#myModal--slideSpeedRight.modal.fade.in .modal-dialog {
    animation: slideSpeedRight ease-out 0.5s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    /*when the spec is finished*/
    -webkit-animation: slideSpeedRight ease-out 0.5s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards;
    /*Chrome 16+, Safari 4+*/
    -moz-animation: slideSpeedRight ease-out 0.5s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -moz-animation-fill-mode: forwards;
    /*FF 5+*/
    -o-animation: slideSpeedRight ease-out 0.5s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -o-animation-fill-mode: forwards;
    /*Not implemented yet*/
    -ms-animation: slideSpeedRight ease-out 0.5s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
    -ms-animation-fill-mode: forwards;
    /*IE 10+*/
}

@keyframes slideSpeedRight {
    0% {
        opacity: 0;
        transform: translate(300px, 0px) skewX(-30deg);
    }
    60% {
        opacity: 1;
        transform: translate(-40px, 0px) skewX(30deg);
    }
    80% {
        opacity: 1;
        transform: translate(0px, 0px) skewX(-15deg);
    }
    100% {
        opacity: 1;
        transform: translate(0px, 0px) skewX(0deg);
    }
}

@-moz-keyframes slideSpeedRight {
    0% {
        opacity: 0;
        -moz-transform: translate(300px, 0px) skewX(-30deg);
    }
    60% {
        opacity: 1;
        -moz-transform: translate(-40px, 0px) skewX(30deg);
    }
    80% {
        opacity: 1;
        -moz-transform: translate(0px, 0px) skewX(-15deg);
    }
    100% {
        opacity: 1;
        -moz-transform: translate(0px, 0px) skewX(0deg);
    }
}

@-webkit-keyframes slideSpeedRight {
    0% {
        opacity: 0;
        -webkit-transform: translate(300px, 0px) skewX(-30deg);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate(-40px, 0px) skewX(30deg);
    }
    80% {
        opacity: 1;
        -webkit-transform: translate(0px, 0px) skewX(-15deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0px, 0px) skewX(0deg);
    }
}

@-o-keyframes slideSpeedRight {
    0% {
        opacity: 0;
        -o-transform: translate(300px, 0px) skewX(-30deg);
    }
    60% {
        opacity: 1;
        -o-transform: translate(-40px, 0px) skewX(30deg);
    }
    80% {
        opacity: 1;
        -o-transform: translate(0px, 0px) skewX(-15deg);
    }
    100% {
        opacity: 1;
        -o-transform: translate(0px, 0px) skewX(0deg);
    }
}

@-ms-keyframes slideSpeedRight {
    0% {
        opacity: 0;
        -ms-transform: translate(300px, 0px) skewX(-30deg);
    }
    60% {
        opacity: 1;
        -ms-transform: translate(-40px, 0px) skewX(30deg);
    }
    80% {
        opacity: 1;
        -ms-transform: translate(0px, 0px) skewX(-15deg);
    }
    100% {
        opacity: 1;
        -ms-transform: translate(0px, 0px) skewX(0deg);
    }
}





/* tabs  */




div.my-tabs {
    line-height: 1.4446;
    letter-spacing: 0em;
    text-align: center;
}
div.my-tabs ul {
    position: relative;
    font-weight: 300;
    display: inline-block;
    border-bottom: 1px solid #cecece;
}
div.my-tabs ul li {
    display: inline-block;
    padding: 0 22px 17px;
    padding: 0;
}
div.my-tabs ul li a {
    text-decoration: none;
    color: #353e47;
    display: block;
    padding: 0 22px 17px;
    font-weight: normal;
    -webkit-appearance: none;

}
div.my-tabs ul li a.active {
    background: rgba(76,154,175,1);
    background: linear-gradient(90deg, rgba(121,187,205,1) 0%, rgba(76,154,175,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
div.my-tabs ul li:last-child {
    position: absolute;
    height: 2px;
    background: rgba(76,154,175,1);
    margin:0;padding:0;
    left: 0;
    bottom: -1.5px;
    transition: all 0.3s ease-in;
}



#solutions .navItem{
    /* border:1px solid red; */
    width: 15%;
}


#solutions .nav .navTab{
    font-size: 18px;
    text-decoration: none;
    padding:5px 15px;
    border-radius:35px;
    color:#353e47;
}
#solutions .nav .active{
    border:0;
    color: #ffffff !important;
    background: rgba(76,154,175,1);
    background: linear-gradient(90deg, rgba(121,187,205,1) 0%, rgba(76,154,175,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* transition: 0.5s; */
    border-bottom:1px solid rgba(76,154,175,1);
    border-radius:0 !important;
}



/* social icons */

.bi{
    text-decoration: none;
    color:#fff;
    font-size: 2rem;
}
.bi:hover{
    color:#353e47;
}



/* dynamic text home */



.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
    color:#353e47;
    font-size: 1.5rem;
}
.cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
    font-weight: normal;
}
.cd-words-wrapper b.is-visible {
    position: relative;
}
.no-js .cd-words-wrapper b {
    opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
    opacity: 1;
}



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

xclip

-------------------------------- */
.cd-headline.clip span {
    display: inline-block;
    padding: .2em 0;
}
.cd-headline.clip .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
}
.cd-headline.clip .cd-words-wrapper::after {
    /* line */
    content:'';
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: #aebcb9;
}
.cd-headline.clip b {
    opacity: 0;
}
.cd-headline.clip b.is-visible {
    opacity: 1;
}


/* google translate design */

/*google translate Dropdown */



#google_translate_element select{
    background:none;
    color: #fff !important;
    padding: 0.15rem 0.7rem 0rem 0.7rem !important;
    line-height: 13px;
    border: none;
    font-size: 1rem;
    font-family: 'Montserrat', sans-serif !important;
}

/*google translate link | logo */
.goog-logo-link{
    display:none!important;
}
.goog-te-gadget{
    color:transparent!important;
}

/* google translate banner-frame */

.goog-te-banner-frame{
    display:none !important;
}

#goog-gt-tt, .goog-te-balloon-frame{display: none !important;}
.goog-text-highlight { background: none !important; box-shadow: none !important;}

body{top:0!important;}



/* videos */

.grid div{
    transition: all 1s;
}



/* success strories */


.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* swiper home */




.swiper-container {
    overflow: hidden;
    padding: 0;
}

.btn-archive {
    color: var(--tx-button);
    background: var(--bg-button);
    border-color: var(--bg-button-border);
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.btn-archive:hover {
    color: var(--tx-button-hover);
    background-color: var(--bg-button-hover);
    border-color: var(--bg-button-hover);
}

.btn-archive:focus {
    -webkit-box-shadow: 0 0 0 0.25rem var(--bg-button-focus);
    box-shadow: 0 0 0 0.25rem var(--bg-button-focus);
}

.custom-slider {
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.accordion-item {
    background-color: #fff !important;
    border: 1px solid rgba(0,0,0,.125);
}

.dataTables_filter{
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}











/*Custom Estelle*/

