﻿.hide_column {
    display: none;
}

.main_color {
    color: #00c5d1;
}

.action-proposal-table th, .evidencefiles-table th, .table-evidencelists th {
    text-align: left;
}

.action-proposal-table td, .evidencefiles-table td, .table-evidencelists td {
    text-align: left;
}

.action-proposal-table > tbody > tr > td:first-child,
.action-proposal-table > tbody > tr > th:first-child,
.table-evidencelists > tbody > tr > td:first-child,
.table-evidencelists > tbody > tr > th:first-child,
.evidencefiles-table > tbody > tr > td:first-child,
.evidencefiles-table > tbody > tr > th:first-child {
    padding-left: 20px;
    white-space: nowrap;
}

.evidence-info-field {
    height: unset;
}

@media (min-width: 992px) {
    .evidence-info-field {
        height: 40px;
    }
}

div#datatable-reallabour_length {
    margin-bottom: 1em;
}

#datatable-reallabour > tbody {
    text-align: center;
}

.no-pointer-events {
    pointer-events: none;
}

.upload-icon {
    font-size: 30px;
    color: #00c5d1;
}

    .upload-icon:hover {
        color: #249aa1;
    }

/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}

#company-name {
    font-weight: bold;
    font-size: 1.1em;
}

#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}

#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}

    #closeCookieConsent:hover {
        color: #FFF;
    }

#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}

    #cookieConsent a.cookieConsentOK:hover {
        background-color: #E0C91F;
    }
/*Cookie Consent End*/

button, input[type=button], input[type=submit] {
    user-select: none;
}

.ui-datepicker {
    background-color: #fff;
}

.ui-datepicker-header {
    background-color: #616eff;
}

.ui-datepicker-title {
    color: white;
    display: flex;
}

table.table-condensed {
    width: 300px !important;
    height: 300px !important;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    margin: 0 0.1em 0 0 !important;
}

.ui-widget-content .ui-state-default {
    border: 0px;
    text-align: center;
    background: #fff;
    font-weight: normal;
    color: #000;
}

    .ui-widget-content .ui-state-default:hover {
        border: 0px;
        text-align: center;
        background: #000;
        font-weight: normal;
        color: #fff;
    }

.ui-widget-content .ui-state-active {
    border: 0px;
    background: #616eff;
    color: #fff;
}

.g-recaptcha iframe {
    margin-top: 0;
    margin-bottom: 1em;
}

#contact-form input[type="submit"] {
    margin-top: 0.1em;
}

.loader {
    border: 10px solid #f3f3f3;
    border-top: 10px solid #00c5d1;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: auto;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.dropzonedemography {
    border-radius: 5px;
    border-color: #00c5d1;
}

    .dropzonedemography:hover {
        border-radius: 5px;
        border-color: #00AAB6;
    }

.custom-actionprop-button {
    height: 3rem;
    cursor: pointer;
}

    .custom-actionprop-button:hover {
        color: #00c5d1;
    }

.btn-reversed {
    background: #00c5d1 !important;
}

    .btn-reversed:hover {
        background: #49494a !important;
    }

.bold {
    font-weight: bold;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.padding-left-15px {
    padding-left: 15px;
}

.mb-0 {
    margin-bottom: 0em;
}

.mb-1 {
    margin-bottom: 1em;
}

.mb-2 {
    margin-bottom: 2em;
}

.mb-3 {
    margin-bottom: 3em;
}

.ml-0 {
    margin-left: 0em;
}

.ml-1 {
    margin-left: 1em;
}

.ml-2 {
    margin-left: 2em;
}

.ml-3 {
    margin-left: 3em;
}

.mr-0 {
    margin-right: 0em;
}

.mr-1 {
    margin-right: 1em;
}

.mr-2 {
    margin-right: 2em;
}

.mr-3 {
    margin-right: 3em;
}

.mt-0 {
    margin-top: 0em;
}

.mt-1 {
    margin-top: 1em;
}

.mt-2 {
    margin-top: 2em;
}

.mt-3 {
    margin-top: 3em;
}

#company-selection {
    margin-bottom: 6em;
}

.company-select {
    background: rgba(0, 0, 0, .05);
}

    .company-select:hover {
        color: #00AAB6 !important;
    }

.emptybutton {
    background: none !important;
    border: none;
    padding: 0 !important;
    /*optional*/
    /*input has OS specific font-family*/
    cursor: pointer;
}

.disable-a-tag {
    pointer-events: none;
}

.disabled-btn {
    opacity: .7;
    cursor: default !important;
    pointer-events: none;
}

.is-edited {
    color: #0700d1 !important;
    font-weight: bold;
}

.is-not-allowed-year {
    color: #B6162C !important;
    font-weight: bold;
}

.galleryImage img {
    transition: 0.2s;
}

    .galleryImage img:hover {
        filter: grayscale(100%);
        transform: scale(1.1);
    }

table.action-proposal-table {
    table-layout: fixed !important;
    width: 100% !important;
}

td.action-proposal-cell {
    max-width: 0;
    overflow-wrap: break-word;
}

.iban-warning {
    position: fixed;
    bottom: 10px;
    right: 20px;
    width: 400px;
}

.th-action {
    padding: 0em 2em
}

#modal-footer {
    align-items: center;
    padding: 0em 1em;
}

    #modal-footer #modal-cancel {
        float: left;
        text-align: left;
    }

.action-years {
    display: flex;
    text-align: center;
}

th.txt {
    color: #00c5d1;
}

.year-checkbox {
    margin-right: 0.2em !important;
}

.table-action-years th {
    text-align: left;
}

.table-action-years td {
}

i.fa.fa-trash-o {
    color: red;
}

i.fa.fa-edit {
    color: orange;
}

i.fa.fa-exclamation-triangle {
    color: orange;
}

i.fa.fa-clock-o {
    color: #870cd5;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.75;
}

#table-list-actions td {
    text-align: center;
}

.action-disabled * {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
    color: grey !important;
}

.action-icons .action-href {
    margin: 0.5em;
}

.action-icons a {
    margin: 0.5em;
}

.action-icons .evidence-a {
    margin: 0.5em;
}

.comments {
    width: 100%;
    padding: 0.5em 1em;
    display: flex;
    align-items: center;
}

    .comments > i {
        font-size: 2.5em;
        margin-right: 0.5em;
    }

#reallabourcost-wrapper {
    display: none;
}

#fixedwagecost-wrapper {
    display: none;
}

#invoice-wrapper {
    display: none;
}

.modal-backdrop {
    z-index: 7000 !important;
    opacity: 0.5 !important;
    position: relative !important;
    display: none;
}

body.modal-open {
    overflow: visible;
}

.modal {
    background: rgba(0, 0, 0, 0.5);
}

.modal-body {
    margin: 20px;
}

/* ================================ */
/* By ABC-groep ACE
/* ================================ */

@font-face {
    font-family: 'bignoodletitlingregular';
    src: url(../fonts/big_noodle_titling.ttf) format('truetype');
}

.current {
    font-weight: bold;
    background: none;
}

.bignoodle {
    font-family: "bignoodletitlingregular";
}

.search-field {
    float: left;
    width: 80%;
}

.search-button {
    float: left;
    width: 20%;
}

.form-alert {
    font-size: small;
}

.form-required::after {
    content: "*";
    font-weight: bold;
    color: red;
}

.imgNewsItem {
}

#gallery-2 {
    margin: auto;
}

    #gallery-2 .gallery-item {
        float: left;
        margin-top: 10px;
        text-align: center;
        width: 33%;
    }

    #gallery-2 img {
        border: 2px solid #cfcfcf;
    }

    #gallery-2 .gallery-caption {
        margin-left: 0;
    }
/* see gallery_shortcode() in wp-includes/media.php */

/* ================================ */
/* By Atypic - www.atypic.be / v35
/* ================================ */

body, input, textarea, select, button {
    color: #555;
    font-size: 1.5rem;
    font-family: "Lato", Arial, serif;
    background-color: #fff;
}

.sub-menu #searchform {
    margin-bottom: 0;
}

/* ===== Font weight ===== */

.thin {
}

.extralight {
}

.light {
}

.regular {
}

.medium {
}

.bold, .strong, strong, b {
    font-weight: 700;
}

.black {
}

.extrabold {
}

/* ===== Liens ===== */

a,
a:active,
a:focus {
    color: #808080;
}

    a:hover:not([disabled]),
    .current-menu-item > a,
    .current-page-item > a,
    .current-page-ancestor > a,
    .lang_sel_sel a {
        color: #00c5d1 !important;
        text-decoration: none !important;
        outline: none !important;
    }

#main a {
    color: #00c5d1;
}

#main nav a {
    color: #808080;
}

/* ===== Titres ===== */

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    color: #231F20;
    font-weight: normal;
    text-transform: uppercase;
    font-family: "bignoodletitlingregular";
}

h1, .h1 {
    font-size: 3.5rem;
}

h2, .h2 {
    font-size: 3rem;
}

h3, .h3 {
    font-size: 2.8rem;
}

h4, .h4 {
    font-size: 2.6rem;
}

h5, .h5 {
    font-size: 2.4rem;
}

h6, .h6 {
    font-size: 2.2rem;
    color: #666;
}

.bg-gray h1, .bg-gray h2, .bg-gray h3, .bg-gray h4, .bg-gray h5, .bg-gray h6,
.bg-gray .h1, .bg-gray .h2, .bg-gray .h3, .bg-gray .h4, .bg-gray .h5, .bg-gray .h6 {
    color: #00C5D1 !important;
}

.bg-red,
.btn-cancel {
    color: #fff !important;
    background: #de3333 !important;
}

.bg-turquoise {
    color: #fff !important;
    background: #00C5D1 !important;
}

/* ===== Titre principal ===== */

h1.main-title {
}

/* ===== Titres avec lien ===== */

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
    text-align: left;
}

/* ===== Formulaires ===== */

label {
}

/* Tous les champs + Boutons */

textarea,
input,
select {
    border-radius: 4px;
}

textarea,
input,
select,
button,
.btn {
}

    /* Tous les champs uniquement */

    input:not([type="button"]):not([type="submit"]):focus,
    textarea:focus,
    select:focus {
        outline: none !important;
    }

    /* Tous les boutons uniquement */

    .btn,
    button,
    input[type="button"],
    input[type="submit"] {
        background: #49494a;
        color: #fff !important;
        text-transform: uppercase;
        padding: 10px 20px 5px;
        font-family: 'bignoodletitlingregular';
        line-height: 1em;
        font-size: 2rem;
    }

.btn-arrow {
}

    .btn-arrow::before {
        content: "\f101";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        padding-right: 10px;
    }

    .btn-arrow.btn-arrow-only {
        padding: 10px 20px;
        line-height: 1.4rem;
    }

        .btn-arrow.btn-arrow-only::before {
            font-size: 3rem;
            padding-right: 0;
        }

        .btn-arrow.btn-arrow-only span {
            display: none;
        }

.btn-myspace {
    font-size: 2.4rem;
    padding: 5px 10px 1px;
}

    .btn-myspace .fa {
        margin-right: 5px;
    }

.btn:hover:not([disabled]),
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
    color: #fff !important;
    background: #00C5D1;
    text-decoration: none;
}

.btn:active,
.btn:focus,
button:active,
input[type="button"]:active,
input[type="submit"]:active {
    color: #fff;
    outline: none !important;
}

/* ===== Et le reste du site :) ===== */
.btn-add-employee {
    color: #00c5d1 !important;
    background: none;
    padding: 0;
    text-transform: none;
    font-size: 1.5rem;
    font-family: "Lato", Arial, serif;
    line-height: unset;
    text-decoration: none !important;
    outline: none !important;
}

    .btn-add-employee:hover {
        background: none;
        color: #00c5d1 !important;
    }

.blue {
    color: #00c5d1;
}

.bg-blue {
    background: #00c5d1;
    color: #fff;
}

    .bg-blue:not(.btn) {
        background: linear-gradient(45deg, #00c5d1 0%,#12acb6 100%);
    }

    .bg-blue * {
        color: #fff;
    }

    .bg-blue h4 {
        color: #fff !important;
    }

    .bg-blue.inside {
        padding: 15px;
    }

    .bg-blue p:last-child {
        margin-bottom: 0;
    }

    .bg-blue a,
    a .bg-blue,
    a.bg-blue {
        color: #fff !important;
    }

    .bg-blue .btn:hover {
        background: #49494a !important;
    }

.bg-black {
    background: #23282D;
    color: #fff;
}

    .bg-black a {
        color: #fff;
    }

    .bg-black .fa {
        color: #00c5d1;
    }

.bg-white {
    background: #fff;
}

.bg-gray {
    background: #F7F7F7;
}

#header {
    position: fixed;
    width: 100%;
    left: 0;
    background: #fff;
    z-index: 1000;
    height: 100px;
    transition: box-shadow .3s ease;
    border-bottom: 5px #00C5D1 solid;
}

#header-top {
    padding: 7px 0;
    height: 35px;
    font-weight: normal;
}

#header-bottom,
#header-menu-container {
    height: 65px;
}

#header-menu,
#header-menu > li > a {
    height: 55px;
}

#header-menu-container {
    padding-top: 10px;
    text-transform: uppercase;
    text-align: right;
}

#header-menu > li:not(:last-child)::after {
    content: "|";
    color: #214685;
    display: inline-block;
    font-size: 14px;
}

#header-menu > li > a {
    font-weight: normal;
}

#header-menu > li a {
    display: inline-block;
    padding: 10px 11px 22px;
    text-align: left;
    transition: none;
}

#header a {
    text-decoration: none !important;
    padding-bottom: 4px;
}

#header-menu > li.menu-item-has-children > a::after {
    content: "\f0d7";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 10px;
    font-size: 19px;
    position: relative;
    top: 1px;
}

#header li .sub-menu {
    position: absolute;
    background: #fff;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 10px 35px 1px rgba(0,0,0,.1), 0 -1px 0 0px rgba(0,0,0,.1) inset;
    margin-top: -10px;
    transform: translate3d(0,10px,0);
    transition: all .3s ease;
}

#header li#menu-search .sub-menu {
    background: #00c5d1;
    right: 0px;
    width: 300px;
    padding: 10px 12px;
    z-index: 0;
}

#header li#menu-search input {
    border: 0;
    box-shadow: none;
}

#header li#menu-search #searchsubmit {
    display: none;
}

html.no-touch #header li:not(#menu-search):hover > .sub-menu,
html.touch #header li:not(#menu-search).hover > .sub-menu,
#header li.show-sub-menu > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0,0,0);
}

#header .sub-menu a {
    color: #888;
    display: block;
    padding: 9px 15px;
}

    #header .sub-menu .current-menu-item > a,
    #header .sub-menu a:hover {
        background: #00C5D1;
        color: #fff !important;
    }

.logo {
    position: relative;
}

    .logo img {
        width: 100%;
        max-width: 320px;
        margin: 7px 0;
        position: relative;
        z-index: 1;
    }

.rectangle {
    right: -43%;
    width: 215px;
    height: 100px;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: -1;
}

    .rectangle::before {
        content: "";
        top: -77px;
        width: 125px;
        height: 300px;
        background: #10284f;
        transform: skew(-30deg);
        position: absolute;
        left: 49%;
        transform-origin: 0 0;
    }

html.no-csstransforms .rectangle {
    display: none;
}

.rectanglea {
    content: "";
    top: -500px;
    width: 1000px;
    height: 1500px;
    background: #fff;
    position: absolute;
    right: 50%;
    transform: rotate(30deg);
    transform-origin: 0 0;
    margin-left: -198px;
}

#home-slider {
    position: relative;
    overflow: hidden;
    background: #000;
    padding-top: 100px;
    opacity: 0;
    transition: opacity 1s ease-out .25s;
}

#home-slider-bxslider {
}

#home-slider {
    padding-top: 100px;
}

#header + #main {
    padding-top: 100px;
}

#home-slider.loaded {
    opacity: 1;
}

.slider-cover {
    position: absolute;
    top: 0px;
    right: 0;
    width: 50%;
    height: 100%;
}

.slider-cover {
    transition: transform .8s ease-out;
}

#home-slider .logo {
    text-align: right;
    margin-top: 0px;
    margin-right: 261px;
}

    #home-slider .logo img {
        max-width: 245px;
    }

#header #myspace-menu > li {
    margin-left: 20px;
}

#video {
    background: #1d2832;
    text-align: center;
}

    #video #video-container {
        height: 600px;
    }

    #video .fa-play-circle {
        color: #c5c5c5;
        opacity: .5;
        font-size: 10rem;
    }

#stats {
    padding: 60px 0;
    text-align: center;
    line-height: normal;
    background: #10284f;
    color: #fff;
}

    #stats .stats-number {
        font-size: 9.4rem;
    }

    #stats .stats-about {
        font-size: 1.8rem;
        text-transform: uppercase;
    }

    #stats .stats-container {
        position: relative;
    }

        #stats .stats-container::before {
            position: absolute;
            left: 0;
            top: 60%;
            margin-top: -20px;
            content: "\f04b";
            color: #892828;
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 4rem;
        }

#clients {
    padding: 60px 0;
    box-shadow: 0 10px 10px -10px rgba(0,0,0,.7);
    color: #214685;
}

body.home #feed {
    padding: 60px 0;
}

#feed h1 {
    text-transform: inherit;
}

#feed h2,
#feed h3 {
    margin: 10px 0 !important;
    text-align: left;
}

#feed h2 {
    font-size: 1.7rem;
}

#feed h4 {
    margin-top: 10px !important;
}

#feed .feed-news hr {
    margin: 15px 0px 18px;
    width: 10px;
    background: #333;
}

time {
    color: #999999;
}

#feed .feed-testimony h4 {
    color: #8c8c8c;
    font-size: 1.8rem;
}

.social {
    font-size: 2.9rem;
}

body.scrolled-100px #backtotop {
    opacity: 1;
    visibility: visible;
}

#backtotop {
    position: fixed;
    right: 25px;
    bottom: 20px;
}

    #backtotop a {
        color: #aaa;
        font-size: .7em;
    }

        #backtotop a .fa {
            margin-left: 10px;
            font-size: 2.5rem;
            color: #A41515;
        }

.linkedin {
    width: 76px;
    position: relative;
    top: -1px;
}

.flex-vmiddle {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#breadcrumbs {
    text-transform: uppercase;
}

    #breadcrumbs + .row,
    #breadcrumbs + .single-post {
        margin-top: 30px
    }

    #breadcrumbs .fa {
        margin: 0 5px;
    }

    #breadcrumbs,
    #breadcrumbs a {
        color: #999999;
    }

.head {
    font-size: 1.8rem;
}

.grayscale {
    filter: grayscale(100%);
}

ul.horizontal.list-logos li {
    margin: 15px !important;
}

#jobs-relationship.horizontal.list-logos li {
    margin: 5px !important;
}

#header #s {
    width: 100%;
}

#header-top-mobile {
    margin: 20px 0;
}

    #header-top-mobile a {
        display: inline-block;
    }

    #header-top-mobile .btn-myspace {
        margin-top: 10px;
        line-height: 1em !important;
    }

    #header-top-mobile .icl-lang-name {
        display: none;
    }

.shiftnav.shiftnav-skin-light .shiftnav-inner {
    background: rgba(255, 255, 255, .95);
}

.shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target, .shiftnav.shiftnav-skin-light ul.shiftnav-menu > li.shiftnav-sub-accordion.current-menu-ancestor > .shiftnav-target, .shiftnav.shiftnav-skin-light ul.shiftnav-menu > li.shiftnav-sub-shift.current-menu-ancestor > .shiftnav-target, .shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item ul.sub-menu .current-menu-item .shiftnav-target {
    color: #00c5d1 !important;
    background: none;
}

.shiftnav .logo {
    margin: 20px auto;
}

.shiftnav-menu-title {
    display: none;
}

#references-logos-filter li {
    margin: 20px;
}

    #references-logos-filter li.hide-logo {
        display: none;
    }

#icl-current-lang #menu-lang-list {
    right: -5px;
}

    #icl-current-lang #menu-lang-list a {
        padding: 5px 20px;
        display: block;
    }

#home-slider img {
    width: 100%;
    max-width: none;
}

#powered-by-atypic {
    position: static;
    animation: none;
}

    #powered-by-atypic a,
    #powered-by-atypic a:hover {
        color: rgb(153, 153, 153);
        background: none;
        font-size: 1.4rem;
        padding: 0;
        opacity: 1;
    }

blockquote::before,
blockquote::after {
    color: #A41515;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #A41515;
}

body.single-post h1 {
    text-align: left;
}

h4 > a {
    margin-left: -25px;
    padding-left: 25px;
    position: relative;
    z-index: 1;
}

#squares {
    padding: 75px 0;
}

    #squares img {
        border: 12px solid #00c5d1;
        margin-bottom: 15px;
    }

    #squares a {
        display: block;
        text-decoration: none;
        font-size: 2.4rem;
    }

    #squares span {
        display: block;
        font-size: 3.6rem;
        margin-top: 20px;
    }

.center-content {
    font-size: 2.4rem;
    line-height: normal;
}

    .center-content h1 {
        font-size: 4.8rem;
    }

.container-900 {
    max-width: 900px;
    width: 100%;
}

#footer {
    margin-top: 60px;
}

    #footer .fa {
        font-size: 2.5rem;
        margin-right: 15px;
        vertical-align: middle;
        float: left;
    }

    #header ul,
    #footer ul {
        list-style: none;
    }

    #footer nav {
        font-family: 'bignoodletitlingregular';
        font-size: 1.8rem;
    }

        #footer nav > ul > li > a {
            font-size: 2.4rem;
        }

        #header nav > ul > li li a::before,
        #footer nav > ul > li li a::before,
        .arrow li a::before,
        .double-arrow li a::before {
            content: "\f105";
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            position: absolute;
            left: 0;
            top: -2px;
        }

#header nav > ul > li li a::before {
    left: 0;
    position: static;
    margin-right: 10px;
}

.double-arrow li a::before {
    content: "\f101";
}

.double-arrow a,
#footer nav a {
    margin-bottom: 10px;
    display: inline-block;
}

#footer nav > ul > li li > a,
.arrow a,
.double-arrow a {
    padding-left: 15px;
    display: inline-block;
    position: relative;
}

.double-arrow a {
    padding-left: 20px;
}

#footer .logo {
    max-width: 190px;
    margin-bottom: 40px;
}

#group-news article a {
    display: block;
    color: #333 !important;
    text-decoration: none;
}

body.home #group-news article:not(:first-child):not(:last-child)::after {
    content: "";
    position: absolute;
    width: 70%;
    left: 50%;
    margin-left: -35%;
    height: 1px;
}

.news {
    position: relative;
    margin-bottom: 20px;
}

#group-news .featured .news,
#group-news .news-thumbnail {
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 100px;
}

    #group-news .news-thumbnail img {
        visibility: hidden;
    }

    #group-news .featured .news h2, #group-news .featured .news .h2 {
        margin: 10px 0 0;
        color: #fff;
        text-transform: uppercase;
    }

.news a {
    display: block;
    text-decoration: none !important;
}

body.home #group-news article.featured time,
body.home #group-news article.featured a {
    color: #fff !important;
}

body.home #group-news article.featured .news-content {
    background: rgba(0,0,0,.45);
    margin-bottom: 0;
}

body.home .news .news-excerpt {
    float: left;
    width: 80%;
}

body.home .news .read-more {
    position: absolute;
    bottom: 0;
    right: 0;
}

#footer .bg-black .row {
    text-align: left;
    font-size: .9em;
}

#footer .bg-black {
    font-size: 1.5rem;
}

body #group-news a {
    background: #F7F7F7;
}

#nav-sub-pages {
    font-size: 2rem;
}

#nav-sub-pages {
    font-size: 2rem;
}

    #nav-sub-pages > ul > li .children {
        display: none;
    }

    #nav-sub-pages li.current_page_ancestor > .children,
    #nav-sub-pages li.current_page_item > .children {
        display: block;
    }

#wpml-menu {
    position: relative;
}

    #wpml-menu #wpml-menu-other-langs {
        left: -15px;
        top: 35px;
    }

.faq-section {
}

.answer {
    display: none;
}

.question.open + .answer {
    display: block;
}

.question.h5:first-child {
    padding-top: 20px !important;
}

.question.h4 + .answer {
    margin-left: 15px;
    padding-left: 20px;
    border-left: 5px #f5f5f5 solid;
}

.display_none {
    display: none;
}

form > .row {
    display: flex;
    flex-flow: wrap;
    align-items: center;
}

.demography-details {
    align-items: start !important;
}

form .col-xs-12 {
    margin-bottom: 5px;
    text-align: left;
}

    form .col-xs-12.center {
        text-align: center;
    }

.red,
.required,
.form_error {
    color: red;
}

#login-form {
    max-width: 800px;
    margin: 0 auto;
}

#loaderinfos {
    background: #fff;
}

    #loaderinfos #imgbox {
        background: #00C5D1;
        background: linear-gradient(45deg, #00c5d1 0%,#00a0bc 100%);
        height: 25px;
        width: 0;
        transition: .2s ease-out width;
    }

.align-article {
    margin-top: -20px;
}

.row-fields {
    margin-top: 40px;
    margin-bottom: 40px;
}

.right {
    text-align: right !important;
}

.left {
    text-align: left !important;
}

.center {
    text-align: center !important;
}

#table-list-employees {
    text-align: center;
}

.container-400 {
    width: 100%;
    margin: 0 auto;
    max-width: 400px;
}

.mfp-txt {
    margin: 20px 0 30px;
}

.mfp-close {
    display: none !important;
}

.mfp-loading {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    display: flex;
    align-content: center;
    flex-direction: column;
    justify-content: center;
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-direction: column;
}

#mfp-popup-confirmation .mfp-content-inside {
    position: relative;
}

#mfp-popup-confirmation.loading .mfp-content-inside > * {
    visibility: hidden;
}

#mfp-popup-confirmation.loading .mfp-content-inside > .mfp-loading {
    visibility: visible;
}

.shiftnav a {
    line-height: normal !important;
}

.shiftnav-target {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.shiftnav .logo img {
    margin: 0;
}

.shiftnav-toggle > .fa {
    font-size: 1.5em;
}

#header .sub-menu {
    margin: 0;
}

#wpml-menu #wpml-menu-current-lang, #navbar #wpml-menu a#wpml-menu-current-lang {
    height: 35px;
    line-height: 35px;
}

table {
    background: #fff;
}

.table-container {
}

table {
    min-width: 100%;
    width: auto !important;
    height: auto !important;
}

.table-responsive {
    box-shadow: -20px 0 0 0px rgba(0,0,0,.1) inset;
}

    .table-responsive table {
        table-layout: auto;
    }

table tr,
table th,
table td {
    width: auto !important;
    height: auto !important;
}

table td, table th {
    border-bottom: 0;
}

table tr, table th {
    border-bottom: 1px #eee solid;
}

table {
    border-bottom: 5px #00C5D1 solid;
}

    table.table-no-border-bottom {
        border-bottom: 0;
    }

    table.table-th-border-bottom th {
        border-bottom: 5px #00C5D1 solid;
    }

.more-content {
    margin-top: 40px;
}

/* Fix Safari with Flex */

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    width: 0;
}

html.ltie10 select {
    padding-right: 0 !important;
    background-image: none;
    height: 20px;
}

html.ltie10 label {
    display: inline;
}

.action-groups-container {
    border: 1px #00a0bc solid;
}

    .action-groups-container .action-group:not(:first-child) .action-header {
        border-top: 1px #888 solid;
    }

    .action-groups-container .action-group .action-header {
    }

    .action-groups-container .action-name {
        color: #fff !important;
        position: relative;
        top: 5px;
        margin: 0;
    }

.action-footer {
    overflow: hidden;
}

    .action-footer .action-line:not(:last-child) {
        border-bottom: 1px #ddd solid;
        padding-bottom: 5px;
        margin-bottom: 8px;
    }

.action-comment {
    margin: 20px 0;
    padding: 20px;
    background: rgba(0,0,0,.05);
}

.action-groups-container .action-comment {
    margin: 20px;
}

[disabled] {
    opacity: .7;
}

.tooltip > * {
    text-align: left;
}

#overlay_please_wait {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.3);
    z-index: 1000;
}

#overlay_please_wait_content {
    position: absolute;
    width: 300px;
    background: #fff;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -150px;
    text-align: center;
    padding: 20px;
    background: #fff;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

    #overlay_please_wait_content::before {
        content: "";
        background: repeating-linear-gradient( -45deg, #00AAB6, #00AAB6 10px, #00A3B0 10px, #00A3B0 20px );
        position: absolute;
        width: 100%;
        height: 10px;
        top: -10px;
        left: 0;
    }

.spinner {
    margin: 0 auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

    .spinner > div {
        background-color: #00C5D1;
        height: 100%;
        width: 6px;
        margin: 0 1px;
        display: inline-block;
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out;
    }

    .spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .spinner .rect3 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    .spinner .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .spinner .rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

.warningbar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #00AAB6;
    z-index: 100;
    text-align: center;
    padding: 5px 10px;
    color: #fff;
    box-shadow: 0 0 40px rgba(0,0,0,.7);
    transform: translateY(50%);
    opacity: 0;
    transition: .3s ease;
}

    .warningbar.warningbar-show {
        transform: translateY(0);
        opacity: 1;
    }

.warningbar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #00AAB6;
    background: repeating-linear-gradient( -45deg, #00AAB6, #00AAB6 10px, #00A3B0 10px, #00A3B0 20px );
    z-index: 100;
    text-align: center;
    padding: 5px 10px;
    color: #fff;
    box-shadow: 0 0 0 2px #fff, 0 0 60px rgba(0,0,0,.7);
}

    .warningbar .warningbar-ajax-response {
        display: none;
    }

    .warningbar.warningbar-got-ajax-response.warningbar-status-error {
        background: #B6162C;
        background: repeating-linear-gradient( -45deg, #B6162C, #B6162C 10px, #C6192F 10px, #C6192F 20px );
    }

        .warningbar.warningbar-got-ajax-response.warningbar-status-error .warningbar-ajax-response {
            display: block;
        }

    .warningbar.warningbar-got-ajax-response .warningbar-message {
        display: none;
    }

    .warningbar .warningbar-btn {
        display: inline-block;
        background: rgba(0,0,0,.25);
        padding: 4px 8px;
        margin-left: 10px;
        cursor: pointer;
        transition: .3s ease;
    }

    .warningbar.warningbar-got-ajax-response.warningbar-status-error .warningbar-btn {
        background: #fff;
        color: #B6162C !important;
    }

    .warningbar .warningbar-btn:hover {
        background: rgba(0,0,0,.4);
    }

.add_new_file.disabled {
    cursor: default;
    color: #bbb !important
}

.remarques {
    background: #ffeaea;
    padding: 10px 15px;
    margin-top: 10px;
    border: 1px #f54848 solid;
}

.remarque {
    margin-top: 10px;
}

.remove_file,
.remove_file:hover {
    color: #f50909 !important;
}

.action-line-title {
    word-wrap: break-word;
}

.d-none {
    display: none;
}

.flex-dashboard {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
}

.flex-dashboard-item {
    padding: 100px;
    justify-self: center;
    align-self: center;
}

tr.demography-plan-table > th {
    text-align: left;
    padding-left: 10px !important;
    color: #00c5d1;
}

/*Expert dashboard*/
.container-dashboard {
    max-width: 800px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 20px;
}

.demography-filters {
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
}

.evidence-filters {
    border-radius: 5px;
    padding: 10px;
}

.dashboard-list-group-item {
    display: inline-block;
    border: none;
    border-radius: 0;
    padding: .75rem 1.25rem;
    margin-right: 10px;
    margin-bottom: 10px;
}

.status-icon {
    color: green;
}

.expert-table > tbody > tr:hover > td {
    background-color: lightgrey;
}

.pointer {
    cursor: pointer;
}

.inactive-comment {
    opacity: 40%;
}

.expert-comments {
    width: 100%;
    padding: 0.5em 1em;
    display: flex;
    align-items: baseline;
    max-height: 25rem;
    overflow-y: auto;
}

    .expert-comments > i {
        font-size: 2.5em;
        margin-right: 0.5em;
    }

.management-committee-table-container {
    padding: 3rem;
}