

/*
 * SITE
 */

html {
    overflow-y: scroll;
}
html, body {
    height: 100%;
}

body {
    background: #f3f6f6; /* hsl(195,14%,96%) */
    font-family: Lato, /*'PT Sans', 'Open Sans',*/ 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
body.no-scroll {
    overflow: hidden;
}


header {
    background: none;
    box-shadow: none;
    height: auto;
    position: static;
    overflow: visible;
}
    header > .wrap {
        /*border-bottom: 1px solid #eee;*/
        padding: 0;
    }
    
header {
    background: #1f7cae;
    /*margin-bottom: 30px;*/
    position: fixed;
    z-index: 10000;
}

header nav {
    float: right;
    font-size: 12px;
    /*height: 56px;*/
    line-height: 56px;
    margin: 0;
}
    header nav > ul > li { 
        display: block;
        float: left;
    }
    header nav > ul > li:first-child {
    }
    header nav > ul > li:last-child {
        padding-right: 0;
    }
        header nav > ul > li > a {
            color: #fff;
        }
        header nav > ul > li > a:hover {
            color: #eee;
            text-decoration: underline;
        }
        header nav > ul > li > a.selected {
            font-weight: bold;
        }
        

header .btn-default {
    border-color: #fff;
}
header .btn-default:hover {
    background: #941B13;
    border-color: #941B13;
    color: #fff;
}

.incentive-signup {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 60px;
    margin-left: 15px;
}
    .incentive-signup span {
        margin-right: 15px;
    }


header nav .auth {
    /*border-left: 1px solid #eee;*/
}
header nav .auth.logged-in {
    padding: 0 0 0 15px;
}
    header nav .auth a.account {
        font-weight: bold;
        text-transform: none;
    }
    header nav .auth a.account:hover {
        text-decoration: none;
    }
    header nav .auth .account img {
        -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
        height: 24px;
        vertical-align: middle;
        width: 24px;
    }
    header nav .auth .logout {
        color: #aaa;
        font-size: 0.95em;
        margin-left: 0.5em;
        text-transform: none;
    }
    header nav .auth.dropdown .caret {
        margin-top: 11%;
    }


.top-navbar {
    margin-bottom: 0;
    width: 100%;
}
.layout-app .top-navbar {
    background: #025D8C;
    background: linear-gradient(140deg,#025D8C, #027f8d);
    color: #fff;
}
.layout-site .top-navbar,
.layout-project .top-navbar {
    background: #fff;
    color: #124D64;
}
    .layout-app .top-navbar .navbar-nav > li > a {
        color: #fff;
    }
    .layout-site .top-navbar .nav>li>a,
    .layout-project .top-navbar .nav>li>a {
        color: #1868a3;
    }
    .layout-app .navbar-brand,
    .layout-site .navbar-brand {
        height: 30px;
        margin-left: 0 !important;
        margin-top: 10px;
        overflow: hidden;
        text-indent: -9999px;
        width: 140px;
        /*color: #025D8C;
        font-size: 24px;*/
    }
    .layout-app .navbar-brand {
        background: url("/assets/images/logo_app_header_white.png") no-repeat;        
    }
    .layout-site .navbar-brand {
        background: url("/assets/images/logo_app_header.png") no-repeat;        
    }
    
/*.page-homepage .top-navbar {
    background: none;
    position: absolute;
}
    .page-homepage .top-navbar .navbar-brand {
        background: url("/assets/images/logo_app_header_white.png") no-repeat;
    }
    .page-homepage .top-navbar .nav>li>a {
        color: #fff;
    }
    .page-homepage .top-navbar .nav>li>a:focus, 
    .page-homepage .top-navbar .nav>li>a:hover {
        color: #eee;
    }
    .page-homepage .nav>li>a:focus, 
    .page-homepage .nav>li>a:hover {
        background: none;
    }*/


.simple-navbar {
    background: #025D8C;
    background: linear-gradient(140deg,#025D8C, #027f8d);
    color: #fff;
}
    .simple-navbar .navbar-header {
        text-align: center;
        width: 100%;
    }
        .simple-navbar .navbar-brand {
            background: url("/assets/images/logo_app_header_white.png") no-repeat;
            float: none;
            color: #fff;
            font-size: 28px;
            display: inline-block;
            margin: 0.5em;
        }
        
#nav-search-general {
    margin-left: 25px;
}
    #search-input {
        border-color: #fff;
        
        /* fix markup generated by typeahead */
        /*border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        margin-top: 5px;*/
    }
    @media (min-width:768px) {
        #search-input {
            width: 200px;        
        }
    }
    @media (min-width:1200px) {
        #search-input {
            width: 490px;        
        }
    }
    .ac-main-search {
    }
    .layout-site #search-input {
        background: #fafafa;
        border-color: #ccc;
    }
    .layout-site #nav-search-general button[type="submit"] {
        background: #ccc;
        border-color: #ccc;
    }


.page-outsourcing-research #nav-search-general,
.page-premium-subscribe-stripe #nav-search-general,
.page-new-lab-choose-type #nav-search-general,

.page-onboarding-new-lab #nav-search-general,
.page-onboarding-edit-lab #nav-search-general,
.page-onboarding-lab-team #nav-search-general,
.page-onboarding-lab-invite #nav-search-general,
.page-onboarding-lab-partners #nav-search-general,

.page-help-faq #nav-search-general
{
    display: none;
}

.secondary-navbar {
}
    .secondary-navbar .secondary-navbar-wrap {
        background: #fff;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border: 1px solid #ddd;
        border-top: 0;
    }
        .secondary-navbar .nav a {
            border: 0;
            border-bottom: 3px solid transparent;
            background: none;
            color: #2d2d2d;
            padding: 12px 8px;
            font-size: 16px;
            /*font-weight: 300;*/
            margin-left: 15px;
        }
        .secondary-navbar .nav a:hover {
            border-bottom-color: #c7c7c7;
        }
        .secondary-navbar .nav .active a {
            border-bottom-color: #025D8C;
        }
        .secondary-navbar .notice-unpaid-private {
            opacity: 0.85;
            padding: 8px 0;
            margin-right: 15px;
        }
        .secondary-navbar .notice-unpaid-private:hover {
            opacity: 1;
        }
        .secondary-navbar .badge {
            position: relative;
            font-size: 12px;
            top: -0.6em;
            font-weight: normal;
        }

.search-type-navbar.secondary-navbar {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}
    .search-type-navbar.secondary-navbar .nav .active a {
        color: #025D8C;
    }
    .search-type-navbar.secondary-navbar .nav a {
        margin-left: 0;
        text-transform: uppercase;
        margin-right: 15px;
        color: #555;
    }

.badge-notification {
    position: relative;
    font-size: 11px;
    padding: 3px 6px;
    top: -11px;
}

#logo_centered {
    display: none !important;
}




/* Contenu */

.content-default {
    background: #fff;
    padding: 15px 30px;
    border: 1px solid hsl(195, 15%, 84%);
    border-radius: 4px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.text-description {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.4em;
    font-weight: 300;
    color: #222;
}

.push-footer {
    min-height: 100vh;
}

/***************
 * Plate-forme *
 ***************/

.editable-photo .edit-photo {
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    display: none;
    font-size: 18px;
    height: 100%;
    padding-top: 105px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.no-cover .editable-photo .edit-photo, 
.no-cover.editable-photo .edit-photo {
    padding-top: 40px;
}
/*.is-editing .editable-photo .edit-photo {
    display: block;
}*/

    .editable-photo .edit-photo span:hover {
        color: #eee;
        cursor: pointer;
    }

/*
 * Lab profile
 */
#lab-profile {
    color: #737373;
    margin-top: 20px;
    min-height: 100vh;
}
    /*#lab-profile .cover-profile {
        background: #124D64;
        height: 260px;
        overflow: hidden;
        position: relative;
    }
    #lab-profile.is-viewing .cover-profile.no-cover {
        height: 70px;
    }
    #lab-profile .cover-profile > .wrap {
        bottom: 0;
        left: 0;
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 0;
    }
        #lab-profile .cover-profile img {
            bottom: -9999px;
            left: 0;
            margin: auto 0;
            position: absolute;
            right: 0;
            top: -9999px;
            width: 100%;
        }*/
    
    #lab-header {
        margin-bottom: 20px;
        box-shadow: 0 1px 1px rgba(0,0,0,.05); /* same as .panel blocks */
    }
    
    #lab-top {
        background: #fff;
        border: 1px solid hsl(195, 15%, 84%);
        border-bottom: 0;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    #lab-nav {
        background: hsl(195, 15%, 95%);
        border: 1px solid hsl(195, 15%, 84%);
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }
        #lab-nav .nav {
            border: 0;
        }
            #lab-nav .nav a {
                border: 0;
                border-bottom: 3px solid transparent;
                background: none;
                color: #2d2d2d;
                padding: 10px 0;
                font-size: 16px;
                font-weight: 300;
                margin-right: 15px;
            }
            #lab-nav .nav a:hover {
                border-bottom-color: #c7c7c7;
            }
            #lab-nav .nav .active a {
                border-bottom-color: #025D8C;
            }
                #lab-nav .nav a .count {
                    color: #1f7cae;
                }
            #lab-nav .nav a.has-badge {
                color: #027f8d;
            }
                #lab-nav .nav a .fa {
                    color: #027f8d;
                    font-size: 13px;
                    position: absolute;
                    top: 4px;
                    right: -7px;
                }
                
        
    #lab-profile #lab-avatar {
        margin: 10px;
        margin-bottom: -30px;
        height: 100px;
        width: 100px;
    }
        #lab-profile #lab-avatar img {
        }
        #lab-profile #lab-avatar .edit-photo {
            /*border-radius: 50%;*/
            font-size: 14px;
            /* background: none; */
            height: auto;
            padding: 2px 0;
            background: hsl(195, 15%, 95%);
            top: auto;
            display: block;
            bottom: 0;
        }
        #lab-profile #lab-avatar .edit-photo a {
            color: #555;
        }
        #lab-profile #lab-avatar .edit-photo a:hover {
            color: #000;
        }
        #lab-profile #profile-actions {
            margin-top: 30px;
            text-align: right;
        }
            
        #lab-profile.is-viewing div.is-editing,
        #lab-profile.is-editing div.is-viewing {
            display: none;
        }
        
        #lab-profile-info #form-update-profile {
            max-width: 412px;
        }
            #lab-profile-info #form-update-profile textarea {
                height: 5.5em;
                resize: none;
            }
        
        
    #lab-content {
        margin-top: 20px;
    }
        #lab-content .panel-body h3 {
            margin-top: 0;
        }
        #lab-content .lab-tab > p {
            margin: 20px;
        }
        
.list-lab-items .lab-item {
    border-top: 1px solid #ddd;
    padding: 20px 0;
}
    .list-lab-items .lab-item p {
        font-weight: 300;
        color: #222;
    }
    .list-lab-items .lab-item .summary {
        font-family: Helvetica, Arial, sans-serif;
    }
    .list-lab-items .lab-item .price {
        font-weight: normal;
    }
    .list-lab-items .lab-item h3, .list-lab-items .lab-item h4 {
        color: #333;
        font-size: 20px;
        margin-top: 0;
    }
    
    
#lab-profile .add-lab-item[aria-expanded="true"] {
    display: none;
}
    
#lab-profile .creating-lab-partnerships .add-lab-item-area {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.form-partnership[data-partner_lab_category="private"] .affiliation {
    display: none;
}
.form-lab-service[data-lab_service_price_on_request="1"] .unit_type,
.form-lab-service[data-lab_service_price_on_request="1"] .unit_price {
    display: none;
}

div.image-placeholder {
    padding: 30px 0;
    text-align: center;
    border: 1px solid #ccc;
    width: 100%;
    background: #eee;
    border-radius: 4px;
    color: #aaa;
}
.image-placeholder-bg {
    background: #eee;
}
.image-placeholder-bg:hover {
    opacity: 0.9;
}
.image-trait-removed button.image-trait-remove {
    display: none;
}


.tags-update {
    
}
    .tags-update .input-group {
        max-width: 300px;
    }




.panel-view-mode .panel-edit-block {
    display: none;
}
.panel-edit-mode .panel-view-block {
    display: none;
}


/* editable */
.editable-container, 
.editable-input, 
.editable-input .form-control {
    width: 100% !important;
}
.editable-buttons {
    display: block !important;
    text-align: right;
    margin-top: 5px;
}
.editable-click, a.editable-click, a.editable-click:hover {
    border-bottom: 0 !important;
    white-space: normal !important;
}
.editable-pre-wrapped {
    white-space: normal !important;
}


.conversation {
    color: #888;
}
.conversation-unread {
    color: #000;
    font-weight: bold;
}





/* Avatar */

.avatar-wrapper-center {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    display: inline-block;
    height: 75px;
    overflow: hidden;
    position: relative;
    width: 75px;
}
.avatar-wrapper-center img {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 180px;
    max-width: 90%;
    position: absolute;
    right: 0;
    top: 0;
    width: 80%;            
}

ul.small-avatars.list-inline {
    font-size: 0;
    margin-bottom: 0;
}
    .small-avatars.list-inline > li {
        padding: 5px;
    }
.avatar-wrapper-center.avatar-xs {
    width: 42px;
    height: 42px;
}
.avatar-wrapper-center.avatar-xs img {
    max-width: 34px;
    width: 34px;
}
.avatar-wrapper-center.avatar-lg {
    width: 108px;
    height: 108px;
}
.avatar-wrapper-center.avatar-lg img {
    max-width: 100px;
    width: 100px;
}

.list-partners li {
    border-top: 1px solid #eee;
}
.list-partners li:last-child {
    border-bottom: 1px solid #eee;
}
    .list-partners h5 {
        margin: 7px 0px;
    }

/* Geo map */      
#google-map-container {
    background: #fff;
    border: 1px solid hsl(195, 15%, 80%);
    margin-bottom: 20px;
    border-radius: 3px;
}
#google-map {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin: auto;
    /*width: 414px;*/
    width: 100%;
    height: 150px;
}
#geo-caption {
    border-top: 1px solid hsl(195, 15%, 80%);
    font-size: 12px;
    padding: 5px 15px;
}

/* Remove Google Maps links */
.gmnoprint a, .gmnoprint span, .gm-style-cc {
    display:none;
}


/*
 * Social
 */
.follow-button {
}
    .follow-button .button-text {
        display: none;
    }
    .follow-button.following .following-text,
    .follow-button.not-following .follow-text 
    {
        display: block;
    }
    .follow-button.following:hover .following-text,
    .follow-button.not-following:hover .follow-text 
    {
        display: none;
    }
    .follow-button.following:hover .unfollow-text,
    .follow-button.not-following:hover .follow-text 
    {
        display: block;
    }
    
    
.favorite-button {
}
    .favorite-button .button-text {
        display: none !important;
    }
    .favorite-button.favorited .favorited-text,
    .favorite-button.not-favorited .favorite-text 
    {
        display: block !important;
    }
    .favorite-button.favorited:hover .favorited-text,
    .favorite-button.not-favorited:hover .favorite-text 
    {
        display: none !important;
    }
    .favorite-button.favorited:hover .unfavorite-text,
    .favorite-button.not-favorited:hover .favorite-text 
    {
        display: block !important;
    }
    
    .favorite-button.favorited .fa-heart {
        color: #1f7cae;
    }

    
/*
 * Admin
 */
form.dropzone {
    min-height: 0;
    background-color: #fafafa;
    border: 1px solid #ddd;
}
form.dropzone:hover {
    background-color: #f5f5f5;
}
#render-log iframe {
    background-color: #fafafa;
    border: 1px solid #eee;
    height: 500px;
    width: 100%;
}
.breadcrumb {
    
}
    .breadcrumb .active a {
        color: #000;
        cursor: default;
    }

.private-message-crop {
    max-height: 9em !important;
    overflow: auto;
}

/*
 * Homepage
 */
.hero-app {
    background: #000 url("/assets/images/hero_lab_woman_1500px.jpg") top left;
    background-size: cover;
    box-shadow: inset 0 0 0 1000px rgba(30,77,100, 0.45);
    color: #fff;
    height: 100%;
    margin-bottom: 0;
    position: relative;
    width: 100%;
}
    .hero-app .text {
        margin: 140px auto 90px; /* ajout de 50 px en haut (hauteur de la navbar) */
        max-width: 720px;
        text-align: center;
    }
        .hero-app h1, .hero-app p {
            text-shadow: 1px 2px 1px rgba(0,0,0,0.15);
        }
        .hero-title {
            font-size: 74px !important;
        }
        .hero-app p {
            font-size: 28px;
        }


.page-homepage .container .prominent {
    font-weight: 300;
}
.page-homepage .benefits h3 {
    font-weight: 300;
    font-size: 27px;
}
.page-homepage .container p.lead {
    font-size: 17px;
}

.video-container {
    max-width: 730px;
}


.list-references img {
    max-width: 80px;
    margin: 5px 30px;
}

.customer_logos img {
    height: 45px;
    margin: 20px auto;
    opacity: 0.7;
}


/*
 * Autocomplete
 */        

.algolia-autocomplete {
    font-size: 14px;
    width: 100%;
}
.algolia-autocomplete .aa-input, .algolia-autocomplete .aa-hint {
    width: 100%;
}
.algolia-autocomplete .aa-hint {
    color: #999;
}
.algolia-autocomplete .aa-dropdown-menu {
    width: 100%;
    background-color: #fff;
    border: 1px solid #999;
    margin-top: 1px;
    text-align: left;
}
.algolia-autocomplete .aa-dropdown-menu .aa-suggestion {
    cursor: pointer;
}
    .algolia-autocomplete .aa-suggestion a {
        color: #555;
        display: block;
        padding: 5px 10px;
    }
        .algolia-autocomplete .aa-suggestion a .small {
            margin-left: 5px;
            color: #aaa;
        }
.algolia-autocomplete .aa-dropdown-menu .aa-suggestion.aa-cursor {
    background-color: #eee;
}
.algolia-autocomplete .aa-suggestion.special-action {
    background-color: #027f8d !important;
}
    .algolia-autocomplete .aa-suggestion.special-action a {
        color: #fff !important;
    }
.algolia-autocomplete .aa-dropdown-menu .aa-suggestion em {
    font-style: normal;
}
.algolia-autocomplete .category {
    border-bottom: 1px solid #ddd;
    /* background: rgba(18,77,100,0.8); */
    color: #333;
    font-size: 13px;
    font-weight: bold;
    margin: 0 10px;
    padding: 0.25em 0px;
    text-align: left;
    text-transform: uppercase;
}


/*
 * Search
 */
    #search-container {
        min-height: 360px;
    }
    #search-filters { /* deprecated */
        /*display: none;*/
        /*float: left;
        width: 23%;*/
        margin-bottom: 10px;
    }
    #filter-category-menu {
        
    }
        #search-filters .dropdown-menu .facet-item { /* cf Bootstrap */
            display: block;
            padding: 3px 20px;
            clear: both;
            font-weight: 400;
            line-height: 1.42857143;
            color: #333;
            white-space: nowrap;
        }
        #search-filters .dropdown-menu .facet-item:focus, 
        #search-filters .dropdown-menu .facet-item:hover { /* cf Bootstrap */
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5;
        }
        #search-filters .dropdown-menu a.active, 
        #search-filters .dropdown-menu a.active:focus, 
        #search-filters .dropdown-menu a.active:hover {
            color: #fff;
            text-decoration: none;
            background-color: #027f8d;
            outline: 0;
        }
        #search-filters .dropdown-menu .facet-count {
            color: #aaa;
            font-size: 0.85em;
            margin-left: 5px;
        }
    #filter-country-menu {
        max-height: 600px;
        overflow-y: auto;
    }
    #search-results {
        /*width: 74%;
        margin-left: 26%;*/
    }

    /*.clear:after {
      content: '';
      display: table;
      clear: both;
    }*/

    /* HITS */
    #hits {
        margin: 4px 0;
        padding: 10px 0;
    }
    .hit {
        font-size: 0;
        margin: 15px 0;
    }
    .hit-wrap {
        max-width: 512px;
    }
    .hit-image {
        width: 16%;
        display: inline-block;
    }
        .hit .avatar-wrapper-center {
        }
            .hit-image img {
                /*max-width: 100%;*/
                /*max-height: 180px;*/
            }
    .hit-content {
        font-size: 13px;
        display: inline-block;
        width: 83%;
        margin-left: 1%;
        vertical-align: top;
    }
    .hit-content .hit-price {
        font-size: 20px;
        float: right;
        margin-left: 20px;
        color: #027f8d;
    }
    .hit-content .hit-price, .hit-content .hit-name {
        font-weight: normal;
        margin-top: 0;
        margin-bottom: 0;
    }
    .hit-content .hit-affiliation {
        margin: 5px 0;
        color: #777;
    }
    .hit-content em {
        font-style: normal;
        /*background: rgba(255,255,255,0.6);*/
    }
    .hit-content .hit-description {

    }
    .hit .date {
        color: #aaa;
    }
    .hit .actions {
        margin-top: 10px;
    }
    
    .page-search-services .hit-content {
        width: 100%;
    }

    /* PAGINATION */
    #pagination {
        margin-top: 60px;
    }
    #pagination ul {
        font-size: 0;
        list-style-type: none;
        text-align: center;
    }
    #pagination li {
        font-size: 14px;
        display: inline;
    }
    #pagination a {
        padding: 8px 12px;
        text-decoration: none;
        color: #000;
        border: 1px solid #ccc;
        border-radius: 4px;
    }
    #pagination a:hover {
        background: #f5f5f5;
    }
    #pagination li:first-child a {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }
    #pagination li:last-child a {
        border-right: 1px solid #ccc;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    #pagination li.ais-pagination--item__active a {
        color: white;
        border-color: #124D64;
        background: #124D64;
    }
    #pagination li.ais-pagination--item__active a:hover {
        cursor: default;
    }
    #pagination li.ais-pagination--item__disabled a {
        cursor: not-allowed;
    }
    #pagination li.ais-pagination--item__disabled a:hover {
        background: none;
    }

    /* STATS */
    #stats {
        font-size: 0.8em;
        color: #999;
    }
    #stats .ais-stats--time {
    }

    /* FACETS */
    .filter-title {
        font-weight: 500;
        color: #000;
        margin-top: 15px;
    }
    .facet {
        margin-bottom: 24px;
    }
    .facet h5 {
        margin: 0 0 6px;
        padding: 0 0 6px;
        text-transform: uppercase;
        border-bottom: 2px solid #ccc;
    }
    .facet ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    .facet li {
        margin-bottom: 3px;
    }
    .ais-refinement-list--checkbox {
        margin-right: 3px !important;
    }
    .ais-refinement-list--label,
    .ais-menu--link {
        font-size: 13px;
        font-weight: normal;
        display: block;
        line-height: 1.2;
        text-decoration: none;
        color: #666;
        cursor: pointer;
    }
    .ais-refinement-list--label:hover, .ais-refinement-list--item__active .ais-refinement-list--label,
    .ais-menu--link:hover, .ais-menu--item__active .ais-menu--link {
        color: #027f8d;
    }
    .ais-refinement-list--item__active .ais-refinement-list--label:hover,
    .ais-menu--item__active .ais-menu--link:hover {
        text-decoration: line-through;
        color: #027f8d;
    }
    .ais-refinement-list--count,
    .ais-menu--count {
        position: relative;
        top: 3px;
    }

    /* NO RESULTS */
    .no-results #pagination, .no-results #sort-by, .no-results #stats, .no-results #facets {
        display: none;
    }
    #no-results-message {
    }
    #no-results-message p {
        font-size: 18px;
        font-weight: 100;
    }
    #no-results-message ul {
        list-style-type: none;
    }
    #no-results-message li {
        font-size: 12px;
        position: relative;
        display: inline-block;
        margin: 4px 2px;
        padding: 4px 28px 4px 8px;
        color: #999;
        border: 1px solid #ddd;
        border-radius: 12px;
    }
    #no-results-message li span.value {
        font-weight: bold;
        color: #000;
    }
    #no-results-message li a.remove img {
        position: absolute;
        top: 3px;
        right: 5px;
        float: right;
        width: 17px;
        height: 17px;
        opacity: .5;
    }
    #no-results-message li a.remove:hover img {
        opacity: 1;
    }
    a.clear-all {
        font-size: 12px;
        line-height: 1;
        display: inline-block;
        margin: 10px;
        padding: 8px 12px;
        text-decoration: none;
        color: black;
        border: 2px solid #ddd;
        border-radius: 4px;
    }
    a.clear-all:hover {
        transition: border-color .3s ease-in;
        border-color: #999;
    }

    /* SLIDER */
    .ais-range-slider--target {
        margin: 40px 30px 40px 0;
        font-size: 13px;
    }

    .ais-range-slider--connect {
        background: #027f8d;
    }

    .ais-range-slider--handle {
        border-color: #027f8d;
    }

/* end of search */









p.bigger, div.bigger {
    font-size: 1.25em;
}


/* Pagination */
.pagination {
}
    .pagination a {

    }
    .pagination a.active {
        background: #1f7cae;
        border-color: #1f7cae;
        color: #fff;
    }



/*
 * Pages spécifiques
 */
.page-landing_map header nav,
.page-landing_map footer {
    display: none;
}

/* Sign up */
#form-signup {
}
.input-group-addon.checkable i {
    display: none;
}
.input-group-addon.checkable.checking i.checking,
.input-group-addon.checkable.valid i.valid,
.input-group-addon.checkable.invalid i.invalid { 
    display: inline-block;
}

form.enter-cred {
}

form#form-lab {
    max-width: 600px;
}
.lab-private .hide-for-private,
.lab-academic .hide-for-academic {
    display: none;
}

#onboarding-lab-partners {
    /*max-width: 500px;*/
}
    #onboarding-lab-partners .add-partnership-area {
        margin-bottom: 15px;
    }
    #onboarding-lab-partners .form-add-partnership h3 {
    }
    #onboarding-lab-partners .form-add-partnership h3 {
        display: none;
    }
.form-partnership.show-autocomplete-entry .manual-entry {
    display: none;
}   
.form-partnership.show-manual-entry .autocomplete-entry {
    display: none;
}
.form-partnership.show-autocomplete-entry .form-actions,
#onboarding-lab-partners .form-partnership.show-autocomplete-entry.partnership-done .form-actions {
    display: none;
}
#onboarding-lab-partners .form-partnership.show-autocomplete-entry label {
    display: none;
}
#onboarding-lab-partners .form-partnership.show-manual-entry {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding-top: 15px;
}

.choose-category-lab {
    
}
    .choose-category-lab .panel {
        margin: 0 50px 20px;
    }
    .choose-category-lab .academic .panel-heading {
        background: #025D8C;
        color: #fff;
    }
    .choose-category-lab .private .panel-heading {
        background: #027f8d;
        color: #fff;
    }
    .choose-category-lab .price {
        font-weight: 400;
    }
    .choose-category-lab span.currency {
        display: inline;
        font-size: 0.6em;
        vertical-align: super;
        opacity: 0.9;
    }


/* Invoice */

.invoice-render {
    margin: 20px auto;
    max-width: 700px;
}
    .invoice-render .from {
        color: #777;
        font-size: 0.9em;
    }
    .invoice-render .to {
        margin-left: 55%;
    }
    .invoice-render h2 {
        margin-top: 2em;
    }
    .invoice-render .footer {
        color: #aaa;
        margin-top: 5em;
        text-align: center;
    }

/* Price table */
table.prices {
    background: none !important;
}
    table.prices td {
    }
    table.prices td.price_item {
        text-align: right;
    }
    table.prices tr.total td {
        border-top: 1px solid #bbb;
        border-bottom: 1px solid #bbb;
        font-weight: bold;
    }

.payment-form table.prices {
}
    .payment-form table.prices td {
    }
    .payment-form table.prices .discount-desc {
        color: #00A308;
    }
    .payment-form table.prices .discount .price_item {
        color: #387038;
    }
    .payment-form table.prices .total td {
    }

.social-share.list-inline>li {
    padding: 0;
}
.social-share a {
    color: #025D8C;
    font-size: 13px;
}
.social-share a:hover {
    opacity: 0.8;
}
.social-share .twitter { color: #00aced; }
.social-share .facebook { color: #3b5998; }
.social-share .email { color: #888; }
.social-share .linkedin { color: #007bb6; }
.social-share .googleplus { color: #dd4b39; }


/*
 * News article
 */

#article {
    
}
    #article h1 {
        font-size: 28px;
        font-family: "Crete Round", serif;
    }
    #article .article-meta {
        
    }
    #article .article-body {
        border-top: 1px solid #ccc;
        margin-top: 20px;
        padding-top: 20px;
    }
    #article .article-body img, .mce-content-body img { /* responsive image */
        display: block;
        max-width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
    #article .article-body h3, .mce-content-body h3,
    #article .article-body h4, .mce-content-body h4,
    #article .article-body h5, .mce-content-body h5 {
        font-family: "Crete Round", serif;
        font-weight: bold;
    }
    #article .article-body h3, .mce-content-body h3 { /* Heading 1 */
        font-size: 24px;
    }
    #article .article-body h4, .mce-content-body h4 { /* Heading 2 */
        font-size: 20px;
    }
    #article .article-body h5, .mce-content-body h5 { /* Heading 3 */
        font-size: 17px;
    }
    #article .article-body p, .mce-content-body p {
        font-size: 17px;
        margin-bottom: 20px;
    }    

textarea.rich-editor {
    display: none;
}
.mce-toolbar {
    border-bottom: 1px solid #ddd !important;
}
.mce-toolbar.mce-last {
    border-bottom: 0 !important;
}
.mce-ico.mce-i-fa {
    font-family: FontAwesome;
    font-size: 16px;
}
.mce-content-body {
    background: #fff;
    padding: 20px;
}
.mce-branding-powered-by {
    display: none;
}

/* Editor: column layout */
.cl-row {
    min-height: 30px
}
.cl-col {
    padding-left: 6px;
    padding-right: 6px
}
.mce-content-body .cl-col {
    border: 1px dashed #ddd
}
article .cl-row,
.mce-content-body .cl-row {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%
}
@media (max-width: 767px) {
    article .cl-row,
    .mce-content-body .cl-row {
        display: block
    }
}
article .cl-col--2,
.mce-content-body .cl-col--2 {
    width: 50%
}
@media (max-width: 767px) {
    article .cl-col--2,
    .mce-content-body .cl-col--2 {
        width: 100%
    }
}
article .cl-col--3,
.mce-content-body .cl-col--3 {
    width: 33%
}
@media (max-width: 767px) {
    article .cl-col--3,
    .mce-content-body .cl-col--3 {
        width: 100%
    }
}

/* Editor: embed */
.rich-media {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.embed-content > * {
    margin-left: auto;
    margin-right: auto;
}
.embed-content .responsive-object {
    position: relative;
    padding-bottom: 67.5%;
    height: 0;
    overflow: hidden
}
.embed-content .responsive-object iframe,
.embed-content .responsive-object object,
.embed-content .responsive-object embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.content-entry {
    
}
.handbook-articles .content-entry {
    margin: 40px 0;
}
  

.choose-news-type {
}
    .choose-news-type a {
        margin: 10px 0;
        display: block;
    }
    
#lab-profile .lab-post:first-child {
    border: 0;
}

/*
 * Lab Service
 */
#lab-service-profile {
    color: #737373;
    margin-top: 20px;
    min-height: 100vh;
}
    
    #lab-service-header {
    }
    
    #lab-service-top {
        padding: 0;
        margin: 0;
    }

    #lab-service-image {
        max-height: 340px;
        max-width: 100%;
        width: auto;
    }
    #lab-service-profile #lab-service-avatar {
        margin: 10px;
        /*margin-bottom: -30px;*/
        height: 100px;
        width: 100px;
    }
        #lab-service-profile #lab-service-avatar img {
        }
        
    #lab-service-content {
        margin-top: 20px;
    }

.lab-service {
    
}
    .lab-service .lab-provider {
        color: #000;
        margin-top: -6px !important;
    }
    #lab-profile .lab-service .lab-provider {
        display: none;
    }
    #search-results .ais-hits--item:first-child .lab-service {
        border-top: 0;
    }
    .lab-service .media-left a {
        margin-right: 5px;
    }
    .lab-service-icon {
        background: #025D8C;
        width: 96px;
        height: 96px;
    }
    div.lab-service-icon {
        background-color: #fff;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }
    
    
/*****************
 *  Media queries
 *****************/

@media (max-width:980px) {
    

} /* Fin media query (max-width:980px) */


@media (max-width : 700px) {
  
}

@media (max-width : 600px) {


}

@media (max-width : 480px) {

    .hide-on-mobile {
        display: none;
    }    
    
    header nav > ul > li,
    header nav > ul > li:last-child {
        float: none;
        padding: 0 1.5em;
    }
    header nav .auth {
        border: none;
    }
    
    
    /* */
    
    #page {
        padding-top: 0;
        padding-bottom: 56px; /* header height */
    }
    header {
        bottom: 0;
        margin: 0;
        top: auto;
    }
    
    .logged-out header nav {
        float: left;
    }
    .logged-out header nav > ul > li.signup {
        display: block !important;
    }
    header nav {
        float: left;
        margin: 0;
    }
    
    #logo_centered {
        display: block;
    }    
    
    /* */    
    

    
}
