﻿@font-face {
    font-family: Exo2;
    src: url(Fonts/Exo2-Regular.woff) format('woff');
    font-weight: 400;
}

@font-face {
    font-family: Exo2;
    src: url(Fonts/Exo2-Light.woff) format('woff');
    font-weight: 300;
}

@font-face {
    font-family: Exo2;
    src: url(Fonts/Exo2-Medium.woff) format('woff');
    font-weight: 500;
}

@font-face {
    font-family: Exo2;
    src: url(Fonts/Exo2-Bold.woff) format('woff');
    font-weight: 700;
}

@font-face {
    font-family: RobotoCondensed;
    src: url(Fonts/RobotoCondensed-Regular.woff) format('woff');
    font-weight: 400;
}

@font-face {
    font-family: RobotoCondensed;
    src: url(Fonts/RobotoCondensed-Bold.woff) format('woff');
    font-weight: 700;
}

body {
    font-size: 11pt;
    font-family: Exo2, Sans-Serif;
    font-weight: normal;
    color: #000;
    background: url(Images/white_carbon.png) repeat;
    margin: 0;
    padding-bottom: 20px;
}

/* Général */
section.contenu-page-menu-2l {
    margin-top: 110px;
}

.margin-top-10 {
    margin-top: 10px;
}

.padding-top-15 {
    padding-top: 15px;
}

a {
    color: #003655;
}

.btn {
    border: none;
    background: #003655;
    padding: 5px 9px;
    border-radius: 10px;
    color: white;
    font-weight: 700;
}

    .btn a {
        color: white;
    }

a.disabled {
    color: #555;
    cursor: text;
}

    a.disabled:hover {
        text-decoration: none;
    }

.aide {
    font-size: 16pt;
    cursor: pointer;
    color: #c4007c;
}

    .aide.aide-tuile {
        float: right;
        margin: 12px 12px 0 0;
        font-size: 16pt;
        cursor: pointer;
        color: #c4007c;
    }

    .aide.aide-label {
        font-size: 12pt;
    }

.tooltip,
.in.tooltip {
    opacity: 1;
    filter: unset;
}

.tooltip-inner {
    background-color: rgb(255, 255, 255);
    color: rgb(0,0,0);
    border: 0.5px solid rgb(0,0,0);
    opacity: 1;
}

.tooltip-arrow {
    opacity: 1;
}

div.clear {
    clear: both;
}

.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

.no-horizontal-padding {
    padding-left: 0;
    padding-right: 0;
}

.page-header {
    background-color: #3172b5;
    border-bottom: 5px solid #3172b5;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: white;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 7px;
    font-size: 20px;
    font-weight: 500;
    width: 389px;
}

    .page-header button {
        background-color: #003655;
    }

    .page-header.active {
        background-color: #a52686;
        border-bottom: 5px solid #ec0b8f;
    }

        .page-header.active + .regroupement {
            box-shadow: 3px 3px 5px #aaa;
            -moz-box-shadow: 3px 3px 5px #aaa;
            -webkit-box-shadow: 3px 3px 5px #aaa;
        }

    .page-header span {
        vertical-align: middle;
    }

.bigDatatable {
    overflow-x: auto;
}

/* DataTables row groups sorting */
table.dataTable tbody tr.group td {
    color: steelblue;
    font-weight: bold;
    font-size: large;
    cursor: pointer;
}

    table.dataTable tbody tr.group td.sorting:after {
        padding-left: 0.25em;
        opacity: 0.2;
        content: "\e150";
    }

    table.dataTable tbody tr.group td.sorting:after,
    table.dataTable tbody tr.group td.sorting_asc:after,
    table.dataTable tbody tr.group td.sorting_desc:after,
    table.dataTable tbody tr.group td.sorting_asc_disabled:after,
    table.dataTable tbody tr.group td.sorting_desc_disabled:after {
        position: absolute;
        font-family: 'Glyphicons Halflings';
        opacity: 0.5;
    }

    table.dataTable tbody tr.group td.sorting_asc:after {
        content: "\e155";
    }

    table.dataTable tbody tr.group td.sorting_desc:after {
        content: "\e156";
    }

    table.dataTable tbody tr.group td.sorting_asc_disabled:after,
    table.dataTable thead tr.group td.sorting_desc_disabled:after {
        color: #eee;
    }

label {
    min-height: 34px;
    margin-top: 1px;
    padding-top: 6px;
    padding-bottom: 5px;
    font-family: RobotoCondensed;
    font-weight: 400;
    font-size: 16px;
    color: #3172b5;
}

    label.formulaire,
    th.formulaire {
        color: #003655;
        font-family: RobotoCondensed;
        font-size: 16px;
    }

input[type="text"].form-control,
input[type="email"].form-control,
input[type="number"].form-control,
select.form-control,
textarea.form-control,
.bootstrap-select button.bs-placeholder,
.bootstrap-select button.dropdown-toggle,
.input-group {
    border: 1px solid white;
    background-color: #e5f2ff;
    border-radius: 10px;
    font-family: RobotoCondensed;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    transition: none;
    -o-transition: none;
    -webkit-transition: none;
}

    input[type="text"][readonly].form-control,
    input[type="email"][readonly].form-control,
    input[type="number"][readonly].form-control,
    select.form-control:disabled,
    .bootstrap-select button.bs-placeholder:disabled,
    .bootstrap-select button.dropdown-toggle:disabled,
    textarea[readonly].form-control,
    .input-group.read-only {
        background-color: #f2f2f2;
        color: #747474;
    }

    input[type="text"].form-control:focus,
    input[type="email"].form-control:focus,
    input[type="number"].form-control:focus,
    select.form-control:focus,
    .bootstrap-select button.bs-placeholder:focus,
    .bootstrap-select button.dropdown-toggle:focus,
    textarea.form-control:focus,
    .input-group.focused {
        border: 1px solid #003655;
    }

    input[type="text"].exportable.form-control,
    input[type="email"].exportable.form-control,
    input[type="number"].exportable.form-control,
    select.exportable.form-control,
    textarea.exportable.form-control,
    .input-group.exportable {
        background-color: #aed5ff;
    }

    .input-group input[type="text"].form-control,
    .input-group input[type="email"].form-control,
    .input-group input[type="number"].form-control,
    .input-group select.form-control,
    .input-group .bootstrap-select button.bs-placeholder,
    .input-group .bootstrap-select button.dropdown-toggle,
    .input-group textarea.form-control {
        border: none;
        background-color: transparent;
    }

    .input-group .input-group-addon {
        background-color: #3172b5;
        color: white;
        border: none;
        border-radius: 9px;
    }

        .input-group .input-group-btn button,
        .input-group .input-group-btn a,
        .input-group .input-group-addon.button-like {
            border: 1px solid #003655;
            background-color: #003655;
            border-radius: 9px !important;
            color: white;
        }

label.read-only {
    color: #747474;
}

label.exportable {
    background-color: #3172b5;
    color: white;
    border-radius: 10px;
}

.form-control.formulaire,
.bootstrap-select button.bs-placeholder,
.bootstrap-select button.dropdown-toggle {
    color: #3172b5 !important;
    font-family: RobotoCondensed;
    font-size: 16px;
    font-weight: 400;
}

/*.form-control.formulaire.read-only {
        color: #747474;
    }*/

.grand-texte {
    height: 200px !important;
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

input[type=file].form-control {
    background: none;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    padding: 4px 12px;
    color: #222;
}

#InputInverse {
    position: relative;
    display: table-cell;
    overflow: hidden;
    padding-top: 7px;
}

    #InputInverse input {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        cursor: pointer;
        z-index: 10;
    }

    #InputInverse span {
        display: table-cell;
        vertical-align: middle;
        width: 25px;
    }

        #InputInverse span.InputChamp {
            overflow: hidden;
            white-space: nowrap;
            width: 300px;
            height: 25px;
            border: 1px solid #ccc;
            text-overflow: ellipsis;
            font: 100%/25px sans-serif;
            color: #666;
            border-radius: 3px;
        }

        #InputInverse span + span {
            width: 35px;
            height: 35px;
            margin-left: 5px;
            text-align: center;
        }

textarea.form-control,
textarea.form-control + span.input-group-btn > button {
    height: 75px;
}

    textarea.form-control.grand-texte + span.input-group-btn > button {
        height: 200px;
    }

.contenu-centre {
    text-align: center;
    vertical-align: middle !important;
}

.contenu-centre-vertical {
    vertical-align: middle !important;
}

.modal {
    top: 200px;
}

.liste-label {
    margin-left: 10px;
    margin-right: 10px;
    white-space: nowrap;
}

.centered {
    text-align: center;
}

.mirror {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}

#contenuPage > .container,
#contenuPage > .container-fluid {
    padding-top: 20px;
}

.dropdown-menu {
    z-index: 10000;
}

/* Footer */
footer {
    position: fixed;
    bottom: 0;
    right: 0;
    display: block;
    z-index: -1000;
}

    footer img {
        float: right;
    }

/* Notifications */
div.zone-notifications-container {
    background-color: rgba(0, 0, 0, 0.2);
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 11000;
}

div.zone-notifications .alert {
    margin-top: 20px;
}

/* Menu */
.groupe-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    background: url(Images/white_carbon.png) repeat;
    box-shadow: 0 3px 8px #aaa;
    -moz-box-shadow: 0 3px 8px #aaa;
    -webkit-box-shadow: 0 3px 8px #aaa;
}

.menu {
    background-color: #003655;
    color: white;
    height: 50px;
    vertical-align: middle;
    padding: 5px 0 0 0;
}

    .menu a {
        color: #fff;
    }

    .menu .logo {
        float: left;
        margin-top: -5px;
        background-color: white;
    }

    .menu img.menu-icon {
        margin-top: -4px;
        width: 32px;
        height: 32px;
    }

    .menu .btn {
        padding: 3px 12px;
    }

        .menu .btn:hover,
        .menu .btn:focus {
            background-color: transparent;
            border: 1px solid white;
            color: inherit;
        }

.menu-recherche {
    background-color: #c6d5e0;
    padding: 2px 5px;
}

.menu-breadcrumb {
    padding: 5px 0;
    font-size: 16pt;
}

    .menu-breadcrumb .zone-recherche {
        width: 300px;
        margin-top: 2px;
        margin-right: 20px;
        margin-bottom: 0;
    }

    .menu-breadcrumb li {
        vertical-align: middle;
    }

#menuPage .navbar {
    background-color: transparent !important;
    border: none;
}

.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    padding: 2px 15px;
    font-family: RobotoCondensed;
    font-weight: 400;
    font-size: 18px;
    color: #003655;
}

    .breadcrumb a {
        color: #003655;
    }

    .breadcrumb > li + li:before {
        content: "\003e";
        color: #003655;
        font-weight: 400;
    }

    .breadcrumb > li + li.no-before:before {
        content: "";
    }

    .breadcrumb > li.active {
        font-weight: 700;
        color: #003655;
    }

h1 {
    font-size: 26px;
    text-align: center;
    font-weight: 300;
    margin: 4px 0 0 0;
    text-transform: uppercase;
}

h2 {
    font-size: 14pt;
    text-align: center;
    margin: 4px 0 0 0;
    border-bottom: 1px solid grey;
}

    h2.page-header {
        border-bottom-color: #b5cce4;
        margin-bottom: 10px;
    }

        h2.page-header span {
            vertical-align: baseline;
        }

div.utilisateur {
    float: right;
    margin: 1px 10px 0 0;
}

.btn-menu {
    background-color: transparent;
}

    .btn-menu:hover,
    .btn-menu:focus {
        color: #003655;
        background-color: #fff;
    }

.menu-aide {
    float: right;
    padding: 0 10px 0 0;
}

.navbar.menu-page {
    border-radius: 0;
    min-height: 30px;
    margin-bottom: 0;
    border-bottom: none;
}

    .navbar.menu-page .container {
        background-color: white;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom: 5px solid #b5cce4;
    }

        .navbar.menu-page .container .navbar-collapse {
            padding-left: 0;
        }

    .navbar.menu-page ul.navbar-nav > li {
        margin-bottom: -5px;
        text-transform: uppercase;
        font-size: 12px;
    }

        .navbar.menu-page ul.navbar-nav > li:first-child {
            border-top-left-radius: 20px;
            padding-left: 2px;
        }

        .navbar.menu-page ul.navbar-nav > li:hover {
            border-bottom: solid 5px #ec0b8f;
        }

        .navbar.menu-page ul.navbar-nav > li.active {
            background-color: #a52686;
            border-bottom: solid 5px #ec0b8f;
            font-size: 14px;
            font-weight: 700;
        }

            .navbar.menu-page ul.navbar-nav > li.active > a {
                background-color: transparent;
                color: white;
            }

        .navbar.menu-page ul.navbar-nav > li > a {
            color: #003655;
            padding: 10px 8px;
        }

.navbar button,
.menu button {
    background-color: transparent;
}

.navbar.menu-action {
    margin-bottom: 0;
    text-align: center;
}

    .navbar.menu-action button {
        margin-top: 6px;
    }

#navbarComplet div.navbar-nav.dropdown {
    margin-top: 4px;
}

.flag {
    width: 16px;
    margin-right: 5px;
    margin-bottom: 3px;
}

.disabled .flag {
    opacity: 0.5;
}

.plateforme {
    color: #b5cce4;
}

    .plateforme:before {
        content: '[';
        font-weight: 500;
    }

    .plateforme:after {
        content: ']';
        font-weight: 500;
    }

/* Accueil */

.row-accueil {
    padding-top: 10px;
    padding-bottom: 10px;
}

.row-wrap {
    padding-left: 15px;
}

.zone-recherche {
    margin-top: 20px;
    margin-bottom: 10px;
}

    .zone-recherche input:focus,
    .zone-recherche button:focus {
        outline: none;
    }

    .zone-recherche button {
        border: none;
        background: url(Images/General/Recherche.svg) no-repeat;
        display: inline-block;
        width: 30px;
        height: 30px;
        padding: 0;
        float: right;
        margin-top: -1px;
        margin-right: 5px;
        z-index: 10001;
    }

    .zone-recherche .wrapper {
        box-sizing: border-box;
        background-color: white;
        border: 1px none;
        height: 29px;
        width: 100%;
        position: relative;
        padding: 0 1px 0 1px;
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        box-shadow: inset 0 -1px 10px #bbb;
        -moz-box-shadow: inset 0 -1px 10px #bbb;
        -webkit-box-shadow: inset 0 -1px 10px #bbb;
    }

    .zone-recherche.focused .wrapper {
        border: 1px solid #003655;
        padding: 0;
    }

        .zone-recherche.focused .wrapper button {
            margin-top: -2px;
        }

    .zone-recherche input[type="text"] {
        position: absolute;
        border: none;
        background: none;
        padding: 0 0 0 20px;
        display: inline;
        height: 100%;
        width: calc(100% - 40px);
        color: #003655;
        font-size: 16px;
        font-weight: 700;
    }

        .zone-recherche input[type="text"]:-ms-input-placeholder {
            color: #003655;
            font-size: 16px;
            font-weight: 700;
        }

        .zone-recherche input[type="text"]::-ms-input-placeholder {
            color: #003655;
            font-size: 16px;
            font-weight: 700;
        }

        .zone-recherche input[type="text"]:-moz-placeholder {
            color: #003655;
            font-size: 16px;
            font-weight: 700;
            opacity: 1;
        }

        .zone-recherche input[type="text"]::-moz-placeholder {
            color: #003655;
            font-size: 16px;
            font-weight: 700;
            opacity: 1;
        }

        .zone-recherche input[type="text"]::-webkit-input-placeholder {
            color: #003655;
            font-size: 16px;
            font-weight: 700;
        }

div.tuile {
    background-color: #fff;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    display: inline-block;
    float: left;
    width: 300px;
    height: 200px;
    margin: 10px 20px 10px 0;
}

div.tuile-disabled {
    background-color: #CCCCCC;
}

div.tuile:hover {
    box-shadow: 3px 3px 5px #aaa;
    -moz-box-shadow: 3px 3px 5px #aaa;
    -webkit-box-shadow: 3px 3px 5px #aaa;
}

div.tuile.no-hover:hover {
    border-color: #f5f5f5;
}

div.tuile a {
    color: #747474;
}

div.tuile ul {
    margin-top: 10px;
    font-family: RobotoCondensed;
}

div.tuile > span.glyphicon {
    font-family: inherit;
}

    div.tuile > span.glyphicon:before {
        font-family: 'Glyphicons Halflings';
    }

div.tuile > span.titre {
    color: white;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    border-top-right-radius: 20px;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    display: block;
    padding: 8px 10px 10px 16px;
    height: 47px;
}

div.tuile-recherche > .titre {
    background-color: #003655;
    border-bottom-color: #3172b5;
}

div.tuile-consulter > .titre {
    background-color: #8ab043;
    border-bottom-color: #c9d227;
}

div.tuile-gerer > .titre {
    background-color: #df9a14;
    border-bottom-color: #eec10c;
}

div.tuile-reporting > .titre {
    background-color: #c94815;
    border-bottom-color: #d37316;
}

div.tuile-administration > .titre {
    background-color: #8e1e77;
    border-bottom-color: #c4007c;
}

div.tuile-creer > .titre {
    background-color: #4f038f;
    border-bottom-color: #9a28fa;
}

div.tuile-references > .titre {
    background-color: #529ba6;
    border-bottom-color: #88c6f0;
}

div.tuile-document > .titre {
    background-color: #c0392b;
    border-bottom-color: #e74c3c;
}

div.tuile-recherche a:hover,
div.tuile-recherche li:before {
    color: #003655;
}

div.tuile-consulter a:hover,
div.tuile-consulter li:before {
    color: #8ab043;
}

div.tuile-gerer a:hover:not(.disabled),
div.tuile-gerer li:before {
    color: #df9a14;
}

div.tuile-reporting a:hover,
div.tuile-reporting li:before {
    color: #c94815;
}

div.tuile-administration a:hover,
div.tuile-administration li:before {
    color: #8e1e77;
}

div.tuile-creer a:hover,
div.tuile-creer li:before {
    color: #4f038f;
}

div.tuile-references a:hover,
div.tuile-references li:before {
    color: #529ba6;
}

div.tuile-document a:hover,
div.tuile-document li:before {
    color: #c0392b;
}

div.tuile .row {
    margin-left: 0;
    margin-right: 0;
}

div.tuile ul {
    padding-left: 20px;
}

div.tuile li {
    list-style-type: none;
}

div.tuile-gerer li.disabled:before {
    color: lightgray;
    pointer-events: none;
}

div.tuile ul:not(.badges) li:before {
    content: "•";
    transform: scale(3.5);
    transform-origin: 50% 50%;
    display: inline-block;
    font-family: Arial;
    margin-right: 10px;
    /*font-size: 24pt;
        vertical-align: middle;*/
}

div.tuile.tuile-references {
    width: 100%;
    min-width: 307px;
    height: 600px;
    margin: 10px 0 0 0;
}

    div.tuile.tuile-references ul li:before {
        content: url(Images/Badges/DerniereReference.svg);
        transform: scale(1.2);
        transform-origin: 0% 0%;
        width: 30px;
        height: 30px;
        display: inline-block;
        position: absolute;
        margin-top: -9px;
        /*margin-right: 10px;
            padding-top: 20px;*/
        margin-left: -40px;
    }

    div.tuile.tuile-references ul li {
        padding-left: 30px;
    }

div.tuile.tuile-unique {
    width: 100%;
    height: auto;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 0;
}

    div.tuile.tuile-unique:hover {
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }

    div.tuile.tuile-unique > .titre {
        background-color: #a3ecf7;
        border-bottom: none;
        border-top-left-radius: 20px;
        border-top-right-radius: 0;
        color: #0089c3;
        display: inline-block;
        height: 40px;
        font-size: 16px;
        font-weight: 700;
        padding: 3px 15px 0px 10px;
    }

        div.tuile.tuile-unique > span,
        div.tuile.tuile-unique > .titre span {
            vertical-align: middle;
        }

div.tuile.tuile-double {
    width: 620px;
}

    div.tuile.tuile-double ul {
        margin-bottom: 0;
    }

.badges li .badge {
    vertical-align: baseline;
    width: 35px;
    margin-right: 5px;
}

.glyphicon-accueil {
    margin-right: 10px;
    font-size: 12pt;
    color: #003655;
}

h1 .glyphicon {
    top: 0;
}

.icone {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
}

.icone-petite {
    width: 26px;
    height: 26px;
}

.icone-tuile {
    display: inline-block;
    float: right;
    width: 30px;
    height: 30px;
    margin-top: -2px;
}

.icone-client {
    background: url(Images/Formulaire/Client.svg) no-repeat top left;
}

.icone-date {
    background: url(Images/Formulaire/Date.svg) no-repeat top left;
}

.icone-description {
    background: url(Images/Formulaire/Description.svg) no-repeat top left;
}

.icone-equipe {
    background: url(Images/Formulaire/Equipe.svg) no-repeat top left;
}

.icone-fichiers {
    background: url(Images/Formulaire/Fichiers.svg) no-repeat top left;
}

.icone-financier {
    background: url(Images/Formulaire/Financier.svg) no-repeat top left;
}

.icone-infos {
    background: url(Images/Formulaire/Infos.svg) no-repeat top left;
}

.icone-localisation {
    background: url(Images/Formulaire/Localisation.svg) no-repeat top left;
}

.icone-partenaires {
    background: url(Images/Formulaire/Partenaire.svg) no-repeat top left;
}

.icone-photos {
    background: url(Images/Formulaire/Photos.svg) no-repeat top left;
}

.icone-technique {
    background: url(Images/Formulaire/Technique.svg) no-repeat top left;
}

.icone-traduction {
    background: url(Images/Formulaire/Traduction.svg) no-repeat top left;
}

.icone-traduction-manquante {
    background: url(Images/Formulaire/TraductionManquante.svg) no-repeat top left;
}

div.tuile ul.badges li {
    position: relative;
    padding-left: 25px;
}

    div.tuile ul.badges li:before {
        position: absolute;
        display: block;
        content: '\2022';
        text-indent: -999999px;
        left: -5px;
        width: 25px;
        height: 25px;
        background-repeat: no-repeat;
        background-size: 20px 20px;
        background-position: 0 0;
    }

    div.tuile ul.badges li.demande-creation-fiche:before {
        background-image: url(Images/Badges/DemandeCreationFiches.svg);
    }

    div.tuile ul.badges li.maj-references:before {
        background-image: url(Images/Badges/MAJ.svg);
    }

    div.tuile ul.badges li.commentaires:before {
        background-image: url(Images/Badges/Commentaires.svg);
    }

    div.tuile ul.badges li.photos:before {
        background-image: url(Images/Badges/Photos.svg);
    }

    div.tuile ul.badges li.references-a-valider:before {
        background-image: url(Images/Badges/RefAValider.svg);
    }

    div.tuile ul.badges li.traductions-a-valider:before {
        background-image: url(Images/Badges/TradAValider.svg);
    }

    div.tuile ul.badges li.demandes-traductions-a-valider:before {
        background-image: url(Images/Badges/DemandeTrad.svg);
    }

    div.tuile ul.badges li.demande-creation-fiche span.compteur {
        color: #1eb94d;
    }

    div.tuile ul.badges li.maj-references span.compteur {
        color: #a2d745;
    }

    div.tuile ul.badges li.commentaires span.compteur {
        color: #ff00a1;
    }

    div.tuile ul.badges li.photos span.compteur {
        color: #9a28fa;
    }

    div.tuile ul.badges li.references-a-valider span.compteur {
        color: #0098ff;
    }

    div.tuile ul.badges li.traductions-a-valider span.compteur {
        color: #f4903b;
    }

    div.tuile ul.badges li.demandes-traductions-a-valider span.compteur {
        color: #c71d2c;
    }

.compteur {
    display: inline-block;
    font-family: Exo2;
    font-weight: 700;
    margin-right: 5px;
    min-width: 30px;
}

/* Formulaire de saisie */
.saisie h1.top-space {
    margin-top: 70px;
}

.dropdown-trad {
    color: #747474;
    font-family: RobotoCondensed;
    font-size: 14px;
    margin-top: 9px;
    border: none;
    border-radius: 0;
    box-shadow: 3px 3px 5px #aaa;
    -moz-box-shadow: 3px 3px 5px #aaa;
    -webkit-box-shadow: 3px 3px 5px #aaa;
}

    .dropdown-trad li {
        font-size: 11px;
    }

        .dropdown-trad li.liste-label {
            font-size: 14px;
        }

        .dropdown-trad li a {
            color: #747474;
        }

.container-fluid.with-margin-right {
    margin-right: 350px;
}

button.btn-trad {
    margin-right: 5px;
    color: #003655;
}

button.btn-small {
    padding: 0 6px;
}

a.btn-action {
    margin-top: 6px;
}

a.btn-action,
button.btn-action {
    background: white;
    border: none;
    border-radius: 10px;
    color: #747474;
    font-size: 16px;
    font-weight: 400;
    padding: 2px 15px;
    height: 29px;
    margin-left: 8px;
    margin-right: 8px;
}

    a.btn-action:hover,
    button.btn-action:hover {
        background: white;
        color: #003655;
        font-weight: 700;
    }

    a.btn-action.disabled:hover,
    button.btn-action.disabled:hover {
        background: lightgray;
        color: #747474;
        font-weight: 400;
    }

    a.btn-action.disabled,
    button.btn-action.disabled {
        background: lightgray;
        color: #747474;
    }

.panneau-import {
    background-color: #003655;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

    .panneau-import:hover,
    .panneau-import.snapped {
        width: 350px;
        padding: 10px;
    }

    .panneau-import .zone-texte {
        height: 100%;
    }

    .panneau-import:not(.snapped) .zone-texte {
        display: none;
    }

    .panneau-import .zone-texte button {
        padding: 5px 10px;
        margin-bottom: 10px;
    }

    .panneau-import .zone-texte textarea {
        height: calc(100% - 45px);
    }

    .panneau-import:hover .zone-texte {
        display: block;
    }

    .panneau-import > span.glyphicon {
        color: #FFF;
        font-size: 14pt;
        margin: 5px;
    }

    .panneau-import:hover > span.glyphicon,
    .panneau-import.snapped > span.glyphicon {
        display: none;
    }

.control-statut {
    width: calc(100% - 140px);
}

button.btn-journal {
    float: right;
    width: 130px;
    padding: 6px 3px;
}

img.thumbnail-journal {
    max-height: 100px;
    max-width: 100px;
}

span.valeur-journal {
    display: block;
    max-height: 120px;
    overflow-x: hidden;
    overflow-y: auto;
}

.regroupement {
    background-color: white;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 10px;
}

    .regroupement .form-group,
    .regroupement .row {
        margin-left: 0;
        margin-right: 0;
    }

.sous-regroupement {
    border-top: 1px solid #3172b5;
}

.devise {
    display: inline;
    width: 80px;
}

.avec-devise {
    display: inline;
    width: calc(100% - 100px);
}

div.row.multi-val:not(:last-child) {
    border-bottom: 3px solid #b5cce4;
}

div.row.multi-val:not(:first-child) {
    margin-top: 20px;
}

#localisationsSecondaires button.btn-delete,
#clients button.btn-delete {
    width: 100%;
    height: 132px;
}

.monthpicker + .bootstrap-datetimepicker-widget .datepicker-months thead tr {
    display: none;
}

/* DataTables Bootstrap */
div.dataTables_wrapper tr {
    font-family: RobotoCondensed;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
    margin-left: 0;
}

div.dataTables_wrapper ul li {
    border: none !important;
}

div.dataTables_wrapper tbody tr {
    background-color: #fafafa;
}

    div.dataTables_wrapper tbody tr:nth-of-type(2n+1) {
        background-color: #fff;
    }

        div.dataTables_wrapper tbody tr:hover,
        div.dataTables_wrapper tbody tr:nth-of-type(2n+1):hover {
            background-color: #f0f0f0;
        }

div.dataTables_wrapper thead th {
    background: none !important;
    color: #003655 !important;
    font-weight: normal !important;
}

/* Recherche avancée */

.liste-multiple .form-control {
    margin-left: 40px;
    width: calc(100% - 40px);
}

.liste-multiple.FR .form-control:not(:first-child):before {
    /*float: left;
    margin-top: 5px;*/
    content: 'ou';
}

.liste-multiple.EN .form-control:not(:first-child):before {
    /*float: left;
    margin-top: 5px;*/
    content: 'or';
}

.remove-button {
    float: left;
    margin-right: 4px;
}

.smaller-input {
    width: calc(100% - 50px) !important;
}

/* Leaflet */
.leaflet-bottom.leaflet-right {
    z-index: 500;
}

/* Recherche */
table#resultats ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

table#resultats td {
    vertical-align: middle;
}

@media (max-width: 900px) {
    .menu .image-placeholder {
        width: 43px;
        height: 47px;
        overflow: hidden;
    }
}

@media (max-width: 768px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-left: 10px;
        margin-right: 0;
    }

    div.tuile.tuile-double {
        width: 300px;
        height: auto;
    }

        div.tuile.tuile-double ul:last-child {
            margin-bottom: 3px;
        }

    #localisationsSecondaires button.btn-delete {
        height: auto;
    }
}

@media (max-width: 760px) {
    .menu h1 {
        margin-top: 6px;
        font-size: 14pt;
    }

    .breadcrumb {
        font-size: 12pt;
    }
}

@media (max-width: 670px) {
    .menu h1 {
        display: none;
    }
}

.FormatError {
    background-color: lightcoral !important;
    color: red !important;
    border-color: red !important;
}

.tt-dataset {
    background-color: white;
    padding-top: 0.5em;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0.5em;
}

.tt-suggestion {
    padding-left: 1em;
    padding-right: 1em;
}

    .tt-suggestion:hover {
        background-color: #aed5ff;
    }

.col-md-3.tuile-references {
    min-width: 318px;
}

@media (max-width: 1320px) {
    .col-md-3.tuile-references {
        float: left;
        width: 100%;
    }
}

.BigField {
    height: 200px !important;
}

.MaskedButActive {
    display: none;
}

.SpecialRow > td {
    border-top-color: none !important;
    border-top-width: 0px !important;
    border-top-style: none !important;
}

span.link {
    cursor: pointer;
    display: block;
    position: relative;
    line-height: 20px;
    color: #003655;
    padding-top: 10px;
    padding-right: 8px;
    padding-bottom: 10px;
    padding-left: 8px;
}

#filtreLangue {
    margin-left: 10px;
    width: 200px;
}

.glyphicon.spinning {
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
    animation: spin 1s infinite linear;
}

@-moz-keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.glyphicon-left {
    margin-right: 7px;
}

.bigsizeicon {
    margin-top: 0.25em;
    margin-left: 0.15em;
    font-size: 10em;
}

.bigtable {
    margin-left: -9em;
}

.btn.btn-reeldanger {
    background-color: #d9534f;
}

ul.treecontainer > li li {
    margin-left: 1em;
}

.largercontainer {
    margin-left: -4em;
    margin-right: -4em;
}

.fullsizecontrol {
    width: 100% !important;
}

.fullsizecellbutton {
    width: 100% !important;
    height: 100% !important;
}

.childfield {
    display: inline-block;
    margin-left: 2em;
}

[name="AffichageNote"] {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    [name="AffichageNote"] fieldset legend {
        padding-left: 1em;
    }

    [name="AffichageNote"] fieldset article {
        padding-left: 1em;
        padding-bottom: 1em;
    }

[name="ListeNotes"] {
    margin-top: 0.5em;
}

    [name="ListeNotes"] .minitext {
        font-size: x-small;
    }

    [name="ListeNotes"] table:first-child {
        border-collapse: separate;
        border-spacing: 0.5em;
    }

        [name="ListeNotes"] table:first-child tr > td:first-child {
            border-bottom-left-radius: 20px;
            border-bottom-right-radius: 20px;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
            border-bottom-width: 2px;
            border-color: gray;
            border-style: outset;
            padding-top: 0.5em;
            padding-bottom: 0.5em;
        }

        [name="ListeNotes"] table:first-child tr:nth-child(2n) {
            background-color: lightgray;
        }

        [name="ListeNotes"] table:first-child tr:nth-child(2n+1) {
            background-color: white;
        }

[name="ListeCommentaires"] {
    margin-top: 0.5em;
}

    [name="ListeCommentaires"] table table {
        margin-top: 0.5em;
    }

    [name="ListeCommentaires"] .minitext {
        font-size: x-small;
    }

    [name="ListeCommentaires"] table:first-child {
        border-collapse: separate;
        border-spacing: 0.5em;
    }

        [name="ListeCommentaires"] table:first-child > tbody > tr {
            height: auto;
        }

        [name="ListeCommentaires"] table:first-child tr:nth-child(2n) {
            background-color: lightgray;
        }

        [name="ListeCommentaires"] table:first-child tr:nth-child(2n+1) {
            background-color: white;
        }

    [name="ListeCommentaires"] > table:first-child tr[name="EditDiscussion"] > td:nth-child(2) {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-width: 2px;
        border-color: gray;
        border-style: outset;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }

    [name="ListeCommentaires"] table:first-child table tr:nth-child(2n) {
        background-color: lightcyan;
    }

    [name="ListeCommentaires"] table:first-child table tr:nth-child(2n+1) {
        background-color: white;
    }

    [name="ListeCommentaires"] > table:first-child tr[name="EditDiscussion"] > td:nth-child(2) table tr td {
        border-right-width: 0;
        border-top-width: 2px;
        border-bottom-width: 2px;
        border-left-width: 0;
        border-top-color: cornflowerblue;
        border-bottom-color: cornflowerblue;
        border-right-style: none;
        border-top-style: inset;
        border-bottom-style: inset;
        border-left-style: none;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }

        [name="ListeCommentaires"] > table:first-child tr[name="EditDiscussion"] > td:nth-child(2) table tr td.firstcolumn {
            border-bottom-left-radius: 20px;
            border-top-left-radius: 20px;
            border-right-width: 0;
            border-top-width: 2px;
            border-bottom-width: 2px;
            border-left-width: 2px;
            border-left-color: cornflowerblue;
            border-top-color: cornflowerblue;
            border-bottom-color: cornflowerblue;
            border-right-style: none;
            border-top-style: inset;
            border-bottom-style: inset;
            border-left-style: inset;
            padding-top: 0.5em;
            padding-bottom: 0.5em;
            width: 15%;
        }

        [name="ListeCommentaires"] > table:first-child tr[name="EditDiscussion"] > td:nth-child(2) table tr td.lastcolumn {
            border-bottom-right-radius: 20px;
            border-top-right-radius: 20px;
            border-right-width: 2px;
            border-top-width: 2px;
            border-bottom-width: 2px;
            border-left-width: 0;
            border-right-color: cornflowerblue;
            border-top-color: cornflowerblue;
            border-bottom-color: cornflowerblue;
            border-right-style: inset;
            border-top-style: inset;
            border-bottom-style: inset;
            border-left-style: none;
            padding-top: 0.5em;
            padding-bottom: 0.5em;
            width: 2%;
        }

.ReadenButton {
    margin-top: 0.5em;
}

.area .nav {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
    border: none;
}

.area .nav-tabs > li {
    float: none;
    display: inline-block;
}

    .area .nav-tabs > li > a {
        -moz-border-radius: 5px, 0px, 5px, 0px;
        border-radius: 5px, 0px, 5px, 0px;
        margin: 0;
    }

    .area .nav-tabs > li#BpuTab > a {
        background-color: #6C5CE7;
        color: white;
        font-weight: 500;
    }

    .area .nav-tabs > li#AnnuaireTab > a {
        background-color: #C55A11;
        color: white;
        font-weight: 500;
    }

    .area .nav-tabs > li#GeometrieTab > a {
        background-color: #2E75B6;
        color: white;
        font-weight: 500;
    }

    .area .nav-tabs > li#PrioriteTab > a {
        background-color: #548235;
        color: white;
        font-weight: 500;
    }

    .area .nav-tabs > li#SimulationFinanciereTab > a {
        background-color: #C55A11;
        color: white;
        font-weight: 500;
    }

    .area .nav-tabs > li#TypesTravauxTab > a {
        background-color: #8e1e77;
        color: white;
        font-weight: 500;
    }

    .area .nav-tabs > li.secondary > a {
        background-color: #C55A11;
        color: white;
        font-weight: 500;
    }

    .area .nav-tabs > li.primary > a {
        background-color: #2E75B6;
        color: white;
        font-weight: 500;
    }

    .area .nav-tabs > li.tertiary > a {
        background-color: #548235;
        color: white;
        font-weight: 500;
    }

    .area .nav-tabs > li#RecapitulatifTab > a {
        background-color: #C55A11;
        color: white;
        font-weight: 500;
    }

    .area .nav-tabs > li#TableauProgrammatiqueTab > a {
        background-color: #2E75B6;
        color: white;
        font-weight: 500;
    }

    .area .nav-tabs > li#DonneesFinancieresTab > a {
        background-color: #8e1e77;
        color: white;
        font-weight: 500;
    }

    .area .nav-tabs > li#ProgrammationPluriannuelleTab > a {
        background-color: #548235;
        color: white;
        font-weight: 500;
    }

    .area .nav-tabs > li#ActualisationTravauxTab > a {
        background-color: #548235;
        color: white;
        font-weight: 500;
    }

    .area .nav-tabs > li.active > a {
        -webkit-box-shadow: 0px 7px 5px rgb(60, 56, 56);
        -moz-box-shadow: 0px 7px 5px rgb(60, 56, 56);
        box-shadow: 0px 7px 5px rgb(60, 56, 56);
        border: none;
    }

thead.headerTableParamSimulationFinanciere {
    background-color: #BFBFBF;
    text-align: center;
    font-weight: bold;
}

.table-striped > tbody.bodyTableParamSimulationFinanciere > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-striped > tbody.bodyTableParamSimulationFinanciere > tr:nth-of-type(even) {
    background-color: #E7E7E7;
}

section > div.backgroundParamSimulationFinanciere {
    background-color: white;
    Width: 80% !important;
    border-bottom-left-radius: 75px;
    border-bottom-right-radius: 75px;
}

.boutonsParamSimulationFinanciere {
    text-align: center;
    margin-bottom: 1em;
}

.selectParamSimulationFinanciere {
    margin-left: 10%;
}

#titreParamSimulationFinanciere {
    padding-left: 5em;
    padding-right: 5em;
    margin-left: 37.5%;
    line-height: 3em;
    width: auto;
    vertical-align: middle;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    font-size: large;
    font-weight: normal;
    background-color: #B7472A;
    margin-top: 1em;
}

.saisieParams {
    width: 220px;
}

.labelDropDown {
    text-align: right;
    padding: 10px;
}

.emulateSelectPicker {
    height: 2em;
    vertical-align: middle;
    width: 220px;
    background-color: #E5F2FF;
    color: #3172B5;
    border-radius: 8px;
    border: solid thin white;
}

    .emulateSelectPicker:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

    .emulateSelectPicker > option {
        background-color: white;
        color: #262626;
        border-radius: 5px;
        margin: 5px;
        vertical-align: middle;
        padding: 20px;
    }

    .emulateSelectPicker[disabled="disabled"] {
        background-color: whitesmoke;
        color: lightblue;
    }

.cascading-dropdown-loading {
    cursor: wait;
    background: url('Images/ajax-loader.gif') 85% center no-repeat transparent;
}

    .cascading-dropdown-loading > button {
        cursor: wait;
        background: url('Images/ajax-loader.gif') 85% center no-repeat #fff !important;
    }

.BoutonsInterDatatables {
    text-align: right;
    margin-right: 1em;
}

.BoutonsInterDatatablesGlobaux {
    text-align: right;
    margin: 1em;
}

.dataTables_wrapper .dt-buttons {
    float: none;
    text-align: right;
}

.btn-padding {
    padding: 1em;
}

.btn-margin {
    margin: 1em;
}

#genererTableaux {
    width: 16em;
}

#loading-indicator {
    position: absolute;
    left: 10px;
    top: 10px;
}

.alertErreurs {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.input-validation-error {
    border: 1px solid red !important;
}

.validation-summary-errors {
    display: none;
}

#CarteDeProgrammation {
    margin-top: 2em;
}

#dropdownsDatatable {
    margin-bottom: 1em;
}

.multilisteHorizontale {
    margin-bottom: 1em;
    margin-right: 1em;
}

.glyphicon {
    top: 0px;
}

td.nombreTableau {
    text-align: center;
}

td.deviseTableau {
    text-align: right;
}

#imageButtonLegend {
    font-size: 28px;
    text-decoration: none;
}

.twitter-typeahead {
    width: 100%;
}

.tt-query {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.tt-hint {
    color: #999999;
}

.tt-menu {
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    margin-top: 12px;
    padding: 8px 0;
    width: 422px;
}

#EditModel_NumeroMission {
    border: none;
    background-color: #e5f2ff;
    border-radius: 10px 10px 10px 10px;
    font-family: RobotoCondensed;
    color: #3172B5;
    font-size: 16px;
    padding-left: 15px;
    width: 345px;
}

    #EditModel_NumeroMission:focus {
        border: solid thin black;
    }

.tt-suggestion {
    font-size: 16px;
    padding: 3px 20px;
}

    .tt-suggestion:hover {
        cursor: pointer;
        background-color: #0097CF;
        color: #FFFFFF;
    }

    .tt-suggestion p {
        margin: 0;
    }

    .input-group
    {
        background-color:transparent !important;
    }


.dropdown-item:hover{
    background-color:lightblue;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn).listeT5EtatChaussee {
    width: 8em;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn).listeT5Traffic {
    width: 13em;
}

.photo-container {
  position: relative;
}

.photo-text {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: black;
  opacity: 0.5;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
}

.background-differentValueOnClient{
    background-color: red;
}