html {
    height: 100%;
}

body {
    margin: 0;
    font-family: Arial, serif;
    font-size: 13px;
    background-color: #DDD;
    color: #555;
    height: 100%;
}

#wrapper {
    margin: 0 auto;
    padding: 0;
    width: auto;
    height: 100%;
}

.list-group .list-group-item .btn-xs {
    margin-top: -2px;
    margin-bottom: -2px;
}

.owl-carousel.owl-encarts .owl-item img {
    width: auto;
    max-height: 150px;
}

.panel .form-group.hasFilePreview {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px 22.5px;
    width: calc(100% + 30px)
}

.panel .form-group.hasFilePreview+.form-group.hasFilePreview {
    border-top: 0;
    margin-top: -15px;
}

.panel .panel-body+.panel-body {
    border-top: 1px solid #DDD;
}

.panel .panel-body.hidden+.panel-body {
    border-top: 0 !important;
}

.panel .panel-body>.row:first-child>.form-group.hasFilePreview:first-child {
    border-top: 0;
    padding-top: 0;
}

.panel .panel-body>.row:last-child>.form-group.hasFilePreview:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.panel-filter-collapse {
    margin-bottom: 0;
}

.panel.panel-datatable {
    border-width: 0;
}

.panel.panel-default.panel-datatable {
    border-width: 1px;
}

.panel.panel-datatable .panel-footer.panel-actions {
    padding: 10px;
}

.panel-filter-collapse+form>.panel,
.panel-filter-collapse+.panel {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-outline-intranet {
    background: none !important;
    border: 2px solid #BBB;
    box-shadow: none;
    display: inline-block;
    text-align: center;
    color: #333;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    padding: 0;
    vertical-align: top;
}

.btn-outline-intranet:hover {
    border-color: #555;
    background: none;
}

.btn-outline-intranet a {
    display: flex !important;
    height: 100%;
    color: #999 !important;
    width: 100%;
    padding: 0 !important;
}

.btn-outline-intranet a i.fa-stack {
    color: #AAA;
}

.btn-outline-intranet a .fa-inverse {
    color: #DDD;
}

.btn-outline-intranet a i.fa-stack i {
    margin: 0;
}

.btn-outline-intranet a:hover,
.btn-outline-intranet a:hover .fa-stack,
.btn-outline-intranet.btn-horizontal a:hover,
.btn-outline-intranet a:focus,
.btn-outline-intranet a:focus .fa-stack,
.btn-outline-intranet.btn-horizontal a:focus,
.btn-outline-intranet a:active,
.btn-outline-intranet a:active .fa-stack,
.btn-outline-intranet.btn-horizontal a:active {
    text-decoration: none !important;
    background: none !important;
    color: #555 !important;
}

.btn-outline-intranet.btn-vertical.btn-sm {
    height: 80px !important;
}

.btn-outline-intranet.btn-vertical.btn-sm a i.fa-stack {
    font-size: 14px;
}

.btn-outline-intranet.btn-vertical a {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.btn-outline-intranet.btn-vertical span {
    margin: 10px 0 0;
    font-size: 106%;
    line-height: 1;
}

.btn-outline-intranet.btn-vertical.btn-sm span {
    margin-top: 6px;
}

.btn-outline-intranet.btn-vertical a i.fa-stack,
.btn-outline-intranet.btn-vertical a i.fa-stack {
    margin: 0;
}

.btn-outline-intranet.btn-horizontal {
    height: 40px;
}

.btn-outline-intranet.btn-horizontal a {
    justify-content: center;
    align-items: center;
}

.btn-outline-intranet.btn-horizontal a i {
    font-size: 140%;
}

/*************/
/* CK EDITOR */
/*************/
.render-ckeditor {
    font-size: 14px;
}


/* ========================================= */
/* === HEADER ============================== */
/* ========================================= */
.navbar {
    background: #2b394a;
    padding-right: 15px;
    border-radius: 0;
    margin: 0;
    border: 0;
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav>li>a {
    color: #DDD;
}

.navbar-inverse .navbar-brand small {
    color: #AAA;
    font-size: 0.6em;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #37485d;
}

.navbar .navbar-header {
    width: 230px;
    vertical-align: middle;
    padding: 0 10px;
    height: 50px;
}

.navbar .navbar-header h1 {
    margin: 0;
    font-family: Arial, serif;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: row;
    height: 100%;
}

.navbar .navbar-header h1,
.navbar .navbar-header h1 a {
    color: #DDD;
    font-size: 18px;
    line-height: 50px;
    max-height: 50px;
    overflow: hidden;
    text-transform: none;
    font-weight: 500;
}

.navbar .navbar-header h1 a {
    display: flex;
    align-items: center;
}

.navbar .navbar-header h1 a:hover {
    text-decoration: none;
    color: #FFF;
}

.navbar .navbar-header h1 a#toggle-sidebar-desktop {
    width: 20px;
    margin-right: 10px;
}

.navbar .navbar-header h1 a#toggle-sidebar-desktop+a {
    overflow: initial;
}

.navbar .navbar-header h1 a#toggle-sidebar-desktop .icon-bar-container {
    display: flex;
    flex-direction: column;
}

.navbar .navbar-header h1 a#toggle-sidebar-desktop .icon-bar {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 1px;
    background-color: #DDD;
    margin-top: 4px;
}

.navbar .navbar-header h1 a#toggle-sidebar-desktop .icon-bar:first-child {
    margin-top: 0;
}

.navbar .navbar-header h1 a#toggle-sidebar-desktop:hover .icon-bar {
    background: #FFF;
}

.navbar .navbar-header.min {
    padding-top: 7px;
}

.navbar .navbar-header.min h1,
.navbar .navbar-header.min h1 a {
    font-size: 16px;
    line-height: 24px;
}

.navbar .navbar-header.min h1 a small {
    color: #CCC;
    font-size: 10px;
}

#wrapper.connexion .navbar .navbar-header {
    width: auto;
}

.nav li.box {
    position: relative;
}

.nav li.box>a {
    padding: 14px 18px 10px 18px;
    height: 50px;
}

.nav li.box:hover>a,
.nav li.box.active:hover>a,
.nav li.box>a:focus,
.nav li.box.active>a:focus {
    background: none;
    color: #FFF;
}

.nav li.box.active>a {
    border-top: 3px solid #DDD;
    padding-top: 11px;
    background: #37485d;
    color: #DDD;
}

.nav li.box>a .badge-absolute {
    font-size: 11px;
    top: 9px;
    right: 9px;
    left: auto;
    border: 0;
    height: 16px;
    line-height: 16px;
    padding: 0 3px !important;
    border-radius: 2px;
    z-index: 100;
}

.nav li.box>a>i.glyphicon,
.nav li.box>a>i.fa {
    margin-right: 0;
    font-size: 20px;
}

#notifications.nav .dropdown-menu {
    min-width: 300px;
    padding-top: 0;
    font-size: 13px;
}

#notifications.nav .dropdown-menu .dropdown-title {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    border-bottom: 1px solid #e5e5e5;
}

#notifications.nav .dropdown-menu .dropdown-title h3 {
    padding: 8px 10px;
    font-size: 16px;
    margin: 0;
}

#notifications.nav .dropdown-menu .dropdown-title a {
    padding: 5px 10px;
    display: flex;
    align-items: center;
}

#notifications.nav .dropdown-menu .dropdown-title a:hover,
#notifications.nav .dropdown-menu .dropdown-title a:focus,
#notifications.nav .dropdown-menu .dropdown-title a:active {
    background: transparent;
}

#notifications.nav .dropdown-menu li.new {
    background: #EEE;
}

#notifications.nav .dropdown-menu li a {
    padding: 5px 10px;
}

#notifications.nav .dropdown-menu li a img {
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 8px;
}

#notifications.nav .dropdown-menu li a .user-multiple-img {
    float: left;
    margin-right: 8px;
}

#notifications.nav .dropdown-menu li a .user-multiple-img img {
    float: none;
    margin-right: 0;
}

#notifications.nav .dropdown-menu li a div {
    display: inline-block;
    white-space: normal;
    width: 240px;
    font-size: 12px;
}

#notifications.nav .dropdown-menu li a span {
    display: block;
    font-size: 11px;
    color: #AAA;
}

#notifications.nav .dropdown-menu ul {
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 0px 0;
    padding: 3px 0;
    font-size: 0;
}

#notifications.nav .dropdown-menu ul li {
    width: 50%;
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: center;
}

#notifications.nav .dropdown-menu ul li a {
    font-size: 12px;
}

#notifications.nav #online.dropdown-menu li a {
    display: flex;
    align-content: center;
}

#notifications.nav #online.dropdown-menu li a img {
    float: none;
}

#notifications.nav #online.dropdown-menu li a .user-name {
    font-size: 14px;
    color: #333;
    display: flex;
    justify-content: center;
    flex-flow: column;
}

#notifications.nav #online.dropdown-menu li a .user-name .club {
    font-size: 78%;
    line-height: 1;
    color: #666;
}

.nav li.backToWebsite a {
    padding: 10px 15px;
    text-align: center;
    line-height: 1.3;
}

.nav li.backToWebsite a small {
    margin-top: 2px;
    line-height: 1;
}

#wrapper>.navbar .dropdown-menu {
    border-top: 0;
}

#wrapper>.navbar .dropdown-menu li .fa {
    width: 17.5px;
    text-align: center;
}

.navbar .dropdown-menu li.switch-user img,
ul.list-group li.list-group-item.switch-user img,
.navbar .dropdown-menu li.switch-user .fa-spinner,
ul.list-group li.list-group-item.switch-user .fa-spinner {
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin: 3px 6px 0 0;
    text-align: center;
}

.navbar .dropdown-menu li.switch-user small.block,
ul.list-group li.list-group-item.switch-user small.block {
    font-size: 78%;
    line-height: 1;
    color: #666;
    padding-bottom: 3px;
}

.navbar .dropdown-menu li.switch-user a,
ul.list-group li.list-group-item.switch-user a {
    overflow: hidden;
}

ul.list-group li.list-group-item.switch-user {
    font-size: 14px;
    padding: 0;
}

ul.list-group li.list-group-item.switch-user a {
    display: block;
    color: #333;
    padding: 10px 15px;
}

ul.list-group li.list-group-item.switch-user a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.navbar .dropdown-menu li.switch-user .badge,
ul.list-group li.list-group-item.switch-user .badge {
    background-color: #ff5757;
    margin: 8px 0 0 0;
    border-radius: 2px;
    padding: 2px 4px;
    font-size: 11px;
}

ul.list-group li.list-group-item.switch-user .badge {
    margin-top: 10px;
}

.navbar .dropdown-menu.pb0 li:last-child a:hover,
.navbar .dropdown-menu.pb0 li:last-child a:active,
.navbar .dropdown-menu.pb0 li:last-child a:focus {
    border-radius: 0 0 4px 4px;
}

.navbar .profilebox img {
    background: #FFF;
    float: left;
    vertical-align: inherit;
    margin: -3px 7px 0 0;
    width: 26px;
    height: 26px;
    border: 2px solid rgba(250, 250, 250, 0.5);
}

.navbar .dropdown-debug .dropdown-menu {
    min-width: 250px;
}

.navbar .dropdown-debug .dropdown-menu .divider {
    margin-top: 5px;
    margin-bottom: 5px;
}

.navbar .dropdown-debug .dropdown-menu .dropdown-header .pull-right,
.navbar .dropdown-debug .dropdown-menu > li > a .pull-right {
    margin-top: 1px;
}

a.toogle-button {
    padding: 18px 10px;
    display: inline-block;
    cursor: pointer;
}

a.toogle-button:hover {
    background: #37485d;
}

a.toogle-button span.icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

a.toogle-button span.icon-bar {
    background-color: #fff;
}

a.toogle-button span.icon-bar+.icon-bar {
    margin-top: 4px;
}

/* ========================================= */
/* === SIDEBAR ============================= */
/* ========================================= */
.sidebar-wrapper {
    width: 230px;
    margin: 0 0px 15px 0;
    background: #2b394a;
    position: absolute;
    z-index: 999;
}

.sidebar-wrapper .margin-bottom {
    margin-bottom: 20px;
}

.sidebar-wrapper .row {
    margin: 0;
}

.sidebar-wrapper #menu-sidebar-nav.nav {
    background: #24303e;
    border: 0;
    padding: 0;
}

.sidebar-wrapper #menu-sidebar-nav.nav li {
    padding: 0;
    border-right: 2px solid #2b394a;
    margin: 0;
}

.sidebar-wrapper #menu-sidebar-nav.nav li:last-child {
    border: 0;
}

.sidebar-wrapper #menu-sidebar-nav.nav li a {
    border: 0;
    border-radius: 0;
    background: none;
    margin: 0;
    padding: 8px 2px 9px;
    text-align: center;
    color: #DDD;
    font-size: 16px;
}

.sidebar-wrapper #menu-sidebar-nav.nav li>a:hover {
    color: #FFF;
}

.sidebar-wrapper #menu-sidebar-nav.nav>li.active>a,
.sidebar-wrapper #menu-sidebar-nav.nav>li.active>a:hover,
.sidebar-wrapper #menu-sidebar-nav.nav>li.active>a:focus {
    color: #FFF;
    background-color: #37485d;
    border: 0;
}

.sidebar-wrapper #menu-sidebar-nav.nav li a>span.block {
    font-size: 11px;
}

.sidebar-wrapper .tab-content {
    padding: 10px 8px 8px 8px !important;
    background: #37485d;
    border-radius: 0 0px 5px 0;
}

.sidebar-wrapper .tab-content h2 {
    background: #2b394a;
    color: #FFF;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 8px;
    margin-top: 0;
    margin-bottom: 10px;
}

.sidebar-wrapper .tab-content h2 i {
    margin-right: 7px;
}

.sidebar-wrapper .tab-content label.nav-header {
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1;
    background: #2b394a;
    border: 0 solid #2b394a;
    padding: 4px 6px;
    border-radius: 3px;
    position: relative;
}

.sidebar-wrapper .tab-content label.nav-header small {
    margin-top: 1px;
}

.sidebar-wrapper .tab-content label.nav-header a,
.sidebar-wrapper .tab-content label.nav-header {
    color: #BBB;
}

.sidebar-wrapper .tab-content label.nav-header a.pull-right {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0px;
    right: 6px;
}

.sidebar-wrapper .tab-content label.nav-header a.pull-right:hover,
.sidebar-wrapper .tab-content label.nav-header a.pull-right:focus,
.sidebar-wrapper .tab-content label.nav-header a.pull-right:active {
    text-decoration: none;
}

.sidebar-wrapper .tab-content label.nav-header a.pull-right span {
    font-weight: 500;
    font-size: 92%;
}

.sidebar-wrapper .tab-content label.nav-header-text {
    text-transform: none;
    padding: 3px 5px;
}

.sidebar-wrapper .tab-content label.nav-header-text small {
    line-height: 1.2;
    font-weight: 500;
    font-size: 92%;
    margin-top: 2px;
}

.sidebar-wrapper .tab-content .menu-tools {
    background: #37485d;
    color: #DDD;
    text-align: center;
    margin: 0 -8px 10px -8px;
}

.sidebar-wrapper .tab-content .menu-tools>a {
    color: #DDD;
    border: 0;
    margin: 8px 0;
    display: inline-block;
}

.sidebar-wrapper .tab-content .menu-tools>a img {
    width: 20px;
    height: 20px;
}

.sidebar-wrapper .tab-content p {
    color: #DDD;
}

.sidebar-wrapper .tab-content ul.nav>li {
    margin-top: 2px;
}

.sidebar-wrapper .tab-content ul.nav>li a {
    padding: 5px;
    border: 1px solid transparent;
    margin: 0;
    color: #DDD;
    font-weight: normal;
    cursor: pointer;
    border-radius: 3px;
    display: block;
    text-transform: none;
    font-size: 13px;
}

.sidebar-wrapper .tab-content ul.nav>li a:hover,
.sidebar-wrapper .tab-content ul.nav>li a:focus,
.sidebar-wrapper .tab-content ul.nav>li.active>a {
    background-color: #EEE;
    border-color: #EEE;
    color: #333;
}

.sidebar-wrapper .tab-content ul.nav>li a .badge,
.menu-content ul.nav>li a .badge {
    background-color: #ff5757;
    color: #EEE;
    border-radius: 2px;
    padding: 2px 4px;
    margin: 0;
    margin-right: 7px;
}

.sidebar-wrapper .tab-content ul.nav>li>a>i.fa:first-child {
    width: 15px;
    text-align: center;
    margin: 0;
    margin-right: 8px;
}

.sidebar-wrapper .tab-content ul.nav>li>a>i.fa-external-link {
    margin-left: 5px;
    margin-right: 0;
}

.sidebar-wrapper .tab-content ul.nav>li>a>small.pull-right {
    margin-top: 2px;
}

.sidebar-wrapper .tab-content ul.nav>li a .label-new {
    float: right;
    border: 1px solid #EEE;
    font-size: 10px;
    padding: 1px 3px;
    border-radius: 2px;
    line-height: 14px;
    text-transform: uppercase;
}

.sidebar-wrapper .tab-content ul.nav>li a:hover .label-new,
.sidebar-wrapper .tab-content ul.nav>li a:focus .label-new,
.sidebar-wrapper .tab-content ul.nav>li.active>a .label-new {
    border-color: #333;
}

.sidebar-wrapper .tab-content ul.nav-tree label.tree-toggler {
    display: inline-block;
    float: right;
    color: #DDD;
    margin: 0 7px;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
}

.sidebar-wrapper .tab-content ul.nav-tree label.tree-toggler+a {
    overflow: hidden;
}

.sidebar-wrapper .tab-content ul.nav-tree ul {
    padding-left: 11px;
    margin-left: 12px;
    border-left: 1px solid #AAA;
}

.sidebar-wrapper .panel-default {
    background: none;
    border-radius: 0 !important;
    border: 0;
    box-shadow: none;
}

.sidebar-wrapper .panel-group .panel+.panel {
    margin-top: 5px;
    padding-top: 0;
}

.sidebar-wrapper .panel-default .panel-heading {
    padding: 0;
    background: none;
    background-color: transparent;
}

.sidebar-wrapper .panel-default .panel-heading>a {
    display: block;
    color: #DDD;
    padding: 5px;
    border-radius: 3px;
}

.sidebar-wrapper .panel-default .panel-heading>a:hover,
.sidebar-wrapper .panel-default .panel-heading>a:focus {
    background-color: #EEE;
    border-color: #EEE;
    color: #333;
    text-decoration: none;
}

.sidebar-wrapper .panel-default .panel-heading i.fa:first-child {
    width: 15px;
    text-align: center;
}

.sidebar-wrapper .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top: 0;
}

.sidebar-wrapper .panel-default .panel-body {
    padding: 0;
    margin: 0;
    border-radius: 3px;
    background: #2b394a;
}

#espace-sidebar {
    left: 0;
    border-radius: 0 0px 5px 0;
}

#website-state-container {
    margin-bottom: 10px;
}

#website-state-container #msg-form {
    margin-top: 5px;
    text-align: center;
    font-size: 80%;
}

#website-state-container #msg-form i {
    font-size: 90%;
}

#website-state-container #msg-form a {
    color: #EEE;
}

#website-state-form {
    background: transparent;
    position: relative;
    font-size: 13px;
    color: #EEE;
    border: 0;
    padding: 0 !important;
    margin: 0;
}

#website-state-form i.fa,
#website-state-form:before {
    position: absolute;
    right: 10px;
    top: 5px;
    bottom: 5px;
    font-size: 11px;
    line-height: 20px;
    width: 18px;
    text-align: center;
}

#website-state-form:before {
    content: "";
    border-radius: 2px;
    padding: 0 4px;
}

#website-state-form.on:before {
    background: #5cb85c;
}

#website-state-form.off:before {
    background: #ff5757;
}

#website-state-form #website-state.form-control {
    position: relative;
    background: transparent;
    color: #EEE;
    border-color: #EEE;
    font-size: 13px;
    height: 30px;
    line-height: 28px;
    padding: 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#website-state-form #website-state.form-control:focus {
    box-shadow: none;
}

#website-state-form #website-state.form-control option {
    color: #333;
}

@media screen and (min-width: 768px) {
    .sidebar-wrapper.collapse-desktop {
        width: 55px;
        padding-top: 53px;
    }

    .sidebar-wrapper.collapse-desktop.one-tab {
        padding-top: 0;
    }

    .sidebar-wrapper.collapse-desktop #menu-sidebar-nav.nav li {
        border-right: 0px;
    }

    .sidebar-wrapper.collapse-desktop .tab-content label.nav-header {
        font-size: 0;
        margin: 6px 0 !important;
    }

    .sidebar-wrapper.collapse-desktop .tab-content .tab-pane>label.nav-header:first-child {
        display: none;
    }

    .sidebar-wrapper.collapse-desktop .tab-content ul.nav>li {
        margin-top: 4px;
    }

    .sidebar-wrapper.collapse-desktop .panel-default .panel-heading>a,
    .sidebar-wrapper.collapse-desktop .tab-content ul.nav>li a {
        text-align: center;
        position: relative;
        font-size: 0;
    }

    .sidebar-wrapper.collapse-desktop .panel-default .panel-heading>a span.title,
    .sidebar-wrapper.collapse-desktop .tab-content ul.nav>li a span.title {
        display: none;
    }

    .sidebar-wrapper.collapse-desktop .panel-default .panel-heading>a .main-icon,
    .sidebar-wrapper.collapse-desktop .tab-content ul.nav>li a .main-icon {
        font-size: 16px;
        margin: 0;
        width: 26px !important;
    }

    .sidebar-wrapper.collapse-desktop .panel-default .panel-heading>a .main-icon.badge,
    .sidebar-wrapper.collapse-desktop .tab-content ul.nav>li a .main-icon.badge {
        font-size: 12px;
    }

    .sidebar-wrapper.collapse-desktop .tab-content ul.nav>li a .label-new {
        display: none;
    }

    .sidebar-wrapper.collapse-desktop .panel-default .panel-heading>a:hover span.title,
    .sidebar-wrapper.collapse-desktop .tab-content ul.nav>li a:hover span.title {
        display: inline-block;
        font-size: 14px;
        position: absolute;
        left: 35px;
        top: -1px;
        border: 1px solid transparent;
        padding: 2.75px 12px 2.75px 5px;
        border-radius: 0 3px 3px 0;
        min-width: 65px;
        text-align: left;
    }

    .sidebar-wrapper.collapse-desktop .panel-default .panel-heading>a:hover,
    .sidebar-wrapper.collapse-desktop .tab-content ul.nav>li a:hover,
    .sidebar-wrapper.collapse-desktop .panel-default .panel-heading>a:hover span.title,
    .sidebar-wrapper.collapse-desktop .tab-content ul.nav>li a:hover span.title {
        background-color: #2b394a;
        color: #DDD;
        border-color: #2b394a;
    }

    .sidebar-wrapper.collapse-desktop #menu-sidebar-nav.nav {
        position: absolute;
        top: 0;
    }

    .sidebar-wrapper.collapse-desktop #menu-sidebar-nav.nav li a>span.block {
        font-size: 10px;
    }

    .sidebar-wrapper.collapse-desktop #menu-sidebar-nav.nav li {
        display: none;
        width: 55px !important;
    }

    .sidebar-wrapper.collapse-desktop #menu-sidebar-nav.nav li.active {
        display: inline-block;
        margin: 0;
    }

    .sidebar-wrapper.collapse-desktop #menu-sidebar-nav.nav:hover {
        width: 221px;
    }

    .sidebar-wrapper.collapse-desktop #menu-sidebar-nav.nav:hover li:not(.active) {
        display: inline-block;
        background: #24303e;
    }

    .sidebar-wrapper.collapse-desktop #website-state-form #website-state.form-control {
        font-size: 0;
    }

    .sidebar-wrapper.collapse-desktop #website-state-form i.fa,
    .sidebar-wrapper.collapse-desktop #website-state-form:before {
        right: 10px;
    }

    .sidebar-wrapper.collapse-desktop .hidden-collapse {
        display: none !important;
    }

    #content-wrapper.collapse-sidebar {
        padding-left: 55px;
    }
}


/* ========================================= */
/* === CONTENT ============================= */
/* ========================================= */
#content-wrapper {
    padding: 0 0 0 230px;
}

#content-wrapper.empty-left-sidebar {
    padding-left: 0;
}

/* MENU MOBILE */
#content-wrapper .menu-content {
    background: #FFF;
    overflow: hidden;
}

#content-wrapper .menu-content a {
    color: #555;
}

#content-wrapper .menu-content>label.nav-header {
    background: #F1F1F1;
    display: block;
    padding: 6px;
    margin: 0;
}

#content-wrapper .menu-content>label.nav-header,
#content-wrapper .menu-content>label.nav-header a {
    font-size: 11px;
    color: #AAA;
    font-weight: normal;
}

#content-wrapper .menu-content ul {
    margin: 0;
}

#content-wrapper .menu-content li {
    border-bottom: 1px solid #EEE;
}

#content-wrapper .menu-content .nav-stacked>li+li {
    margin: 0;
}

#content-wrapper .menu-content ul li ul {
    margin-left: 15px;
}

#content-wrapper .menu-content li:last-child {
    border: 0;
}

#content-wrapper .menu-content li label {
    font-weight: normal;
    margin: 0;
    cursor: pointer;
    padding: 10px 15px;
    display: block;
}

#content-wrapper .menu-content li label:hover,
#content-wrapper .menu-content li a:hover {
    background: #E1E1E1;
    border-radius: 0;
}

#content-wrapper .menu-content .menu-tools {
    width: 175px;
    margin: 10px auto;
    text-align: center;
    background: #2b394a;
    padding: 10px 0;
    border-radius: 3px;
}

#content-wrapper .menu-content .menu-tools img {
    width: 25px;
    margin: 0 12px;
}

#content-wrapper .menu-content .menu-tools a:hover {
    text-decoration: none;
}

#content {
    padding: 12px 15px 50px;
}

#content .header h1 {
    text-transform: none;
}

p.infos-page {
    color: #888;
    margin-bottom: 5px;
    font-size: 11px;
}

/* == SUBMENU ============================== */
#submenu-container {
    background: #FFF;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}

#submenu-container h2.page-title {
    float: left;
    line-height: 34px;
}

#submenu-container h2.page-title i.glyphicon:first-child,
#submenu-container h2.page-title i.fa:first-child {
    margin-right: 7px;
}

@media screen and (max-width: 767px) {
    #submenu-container {
        padding: 0;
    }

    #submenu-container.has-submenu {
        padding: 10px;
    }
}

div.submenu {
    position: relative;
}

div.submenu a.btn,
div.submenu span.btn {
    font-size: 13px;
    padding: 7px 12px;
}

div.submenu .badge {
    margin-left: 6px;
    font-size: 11px;
    padding: 0 3px !important;
    border-radius: 2px;
    height: 16px;
    line-height: 16px;
    background: #ff5757;
}

div.submenu.test-mode-module {
    padding: 8px 8px 8px 50px;
    margin: -5px;
    text-align: left;
    border: 0;
    border-left: 3px solid #337ab7;
    background: rgba(51, 122, 183, 0.1);
}

div.submenu.test-mode-module:before,
div.submenu.test-mode-module .bg-icone {
    left: 0;
    font-size: 34px;
    height: 44px;
    margin-top: -16px;
    color: #337ab7;
    width: 50px;
}

div.submenu.test-mode-module p {
    margin: 0;
    font-size: 11px;
    line-height: 1.2;
    color: #337ab7;
}

div.submenu.test-mode-module p strong {
    font-size: 13px;
}

#breadcrumb-container {
    overflow: hidden;
    background: none;
    padding: 4px 15px 0;
    font-size: 11px;
}

#breadcrumb-container ol.breadcrumb {
    background: none;
    margin: 0;
    padding: 0;
    border-radius: 0;
    float: left;
}

#breadcrumb-container ol.breadcrumb>li+li:before {
    content: "›";
}

#breadcrumb-container ol.breadcrumb>li+li:before,
#breadcrumb-container ol.breadcrumb>li.active {
    color: #888;
}

#breadcrumb-container .kalisport-signature {
    float: right;
}

#breadcrumb-container .kalisport-signature,
#breadcrumb-container .kalisport-signature a {
    color: #AAA;
    -webkit-text-shadow: 0 1px 1px #FFF;
    -moz-text-shadow: 0 1px 1px #FFF;
    -o-text-shadow: 0 1px 1px #FFF;
    text-shadow: 0 1px 1px #FFF;
}

@media screen and (max-width: 767px) {
    div.submenu {
        width: 100%;
        display: table;
        float: none;
    }

    div.submenu a.btn,
    div.submenu span.btn {
        float: none;
        display: table-cell;
        width: 1%;
    }

    div.submenu a.btn+a.btn,
    div.submenu span.btn+a.btn,
    div.submenu a.btn+span.btn {
        border-left: 0;
    }
}

ul.submenu {
    float: right;
    height: 33px;
    line-height: 31px;
    list-style-type: none;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    color: #666;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #CCC;
}

ul.submenu li {
    float: left;
    border-left: 1px solid #CCC;
}

ul.submenu li:first-child {
    border-left: none;
}

ul.submenu li:hover a {
    background: #EEE;
}

ul.submenu li a {
    text-decoration: none;
    display: block;
    height: 100%;
    padding: 0 9px;
    color: #555;
}

ul.submenu li.view a {
    display: block;
    width: 38px;
    height: 100%;
    padding: 0;
    text-decoration: none;
    background-image: url("../assets/img/bg/back-office/bg_buttonView.png");
}

ul.submenu li.active a {
    color: #555;
    font-weight: bold;
    background-position: bottom;
}

ul.submenu li.inactive a {
    color: #BBB;
    background-position: bottom;
    cursor: default;
}

ul.submenu li .glyphicon,
ul.submenu li .fa {
    margin-right: 3px;
}

.list-group-menu-secondary-header {
    padding: 0 12px 8px;
    font-family: Arial, serif;
    font-size: 12px;
    font-weight: 500;
    color: #777;
    cursor: default;
}

.list-group-menu-secondary .list-group-item {
    padding: 12px;
    line-height: 1.1;
}

.list-group-menu-secondary .list-group-item.has-badge {
    padding-right: 35px;
}

.list-group-menu-secondary .list-group-item.has-label {
    padding-right: 48px;
}

.list-group-menu-secondary .list-group-item.has-premium {
    padding-right: 30px;
}

.list-group-menu-secondary .list-group-item .icon-premium,
.list-group-menu-secondary .list-group-item .badge,
.list-group-menu-secondary .list-group-item .label-beta,
.list-group-menu-secondary .list-group-item .label-new,
.list-group-menu-secondary .list-group-item .desc {
    position: absolute;
    right: 10px;
}

.list-group-menu-secondary .list-group-item .label-beta,
.list-group-menu-secondary .list-group-item .label-new {
    border: 1px solid #555;
    font-size: 10px;
    padding: 1px 3px;
    border-radius: 2px;
    line-height: 14px;
    text-transform: uppercase;
}

.list-group-menu-secondary .list-group-item.active .label-beta,
.list-group-menu-secondary .list-group-item.active .label-new,
.dropdown-menu-secondary li.active a .label-beta,
.dropdown-menu-secondary li.active a .label-new {
    border-color: #EEE;
}

.list-group-menu-secondary .list-group-item .icon-premium {
    top: calc(50% - 8px);
}

.list-group-menu-secondary .list-group-item .badge,
.list-group-menu-secondary .list-group-item .label-beta,
.list-group-menu-secondary .list-group-item .label-new {
    top: calc(50% - 9px);
}

.list-group-menu-secondary .list-group-item .desc {
    font-size: 84%;
    top: calc(50% - 6px);
}

.list-group-menu-secondary .list-group-item.active .icon-premium.active,
.dropdown-menu-secondary li.active a .icon-premium.active {
    background: rgba(255,255,255,0.3);
}

.list-group-menu-secondary .list-group-item:active .icon-premium .fa,
.list-group-menu-secondary .list-group-item:focus .icon-premium .fa, 
.list-group-menu-secondary .list-group-item:hover .icon-premium .fa {
    color: #f5f5f5;
}

.list-group-menu-secondary .list-group-item.active .icon-premium .fa,
.dropdown-menu-secondary li.active a .icon-premium .fa {
    color: #337ab7;
}

.list-group-menu-secondary .list-group-item .progress {
    margin: 4px 0 0;
}

.list-group-menu-secondary .list-group-item .progress .progress-bar {
    background: #fff;
}

.list-group-menu-secondary .list-group-item:active .progress,
.list-group-menu-secondary .list-group-item:focus .progress, 
.list-group-menu-secondary .list-group-item:hover .progress {
    border-color: #EEE;
}

.list-group-menu-secondary .list-group-item:active .progress .progress-bar,
.list-group-menu-secondary .list-group-item:focus .progress .progress-bar, 
.list-group-menu-secondary .list-group-item:hover .progress .progress-bar {
    background: #fff;
}

.list-group-menu-secondary .list-group-item.active .progress {
    border-color: #fff;
}

.list-group-menu-secondary .list-group-item.active .progress .progress-bar {
    background: #f5f5f5;
}

.list-group-menu-secondary .list-group-item .progress + small.block {
    margin-top: 4px;
    font-size: 10px;
}

.dropdown-menu-secondary li a {
    padding-top: 4px;
    padding-bottom: 4px;
}

.dropdown-menu-secondary .divider {
    margin-top: 8px;
    margin-bottom: 8px;
}

.dropdown-menu-secondary li a .badge,
.dropdown-menu-secondary li a .label-new,
.dropdown-menu-secondary li a .label-beta,
.dropdown-menu-secondary li a .icon-premium {
    float: right;
    margin-top: 1.2px;
}

.dropdown-menu-secondary li.active a .badge {
    background-color: #fff;
    color: #337ab7;
}

.btn-default .label-beta,
.btn-default .label-new,
.dropdown-menu .label-beta,
.dropdown-menu .label-new {
    border: 1px solid #555;
    font-size: 10px;
    padding: 1px 3px;
    border-radius: 2px;
    line-height: 14px;
    text-transform: uppercase;
}

.btn-default.active .label-beta,
.btn-default.active .label-new,
.dropdown-menu .active .label-beta,
.dropdown-menu .active .label-new {
    border-color: #EEE;
}

.btn-action-bar {
    margin-bottom: 10px !important;
}

.btn-action-bar:after {
    clear: both;
    content: "";
    display: block;
}

.btn-action-bar .btn,
.btn-action-bar .btn-group,
.btn-action-bar .tag {
    margin-bottom: 5px;
    vertical-align: top;
}

.btn-action-bar .btn-group .btn,
.btn-action-bar .btn.dropdown-toggle,
.btn-action-bar .modal .btn {
    margin-bottom: 0;
}

.btn-action-bar .input-group-btn .btn {
    margin-bottom: 0px;
}


/* == HEADER STICKY ========================= */
.resume-sticky {
    display: none;
    background: #F5F5F5;
    padding: 8px 15px;
    border: 1px solid #DDD;
    border-bottom-width: 3px;
    border-top: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 8%);
}

.resume-sticky.fixed {
    display: block;
    position: fixed;
    z-index: 999;
}

.row>div>.resume-sticky.fixed {
    margin-right: 8px;
}

.resume-sticky .resume-subtitle {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.resume-sticky .resume-title,
.resume-sticky .resume-title a,
.resume-sticky .resume-subtitle,
.resume-sticky .resume-subtitle a {
    color: #555;
}

.resume-sticky .btn-action-bar {
    margin-bottom: 5px !important;
}

.resume-sticky .btn-action-bar .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.resume-sticky .btn-action-bar .dropdown-menu {
    margin-top: 0;
    padding: 3px 0;
    min-width: 120px;
}

.resume-sticky .btn-action-bar .dropdown-menu>li>a,
.resume-sticky .btn-action-bar .dropdown-menu>li>button {
    font-size: 12px;
    line-height: 1.5;
    padding: 4px 12px;
}

.resume-sticky .btn-action-bar .dropdown-menu .divider {
    margin: 3px 0;
}

.resume-sticky .btn-action-bar .tag-container {
    vertical-align: top;
    display: inline-block;
    margin-top: 3px;
    margin-left: 2px;
}


/* == TOOLBAR DATATABLE ========================= */
.toolbar-datatable {
    position: fixed;
    right: 0;
    bottom: 0;
    background: #F5F5F5;
    padding: 8px 15px;
    border: 1px solid #DDD;
    border-top-width: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom: 0;
    border-right: 0;
    box-shadow: none;
}

.toolbar-datatable h4 {
    font-size: 16px;
    font-weight: 500;
}

.toolbar-datatable h4 span {
    font-weight: bold;
}


/* ========================================= */
/* === PAGINATION ========================== */
/* ========================================= */
nav#pagination {
    text-align: center;
}

nav#pagination ul.pagination {
    margin: 0;
}


/* ========================================= */
/* === FOOTER ============================== */
/* ========================================= */


/* ========================================= */
/* === FORM ================================ */
/* ========================================= */
form {
    padding: 12px 12px 2px 12px !important;
    background: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.form-author {
    padding: 10px 0;
}

fieldset {
    padding: 0.35em 1.1em 0.35em;
}

fieldset legend {
    background: #777 !important;
    padding: 3px 6px;
    font-size: 82%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    vertical-align: baseline;
    border-radius: .25em;
}

/*  CONNEXION  */
#content-connexion.row-flex {
    gap: 0;
    flex-wrap: nowrap;
    align-items: stretch;
    min-height: 100vh;
}

#content-connexion.row-flex .col {
    align-items: center;
}

#content-connexion.row-flex .col.col-social {
    display: none !important;
    justify-content: center;
}

#content-connexion.row-flex .col.col-social.has-bg {
    align-items: flex-end;
}

#content-connexion.row-flex .col.col-form {
    justify-content: center;
}

#content-connexion.row-flex .col.col-form .col-container {
    width: 70%;
}

#content-connexion header.cover-page-brand img {
    max-width: 100%;
    max-height: 70px;
}

#content-connexion header.cover-page-brand h1 {
    text-transform: none;
    font-size: 26px;
}

#content-connexion header.cover-page-brand h1 a:hover,
#content-connexion header.cover-page-brand h1 a:focus {
    text-decoration: none;
    color: #444;
}

#content-connexion #formConnexion {
    padding: 0 !important;
}

#content-connexion #formConnexion .image-container {
    position: relative;
}

#content-connexion #formConnexion .image-container .fa-star {
    position: absolute;
    bottom: 2px;
    right: 12px;
    background: #F9AB00;
    color: #FFF;
    font-size: 9px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 50%;
    text-align: center;
}

#content-connexion .user-connect img {
    height: 60px;
    margin-bottom: 10px;
}

#content-connexion .or-container {
    position: relative;
    text-align: center;
    padding: 12px 0px;
}

#content-connexion .or-container hr {
    position: absolute;
    width: 100%;
    margin: 9px 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

#content-connexion .or-container small {
    position: relative;
    text-align: center;
    z-index: 105;
    background: #FFF;
    padding: 0 20px;
    font-size: 13px;
    color: #777;
}

#content-connexion .maintenance-message {
    display: flex;
    align-items: center;
    line-height: 1.1;
}

#content-connexion .maintenance-message:hover,
#content-connexion .maintenance-message:active,
#content-connexion .maintenance-message:focus {
    text-decoration: none;
}

#content-connexion .maintenance-message:hover div,
#content-connexion .maintenance-message:active div,
#content-connexion .maintenance-message:focus div {
    text-decoration: underline;
}

#content-connexion .maintenance-message .icone {
    font-size: 115%;
}

#content-connexion footer {
    display: flex;
    align-items: flex-start;
    font-size: 13px;
    line-height: 1;
}

#content-connexion footer img {
    height: 15px;
    margin-right: 5px;
    vertical-align: text-bottom;
}

#content-connexion footer div {
    padding-top: 1.5px;
}

#content-connexion footer,
#content-connexion footer a,
#content-connexion footer a:hover,
#content-connexion footer a:active,
#content-connexion footer a:focus {
    color: #777;
}

#content-connexion form .list-group-item {
    padding: 10px;
    overflow: hidden;
}

#content-connexion form .list-group-item img {
    width: 40px;
    height: 40px;
    margin: 0 10px 0 0;
}

#content-connexion form .list-group-item h3 {
    font-size: 16px;
    margin: 5px 0 0 0;
    color: #555;
}

#content-connexion form .list-group-item small {
    clear: left;
}

#content-connexion form .list-group-item i,
#content-connexion form .list-group-item span.badge {
    font-size: 20px;
    margin: 10px 0 0 0;
}

#content-connexion form .list-group-item span.badge {
    background-color: #ff5757;
    border-radius: 2px;
    padding: 2px 4px;
    margin-top: 12px;
    font-size: 12px;
    font-style: none;
}

#content-connexion .social {
    padding: 10px 15px 8px;
    font-size: 0;
    background: #FFF;
    border-radius: 6px;
}

#content-connexion .social p.h-font {
    margin: 0 0px 8px 0;
    font-size: 15px;
    line-height: 1.1;
}

#content-connexion .social a {
    display: inline-block;
    margin-bottom: 5px;
}

#content-connexion .social a:hover {
    text-decoration: none;
}

#content-connexion .social img {
    width: 32px;
    height: 32px;
    margin: 0 3px;
}

@media (min-width: 1200px) {
    #content-connexion.row-flex .col.col-social {
        display: flex !important;
    }
}

@media (max-width:767px) {
    #content-connexion.row-flex .col.col-form .col-container {
        padding-left: 32px;
        padding-right: 32px;
        width: 100%;
    }

    #content-connexion header.cover-page-brand img {
        max-height: 50px;
    }
}


/* ========================================= */
/* === GENERIQUE =========================== */
/* ========================================= */
.row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.low-visibility-link,
.low-visibility-link:hover {
    color: #999;
}

.title-subheading {
    text-align: center;
    border-bottom: 1px solid #666;
    padding-bottom: 4px;
}

table img.user,
.list-group-item img.user {
    width: 30px;
    height: 30px;
}

table .adh-initiales-container,
.list-group-item .adh-initiales-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 1.2;
}

table .adh-initiales,
.list-group-item .adh-initiales {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #666;
    color: #666;
    font-size: 11px;
    width: 30px;
    height: 30px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

table .adh-initiales.empty,
.list-group-item .adh-initiales.empty {
    opacity: 0.25;
}

table .adh-initiales-container .adh-initiales,
.list-group-item  .adh-initiales-container .adh-initiales,
table .adh-initiales-container img.user,
.list-group-item .adh-initiales-container img.user {
    margin-right: 5px;
}

table a.thumbnail {
    margin-right: 10px;
    display: inline-block;
}

table a.thumbnail>img {
    max-width: 35px;
    margin: 0;
    display: inline-block;
}

table td form {
    padding: 0 !important;
    background: none;
}

table th .text-horizontal {
    writing-mode: tb-rl;
    text-orientation: mixed;
    white-space: nowrap;
    margin: 0 auto;
}

.modal {
    font-size: 13px;
}

.modal form {
    padding: 0 !important;
}

.modal .modal-content:after {
    content: "";
    display: block;
    overflow: hidden;
}

.modal .modal-header {
    /*background: #f2f2f2;*/
    border-radius: 4px 4px 0 0;
}

.modal .modal-header .close {
    width: 20px;
    height: 20px;
    line-height: 22px;
    margin-top: 2px;
    background: #666;
    border-radius: 50%;
    color: #FFF;
    box-shadow: none;
    font-size: 16px;
    text-align: center;
    padding: 0;
    font-weight: inherit;
    text-shadow: none;
}

.modal .modal-header .close:focus,
.modal .modal-header .close:hover {
    opacity: .5;
}

.modal .modal-header .modal-title {
    line-height: 24px;
}

.modal .modal-header img.img-circle+.modal-title {
    line-height: 24px;
}

.modal .modal-footer {
    border-radius: 0 0 4px 4px;
}

form .media-object {
    margin-right: 12px;
}

/* TABS */
.tab-container {
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: none;
}

.tab-content {
    padding-top: 15px;
}

.tab-content .tab-pane>form,
.tab-content .tab-pane>.dataTables_wrapper {
    padding: 0 !important;
}

a .glyphicon,
a .fa {
    margin-right: 7px;
}

span .glyphicon:first-child,
span .fa:first-child {
    margin-right: 5px;
}

span.input-group-addon .glyphicon,
span.input-group-addon .fa {
    margin: 0;
}


/* ========================================= */
/* === TABLE =============================== */
/* ========================================= */
.table .label {
    display: inline-block;
    vertical-align: text-top;
    padding: .3em .6em .3em;
}

.table .label + small.block {
    margin-top: 2px;
}


/* ========================================= */
/* === DATATABLES ========================== */
/* ========================================= */
.dataTables_wrapper .row>div {
    min-height: 0px !important;
}

.dataTables_wrapper label {
    font-weight: normal;
}

.dataTables_wrapper .modal label {
    font-weight: bold;
}

form>.dataTables_wrapper {
    padding: 0 0px 6px 0;
}

.dataTables_wrapper {
    padding: 0;
    background: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    line-height: 100% !important;
}

.dataTables_wrapper caption {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1em;
    padding: 0;
    margin-bottom: 5px;
    border: 0;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
    margin: 0;
}

.dataTables_wrapper .dataTables_filter label>input[type="text"] {
    width: 150px;
    float: none;
    height: 26px;
    margin: 0;
}

.dataTables_wrapper table.dataTable,
table.dataTable {
    width: 100% !important;
    margin: 0 !important;
    border-top: 0 !important;
    background: none;
}

table.dataTable thead th {
    padding: 9px 6px !important;
    border-top: 0 solid #DDD !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid #DDD !important;
    background: none;
}

table.dataTable tfoot th {
    padding: 9px 6px !important;
    border-top: 2px solid #DDD !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 solid #DDD !important;
    background: none;
}

table.dataTable thead th.sorting,
table.dataTable thead th.sorting_asc,
table.dataTable thead th.sorting_desc,
table.dataTable tfoot th.sorting,
table.dataTable tfoot th.sorting_asc,
table.dataTable tfoot th.sorting_desc {
    padding-right: 14px !important;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    right: 3px !important;
    bottom: calc(50% - 7.5px) !important;
    font-size: 11px !important;
}

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 6px !important;
}

table.dataTable tr td .btn-group {
    display: table;
    margin: 0 auto;
}

table.dataTable tr td .btn-group>.btn {
    display: table-cell;
    float: none;
}

table.dataTable tr.odd td {
    background-color: #FAFAFA;
}

table.dataTable tr.odd td .user-multiple-img img {
    border-color: #FAFAFA;
}

table.dataTable tr.even td {
    background-color: #FFF;
}

table.dataTable tr.odd td.sorting_1,
table.dataTable tr.odd td.active {
    background-color: #EAEAEA;
}

table.dataTable tr.odd td.sorting_1 .user-multiple-img img,
table.dataTable tr.odd td.active .user-multiple-img img {
    border-color: #EAEAEA;
}

table.dataTable tr.odd td.sorting_2,
table.dataTable tr.odd td.sorting_3 {
    background-color: #F0F0F0;
}

table.dataTable tr.odd td.sorting_2 .user-multiple-img img,
table.dataTable tr.odd td.sorting_3 .user-multiple-img img {
    border-color: #F0F0F0;
}

table.dataTable tr.even td.sorting_1,
table.dataTable tr.even td.active {
    background-color: #F2F2F2;
}

table.dataTable tr.even td.sorting_1 .user-multiple-img img,
table.dataTable tr.even td.active .user-multiple-img img {
    border-color: #F2F2F2;
}

table.dataTable tr.even td.sorting_2,
table.dataTable tr.even td.sorting_3,
table.dataTable tr.odd.level2 td {
    background-color: #F6F6F6;
}

table.dataTable tr.even td.sorting_2 .user-multiple-img img,
table.dataTable tr.even td.sorting_3 .user-multiple-img img,
table.dataTable tr.odd.level2 td .user-multiple-img img {
    border-color: #F6F6F6;
}

table.dataTable tr.even.level2 td {
    background-color: #F4F4F4;
}

table.dataTable tr.even.level2 td .user-multiple-img img {
    border-color: #F4F4F4;
}

table.dataTable tr.odd.level1+tr.even.level2>td,
table.dataTable tr.even.level1+tr.odd.level2>td,
table.dataTable tr.odd.level2+tr.even.level1>td,
table.dataTable tr.even.level2+tr.odd.level1>td {
    border-top: 1px solid #CCC;
}

table.dataTable tr.level2 td:first-child {
    border-left: 3px solid #CCC;
}

table.dataTable tr.level2 td:last-child {
    border-right: 3px solid #CCC;
}

table.dataTable tr.odd.level3 td {
    background-color: #EEE;
}

table.dataTable tr.odd.level3 td .user-multiple-img img {
    border-color: #EEE;
}

table.dataTable tr.even.level3 td {
    background-color: #ECECEC;
}

table.dataTable tr.even.level3 td .user-multiple-img img {
    border-color: #ECECEC;
}

table.dataTable tr.odd.level2+tr.even.level3>td,
table.dataTable tr.even.level2+tr.odd.level3>td,
table.dataTable tr.odd.level3+tr.even.level1>td,
table.dataTable tr.even.level3+tr.odd.level1>td,
table.dataTable tr.odd.level3+tr.even.level2>td,
table.dataTable tr.even.level3+tr.odd.level2>td {
    border-top: 1px solid #999;
}

table.dataTable tr.level3 td:first-child {
    border-left: 5px solid #999;
}

table.dataTable tr.level3 td:last-child {
    border-right: 5px solid #999;
}

table.dataTable tr.odd.danger td,
table.dataTable tr.odd td.danger {
    background-color: #ffdddd;
}

table.dataTable tr.odd.danger td .user-multiple-img img,
table.dataTable tr.odd td.danger .user-multiple-img img {
    border-color: #ffdddd;
}

table.dataTable tr.even.danger td,
table.dataTable tr.even td.danger {
    background-color: #ffeeee;
}

table.dataTable tr.even.danger td .user-multiple-img img,
table.dataTable tr.even td.danger .user-multiple-img img {
    border-color: #ffeeee;
}

table.dataTable tr.odd.danger td.sorting_1 {
    background-color: #ffc4c4;
}

table.dataTable tr.odd.danger td .user-multiple-img img {
    border-color: #ffc4c4;
}

table.dataTable tr.odd.danger td.sorting_2,
table.dataTable tr.odd.danger td.sorting_3 {
    background-color: #ffd1d1;
}

table.dataTable tr.odd.danger td.sorting_2 .user-multiple-img img,
table.dataTable tr.odd.danger td.sorting_3 .user-multiple-img img {
    border-color: #ffd1d1;
}

table.dataTable tr.even.danger td.sorting_1 {
    background-color: #ffd5d5;
}

table.dataTable tr.even.danger td.sorting_1 .user-multiple-img img {
    border-color: #ffd5d5;
}

table.dataTable tr.even.danger td.sorting_2,
table.dataTable tr.even.danger td.sorting_3 {
    background-color: #ffe2e2;
}

table.dataTable tr.even.danger td.sorting_2 .user-multiple-img img,
table.dataTable tr.even.danger td.sorting_3 .user-multiple-img img {
    border-color: #ffe2e2;
}

table.dataTable tr.odd.success td,
table.dataTable tr.odd td.success {
    background-color: #ddffdd;
}

table.dataTable tr.odd.success td .user-multiple-img img,
table.dataTable tr.odd td.success .user-multiple-img img {
    border-color: #ddffdd;
}

table.dataTable tr.even.success td,
table.dataTable tr.even td.success {
    background-color: #eeffee;
}

table.dataTable tr.even.success td .user-multiple-img img,
table.dataTable tr.even td.success .user-multiple-img img {
    border-color: #eeffee;
}

table.dataTable tr.odd.success td.sorting_1 {
    background-color: #c4ffc4;
}

table.dataTable tr.odd.success td.sorting_1 .user-multiple-img img {
    border-color: #c4ffc4;
}

table.dataTable tr.odd.success td.sorting_2,
table.dataTable tr.odd.success td.sorting_3 {
    background-color: #d1ffd1;
}

table.dataTable tr.odd.success td.sorting_2 .user-multiple-img img,
table.dataTable tr.odd.success td.sorting_3 .user-multiple-img img {
    border-color: #d1ffd1;
}

table.dataTable tr.even.success td.sorting_1 {
    background-color: #d5ffd5;
}

table.dataTable tr.even.success td.sorting_1 .user-multiple-img img {
    border-color: #d5ffd5;
}

table.dataTable tr.even.success td.sorting_2,
table.dataTable tr.even.success td.sorting_3 {
    background-color: #e2ffe2;
}

table.dataTable tr.even.success td.sorting_2 .user-multiple-img img,
table.dataTable tr.even.success td.sorting_3 .user-multiple-img img {
    border-color: #e2ffe2;
}

table.dataTable tr.odd.info td,
table.dataTable tr.odd td.info,
table.dataTable tr.even.info td,
table.dataTable tr.even td.info {
    background-color: #d9edf7;
}

table.dataTable tr.odd.info td .user-multiple-img img,
table.dataTable tr.odd td.info .user-multiple-img img,
table.dataTable tr.even.info td .user-multiple-img img,
table.dataTable tr.even td.info .user-multiple-img img {
    border-color: #d9edf7;
}

table.dataTable tr.odd.info td.sorting_1,
table.dataTable tr.odd td.info {
    background-color: #c7e1ed;
}

table.dataTable tr.odd.info td.sorting_1 .user-multiple-img img,
table.dataTable tr.odd td.info .user-multiple-img img {
    border-color: #c7e1ed;
}

table.dataTable tr.odd.info td.sorting_2 {
    background-color: #cee7f2;
}

table.dataTable tr.odd.info td.sorting_2 .user-multiple-img img {
    border-color: #cee7f2;
}

table.dataTable tr.odd.info td.sorting_3 {
    background-color: #d9edf7;
}

table.dataTable tr.odd.info td.sorting_3 .user-multiple-img img {
    border-color: #d9edf7;
}

table.dataTable tr.even.info td.sorting_1 {
    background-color: #cee7f2;
}

table.dataTable tr.even.info td.sorting_1 .user-multiple-img img {
    border-color: #cee7f2;
}

table.dataTable tr.even.info td.sorting_2 {
    background-color: #d1e4ed;
}

table.dataTable tr.even.info td.sorting_2 .user-multiple-img img {
    border-color: #d1e4ed;
}

table.dataTable tr.even.info td.sorting_3 {
    background-color: #d9edf7;
}

table.dataTable tr.even.info td.sorting_3 .user-multiple-img img {
    border-color: #d9edf7;
}

table.dataTable tr.odd.warning td,
table.dataTable tr.odd td.warning,
table.dataTable tr.even.warning td,
table.dataTable tr.even td.warning,
table.dataTable tr.odd.warning td.sorting_1,
table.dataTable tr.odd.warning td.sorting_2,
table.dataTable tr.odd.warning td.sorting_3,
table.dataTable tr.even.warning td.sorting_1,
table.dataTable tr.even.warning td.sorting_2,
table.dataTable tr.even.warning td.sorting_3 {
    background-color: #FCF8E3;
}

table.dataTable tr.odd.warning td .user-multiple-img img,
table.dataTable tr.odd td.warning .user-multiple-img img,
table.dataTable tr.even.warning td .user-multiple-img img,
table.dataTable tr.even td.warning .user-multiple-img img,
table.dataTable tr.odd.warning td.sorting_1 .user-multiple-img img,
table.dataTable tr.odd.warning td.sorting_2 .user-multiple-img img,
table.dataTable tr.odd.warning td.sorting_3 .user-multiple-img img,
table.dataTable tr.even.warning td.sorting_1 .user-multiple-img img,
table.dataTable tr.even.warning td.sorting_2 .user-multiple-img img,
table.dataTable tr.even.warning td.sorting_3 .user-multiple-img img {
    border-color: #FCF8E3;
}

table.dataTable tbody tr:hover td,
table.dataTable tbody tr:hover td.sorting_1,
table.dataTable tbody tr:hover td.sorting_2,
table.dataTable tbody tr:hover td.sorting_3 {
    background: #E2E4FF !important;
}

table.dataTable tbody tr:hover td .user-multiple-img img,
table.dataTable tbody tr:hover td.sorting_1 .user-multiple-img img,
table.dataTable tbody tr:hover td.sorting_2 .user-multiple-img img,
table.dataTable tbody tr:hover td.sorting_3 .user-multiple-img img {
    border-color: #E2E4FF !important;
}

table.dataTable tbody tr:hover td .user-multiple-img img,
table.dataTable tbody tr:hover td.sorting_1 .user-multiple-img img,
table.dataTable tbody tr:hover td.sorting_2 .user-multiple-img img,
table.dataTable tbody tr:hover td.sorting_3 .user-multiple-img img {
    border-color: #E2E4FF !important;
}

table.dataTable tfoot.filter-row {
    display: table-header-group;
}

table.dataTable tfoot.filter-row,
table.dataTable tfoot.filter-row th {
    background: #E4E4E4;
}

table.dataTable tfoot.filter-row th {
    border-top-width: 1px !important;
    border-bottom: 1px solid #DDD !important;
    font-weight: normal !important;
    padding: 7px 5px !important;
}

table.dataTable tfoot.filter-row th .form-control.input-sm {
    height: 26px;
    padding: 3px 6px;
    max-width: 100%;
    width: 100%;
    display: block;
}

table.dataTable.no-footer {
    border-bottom: 0 !important;
    border-radius: 0 0 3px 3px;
}

.dataTables_wrapper:after,
.dataTables_wrapper .header-container:after,
.dataTables_wrapper .footer-container:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
}

.dataTables_wrapper .header-container .dataTables_length,
.dataTables_wrapper .header-container .dataTables_filter {
    width: 50%;
    margin: 0;
    padding: 10px;
}

.dataTables_wrapper .header-container .dataTables_length {
    float: left;
}

.dataTables_wrapper .header-container .dataTables_filter {
    float: right;
}

.dataTables_wrapper .header-container .dataTables_length label,
.dataTables_wrapper .header-container .dataTables_filter label {
    margin: 0;
}

.dataTables_wrapper .header-container .dataTables_filter input {
    margin-left: 0 !important;
}

.dataTables_wrapper .header-container .dataTables_filter:first-child,
.dataTables_wrapper .header-container .dataTables_filter:first-child label {
    width: 100%;
}

.dataTables_wrapper .header-container .dataTables_filter:first-child input {
    width: 100%;
}

.dataTables_wrapper table.dataTable.table-bordered {
    border-top: 1px solid #DDD !important;
    border-left: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
}

.dataTables_wrapper.footer-hidden table.dataTable.table-bordered {
    border-bottom: 1px solid #ddd !important;
}

.dataTables_wrapper .header-container:not(:empty) {
    border-bottom: 1px solid #DDD !important;
}

.dataTables_wrapper .header-container:has(> .dataTables_filter.hidden:first-child) {
    border-bottom: 0 !important;
}

.dataTables_wrapper .footer-container:not(:empty) {
    border-top: 1px solid #DDD !important;
}

.dataTables_wrapper .footer-container .dataTables_info,
.dataTables_wrapper .footer-container .dataTables_paginate {
    width: 50%;
    margin: 0;
    padding: 10px;
    height: 48px;
}

.dataTables_wrapper .footer-container .dataTables_info {
    float: left;
    line-height: 1.1;
    display: flex;
    align-items: center;
    font-size: 12px;
}

.dataTables_wrapper .footer-container .dataTables_paginate {
    float: right;
}

.dataTables_wrapper .footer-container .dataTables_paginate:first-child {
    width: 100%;
    height: auto;
}

.dataTables_wrapper .footer-container ul.pagination {
    margin: 0 !important;
    height: auto;
    padding: 0;
}

.dataTables_wrapper .footer-container ul.pagination>li>a,
.dataTables_wrapper .footer-container ul.pagination>li>span {
    padding: 4px 12px;
}

.panel .dataTables_wrapper {
    padding: 0;
    background: none;
    border-radius: 0 0 4px 4px;
}

.panel table.dataTable {
    border-top: 0 !important;
    margin: 0;
    border-bottom: 0 !important;
}

.panel table.dataTable.no-paginate {
    border-bottom: 0 !important;
}

.panel table.dataTable thead th,
.panel table.dataTable tfoot th {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.panel .dataTables_wrapper .row>div {
    width: 100%;
}

.panel .panel-body .dataTables_wrapper .dataTables_paginate {
    border-top: 0;
}

.panel .dataTables_wrapper .footer-container>.dataTables_paginate:first-child {
    padding: 10px;
    margin: 0 !important;
    border-top: 0;
    display: table;
    width: 100%;
}

.panel .dataTables_wrapper .footer-container>.dataTables_paginate:first-child .pagination {
    margin: 0 !important;
    display: table;
    width: 100%;
}

.panel .dataTables_wrapper .footer-container>.dataTables_paginate:first-child .pagination li {
    display: table-cell;
}

.panel .dataTables_wrapper .footer-container>.dataTables_paginate:first-child .pagination li a,
.panel .dataTables_wrapper .footer-container>.dataTables_paginate:first-child .pagination li span {
    display: block;
    text-align: center;
    width: 100%;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 12px;
}

.panel .graph {
    padding: 0;
}

.panel .dataTables_wrapper+.panel-body.graph {
    border-top: 1px solid #DDD !important;
}

.page-content.theme-personnalisation .dataTables_wrapper {
    padding: 0;
}

.panel-actions .row>.col:last-child {
    text-align: right;
}

.panel-actions .input-group-addon {
    font-size: 12px;
}

.panel-actions .btn-restore span {
    margin-left: 5px;
}

@media screen and (max-width:991px) {
    .panel-actions .btn-restore {
        display: block;
        width: 100%;
        margin-top: 10px;
    }
}

@media screen and (max-width:768px) {
    .panel-actions .row>.col:last-child {
        text-align: left;
    }
}


/* ========================================= */
/* === DASHBOARD =========================== */
/* ========================================= */
.bloc-dashboard-container {
    background: #FFF;
    padding: 9px;
    font-size: 11px;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
}

.bloc-dashboard-container>a {
    display: block;
    position: relative;
    margin: -9px;
    padding: 9px;
}

.bloc-dashboard-container a:hover,
.bloc-dashboard-container a:focus {
    color: #EEE;
    text-decoration: none;
}

.bloc-dashboard-container.bloc-dashboard-news {
    display: flex;
    align-items: flex-start;
    width: 100%;
    flex-direction: column;
    justify-content: center;
}

a.bloc-dashboard-container.bloc-dashboard-news:hover,
a.bloc-dashboard-container.bloc-dashboard-news:focus {
    text-decoration: none;
    opacity: 0.9;
}

.bloc-dashboard-container.bloc-dashboard-news i.fa {
    position: absolute;
    margin: 0;
    opacity: 0.10;
    font-size: 55px;
    height: 100%;
    display: flex;
    align-items: flex-end;
    bottom: -5px;
    right: -5px;
}

.bloc-dashboard-container.bloc-dashboard-news p.date {
    margin: 0;
}

.row-flex.row-bloc-dashboard-container { row-gap: 0; }
.row-flex.row-bloc-dashboard-container .col { flex: 1; min-width: auto; }

.row-flex.row-bloc-dashboard-container .col .bloc-dashboard-container {
    width: 100%;
}

.row-flex.row-bloc-dashboard-container .col.bloc-dashboard-group {
    flex: 3;
}

.row-flex.row-bloc-dashboard-container .col.bloc-dashboard-group .row-flex {
    width: 100%;
}

@media screen and (max-width:1100px) {
    .row-flex.row-bloc-dashboard-container .col.bloc-dashboard-group {
        min-width: 40%;
    }
}

@media screen and (max-width:900px) {
    .row-flex.row-bloc-dashboard-container .col.bloc-dashboard-group {
        min-width: 100%;
    }
}

.bloc-primary {
    background-color: #428bca;
}

.bloc-primary,
.bloc-primary a {
    color: #FFF;
}

.bloc-primary .fa-bg {
    color: #3071a9;
}

.bloc-info {
    background-color: #5bc0de;
}

.bloc-info,
.bloc-info a {
    color: #FFF;
}

.bloc-info .fa-bg {
    color: #31b0d5;
}

.bloc-success {
    background-color: #5cb85c;
}

.bloc-success.alpha1 {
    background-color: rgba(92, 184, 92, 0.9);
}

.bloc-success.alpha2 {
    background-color: rgba(92, 184, 92, 0.8);
}

.bloc-success.alpha3 {
    background-color: rgba(92, 184, 92, 0.7);
}

.bloc-success,
.bloc-success a {
    color: #FFF;
}

.bloc-success .fa-bg {
    color: #449d44;
}

.bloc-success.alpha1 .fa-bg {
    color: rgba(68, 157, 68, 0.9);
}

.bloc-success.alpha2 .fa-bg {
    color: rgba(68, 157, 68, 0.8);
}

.bloc-success.alpha3 .fa-bg {
    color: rgba(68, 157, 68, 0.7);
}

.bloc-warning {
    background-color: #f0ad4e;
}

.bloc-warning,
.bloc-warning a {
    color: #FFF;
}

.bloc-warning .fa-bg {
    color: #ec971f;
}

.bloc-danger {
    background-color: #d9534f;
}

.bloc-danger,
.bloc-danger a {
    color: #FFF;
}

.bloc-danger .fa-bg {
    color: #c9302c;
}

.bloc-default {
    background-color: #999;
}

.bloc-default,
.bloc-default a,
.bloc-dashboard-container.bloc-default,
.bloc-dashboard-container.bloc-default a {
    color: #FFF;
}

.bloc-default .fa-bg {
    color: #808080;
}

.bloc-white {
    background-color: #FFF;
}

.bloc-white,
.bloc-white a {
    color: #666;
}

.bloc-white .fa-bg {
    color: #EEE;
}

.bloc-pink {
    background-color: #f76397;
}

.bloc-pink,
.bloc-pink a {
    color: #fff;
}

.bloc-pink .fa-bg {
    color: #e80c59;
}

.bloc-dark {
    background-color: #333;
}

.bloc-dark,
.bloc-dark a {
    color: #fff;
}

.bloc-dark .fa-bg {
    color: #111;
}

.bloc-custom-white {
    background-color: transparent;
    border: 3px solid #FFF;
    padding: 6px 7px;
}

.bloc-custom-white,
.bloc-default a {
    color: #555;
}

.bloc-custom-white .fa-bg {
    color: #BBB;
}

.bloc-dashboard-container.bloc-light {
    background: none;
    padding: 10px;
    padding-top: 0;
}

.bloc-dashboard-container.bloc-light a {
    color: #444;
    display: block;
    position: relative;
    margin: -10px;
    padding: 10px;
}

.bloc-dashboard-container.bloc-light a:hover {
    text-decoration: none;
}

.bloc-dashboard-container.bloc-light i.icone {
    float: left;
    font-size: 24px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 2px solid #428bca;
    color: #428bca;
    margin-right: 10px;
}

.bloc-dashboard-container.bloc-light a:hover i.icone {
    background: #428bca;
    color: #FFF;
}

.bloc-dashboard-container.bloc-light .nb {
    font-size: 24px;
    line-height: 24px;
}

.bloc-dashboard-container.bloc-light .title {
    font-size: 13px;
    line-height: 1;
}

.bloc-dashboard-container.bloc-light p {
    margin: 0;
    font-size: 11px;
    line-height: 1;
}

.bloc-dashboard-container i.fa-angle-right {
    position: absolute;
    margin: 0;
    height: 50px;
    line-height: 50px;
    top: calc(50% - 25px);
    right: 10px;
    font-size: 18px;
}

.bloc-dashboard-group .bloc-light:first-child {
    padding-top: 10px;
}

.bloc-dashboard-container.bloc-color>a:hover,
.bloc-dashboard-container.bloc-color>a:focus {
    text-decoration: none;
}

.bloc-dashboard-container.bloc-color .fa-bg {
    font-size: 100px;
    position: absolute;
    font-weight: 900;
    top: -50%;
    right: -5px;
}

.bloc-dashboard-container.bloc-color .fa.fa-bg {
    top: -14px;
    right: -10px;
}

.bloc-dashboard-container.bloc-color .bloc-inside {
    display: block;
    position: inherit;
    text-transform: uppercase;
    font-size: 9px;
}

.bloc-dashboard-container.bloc-color .bloc-inside .nb,
.bloc-dashboard-container.bloc-color .bloc-inside .nb2x,
.bloc-dashboard-container.bloc-color .bloc-inside .btn-container {
    width: 100%;
    height: 36px;
    overflow: hidden;
}

.bloc-dashboard-container.bloc-color .bloc-inside .nb {
    font-size: 34px;
    line-height: 36px;
    display: flex;
    justify-content: flex-start;
}

.bloc-dashboard-container.bloc-color .bloc-inside .nb small.pull-right {
    font-size: 50%;
}

.bloc-dashboard-container.bloc-color .bloc-inside .nb .mainNb+.details {
    padding-left: 9px;
}

.bloc-dashboard-container.bloc-color .bloc-inside .nb .details {
    display: inline-block;
    font-size: 0;
    vertical-align: bottom;
}

.bloc-dashboard-container.bloc-color .bloc-inside .nb .details span {
    display: block;
    font-size: 14px;
    line-height: 17px;
    height: 17px;
}

.bloc-dashboard-container.bloc-color .bloc-inside span.txt {
    font-size: 17px;
    line-height: 17px;
    font-weight: 600;
}

.bloc-dashboard-container.bloc-color .bloc-inside .nb2x {
    display: block;
    font-size: 14px;
    line-height: 18px;
}

.bloc-dashboard-container.bloc-color .bloc-inside .nb2x span {
    display: block;
    font-size: 1em;
}

.bloc-dashboard-container.bloc-color .bloc-inside .btn-container .btn {
    text-transform: none;
}

.bloc-dashboard-container.bloc-color .bloc-inside .btn-container .btn:hover {
    color: #333;
}

.bloc-dashboard-container.bloc-color .bloc-inside .legend {
    height: 10px;
    width: 100%;
    margin-top: 4px;
}

.bloc-dashboard-group .row {
    margin: 0;
}

.bloc-dashboard-group .row>div {
    padding: 0;
}

.bloc-dashboard-group .row>div .bloc-dashboard-container {
    border-radius: 0;
}

.bloc-dashboard-group .row>div:first-child .bloc-dashboard-container {
    border-radius: 3px 0 0 3px;
}

.bloc-dashboard-group .row>div:last-child .bloc-dashboard-container {
    border-radius: 0 3px 3px 0;
}

@media print {
    .row-flex.row-bloc-dashboard-container {
        flex-wrap: nowrap;
    }

    .bloc-dashboard-container.bloc-color .fa.fa-bg {
        opacity: 0.1;
    }
}

.stats-title {
    padding: 6px 10px;
    text-transform: uppercase;
}

#encarts ul.stats-dashboard+.stats-title {
    background-color: #5bc0de;
    color: #FFF;
}

#adherents ul.stats-dashboard+.stats-title {
    background-color: #428bca;
    color: #FFF;
}

#filtre-collapse-adherents p {
    margin-bottom: 0;
}

ul.stats-dashboard {
    padding: 0;
    margin: 0;
    list-style: none;
    background: white;
    display: table;
    table-layout: fixed;
    width: 100%;
}

ul.stats-dashboard li {
    text-align: right;
    padding: 10px;
    border-right: 1px solid #DDD;
    margin-right: -1px;
    font-size: 14px;
    position: relative;
    display: table-cell;
}

ul.stats-dashboard li:last-child {
    border-right: 0;
}

ul.stats-dashboard li i,
ul.stats-dashboard li img {
    height: 70px;
    color: #d1d4d7;
    top: 10px;
    right: 10px;
    position: absolute;
}

ul.stats-dashboard li i {
    font-size: 44px;
}

ul.stats-dashboard li img {
    opacity: 0.8;
}

ul.stats-dashboard li div {
    text-align: left;
}

ul.stats-dashboard li div.number {
    margin-top: 40px;
    font-size: 26px;
}

ul.stats-dashboard li div.title {
    color: #ccc;
    margin-top: -2px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 10px;
}

ul.stats-dashboard li div.progress {
    margin-bottom: 0;
    height: 4px;
    margin-top: 10px;
}

.panel-social-dashboard .panel-body {
    padding: 0 !important;
}

.panel-social-dashboard .panel-body ul {
    padding: 0;
    margin: 0;
    display: table;
    width: 100%;
    list-style: none;
}

.panel-social-dashboard .panel-body ul li {
    display: table-cell;
    text-align: center;
}

.panel-social-dashboard .panel-body ul.c1 li {
    width: 100%;
}

.panel-social-dashboard .panel-body ul.c2 li {
    width: 50%;
}

.panel-social-dashboard .panel-body ul.c3 li {
    width: 33.3333%;
}

.panel-social-dashboard .panel-body ul.c4 li {
    width: 25%;
}

.panel-social-dashboard .panel-body ul.c5 li {
    width: 20%;
}

.panel-social-dashboard .panel-body ul.c6 li {
    width: 16.666%;
}

.panel-social-dashboard .panel-body ul.c7 li {
    width: 14.285%;
}

.panel-social-dashboard .panel-body ul.c8 li {
    width: 12.5%;
}

.panel-social-dashboard .panel-body ul li+li {
    border-left: 1px solid #CCC;
}

.panel-social-dashboard ul li a {
    display: block;
    padding: 12px 0;
    color: #FFF;
}

.panel-social-dashboard ul li a:hover {
    text-decoration: none;
    color: #333 !important;
}

.panel-social-dashboard ul li i {
    font-size: 26px;
}

.panel-social-dashboard ul li .name {
    display: block;
    font-size: 16px;
    font-weight: 600;
}

.panel-social-dashboard ul li i+.name {
    font-size: 11px;
    font-weight: 500;
}

/* BLOC ARTICLE VIGNETTES */
.bloc-articles-vignettes.has-articles .row {
    margin-bottom: -15px;
}

/* CAROUSSEL DASHBOARD */
.carousel-a-la-une {
    border-radius: 4px;
    overflow: hidden;
}

.carousel-a-la-une.carousel .image-container {
    background-size: cover;
    background-position: center;
    height: 450px;
}

/* BLOC LIEN DASHBOARD */
.bloc-liens-dashboard.panel {
    background: transparent;
    border-radius: 4px;
    overflow: hidden;
}

.bloc-liens-dashboard .list-group .row {
    margin: -1px;
}

.bloc-liens-dashboard .list-group .row .col {
    margin: 0;
    padding: 1px;
}

.bloc-liens-dashboard .list-group .list-group-item.cover {
    border-radius: 0 !important;
    padding: 0;
}

.bloc-liens-dashboard .list-group .list-group-item.cover a {
    display: block;
    padding: 10px 15px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 150px;
    background-color: #FFF;
}

/* PANEL FILFINFO DASHBOARD */
.panel-filinfo-dashboard h5 {
    font-size: 14px;
}

.panel-filinfo-dashboard h5,
.panel-filinfo-dashboard h5 a {
    color: #555;
}

.panel-filinfo-dashboard .meta {
    margin: 4px 0 0;
}

.panel-filinfo-dashboard .meta,
.panel-filinfo-dashboard .meta a {
    color: #999;
}

.panel-filinfo-dashboard .meta,
.panel-filinfo-dashboard .meta time,
.panel-filinfo-dashboard .meta time+span {
    font-size: 10px;
    line-height: 1.2;
}

.panel>table.table caption {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    background: #F5F5F5;
    border-top: 2px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.panel>table.table {
    border-bottom: 1px solid #ddd;
}

.panel>table.table:last-child {
    border-bottom: 0;
}

.panel>.table-responsive>table.table {
    border-bottom: 1px solid #ddd;
}

.panel>.table-responsive>table.table:last-child {
    border-bottom: 0;
}

/* MATOMO */
.widgetIframe {
    background: #FFF;
}

.widgetIframe h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    padding-top: 10px;
    color: #555;
}


/* APERCU ARTICLE */
#content .panel-article .header {
    margin-bottom: 15px;
}

#content .panel-article .header time,
#content .panel-article .header time a {
    display: block;
    color: #999;
    font-size: 85% !important;
}

#content .panel-article .header time+ul.categories {
    margin-top: 2px !important;
}

#content .panel-article .header ul.categories li a {
    font-weight: 500;
    font-family: inherit;
    font-size: 90%;
}

#content .panel-article .panel.render-ckeditor,
#content .panel-article .panel.justified-gallery {
    box-shadow: none;
    border: 0;
}

#content .panel-article>.panel-body {
    padding-top: 15px;
    padding-bottom: 15px;
}

#content .panel-article>.panel-body>*:last-child {
    margin-bottom: 0 !important;
}

/* MODAL TELECHARGEMENT APP */
#modalAppDownload img.img-rounded {
    border-radius: 25px;
}

#modalAppDownload h3,
#modalAppDownload h4 {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-size: 25px;
    text-transform: none;
}

#modalAppDownload h3 {
    font-weight: 700;
}

/* BANNIERE APP */
#app-banner.alert {
    padding: 0;
    position: relative;
    overflow: hidden;
    font-family: 'Lato', sans-serif;
    background: url('../assets/img/app/background/bg-app.jpg'), linear-gradient(90deg, rgba(239, 86, 71, 1) 0%, rgba(239, 113, 71, 1) 100%);
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center 65%;
    background-repeat: no-repeat;
    border-radius: 4px;
}

#app-banner .close {
    position: absolute;
    top: 15px;
    right: 15px;
    text-shadow: none;
}

.banner-dashboard {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 150px;
    padding: 15px;
}

.banner-dashboard .banner-img {
    padding: 4px 12px;
    margin-bottom: -45px;
    height: 150px;
    overflow: hidden;
}

.banner-dashboard .banner-img img {
    height: 100%;
    margin-bottom: 30px;
}

.banner-dashboard .banner-img img.iphone1 {
    transform: rotate(-8deg);
}

.banner-dashboard .banner-img img.iphone2 {
    transform: rotate(8deg);
    margin-left: -5px;
}

.banner-dashboard .banner-content {
    align-self: center;
    width: 75%;
}

.banner-dashboard .banner-content p {
    text-align: center;
    font-size: 35px;
    color: #fff;
}

.banner-dashboard .banner-content p.banner-title {
    font-weight: 900;
    margin-bottom: 10px;
    line-height: 1;
    text-transform: uppercase;
}

#app-banner .code-club {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 5px 14px;
    color: #ef5647;
    background: #FFF;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1;
}

#app-banner .code-club b {
    font-weight: 900;
    font-size: 16px;
}

.banner-dashboard .banner-content .platform-banner {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}

.banner-dashboard .banner-content .platform-banner>* {
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin: 5px;
}

.banner-dashboard .banner-content .platform-banner>*,
.banner-dashboard .banner-content .platform-banner a img {
    height: 50px;
}

#app-banner #btn-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    border: 0;
    border-top: 2px solid #FFF;
    color: #FFF;
    text-decoration: none;
    border-radius: 0 0 4px 4px;
    font-weight: 700;
    font-size: 15px;
}

#app-banner #btn-banner:hover,
#app-banner #btn-banner:focus {
    background: #FFF;
    color: #ef5647;
}

#app-banner .btn {
    display: flex;
    align-items: center;
    flex-direction: column;
    border: 2px solid #FFF;
    color: #FFF;
    padding: 5px 14px;
    height: auto;
}

#app-banner .btn:hover,
#app-banner .btn:focus {
    background: #FFF;
    color: #ef5647;
}

@media screen and (max-width: 688px) {
    .banner-dashboard .banner-img {
        display: none;
    }

    .banner-dashboard .banner-content {
        width: 100%;
    }
}

@media screen and (max-width: 1292px) {
    .banner-dashboard .banner-content p {
        font-size: 23px;
    }

    .banner-dashboard .banner-content .platform-banner>*,
    .banner-dashboard .banner-content .platform-banner a img {
        height: 40px;
    }
}

@media screen and (max-width: 486px) {
    .banner-dashboard .banner-content p {
        font-size: 16px;
    }

    .banner-dashboard .banner-content .platform-banner {
        flex-direction: column;
        align-items: center;
    }

    .banner-dashboard .banner-content .platform-banner>* {
        margin: 3px;
    }
}

/* ========================================= */
/* === OTHER =============================== */
/* ========================================= */


/******************/
/** HEADER FICHE **/
/******************/
.header-fiche {
    display: flex;
    align-items: center;
    width: 100%;
}

.header-fiche>* {
    vertical-align: top;
}

.header-fiche .header-fiche-image {
    display: flex;
    margin-right: 20px;
    width: 150px;
    height: 150px;
    align-content: center;
    align-items: center;
}

.header-fiche .header-fiche-image a {
    display: flex;
    height: 100%;
    align-items: center;
}

.header-fiche.min .header-fiche-image {
    width: auto;
    max-width: 80px;
    height: 80px;
}

.header-fiche.min2x .header-fiche-image {
    width: auto;
    max-width: 30px;
    height: 30px;
}

.header-fiche .header-fiche-image img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: 0 auto;
}

.header-fiche>.header-fiche-text:first-child {
    width: 100%;
}

.header-fiche .header-fiche-text .title-fiche {
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 34px;
}

.header-fiche .header-fiche-text .subtitle-fiche {
    margin: 5px 0 0;
}

.header-fiche .header-fiche-text p {
    margin: 5px 0 0;
}

.header-fiche .header-fiche-text .date-widget-fiche {
    margin: 5px 0 0;
    overflow: hidden;
}

.header-fiche .header-fiche-text .social-fiche {
    margin: 5px 0 0;
}

.header-fiche .header-fiche-text .social-fiche a {
    font-size: 22px;
    display: inline-block;
    margin-left: 2px;
}

.header-fiche>.header-fiche-text>*:first-child {
    margin-top: 0;
}

.header-fiche .header-fiche-text>*:last-child {
    margin-bottom: 0;
}

.header-fiche .header-fiche-btn {
    margin-left: 20px;
    align-content: center;
    flex: 1;
    text-align: right;
}

.header-fiche .header-fiche-btn .btn {
    font-size: 13px;
}

.header-fiche .header-fiche-btn .btn i.fa {
    margin: 3px 0 5px !important;
    display: block;
    font-size: 20px;
}

/******************/


/***************************/
/** HEADER FICHE ADHERENT **/
/***************************/
.header-fiche-adherent .header-fiche-image {
    width: 110px;
    height: 110px;
}

/***************************/


/*************************/
/** HEADER FICHE EQUIPE **/
/*************************/
.header-fiche-equipe .header-fiche-image {
    width: 130px;
    height: 130px;
}

/*************************/


/*****************************/
/** HEADER FICHE PARTENAIRE **/
/*****************************/
.header-fiche-partenaire .header-fiche-image {
    width: 135px;
    height: 135px;
}

.header-fiche-partenaire .header-fiche-text {
    width: 100%;
}

/*****************************/


/*************************/
/** HEADER FICHE ENCART **/
/*************************/
.header-fiche-encart .header-fiche-image {
    width: 115px;
    height: 115px;
}

.header-fiche-encart .header-fiche-text {
    width: 100%;
}

/*************************/


/************************/
/** HEADER FICHE SPORT **/
/************************/
.header-fiche-sport .header-fiche-image {
    width: 100px;
    height: 100px;
}

/************************/


/************************/
/** BOUTIQUE ************/
/************************/
.boutique-grid .boutique-item {
    border: 0;
}

/************************/

/************************************/
/** ECHANGE DE DOCUMENTS ************/
/************************************/
.row-dossier-tags>.col {
    padding-left: 7.5px;
    padding-right: 7.5px;
    flex: 1;
}

/************************************/

/*********************************/
/** MODE DE REGLEMENT ************/
/*********************************/
.well.container-modele-type .table-responsive {
    margin-top: -10px;
    margin-left: -15px;
    margin-right: -15px;
    width: auto !important;
    border: 0 !important;
}

.well.container-modele-type .form-group+.table-responsive {
    margin-top: 20px;
}

.well.container-modele-type .table {
    border-bottom: 2px solid #DDD;
}

.well.container-modele-type .form-group+.table-responsive .table {
    border-top: 2px solid #DDD;
}

/*********************************/

#content ul.categories {
    padding: 0;
    font-size: 0;
}

#content ul.categories li {
    list-style: none;
    display: inline-block;
    background: #DDD;
    font-size: 12px;
    padding: 2px 5px;
    margin-right: 5px;
    margin-bottom: 3px;
}

#content ul.categories li a {
    color: #333;
}

/* NO ACCESS PAGE */
.no-access-page {
    text-align: center;
}

.no-access-page h1 {
    font-size: 42px;
    margin-top: 80px;
}

.no-access-page .icon-premium,
.no-access-page .icon-premium .fa {
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.no-access-page .icon-premium {
    display: block;
    margin: 0 auto 8px;
}

.no-access-page .icon-premium .fa {
    color: #ddd;
}

/* IMPORTS */
.table-responsive.table-import,
.table-responsive.table-import-fake {
    width: 100%;
    overflow-x: scroll;
}

.table-responsive.table-import-fake div {
    height: 0.1px;
}

.table-import table thead>tr:first-child>.col-select {
    min-width: 100px;
    font-weight: 500;
}

/* GED */
.breadcrumb-ged {
    background: #FFF;
    padding: 0;
    font-size: 0;
    margin-bottom: 0;
}

.breadcrumb-ged li {
    padding: 6px 8px;
    background: #FFF;
    font-size: 12px;
    line-height: 1;
    position: relative;
}

.breadcrumb-ged li:first-child {
    border-radius: 0 0 0 0;
    padding-left: 18px;
}

.breadcrumb-ged>li:first-child::before,
.breadcrumb-ged li::after {
    content: "";
    position: absolute;
    top: 0;
    right: -1em;
    height: 24px;
    border-top: 1em solid transparent;
    border-bottom: 1em solid transparent;
    border-left: 1em solid;
}

.breadcrumb-ged>li:first-child::before {
    left: 0;
    right: auto;
}

.breadcrumb-ged li::after {
    z-index: 2;
}

.breadcrumb-ged>li+li::before {
    content: " ";
    padding: 0 6px;
}

.breadcrumb-ged li a {
    color: #FAFAFA;
}

.breadcrumb-ged li:nth-child(odd) {
    background: #99bcdb;
}

.breadcrumb-ged li:nth-child(odd)::after {
    color: #99bcdb;
}

.breadcrumb-ged li:nth-child(even) {
    background: #5c95c5;
}

.breadcrumb-ged>li:first-child::before,
.breadcrumb-ged li:nth-child(even)::after {
    color: #5c95c5;
}

.breadcrumb-ged li.active {
    background: #FFF;
    color: #666;
}

.breadcrumb-ged li.active::after {
    color: #FFF;
}

.description-ged {
    padding: 12px 0;
    margin: 0 12px;
    border-bottom: 1px solid #EEE;
}

.description-ged>*:last-child {
    margin-bottom: 0;
}

/* TABLE TIPS */
#table-tips {
    font-size: 90%;
    color: #333;
}

#table-tips a {
    color: #333;
}

#table-tips em {
    font-size: 85%;
}

/* AJOUTER PAGE */
#widget-modele-page #button-name-type.btn {
    padding: 10px;
}

/* OPTIONS */
.panel>.list-group .list-group-item>.checkbox,
.panel>.list-group .list-group-item>.radio {
    margin: 2px 0;
}

/* BOX PROGRAMME + ADHERENT */
.liste-item-box {
    margin: 0 -0.5px 0 -0.5px;
    font-size: 0;
    clear: both;
}

.liste-item-box .alert {
    font-size: 13px;
    margin: 12px 3px 1px;
}

#box-programme,
#box-adherent {
    display: inline-block;
    width: 24.2%;
    height: 116px;
    margin: 6px 0.4% 2px;
    /*border: 1px solid #FFF;*/
    background: #FFF;
    /*box-shadow: 1px 1px 0 0px rgba(5,5,5,0.1);*/
    text-align: center;
    color: #333;
    position: relative;
    font-size: 13px;
    overflow: hidden;
}

#box-programme.opacity,
#box-adherent.opacity {
    opacity: 1;
}

#box-programme.opacity>a,
#box-adherent.opacity>a {
    opacity: 0.55;
}

#box-programme.hidden-paginate,
#box-adherent.hidden-paginate {
    display: none;
}

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

    #box-programme,
    #box-adherent {
        width: 31.66%;
        margin: 6px 0.8% 2px;
        /*background: green;*/
    }
}

@media screen and (min-width:1001px) and (max-width:1200px) {

    #box-programme,
    #box-adherent {
        width: 24.2%;
        margin: 6px 0.4% 2px;
        /*background: red;*/
    }
}

@media screen and (min-width:1201px) and (max-width:1400px) {

    #box-programme,
    #box-adherent {
        width: 19.2%;
        margin: 6px 0.4% 2px;
        /*background: blue;*/
    }
}

@media screen and (min-width:1401px) and (max-width:1700px) {

    #box-programme,
    #box-adherent {
        width: 16.26%;
        margin: 6px 0.2% 2px;
        /*background: black;*/
    }
}

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

    #box-programme,
    #box-adherent {
        width: 13.88%;
        margin: 6px 0.2% 2px;
        /*background: purple;*/
    }
}

#box-programme img.logo {
    width: 80px;
    height: 80px;
    position: absolute;
    top: -15px;
    left: -30px;
}

#box-adherent img.photo {
    width: 50px;
    height: 50px;
    background: #FFF;
    position: absolute;
    top: 14px;
    left: 10px;
}

/*
#box-adherent img.photo.comment { border: 3px solid rgba(255, 0, 0, 0.6); }
*/

#box-programme .nom,
#box-adherent .nom {
    font-size: 17px;
    position: absolute;
    top: 14px;
    left: 70px;
    text-align: left;
    width: 58%;
    height: 56px;
    margin: 0;
    word-wrap: break-word;
}

#box-programme .nom a,
#box-adherent .nom a {
    color: #333;
}

#box-programme .tools-bottom,
#box-adherent .tools-bottom {
    position: absolute;
    bottom: 0;
    border-top: 1px solid #DDD;
    width: 100%;
}

#box-programme .tools-bottom .row,
#box-adherent .tools-bottom .row {
    margin: 0 -1px -1px;
    padding: 6px;
}

#box-programme .tools-bottom .row-flex,
#box-adherent .tools-bottom .row-flex {
    margin: 0;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 6px;
}

#box-programme .tools-bottom .col,
#box-adherent .tools-bottom .col {
    flex: 1;
    min-width: auto;
}

#box-programme .tools-bottom .col-6,
#box-adherent .tools-bottom .col-6 {
    flex: 2;
    max-width: 50%;
    min-width: 50%;
}

#box-programme .tools-bottom .col>*,
#box-adherent .tools-bottom .col>* {
    width: 100%;
}


#box-programme .tools-bottom form,
#box-adherent .tools-bottom form {
    padding: 0 !important;
}

#box-programme .tools-bottom .label,
#box-adherent .tools-bottom .label {
    margin: 0;
    display: block;
    height: 24px;
    line-height: 20px;
    padding: 2px 4px;
}

#box-programme .tools-bottom .label.label-phantom,
#box-adherent .tools-bottom .label.label-phantom {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 20px;
    border: 2px solid;
    font-weight: 700;
}

#box-programme .tools-bottom .label.label-phantom.label-default,
#box-adherent .tools-bottom .label.label-phantom.label-default {
    line-height: 22px;
    border: 1px solid;
    font-weight: normal;
}

#box-programme.opacity .tools-bottom .label.label-phantom,
#box-adherent.opacity .tools-bottom .label.label-phantom {
    color: #FFF;
    border: 1px solid #AAA;
    background: #AAA;
}

#box-adherent .tools-bottom .label {
    font-size: 12px;
}

#box-programme .tools-bottom .label i,
#box-adherent .tools-bottom .label i {
    font-weight: 700;
}

#box-programme .tools-bottom .btn,
#box-adherent .tools-bottom .btn {
    display: block;
    width: 100%;
    height: 24px;
    line-height: 22px;
    padding: 0;
    border-radius: 2px;
}

#box-programme.soon {
    border: 2px solid #5890ff;
}

#box-programme.cancel {
    border: 2px solid #ff5757;
}

#box-programme a {
    display: block;
    height: 100%;
    color: #444;
}

#box-programme a:hover,
#box-programme a:active,
#box-programme a:focus {
    background: #E2E4FF;
    text-decoration: none;
}

#box-programme .away {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 26px;
    top: 44px;
    left: 5px;
    background: rgba(0, 0, 0, 1);
    color: #FFF;
    cursor: default;
    border: 2px solid #FFF;
    font-size: 18px;
    text-align: center;
}

#box-programme .away i {
    font-weight: 700;
}

#box-programme .nom {
    position: relative;
    width: 68%;
    height: 75px;
    top: auto;
    left: auto;
    margin: 0 0 0 58px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

#box-programme h4.nom,
#box-programme .nom h4 {
    font-size: 16px;
    overflow: hidden;
    overflow-wrap: break-word;
}

#box-programme .nom .label {
    margin-top: 3px;
    font-size: 9px;
    padding: .3em .6em;
}

#box-programme .selection {
    position: relative;
    margin: 0 0px 0 60px;
    font-size: 12px;
    float: left;
}

#box-programme .date {
    display: block;
    margin: -2px 0 -2px -4px;
    height: 28px;
    float: left;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

#box-programme .double-col-date {
    border-inline-end: 1px solid #DDD;
}

#box-programme .date .num,
#box-programme .date .mois {
    max-width: 34px;
    text-align: center;
}

#box-programme .date .num {
    font-size: 22px;
    height: 23px;
    line-height: 23px;
    font-weight: bold;
    letter-spacing: -1px;
    margin-top: -1px;
}

#box-programme .date .mois {
    font-size: 10px;
    line-height: 10px;
    height: 10px;
    margin-top: -3px;
}

#box-programme .date .jour,
#box-programme .date .time {
    float: left;
    font-size: 12px;
    line-height: 14px;
    height: 14px;
    width: 36px;
    text-align: left;
    margin-left: 37px;
}

#box-programme .date .jour {
    margin-top: -28px;
}

#box-programme .date .time {
    margin-top: -15px;
}

#box-adherent .injured {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 14px;
    left: 10px;
}

#box-adherent .injured a {
    display: block;
    height: 100%;
    color: #FFF;
    line-height: 55px;
    background: rgba(255, 0, 0, 0.3);
    font-weight: bold;
    font-size: 26px;
    cursor: pointer;
}

#box-adherent .injured a .glyphicon,
#box-adherent .injured a .fa {
    margin: 0;
}

#box-adherent .injured a:hover {
    text-decoration: none;
    background: rgba(255, 0, 0, 0.5);
}

#box-adherent .injured.apte a,
#box-adherent .injured.comment a {
    background: transparent;
}

#box-adherent .injured.apte a:hover,
#box-adherent .injured.comment a:hover {
    background: transparent;
}


#box-adherent .numero {
    position: absolute;
    width: 26px;
    height: 26px;
    line-height: 22px;
    top: 48px;
    left: 23px;
    background: rgba(0, 0, 0, 1);
    color: #FFF;
    cursor: default;
    border: 2px solid #FFF;
    font-size: 15px;
    text-align: center;
    font-weight: 700;
    letter-spacing: -0.5px;
}

#box-adherent .numero span {
    position: absolute;
    font-size: 22px;
    top: 0;
    left: 0;
    opacity: 0.2;
}

#box-adherent .info a {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 0;
    right: 0;
    line-height: 1;
    font-size: 12px;
    color: #FFF;
    display: block;
    z-index: 99;
    cursor: pointer;
    border-radius: 0 3px 0 50%;
}

#box-adherent .info a:hover {
    text-decoration: none;
}

#box-adherent .info a.default {
    background: #EAEAEA;
}

#box-adherent .info a.default:hover {
    background: #888;
}

#box-adherent .info a.comment {
    background: #ff3333;
}

#box-adherent .info a.comment:hover {
    background: #C00;
}

#box-adherent .info a i.fa {
    margin: 0;
    width: 100%;
    height: 16px;
    line-height: 16px;
    text-align: center;
}

#box-adherent .classement {
    position: absolute;
    top: 55px;
    left: 15px;
    width: 40px;
    border: 1px solid #FFF;
    background: rgba(0, 0, 0, 0.7);
    font-weight: normal;
}

#box-adherent.small {
    height: 80px;
}

#box-adherent.small img.photo,
#box-adherent.small .injured {
    width: 35px;
    height: 35px;
    top: 10px;
}

#box-adherent.small .injured a {
    line-height: 37.5px;
    font-size: 22px;
}

#box-adherent.small .nom {
    left: 53px;
    top: 9px;
    position: absolute;
    width: 62%;
    height: 50px;
    font-size: 14px;
}

#box-adherent.small .type {
    font-size: 9px;
    top: 43px;
    text-transform: uppercase;
    display: block;
    padding-top: 2px;
    font-weight: 500;
    line-height: 1.2;
    font-family: Arial, Helvetica, sans-serif;
}

#box-adherent.small .tools-bottom {
    border: 0;
}

#box-adherent.small .tools-bottom .row {
    padding: 0;
    margin: 0;
}

#box-adherent.small .tools-bottom .row>div {
    padding: 0;
}

#box-adherent.small .tools-bottom .btn,
#box-adherent.small .tools-bottom .label {
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    border-radius: 0 0 0 2px;
    border: 0;
    padding: 0;
}

#box-adherent.small .tools-bottom .col-xs-12 .label {
    border-radius: 0 0 2px 2px;
}

#box-adherent.small .tools-bottom .btn-default {
    border-top: 1px solid #DDD;
}

#box-adherent.small .tools-bottom .btn-default.dark {
    border: 0;
}

/* FEUILLE DE PRESENCE */
form.feuillePresence table .etat-presence-container>* {
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
}

form.feuillePresence table td.bg-present,
form.feuillePresence table td.bg-absent {
    padding: 0 !important;
}

form.feuillePresence table td.bg-present .radio-custom,
form.feuillePresence table td.bg-absent .radio-custom {
    display: flex;
    width: 100%;
    height: 50px;
    align-items: center;
    justify-content: center;
    padding: 0;
}

form.feuillePresence table td.bg-present .radio-custom label,
form.feuillePresence table td.bg-absent .radio-custom label {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}

form.feuillePresence table td.bg-present .radio-custom label:before,
form.feuillePresence table td.bg-present .radio-custom label:after,
form.feuillePresence table td.bg-absent .radio-custom label:before,
form.feuillePresence table td.bg-absent .radio-custom label:after {
    display: flex;
    margin: 0;
    left: auto;
}

form.feuillePresence .panel-submit {
    position: -webkit-sticky;
    position: sticky;
    bottom: 5px;
}

@media (max-width: 767px) {
    form.feuillePresence .panel-submit {
        bottom: 55px;
    }

    #wrapper.isConnectFromApp form.feuillePresence .panel-submit {
        bottom: 5px;
    }
}

/* TROMBINOSCOPE */
.trombi-grid {
    margin: 0 -7.5px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.trombi-grid .trombi-cell {
    padding: 0 7.5px;
    margin-bottom: 15px;
    width: 20%;
    position: relative;
    page-break-inside: avoid;
}

.trombi-grid .trombi-cell a.edit {
    position: relative;
    display: block;
}

.trombi-grid .trombi-cell a.edit .hover {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
}

.trombi-grid .trombi-cell a.edit:hover .hover {
    display: block;
}

.trombi-grid .trombi-cell a.edit .hover .btn {
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 40px);
}

.trombi-grid .trombi-cell .small {
    color: #333;
    font-size: 80%;
}

.trombi-grid .trombi-cell .small.small-2x {
    color: #333;
    font-size: 70%;
}

.trombi-grid .trombi-cell .trombi-item {
    width: 100%;
    height: 100%;
}

.trombi-grid .trombi-cell .trombi-item .equipes {
    height: 18px;
    overflow: hidden;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    text-overflow: ellipsis;
}

@media screen and (min-width:0px) and (max-width:440px) {
    .trombi-grid .trombi-cell {
        width: 50%;
        /*background: red;*/
    }
}

@media screen and (min-width:441px) and (max-width:600px) {
    .trombi-grid .trombi-cell {
        width: 33.33%;
        /*background: red;*/
    }
}

@media screen and (min-width:601px) and (max-width:768px) {
    .trombi-grid .trombi-cell {
        width: 25%;
        /*background: red;*/
    }
}

@media screen and (min-width:769px) and (max-width:850px) {
    .trombi-grid .trombi-cell {
        width: 33.33%;
        /*background: red;*/
    }
}

@media screen and (min-width:851px) and (max-width:1000px) {
    .trombi-grid .trombi-cell {
        width: 25%;
        /*background: green;*/
    }
}

@media screen and (min-width:1001px) and (max-width:1200px) {
    .trombi-grid .trombi-cell {
        width: 20%;
        /*background: red;*/
    }
}

@media screen and (min-width:1201px) and (max-width:1400px) {
    .trombi-grid .trombi-cell {
        width: 16.66%;
        /*background: blue;*/
    }
}

@media screen and (min-width:1401px) and (max-width:1700px) {
    .trombi-grid .trombi-cell {
        width: 14.28%;
        /*background: black;*/
    }
}

@media screen and (min-width:1701px) {
    .trombi-grid .trombi-cell {
        width: 11.1%;
        /*background: purple;*/
    }
}

@media print {
    .trombi-grid .trombi-cell {
        width: 14.28%;
        font-size: 9px;
    }

    .trombi-grid .trombi-cell .thumbnail {
        padding: 0 !important;
    }

    .trombi-grid .trombi-cell .caption {
        padding: 4px 4px 2px;
    }

    .trombi-grid .trombi-cell h4 {
        font-size: 11px;
    }

    .trombi-grid .trombi-cell p {
        margin: 0 !important;
    }

    .trombi-grid .trombi-cell a.edit:hover .hover {
        display: none;
    }

    .trombi-grid.print.photos25cm {
        margin: 0 -2px;
    }

    .trombi-grid.print.photos25cm .trombi-cell {
        width: 116px !important;
        padding: 0 3px !important;
        margin-bottom: 6px !important;
    }
}

.trombi-grid.print .trombi-cell {
    width: 14.28%;
    font-size: 9px !important;
}

.trombi-grid.print .trombi-cell .thumbnail {
    padding: 0 !important;
}

.trombi-grid.print .trombi-cell .caption {
    padding: 4px 4px 2px;
}

.trombi-grid.print .trombi-cell h4 {
    font-size: 11px;
}

.trombi-grid.print .trombi-cell p {
    margin: 0 !important;
}

.trombi-grid.print .trombi-cell a.edit:hover .hover {
    display: none;
}

/* DOCUMENTS TABLEAU DE BORD */
.owl-documents .item {
    line-height: 1.2;
    padding: 12px;
}

.owl-documents .owl-item.active+.owl-item.active .item {
    border-left: 1px solid #ddd;
}

.owl-documents .item a {
    color: #555;
    display: block;
    height: 100%;
}

.owl-documents .item a:hover,
.owl-documents .item a:active,
.owl-documents .item a:focus {
    text-decoration: none;
}

.owl-documents .item .title {
    font-weight: 600;
}

.owl-documents .item .btn-container {
    margin: 5px 0;
}

.owl-documents .item .date {
    font-size: 11px;
    overflow: hidden;
    line-height: 1;
}

.owl-documents .item .dayMinus {
    font-weight: 600;
    font-size: 15px;
}

/*  ACCEUIL - RESUMES DE MATCHS  */
.game_container {
    padding: 7px;
    margin-bottom: 1px;
}

.game_container.grey-background {
    background-color: #F4F4F4;
}

.game_container .date {
    float: left;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    width: 100px;
    margin-right: 15px;
    height: 32px;
}

.game_container .date #jour {
    float: left;
    font-size: 39px;
    letter-spacing: -1px;
    margin-top: -5px;
    margin-right: 5px;
    width: 42px;
    text-align: center;
}

.game_container .date #mois {
    float: left;
    font-size: 18px;
    margin-top: -1px;
    margin-bottom: 1px;
}

.game_container .date #an {
    font-size: 10px;
}

.game_container table {
    font-size: 13px;
}

.game_container table td {
    vertical-align: middle;
}

.game_container a:hover {
    text-decoration: underline;
}

/*  SCORE DETAIL QT  */
#scoreResume {
    margin: 15px 0;
}

.equipeLocItem,
.equipeVisitItem,
.scoreLocItem,
.scoreVisitItem,
.scoreTitle,
.equipeTitle {
    height: 25px;
    line-height: 25px;
    float: left;
}

.equipeLocItem,
.equipeVisitItem,
.equipeTitle {
    width: 220px;
    text-transform: uppercase;
    clear: left;
    padding-left: 10px;
}

.scoreLocItem,
.scoreVisitItem,
.scoreTitle {
    width: 35px;
    padding: 0 5px;
}

.equipeLocItem,
.scoreLocItem {
    border-top: 1px solid #000;
    border-bottom: 1px solid #CCC;
}

.equipeVisitItem,
.scoreVisitItem {
    border-bottom: 1px solid #000;
}


/*  RESUME  */
#contour_resume {
    margin: 15px 0;
    overflow: hidden;
}

#contour_resume .edit-resume {
    float: right;
    height: 30px;
    line-height: 30px;
    margin: -30px 10px 0 0;
    color: #FFF;
}

#contour_resume .edit-resume span.icone {
    width: 12px;
    height: 12px;
    line-height: 12px;
    font-size: 12px;
    margin: 0 7px -1px 0;
}

#contour_resume .txt {
    padding: 15px 15px 0 15px;
}

#contour_resume .txt .add-resume {
    display: block;
    width: 95px;
    text-align: center;
    margin: 0 auto 15px auto;
}

#contour_resume #stats-game_wrapper {
    padding-top: 5px;
    padding-bottom: 5px;
}


/*  FORM - RESUME  */
#form-resume input[type="text"] {
    width: 50px;
}

#form-resume input[type="text"].empty {
    width: 174px;
}

#form-resume #scores-resume {
    width: 71%;
    margin: 0 0px 20px 20px;
}

#form-resume #scores-resume td {
    vertical-align: middle;
    padding: 3px 5px;
}

#form-resume #scores-resume td input {
    text-align: center;
}

#form-resume #stats-resume {
    width: 80%;
    margin: 15px auto;
}

#form-resume #stats-resume tr:nth-child(2n) {
    background: #EEE;
}

#form-resume #stats-resume th,
#form-resume #stats-resume td {
    border-bottom: 1px solid #BBB;
}

#form-resume #stats-resume td {
    vertical-align: middle;
    padding: 5px;
}

#form-resume #stats-resume td input {
    text-align: center;
}

#form-resume #stats-resume input[type="checkbox"] {
    margin-left: 36px;
}


/*  MATCH  */
h3.titleBorder {
    padding: 0;
    margin: 24px 8px 10px 8px;
    height: 0;
    font-size: 16px;
    text-align: center;
    color: #888;
    border-top: 1px solid #999;
    border-bottom: 1px solid #FFF;
}

h3.titleBorder div {
    margin-top: -10px;
}

h3.titleBorder span {
    background: #DDD;
    padding: 0 5px;
    -webkit-text-shadow: 1px 1px 0 #FFF;
    -moz-text-shadow: 1px 1px 0 #FFF;
    -o-text-shadow: 1px 1px 0 #FFF;
    text-shadow: 1px 1px 0 #FFF;
}

#container-selection {
    overflow: hidden;
}


/*  COMMENTAIRE  */
#commentaires {
    margin-top: 15px;
}

#commentaires .commentaire-container {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #DDD;
}

#commentaires .commentaire-container.presence {
    background: #F8F8F8;
}

#commentaires .commentaire-subcontainer {
    padding: 5px;
}

#commentaires .commentaire-container.presence .commentaire-subcontainer {
    border-left: 6px solid #337ab7;
    border-right: 0 solid #337ab7;
}

#commentaires .commentaire-container.presence.warning .commentaire-subcontainer {
    border-left: 6px solid #f0ad4e;
    border-right: 0 solid #f0ad4e;
}

#commentaires .commentaire-container.presence.success .commentaire-subcontainer {
    border-left: 6px solid #5cb85c;
    border-right: 0 solid #5cb85c;
}

#commentaires .commentaire-container.presence.danger .commentaire-subcontainer {
    border-left: 6px solid #d9534f;
    border-right: 0 solid #d9534f;
}

#formComment .form-group {
    margin-bottom: 10px;
}

#formComment .form-group textarea {
    background: #FFF;
    border-color: #DDD !important;
}

.commentaire-container img.user {
    float: left;
    margin: 1px;
    background: #FFF;
    width: 32px;
    height: 32px;
}

.commentaire-container .commentaire-str {
    margin-left: 40px;
    font-size: 13px;
    position: relative;
}

.commentaire-container .commentaire-texte {
    display: block;
    padding-right: 6px;
}

.commentaire-container .commentaire-texte .data-image,
.commentaire-container .commentaire-texte .data-video {
    display: block;
    margin: 6px 0 6px 1px;
}

.commentaire-container .commentaire-texte .data-image:first-child,
.commentaire-container .commentaire-texte .data-video:first-child {
    margin-top: 5px;
}

.commentaire-container .commentaire-texte .data-image:last-child,
.commentaire-container .commentaire-texte .data-video:last-child {
    margin-bottom: 6px;
}

.commentaire-container .commentaire-texte .data-image,
.commentaire-container .commentaire-texte .data-video {
    max-width: 50%;
}

.commentaire-container .commentaire-texte .data-image img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.commentaire-container .commentaire-texte .data-video iframe {
    width: 100%;
    max-width: 570px;
    height: 350px;
}

.commentaire-container .commentaireEdit {
    margin-left: 0;
    font-size: 13px;
    float: left;
    width: 90%;
}

.commentaire-container .commentaire-nom a {
    color: #333;
    font-weight: bold;
}

.commentaire-container .commentaire-nom span.label {
    color: #FFF;
    font-size: 10px;
}

.commentaire-container .commentaire-nom>* {
    display: inline-block;
    vertical-align: middle;
}

.commentaire-container form {
    padding: 6px 6px 6px 0 !important;
}

.commentaire-container form .btn {
    height: 66px;
}

.commentaire-container .commentaire-meta {
    color: #AAA;
    font-size: 11px;
}

.commentaire-container .commentaire-meta .btn-group {
    margin-left: 6px;
}

.commentaire-container .commentaire-meta .btn {
    border: 0;
    padding: 0 5px;
    background: none;
    color: #888;
    line-height: 1;
    border-radius: 1px;
}

.commentaire-container .commentaire-meta .btn-group .dropdown-toggle:active,
.commentaire-container .commentaire-meta .btn-group.open .dropdown-toggle {
    box-shadow: none;
    background: #EEE;
}

@media (max-width: 767px) {

    .commentaire-container .commentaire-texte .data-image,
    .commentaire-container .commentaire-texte .data-video {
        width: auto;
        max-width: 100%;
    }

    .commentaire-container .commentaire-texte .data-video iframe {
        height: 280px;
    }
}

@media (max-width: 350px) {
    .commentaire-container .commentaire-texte .data-video iframe {
        height: 180px;
    }
}


/*  FICHIER JOUEUR  */
#toolbar-fichier-adherents {
    background: #FFF;
    padding: 6px 0;
    height: 30px;
    margin-bottom: 15px;
}

#toolbar-fichier-adherents>#title {
    float: left;
    clear: none;
    text-transform: uppercase;
    font-size: 18px;
    max-width: 580px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}

#toolbar-fichier-adherents>#au-club,
#toolbar-fichier-adherents>#button-edit,
#toolbar-fichier-adherents>#button-delete {
    padding: 0 10px;
    height: 30px;
    border-left: 1px solid #CCC;
    float: right;
}

#toolbar-fichier-adherents>#button-edit img,
#toolbar-fichier-adherents>#button-delete img {
    width: 30px;
}

#toolbar-fichier-adherents>#au-club {
    text-transform: uppercase;
    line-height: 22px;
    font-size: 22px;
    font-weight: bold;
}

#toolbar-fichier-adherents>#au-club span {
    font-size: 9px;
    display: block;
    font-weight: normal;
    line-height: 12px;
    margin-top: -3px;
    color: #AAA;
}

#toolbar-fichier-adherents>#photo-adherent {
    padding: 0 0px 0 2px;
    height: 36px;
    float: left;
}

#toolbar-fichier-adherents>#photo-adherent img {
    width: 30px;
    height: 30px;
    margin-left: 5px;
}

form#fichier-adherents {
    overflow: hidden;
}

form#fichier-adherents #identity {
    width: 66%;
    padding-right: 2%;
    border-right: 1px solid #BBB;
    float: left;
}

form#fichier-adherents #player {
    width: 30%;
    float: right;
}

form#fichier-adherents #identity>div,
form#fichier-adherents #player>div {
    margin-bottom: 10px;
    overflow: hidden;
}

form#fichier-adherents .demi-left,
form#fichier-adherents .demi-right {
    width: 48%;
}

form#fichier-adherents .demi-left {
    margin-right: 3.8%;
}

form#fichier-adherents .five-left,
form#fichier-adherents .five-right {
    width: 22%;
    float: left;
}

form#fichier-adherents .five-left {
    margin-right: 3.8%;
}

form#fichier-adherents .ville-contain {
    float: left;
    width: 74.2%;
}

form#fichier-adherents .three-left,
form#fichier-adherents .three-right {
    width: 30.8%;
    float: left;
}

form#fichier-adherents .three-left {
    margin-right: 3.7%;
}

form#fichier-adherents .surclassement-contain {
    padding: 11px 0 12px 0;
}

form#fichier-adherents #cmdOk {
    margin: 40px 75px 0 0;
}

table.stats-fichier-adherents {
    width: 100%;
    border-top: 1px solid #BBB;
    border-left: 1px solid #BBB;
    margin-bottom: 20px;
}

table.stats-fichier-adherents td,
table.stats-fichier-adherents th {
    border-bottom: 1px solid #BBB;
    border-right: 1px solid #BBB;
    vertical-align: middle;
    height: 22px;
}

table.stats-fichier-adherents td {
    text-align: center;
}


/*  POPUP  */
body.popup {
    padding: 15px;
    background: #FFF;
}

body.popup h2.no-margin,
body.popup h3.no-margin {
    margin: 0;
}

body.popup #head-profil #photo-profil {
    float: left;
    border: 1px solid transparent;
    width: 100px;
    height: 100px;
    position: relative;
}

body.popup #head-profil #photo-profil>img {
    width: 100%;
    height: 100%;
}

body.popup #head-profil #photo-profil .injured {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 0;
    left: 0;
    line-height: 100px;
    background: rgba(255, 0, 0, 0.3);
    font-weight: bold;
    font-size: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    text-align: center;
    color: #FFF;
}

body.popup #head-profil h2#identity-profil {
    margin: 10px 0 0px 15px;
    float: left;
    clear: none;
    width: 65%;
}

body.popup #head-profil #dates {
    margin: 8px 0 0px 15px;
    float: left;
    font-size: 11px;
}

body.popup #nb-equipes {
    margin: 0 0px 0 15px;
    float: left;
    clear: none;
    width: 65%;
    color: #999;
}

body.popup #status-profil {
    margin-top: 15px;
    font-size: 14px;
    font-weight: bold;
}

body.popup #info-profil {
    margin-top: 8px;
}

body.popup #form-popup {
    margin-top: 15px;
}

body.popup #form-popup.page {
    margin-top: 0;
}

body.popup #form-popup.presence .commentaireEdit,
body.popup #form-popup.page .commentaireEdit {
    width: 83%;
    margin-left: 0;
    font-size: 13px;
    float: left;
}

body.popup #form-popup.presence .commentaireEdit textarea {
    resize: none;
    height: 68px;
}

body.popup #form-popup.presence .commentaireEdit #description,
body.popup #form-popup.page .commentaireEdit #description {
    height: 68px;
    resize: none;
    -wekkit-border-radius: 3px 0 0px 3px;
    -moz-border-radius: 3px 0 0px 3px;
    -o-border-radius: 3px 0 0px 3px;
    border-radius: 3px 0 0px 3px;
}

body.popup #form-popup.presence #cmdOk,
body.popup #form-popup.page #cmdOk {
    width: 17%;
    height: 70px;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

body.popup #form-popup.border {
    padding: 12px !important;
    border: 1px solid #333;
}

body.popup #equipe-tournoi {
    margin: 15px 0 0px 15px;
    float: left;
    font-size: 14px;
    width: 330px;
}

body.popup #contact-tournoi {
    margin: 10px 0 0px 15px;
    float: left;
}

body.popup #form-tournoi {
    float: left;
    margin-top: 15px;
    width: 100%;
    border: 1px solid #555;
}

body.popup #form-tournoi>#form-popup {
    margin: 15px;
}

body.popup #info-tournoi {
    float: left;
    width: 100%;
    margin-top: 15px;
}


/*  EQUIPE  */
#photo-equipe {
    float: left;
    margin-bottom: 8px;
}

#infos-equipe {
    float: left;
    margin-left: 15px;
}


/* BLOC LIENS */
#link-item-group .btn-delete-lien {
    margin-top: -3px;
}

#link-item-group>.ui-state-highlight {
    height: 36px;
    margin: 2px 0;
}


/*  PROFIL UTILISATEUR  */
#profil-user {
    position: relative;
    background: #FFF;
    overflow: hidden;
}

#profil-user a.photo-profil {
    width: 120px;
    height: 120px;
    background: rgba(255, 255, 255, 0.5);
    display: block;
    margin: 0 auto;
}

#profil-user a.photo-profil img.profil {
    margin: 8px;
    width: 104px;
    height: 104px;
    background: #FFF;
}

#cover-user .bg-hover {
    padding: 25px 0 28px;
    background: linear-gradient(rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .7));
}

#cover-user h1 {
    font-size: 28px;
    color:
        /*#444*/
        #FFF;
    margin-top: 15px;
}

#cover-user h2 {
    font-size: 18px;
    color:
        /*#666*/
        #FFF;
}

#cover-user h3 {
    margin-top: 12px;
    font-size: 18px;
}

#cover-user h3 a {
    font-size: 25px;
}

#cover-user h3,
#cover-user h3 a {
    color: #FFF;
}

#cover-user h3 a:hover {
    color: #428bca;
}

#cover-user .derniere-connexion {
    position: absolute;
    top: 4px;
    right: 8px;
    font-size: 11px;
    color: #666;
}

/*
#cover-user.football h1, #cover-user.rugby h1 { color: #FFF; }
#cover-user.football h2, #cover-user.football .derniere-connexion,
#cover-user.rugby h2, #cover-user.rugby .derniere-connexion { color: #DDD; }
#cover-user.football h3 a, #cover-user.rugby h3 a { color: #EEE; }
#cover-user.football h3 a:hover, #cover-user.rugby h3 a:hover { color: #FFF; }
*/

#bar-user {
    border-top: 1px solid #DDD;
}

#bar-user.row {
    margin-left: 0;
    margin-right: 0;
}

#bar-user .item {
    float: left;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    padding: 8px 11px;
    height: 45px;
    text-transform: uppercase;
    line-height: 22px;
    font-size: 22px;
    font-weight: bold;
    color: #777;
}

#bar-user .item:last-child {
    border-right: 0;
}

#bar-user .item span {
    font-size: 9px;
    display: block;
    font-weight: normal;
    line-height: 12px;
    margin-top: -3px;
    color: #AAA;
}

#bar-equipes-users {
    overflow: hidden;
}

#bar-equipes-users .container-equipe {
    overflow: hidden;
    float: left;
    margin: 16px 0 10px 0;
}

#bar-equipes-users .container-equipe span {
    font-size: 10px;
    display: block;
    font-weight: normal;
    line-height: 10px;
    color: #AAA;
    float: left;
    clear: left;
    margin: 4px 0 0px 2px;
    text-transform: uppercase;
}

#bar-equipes-users #adherent span {
    margin: 4px 0 0px 3px;
}

#bar-equipes-users .container-equipe .liste-equipes {
    background: #EEE;
    border: 1px solid #DDD;
    float: left;
    padding: 5px;
    margin-right: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

#bar-equipes-users .container-equipe .liste-equipes div {
    float: left;
    padding: 4px 8px;
    line-height: 24px;
    font-size: 24px;
    font-weight: bold;
    color: #777;
}

#bar-equipes-users .container-equipe:first-child .liste-equipes {
    border-left: 0 solid #EEE;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.content-profil-demi-left,
.content-profil-demi-right {
    float: left;
    width: 395px;
    margin-top: 15px;
}

.content-profil-demi-left {
    margin-right: 15px;
}

.content-demi-left,
.content-demi-right {
    float: left;
    width: 335px;
    margin-top: 15px;
}

.content-demi-left {
    width: 455px;
    margin: 0 15px 0 0;
}

#container-match-home {
    background: #FFF;
    width: 100%;
    height: 120px;
    margin-bottom: 15px;
    float: left;
    text-align: center;
    color: #333;
    position: relative;
}

#container-match-home img.user {
    width: 30px;
    height: 30px;
    background: #FFF;
    position: absolute;
    top: 42px;
    left: 12px;
}

#container-match-home .tools-bottom {
    position: absolute;
    bottom: 0;
    border-top: 1px solid #DDD;
    width: 100%;
}

#container-match-home .yes,
#container-match-home .no,
#container-match-home .question,
#container-match-home a.edit,
#container-match-home .score {
    margin: 5px 5px 5px 15px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    width: 42%;
    float: right;
    background: #CCC;
    color: #333;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

#container-match-home .yes {
    background: #74f1e1;
}

#container-match-home .no {
    background: #F99;
}

#container-match-home .question {
    background: #FE7;
}

#container-match-home .score {
    background: transparent;
}

#container-match-home a.edit {
    margin: 5px 5px 5px 0;
    float: right;
}

#container-match-home a.edit:hover {
    background: #DDD;
    text-decoration: none;
}

#container-match-home .advMatch {
    position: absolute;
    top: 42px;
    left: 60px;
    text-align: left;
    width: 82%;
    margin: 0;
}

#container-match-home .selection {
    position: absolute;
    top: 62px;
    left: 60px;
    font-size: 12px;
    margin: 0;
    color: #999;
}

#container-match-home .color-danger {
    background: #d9534f;
    color: #FFF;
    padding: 3px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

#container-match-home .color-success {
    background: green;
    color: #FFF;
    padding: 3px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

#container-match-home .comMatch {
    float: left;
    width: 50%;
    text-align: center;
    line-height: 35px;
    height: 35px;
}

#container-match-home .reponseMatch {
    float: left;
    width: 50%;
    text-align: center;
    line-height: 35px;
    height: 35px;
}

#container-match-home .dateItem {
    width: 82px;
    float: left;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    height: 34px;
}

#container-match-home .dateItem .numDate {
    font-size: 34px;
    font-weight: bold;
    height: 34px;
    line-height: 34px;
    width: 42px;
    text-align: right;
    color: #999;
    letter-spacing: -1px;
    font-family: Arial, Helvetica, sans-serif;
}

#container-match-home .dateItem .jourDate {
    float: right;
    margin-top: -33px;
    font-size: 14px;
    line-height: 16px;
    height: 16px;
    width: 36px;
    text-align: left;
    text-transform: uppercase;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
}

#container-match-home .dateItem .moisDate {
    float: right;
    font-size: 14px;
    line-height: 17px;
    height: 17px;
    width: 36px;
    text-align: left;
    margin-top: -18px;
    text-transform: uppercase;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
}

#container-match-home .lienItem {
    margin: 5px 5px 5px 0;
    float: right;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    width: 25%;
    background: #CCC;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

#container-match-home .lienItem:hover {
    background: #BBB;
}

#container-match-home .lienItem a {
    display: block;
    color: #FFF;
    text-decoration: none;
    height: 100%;
    line-height: 24px;
    font-weight: normal;
}

#container-event-home {
    background: #FFF;
    width: 100%;
    margin-bottom: 0 !important;
    float: left;
    text-align: center;
    color: #333;
    position: relative;
}


/** MESSAGERIE - V2 **/
.messagerie-container .panel {
    margin-bottom: 15px;
}

.messagerie-content .msg-col-heading .title-heading {
    font-size: 20px;
    line-height: 22px;
}

.messagerie-content .msg-col-heading .confidentialite-container {
    font-size: 80%;
    color: #888;
}

.messagerie-content .msg-col-fixed {
    background: #FFF;
}

.messagerie-content .search-container {
    background: #F0F0F0;
    border-bottom: 1px solid #e0e0e0;
}

.messagerie-content .search-container>.row {
    margin-left: -5px;
    margin-right: -5px;
}

.messagerie-content .search-container>.row>div {
    padding-left: 5px;
    padding-right: 5px;
}

.messagerie-content .msg-col-fixed .msg-col-heading {
    padding: 12px 10px;
    border-bottom: 1px solid #e0e0e0;
}

.messagerie-content .msg-col-fixed .list-group {
    border-radius: 0;
    overflow-y: scroll;
}

.messagerie-container .toolbar {
    margin: 0;
    display: flex;
    align-items: center;
}

.messagerie-container .toolbar .btn-actions {
    flex: 1;
}

.messagerie-container .toolbar .btn,
.messagerie-container .toolbar .infos {
    border: 0;
    margin: 3px;
    padding: 7px;
    background: transparent;
    color: #555;
    border-radius: 50%;
    min-width: 32px;
    text-align: center;
}

.messagerie-container .toolbar .btn:hover,
.messagerie-container .toolbar .btn:focus,
.messagerie-container .toolbar .btn:active,
.messagerie-container .toolbar .btn-group.open .dropdown-toggle {
    box-shadow: none;
    background: #f6f7f9;
    color: #333;
}

.messagerie-container .toolbar .btn .checkbox {
    margin: -1px 0 0;
    padding-left: 18px;
}

.messagerie-container .list-group.msg-liste-conv {
    border-radius: 0 0 3px 3px;
    line-height: 1.2;
    overflow: hidden;
}

.messagerie-container .list-group.msg-liste-conv .list-group-item {
    padding: 0 0 0 5px;
}

.messagerie-container .list-group.msg-liste-conv .list-group-item {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    align-content: center;
    overflow: hidden;
}

.messagerie-container .list-group.msg-liste-conv .list-group-item.isSelected,
.messagerie-container .list-group.msg-liste-conv .list-group-item.isSelected:hover,
.messagerie-container .list-group.msg-liste-conv .list-group-item.isSelected:hover a,
.messagerie-container .list-group.msg-liste-conv .list-group-item.isSelected a:hover,
.messagerie-container .list-group.msg-liste-conv .list-group-item.isSelected:focus,
.messagerie-container .list-group.msg-liste-conv .list-group-item.isSelected:focus a,
.messagerie-container .list-group.msg-liste-conv .list-group-item.isSelected a:focus,
.messagerie-container .list-group.msg-liste-conv .list-group-item.isSelected:active,
.messagerie-container .list-group.msg-liste-conv .list-group-item.isSelected:active a,
.messagerie-container .list-group.msg-liste-conv .list-group-item.isSelected a:active {
    background: #E2E4FF;
}

.messagerie-container .list-group.msg-liste-conv .list-group-item .checkbox {
    display: flex;
    align-items: flex-start;
    margin: 0;
    padding-top: 12px;
    padding-left: 23px;
}

.messagerie-container .list-group.msg-liste-conv .list-group-item a {
    flex: 1;
    padding: 10px;
    display: flex;
    color: #444;
}

.messagerie-container .list-group.msg-liste-conv .containerCover {
    width: 35px;
    margin-right: 10px;
    display: flex;
    align-items: flex-start;
}

.messagerie-container .list-group.msg-liste-conv .list-group-item a .containerName {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 1;
    padding-right: 8px;
}

.messagerie-container .list-group.msg-liste-conv .list-group-item a .containerMessage {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 2;
    padding-right: 4px;
}

.messagerie-container .list-group.msg-liste-conv .list-group-item a .containerMessage .titleMessage {
    display: block;
}

.messagerie-container .list-group.msg-liste-conv .list-group-item a .containerMessage .titleMessage.has-tag {
    margin-top: -2px;
}

.messagerie-container .list-group.msg-liste-conv .list-group-item a .containerMessage .titleMessage strong {
    display: inline-block;
    line-height: 18px;
    padding: 0;
}

.messagerie-container .list-group.msg-liste-conv .list-group-item a .containerMessage .titleMessage strong+.tag {
    margin-left: 6px;
}

.messagerie-container .list-group.msg-liste-conv .list-group-item a .containerMessage .titleMessage .tag {
    display: inline-block;
}

.messagerie-container .list-group.msg-liste-conv .containerDate {
    display: flex;
    align-items: flex-start;
}

.messagerie-container .list-group.msg-liste-conv .list-group-item:hover,
.messagerie-container .list-group.msg-liste-conv .list-group-item a:hover,
.messagerie-container .list-group.msg-liste-conv .list-group-item a:focus,
.messagerie-container .list-group.msg-liste-conv .list-group-item a:active {
    background: #f6f7f9;
    text-decoration: none;
}

.messagerie-container .list-group.msg-liste-conv .list-group-item:hover .user-multiple-img img,
.messagerie-container .list-group.msg-liste-conv .list-group-item a:hover .user-multiple-img img,
.messagerie-container .list-group.msg-liste-conv .list-group-item a:focus .user-multiple-img img,
.messagerie-container .list-group.msg-liste-conv .list-group-item a:active .user-multiple-img img {
    background: #f6f7f9;
    border-color: #f6f7f9;
}

.messagerie-container .list-group.msg-liste-conv .list-group-item.isSelected .user-multiple-img img,
.messagerie-container .list-group.msg-liste-conv .list-group-item.isSelected:hover .user-multiple-img img,
.messagerie-container .list-group.msg-liste-conv .list-group-item.isSelected:hover a .user-multiple-img img,
.messagerie-container .list-group.msg-liste-conv .list-group-item.isSelected:focus .user-multiple-img img,
.messagerie-container .list-group.msg-liste-conv .list-group-item.isSelected:focus a .user-multiple-img img,
.messagerie-container .list-group.msg-liste-conv .list-group-item.isSelected:active .user-multiple-img img,
.messagerie-container .list-group.msg-liste-conv .list-group-item.isSelected:active a .user-multiple-img img {
    background: #E2E4FF;
    border-color: #E2E4FF;
}

.messagerie-container .list-group.msg-liste-conv .list-group-item.active a,
.messagerie-container .list-group.msg-liste-conv .list-group-item.active a .date,
.messagerie-container .list-group.msg-liste-conv .list-group-item.active a .desc,
.messagerie-container .list-group.msg-liste-conv .list-group-item.active a:hover,
.messagerie-container .list-group.msg-liste-conv .list-group-item.active a:focus,
.messagerie-container .list-group.msg-liste-conv .list-group-item.active a:active {
    background: #337ab7;
    color: #FFF;
}

.messagerie-container .list-group.msg-liste-conv .cover-conversation {
    width: 100%;
    height: 35px;
    position: relative;
}

.messagerie-container .list-group.msg-liste-conv .cover-conversation img,
.messagerie-container .list-group.msg-liste-conv .cover-conversation .fa {
    width: 100%;
    height: 100%;
}

.messagerie-container .list-group.msg-liste-conv .cover-conversation .fa {
    line-height: 31px;
    font-size: 25px;
    opacity: 1;
    text-align: center;
    color: #666;
}

.messagerie-container .list-group.msg-liste-conv .badge {
    bottom: -1px;
    right: 2px;
}

.messagerie-container .list-group.msg-liste-conv .badge-cloture {
    background: #5bc0de;
    padding: 4px;
    border-radius: 50%;
    min-width: 16px;
    min-height: 16px;
}

.messagerie-container .list-group.msg-liste-conv .badge-cloture,
.messagerie-container .list-group.msg-liste-conv .badge-cloture .fa {
    color: #fff;
    font-size: 7px;
    line-height: 1;
}

.messagerie-container .list-group.msg-liste-conv span {
    display: block
}

.messagerie-container .list-group.msg-liste-conv .date {
    display: flex;
    align-items: center;
    font-size: 11px;
    text-align: right;
    min-height: 18px;
}

.messagerie-container .list-group.msg-liste-conv .date,
.messagerie-container .toolbar .infos {
    color: #a8adb5;
}

.messagerie-container .list-group.msg-liste-conv .name {
    display: flex;
    align-items: center;
    font-size: 13px;
    min-height: 35px;
}

.messagerie-container .list-group.msg-liste-conv .name.has-photo,
.messagerie-container .list-group.msg-liste-conv .name.has-desc {
    min-height: 18px;
}

.messagerie-container .list-group.msg-liste-conv .desc {
    font-weight: normal;
    color: #999;
}

.messagerie-container .list-group.msg-liste-conv .user-multiple-img img.user,
.user-multiple-img .fa {
    width: 22px;
    height: 22px;
}

.messagerie-container .list-group.msg-liste-conv .user-multiple-img img+img {
    margin-left: -8px;
}

.messagerie-container .list-group.msg-liste-conv .user-multiple-img .fa {
    width: 16px;
    height: 16px;
    line-height: 14px;
    font-size: 8px;
    border-width: 1px;
    color: #BBB;
}

.messagerie-container .list-group.msg-liste-conv .message {
    font-size: 12px;
}

.messagerie-content .msg-col-conv form {
    padding: 0 !important;
    margin: 0;
    border: 0;
    background: none;
}

.messagerie-content .msg-col-conv .msg-col-heading .panel-heading h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding: 3px 0;
    max-height: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.messagerie-content .msg-col-conv .msg-col-heading .form-group {
    margin-bottom: 12px;
}

.messagerie-content .panel-heading {
    padding: 10px 12px;
}

.messagerie-content .msg-col-conv .msg-col-body .panel-heading {
    background: none;
}

.messagerie-content .msg-col-conv .msg-col-body .panel-heading em {
    color: #666;
    display: block;
    padding: 2px 0;
}

.messagerie-content .msg-col-conv .msg-col-body.panel-messages {
    box-shadow: none;
    background: transparent;
}

.messagerie-content .msg-col-conv .msg-col-body.panel-messages .panel-body {
    background: transparent;
}

.messagerie-content .msg-col-conv .msg-col-body.panel-messages .panel-body>*:first-child {
    margin-top: 0;
}

.messagerie-content .msg-col-conv .msg-col-body.panel-messages .panel-body>*:last-child {
    margin-bottom: 0;
}

.messagerie-content .msg-col-conv .msg-col-body .date-group {
    height: 7px;
    margin: -2px 0 7px;
    color: #bec2c9;
    font-size: 11px;
    border-bottom: 1px solid #e0e0e0;
    padding-left: 15px;
}

.messagerie-content .msg-col-conv .msg-col-body .date-group span {
    background: #FFF;
    display: inline-block;
    padding: 0 5px;
}

.messagerie-content .msg-col-conv .message-item {
    padding: 12px;
    display: table;
    width: 80%;
    margin: 15px 0 15px 0;
    border-radius: 8px;
    border: 1px solid #fff;
    background-color: #fff;
}

.messagerie-content .msg-col-conv .message-item-utilisateur {
    margin-left: 20%;
    background-color: #d9edf7;
    border-color: #d9edf7;
}

.messagerie-content .msg-col-conv .message-item.new {
    border: 2px solid #d9534f;
}

.messagerie-content .msg-col-conv .msg-col-body .message-systeme {
    background: transparent;
    border: 0;
    padding: 0 10px;
    color: #666;
    font-size: 11px;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
}

.messagerie-content .msg-col-conv .msg-col-body .message-systeme+.message-systeme {
    margin-top: -10px;
}

.messagerie-content .msg-col-conv .message-item .name {
    font-weight: bold;
    font-size: 13px;
    line-height: 1.1;
    display: flex;
    align-items: center;
}

.messagerie-content .msg-col-conv .message-item .name span.label {
    border-radius: 10px;
    border-width: 1px;
    font-weight: 500;
}

.messagerie-content .msg-col-conv .message-item .desc {
    font-weight: normal;
    color: #999;
    line-height: 1.1;
}

.messagerie-content .msg-col-conv .message-item .date {
    margin-top: 8px;
    font-size: 10px;
    line-height: 1.1;
}

.messagerie-content .msg-col-conv .message-item .label.label-transfer {
    color: inherit;
    font-style: italic;
    padding-inline: 0;
    font-size: 11px;
    font-weight: 500;
}

.messagerie-content .msg-col-conv .message-item .btn-dropdown,
.messagerie-content .msg-col-conv .message-item .open .btn-dropdown {
    padding: 0;
    font-size: 10px;
    background: transparent;
    border: 0;
    line-height: 1;
    min-width: 10px;
    box-shadow: none;
}

.messagerie-content .msg-col-conv .message-item .dropdown-menu li a {
    color: #333 !important;
}

.messagerie-content .msg-col-conv .message-item .dropdown-menu li a.color-danger {
    color: #d9534f !important;
}

.messagerie-content .msg-col-conv .message-item .date,
.messagerie-content .msg-col-conv .message-item .date a,
.messagerie-content .msg-col-conv .message-item .btn-dropdown {
    color: rgba(0, 0, 0, 0.3);
}

.messagerie-content .msg-col-conv .message-item.message-item-utilisateur .date,
.messagerie-content .msg-col-conv .message-item.message-item-utilisateur .date a,
.messagerie-content .msg-col-conv .message-item.message-item-utilisateur .btn-dropdown {
    color: rgba(49, 112, 143, 0.4);
}

.messagerie-content .msg-col-conv .message-item .delete-container {
    display: table-cell;
    width: 25px;
    height: 32px;
    padding: 9px 15px 0 0;
    vertical-align: top;
    margin: 0;
}

.messagerie-content .msg-col-conv .message-item .delete-container input[type=checkbox] {
    margin: 0;
}

.messagerie-content .msg-col-conv .message-item .img-container {
    display: table-cell;
    width: 32px;
    height: 32px;
    padding-top: 1px;
}

.messagerie-content .msg-col-conv .message-item .message-container {
    display: table-cell;
    padding-left: 10px;
    vertical-align: top;
}

.messagerie-content .msg-col-conv .message-item .message-container .message-src-container {
    background: rgba(0, 0, 0, 0.05);
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 8px;
}

.messagerie-content .msg-col-conv .message-item.message-item-utilisateur .message-container .message-src-container {
    background: rgba(0, 0, 0, 0.035);
}

.messagerie-content .msg-col-conv .message-item .str-message {
    margin-top: 8px;
    line-height: 1.3;
    word-break: break-word;
}

.messagerie-content .msg-col-conv .message-item .str-message .data-image {
    display: block;
    margin: 6px 0 6px 1px;
}

.messagerie-content .msg-col-conv .message-item .str-message .data-image:first-child {
    margin-top: 2px;
}

.messagerie-content .msg-col-conv .message-item .str-message .data-image:last-child {
    margin-bottom: 4px;
}

.messagerie-content .msg-col-conv .message-item .str-message .render-ckeditor {
    font-size: 13px;
}

.messagerie-content .msg-col-conv .message-item .str-message .render-ckeditor p {
    margin-bottom: 8px;
}

.messagerie-content .msg-col-conv .message-item .str-message .render-ckeditor p:empty {
    margin-bottom: 0;
}

.messagerie-content .msg-col-conv .message-item .str-message .render-ckeditor>*:last-child {
    margin-bottom: 0;
}

.messagerie-content .msg-col-conv .message-item .pjs-container {
    font-size: 0;
    margin-top: 3px;
}

.messagerie-content .msg-col-conv .message-item .pjs-container .pj-item {
    background: rgba(0, 0, 0, 0.05);
    color: #666;
    display: inline-block;
    margin-right: 5px;
    margin-top: 5px;
}

.messagerie-content .msg-col-conv .message-item .pjs-container.pjs-images-gallery .pj-item .caption {
    background: rgba(0, 0, 0, 0.95);
    color: #FFF;
}

.messagerie-content .msg-col-conv .message-item .pjs-container .pj-item,
.messagerie-content .msg-col-conv .message-item .pjs-container.pjs-images-gallery .pj-item .caption {
    font-size: 12px;
    line-height: 1;
    padding: 5px 10px;
    border-radius: 10px;
}

.messagerie-content .msg-col-conv .message-item .pjs-container .pj-item .fa {
    margin-right: 5px;
}

.messagerie-content .msg-col-conv .message-item .pjs-container .pj-item:hover,
.messagerie-content .msg-col-conv .message-item .pjs-container .pj-item:active,
.messagerie-content .msg-col-conv .message-item .pjs-container .pj-item:focus {
    background: rgba(0, 0, 0, 0.1);
    color: #666;
    text-decoration: none;
}

.messagerie-content .msg-col-conv .message-item .pjs-container.pjs-images-gallery {
    margin: 3px -5px -5px;
}

.messagerie-content .msg-col-conv .message-item .str-message>.pjs-container.pjs-images-gallery:first-child {
    margin-top: -5px;
}

.messagerie-content .msg-col-conv .message-item .pjs-container.pjs-images-gallery .pj-item {
    padding: 0;
    margin: 0;
}

.messagerie-content .msg-col-conv .message-item .pjs-container.pjs-images-gallery .pj-item img {
    border-radius: 10px;
}

.messagerie-content .msg-col-conv .msg-rapid-answer {
    text-align: center;
    background: none;
    border: 0;
    box-shadow: none;
    font-size: 0;
}

.messagerie-content .msg-col-conv .msg-rapid-answer .btn {
    margin: 0;
    font-size: 14px;
}

.messagerie-content .msg-col-conv .msg-rapid-answer .btn+.btn {
    margin-left: 10px;
}

.messagerie-content .msg-col-conv .msg-col-footer {
    background: #f6f7f9;
}

.messagerie-content .msg-col-conv .msg-col-footer .panel-body+.panel-body {
    border-top: 1px solid #DDD !important;
}

.messagerie-content .msg-col-conv .msg-col-footer .btn-actions .tag {
    margin-top: 0;
}

.messagerie-content .msg-col-conv .msg-col-footer .title-delete {
    line-height: 33px;
    font-size: 16px;
    margin: 0;
}

.messagerie-content .msg-col-conv .msg-col-footer .form-group {
    margin-bottom: 12px;
}

.messagerie-content .msg-col-conv .msg-col-footer textarea.heightAuto {
    overflow: hidden;
    height: auto;
    resize: none;
}

.messagerie-content .msg-col-conv .msg-col-footer>*:last-child {
    margin-bottom: 0;
}


/*********************/


/*  MESSAGES  */
#message-area {
    background: #FFF;
}

#message-details h3 {
    text-align: center;
    margin-bottom: 2px;
    padding: 6px 0;
    background: #FAFAFA;
    font-size: 18px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .3), 0 1px 0 rgba(0, 0, 0, .3), 0 1px 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .3), 0 1px 0 rgba(0, 0, 0, .3), 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .3), 0 1px 0 rgba(0, 0, 0, .3), 0 1px 3px rgba(0, 0, 0, .3);
}

#message-liste {
    overflow: auto;
    height: 500px;
}

#message-details .message-item {
    overflow: hidden;
    padding: 5px 10px;
}

#message-details .message-item.new {
    background: #EEE;
}

#message-details .message-item a.profil img {
    float: left;
    width: 30px;
    height: 30px;
}

#message-details .message-item .message {
    margin: 0 0px 2px 0;
    overflow: hidden;
}

#message-details .message-item .message div {
    border: 1px solid #dfdfdf;
    border: 1px solid rgba(0, 0, 0, .18);
    border-bottom-color: rgba(0, 0, 0, .29);
    -webkit-border-radius: 4px;
    -webkit-box-shadow: 0 1px 0 #dce0e6;
    color: #3e454c;
    line-height: 1.28;
    margin: 0 5px 2px 0;
    min-height: 14px;
    padding: 4px 5px 3px 6px;
    position: relative;
    text-align: left;
    text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
    white-space: pre-wrap;
    word-wrap: break-word;
    max-width: 50%;
}

#message-details .message-item span.detail {
    display: block;
    font-size: 11px;
    color: #999;
    margin-left: 40px;
}

#message-details .message-item.send .message div {
    background-color: #dbedfe;
    background-image: -webkit-gradient(linear, center bottom, center top, from(#c7defe), to(#e7f1fe));
    background-image: -webkit-linear-gradient(bottom, #c7defe, #e7f1fe);
    float: right;
    margin-right: 0;
}

#message-details .message-item.send span.detail {
    text-align: right;
}

#message-details .message-item.receive .message {
    margin-left: 40px;
}

#message-details .message-item.receive .message div {
    background-color: #f7f7f7;
    background-image: -webkit-gradient(linear, center bottom, center top, from(#f2f2f2), to(#fff));
    background-image: -webkit-linear-gradient(bottom, #f2f2f2, #fff);
    float: left;
}

#message-details .message-item .detail strong {
    display: block;
    line-height: 25px;
}

#message-details .message-item .detail strong a {
    color: #555;
}

#message-details .message-item .detail span {
    display: block;
}

#message-details .date {
    border-bottom: 1px solid #DDD;
    height: 10px;
    text-align: center;
    margin: 5px 30px 13px 30px;
}

#message-details .date span {
    background: #FFF;
    padding: 0 8px;
    color: #999;
    font-size: 11px;
}

#liste-conversation {
    width: 100%;
    position: relative;
}

#liste-conversation .panel-heading span.badge.pull-right {
    background: #FFF;
    color: #34495E;
    margin-top: 6px;
}

#liste-conversation .panel-body {
    height: 50px;
    margin: 0;
    padding: 0;
    overflow-y: scroll;
}

#liste-conversation .item-conversation {
    list-style: none;
    font-size: 12px;
    color: #333;
    overflow: hidden;
    border-right: 1px dashed #CCC;
    border-bottom: 1px dashed #CCC;
    float: left;
    padding: 0;
}

#liste-conversation .item-conversation a {
    display: block;
    padding: 5px 4px;
    height: 50px;
    color: #333;
}

#liste-conversation .item-conversation a:hover {
    background: #EEE;
}

#liste-conversation li:nth-child(6n) {
    border-right: none;
}

#liste-conversation li:hover:nth-child(6n) a {
    -webkit-border-radius: 0 0px 5px 0;
    -moz-border-radius: 0 0px 5px 0;
    -o-border-radius: 0 0px 5px 0;
    border-radius: 0 0px 5px 0;
}

#liste-conversation li:hover:nth-child(6n+1) {
    -webkit-border-radius: 0 0px 0 5px;
    -moz-border-radius: 0 0px 0 5px;
    -o-border-radius: 0 0px 0 5px;
    border-radius: 0 0px 0 5px;
}

#liste-conversation li:nth-child(6n) a {
    padding-right: 2px;
}

#liste-conversation li:nth-child(6n+1) a {
    padding-left: 2px;
}

#liste-conversation .item-conversation .notif {
    background-color: #EEE;
}

#liste-conversation .item-conversation a:hover {
    text-decoration: underline;
}

#liste-conversation .item-conversation a img {
    width: 30px;
    height: 30px;
    float: left;
    margin: 4px;
    border: 1px solid transparent;
}

#liste-conversation .item-conversation a h4 {
    display: block;
    float: left;
    font-size: 14px;
    clear: none;
    margin: 5px 2px;
}

/*  MENU BIS - TOURNOI  */
#tournoi-infos {
    background: #FFF;
    padding: 0;
    height: 40px;
    margin-bottom: 15px;
}

#tournoi-infos>#tournoi-date {
    width: 82px;
    padding: 0 6px;
    float: left;
    border-right: 1px solid #CCC;
}

#tournoi-infos>#tournoi-date>.number {
    font-size: 32px;
    font-weight: bold;
    float: left;
    min-width: 36px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 5px;
}

#tournoi-infos>#tournoi-date>.jour,
#tournoi-infos>#tournoi-date>.mois {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    float: left;
    min-width: 36px;
    height: 15px;
    line-height: 15px;
}

#tournoi-infos>#tournoi-date>.jour {
    margin-top: 5px;
}

#tournoi-infos>#tournoi-detail {
    float: left;
    font-family: "ExoMedium", Arial, sans-serif;
    width: 250px;
    height: 40px;
    padding: 0 10px;
    border-right: 1px solid #CCC;
}

#tournoi-infos>#tournoi-detail>h2 {
    font-size: 18px;
    height: 22px;
    line-height: 22px;
    text-transform: uppercase;
    margin-top: 2px;
}

#tournoi-infos>#tournoi-detail>#tournoi-categorie {
    font-size: 12px;
    height: 14px;
    line-height: 14px;
}

#tournoi-infos>#tournoi-places {
    float: left;
    padding: 5px 10px;
}

#tournoi-infos>#button-attente,
#tournoi-infos>#button-inscription,
#tournoi-infos>#button-contact {
    padding: 2px 8px;
    height: 36px;
    border-left: 1px solid #CCC;
    float: right;
}

#tournoi-infos>#button-attente a,
#tournoi-infos>#button-inscription a,
#tournoi-infos>#button-contact a {
    display: block;
}

/*  MENU BIS - STAGE  */
#stage-infos {
    background: #FFF;
    padding: 3px 0;
    height: 36px;
    margin-bottom: 15px;
}

#stage-infos>#stage-detail {
    float: left;
    font-family: "ExoMedium", Arial, sans-serif;
    width: 550px;
    height: 36px;
    padding: 0 5px;
}

#stage-infos>#stage-detail>#stage-nom {
    font-size: 18px;
    height: 22px;
    line-height: 22px;
    text-transform: uppercase;
}

#stage-infos>#stage-detail>#stage-categorie {
    font-size: 12px;
    height: 14px;
    line-height: 14px;
}

#stage-infos>#button-imprimer,
#stage-infos>#button-inscription,
#stage-infos>#button-contact {
    padding: 0 8px;
    height: 36px;
    border-left: 1px solid #CCC;
    float: right;
}

#stage-infos>#button-imprimer a,
#stage-infos>#button-inscription a,
#stage-infos>#button-contact a {
    display: block;
}


/* LIST - NOTIFS */
.panel-notifs-historique>.panel-subheading:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-notifs-historique .panel-subheading {
    font-size: 14px !important;
    border-bottom: 0;
}

.panel-notifs-historique .list-group+.panel-subheading {
    border-top: 0;
}

.panel-notifs-historique .list-group-item {
    padding: 8px;
    color: #333;
}

.panel-notifs-historique .list-group-item.new {
    background: #EEE;
}

.panel-notifs-historique .list-group-item img.photo {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 30px;
    height: 30px;
}

.panel-notifs-historique .list-group-item div {
    display: block;
    padding: 0 0 0 38px;
    line-height: 1.1;
}

.panel-notifs-historique .list-group-item span {
    display: block;
    font-size: 11px;
    color: #AAA;
    margin-top: 3px;
}

/** BTN SPORT **/
.btn-group-sports {
    width: 100%;
    display: block;
    float: none;
}

.btn-group-sports .btn-sport {
    width: 100%;
    display: block;
    float: none;
}

.btn-group-sports img {
    height: 30px;
    margin-right: 5px;
}

.btn-group-sports ul.dropdown-menu {
    min-width: 100%;
    width: auto;
}

.btn-group-sports ul.dropdown-menu>li>a {
    padding-left: 10px;
    padding-right: 10px;
}

.btn-sport {
    text-align: left;
}

.btn-sport span.caret {
    float: right;
    margin-top: 13px;
}

.component {
    background: #FFF;
    margin-bottom: 15px;
    overflow: hidden;
    width: 100%;
}

.component h3 {
    background: #34495E;
    font-size: 16px !important;
    color: #FFF;
    text-align: left;
    padding: 0 8px;
    height: 30px;
    line-height: 30px;
}

.panel {
    margin: 0 0 20px 0;
    background: #FFF;
    border: 1px solid transparent;
    border-radius: 4px;
}

.panel-group {
    margin-bottom: 0;
}

.panel .panel-body {
    display: block;
    padding: 12px;
    border-top: 0;
}

.panel .panel-body+.panel-body.border-top {
    border-top: 1px solid #DDD !important;
}

.panel .panel-body.border-top {
    border-top: 1px solid #DDD !important;
}

.modal .modal-body.border-top {
    border-top: 1px solid #e5e5e5 !important;
}

.panel .panel-body.border-bottom{
    border-bottom: 1px solid #DDD !important;
}

.modal .modal-body.border-bottom {
    border-bottom: 1px solid #e5e5e5 !important;
}

.panel .table-responsive.border-top {
    border-top: 1px solid #DDD !important;
}

.panel .liste-item-group {
    padding: 12px 12px 0;
}

.panel-default {
    border: 1px solid #DDD;
}

.panel-default>.panel-heading h4,
.panel-default>h4.panel-subheading {
    font-size: 16px;
}

.panel-default>.panel-heading h4,
.panel-default>.panel-heading h4 a,
.panel-default>h4.panel-subheading,
.panel-default>h4.panel-subheading a {
    color: #333;
}

.panel-default.panel-dashboard .panel-subheading {
    padding: 8px 12px;
}

.panel-default>.panel-body>.panel-subheading {
    margin: 12px -12px;
}

.panel-default>.panel-subheading a {
    color: #333;
}

.panel-primary {
    border: 1px solid #34495E;
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #34495E;
    border-color: #34495E;
    border-color: transparent;
    padding: 0 8px;
    border-radius: 0;
}

.panel-primary>.panel-heading h2,
.panel-primary>.panel-heading h3 {
    color: #FFF;
    height: 30px;
    line-height: 30px;
}

.panel-primary>.panel-heading h3,
.panel-primary>.panel-heading h3 a {
    font-size: 16px !important;
}

.panel-primary>.panel-heading h3 a:hover {
    color: #FFF;
}

.panel-primary>.panel-heading .panel-collapse.in {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.panel-primary>.panel-heading i.fa.pull-right {
    margin-top: 6px;
}

.panel-primary>.panel-footer {
    padding: 6px 12px;
    border-top-color: #34495E;
    background: #EEE;
}

.panel-primary>.panel-footer,
.panel-primary>.panel-footer a {
    color: #34495E;
}

.panel .bloc-adherent {
    padding: 15px 0;
    display: table;
    width: 100%;
}

.panel .bloc-adherent .photo-profil {
    padding: 0 15px;
    display: table-cell;
    width: 90px;
    height: 60px;
    vertical-align: middle;
    text-align: center;
}

.panel .bloc-adherent .photo-profil img {
    max-width: 100%;
    height: auto;
}

.panel .bloc-adherent .cell-content {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    font-size: 13px;
    line-height: 1.2;
}

.panel .bloc-adherent .nom-adherent {
    margin: 0;
    font-size: 20px;
}

.panel .bloc-adherent .nom-adherent + div {
    margin-top: 2px;
}

.panel .bloc-partenaire {
    padding: 15px;
    display: table;
    width: 100%;
}

.panel .bloc-partenaire .photo-profil {
    display: block;
    width: 100%;
    height: auto;
    padding: 0 0 10px;
    margin: 0;
    text-align: center;
    vertical-align: middle;
}

.panel .bloc-partenaire .photo-profil img {
    width: auto;
    height: 80px;
}

.panel .bloc-partenaire .nom-partenaire {
    margin: 0;
    padding: 0 0 3px;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
}

.panel .bloc-partenaire .nom-partenaire,
.panel .bloc-partenaire .nom-partenaire a {
    color: #555;
}

.panel .bloc-partenaire .activite-partenaire {
    margin: 0;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
}

.panel .bloc-partenaire .activite-partenaire,
.panel .bloc-partenaire .activite-partenaire a {
    color: #888;
}

.panel-default .panel-heading .icon-premium.active {
    background-color: #EAEAEA;
}

.panel-default .panel-heading .icon-premium .fa {
    color: #f5f5f5;
}

.panel-dashboard>.panel-heading {
    padding: 9px 10px 9px 12px;
}

.panel-dashboard>.panel-heading h3 {
    color: #333;
}

.panel-dashboard>.panel-heading>.btn-group.pull-right,
.panel-dashboard>.panel-heading>.btn.pull-right,
.panel-dashboard>.panel-footer>.btn-group.pull-right,
.panel-dashboard>.panel-footer>.btn.pull-right,
.panel-dashboard>.panel-heading>.btn-group.pull-right,
.panel-dashboard>.panel-heading>.btn.pull-right,
.panel-dashboard>.panel-footer>.btn-group.pull-right,
.panel-dashboard>.panel-footer>.btn.pull-right,
.panel-form>.panel-heading>.btn-group.pull-right,
.panel-form>.panel-heading>.btn.pull-right,
.panel-form>.panel-footer>.btn-group.pull-right,
.panel-form>.panel-footer>.btn.pull-right,
.panel-form>.panel-heading>.btn-group.pull-right,
.panel-form>.panel-heading>.btn.pull-right,
.panel-form>.panel-footer>.btn-group.pull-right,
.panel-form>.panel-footer>.btn.pull-right,
.panel-datatable>.panel-heading>.btn-group.pull-right,
.panel-datatable>.panel-heading>.btn.pull-right {
    margin-top: -2.5px;
}

.panel-dashboard>.panel-footer {
    line-height: 1;
}

.panel-dashboard>.panel-footer form {
    line-height: 1.42857143;
}

.panel-dashboard hr {
    margin: 10px 0;
}

.panel-dashboard article h5 {
    font-size: 15px;
}

.panel-dashboard>.table+.panel-body {
    border-top: 1px solid #DDD !important;
}

.panel-dashboard .panel-footer .table-footer {
    background: #FFF;
    border: 1px solid #DDD;
}

.panel-dashboard .panel-body>.form-value:last-child {
    margin-bottom: 12px;
}

.panel-form .panel-heading h3+h4 {
    color: #777;
    font-size: 13px;
    font-weight: 500;
    margin-top: 2px;
}

.panel-form>.panel-body {
    padding: 12px 15px 15px 15px;
}

.panel-form>.table+.panel-body,
.panel-form>.panel-body+.panel-body,
.panel-form>.panel-body+.dataTables_wrapper {
    border-top: 1px solid #DDD !important;
}

.panel-form>.panel-body.no-border-top {
    border-top: 0 !important;
}

.panel-image {
    overflow: hidden;
}

.panel-image .panel-body.bg-rectangles-tranparent {
    border: 3px solid #FFF;
}

.row-flex>.col.d-flex>.panel-image {
    display: flex;
    flex-direction: column;
}

.row-flex>.col.d-flex>.panel-image .panel-body.bg-rectangles-tranparent+.panel-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #FFF;
}

.list-theme-blocs>.list-group-item>form {
    margin-top: -2px;
}

#cr-fichier-adherents,
#cr-social,
#cr-mes-stats {
    margin-top: 15px;
    width: 220px;
    float: left;
}

#cr-fichier-adherents {
    margin-bottom: 0;
}

#cr-social {
    margin-bottom: 0;
    margin-left: 15px;
    float: right;
}

#cr-mes-stats {
    margin-top: 15px;
}

#cr-fichier-adherents .mmbcj,
#cr-fichier-adherents .mmbc,
#cr-fichier-adherents .bcj,
#cr-social .facebook,
#cr-social .twitter,
#cr-social .googleplus,
#cr-mes-stats .matchs,
#cr-mes-stats .maillots,
#cr-mes-stats .transports {
    overflow: hidden;
    height: 80px;
}

#cr-fichier-adherents .logo,
#cr-social .logo,
#cr-mes-stats .logo {
    float: left;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #FFF;
    margin: 0;
    padding: 0;
    clear: none;
}

#cr-fichier-adherents .mmbcj .logo {
    background: #f8a32f;
}

#cr-fichier-adherents .mmbc .logo {
    background: #ac6ed7;
}

#cr-fichier-adherents .bcj .logo {
    background: #4FC1E9;
}

#cr-fichier-adherents .number,
#cr-social .number,
#cr-mes-stats .number {
    float: left;
    height: 40px;
    line-height: 28px;
    padding: 20px 0 20px 28px;
    color: #AAA;
    font-size: 28px;
}

#cr-fichier-adherents .number span,
#cr-social .number span,
#cr-mes-stats .number span {
    display: block;
    line-height: 13px;
    font-size: 12px;
}

#cr-utilisateurs {
    width: 220px;
    float: left;
    margin-left: 15px;
    margin-top: 15px;
}

#cr-utilisateurs .content-overflow {
    max-height: 207px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#cr-utilisateurs .user {
    border-bottom: 1px solid #CCC;
    padding: 8px 10px;
}

#cr-utilisateurs .user:last-child {
    border-bottom: 0 solid #CCC;
}

#cr-utilisateurs .user img {
    float: left;
    width: 35px;
    height: 35px;
    margin-right: 8px;
}

#cr-utilisateurs .user .identity {
    float: left;
}

#cr-utilisateurs .user h4 {
    clear: none;
    margin: 4px 0 0;
    font-size: 15px;
}

#cr-utilisateurs .user h4 a {
    color: #333;
}

#cr-utilisateurs .user span {
    display: block;
    font-size: 11px;
}

/* DATAPICKER */
#ui-datepicker-div.ui-datepicker {
    background: #FFF !important;
}

#ui-datepicker-div .ui-widget-header {
    background: #DDD !important;
    border: 1px solid #BBB !important;
}

#ui-datepicker-div .ui-state-default,
#ui-datepicker-div .ui-widget-content .ui-state-default,
#ui-datepicker-div .ui-widget-header .ui-state-default,
.ui-timepicker .ui-state-default {
    background: #EEE !important;
    border: 1px solid #CCC !important;
    color: #333 !important;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
}

#ui-datepicker-div .ui-state-highlight,
#ui-datepicker-div .ui-widget-content .ui-state-highlight {
    background: #f7f2d5 !important;
    border: 1px solid #e2d613 !important;
}

#ui-datepicker-div .ui-state-active,
#ui-datepicker-div .ui-widget-content .ui-state-active {
    background: #FFF !important;
    border: 1px solid #888 !important;
}

/* IDTABS
#idTabs > ul { height: 40px; border-bottom: 1px solid #999; margin-top: 5px; }
#idTabs > ul li a { margin: 0; color: #999; height: 40px; line-height: 40px; padding: 0 6px; margin: 0 0px 0 40px; }
#idTabs > ul li a.selected { color: #333; border-bottom: 4px solid #333; background: none; height: 37px; }
#idTabs div#tab0, #idTabs div#tab1, #idTabs div#tab2, #idTabs div#tab3, #idTabs div#tab4, #idTabs div#tab5 { padding: 12px 0 0; border-top: 0; }
*/

.page-content {
    background: #FFF;
    padding: 12px;
    /*overflow: hidden;*/
}

.page-content:after {
    content: "";
    display: block;
    overflow: hidden;
}

.page-content.big-font-size {
    font-size: 14px;
}

.page-content form {
    padding: 0 !important;
}

/*
.page-content table:last-child { margin-bottom: 12px; }
.page-content p:last-child { margin-bottom: 12px; }
*/

.stepper {
    background: #FFF;
    border: 2px solid #FFF;
    padding: 8px;
}

.stepper.active {
    background: none;
}

.stepper.active,
.stepper.active a {
    color: #333;
}

.stepper a {
    display: block;
}

.event-pair {
    border-bottom: 1px solid #CCC;
}

#container-event-home .event-pair:last-child {
    border-bottom: none;
}


/* TIMELINE */
.timeline-container {
    position: relative;
}

.timeline-container>ul {
    margin: 5px 0 0;
    padding: 0;
    display: inline-block;
}

.timeline-container>ul li {
    list-style: none;
    margin: auto;
    margin-left: 30px;
    border-left: 1px dashed #fff;
    padding: 0 0 45px 30px;
    position: relative;
}

.timeline-container>ul li:last-child {
    border-left: 0;
}

.timeline-container>ul li:first-child::before {
    border-color: #FFF;
    background: #50d890;
}

.timeline-container>ul li::before {
    position: absolute;
    left: -16px;
    top: -5px;
    content: " ";
    border: 8px solid #DDD;
    border-radius: 500%;
    background: #FFF;
    width: 32px;
    height: 32px;
}

.timeline-container>ul li .item-title {
    font-weight: bold;
}

.timeline-container>ul li .timestamp {
    position: relative;
    font-size: 12px;
}

.panel .timeline-container>ul li {
    border-left-color: #DDD;
    margin-left: 15px;
}

.panel .timeline-container>ul li:last-child {
    padding-bottom: 0;
}

.panel .timeline-container>ul li:first-child::before {
    border-color: #DDD;
    background: #50d890;
}

.panel .timeline-container>ul li::before {
    border-color: #FFF;
    background: #DDD;
}


/*************************
 PROGRAMME MATCH / REUNION
 *************************/
#fiche-match {
    text-align: center;
    font-size: 0;
}

#fiche-match.panel.panel-default {
    text-align: inherit;
    font-size: inherit;
}

body.popup #fiche-match {
    margin: -15px -15px 0 -15px;
}

#resultat-match {
    position: relative;
    margin: 0 auto;
    padding: 15px 0;
    width: 90%;
    overflow: hidden;
}

#resultat-match #logo-locaux img,
#resultat-match #logo-visiteurs img {
    background: #FFF;
    border: 2px solid rgba(250, 250, 250, 0.5);
    width: 100px;
    height: 100px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    -o-border-radius: 80px;
    border-radius: 80px;
}

#fiche-match.pre-game #resultat-match #logo-locaux img,
#fiche-match.pre-game #resultat-match #logo-visiteurs img {
    width: 75px;
    height: 75px;
}

#resultat-match #logo-locaux {
    float: left;
    margin-left: 12%;
}

#resultat-match #logo-visiteurs {
    float: right;
    margin-right: 12%;
}

#fiche-match.pre-game #logo-locaux,
#fiche-match.pre-game #logo-visiteurs {
    margin: 0;
}

#resultat-match .type-match,
#resultat-match .score,
#resultat-match .etat {
    width: 210px;
    margin: 0 auto;
}

#resultat-match .score {
    background: #FFF;
    text-align: center;
    margin: 11px auto 2px;
}

#fiche-match.pre-game #resultat-match .score {
    margin-top: 0;
}

#resultat-match .score h2 {
    color: #444;
    font-size: 44px;
    height: 60px;
    line-height: 60px;
}

#resultat-match .score h2 span {
    display: inline-block;
    width: 75px;
    text-align: right;
}

#resultat-match .score h2 span.vs {
    text-align: center;
    width: 20px;
    font-size: 80%;
}

#resultat-match .score h2 span:last-child {
    text-align: left;
}

#resultat-match .score h2 span.one {
    text-align: center;
}

#resultat-match .score p {
    margin: -10px 0 0 0;
    padding-bottom: 7px;
}

#resultat-match .type-match,
#resultat-match .etat {
    text-align: center;
    background: #5bc0de;
    color: #FFF;
    font-size: 12px;
    padding: 3px;
    line-height: 1.2em;
}

#resultat-match .type-match {
    font-size: 11px;
    background: #428bca;
    margin-top: 2px;
}

#fiche-match.pre-game #resultat-match .etat {
    border-radius: 3px;
}

#resultat-match #score-locaux {
    float: left;
}

#resultat-match #score-visiteurs {
    float: right;
}

#resultat-match h1 {
    margin: 25px 30px 0;
    position: relative;
    min-height: 35px;
    line-height: 35px;
    text-align: center;
    color: #FFF;
    background: rgba(0, 0, 0, 0.8);
    font-size: 16px;
}

#fiche-match.pre-game h1 {
    margin: 15px 15% 0;
}

#resultat-match h1 .equipe-locaux,
#resultat-match h1 .equipe-visiteurs {
    position: absolute;
    margin: 0;
    clear: none;
    height: 35px;
    line-height: 35px;
    top: 0;
    width: 40%;
}

#resultat-match h1 .equipe-locaux {
    left: 5px;
}

#resultat-match h1 .equipe-visiteurs {
    right: 5px;
}

#resultat-match h1 .vs {
    font-size: 14px;
    color: #AAA;
}

#resultat-match #scores-qt {
    margin-top: 15px;
    text-align: center;
    font-size: 12px;
}

#resultat-match #scores-qt .detail-qt {
    margin: 0 2px;
    background: rgba(0, 0, 0, 0.8);
    display: inline-block;
    width: 60px;
    color: #FFF;
    text-align: center;
    padding: 3px 0;
}

#resultat-match #scores-qt .detail-qt.no {
    width: 175px;
}

#resultat-match #scores-qt .detail-qt span {
    display: block;
    font-weight: bold;
    font-size: 0.8em;
}

#fiche-match #match-infos,
#fiche-match #note-match {
    background: #2C3E50;
    min-height: 35px;
    margin: 0;
}

#fiche-match #match-infos .col,
#fiche-match #note-match .col {
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 35px;
    text-transform: uppercase;
    font-size: 11px;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: inherit;
}

#fiche-match #match-infos .col strong {
    margin-right: 3px;
}

#fiche-match #match-infos .col span,
#fiche-match #match-infos .col i.fa,
#fiche-match #note-match .col span,
#fiche-match #note-match .col i.fa {
    display: inline-block;
    vertical-align: middle;
}

#fiche-match #match-infos .col a i.fa {
    font-size: 120%;
}

#fiche-match #note-match .col {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 25px;
}

@media screen and (max-width: 767px) {
    #fiche-match #note-match .col {
        float: none;
    }
}

#fiche-match #note-match .fa-trophy {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    text-align: center;
    margin: 0;
    color: #FFF;
    background: #FFA500;
    margin-right: 4px;
}

#fiche-match #note-match .fa-star,
#fiche-match #note-match .fa-star-half {
    color: #FFA500;
    font-size: 18px;
    padding-right: 2px;
    line-height: 25px;
}

#fiche-match .type-match {
    width: 320px;
    background: #428bca;
    color: #FFF;
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
    padding: 4px 0;
}

#fiche-match .more-info {
    display: inline-block;
    margin: 0 auto;
    background: #FFF;
    color: #333;
    text-align: center;
    padding: 2px 7px;
    font-size: 10px;
    line-height: 1;
}

#fiche-match #match-infos a {
    color: #FFF;
    cursor: pointer;
}

#fiche-match #match-infos a:hover {
    text-decoration: none;
}

#fiche-match #match-infos .large {
    background: #FFF;
    padding: 15px 15px 0 15px;
    overflow: hidden;
}

#fiche-match #match-infos .large p {
    margin: 0 0px 15px 0;
}

#fiche-evenement #header-evenement {
    position: relative;
    width: 670px;
    margin: 0 auto;
    padding: 15px 0 12px 0;
    overflow: hidden;
}

#fiche-evenement #header-evenement #type-evenement {
    position: absolute;
    clear: none;
    margin: 0;
    height: 30px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    color: #000;
    -webkit-text-shadow: 1px 1px 0 #FFF;
    -moz-text-shadow: 1px 1px 0 #FFF;
    -o-text-shadow: 1px 1px 0 #FFF;
    text-shadow: 1px 1px 0 #FFF;
}

#fiche-evenement #header-evenement #logo-club {
    float: left;
    margin-left: 20px;
}

#fiche-evenement #header-evenement #logo-club img {
    width: 75px;
    height: 75px;
    margin: 0;
    background: #FFF;
    border: 2px solid rgba(250, 250, 250, 0.5);
}

#fiche-evenement #header-evenement .nom-evenement {
    position: absolute;
    margin: 0;
    padding: 0 20px;
    min-width: 370px;
    clear: none;
    height: 35px;
    line-height: 35px;
    top: 50px;
    left: 150px;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.8);
    color: #FFF;
    text-align: center;
}

#fiche-evenement #evenement-infos {
    background: #2C3E50;
    min-height: 35px;
    margin: 0;
    padding: 0 10px;
}

#fiche-evenement #evenement-infos .col {
    height: 35px;
    line-height: 35px;
    text-transform: uppercase;
    font-size: 11px;
    color: #FFF;
    text-align: center;
    overflow: hidden;
    position: static;
    justify-content: center;
}

#fiche-evenement #evenement-infos .col a i.fa {
    font-size: 120%;
}

#fiche-evenement #evenement-infos span {
    font-weight: bold;
    margin-right: 3px;
}

#fiche-evenement #evenement-infos a {
    color: #FFF;
    cursor: pointer;
}

#fiche-evenement #evenement-infos a:hover {
    text-decoration: none;
}

#fiche-evenement #evenement-infos .large {
    background: #FFF;
    padding: 15px 15px 0 15px;
    overflow: hidden;
}

#fiche-evenement #evenement-infos .large p {
    margin: 0 0px 15px 0;
}

#fiche-evenement #visio-infos {
    background: #2C3E50;
    border-top: 2px solid #DDD;
    color: #FFF;
    text-align: center;
    padding: 8px;
}

#fiche-evenement #visio-infos a {
    color: #FFF;
}

#fiche-evenement #visio-infos i.fas {
    margin-right: 6px;
    font-size: 130%;
    vertical-align: middle;
    margin-bottom: 1px;
}

.table-resumer-apres-match .tab-hdm .fa {
    border-radius: 50%;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 15px;
    text-align: center;
    margin: 0;
    color: #FFF;
    background: #FFA500;
}

.table-resumer-apres-match .tab-note {
    font-size: 16px;
}

.table-resumer-apres-match .tab-note>* {
    margin: 0 5px;
}

.table-resumer-apres-match .tab-note .label {
    width: 35px;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    padding: 0;
}

.table-resumer-apres-match .h-font .fa {
    color: #FFA500;
    font-size: 18px;
    padding-right: 2px;
    line-height: 25px;
}

.table-resumer-apres-match .tab-hdm .tab-hdm-trophee {
    padding: 0 0 0 10px;
}

/* MATCH AJOUTER NOTE */
form .homme-du-match input[type="radio"] {
    display: none;
}

form .homme-du-match input[type="radio"]+label {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    margin: 0;
    cursor: pointer;
}

form .homme-du-match input[type="radio"]:checked+label {
    color: #FFF;
    background: #FFA500;
}

form .modal-centre .input-select {
    max-width: 90px;
}

/** SOCIAL **/
.panel-render-social {
    display: inline-block;
    background: none;
    border: 0;
}

.panel-render-social .panel-heading {
    text-align: left;
    padding: 0 0 8px;
}

.panel-render-social .panel-heading h4 {
    padding-left: 5px;
    font-size: 16px;
    line-height: 18px;
}

.panel-render-social .panel-heading .btn-group-action {
    margin-top: -2px;
}

.panel-render-social .panel-heading .btn-group-action .btn-link {
    color: #555;
    font-size: 14px;
    padding: 0 5px;
}

.panel-render-social .panel-body {
    border: 0;
}

.panel-render-social .state-container {
    background: #FFF;
}

.panel-render-social .img-container {
    box-shadow: 0 2px 8px rgb(14 19 24 / 7%);
}

/**********************
 THEME PERSONNALISATION
 **********************/
.page-content .nav-col {
    border-right: 1px solid #EEE;
    padding: 0 12px 0 0;
}

.page-content .nav-col hr {
    margin: 12px 0;
}

.page-content .nav-col .nav-stacked li a {
    padding: 6px 10px;
}

.page-content .nav-col .nav-stacked li a small {
    margin-top: 1px;
}

.page-content.theme-personnalisation>.row {
    margin: 0;
}

.page-content.theme-personnalisation>.row>div:nth-child(2) {
    padding: 0 0 0 12px;
}

.nav-col-options {
    border-right: 1px solid #EEE;
    padding: 0 10px 0 5px;
}

.nav-col-options .nav-stacked li {
    overflow: hidden;
}

.nav-col-options .nav-stacked li a {
    padding: 6px 10px;
}

.nav-col-options .nav-stacked li a small {
    margin-top: 1px;
}

.nav-col-options h5 {
    margin-top: 15px;
    margin-bottom: 18px;
    border-bottom: 1px solid #EEE;
    height: 9px;
}

.nav-col-options h5 span {
    background: #FFF;
    display: inline-block;
    padding: 0 10px 0 0;
}

.nav-col-options .nav-stacked li:first-child h5 {
    margin-top: 0;
}

.nav-col-options hr {
    margin: 12px 0;
}

.nav-col-options+.tab-content {
    padding: 7px 10px;
}

.nav-col-options+.tab-content .table {
    border-bottom-width: 1px;
}

.navbar-inline {
    margin-left: -4px;
    margin-right: -4px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: space-around;
}

.navbar-inline a,
.navbar-inline>li {
    position: relative;
    float: none;
    margin: 0;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
}

.navbar-inline a,
.navbar-inline>li a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 8px 8px;
    margin: 0 4px 10px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0);
    border: 2px solid #BBB;
    color: #999;
}

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

.navbar-inline a:hover,
.navbar-inline>li a:hover {
    border-color: #555;
    color: #333;
    background: transparent;
}

.navbar-inline a:hover span.label-default {
    background: #555;
}

.navbar-inline a.active,
.navbar-inline a.active:hover,
.navbar-inline a.active:focus,
.navbar-inline>li.active a,
.navbar-inline>li.active a:hover,
.navbar-inline>li.active a:focus {
    background: #3a92e0;
    color: #FFF;
    border-color: #3a92e0;
}

.navbar-inline a.active:after,
.navbar-inline>li.active a:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: calc(50% - 15px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 15px 0 15px;
}

.navbar-inline a.active:after,
.navbar-inline>li.active a:after {
    border-color: #3a92e0 transparent transparent transparent;
}

.navbar-inline a.click span.string:before {
    content: "\f110";
    display: inline-block;
    margin-right: 7px;
    font-size: 14px;
    font-family: "Font Awesome\ 5 Free", sans-serif;
    font-weight: 900;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.navbar-inline a span {
    display: inline-block;
    vertical-align: middle;
}

.navbar-inline a span small {
    line-height: 1;
    font-size: 75%;
}

.navbar-inline a span.block {
    width: 100%;
    line-height: 1.1;
}

.navbar-inline a span.label {
    font-size: 10px;
    padding: 3px 4px;
    margin-left: 6px;
}

.navbar-inline a span.label-default {
    background: #BBB;
}

.navbar-inline a span.label-primary {
    background: #3a92e0;
}

.navbar-inline a span.label-danger {
    background: #ff5757;
}

.navbar-inline a.active span.label {
    border: 2px solid #FFF;
}

.navbar-inline a span .icon-premium { vertical-align: text-bottom; }
.navbar-inline a span .icon-premium.active { background: #CCC; }
.navbar-inline a span .icon-premium .fa,
.navbar-inline a span .icon-premium.active .fa { color: #DDD; }
.navbar-inline a.active span .icon-premium.active { background: rgba(255,255,255,0.3); }
.navbar-inline a.active span .icon-premium .fa,
.navbar-inline a.active span .icon-premium.active .fa { color: #3a92e0; }

/* RESPONSIVE -> MOBILE */
@media screen and (min-width: 1px) and (max-width: 420px) {
    #fiche-match .type-match {
        width: 100%;
        border-radius: 0;
    }

    #resultat-match .type-match {
        margin-top: 85px;
    }

    #fiche-match.pre-game #resultat-match .score {
        margin-top: 90px;
    }

    #fiche-match.pre-game #logo-locaux,
    #resultat-match #logo-locaux {
        margin-left: 18%;
    }

    #fiche-match.pre-game #logo-visiteurs,
    #resultat-match #logo-visiteurs {
        margin-right: 18%;
    }

    #resultat-match #logo-locaux img,
    #resultat-match #logo-visiteurs img {
        width: 70px;
        height: 70px;
    }

    #resultat-match h1 {
        line-height: 14px;
        margin-top: 15px;
    }

    #fiche-match.pre-game h1 {
        margin: 15px 5px 0;
    }

    #resultat-match .score {
        margin-top: 85px;
    }

    .resume-presence-buttons {
        float: none !important;
    }

    .resume-presence-buttons .btn-group {
        display: table;
        width: 100%;
    }

    .resume-presence-buttons .btn-group .btn {
        display: table-cell;
        float: none;
        width: 33.3%;
    }

    .resume-presence-buttons.match .btn-group .btn {
        width: 15%;
        padding: 6px;
    }

    .resume-presence-buttons.match .btn-group .btn:first-child {
        width: 26.5%;
    }

    #box-programme,
    #box-adherent {
        display: block;
        width: 100%;
        margin: 8px 0 0;
        /*background: blue;*/
    }

    h3.titleBorder {
        margin-bottom: 15px;
        font-size: 15px;
    }

    #confrontations h1 {
        font-size: 25px;
        margin-top: 5px;
    }
}

@media screen and (min-width: 421px) and (max-width: 599px) {
    #resultat-match .type-match {
        margin-top: 0;
    }

    #fiche-match.pre-game #resultat-match .type-match {
        margin-top: 22px;
    }

    #fiche-match .type-match {
        width: 100%;
        border-radius: 0;
    }

    #resultat-match #logo-locaux {
        margin-left: 0%;
        margin-top: 15px;
    }

    #resultat-match #logo-visiteurs {
        margin-right: 0%;
        margin-top: 15px;
    }

    #resultat-match #logo-locaux img,
    #resultat-match #logo-visiteurs img,
    #fiche-match.pre-game #resultat-match #logo-locaux img,
    #fiche-match.pre-game #resultat-match #logo-visiteurs img {
        width: 70px;
        height: 70px;
    }

    #resultat-match h1 {
        line-height: 14px;
        margin-top: 15px;
    }

    #box-programme,
    #box-adherent {
        width: 47.6%;
        margin: 8px 1.2% 0;
        /*background: blue;*/
    }

    #confrontations h1 {
        font-size: 40px;
        margin-top: 10px;
    }
}

@media screen and (min-width: 600px) and (max-width: 767px) {
    #resultat-match .type-match {
        margin-top: 0;
    }

    #fiche-match.pre-game #resultat-match .type-match {
        margin-top: 22px;
    }

    #resultat-match #logo-locaux {
        margin-left: 7%;
    }

    #resultat-match #logo-visiteurs {
        margin-right: 7%;
    }

    #box-programme,
    #box-adherent {
        width: 31.3%;
        margin: 8px 1% 0;
        /*background: blue;*/
    }

    #confrontations h1 {
        font-size: 45px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    #resultat-match h1 {
        line-height: 14px;
    }

    #resultat-match h1 .equipe-locaux,
    #resultat-match h1 .equipe-visiteurs {
        left: 0;
        display: block;
        position: relative;
        width: 100%;
    }

    #resultat-match h1 .vs {
        font-size: 10px;
    }

    #fiche-evenement #header-evenement {
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    #fiche-evenement #header-evenement #type-evenement {
        position: relative;
        display: block;
        margin-top: -10px;
    }

    #fiche-evenement #header-evenement #logo-club {
        float: none;
        margin: 0 auto 10px;
        width: 75px;
        height: 75px;
    }

    #fiche-evenement #header-evenement .nom-evenement {
        position: relative;
        display: block;
        width: 100%;
        min-width: 0;
        top: 0;
        left: 0;
    }

    #confrontations #logo-locaux img,
    #confrontations #logo-visiteurs img {
        max-width: 80%;
    }

    #website-state-form i.fa,
    #website-state-form:before {
        right: 15px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
    #confrontations h1 {
        font-size: 60px;
        margin-top: 10px;
    }
}


/* STATS COLLECTIVES */
#pts-marque,
#pts-encaisse {
    background: #FFF;
}

/*.pts-marque, .pts-encaisse { overflow: hidden; }*/
.pts-marque .total,
.pts-encaisse .total {
    float: left;
    padding: 18px 12px;
    color: #FFF;
}

.cumul.row,
.record.row {
    margin: 0;
}

.cumul .total {
    background: #AC92EC;
}

.record .total {
    background: #967ADC;
}

.cumul.row>div:last-child,
.record.row>div:last-child {
    padding: 0;
}

.pts-marque .total,
.pts-encaisse .total {
    padding: 36.5px 7px 36px 17px;
    font-size: 36px;
    line-height: 36px;
}

.pts-marque .total span,
.pts-encaisse .total span {
    display: block;
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
}

.pts-marque .domicile,
.pts-encaisse .domicile,
.pts-marque .exterieur,
.pts-encaisse .exterieur {
    margin: 0 10px;
    padding: 10.25px 0;
    font-size: 20px;
    color: #AAA;
    border-bottom: 1px solid #DDD;
}

.pts-marque .border-none,
.pts-encaisse .border-none {
    border-bottom: none;
}

.pts-marque .domicile span,
.pts-encaisse .domicile span,
.pts-marque .exterieur span,
.pts-encaisse .exterieur span {
    display: block;
    font-size: 9px;
    line-height: 9px;
    text-transform: uppercase;
}

#stats-collectives .panel .panel-body {
    padding: 0 8px;
}

#stats-collectives .panel .panel-body>div {
    padding: 6px 0;
    overflow: hidden;
    line-height: 16px;
}

#stats-collectives .panel .panel-body>div.border-bottom {
    border-bottom: 1px solid #DDD;
}

#stats-collectives .panel .panel-body>div.separator {
    background: #EEE;
    text-align: center;
    margin: 0 -8px;
}

#stats-collectives .panel .panel-body>div p {
    margin: 0 0px 3px 0;
}

#stats-collectives .panel .panel-body>div span {
    padding: 3px 5px;
    color: #FFF;
    float: right;
    font-size: 11px;
    line-height: 11px;
    display: block;
    margin-right: 3px;
}

#stats-collectives .panel .panel-body>div.serie-en-cours span {
    float: left;
}

#stats-collectives .panel .panel-body>div span.win {
    background: #A0D468;
}

#stats-collectives .panel .panel-body>div span.loose {
    background: #FC6E51;
}

#stats-collectives .panel .panel-body>div span.no-game {
    color: #AAA;
    font-style: italic;
    padding: 0;
    line-height: 17px;
    font-size: 13px;
}

.bilan-saison {
    background: #FFF;
}

.bilan-saison>.row {
    margin: 0;
}

.bilan-saison .gagne,
.bilan-saison .nul,
.bilan-saison .perdu,
.bilan-saison .pour,
.bilan-saison .contre {
    font-size: 28px;
    line-height: 28px;
    padding: 12px 15px 11.5px;
    color: #FFF;
}

.bilan-saison .gagne {
    background: #5cb85c;
}

.bilan-saison .nul {
    background: #f0ad4e;
}

.bilan-saison .perdu {
    background: #d9534f;
}

.bilan-saison .pour {
    background: #4FC1E9;
}

.bilan-saison .contre {
    background: #3BAFDA;
}

.bilan-saison .gagne span,
.bilan-saison .nul span,
.bilan-saison .perdu span,
.bilan-saison .pour span,
.bilan-saison .contre span {
    display: block;
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
}

.bilan-saison .name {
    padding: 6px 15px;
    font-size: 12px;
    line-height: 12px;
    color: #AAA;
    text-align: center;
    text-transform: uppercase;
}

.bilan-saison .name span {
    display: block;
    font-size: 11px;
    line-height: 11px;
}

.pronostiques-table td {
    vertical-align: middle;
}

.pronostiques-table h4 {
    clear: none;
    margin: 0;
    font-size: 13px;
}

.pronostiques-table a:hover,
.pronostiques-table a:focus {
    text-decoration: none;
}

.pronostiques-table .logo-club {
    width: 50px;
    height: 50px;
    margin: 0;
}

.pronostiques-table .prono-group,
.pronostiques-table .radio-group {
    position: relative;
    min-width: 115px;
}

.pronostiques-table .radio-group input[type="radio"] {
    width: 15px;
    height: 15px;
    margin: 6px;
}

.pronostiques-table .prono-group,
.pronostiques-table .input-ecart {
    width: 54px;
    margin: 7px auto 0;
}

.pronostiques-table .prono-group,
.pronostiques-table .input-ecart.nul {
    width: 83px;
}

.pronostiques-table .prono-group.prono-group-min {
    width: 70px;
    min-width: 70px;
}

.pronostiques-table .input-ecart input.input-sm {
    height: 26px;
    padding: 3px;
}

.pronostiques-table .prono-group .prono,
.pronostiques-table .radio-group .prono-radio {
    display: inline-block;
    padding: 2px 5px;
    border: 2px solid #555;
    color: #555;
    margin: 0 2px;
    font-weight: bold;
    border-radius: 0;
}

.pronostiques-table .radio-group .prono-radio input[type=radio] {
    display: none;
}

.pronostiques-table .radio-group .prono-radio {
    padding: 0;
}

.pronostiques-table .radio-group .prono-radio label {
    margin: 0;
    padding: 2px 5px;
    cursor: pointer;
}

.pronostiques-table .prono-group .prono.active,
.pronostiques-table .radio-group .prono-radio.checked {
    background: #3498DB;
    border-color: #3498DB;
    color: #FFF;
}

.pronostiques-table .radio-group .prono-radio:first-child {
    margin-left: 0;
}

.pronostiques-table .radio-group .prono-radio:last-child {
    margin-right: 0;
}

.pronostiques-table .date,
.pronostiques-table .points,
.pronostiques-table .classement,
.pronostiques-table .ecart {
    text-align: center;
    font-size: 11px;
    color: #999;
    clear: both;
    padding-top: 4px;
    display: block;
}

.pronostiques-table .ecart {
    color: #555;
    font-weight: bold;
}

.pronostiques-table .ecart+.points,
.pronostiques-table .ecart+.date {
    padding-top: 2px;
}

.pronostiques-table .classement {
    padding-top: 2px;
}

.pronostiques-table .points .win {
    color: green;
}

.pronostiques-table .points .loose {
    color: red;
}

#container-prono .pronostiques-table h4 {
    font-size: 13px;
}

#container-prono .pronostiques-table .radio-group {
    min-width: 78px;
}

#container-prono .pronostiques-table .radio-group .home,
#container-prono .pronostiques-table .radio-group .away {
    margin: 0 2%;
}

#container-prono table {
    margin: 0;
}

#photo-identite.form-group {
    background: #EEE;
    padding: 10px;
    height: 121px;
}

#photo-identite.form-group .checkbox {
    margin-top: 30px;
}

#photo-identite.form-group .thumbnail.view {
    height: 100px;
    width: 100px;
    margin: 0;
    display: inline-block;
}

#options .bloc>div {
    margin-bottom: 15px;
}

#options .bloc>div>div {
    background: #FFF;
    padding: 8px 10px 10px 10px;
}

#options .bloc>div>div h3 {
    font-size: 16px;
    border-bottom: 1px solid #888;
    padding-bottom: 5px;
    margin: 0 8%;
}

#options .bloc>div>div img {
    max-width: 100%;
    height: 70px;
    margin: 10px 0;
}

#options .bloc>div>div p {
    font-size: 12px;
    margin-bottom: 8px;
}

#options .bloc>div>div .club-saison {
    margin: 10px 0;
    height: 70px;
    display: table;
    width: 100%;
    text-align: center;
}

#options .bloc>div>div .club-saison>span {
    display: table-cell;
    vertical-align: middle;
}

#options .bloc>div>div .club-saison>span span {
    display: inline-block;
    font-size: 22px;
    clear: both;
}

#options .bloc>div>div .club-saison>span span:first-child {
    display: block;
}

#options .bloc>div>div .club-saison span.border-top {
    border-top: 2px solid #555;
    padding: 0 10px;
}

#options .item .row {
    margin-bottom: 15px;
}

#options .item .row:last-child {
    margin-bottom: 0;
}

#options .item .row>div i,
#options .item .row>div h3,
#options .item .row>div h3 a {
    font-size: 16px;
}

#options .item .row>div>div {
    padding-left: 25px;
}

#options .item .row>div>div p {
    font-size: 12px;
    margin: 4px 0 0 0;
}

#options .list-group .list-group-item {
    padding-left: 7px;
}

#options .list-group .list-group-item i.main-icon {
    font-size: 20px;
    line-height: 35px;
    margin: 0;
}

#options .list-group .list-group-item>div:first-child {
    width: 35px;
    text-align: center;
    height: 34px;
    line-height: 34px;
    margin-right: 7px;
}

#options .list-group .list-group-item h3 {
    font-size: 16px;
    color: #666;
    margin: 0;
    line-height: 20px;
}

#options .list-group .list-group-item small.list-group-item-text {
    line-height: 1;
}

#options .list-group .list-group-item small.list-group-item-text .fa {
    margin: 0;
}

#options .list-group .list-group-item-info {
    border-color: #5bc0de;
    background: #5bc0de;
    color: #FFF;
}

#options .list-group .list-group-item-info:hover {
    border-color: #31b0d5;
    background: #31b0d5;
}

#options .list-group .list-group-item-info h3 {
    color: #FFF;
}

#options .list-group a.list-group-item.active {
    color: #FFF;
}

#options .list-group a.list-group-item.active:hover {
    background: #4c97d7;
}

#options .list-group a.list-group-item.active h3 {
    color: #FFF;
}

#options .pub-store {
    background: none;
    border: 3px solid #FFF;
    padding-top: 8px;
    padding-bottom: 8px;
}

#options .pub-store:hover {
    background: #FFF;
}

#options #pub-achat-domaine {
    height: 60px;
}

#options #pub-achat-domaine>div:first-child {
    width: 100%;
    margin: 0;
    font-size: 18px;
    text-align: left;
}

#options #pub-achat-domaine .row {
    margin: 0;
    font-weight: bold;
    display: inline-block;
}

#options #pub-achat-domaine .row>div {
    padding: 0;
    line-height: 37px;
    height: 37px;
}

#options #pub-achat-domaine .row>div>i {
    display: inline-block;
    width: 35px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    margin-right: 3px;
}

#options #pub-achat-domaine .row>div span {
    display: inline-block;
}

#options #pub-achat-domaine .btn {
    border: 1px solid transparent;
    line-height: 1.42857143;
    margin: 2px 0;
}

#options #pub-achat-domaine .btn i {
    font-size: inherit;
    line-height: 1;
    margin-right: 7px;
}

#options #pub-achat-domaine:hover .btn {
    background: #FFF;
    border-color: #CCC;
}


/**************************
 THEMES - GESTION DES BLOCS
 **************************/
#theme-blocs-gestion .panel .panel-heading .btn.pull-right {
    margin: 4px -4px 0 0;
}

#theme-blocs-gestion .panel .panel-heading .btn-default.btn-inverse {
    border-color: #FFF;
    color: #FFF;
    background: none;
}

#theme-blocs-gestion .panel .panel-heading .btn-default.btn-inverse:hover {
    color: #34495E;
    background: #FFF;
}

/*************************/


/**************************
 THEMES - COMPONENT MODAL
 **************************/
.selecteur-couleur .btn-switch-color {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    margin-bottom: 5px;
    -webkit-box-shadow: 0px 0px 3px 0px #000000;
    box-shadow: 0px 0px 3px 0px #000000;
    border: none;
}

.selecteur-couleur .btn-switch-selected {
    box-shadow: inset 0 0 0 2px #0003, 0 0 0 3px #337ab7;
    cursor: default;
}

/*************************/


/**************************
 PARTENAIRES - COMMENTAIRES
 **************************/
.partenaire-comment-list .list-group-item {
    padding-left: 12px;
}

.partenaire-comment-list .comment-container {
    border-left: 3px solid #BBB;
    padding-left: 12px;
}

.partenaire-comment-list .comment-container form {
    padding: 0 !important;
}

.partenaire-comment-list .comment-container form .btn {
    height: 66px;
}

.partenaire-comment-list .commentaire-texte {
    margin-bottom: 10px;
}

.partenaire-comment-list .commentaire-texte p {
    margin-bottom: 5px;
}

.partenaire-comment-list .commentaire-prive {
    margin-top: -5px;
    margin-bottom: 10px;
    font-size: 11px;
    color: #AAA;
}

.partenaire-comment-list .author {
    font-size: 11px;
    color: #AAA;
}

.partenaire-comment-list .author>.fa {
    float: left;
    font-size: 22px;
    margin: 4px 7px 0 0;
}

.partenaire-comment-list .author .btn-group {
    margin-left: 6px;
}

.partenaire-comment-list .author .btn {
    border: 0;
    padding: 0 5px;
    background: none;
    color: #888;
    line-height: 1;
    border-radius: 1px;
}

.partenaire-comment-list .author .btn-group .dropdown-toggle:active,
.partenaire-comment-list .author .btn-group.open .dropdown-toggle {
    box-shadow: none;
    background: #EEE;
}


/**************************
 PAGE - CHOIX DU MODELE
 **************************/
.grid-pageModeles {
    border-left: 1px solid #e5e5e5;
    border-radius: 0 0 4px 4px;
    gap: 0;
    overflow: hidden;
}

.grid-pageModeles>.col {
    text-align: center;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 0;
}

.grid-pageModeles>.col input[type='radio'] {
    display: none;
}

.grid-pageModeles>.col .itemModele {
    display: block;
    height: 100%;
    padding: 10px 14px;
    margin: 0;
    color: #222;
}

.grid-pageModeles>.col .itemModele:hover {
    cursor: pointer;
}

.grid-pageModeles>.col .itemModele.disabled {
    opacity: 0.5;
}

.grid-pageModeles>.col .itemModele.disabled:hover {
    cursor: default;
}

.grid-pageModeles>.col span {
    display: block;
    color: #222;
}

.grid-pageModeles>.col span.title {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 8px;
}

.grid-pageModeles>.col img {
    margin: 0 auto;
    max-height: 65px;
}

.grid-pageModeles>.col span.desc {
    margin-top: 8px;
    font-weight: normal;
    font-size: 11px;
    line-height: 1.2;
}

.grid-pageModeles>.col input[type='radio']:checked+.itemModele {
    background: #428bca;
}

.grid-pageModeles>.col input[type='radio']:checked+.itemModele,
.grid-pageModeles>.col input[type='radio']:checked+.itemModele span {
    color: #FFF;
}


/* OFFRES */
.offres-container .col {
    display: flex;
    align-items: center;
}

.offres-container .col .panel,
.offres-container .col a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    color: #333;
    text-align: center;
    line-height: 1.2;
}

.offres-container .col .panel {
    margin-bottom: 0;
    border: 0;
    border-radius: 4px;
}

.offres-container .col .panel-success::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free", sans-serif;
    color: #dff0d8;
    font-weight: 700;
    font-size: 60px;
    position: absolute;
    z-index: 1;
    margin-bottom: 30px;
    right: 20px;
}

.offres-container .col a {
    color: #333;
    text-align: center;
    line-height: 1.2;
}

.offres-container .col a:hover,
.offres-container .col a:active,
.offres-container .col a:focus {
    text-decoration: none;
}

.offres-container .col .panel-body {
    padding: 15px;
    z-index: 2;
}

.offres-container .col .panel-body .h-font {
    font-size: 22px;
}

.offres-container .col .panel-body .label {
    margin-top: 4px;
}

.offres-container .col .panel-heading {
    padding: 10px 15px;
    border-radius: 6px 6px 4px 4px;
    flex-direction: row;
    height: auto;
}

.offres-container .col .panel-heading:hover {
    text-decoration: underline;
}

.offres-container .col .panel-heading h4 {
    font-weight: 500;
    font-size: 14px;
}

.badge.badge-feature {
    border-radius: 50%;
    display: inline-flex;
    width: 22px;
    height: 22px;
    padding: 0;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.badge.badge-feature.badge-square {
    border-radius: 10px;
}

.badge.badge-feature i {
    margin: 0;
}

.badge.badge-feature sup {
    font-size: 45%;
}

.badge.badge-feature.badge-success {
    color: #5cb85c;
    background-color: rgba(92, 184, 92, .3);
}

.badge.badge-feature.badge-danger {
    color: #d9534f;
    background-color: rgba(217, 83, 79, .3);
}

.badge.badge-feature.badge-default {
    color: #555;
    background-color: rgba(0, 0, 0, .2);
}

.badge.badge-feature+small.block {
    margin-top: 4px;
    font-size: 80%;
}

/* BILLETTERIE - AFFICHAGE RESULT SCAN */
.result-scan {
    background-color: white;
    color: black;
    padding: 0.5em;
    border-radius: 0.3em;
}

.result-scan .badge-feature {
    margin: 0 0 15px 0;
    padding: 0 25px;
    font-size: 140px;
    width: auto;
    min-width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.2);
    letter-spacing: -2px;
}

.result-scan .badge-feature .place {
    display: inline-block;
    position: relative;
}

.result-scan .badge-feature .place sup {
    top: -1em;
}

.result-scan h2 {
    color: white;
    text-transform: uppercase;
}

.result-scan .result-scan-header {
    border-radius: 0.3em;
    height: 350px;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 15px;
    margin-bottom: 0.5em;
}

.result-scan .result-scan-header.success {
    background-color: #5cb85c;
}

.result-scan .result-scan-header.danger {
    background-color: #d9534f;
}

.result-scan .result-scan-header.warning {
    background-color: #f0ad4e;
}

.result-scan .result-scan-header.black {
    background-color: #222;
}

/*************************
 RESPONSIVE -> MOBILE [GEN]
 *************************/
.table-responsive.table-responsive-always {
    overflow-x: auto;
}

@media screen and (min-width: 992px) {
    .table-responsive {
        overflow-x: visible;
        overflow-y: visible;
    }
}

@media screen and (max-width: 767px) {
    body {
        font-size: 14px;
    }

    #wrapper {
        padding-top: 0;
        padding-bottom: 50px;
        height: auto;
        width: 100%;
        min-width: 100%;
    }

    #wrapper:after {
        content: "";
        display: block;
        overflow: hidden;
    }

    nav#header,
    nav#footer {
        padding: 0;
    }

    nav#footer {
        border-radius: 15px 15px 0 0;
        overflow: hidden;
    }

    nav#header ul,
    nav#footer ul {
        width: 100%;
        margin: 0;
    }

    nav#header ul li,
    nav#header ul li a,
    nav#footer ul li a {
        height: 50px;
        line-height: 28px;
    }

    nav#header ul li a:hover,
    nav#footer ul li a:hover {
        color: #5A6374;
    }

    nav#header ul li.title {
        height: 50px;
        line-height: 50px;
        cursor: default;
        color: #EEE;
    }

    nav#header ul li.title i {
        display: none;
    }

    nav#header ul li {
        text-align: center;
        z-index: 2;
    }

    nav#header ul li:nth-child(2) {
        position: absolute;
        z-index: 1;
        left: 50px;
        right: 10px;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    nav#header ul li:first-child {
        width: 50px;
        float: left;
    }

    nav#header li.toggle span.icon-bar {
        display: block;
        width: 20px;
        height: 2px;
        border-radius: 1px;
        background-color: #fff;
        margin-top: 4px;
    }

    nav#header li.toggle span.icon-bar:first-child {
        margin-top: 7px;
    }

    nav#header li.toggle a:hover span.icon-bar {
        background: #5A6374;
    }

    .nav li.box.active>a {
        border-top: 0;
        padding-top: 14px;
        border-bottom: 3px solid #DDD;
    }

    .btn-action-bar {
        margin-bottom: 7px !important;
    }

    #espace-sidebar {
        border-radius: 0;
        background: #FFF;
    }

    .sidebar-wrapper {
        width: 100%;
        min-height: 100%;
        padding-bottom: 50px;
    }

    .sidebar-wrapper #menu-sidebar-nav.nav>li.active>a,
    .sidebar-wrapper #menu-sidebar-nav.nav>li.active>a:hover,
    .sidebar-wrapper #menu-sidebar-nav.nav>li.active>a:focus {
        color: #555;
        background-color: #FFF;
        border: 0;
    }

    .sidebar-wrapper .tab-content ul.nav>li a .label-new {
        border-color: #555;
    }

    .sidebar-wrapper .tab-content {
        min-height: 100%;
        background: #FFF;
        border-radius: 0;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .sidebar-wrapper .tab-content ul.nav>li a {
        color: #555;
    }

    .sidebar-wrapper .tab-content label.nav-header a,
    .sidebar-wrapper .tab-content label.nav-header {
        font-weight: normal;
        background: #F1F1F1;
        padding: 5px;
        color: #888;
        border-radius: 0;
        margin-bottom: 5px;
    }

    .sidebar-wrapper .tab-content label.nav-header a.pull-right {
        margin-top: -5px;
    }

    .sidebar-wrapper .tab-content ul.nav-tree label.tree-toggler {
        color: #555;
    }

    .sidebar-wrapper .tab-pane>ul.nav-pills,
    .sidebar-wrapper .tab-pane>.panel-group {
        margin-left: 8px;
        margin-right: 8px;
    }

    .sidebar-wrapper .panel-default .panel-heading>a {
        color: #555;
        font-size: 13px;
    }

    .sidebar-wrapper .panel-default .panel-body {
        background: #EEE !important;
    }

    .sidebar-wrapper #accordion-profil .panel-default .panel-heading>a img {
        width: 18px;
        height: 18px;
        margin-right: 7px;
    }

    .sidebar-wrapper ul.nav li.switch-user img {
        width: 18px;
        height: 18px;
        margin: 1px 0 0 0;
    }

    .sidebar-wrapper ul.nav li.switch-user .fa-spinner {
        width: 18px;
        height: 18px;
        line-height: 18px;
        margin: 2px 0 0 0;
        text-align: center;
    }

    .sidebar-wrapper ul.nav li.switch-user img+span,
    .navbar .dropdown-menu li.switch-user i+span {
        padding-left: 5px;
    }

    .sidebar-wrapper ul.nav li.switch-user a {
        overflow: hidden;
    }

    .sidebar-wrapper ul.nav li.switch-user .badge {
        background-color: #ff5757;
        margin: 3px 0 0 0 !important;
        border-radius: 2px;
        padding: 2px 4px;
        font-size: 11px;
    }

    .sidebar-wrapper #website-state-form {
        padding: 0 10px !important;
    }

    .sidebar-wrapper #website-state-form:before {
        right: 15px;
    }

    .sidebar-wrapper #website-state-form #website-state.form-control {
        color: #555;
        border-color: #555;
    }

    .form-group:after {
        content: "";
        display: block;
        overflow: hidden;
        clear: both;
    }

    nav#footer ul li {
        text-align: center;
        width: 25%;
        float: left;
    }

    nav#footer li.box a .badge-absolute {
        right: auto;
    }

    #content {
        padding: 10px;
    }

    #content-wrapper {
        padding: 0 !important;
    }


    /*************************
    NOTIFICATIONS
    *************************/
    .panel-notifs-historique {
        border: 0;
        border-radius: 0;
        margin: 0;
    }

    .panel-notifs-historique>.panel-subheading:first-child {
        border-radius: 0;
    }

    /*************************
    DATATABLE
    *************************/
    .dataTables_wrapper {
        padding: 0;
    }

    .dataTables_wrapper .header-container .dataTables_length {
        display: none;
    }

    .dataTables_wrapper .header-container .dataTables_filter {
        width: 100% !important;
        margin-top: 0 !important;
        padding: 10px;
    }

    .dataTables_wrapper .header-container .dataTables_filter label,
    .dataTables_wrapper .header-container .dataTables_filter input[type="search"] {
        width: 100%;
    }

    .dataTables_wrapper .header-container .dataTables_filter>label {
        height: 30px;
        margin: 0;
    }

    .dataTables_wrapper .footer-container .dataTables_info {
        display: none;
    }

    .dataTables_wrapper .footer-container .dataTables_paginate {
        padding: 8px;
        width: 100%;
    }

    .dataTables_wrapper .footer-container .dataTables_paginate .pagination {
        margin: 0 !important;
        display: table;
        width: 100%;
    }

    .dataTables_wrapper .footer-container .dataTables_paginate .pagination li {
        display: table-cell;
    }

    .dataTables_wrapper .footer-container .dataTables_paginate .pagination li a,
    .dataTables_wrapper .footer-container .dataTables_paginate .pagination li span {
        display: block;
        text-align: center;
        width: 100%;
        padding-left: 2px;
        padding-right: 2px;
        font-size: 12px;
    }

    div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:last-child {
        padding: 0;
    }
}


/**************/
/* IMPRESSION */
/**************/
@media print {
    .col-print-12 {
        width: 100%;
    }

    .col-print-6 {
        width: 50%;
    }

    .col-print-4 {
        width: 33.33333333%;
    }

    #wrapper {
        width: 100% !important;
    }

    #content-wrapper,
    #content-wrapper.empty-left-sidebar,
    #content-wrapper.empty-right-sidebar {
        padding: 0;
    }

    #content,
    .page-content {
        padding: 0;
    }

    .btn-action-bar {
        display: none;
    }

    .page-content {
        padding: 0;
    }

    .dataTables_wrapper {
        padding: 0;
    }

    .bloc-dashboard-container {
        border: 1px solid #CCC;
    }

    #fiche-match #match-infos,
    #fiche-evenement #evenement-infos {
        border: 1px solid #000;
        border-radius: 0;
    }

    #resultat-match h1,
    #resultat-match h1 .equipe-locaux,
    #resultat-match h1 .equipe-visiteurs {
        line-height: 1;
    }

    /* DATATABLE */
    .dataTables_wrapper .table {
        margin-bottom: 0 !important;
    }

    .dataTables_wrapper .ui-widget-header .dataTables_length,
    .dataTables_wrapper .ui-widget-header .dataTables_filter,
    .dataTables_wrapper .ui-widget-header .dataTables_paginate {
        display: none;
    }

    table.dataTable tfoot.filter-row {
        display: none;
    }

    .panel>.dataTables_wrapper .table {
        margin-bottom: 0 !important;
    }

    .panel>.dataTables_wrapper.no-footer .ui-widget-header {
        display: none !important;
    }

    /* LICENCE */
    .bloc-licence .panel {
        border: 1px solid #DDD !important;
    }
}

/**************/
/* APP */
/**************/

/* KIT COMM */
.app-banner-kitcom {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    height: 150px;
    margin-bottom: 5px;
    padding: 20px;
    border-radius: 4px;
}

.kitcom-new {
    background: url('../assets/img/app/background/bg-app.jpg'), linear-gradient(90deg, #16b84e 0%, #16b84e 100%);
    background-blend-mode: multiply;
    background-size: 100%;
    background-position: center 65%;
    background-repeat: no-repeat;
}

.kitcom-classic {
    background: url('../assets/img/app/background/bg-app.jpg'), linear-gradient(90deg, rgba(239, 86, 71, 1) 0%, rgba(239, 113, 71, 1) 100%);
    background-blend-mode: multiply;
    background-size: 100%;
    background-position: center 65%;
    background-repeat: no-repeat;
}

.app-banner-kitcom .content h3,
.app-banner-kitcom .content,
.app-banner-kitcom .dl-content {
    font-family: 'Lato', sans-serif;
    color: #FFF;
}

.app-banner-kitcom .content,
.app-banner-kitcom .dl-content {
    font-size: 16px;
    align-self: center;
}

.app-banner-kitcom .content {
    display: flex;
    align-items: center;
    height: 100%;
}

.app-banner-kitcom img {
    height: 105%;
    transform: rotate(-8deg);
    margin: 0 30px 0 0;
}

.app-banner-kitcom .content h3 {
    font-weight: 900;
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.app-banner-kitcom .content h3 a,
.app-banner-kitcom .content h3 a:hover,
.app-banner-kitcom .content h3 a:focus {
    color: #FFF;
    text-decoration: none;
}

.app-banner-kitcom .content p {
    margin: 0;
    line-height: 1;
}

.app-banner-kitcom .dl-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 3px solid #fff;
    border-radius: 50%;
    font-size: 14px;
    padding: 20px;
    width: 110px;
    height: 110px;
    margin-left: 15px;
}

.kitcom-classic .dl-content:hover,
.kitcom-classic a.dl-content:focus {
    background-color: #fff;
    color: rgba(239, 113, 71, 1);
    text-decoration: none;
}

.kitcom-new .dl-content:hover,
.kitcom-new a.dl-content:focus {
    background-color: #fff;
    color: #16b84e;
    text-decoration: none;
}

.kitcom-perso .dl-content:hover,
.kitcom-perso a.dl-content:focus {
    background-color: #fff;
    color: #900090;
    text-decoration: none;
}

.app-banner-kitcom .dl-content .fa {
    font-size: 35px;
    margin-bottom: 5px;
    margin-right: 0;
}

/* SCAN QR CODE */
#reader #reader__dashboard .html5-qrcode-element {
    margin: 10px 0;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid silver;
    border-radius: 4px;
    min-width: 50%;
}

/* NOTIFICATION MOBILE IOS & ANDROID */
.panel .notification-ios,
.panel .notification-android {
    margin-bottom: 20px;
    margin-left: 25%;
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    animation: slide-in 0.5s ease-out;
    font-size: 14px;
}

.panel-heading.title-mobile-notification {
    margin-left: 25%;
}

.panel .notification-android {
    border-radius: 5px;
    background-color: #e5eef5;
    color: black;
}

.panel .notification-ios {
    background-color: #dfdfdf;
    color: black;
}

.panel .notification-ios-content,
.panel .notification-android-content {
    display: flex;
    overflow: hidden;
}

.panel .notification-android-content {
    justify-content: space-between;
    align-items: center;
}

.panel .notification-android-content .logo-kal-message {
    display: flex;
}

.panel .notification-android-content .logo-kal-message img {
    align-self: center;
    border-radius: 18px;
    padding: 8px;
    background-color: white;
    border: 0.5px solid gray;
    width: 40px;
    height: 40px;
}

.panel .notification-ios-content img {
    width: 50px;
    height: 50px;
    border-radius: 10px;
}

.panel .notification-ios-content .date-logo {
    display: flex;
    flex-direction: column;
}

.panel .notification-ios-content .date-logo span {
    font-size: 12px;
    color: gray;
}

.panel .notification-ios-content .date-logo img {
    width: 30px;
    height: 30px;
    margin-top: 5px;
}

.panel .notification-ios-content img {
    align-self: center;
}

.panel .notification-ios-message {
    margin-left: 20px;
    flex-grow: 1;
}

.panel .notification-android-message {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

.panel .notification-android-message .header-date .datetime {
    color: gray;
    margin-left: 10px;
    font-size: 12px;
}

.panel .notification-android-content .logo-icon {
    display: flex;
}

.panel .notification-android-content .logo-icon img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.panel .notification-android-content .logo-icon i {
    color: gray;
    margin-left: 10px;
}

.panel .notification-ios-message .notification-ios-titre {
    font-weight: bold;
    display: block;
}

.panel .notification-android-titre {
    font-size: 15px;
    font-weight: bold;
}

.panel .notification-ios-message .notification-ios-message-visuel {
    display: block;
}

@keyframes slide-in {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* FORM REGLEMENT PAIEMENT EN LIGNE - MODE */
.bloc-cheques .form-options {
    display: flex;
    align-items: center;
}

.bloc-cheques .form-options label {
    margin-right: 20px;
}

.bloc-cheques .form-options .bloc-options {
    display: flex;
    align-items: baseline;
}

@media screen and (max-width: 860px) {
    .bloc-cheques .form-options {
        flex-direction: column;
    }
}