html, body {
    height: 100%;
}

body {
    background: #f3f3f3;
    font: 13px/1.7em "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p {
    font: 13px/1.7em "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

input,
button,
select,
textarea {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

#presentation-accueil img {
    max-width: 100%;
    height: auto;
}

#main {
    padding-bottom: 150px;
}

#wrapper {
    position: relative;
    min-height: 100%;
}

.modal {
    z-index: 7000;
}

.dropdown .dropdown-menu {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.btn-icon-only {
    padding-right: 3px;
    padding-left: 3px;
}

.form-horizontal .checkbox {
    padding-top: 0;
}

.table td {
    vertical-align: middle;
}

.table-bordered th {
    background: #E9E9E9;
    background: -moz-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FAFAFA), color-stop(100%, #E9E9E9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%); /* IE10+ */
    background: linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";

    font-size: 10px;
    color: #444;
    text-transform: uppercase;
}

.navbar-brand {
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #000000;
}

.navbar-brand small {
    font-size: .6em;
    text-transform: uppercase;
}

.navbar {
    margin-bottom: 0;
    background-color: #FFF;
}

.navbar a {
    color: #FFF;
}

.navbar .container {
    position: relative;
}

#mobile-navbar {
    background-color: rgba(0, 0, 0, .5);
    font-weight: bold;
}

#mobile-navbar li {
    border-bottom: 1px solid rgba(0, 0, 0, .3);
}

.navbar-inner {
    padding: 7px 0;
}

.navbar-fixed-top {
    position: static;
}

.navbar .nav a {
    font-size: 11px;
}

.nav .open > a, .nav > li > a:focus, .nav > li > a:hover, .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: rgba(255, 255, 255, .5);
}

.navbar-toggle {
    background-color: rgba(0, 0, 0, .5);
    border-color: #FFF;
    z-index: 3000;
}

.navbar-toggle .icon-bar {
    background-color: #FFFFFF;
}

.subnavbar {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.subnavbar-inner {
    height: 63px;
    background-color: rgba(255, 255, 255, .9);
    #border-bottom: 3px solid #f0f0f0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
}

.subnavbar .container > ul {
    display: inline-block;
    height: 80px;
    padding: 0;
    margin: 0;
}

.subnavbar .container > ul > li {
    float: left;
    min-width: 90px;
    height: 60px;
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none;
}

.subnavbar .container > ul > li > a {
    display: block;
    height: 100%;
    padding: 0 15px;
    font-size: 12px;
    color: #66757F;
}

.subnavbar .container > ul > li > a:hover {
    text-decoration: none;
    border-bottom: 3px solid #ff0000;
}

.subnavbar .container > ul > li > a > i {
    display: inline-block;

    width: 24px;
    height: 24px;
    margin-top: 11px;
    margin-bottom: -3px;
    font-size: 20px;
}

.panel-title {
    padding-top: 7px;
}

.subnavbar .container > ul > li > a > span {
    display: block;

}

.subnavbar .container > ul > li.active > a {
    border-bottom: 3px solid #ff0000;
}

.subnavbar .dropdown .dropdown-menu a {
    font-size: 12px;
}

.subnavbar .dropdown .dropdown-menu {
    text-align: left;
}

.subnavbar .dropdown-menu::before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #CCC;
    position: absolute;
    top: -7px;
    left: 9px;
}

.subnavbar .dropdown-menu::after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    top: -6px;
    left: 10px;
}

.subnavbar .caret {
    margin-top: 4px;
    border-top-color: white;
    border-bottom-color: white;
}

.subnavbar .dropdown.open .caret {
    display: none;
}

.main {
    padding-top: 25px;
    padding-bottom: 2em;
}

.extra {
    border-top: 1px solid #585858;
    border-bottom: 1px solid #000;
}

.extra-inner {
    padding: 20px 0;

    font-size: 11px;
    color: #BBB;

    background: #1A1A1A;
}

.extra a {
    color: #666;
}

.extra h4 {
    margin-bottom: 1em;

    font-weight: 400;
}

.extra ul {
    padding: 0;
    margin: 0;
}

.extra li {
    margin-bottom: .6em;

    list-style: none;
}

/*------------------------------------------------------------------
[6. Footer/ .footer]
*/
#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

#footer-client {
    height: 50px;
    overflow: hidden;
}

.footer {
    background-color: #2d2d2d;
    margin-top: 0;
    color: #FFF;
}

.footer a {
    color: #FFF;
    font-weight: bold;
}

.footer a:hover {
    text-decoration: none;
}

.footer-inner {
    padding: 20px 0 40px 0;
}

.footer-inner .container {
    padding: 15px 5px;
    font-size: 12px;
    color: #999;
}

/*------------------------------------------------------------------
[6. Widget / .widget]
*/

.widget {

    position: relative;
    clear: both;

    width: auto;

    margin-bottom: 2em;

    overflow: hidden;
}

.widget-header {

    position: relative;

    height: 40px;
    line-height: 40px;

    background: #f9f6f1;
    background: -moz-linear-gradient(top, #f9f6f1 0%, #f2efea 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f6f1), color-stop(100%, #f2efea)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f9f6f1 0%, #f2efea 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f9f6f1 0%, #f2efea 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #f9f6f1 0%, #f2efea 100%); /* IE10+ */
    background: linear-gradient(top, #f9f6f1 0%, #f2efea 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f6f1', endColorstr='#f2efea');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f6f1', endColorstr='#f2efea')";

    border: 1px solid #d6d6d6;

    -webkit-background-clip: padding-box;
}

.widget-header h3 {
    position: relative;
    top: 2px;
    left: 10px;
    display: inline-block;
    margin-right: 3em;
    font-size: 14px;
    font-weight: 800;
    color: #525252;
    line-height: 18px;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, .5);
}

.widget-header [class^="icon-"], .widget-header [class*=" icon-"] {
    display: inline-block;
    margin-left: 13px;
    margin-right: -2px;
    font-size: 16px;
    color: #555;
    vertical-align: middle;
}

.widget-content {
    padding: 20px 15px 15px;

    background: #FFF;

    border: 1px solid #D5D5D5;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.widget-header + .widget-content {
    border-top: none;

    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.widget-nopad .widget-content {
    padding: 0;
}

/* Widget Content Clearfix */
.widget-content:before,
.widget-content:after {
    content: "";
    display: table;
}

.widget-content:after {
    clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.widget-content {
    zoom: 1;
}

/* Widget Table */

.widget-table .widget-content {
    padding: 0;
}

.widget-table .table {
    margin-bottom: 0;

    border: none;
}

.widget-table .table tr td:first-child {
    border-left: none;
}

.widget-table .table tr th:first-child {
    border-left: none;
}

/* Widget Plain */

.widget-plain {

    background: transparent;

    border: none;
}

.widget-plain .widget-content {
    padding: 0;

    background: transparent;

    border: none;
}

/* Widget Box */

.widget-box {

}

.widget-box .widget-content {
    background: #FFF;
}

.error-container {
    margin-top: 4em;
    margin-bottom: 4em;
    text-align: center;
}

.error-container h1 {
    margin-bottom: .5em;

    font-size: 120px;
    line-height: 1em;
}

.error-container h2 {
    margin-bottom: .75em;
    font-size: 28px;
}

.error-container .error-details {
    margin-bottom: 1.5em;

    font-size: 16px;
}

.error-container .error-actions a {
    margin: 0 .5em;
}

ul.messages_layout {
    position: relative;
    margin: 0;
    padding: 0
}

ul.messages_layout li {
    float: left;
    list-style: none;
    position: relative
}

ul.messages_layout li.left {
    padding-left: 75px
}

ul.messages_layout li.right {
    padding-right: 75px
}

ul.messages_layout li.right .avatar {
    right: 0;
    left: auto
}

ul.messages_layout li.right .message_wrap .arrow {
    right: -12px;
    left: auto;
    background-position: 0 -213px;
    height: 15px;
    width: 12px
}

ul.messages_layout li.by_myself .message_wrap {
    border: 1px solid #b3cdf8
}

ul.messages_layout li.by_myself .message_wrap .info a.name {
    color: #4a8cf7
}

ul.messages_layout li a.avatar {
    position: absolute;
    left: 0;
    top: 0
}

ul.messages_layout li a.avatar img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

ul.messages_layout li .message_wrap {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    border: 1px solid #e9e9e9;
    padding: 10px;
    margin-bottom: 20px;
    float: left;
    background: #fefefe;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0 1px 0
}

ul.messages_layout li .message_wrap .arrow {
    background-position: 0 -228px;
    height: 15px;
    width: 12px;
    position: absolute;
    left: -12px;
    top: 13px
}

ul.messages_layout li .message_wrap .info {
    float: left;
    width: 100%;
    border-bottom: 1px solid #fff;
    line-height: 23px
}

ul.messages_layout li .message_wrap .info .name {
    float: left;
    font-weight: bold;
    color: #483734
}

ul.messages_layout li .message_wrap .info .time {
    float: left;
    font-size: 11px;
    margin-left: 6px
}

ul.messages_layout li .message_wrap .text {
    float: left;
    width: 100%;
    border-top: 1px solid #cfcfcf;
    padding-top: 5px
}

ul.messages_layout .dropdown-menu li {
    width: 100%;
    font-size: 11px;
}

/*------------------------------------------------------------------
[8. Miscellaneous]
*/

.chart-holder {
    width: 100%;
    height: 250px;
}

.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
    background: #008fe2;
}

.accordion-heading {
    background: #e5e5e5;
}

.accordion-heading a {
    color: #545454;
    text-decoration: none;
    font-weight: bold;
}

.btn-facebook-alt i {
    color: #23386a;
}

.btn-twitter-alt i {
    color: #0098d0;
}

.btn-google-alt i {
    color: #b6362d;
}

.btn-linkedin-alt i {
    color: #0073b2;
}

.btn-pinterest-alt i {
    color: #ab171e;
}

.btn-github-alt i {
    color: #333;
}

.all-icons li {
    list-style: none;
}

.ML0 {
    margin-left: 0
}

.MR0 {
    margin-right: 0;
}

/*------------------------------------------------------------------
[1. Max Width: 480px]
*/

@media (max-width: 480px) {

    .error-container h1 {
        font-size: 72px;
    }

}

/*------------------------------------------------------------------
[1. Max Width: 767px]
*/

@media (max-width: 767px) {
    .subnavbar {
        margin-left: -20px;
        margin-right: -20px;
    }

    .subnavbar-inner {
        height: auto;
    }

    .subnavbar .container > ul {
        width: 100%;
        height: auto;

        border: none;
    }

    .subnavbar .container > ul > li {
        width: 33%;
        height: 70px;
        margin-bottom: 0;

        border: none;
    }

    .subnavbar .container > ul > li.active > a {
        font-size: 11px;
        background: transparent;
    }

    .subnavbar .container > ul > li > a > i {
        display: inline-block;
        margin-bottom: 0;

        font-size: 20px;
    }

    .subnavbar-open-right .dropdown-menu {
        left: auto;
        right: 0;
    }

    .subnavbar-open-right .dropdown-menu:before {
        left: auto;
        right: 12px;
    }

    .subnavbar-open-right .dropdown-menu:after {
        left: auto;
        right: 13px;
    }

    .extra {
        margin-right: -20px;
        margin-left: -20px;
    }

    .extra .container {
        padding: 0 20px;
    }

    .footer .container {
        padding: 0 20px;
    }

    .footer .footer-terms {
        text-align: left;
    }

    .footer .footer-terms a {
        margin-left: 0;
        margin-right: 1em;
    }

}

/*------------------------------------------------------------------
[3. Max Width: 979px]
*/

@media (max-width: 979px) {

    .navbar-fixed-top {
        position: static;

        margin-bottom: 0;
    }

    .subnavbar {
    }

    .subnavbar .container {
        width: auto;
    }
}

/*------------------------------------------------------------------
[2. Max Width: 1200px]
*/

@media (min-width: 1200px) {

}

.info-tile {
    margin: 0 0 32px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
    padding: 16px;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    display: block;
}

.info-tile .tile-heading {
    color: #9e9e9e;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.info-tile .tile-body {
    text-align: right;
    color: #616161;
    font-size: 30px;
    font-weight: 400;
    line-height: 72px;
    position: relative;
    z-index: 1;
}

.info-tile .tile-footer {
    text-align: right;
    font-size: 12px;
    position: absolute;
    right: 12px;
    bottom: 8px;
}

.info-tile .tile-icon {
    position: absolute;
    height: 160px;
    width: 160px;
    border-radius: 50%;
    left: -80px;
    bottom: -80px;
}

.info-tile .tile-icon i {
    font-size: 52px;
    position: absolute;
    left: 96px;
    top: 0;
}

.info-tile.info-tile-alt.tile-success {
    background: #8bc34a;
}

.info-tile.info-tile-alt.tile-success .tile-heading {
    color: #dcedc8;
}

.info-tile.info-tile-alt.tile-success .tile-icon i {
    color: #aed581;
}

.info-tile.info-tile-alt.tile-success .tile-body {
    color: #ffffff !important;
}

.info-tile.info-tile-alt.tile-success .tile-footer span {
    color: #c5e1a5 !important;
}

.info-tile.info-tile-alt.tile-default {
    background: #F0F0F0;
}

.info-tile.info-tile-alt.tile-danger {
    background: #e51c23;
}

.info-tile.info-tile-alt.tile-danger .tile-heading {
    color: #f9bdbb;
}

.info-tile.info-tile-alt.tile-danger .tile-icon i {
    color: #f36c60;
}

.info-tile.info-tile-alt.tile-danger .tile-body {
    color: #ffffff !important;
}

.info-tile.info-tile-alt.tile-danger .tile-footer span {
    color: #f69988 !important;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
}

.navbar-form {
    margin-top: 0;
}

.panel-body {
    padding: 5px 15px;
}

.panel {
    border-radius: 3px;
    border-color: #dfe8f1;
}

.btn.btn-grey,
.btn.dropdown-toggle,
.btn.dropdown-toggle:focus {
    background-color: #dbe4ea;
    border-color: #dbe4ea;
    color: #6c7a86;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.jspContainer .jspTrack,
.upload-list .font-icon {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.btn-group.open .btn.btn-grey,
.btn-group.open .btn.dropdown-toggle,
.btn-group.open .btn.dropdown-toggle:focus,
.dropdown.open .btn.btn-grey,
.dropdown.open .btn.dropdown-toggle,
.dropdown.open .btn.dropdown-toggle:focus {
    color: #fff;
    background-color: #00a8ff;
    border-color: #00a8ff
}

.btn-group.open .btn.btn-grey:after,
.btn-group.open .btn.dropdown-toggle:after,
.btn-group.open .btn.dropdown-toggle:focus:after,
.dropdown.open .btn.btn-grey:after,
.dropdown.open .btn.dropdown-toggle:after,
.dropdown.open .btn.dropdown-toggle:focus:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.btn-group.open .btn.btn-grey.btn-default-outline,
.btn-group.open .btn.dropdown-toggle.btn-default-outline,
.btn-group.open .btn.dropdown-toggle:focus.btn-default-outline,
.dropdown.open .btn.btn-grey.btn-default-outline,
.dropdown.open .btn.dropdown-toggle.btn-default-outline,
.dropdown.open .btn.dropdown-toggle:focus.btn-default-outline {
    background-color: #d8e2e7;
    color: #919fa9;
    border-color: #d8e2e7
}

.btn-group.open .btn.btn-grey.btn-default-outline:hover,
.btn-group.open .btn.dropdown-toggle.btn-default-outline:hover,
.btn-group.open .btn.dropdown-toggle:focus.btn-default-outline:hover,
.dropdown.open .btn.btn-grey.btn-default-outline:hover,
.dropdown.open .btn.dropdown-toggle.btn-default-outline:hover,
.dropdown.open .btn.dropdown-toggle:focus.btn-default-outline:hover {
    background-color: #d8e2e7;
    color: #6c7a86 !important
}

.btn.btn-grey.btn-default-outline,
.btn.dropdown-toggle.btn-default-outline,
.btn.dropdown-toggle:focus.btn-default-outline {
    color: #919fa9;
    border-color: #d8e2e7
}

.btn.btn-grey.btn-default-outline:hover,
.btn.dropdown-toggle.btn-default-outline:hover,
.btn.dropdown-toggle:focus.btn-default-outline:hover {
    background-color: #d8e2e7;
    color: #6c7a86 !important
}

.btn.btn-danger,
.btn.btn-danger-outline:hover,
.btn.btn-default,
.btn.btn-default-outline:hover,
.btn.btn-info,
.btn.btn-info-outline:hover,
.btn.btn-primary,
.btn.btn-primary-outline:hover,
.btn.btn-secondary,
.btn.btn-secondary-outline:hover,
.btn.btn-success,
.btn.btn-success-outline:hover,
.btn.btn-warning,
.btn.btn-warning-outline:hover {
    color: #fff !important
}

.btn.btn-default {
    background-color: #adb7be;
    border-color: #adb7be
}

.btn.btn-default:hover {
    background-color: #bec6cc;
    border-color: #bec6cc
}

.btn.btn-primary {
    background-color: #00a8ff;
    border-color: #00a8ff
}

.btn.btn-primary:hover {
    background-color: #16b4fc;
    border-color: #16b4fc
}

.btn.btn-secondary {
    background-color: #6b7a85;
    border-color: #6b7a85
}

.btn.btn-secondary:hover {
    background-color: #7a8994;
    border-color: #7a8994
}

.btn.btn-success {
    background-color: #46c35f;
    border-color: #46c35f
}

.btn.btn-success:hover {
    background-color: #5dca73;
    border-color: #5dca73
}

.btn.btn-info {
    background-color: #ac6bec;
    border-color: #ac6bec
}

.btn.btn-info:hover {
    background-color: #bb86ef;
    border-color: #bb86ef
}

.btn.btn-warning {
    background-color: #f29824;
    border-color: #f29824
}

.btn.btn-warning:hover {
    background-color: #f4a641;
    border-color: #f4a641
}

.btn.btn-danger {
    background-color: #fa424a;
    border-color: #fa424a
}

.btn.btn-danger:hover {
    background-color: #fb6067;
    border-color: #fb6067
}

.btn.btn-danger-outline,
.btn.btn-danger-outline:focus,
.btn.btn-default-outline,
.btn.btn-default-outline:focus,
.btn.btn-info-outline,
.btn.btn-info-outline:focus,
.btn.btn-primary-outline,
.btn.btn-primary-outline:focus,
.btn.btn-secondary-outline,
.btn.btn-secondary-outline:focus,
.btn.btn-success-outline,
.btn.btn-success-outline:focus,
.btn.btn-warning-outline,
.btn.btn-warning-outline:focus {
    background-color: #fff
}

.btn.btn-primary-outline,
.btn.btn-primary-outline:focus {
    color: #00a8ff;
    border-color: #00a8ff
}

.btn.btn-primary-outline:focus:hover,
.btn.btn-primary-outline:hover {
    background-color: #00a8ff
}

.btn.btn-secondary-outline {
    color: #6b7a85;
    border-color: #6b7a85
}

.btn.btn-secondary-outline:hover {
    background-color: #6b7a85
}

.btn.btn-success-outline {
    color: #46c35f;
    border-color: #46c35f
}

.btn.btn-success-outline:hover {
    background-color: #46c35f
}

.btn.btn-info-outline {
    color: #ac6bec;
    border-color: #ac6bec
}

.btn.btn-info-outline:hover {
    background-color: #ac6bec
}

.btn.btn-warning-outline {
    color: #f29824;
    border-color: #f29824
}

.btn.btn-warning-outline:hover {
    background-color: #f29824
}

.btn.btn-danger-outline {
    color: #fa424a;
    border-color: #fa424a
}

.btn.btn-danger-outline:hover {
    background-color: #fa424a
}

.btn.btn-default-outline {
    color: #919fa9;
    border-color: #d8e2e7
}

.btn.btn-default-outline:hover {
    background-color: #d8e2e7;
    color: #6c7a86 !important
}

.btn.btn-bordered {
    background-color: #fff
}

.btn.btn-select {
    background: #fff;
    border-color: #d8e2e7;
    color: #343434;
    font-weight: 400
}

.btn.btn-select:hover {
    background-color: #f6f8fa
}

.label-danger {
    background-color: #fa424a
}

.label-primary {
    background-color: #00a8ff
}

.label-success {
    background-color: #46c35f
}

.label-default {
    background-color: #adb7be
}

.label-warning {
    background-color: #fdad2a
}

.label-light-grey {
    background-color: #eceff4;
    color: #919fa9
}

a.label-light-grey:hover {
    color: #fff;
    background-color: #00a8ff
}

.label {
    font-size: 100%;
}

.text-danger {
    color: #fa424a
}

.text-success {
    color: #46c35f
}

.text-warning {
    color: #fdad2a
}

.toggle-group .toggle-handle {
    background-color: #FFFDE3;
}

.expert {
    display: none;
}

#collabo-list button {
    margin-right: 5px
}

.nav-calendar {
    border:none;

}
.nav-calendar li {
    text-align: center;
    font-weight: bold;
    width: 110px;
    height: 90px;
}
.nav-calendar li.active{
    border:none;
}
.nav-calendar li a{
    background-color: #9c9c9c;
    color: #FFF;
}
.nav-calendar li a:hover{
    color: #2c2c2c;
    background-color: #e6e6e6;
}
.day-rdv {
    font-size: 1.5em;
}
.btn-rdv-select {
    border: 2px solid #c5c5c5;
    font-size: 12px;
    margin: 3px;
    color: #434444;
}
.btn-rdv-select.disable {
    background-color: #e2e2e2;
    cursor: not-allowed;
}
.btn-rdv-select.selected {
    border: 2px solid #FF0000;
}
.date-rdv-selector {
    width:220px;
    height: 87px;
    padding:5px 15px;
    float: left;
    background-color: #cbcbcb;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
#date-rdv-selector{
    border: 2px solid #a5add9;
    padding: 20px 10px;
    background-image: url("/front/images/calendar.png");
    background-position: center left;
    background-repeat: no-repeat;
    font-weight: bold;
}
.date-rdv-selecto-text{
    color: #575757;font-weight: bold; text-align: center
}
#dates-list {
    float: left;
}
@media (max-width:990px) {
    .date-rdv-selector {
        width: 100%
    }
}

@media (max-width: 700px) {
    #dates-list {
        float: none;
    }
    .horizontal-list-container {
        display:flex;
        flex-wrap:nowrap;
        flex-direction:row;
        justify-content:flex-start;
        align-items:flex-start;
        overflow-x:scroll;
        -webkit-overflow-scrolling:touch;
        overflow-y:hidden;
        padding:5px 0
    }
    .horizontal-list-container li {
        position:relative;
    }
    .horizontal-list-container .nav-tabs {
        overflow-x: auto;
        overflow-y: hidden;
        display: -webkit-box;
        display: -moz-box;
    }
    .horizontal-list-container .nav-tabs>li {
        float: none;
    }
    .select-date-rdv {
    }
    .date-rdv-selector {
        width: 100%;
    }
}