
@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;
    
}

.btn-demos{
    padding: 0 10px 0 0 !important;
    margin: 0 !important;
}

.titleSolution{
    font-weight: 600;
    color: #6399ad;
}

.listname{
    font-weight: 600 !important;
    color: rgb(62,75,88) !important;
}
.fs-solution{
    font-size: .9em;
}
#introPres ul li::before {
    content: none !important;
    color: rgb(120, 145, 154);
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-weight: 600;
}

.titleCampaign{
    font-size: 1.8em !important;
}
.special{
    font-weight: 600;
    text-transform: uppercase;
    color: #6399ad !important;
}
.September{
    color: #6399ad !important;
    font-style: oblique;
}

.list-group-item {
    position: relative;
    display: block;
    text-decoration: none;
    border: none !important;
    background-color: rgba(255, 255, 255, 0) !important;
    padding: 0 !important;
}



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

/* Retire la possibilité de resize les textarea */


textarea {
    resize: none;
}

.text1Class p{
    font-weight: 400;
    line-height: 1.5em;
}

/* team */
.titleTeam{
    color: #3a829d ;
    text-transform: uppercase;
}

.txt-secteur{
    font-weight: 200;
    font-size: 1em;
}

.txtInfoTeam{
    text-decoration: none;
    color: #000;
    font-size: .8em;
}

.txtMailTeam{
    text-decoration: none;
    color: #000;
    font-size: 1.1em;
}

.btn_simple{
    color: #3a829d !important;
    text-transform: uppercase;
    font-weight: 500;

    border:0;
}

.btn_simple:hover{
    color: #3a829d !important;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: solid 1px !important;
}

.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{
    color: #3a829d;

}


/* 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: #1D1D1F;
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: #1D1D1F;
}

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: #1D1D1F;
    line-height: 1.3rem;
}

h1 {
    color: #1D1D1F;
    font-size: 2rem !important;
    word-break: break-word;
}

h2 {
    color: #1D1D1F;
    font-weight: 600;
    font-size: 1.5em !important;
    text-transform: uppercase;
}


h4 {
    font-weight: 300;
}

h5 {
    color: #3a829d !important;
    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;

}

.txtmore{
    font-size: .8em;
}

/*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: #1D1D1F !important;
    padding-right: 0.7rem !important;
    padding-left: 0.7rem !important;
    /* border-left: 1px solid #7dbecf; */
    line-height: 16px;

}

.navbar .nav-link:hover {
    color: #3a829d;

}

.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: #1D1D1F;
    text-transform: uppercase;
    border-color: rgba(53, 62, 71, .5);
    padding: 5px 20px;
    border-radius: 10px;
}

.btnHP:hover {
    background-color: transparent;
    color: #1D1D1F;
    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: #1D1D1F !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: #1D1D1F !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: #1D1D1F;
}

.privacyLink:hover {
    color: #1D1D1F;
    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: #1D1D1F;
    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: #1D1D1F;
}

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

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

.titleMap {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
}

.linksMap {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding: 0 0 5px 0;
    display: block;
    text-align: left;
    text-decoration: none;
}

.linksMap:hover {
    color: #373e46;
}

.linksMapBold {
    font-size: 13px;
    font-weight: 600;
}

/*tabs partners*/

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

.navPartners li:hover {
    color: #1D1D1F !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;
    color: #3a829d;
    font-weight: 600;
}

/* .card {
    -webkit-text-fill-color: #1D1D1F;
    color: #1D1D1F !important;
} */

.emailPartners {
    color: #1D1D1F;
    font-weight: 600;
}

.emailPartners:hover {
    color: #1D1D1F;
    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;
    color: #000 !important;
}

.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: #1D1D1F !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: #1D1D1F !important;
    line-height: 1.7rem;
}

#successStories .active .textTestimonials{
    font-size: 1.4em;
    color: #1D1D1F !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    background: linear-gradient(to right, #1D1D1F 0%, #1D1D1F 50%, #1D1D1F 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, #1D1D1F 0%, #1D1D1F 50%, #1D1D1F 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-color: #3a829d;
    background-size: 200% auto;
    transition: 0.5s;

}

.btn_headline:hover {
    background-color: #1d1d1f !important;
    color: #ffffff !important;

}
.btn_headline:focus {
    color: #ffffff !important;

}

.btn_outline_blue{
    border-radius: 35px;
    border:0;
    border:1px solid #3a829d !important;
    background-color: #fff;
    color: #3a829d !important;
    text-transform: uppercase;
    font-weight: 400;
    padding: 3px 30px !important;
    transition: 0.5s;
    font-size: .9rem;
}

.btn_outline {
    border-radius: 35px;
    border:0;
    border:1px solid #3a829d !important;
    background-color: #fff;
    color: #3a829d !important;
    text-transform: uppercase;
    font-weight: 400;
    padding: 5px 15px !important;
    transition: 0.5s;
    font-size: .9rem;
}

.btn_outline:hover {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.btn_outline:focus {
    color: #3a829d !important;
}

.btn_basic_italic{
    color: #3a829d ;
    font-style: italic ;
    font-size: .9em;
    font-weight: 300;
}

.arrowLinear{
    font-size:.6rem;
    font-weight: 600;
}



.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: #1D1D1F;
    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;
}

.border-blue{
    border: solid 2px #3a829d;
}

.border-orange{
    border-color: #df6025 !important;
    border-width: 2px !important;
}

.row-eq-height div{
    
    /* background-color: #f3f3f3; */
}

.blocGreyDark {
    background-color: #1D1D1F;
    min-height: 585px;
}
.blocGreyDark img{
    border-top: 1px solid #cecece;
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
}

.blocGreyDark h5, .blocGreyDark p{
    color:#fff;
}

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

.blocGrey div{
    height: 10em;
}

.blocGreyHyper{
    background-color: #f3f3f3;
}

@media screen and (max-width: 1430px) {
    .blocGrey div{
        height: 100% !important;
    }
    
}

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

    .blocGrey p{
        text-align: center !important;
    }
    
}

@media (max-width: 979px) {
    .arrow { 
       display: none;
    }
 }

.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 !important;
}

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

.fst-italic{
    font-size: .8rem;
}

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

.presDesc {
    opacity: .7;
}


#worldLeading {
    background-color: #1D1D1F;
}

#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 */

.list_news li{
    color: #1D1D1F;
    font-size: .9rem;
    line-height: 1.3rem;
    font-weight: 300;
}
.demosDesc {
    opacity: .7;
    font-size: .8rem;
    line-height: 1.1rem;
}

.demosDesc b{
    font-weight: 600;
}

.redtext{
    color: #ce3011;
}

#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;
}

.txt-small{
    font-size: .9em;
    line-height: normal;
}

#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: #1D1D1F !important;
        line-height: 1.2rem;
    }

    #solutions .navItem{
    
        width: 100% !important;
    }
    
    
    #solutions .nav .navTab{
        font-size: 20px;
        text-decoration: none;
        padding:5px 15px;
        border-radius:35px;
        color:#1D1D1F;
        border-bottom:1px solid transparent;
    }
    #solutions .nav .active{
        border:0;
        color: #ffffff !important;
        color: #3a829d;
        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;

    }


    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;
        display: none;
    }

    div.my-tabs ul {
        position: relative;
        font-weight: 300;
        display: inline-block;
        border-bottom: 0px solid #cecece !important;
    }

    .arrowIntPrev{
        margin-left: 0px;
    }
    .arrowIntNext{
        margin-right: 0px;
    }

}

/* New design Home page */

#BlocHome{
    background-color: #f3f2f2ca;
}

.Home_section{
    border-left: 2px solid #59bacd;
}

.xs_title{
    color: #59bacd;
    text-transform: uppercase;
    font-size: .9em;
}

.logo_home{
    width: 100px;
}

#BlockDark{
    background-color: #1D1D1F;
}

.TitleHomeH1{
    color: #3a829d !important;
    font-weight: 600;
    font-size: 1.7em !important;
    text-transform: uppercase;
}

.TitleHomeH2{
    color: #ffffff !important;
    font-weight: 300;
    font-size: 1.7em !important;
    text-transform: uppercase;
}

.TitleHomeH3{
    color: #ffffff !important;
    font-weight: 300 !important;
    font-size: 1.2em !important;
}

.colorBlue{
    color: #3a829d !important;
    font-weight: 400 !important;
}

.Slider{
    border-radius: 10px;
}

.black {
    color: #1d2227 !important;
}

.blockImg01 {
    background-image: url('https://hyperverseinternational.com/public/assets/img/home/Browser_based.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 80vh;
}

.blockImg02 {
    background-position: center center;
    background-size: cover;
    height: 80vh;
    z-index: -1;
}

.content {
    position: fixed;
    top: 0;
    color: #f1f1f1;
    padding: 20px;
    margin: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

/* ------------------- */
/* WarningBox */

#warningBox{
    background-color: #1D1D1F;

}
.headWarning{
    color:#fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 1.5rem;
}
.txtWarning{
    color:#fff;
}
.italicWarning{
    font-style: italic;
    font-weight: 200;
}

/* ------------------- */
/* Colours */

.Orange{
    font-weight: 600;
    color: #E6530D !important;
}

.OrangeItalic{
    font-weight: 500;
    font-style: italic;
    color: #E6530D !important;
}

.Blue{
    font-weight: 600;
    color: #59bacd !important;
}

.blue{
    color: #59bacd !important;
}
.pink{
    color: #b03a61 !important;
}
.purple{
    color: #7a4aaa !important;
}


.showOrange{
    color:#bd6652 !important;
}

.btn_line_showOrange{
    color: #fff !important;
    padding: 5px 40px;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #bd6652;
    border-radius: 20px;
}

.btn_line_showOrange:hover{
    color: #fff !important;
    padding: 5px 40px;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #bd6652;
    background: #bd6652;
    border-radius: 20px;
}

.btn_line_orange{
    color: #fff !important;
    padding: 5px 40px;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #E6530D;
    border-radius: 20px;
}

.btn_line_orange:hover{
    color: #fff !important;
    padding: 5px 40px;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #E6530D;
    background: #E6530D;
    border-radius: 20px;
}

.btn_line_blue{
    color: #fff !important;
    padding: 5px 40px;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #59bacd;
    border-radius: 20px;
}

.btn_line_blue:hover{
    color: #fff !important;
    padding: 5px 40px;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #59bacd;
    background: #59bacd;
    border-radius: 20px;
}

.btn_line_pink{
    color: #fff !important;
    padding: 5px 40px;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #b03a61;
    border-radius: 20px;
}

.btn_line_pink:hover{
    color: #fff !important;
    padding: 5px 40px;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #b03a61;
    background: #b03a61;
    border-radius: 20px;
}
.btn_line_purple{
    color: #fff !important;
    padding: 5px 40px;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #7a4aaa;
    border-radius: 20px;
}

.btn_line_purple:hover{
    color: #fff !important;
    padding: 5px 40px;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #7a4aaa;
    background: #7a4aaa;
    border-radius: 20px;
}





/* ------------------- */
/* LD Hyperecommerce page */

#LD_ecommerce_02{
    background-color: #1D1D1F; 
}
#LD_ecommerce_03{
    background-color: #1D1D1F; 
}
#LD_ecommerce_03 p{
    color:#fff;
}

.list_ecomm {
    list-style: none; /* Remove default bullets */
  }
  
  .list_ecomm li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #E9540D; /* Change the color */
    font-weight: 700; /* 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) */
  }


/* ------------------- */
/* LD Jobfair page */

.jobfairIcon{
    font-size: 5rem;
    color: #3A829D;
}

/* ------------------- */
/* LD Hyperoffice page */

#LD_Hyperoffice{
    background-color: #1D1D1F;
    
}

.HyperLogo{
    height: 90px;
}

.LD_section{
    border-left: 2px solid #E6530D;
    height: auto;
}


@media screen and (max-width: 992px){
    .LD_section{
        border-left: 0px solid #E6530D;
        height: auto;
    }
}

.academy_section{
    border-left: 2px solid #98a8ac;
    height: auto;
}


@media screen and (max-width: 992px){
    .academy_section{
        border-left: 0px solid #59bacd;
        height: auto;
    }
}
.art_section{
    border-left: 2px solid #b03a61;
    height: auto;
}


@media screen and (max-width: 992px){
    .art_section{
        border-left: 0px solid #b03a61;
        height: auto;
    }
}

.hpf_section{
    border-left: 2px solid #59bacd;
    height: auto;
}


@media screen and (max-width: 992px){
    .hpf_section{
        border-left: 0px solid #bd6652;
        height: auto;
    }
}

.show_section{
    border-left: 2px solid #bd6652;
    height: auto;
}


@media screen and (max-width: 992px){
    .show_section{
        border-left: 0px solid #bd6652;
        height: auto;
    }
}

.health_section{
    border-left: 2px solid #7a4aaa;
    height: auto;
}


@media screen and (max-width: 992px){
    .health_section{
        border-left: 0px solid #7a4aaa;
        height: auto;
    }
}

.title_LD{
    font-weight: 600;
    font-size: 1.7em !important;
    text-transform: uppercase;
    color:#fff;
}

.LD_txt_subtitle{
    color:#fff;
}


.LD_list{
    list-style: none;
    margin-left: 0;
    margin-top: 0;
    color: #fff;
    font-weight: 300;
    font-size: .9em;
}

.LD_subtitle{
    color:  #E6530D;
    font-style: oblique;
}



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

/* Hyper...(solution_Page) */

.HyperTitle{
    font-weight: 600;
    font-size: 1.5em !important;
    text-transform: uppercase;
}

.HyperText{
    color: #223743a5;
    font-weight: 300;
    font-size: .9em;
}

.HyperTextDetails{
    color: #223743;
    font-style: oblique;
    font-weight: 400;
}

#Hyper_Including{
    background-color: #f3f2f2ca;
}

.LD_Including{
    list-style: none;
    margin-left: 0;
    margin-top: 0;
    color: #223743a5;
    font-weight: 400;
    font-size: 1.1em;
}

.titleCitation{
    font-weight: 600;
    color: #000000 !important;
    font-size: 1.3em !important;
    font-style: italic;
}

.icon_Citation{
    font-weight: 500;
    font-size: 4em;
    color: #E6530D !important;
    margin: 0;
    padding: 0;
}

.source{
    font-style: italic;
    font-weight: 400;
    text-decoration: underline;
}

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

/* Hyper...(latest news) */

.TitleLatestNews01{
    font-weight: 500;
    font-size: .9em !important;
    text-transform: uppercase;
}

.TitleLatestNews02{
    font-style: italic;
    color: #59bacd !important;
}

/* ------------------- */
.arrowIntPrev{
    margin-left: -50px;
}
.arrowIntNext{
    margin-right: -50px;
}


.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: #1D1D1F; }
  
  .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: #1D1D1F;
      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{

    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 {
    color: #3a829d; */
    color:#3a829d !important;
    font-weight: 400;
    background-color:#fff;
}

.nav-pills .nav-link:hover {

    color:#3a829d !important;
    font-weight: 400;
    background-color:#fff;
}


.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;
}







/* hyperverse */



.listHyperverse {
    list-style: none; /* Remove default bullets */
    font-size: 1.rem !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) */
  }

  .list2{
    font-size: 1rem !important;
  }

  .list2 li::marker{
    content: none;
  }

  .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: #1D1D1F;
}


  /* newsletter */


#section-cta{
    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%);
}

  .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 demos */
div.demo-tabs {
    line-height: 1.4446;
    letter-spacing: 0em;
    text-align: center;
  }
  div.demo-tabs ul {
    position: relative;
    font-weight: 300;
    display: inline-block;
    border-bottom: 1px solid #cecece;
  }
  div.demo-tabs ul li {
      display: inline-block;
      padding: 0 22px 17px;
      padding: 0;
  }
  div.demo-tabs ul li a {
    text-decoration: none;
    color: #1D1D1F;
    display: block;
    padding: 0 22px 17px;
    font-weight: normal;
    -webkit-appearance: none;
  
  }


/* 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: #1D1D1F;
  display: block;
  padding: 0 22px 17px;
  font-weight: normal;
  -webkit-appearance: none;

}

div.my-tabs ul li .active{
 
    color: #7cbdcf;
  }


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:#1D1D1F;
}


/* social icons */

.socialNet{
    text-decoration: none;
    color:#fff;
    font-size: 2rem;
}
.socialNet:hover{
    color:#1D1D1F;
}




/* dynamic text home */



.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
    color:#1D1D1F;
    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 */

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

}


.btn_videos:hover {
    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-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-size: 200% auto;
    transition: 0.5s;

}

.btn_videos:focus {
    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-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-size: 200% auto;
    transition: 0.5s;

}


/* 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 */

.textLastNews{
    color: #1D1D1F;
    font-size: 1rem;
    line-height: 1.2rem;
    font-weight: 300;
}


.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;
}

.btnBasic{
    font-size: 1rem;
    color:#659baf;
    font-weight: 400;
}

.btnBasic:hover{
    font-size: 1rem;
    color:#212529;
    text-decoration: underline;
}

.lnr-chevron-right {
    font-size: 12px;
    font-weight: 600;
  }

/* btn bouton top */

.btn-top {
    transform: translateY(6em);
    opacity: 0;
    transition-property: transform, opacity;
    transition-duration: 350ms;
    transition-delay: 150ms;
    position: fixed;
    bottom: 2em;
    right: 2em;
    background-color: #3a829d !important;
    border: 1px solid #3a829d;
    color: #fff;
    border-radius:50px;
    width:50px;
    height: 50px;
    text-decoration: none;
    cursor:pointer;

}

.btn-top:focus {

    background-color: #3a829d !important;
    border: 1px solid #3a829d;
    color: #fff;


}

.btn-top span {
    margin: 0;
    padding: 0;
    font-weight: 600;
}

.btn-top:hover {
    color: #fff;
    background-color: #373e46 !important;
}

.appearBtn {
    transform: translateY(0em) !important;
    opacity: 1;
}


/* analytics */

.listAnalytics li{
    width: 100% !important;
}



#prevVideo{
    margin-left:-65px;
}
#nextVideo{
    margin-right:-65px;
}
#prevVideo .carousel-control-prev-icon{
    filter: invert(.5) grayscale(80);
}
#nextVideo .carousel-control-next-icon{
    filter: invert(.5) grayscale(80);
}


/*  bullet list */

    ul.custom-list {
        list-style-type: none;
        /* Supprimer le style de liste par défaut */
        padding-left: 0;
    }

    ul.custom-list li {
        position: relative;
        padding-left: 35px;
        /* Espace pour l'icône et un peu de marge */
    }

    ul.custom-list li::before {
        /* content: '\F26A'; */
        background-image: url("../img/icon_hyperverse.png");
        background-size: 18px 14px;
        content :"";
        width: 18px;
        height: 14px;
        /* Ceci est le code spécifique pour l'icône "check-circle" de Bootstrap Icons */
        font-family: "bootstrap-icons";
        /* Indiquez que nous utilisons la police d'icônes Bootstrap */
        position: absolute;
        left: 0;
        top: 10px;
        transform: translateY(-50%);
        /* Centrer verticalement */
        font-weight: normal;
        color: #3b829d;
        /* Vous pouvez ajuster la couleur comme vous le souhaitez */
    }


/* login/username */

.sectionAccess{
    margin-top: -190px;
}

.shadowAccess{
    box-shadow: 15px 0 25px rgba(0, 0, 0, 0.3);
    min-height: 400px;
}

@media (max-width: 766px) {
  .sectionAccess{
    margin-top: 0;
}

.shadowAccess{
    min-height: 0;
    box-shadow: 15px 0 25px rgba(0, 0, 0, 0);
}
}