

@import 'header.css';
@import 'nav.css';
@import 'quote-style.css';
@import 'footer.css';

body {
    /*font-family: 'ProximaNova', 'Helvetica', Arial, sans-serif;
    font-family: 'Source Sans Pro', sans-serif;
    font-family: 'PT Sans', sans-serif;
    font-family: 'Open Sans', sans-serif;*/
    font-family: 'Ubuntu', sans-serif;
    background-color: #f6f9fd !important;
}

/* blue-main: ##1c6d8e */

.bg-near-white, .bg-white {
    background-color: #fff;
}

.margin-top {
    margin-top: 30px;
}

.no-margin {
    margin: 0 !important;
}

.align-center {
    margin: 0 auto;
}

.blue-gradient-bg {
    background-image: linear-gradient(to left, #45d8ff, #24c8ff 44%, #3ab6ed);
}

.black-bg {
    background-image: linear-gradient(to left, #000, #333 44%, #222);
}

.text-blue {
    color: #4fc3f7;
}

.small {
    font-size: 12px !important;
    color: #444 !important;
    margin: 0 auto !important;
    line-height: 1  !important;
}

.uppercase {
    text-transform: uppercase;
}

.overlay {
    background-color: rgba(50,50,50, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

a.no-decoration:hover, a.no-decoration:active, a.no-decoration:focus {
    text-decoration: none;
}

@media screen and (max-width: 740px) { 
    iframe {
        width: 100% !important;
    }
}

#download-app-box {
    margin-top: 100px;
    padding: 20px;
}

#download-app-box h5 {
    max-width: 440px;
    font-family: Ubuntu;
    font-size: 22px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: 0.4px;
    color: #ffffff;
    margin-bottom: 24px;
}

.download-app-image {
    max-width: 445px;
    width: 100%;
}

#download-app-box ul {
    padding: 0;
}

#download-app-box li {
    list-style: none;
    display: inline-block;
}

#download-app-box li:first-child {
    margin-right: 20px;
}

#download-app-box .download-app-store {
    max-width: 135px;
}

.container-fluid.max-width {
    max-width: 810px;
    margin: 0 auto;
}

.container-fluid.with-bg {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-content {

}

.section-content.with-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 50px 0;
}

.section-content.with-overlay h1,
.section-content.with-overlay h2,
.section-content.with-overlay p {
    color: #fff;
}

.section-content h3 {
    font-family: Ubuntu;
    font-size: 100px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.9;
    letter-spacing: -1px;
    color: #daf2fe;
    margin-bottom: 30px;
    text-transform: uppercase;
    hyphens: auto;
    word-break: break-all;
}

.section-content h1 {
    font-family: Ubuntu;
    font-size: 28px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: 0.3px;
    color: #1c3f62;
    margin-bottom: 20px;
}

.section-content h2 {
    font-family: Ubuntu;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #5acaf8;
}

.section-content h4 {
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: 0.5px;
    color: #495666;
}

.section-content h5 {
    font-family: Ubuntu;
    font-size: 24px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #4fc3f7;
}

.section-content p, .section-content ul {
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: 0.5px;
    color: #495666;
    margin-bottom: 30px;
}

.section-content li {
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.5px;
    color: #495666;
}

.section-content .action-button, footer .action-button {
    display: inline-block;
    height: 48px;
    border-radius: 28px;
    background-color: #4fc3f7;
    border: solid 1px #4fc3f7;
    color: #fff;
    padding: 0 24px;
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: normal;
    text-transform: uppercase;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.section-content .action-button.action-button-lg {
    height: 58px;
    border-radius: 30px;
    padding: 0 29px;
    font-size: 18px;
    line-height: 58px;
}

.section-content .action-button.action-button-outlined {
    background-color: #fff;
    color: #4fc3f7;
}

.section-content .action-button.action-button-outlined:hover {
    background-color: #4fc3f7;
    color: #fff;
    text-decoration: none;
}

.section-content .action-button.dark {
    background-color: #1c3f62;
    border: solid 1px #1c3f62;
}    

.section-content-on-the-left .section-left-content-box {
    max-width: 500px;
    margin: 120px 0 0 auto;
}

.section-content-on-the-left .section-right-content {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 400px;
    margin: 0;
}

.section-content-on-the-left .section-right-content > div {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.section-content-on-the-right .section-right-content-box {
    max-width: 500px;
    margin: 120px 0;
}

.section-content-on-the-right .section-left-content {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 400px;
    margin: 0;
}

.section-content-on-the-right .section-left-content > div {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}  

.section-with-background {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-arguments h1, .section-arguments p {
    max-width: 338px;
    margin-left: auto;
    margin-right: auto;
}

.section-arguments h1 {
    min-height: 66px;
}

.full-width-picture {
    object-fit: contain;
    max-width: 100%;
}

.badge-number {
    width: 67px;
    height: 67px;
    border-radius: 67px;
    background-color: #ffffff;
    box-shadow: 20px 20px 49px -6px rgba(120, 167, 197, 0.2);
    margin: 0 auto 36px auto;
}

.badge-number p {
    font-family: Ubuntu;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 67px;
    letter-spacing: -0.6px;
    text-align: center;
    color: #c9cddf;
}

.type-box {
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0 2px 41px -10px rgba(71, 129, 183, 0.25);
    padding: 24px;
    width: 100%;
    max-width: 260px;
}

.type-picto {
    max-height: 56px;
    margin-bottom: 8px;
}

.type-box p {
    margin: 0;
}

.app-icon-box h1 {
    margin: 0 auto 10px auto;
    max-width: 400px;
}

.app-icon {
    max-width: 180px;
}

#create-community .section-with-background {
    background-position: top center;
    background-size: cover;
}

.create-community-box {
    position: relative;
    z-index: 2;
    max-width: 444px;
    width: 100%;
    height: calc(100% * 0.72);
    margin: 60px 0;
}

.create-community-box-shadow {
    position: absolute;
    top: calc(50% + 8px);
    left: 10%;
    width: 80%;
    height: 50%;
    z-index: 1;
    opacity: 0.85;
    border-radius: 4px;
    -webkit-filter: blur(19px);
    filter: blur(19px);
    background-color: #1c3f62;
}

.create-community-box-content {
    position: relative;
    z-index: 2;
    height: 100%;
    border-radius: 4px;
    background-color: #fff;
    padding: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.create-community-box.dark-box .create-community-box-content {
    background-color: #1c3f62;
}

.create-community-box h2 {
    font-family: Ubuntu;
    font-size: 22px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.28;
    letter-spacing: 2.8px;
    text-align: center;
    color: #1dbaef;
    max-width: 220px;
    margin: 0 auto 24px auto;
}

.create-community-box.dark-box h2 {
    color: #fff;
}

.create-community-box p {
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.8px;
    text-align: center;
    color: #1c3f62;
    max-width: 260px;
    margin: 0 auto;
}

.create-community-box.dark-box p {
    color: #ffffff;
}

.create-community-box .action-button {
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 2px;
    text-align: center;
    color: #fff;
    background-color: #1dbaef;
    margin-top: 15px;
}

.create-community-box.dark-box .action-button {
    color: #003474;
    background-color: #ffffff;
}


#community-who {
    margin-top: 80px;
}

#community-why {
    
}

#community-community {
    margin-top: 100px;
}

#community-app {
    margin-top: 60px;
}

#community-calendar {
    margin-top: 80px;
    margin-bottom: 80px;
}


#presidentQuote h1 {
    font-style: italic;
    font-weight: normal;
    max-width: 580px;
    margin: 0 auto 20px auto;
}

#presidentQuote h2 {
    margin: 0;
}

.page-banner .row {
    height: 320px;
    background-color: rgba(0, 0, 0, 0.4);
    background-size: cover;
    background-position: center center;
}

.page-banner h1 {
    font-family: Ubuntu;
    font-size: 60px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -1px;
    text-align: center;
    color: #ffffff;
}

.page-banner .publisher {
    color: #EEE;
}

.page-intro {
    margin: 30px 0 30px 0;
}

.page-intro h1 {
    font-family: Ubuntu;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #5acaf8;
}




.subtitleOverlay {
    min-height: 120px;
    margin-bottom: 40px;
}

.subtitleOverlay h3 {
    margin: 0;
    opacity: 0.08;
    font-family: Ubuntu;
    font-size: 120px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: -1.6px;
    text-align: center;
    color: #3181ae;
}

.subtitleOverlay h2 {
    margin: 0;
    margin-top: calc(-60px - 14px);
    font-family: Ubuntu;
    font-size: 28px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0.3px;
    text-align: center;
    color: #4fc3f7;
}


.page-background {
    background-repeat: no-repeat;
    background-position: center 400px;
    background-size: 90%;
}

.list-with-picto li {
    list-style-type: none;
    margin-bottom: 20px;
}

#contact .map {
    max-width: 380px;
    width: 100%;
    max-height: 466px;
    height: 466px;
}

.list-with-picto {
    padding: 0;
    margin-bottom: 30px;
}

.list-with-picto li a {
    display: inline-block;
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: 0.5px;
    color: #495666;
    margin-left: 20px;
}


.form-box {
    border-radius: 8px;
    /* background-color: #ffffff; */
    /* box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1); */
    width: 100%;
    max-width: 480px;
    /* padding: 60px; */
    margin: 0 auto;
}

.form-box h2 {
    text-align: left;
}

.form-box form {
    margin-top: 40px;
}

.form-box label {
    font-family: Ubuntu;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.15;
    letter-spacing: normal;
    color: #757575;
}

.form-box .form-control {
    height: 48px;
    border-radius: 24px;
    background-color: #f7f8fa;
    border: none;
    padding: 10px 24px;
}

.form-box ::placeholder {
    font-family: Ubuntu;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #c2c6da;
}

.form-box .button {
    height: 56px;
    border-radius: 28px;
    background-color: #4fc3f7;
    border: solid 1px #4fc3f7;
    font-family: Ubuntu;
    font-size: 17px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0.8px;
    text-align: center;
    color: #ffffff;
    width: 100%;
    margin-top: 20px;
}



.team-block {
    margin-bottom: 40px;
}

.team-block .picture-block {
    position: relative;
    z-index: 2;
    width: 168px;
    height: 168px;
    box-shadow: 0 19px 37px 0 rgba(0, 0, 0, 0.2);
    border: solid 4px #ffffff;
    background-color: #fff;
    border-radius: 100%;
    margin: 0 auto;
}

.team-block .picture-block .picture {
    width: 160px;
    height: 160px;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.team-block .info-block {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    padding-top: 52px;
    margin-top: -20px;
}

.team-block .info-block .overlay {
    position: absolute;
    top: -170px;
    left: calc( 50% - 104px);
    width: 208px;
    height: 208px;
    background-color: #f6f9fd;
    border-radius: 100%;
}

.team-block .info-block p {
    margin-bottom: 16px;
}


#why-joynit .full-width-picture {
    max-width: 80%;
}


#snap-event-header .header .slide .d-block {
    background-position: 70% center;
}

#snap-event #snap-event1 .section-content-on-the-left .section-left-content-box,
#snap-event #snap-event3 .section-content-on-the-left .section-left-content-box,
#snap-event #snap-event5 .section-content-on-the-left .section-left-content-box {
    max-width: 480px;
}

#snap-event #snap-event1 .section-content-on-the-left .section-left-content-box {
    margin: 0px 0 140px 0;
}

#snap-event #snap-event2 .section-left-content {
    min-height: 600px;
}

#snap-event #snap-event2 .section-right-content-box,
#snap-event #snap-event4 .section-right-content-box {
    float: right;
    max-width: 480px;
}



/* ----------------------------------------------------------------- */
/*                               FAQ                                 */
/* ------------------------------------------------------------------*/

#faq #accordion {
    margin: 60px 0;
}

#faq #accordion .card {
    border: none;
    background-color: #fff;
}

#faq #accordion .card-header {
    background-color: #fff;
}

#faq #accordion .card-header .btn-link {
    color: #000;
}


/* ----------------------------------------------------------------- */
/*                         PARTNER LIST                              */
/* ------------------------------------------------------------------*/


.partner-list {
    display: flex;
    justify-content: center;
    list-style: none;
    padding-top: 30px;
    padding-bottom: 30px;
    height: 140px;
}

.partner-logo {
    max-height: 80px;
    margin: 0 20px;
}




/* ----------------------------------------------------------------- */
/*                             Pricing                               */
/* ------------------------------------------------------------------*/

.custom-card {
    background-color: #ffffff;
    overflow: hidden;
    border: medium none;
    border-radius: 6px;
    border: 1px solid #e2e6e9;
}

.custom-card:hover {
    box-shadow: -1px 92px 99px -62px rgba(0, 0, 0, 0.12), 0 25px 65px 0 rgba(0, 0, 0, 0.08);
}

.pricing-item .card-body {
    padding: 43px 30px;
    height: 340px;
}

.pricing-item .list-group-item {
    border-color: rgba(204, 204, 204, 0.24);
    color: #7d8b9b;
    font-size: 14px;
    padding: 10px 33px;
    text-align: left;
    border-bottom: 0;
    border-top: 0;
}

.pricing-item .list-group-item.not-included {
    text-decoration: line-through;
    color: #C5CDD3;
}

.pricing-item .list-group-item.not-included a, .pricing-item .list-group-item a {
    text-decoration: underline;
    color: #7d8b9b;
}

.pricing-item .list-group-item.not-included a:hover,
.pricing-item .list-group-item.not-included a:active, 
.pricing-item .list-group-item a:hover,
.pricing-item .list-group-item a:active {
    text-decoration: underline;
    color: #333;
}

.pricing-item .list-group-item.not-included .action-button {
    background-color: #fff;
    color: #4fc3f7;
}

.pricing-item .list-group-item .action-button {
    color: #fff;
}

.pricing-item .list-group-item.title {
    font-weight: bold;
    color: #333;
    font-size: 16px;
    border-top: 1px solid #e2e6e9;
    padding-top: 30px;
    margin-top: 20px;
}

.pricing-item .list-group-item.title:first-child {
    margin-top: 0px;
}

.pricing-item .list-group-item:last-child {
    padding: 19px 0;
    text-align: center;
}

.card-body.bg-joynit {
    background-color: #4fc3f7;
}

.pack-item {
    background-color: #fff;
    padding: 15px;
    border-radius: 20px;
}

.pack-item p {
    margin: 0;
}

.pack-item h2 {
    font-size: 26px;
    margin: 16px 0;
}




/* ----------------------------------------------------------------- */
/*                            BLOG CARD                              */
/* ------------------------------------------------------------------*/


#blog {
    margin-top: 80px;
}

#blog .card {
    display: block;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 15px 45px 0 rgba(23, 128, 224, 0.21);
    text-align: left;
    border: none;
    margin: 0 auto 40px auto;
    max-width: 500px;
}

#blog .card:hover, .card:focus, .card:active {
    text-decoration: none;
}

#blog .card .card-header {
    padding: 0;
    width: 100%;
    background-color: #FFF;
    text-align: center;
    padding: 15px;
}

#blog .card .card-header img {
    margin: 0 auto;
    width: auto;
    height: 160px;
}

#blog .card .card-body {
    padding: 16px;
}

#blog .card .card-body h1 {
    font-size: 17px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    margin-bottom: 6px;
}

#blog .card .card-body h5 {
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    color: #a3a8b8;
    margin-bottom: 12px;
}

#blog .card .card-body p {
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: 0.5px;
    color: #495666;
    margin-bottom: 0;
}



/* ----------------------------------------------------------------- */
/*                            ARTICLES                               */
/* ------------------------------------------------------------------*/


#article {

}

#article .margin-top {
    margin-top: 80px;
}

#article .page-banner h1 {
    max-width: 920px;
    margin: 0 auto 20px auto;
}


/* ----------------------------------------------------------------- */
/*                              CARDS                                */
/* ------------------------------------------------------------------*/

.section-cards {
    margin-top: 120px;
    margin-bottom: 120px;
}

.section-cards .type-box {
    margin: 0 auto;
}

.section-cards .type-box p {
    margin-bottom: 10px;
}


/* ----------------------------------------------------------------- */
/*                         MEDIA QUERIES                             */
/* ------------------------------------------------------------------*/



@media screen and (max-width: 740px) { 
    .section-content h3 {
        font-size: 52px;
    }

    .section-content-on-the-left .section-left-content-box {
        margin: 30px 0 0 0;
    }

    .type-box {
        float: none !important;
        margin: 0 auto 20px auto;
    }

    #community-why {
        
    }

    #snap-event #snap-event1 .section-content-on-the-left .section-left-content-box {
        margin-bottom: 0;
    }

    .section-content-on-the-right .section-right-content-box {
        margin-top: 0;
        margin-bottom: 0;
    }

    #download-app-box {
        margin-top: 0;
    }

    .subtitleOverlay {
        margin-bottom: 0;
    }

    .team-block {
        margin-bottom: 20px;
    }

    .form-box {
        margin: 20px 0;
        padding: 16px;
    }

}

@media screen and (max-width: 576px) {
    .section-content-on-the-left .section-left-content-box {
        float: none;
        margin-bottom: 30px;
    }

}



.site-intro {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 30px;
    box-sizing: border-box;
}

.site-title {
    vertical-align: top;
    margin-top: 90px;
    max-width: 385px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    color: #4FC3F7;
}

.site-subtitle {
    max-width: 470px;
    font-size: 16px;
    color: #808080;
    line-height: 1.5;
    font-weight: 500;
}

.site-intro-cta {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: rgb(79,195,247);
    margin-bottom: 55px;
    text-decoration: none;
    position: relative;
}

.site-intro-content a.site-intro-cta:hover:before {
    width: 100%;
}

.site-intro-content a.site-intro-cta:before {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    display: block;
    margin-top: 20px;
    left: 0;
    background: #217cc2;
    transition: width .3s ease;
    -webkit-transition: width .3s ease;
}

.site-intro-devices {
    width: auto;
    height: 480px;
}

.site-gettheapp .store {
    max-width: 180px;
    margin-right: 20px;
}

.site-container {
    max-width: 1024px;
    margin: 0 auto;
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.site-main-container {
    padding-bottom: 80px;
    position: relative;
}

.site-main-container:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 120%;
    top: -4%;
    -webkit-transform: skewY(-6deg);
    -ms-transform: skewY(-6deg);
    transform: skewY(-6deg);
    background: #F4F5F9;
}

.site-main-title {
    font-size: 38px;
    font-weight: 600;
    padding: 70px 0 25px;
}

.site-main-section {
    margin-bottom: 8px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #ffffff;
    -webkit-box-shadow: 10px 10px 50px 0 rgba(0,0,0,0.03);
    box-shadow: 10px 10px 50px 0 rgba(0,0,0,0.03);
    position: relative;
}

.site-main-section-header {
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    height: 450px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.site-main-first-section-header:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(0,0,0,0.35)));
    background: -webkit-linear-gradient(left, transparent, rgba(0,0,0,0.35));
    background: linear-gradient(to right, transparent, rgba(0,0,0,0.35)); */
    position: absolute;
}

.site-main-section-container {
    padding: 60px;
}

.site-main-section-content-title {
    display: inline-block;
    vertical-align: top;
    font-size: 28px;
    margin-top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 300;
}

.site-main-section-bottom-content-title {
    /*width: 25%;*/
    padding-right: 15px;
    margin-right: 80px;
    color: #4FC3F7;
}

.site-main-section-content-description {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.60;
    color: #808080;
    font-weight: 300;
}

.site-main-section-bottom-content-description {
    width: 70%;
}

.site-main-container a {
    text-decoration: none;
    position: relative;
    display: inline-block;
}

.site-main-section-cta {
    font-size: 16px;
    font-weight: 500;
    color: rgb(79,195,247);
}

.site-main-container a:hover:before {
    width: 100%;
}

.site-main-container a:before {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    display: block;
    margin-top: 20px;
    left: 0;
    background: rgb(79,195,247);
    transition: width .3s ease;
    -webkit-transition: width .3s ease;
}

.site-main-section-left-img {
    display: inline-block;
    width: 50%;
    height: 360px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: top;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.site-main-section-right-content-container {
    display: inline-block;
    width: 49%;
    padding: 95px 52px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 400px;
}

.site-main-section-right-content-title {
    margin-bottom: 39px;
}

.site-main-section-right-content-description {
    font-size: 16px;
    line-height: 1.60;
}

/* ------------------------------------------------------------*/
/*                            MISC                             */
/* ------------------------------------------------------------*/

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

.uppercase {
    text-transform: uppercase;
}

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

.relative {
    position: relative;
}

.float-left {
    float: left;
}

.clear {
    clear: both;
}

.float-right {
    float: right;
}

.blue {
    color: rgb(79,195,247);
}

.light {
    font-weight: 300;
}

.normal {
    font-weight: normal;
}

.strong {
    font-weight: 600;
}

strong {
    font-weight: bold;
}

.centered-v {
    display: table-cell;
    vertical-align: middle;
}

.centered-h {
    position: relative;
    z-index: 1;
    max-width: 980px;
    margin: 0 auto;
}

h2 {
    line-height: 1.5;
}

p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #252525;
}

q {
    font-size: 20px;
    line-height: 36px;
    color: rgb(79,195,247);
}

.clearfix:before {
    display: table;
    content: " ";
}

.clearfix:before {
    clear: both;
}

.clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.hrstyle {
    height: 1px;
    margin: 120px auto;
    background-color: #e3e3e3;
    max-width: 960px;
    clear: both;
}

/* ------------------------------------------------------------*/
/*                            HEADER                           */
/* ------------------------------------------------------------*/  

header .title {
    font-size: 60px;
}

header .logo-box {
    /*padding-top: 20px;*/
    text-align: center;
}
header .logo {
    display: inline-block;
    /*margin: 20px auto 0 auto;*/
    margin-right: 20px;
    max-width: 80px;
}
header .company-name-img {
    max-height: 60px;
    margin-bottom: -8px;
}

header.variant .logo {
    max-width: 50px;
}

header.variant .company-name-img {
    max-height: 36px;
}


/* ------------------------------------------------------------*/
/*                         NAV VARIANT                         */
/* ------------------------------------------------------------*/ 

nav .main-nav {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

nav .main-nav > .item > a {
    color: #010101;
}

.main-nav > .item > a {
    position: relative;
    display: block;
    padding: 5px 0;
    color: #fff;
    transition: color 0.5s;
    text-decoration: none;
}

.main-nav > .item {
    float: left;
    font-size: 13px;
    line-height: 18px;
    margin-left: 30px;
    text-transform: uppercase;
}

nav .main-nav > .item > a:after {
    background: rgb(79,195,247);
}

.main-nav > .active.item > a {
    font-weight: 600;
}

.main-nav > .active.item > a:after {
    width: 100%;
    opacity: 1;
}

.main-nav > .item > a:after {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #fff;
    opacity: 0.5;
    transition: width 0.2s, background 0.5s;
}

.main-nav > .item:hover > a:after {
    width: 100%;
}



/* ------------------------------------------------------------*/
/*                       VARIANT PAGE                          */
/* ------------------------------------------------------------*/ 

.banner.large {
    height: 260px;
}

.banner.grey {
    background: none;
    padding-top: 0px;
}

.banner {
    display: table;
    position: relative;
    width: 100%;
    height: 620px;
    /*padding: 115px 0 60px;*/
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
}

.banner .centered-h {
    position: relative;
    -webkit-animation: fadeInDown 0.8s;
    animation: fadeInDown 0.8s;
}

.banner .overlay {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: #010101;
    opacity: 0.5;
}

.banner {
    display: table;
    position: relative;
    width: 100%;
    height: 620px;
    /*padding: 115px 0 60px;*/
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
}

.background-banner {
    height: auto;
    /*padding-top: 180px;*/
    padding-bottom: 0;
    background-attachment: fixed;
    background-size: cover;
}

.background-banner-small {
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
}

.background-banner-small .banner-content {
    margin-top: 70px;
}

.banner .on-top {
    position: relative;
    z-index: 100;
}

.background-banner .main-nav .item a {
    color: #fff;
}

.background-banner .main-nav > .item > a:after {
    background: #fff;
}

.banner-content {
    position: relative;
    margin-bottom: 100px;
    margin-top: 100px;
    padding: 0 20px;
    -webkit-animation: fadeInDown 0.8s;
    animation: fadeInDown 0.8s;
}

.banner-content h1 {
    font-weight: 600;
}

.banner.large:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    z-index: 0;
}

.banner.grey:after {
    background: linear-gradient(#fff, #f4f4f4);
}

figure {
    position: relative;
    display: block;
    height: 450px;
    margin: 0;
    padding: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

figure figcaption {
    position: absolute;
    bottom: 30px;
    right: 20px;
    color: #fff;
    font-style: italic;
    font-size: 13px;
}

.no-padding {
    padding: 0 !important;
}

.cms-contents h1, .cms-contents h2, .cms-contents h3, .cms-contents h4, .cms-contents h5, .cms-contents h6 {
    color: #010101;
    margin: 50px 0 10px 0;
}

.cms-contents h1:first-child, .cms-contents h2:first-child, .cms-contents h3:first-child, .cms-contents h4:first-child, .cms-contents h5:first-child, .cms-contents h6:first-child, .cms-contents p:first-child, .cms-contents ul:first-child {
    margin-top: 0;
}

.cms-contents a:not(.btn) {
    color: #010101;
    text-decoration: underline;
}

.cms-contents a:not(.btn):hover {
    color: #7c7c7c;
}

a {
    text-decoration: none;
    transition: color 0.3s;
}


/* ------------------------------------------------------------*/
/*                       VARIANT PAGE                          */
/* ------------------------------------------------------------*/ 

.banner .get-the-app {
    margin-top: 40px;
}

.banner .get-the-app .store {
    max-width: 160px;
}

.banner .get-the-app .site-footer-app-store-link:first-child {
    margin-right: 30px;
}


.block {
    display: table;
    position: relative;
    width: 100%;
}

.block h2 {
    margin-top: 0;
}

.block.first {
    padding-top: 120px;
}

.main-container .block {
    max-width: 960px;
    margin: 0 auto;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
}

@media (min-width: 992px) {
    .col-md-6 {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left;
    }
}

img {
    vertical-align: middle;
}

.header_content_right, .block_content_right {
    padding-left: 50px;
}

.main-title {
    display: table;
    position: relative;
    width: 100%;
    margin: 50px 0;
}

/* ------------------------------------------------------------*/
/*                            FOOTER                           */
/* ------------------------------------------------------------*/ 

.site-footer {
    padding: 65px 30px 30px;
    margin-top: 160px;
    background-color: #222222;
    color: white;
    font-size: 18px;
    position: relative;
}

footer .get-the-app .store {
    width: 120px;
}

footer .get-the-app .store:first-of-type {
    margin-right: 10px;
}

.site-footer-pro-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 40px 90px 50px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: rgb(79,195,247);
    background-size: contain;
    position: absolute;
    top: -15px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 88%;
    max-width: 955px;
}

.site-footer-pro-content-wrapper {
    width: 75%;
}

.site-footer-pro-content {
    width: 490px;
    margin: 20px 0 0;
    font-size: 16px;
    color: white;
}

.site-footer-menus {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 100px;
}

.site-button:hover {
    background-color: #1e71b1;
}

.site-button {
    padding: 16px 25px;
    background-color: #217CC2;
    border: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #ffffff;
    font-size: 15px;
    font-weight: normal;
    cursor: pointer;
    -webkit-transition: background-color 400ms;
    transition: background-color 400ms;
    width: 205px;
}

.site-footer-nav {
    vertical-align: top;
}

.site-footer-title {
    font-weight: 500;
    margin: 0 0 20px 0;
    color: white;
}

.site-footer-list {
    padding: 0;
    margin-top: 0;
    -webkit-transition: 0.4s ease, padding 0.4s ease;
    transition: 0.4s ease, padding 0.4s ease;
}

.site-footer-list-item {
    list-style-type: none;
    color: #a4a4a4;
    margin-bottom: 20px;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.site-footer-nav a {
    text-decoration: none;
    position: relative;
}

.site-footer-list-link {
    font-size: 16px;
    color: inherit;
    text-decoration: none;
}

.site-footer-nav a:before {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    display: block;
    margin-top: 20px;
    left: 0;
    background: #fff;
    transition: width .3s ease;
    -webkit-transition: width .3s ease;
}

.site-footer-nav a:hover {
    color: #fff;
}

.site-footer-nav a:hover:before {
    width: 100%;
}

.site-second-footer {
    background-color: #161616;
    font-size: 16px;
    color: #c6c6c6;
}

.site-second-footer-container {
    color: #ffffff;
    height: 85px;
}

.site-second-footer-text {
    font-size: 15px;
}

.site-second-footer-text p {
    margin: 7px 0px 7px 20px;
    color: white;
    line-height: inherit;
}

.site-second-footer-text a {
    margin: 7px 0px 7px 20px;
    display: block;
}

.site-footer-legals {
    margin-left: 30px;
    font-weight: 300;
    font-size: 15px;
    text-decoration: none;
    position: relative;
    color: #a4a4a4;
}

/* ------------------------------------------------------------*/
/*                           LANDING                           */
/* ------------------------------------------------------------*/ 

.landing-button {
    display: inline-block;
    background-color: #FFF;
    padding: 14px 40px;
    border-radius: 30px;
    border: none;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    color: rgb(79,195,247);
}

.landing-icon-box {
    padding-top: 40px;
}

.landing-icon-box .icon {
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 40px;
    width: 60px;
    height: 60px;
    margin-right: 20px;
}

.landing-icon-box .icon.last {
    margin-right: 0;
}

.landing-icon-box .icon svg {
    width: 40px;
    height: 40px;
    margin-top: 10px;
}

.landing-icon-box .icon svg g {
    fill: #fff !important;
}

.first-section {
    background-color: rgb(79,195,247);
    color: #fff;
}

.second-section {
    background-color: #fff;
    color: #000;
}

.second-section li {
    padding-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .second-section .pl5 {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.signup-box {
    padding: 10px 0 30px 0;
}

.signup-box input {
    width: 40%;
    height: 50px;
    border: none;
    line-height: 18px;
    font-size: 18px;
    color: rgb(79,195,247);
    padding: 6px;
    outline-color: rgb(79,195,247);
}

.signup-box input::placeholder {
    line-height: 18px;
    font-size: 18px;
    color: rgb(79,195,247);
}

.signup-box input.submit-button {
    background-color: #fff;
    color: rgb(79,195,247);
    text-transform: uppercase;
    width: 15%;
    min-width: 140px;
    margin-top: 20px;
}

@media screen and (max-width: 740px) {
  .signup-box input {
    width: 100%;
    margin-bottom: 10px;
  }
  .signup-box input.submit-button {
    margin-top: 20px;
  }
}

.signup-box input.submit-button:focus, .signup-box input.submit-button:hover {
    background-color: rgb(79,195,247);
    color: #fff;
    border: 1px solid #fff;
}


/* ------------------------------------------------------------*/
/*                          HOMEPAGE                           */
/* ------------------------------------------------------------*/

.profil-picture {
    position: absolute;
    top: -20px;
    left: -100px;
    width: 120px;
    height: 120px;
    border: 6px solid #fff;
    border-radius: 4px;
    box-shadow: 2px 2px 10px #444;
    transform: rotate(-15deg);

}

.profil-picture.second-position {
    top: 40px;
    left: auto;
    right: -120px;
    transform: rotate(5deg);
    
}


.about.variant .banner {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.about .picture-bg {
    min-height: 260px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* ------------------------------------------------------------*/
/*                           PARTNERS                          */
/* ------------------------------------------------------------*/ 

.partners-list {
    margin: 50px 0;
}

.partners-list .item {
    list-style: none;
    margin: 16px 0;
}

.partners-list .item a {
    text-decoration: none;
}

.partners-list .item a span {
    text-decoration: underline;
}

.partners-list .item .logo-box {
    display: inline-block;
    width: 100px;
    text-align: center;
}

.partners-list .item img {
    max-width: 100px;
    max-height: 100px;
}

.partners-list .item span {
    padding-left: 32px;
}

/* ------------------------------------------------------------*/
/*                        MEDIA QUERIES                        */
/* ------------------------------------------------------------*/


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

    
    .main-nav {
        margin-right: 0;
    }

    .main-nav > .item {
        margin-left: 0;
    }

    nav .logo-typo {
        text-align: center;
    }

    nav .change-language {
        text-align: center;
        font-size: 18px;
        line-height: 20px;
    }
    
    .site-container {
        padding: 16px;
    }

    .site-main-container {
        /*padding-bottom: 0;*/
    }

    .site-title {
        margin-top: 0;
    } 

    .site-intro {
        padding: 30px 14px;
    }

    .site-intro-content {
        padding-bottom: 80px;
        float: none;
    }

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

    .site-gettheapp a {
        display: block;
    }

    .site-gettheapp a:first-child {
        margin-bottom: 10px;
    }

    .site-gettheapp .store {
        max-width: 150px;
    }

    .site-intro-devices.float-right {
        float: none;
        display: block;
        margin: 0 auto;
    }

    .site-intro-devices {
        width: auto;
        max-height: 400px;
    }

    .site-subtitle {
        max-width: none;
    }

    .site-main-title {
        font-size: 32px;
        font-weight: 600;
        padding: 10px 0 10px;
    }

    .site-main-section-header {
        height: 250px;
    }

    .site-main-section-container {
        padding: 20px;
    }

    .site-main-section-bottom-content-title {
        width: 100%;
        padding-right: 15px;
        margin-right: 30px;
    }

    .site-main-section-bottom-content-description {
        width: 90%;
    }

    .site-main-section-left-img {
        height: 250px;
        width: 100%;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 6px;
    }

    .site-main-section-right-content-container {
        display: inline-block;
        width: 100%;
        padding: 20px 16px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        max-height: auto;
    }

    .site-footer-pro-container {
        flex-wrap: wrap;
    }

    .site-footer-pro-content-wrapper {
        width: 100%;
    }

    .site-footer-pro-content {
        width: 100%;
    }

    .site-footer-pro-container {
        top: -60px;
    }

    .banner-content {
        margin: 60px 0;
    }

    .banner .on-top {
        text-align: center;
    }

    .banner .get-the-app .store {
        max-width: 150px;
    }

    .banner .get-the-app .site-footer-app-store-link {
        display: block;
    }

    .banner .get-the-app .site-footer-app-store-link:first-child {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .block_content_right {
        padding: 0px 16px;
    }

    .main-title {
        padding: 0 10px;
    }

    .hrstyle {
        margin: 20px auto;
    }

    .main-container section {
        padding: 0 16px;
    }

    .background-banner-small {
        background-size: auto;
    }

    .variant nav > div {
        text-align: center;
    }

    .main-container .img-container {
        float: none;
        display: block;
        margin-left: -60px;
        text-align: center;
    }

    .main-container .img-container img {
        max-height: 300px;
        max-width: 230px;
        width: auto;
    }

    .main-container section {
        /*padding: 0;*/
        margin: 0;
    }

    .banner.large {
        height: 120px;
    }

}

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

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

}

@media screen and (min-width: 1000px) {

    .site-intro-content {
        margin-left: 12%;
    }

}

@media screen and (min-width: 740px) and (max-width: 1000px) {

    .site-intro-content {
        max-width: 60%;
    } 

    .site-title {
        margin-top: 20px;
    }

    .site-intro-devices {
        width: auto;
        max-height: 360px;
        max-width: 40%;
    }

}