/*! Place your custom styles here */

h1 {
    font-weight: 600;

}

.opacity-1 {
    opacity: 1!important;
}

.ptb20 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.ml10 {
    margin-left: 10px!important;
}

.m30 {
    margin: 30px;
}

.pt0 {
    padding-top: 0px!important;
}

.mt0 {
    margin-top: 0px!important;
}

.black {
    color: #333;
}

.primary {
    color: #0140da!important;
}

.bg-white {
    background: white;
}

.bg-primary {
    background-color: #0140da!important;
}

.mb15 {
    margin-bottom: 15px!important;
}

.mb20 {
    margin-bottom: 20px!important;
}

.mb40 {
    margin-bottom: 40px;
}

.mt40 {
    margin-top: 40px;
}

.mt60 {
    margin-top: 60px;
}

.mt80 {
    margin-top: 80px;
}

.mt90 {
    margin-top: 90px;
}

.mt120 {
    margin-top: 120px;
}

.pt20 {
    padding-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.pb0 {
    padding-bottom: 0px!important;
}

.pb20 {
    padding-bottom: 20px!important;
}

.pb30 {
    padding-bottom: 30px!important
}

.pb40 {
    padding-bottom: 40px!important
}

.pb60 {
    padding-bottom: 60px!important
}

.mw600 {
    max-height: 600px;
}

.mw500 {
    max-height: 500px;
}

.mw550 {
    max-height: 550px;
}

.center-text {
    text-align: center;
}

.bar-1 .menu-horizontal>li>.dropdown__trigger,
.bar-1 .menu-horizontal>li>a {
    font-weight: 500;
}

.bar-1 .menu-horizontal>li>a>sup {
    font-weight: 800;
}

.menu-horizontal>li>a {
    opacity: 1!important;
    color: #4a4a4a!important;
    font-size: 1em!important
}

.menu-horizontal>li:hover>a {
    color: #0140da!important;
    font-size: 1.02em!important
}

section.space--md,
footer.space--md {
    padding-top: 5em;
}

.flaticon {
    width: 50px;
    height: auto;
}

.small-padding {
    padding: 40px 0px 20px 0px;
}

.card-2 .card__bottom>div {
    display: inline-block;
    width: 100%;
    float: none;
}

.h1-style {
    font-size: 3.14285714em;
    line-height: 1.31818182em;
    font-weight: 600;
}

@media screen and (max-width: 989px) {
    h1 {
        font-size: 2.4em;
    }
    .mt120 {
        margin-top: 60px;
    }
    .mt90 {
        margin-top: 30px;
    }
}


.bg-gray {
    background-color: #fafafa;
}

.bg-gray-to-white {
    background-image: linear-gradient(to bottom, #fafafa, #fbfbfb, #fcfdfc, #fefefe, #ffffff);
}

p {
    font-size: 1.3em;
}

h2 {
    margin-top: 60px;
    font-weight: 600;
}

h5 {
    font-weight: 500;
    font-size: 1.4em;
    line-height: 1.4em;
    padding-bottom: 20px;
}

.h5 {
    font-weight: 400;
    font-size: 1.4em;
}

.img-usecase {
    max-height: 600px;
    width: auto;
}



#b2c-home:before {
    position: absolute;
    content: "";
    right: 0px;
    background: url(../img/bg-forme-daneel.jpg)no-repeat;
    top: 40px;
    width: 50%;
    height: 123%;
}

.img-header-pro {
    margin-top: 40px;
}

@media screen and (max-width: 768px) {
    #b2c-home:before {

        top: 240px;
    }
    .img-header-pro {
        width: 70%;
        margin: auto;
    }
    .sm-no-pt {
        padding-top: 0px!important;
    }
    .sm-text-center {
        text-align: center;
    }
    .sm-img-banner {
        margin: auto;
        text-align: center;
    }
    .sm-img-banner img {
        width: 80%;
    }
    .mt60 {
        margin-top: 20px;
    }
}

#menu1 {
    position: relative;
    z-index: 10;
    background-color: white;
}


.demo-card {
    margin-top: 30px;
    background: white;
    padding: 20px 20px 30px 30px;
    border-radius: 20px;
    width: 100%;
    box-shadow: 2px 4px 7px -2px rgba(196, 196, 196, 0.4)!important;
}

.icon--lg {
    font-size: 3.5em!important;
}

.list--hover li {
    opacity: 1!important;
}

a:hover,
a:focus,
a:active {
    transform: scale(1)!important;
    color: #0140da;
    text-decoration: none;
}

.img-app {
    width: 80%;
    max-width: 200px;
}

.img-app-small {
    width: 80%;
    max-width: 150px;
}

.btn-sm {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 30px;
    padding-right: 30px;
}

.btn-cookie {
    padding: 5px 30px;
    font-size: 16px;
}

.btn-outline-primary {
    border: 1px solid #0140da;
    background: white;
    color: #0140da!important;
    transition: all 0.5s ease;
}


.btn-outline-primary:hover,
.btn-outline-primary:focus {
    transition: all 0.5s ease;
    background: #0140da;
    color: white!important;
    border: 1px solid #0140da;
}

.btn-primary {
    border: 1px solid #0140da;
    background: #0140da;
    color: white!important;
    transition: all 0.5s ease;
    font-size: 19px;
}

.btn-primary:hover,
.btn-primary:focus {
    transition: all 0.5s ease;
    background: white;
    color: #0140da!important;
    border: 1px solid #0140da;
}

.btn-app {
    transform: scale(1);
    transition: all 0.5s ease;
}

.btn-app:hover,
.btn-app:focus {
    transform: scale(1.02);
    transition: all 0.5s ease;
}

#cookie-banner {
    display: none;
    position: fixed;
    background: #fff;
    padding: 16px;
    border-radius: 8px;
    bottom: 64px;
    left: 64px;
    z-index: 999999;
    width: 100%;
    max-width: 496px;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.15);
}

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

    #cookie-banner {
        display: none;
        position: fixed;
        background: #fff;
        padding: 16px;
        border-radius: 8px;
        bottom: 0px;
        left: 0px;
        z-index: 999999;
        width: 100%;
        max-width: 100%;
        box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.15);
    }
}

article.cadre {
    padding: 30px;
    background: white;
    border-radius: 20px;
    border: 2px solid #fafafa;
    box-shadow: 2px 1px 1px 0px rgba(0, 0, 0, 0.2)!important;
}

span.number-big {
    font-size: 40px;
    margin-bottom: 0;
    font-weight: 500;
    font-family: 'CircularStd';
}

.number-medium {
    font-size: 38px!important;
}

.text-success {
    color: #28a745!important;
}

.text-info {
    color: #26abff!important;
}

.text-warning {
    color: #ff7d07!important;
}

.text-danger {
    color: #dc3545!important;
}

.pt50 {
    padding-top: 50px!important;
}

.shadow {
    box-shadow: 2px 4px 7px -2px rgba(196, 196, 196, 0.5)!important;
}

.tabs-container.tabs--vertical .tabs-content {
    width: 66%;
    padding-left: 30px;
    float: right;
    margin-top: 0;
}

.tabs-container.tabs--vertical .tabs {
    width: 33%;
    float: left;
}

.text-small {
    line-height: 1.2em;
    font-size: 1.1em;
}

.article-text {
    padding: 0px 10px 0px 10px;
}

.article-text>a>h3 {
    margin-bottom: 5px;
    margin-top: 10px;
}

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

.lh-small {
    line-height: 0.7em;
}

.sub-title {
    font-size: 1.9em;
    line-height: 1px!important;
    color: #636262;
    padding-top: 15px;
    font-weight: 400;
}


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

    .tabs-container.tabs--vertical .tabs-content {
        width: 100%!important;

    }

    .tabs-container.tabs--vertical .tabs {
        width: 100%!important;
        float: left!important;
    }
}

@media screen and (max-width: 576px) {
    .xs-pl15 {
        padding-left: 15px!important;
    }
    .partner img {
        padding-top: 15px;
    }

}

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

    footer .type--uppercase {
        margin-top: 15px!important;
    }
    .partner {
        margin: auto;
        text-align: center;
    }

}

.partner img {
    width: 80%;
    max-width: 130px;
}

.news {
    position: relative;
    top: -50px;
    width: 90%;
    margin: auto;
}

.news-img {
    height: auto;
    width: 100%;
    border-radius: 20px
}

.imagebg {
    background: #0060fa!important;
}

small {
    color: gray!important;
}

.green {
    color: #4ebf56;
}

.icon-pricing {
    width: 15px;
    position: relative;
    top: 10px;
    margin-right: 10px;
}

.icon-close {
    width: 12px;
    position: relative;
    top: 11px;
    left: 2px;
    margin-right: 14px;
}

.fs-md {
    font-size: 1.2em!important;
}

.fs-xs {
    font-size: 0.3em!important;
}

.btn .btn__text,
.btn i {
    font-size: 1em!important;
}

.label {
    display: inline-block;
    font-size: 0.6em!important;
    font-weight: 700;
    letter-spacing: .5px;
    color: #fff;
    text-transform: uppercase;
    height: 24px!important;
    min-width: 65px;
    padding: 0 10px;
    text-align: center;
    border-radius: 50px;
    position: absolute;
    z-index: 3;
    top: 1.23809524em;
    right: 1.23809524em;
    background: #0038e3!important;
}

article .article__body p,
article .article__body ul {
    color: #292929!important;
}


.article-bg {
    height: 400px;
    width: 100%;
/*background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;*/
    background-size: cover;
}

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

    .container {
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
    .news {
        width: 100%!important;
    }
    .sm-center {
        text-align: center!important;
    }
    section.space--sm,
    footer.space--sm {
        padding-top: 10px!important;
        text-align: center!important;
    }
}

.up {
    position: relative;
    top: -50px;
}