/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600);*/
@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,600);

/**********************   Couleurs ***********************
/ rouge : rgba(216,2,31,1);
/ vert : rgba(40,151,40,1)
/****************************************************/

body {
    /*font-family: 'Open Sans', 'sans-serif';*/
    /*font-family:'Calibri','Droid Sans',  'Open Sans', 'Arial', 'Helvetica', 'DejaVu Sans', 'sans-serif';*/
    font-family: 'Calibri', 'Droid Sans', 'Arial', 'Helvetica', 'DejaVu Sans', 'sans-serif';
    font-size: 1.5em;
    line-height: 1.2em;
    background: #22292e;
    padding-top: 30px;

    background-image: url(../images/image-principale.jpg);
    background-repeat: no-repeat;

    background-position: 0px 85px;
    background-attachment: fixed;
    background-size: auto;
}

.logoCooperlAccueil {
    width: 100%;
    float: left;
    /*position: absolute;*/
    left: 0px;
    top: 0px;
}

.modal.in .modal-dialog {
    margin-top: 105px;
}

.loader {
    background-image: url("/assets/images/ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: inline-block;
    width: 100%;
    height: 100%;
}

object {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
}


.panel-danger > .panel-body, .danger {
    color: #e8e9ea;
}

.bg-danger {
    color: #eee;
}

#contenuPagePortail > div, .panelaccueil {
    /*-moz-box-shadow: 0px 2px 5px 0px #cccccc;
    -webkit-box-shadow: 0px 2px 5px 0px #cccccc;
    -o-box-shadow: 0px 2px 5px 0px #cccccc;
    box-shadow: 0px 2px 5px 0px #cccccc;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, Direction=180, Strength=5);*/
    background: #fff;
    padding: 10px 20px 20px 20px;
    margin: 0 0 10px 0;
}

#contenuPagePortail {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 50px;
}

#contenuPageIndex {
    width: 100%;
    margin-top: 150px;
    margin-bottom: 50px;
}

@media (min-width: 992px) {
    #contenuPagePortail {
        width: 85%;
    }

    #contenuPageIndex {
        width: 85%;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (   min--moz-device-pixel-ratio: 1.5), only screen and (     -o-min-device-pixel-ratio: 3/2), only screen and (        min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
    #contenuPagePortail {
        width: 100%;
    }

    #contenuPageIndex {
        width: 100%;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 0.85em;
    }

    .menuNavigation > nav > div.nouveauMenu {
        width: 85%;
        margin: 0 0 0 15%;
    }
}

#contenuPageIndex > .row > div,
#rowActus > div > div {
    padding-left: 5px;
    padding-right: 5px;
}

table tr {
    background-color: #fff;
}

.glyphicon {
    cursor: pointer;
}

@media (min-width: 992px) {
    /* hover sur le menu extranet (fond blanc) */
    /*.mega-dropdown:hover > .mega-dropdown-menu{
      display:block;
    }*/
    body {
        background-size: 100%;
    }
}

#fondgris {
    background: rgba(0, 0, 0, .2);
}

/*.container.menuNavigation > div, .container.menuNavigation > nav {
  width:100%;
  position:absolute;
}
*/
.container.cheminfer {
    width: 70%;
    padding: 0;
}

.breadcrumb {
    border-radius: 0;
    margin: 70px auto 0 auto;
    color: #fff;
    background-color: rgba(50, 50, 50, .75);
    box-shadow: 0;

    /*width:98%;*/
    /*
    -moz-box-shadow: 0px 1px 3px 0px #cccccc;
    -webkit-box-shadow: 0px 1px 3px 0px #cccccc;
    -o-box-shadow: 0px 1px 3px 0px #cccccc;
    box-shadow: 0px 1px 3px 0px #cccccc;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, Direction=180, Strength=5);*/
}

.table-responsive {
    overflow-x: initial;
}

.glyphicon {
    line-height: 1.5;
    font-size: .8em;
}

li {
    list-style: none;
    list-style-position: inside;
}

.lateral {
    width: 100%;
    display: inline-block;
    border-radius: 4px;
    background-color: #fff;
    font-size: 1.1em;
    color: #888;
}

.lateral li > ul {
    padding-left: 10px;
    padding-right: 0;

}

.lateral li > span {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    white-space: normal;
}

.lateral > li > a {
    display: inline-block;
    clear: none;
}

.lateral > li > form > .form-group {
    margin-bottom: -11px;
}

.lateralAdminDiv {
    padding: 3px 5px;
    display: inline-block;
    line-height: 1.428571429;
    white-space: normal;
}

.liLateral {
    height: 24px;
    padding-top: 2px;
    margin-bottom: 12px;
}

/* améliorations dataTables */
div.dataTables_paginate ul.pagination {
    white-space: nowrap;
    margin: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
}

.dataTables_scroll {
    float: left;
    margin-bottom: 10px;
}

.dataTables_filter {
    width: 100%;
}

/* page d'accueil */
.panelaccueil {
    padding: 0 15px 20px 10px;
    height: 190px;
    overflow: hidden;
    position: relative;
}

.motaccueil {
    padding: 0;
    height: auto;
}

@media (min-width: 768px) {
    .motaccueil {
        height: 440px;
        overflow: hidden;
        padding: 0 0px 10px 10px;
    }

}

.panelaccueil h4.accueil {
    margin: 0 0 10px -10px;
    padding: 4px 8px;
    width: auto;
    clear: none;
    background-color: #e8e9ea;
    display: inline-block;
    text-transform: uppercase;
    z-index: 500;
}

/*.panelaccueil.bg-danger {
  background-color: #f2dede;
}*/

.panelaccueil.bg-info {
    background-color: #d9edf7;
}

.panelaccueil.bg-success {
    background-color: #dff0d8;
}

/* lien discret sur toute la box */
.panelaccueil > a {
    text-decoration: none;
    color: #333;
}

.panelaccueil > a:hover {
    text-decoration: none;
    color: #333;
}

.panelaccueil li {
    list-style: initial;
}

.liresuite {
    width: 85%;
    bottom: .7em;
    right: 6px;
    position: absolute;
    height: 1.5em;
    text-align: right;
    padding-right: 5px;
    color: #428bca;

    background: -moz-linear-gradient(left, rgba(255, 255, 255, .2) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, .2)), color-stop(70%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, .2) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255, 255, 255, .2) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255, 255, 255, .2) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(255, 255, 255, .2) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1); /* IE6-9 */

}

.liresuite:hover {
    text-decoration: underline;

}

.panelaccueil-carousel {
    height: 145px;

}

.panelaccueil-carousel .carousel-indicators {
    bottom: 0;
    margin: 0;
    background-color: rgba(127, 127, 127, .5);
    width: 100%;
    left: 0px;
    padding-bottom: 2px;
}

.panelaccueil-carousel .carousel-indicators li {
    height: 7px;
    width: 7px;
    padding-left: 0;
    margin-left: 0;
}

.panelaccueil-carousel .carousel-indicators li.active {
    margin: 1px;
}

.panelaccueil-carousel .carousel-caption {
    /*bottom:40px;*/
    max-height: 80px;
    right: 15%;
    left: 15%;
    /* padding: 0 2px 10px 2px;*/
    text-align: left;
    /*background-color:#000;*/

}

.panelaccueil-carousel .carousel-titre {
    position: absolute;
    z-index: 10;
    color: #fff;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);

    top: 0;
    max-height: 70px;
    right: 0;
    left: 0;
    padding: 0 0 0 3px;
    background-color: rgba(127, 127, 127, .6);

}

.accueilpa .listepa {
    overflow: auto;
    height: 135px;
    padding: 0;
    margin-left: -10px;
    margin-right: -15px;
}

.accueilpa a {
    display: block;
    color: #333;
    overflow: hidden;
    max-height: 3em;
}

.accueiltops {
    height: 190px;
    padding: 0;
    margin-left: -10px;
    margin-right: -15px;
    border-radius: 0;
}

.accueiltops > h4 {
    margin-left: 0;
    position: absolute;
}

.accueiltopheading > li > a {
    padding: 5px;
}

.accueiltoppanel {
    overflow: auto;
    height: 145px;
    padding: 0;
}

.liensutiles a {
    color: #777;
    margin: 0 5px 10px 5px;
    /*font-style:italic;*/
    text-decoration: underline;
}

.liensutiles a:hover, .liensutiles .liresuite:hover {
    color: #333;
}

.liensutiles .col-md-6, .liensutiles .col-xs-12 {
    padding: 0 0 10px 10px;

}

.liensutiles .liresuite {
    position: absolute;
    top: 5px;
    right: 15px;
    color: #777;
    font-style: italic;
    text-decoration: underline;
    width: auto;
}

/* fin page d'accueil */

/* Calendrier */
.jour {
    background-color: #fff;
    border-radius: 4px;
    moz-box-shadow: 0px 0px 3px rgba(200, 200, 200, 0.3);
    -webkit-box-shadow: 0px 0px 3px rgba(200, 200, 200, 0.3);
    box-shadow: 0px 0px 3px rgba(200, 200, 200, 0.3);
    text-align: center;
    /*margin:2px 5px;*/
    float: left;
    width: 100%;
    border: 1px solid rgba(200, 200, 200, 0.3);
}

.jour > .pull-right {
    margin-right: 2px;
    margin-top: 2px;

}

@media (min-width: 768px) {
    .jour {
        width: 14%;
        padding: 0;
    }

    .jour-contenu {
        height: 4.5em;
        overflow: auto;
    }

}

.jour-date {
    border-radius: 3px 3px 0 0;
    padding: 1px;
    width: 100%;
    border-bottom: 1px solid rgba(200, 200, 200, 0.3);
    border-radius: 3px 3px 0 0;
}

.jour-date > h3 {
    font-size: 1em;
    margin: 2px;
    line-height: 1.2em;
}

.jour-semaine > h3 {
    font-weigth: bold;
    /*text-shadow: 0px -1px 0px rgba(127,127,127,0.5);*/
    font-size: 1.2em;
    line-height: 1em;
}

.jour-jourdhui {
    color: #fff;
    background: rgba(216, 2, 31, 1);
    background: -moz-linear-gradient(top, rgba(216, 2, 31, 1) 0%, rgba(207, 4, 4, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(216, 2, 31, 1)), color-stop(100%, rgba(207, 4, 4, 1)));
    background: -webkit-linear-gradient(top, rgba(216, 2, 31, 1) 0%, rgba(207, 4, 4, 1) 100%);
    background: -o-linear-gradient(top, rgba(216, 2, 31, 1) 0%, rgba(207, 4, 4, 1) 100%);
    background: -ms-linear-gradient(top, rgba(216, 2, 31, 1) 0%, rgba(207, 4, 4, 1) 100%);
    background: linear-gradient(to bottom, rgba(216, 2, 31, 1) 0%, rgba(207, 4, 4, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8021f', endColorstr='#cf0404', GradientType=0);
}

.jourdhui > h3 {
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1em;
}

.jour-horsmois {
    background: rgba(200, 200, 200, 0.2);
    color: rgba(100, 100, 100, 0.4);
}

.jour-defaut {
    background: rgba(0, 0, 89, 0.5);
    color: #fff;
}

.jour-contenu {
    padding: 1px 2px;
    /*height:4em;*/
    overflow: auto;
}

.jour-contenu > ul {
    text-align: left;
    list-style-type: none;
    margin: 0px;
    padding: 0;
    height: 4.3em;

}

.jour-contenu > ul > li {
    hoverflow: hidden;
    white-space: nowrap;
    width: 100%;
    color: #fff;
    padding: 0px 2px;
}

/* Fond par type de marché */
.type_1 {
    background: rgba(100, 100, 100, 1);
}

.type_2 {
    background: rgba(216, 2, 31, 1);
}

.type_3 {
    background: rgba(40, 151, 40, 1);
}

.checkbox.type_1,
.checkbox.type_2,
.checkbox.type_3 {
    color: #fff;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #cccccc;
    content: ">\00a0";
}

.breadcrumb a {
    color: #ccc;
}

/* et le pied de page */
/*
#footer {
position: fixed;
bottom: 0;
width: 100%;
left:0;
height: 10px;
background-color: rgba(220,220,220,0.9);
z-index: 40;
border-top:10px solid rgba(40,151,40,0.8);

-moz-box-shadow: 0px -1px 9px 0px #999;
-webkit-box-shadow: 0px -1px 9px 0px #999;
-o-box-shadow: 0px -1px 9px 0px #999;
box-shadow: 0px -1px 9px 0px #999;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#999, Direction=90, Strength=9);
}
#footer:hover {
height:100px;
overflow: auto;
}
#footer> .container {
color:#fff;
margin-left:auto;
margin-right:auto;
padding-top:10px;
text-align:center;
}
#footer a {
color:#ffffff;
text-decoration : none;

}
#footer a:hover {
font-weight:bold;
}
#footer img {
max-height: 70px;
max-width: 150px;
margin-left:20px;

}
*/

#footer {
    text-align: center;
    width: 100%;
    color: #777;
    font-size: .8em;
    padding-bottom: 10px;
}

#footer a {
    color: #999;
    text-decoration: underline;
    font-weight: bold;
}

#footer a:hover {
    color: #ddd;
}

#toTop {
    position: fixed;
    /*bottom:50px;*/
    /*bottom : 20%;*/
    bottom: 25px;
    /*right:30px;*/
    right: 1%;
    margin: 5px;
    /* Rond : ;*/
    /*padding:2px 5px 2px 5px;
    border-radius:30px;
    */
    /* Carré : */
    padding: 8px 11px 8px 11px;
    border-radius: 4px;

    /* background-color:rgba(40,151,40,0.65);*/
    display: none;
}

#toTop a {
    color: #fff;
    text-decoration: none;
}

#toTop:hover {
    /*background-color:#d8021f;*/ /*d81F2A*/
}

label.obligatoire::after {
    padding-left: 3px;
    content: "*";
    color: rgba(216, 2, 31, 1);

}

.editable-click, a.editable-click, a.editable-click:hover {
    border-bottom: inherit;
}

.scrollable {
    overflow-y: auto;
}

/* Scrollbars for Chrome */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(216, 2, 31, 1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(216, 2, 31, 1);
}

/* Scrollbars for IE */
body {
    scrollbar-base-color: #d8021f;
    scrollbar-3dlight-color: #fff;
    scrollbar-highlight-color: rgba(216, 2, 31, .5);
    scrollbar-track-color: #EBEBEB;
    scrollbar-arrow-color: black;
    scrollbar-shadow-color: #C0C0C0;
    scrollbar-dark-shadow-color: #333;
}

/* JS Tree */
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    margin-left: 0px;
}

.flaticon-rural32:before, .flaticon-rural32:after, .flaticon-hog:before, .flaticon-hog:after, .flaticon-pig1:before, .flaticon-pig1:after {
    font-size: 30px;
}

/* Panels with nav tabs */

.panel.with-nav-tabs > .panel-heading {
    padding: 5px 5px 0px 5px;
}

.panel.with-nav-tabs .nav-tabs {
    border-bottom: none;
}

.panel.with-nav-tabs .nav-justified {
    margin-bottom: -1px;
}

/********************************************************************/
/*** PANEL DEFAULT ***/
.with-nav-tabs.panel-default .nav-tabs > li > a,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    /*color: #888;*/
}

.with-nav-tabs.panel-default .nav-tabs > .open > a,
.with-nav-tabs.panel-default .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-default .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #888;
    background-color: #ddd;
    border-color: transparent;
}

.with-nav-tabs.panel-default .nav-tabs > li.active > a,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
    color: #555;
    background-color: #fff;
    border-color: #ddd;
    border-bottom-color: transparent;
}

.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f5f5f5;
    border-color: #ddd;
}

.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #888;
}

.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #ddd;
}

.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #555;
}

/********************************************************************/
/*** PANEL PRIMARY ***/
.with-nav-tabs.panel-primary .nav-tabs > li > a,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
    color: #fff;
}

.with-nav-tabs.panel-primary .nav-tabs > .open > a,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
    color: #fff;
    background-color: #3071a9;
    border-color: transparent;
}

.with-nav-tabs.panel-primary .nav-tabs > li.active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
    color: #428bca;
    background-color: #fff;
    border-color: #428bca;
    border-bottom-color: transparent;
}

.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #428bca;
    border-color: #3071a9;
}

.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #fff;
}

.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #3071a9;
}

.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    background-color: #4a9fe9;
}

/*.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
    background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
}*/

.rubanBeta {
    height: 40px;
    position: fixed;
    top: 17px;
    left: -30px;
    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
    z-index: 0;
}

/* styles pour l'admin des menus */
.menuExistantProfil {
    margin: 0;
    padding: 0;
}

.menuExistantProfil li {

}

.menuExistantProfil li span {
    margin-left: 3px;
}

.listeDroits label {
    font-weight: normal;
}

/* Style pour les petites annonces */
#tableauAutres > tbody > tr > td {
    vertical-align: top;
}

/* iframe pour l'aide */

.iframeAide {
    border: 1px solid #ccc;
    border-top: 0;
    background: #f0f0f0;
    moz-box-shadow: 0px 0px 3px rgba(200, 200, 200, 0.5);
    -webkit-box-shadow: 0px 0px 3px rgba(200, 200, 200, 0.5);
    box-shadow: 0px 0px 3px rgba(200, 200, 200, 0.5);

    padding: 0;
    width: 100%;
    height: 200px;
}

#carousel-collapse {
    z-index: 900;
}

/*    styles pour le carousel des messages    */
#carousel-messages {
    margin-bottom: 5px;
    overflow: hidden;
    border: 1px solid #ddd;
    /*background: rgba(127,127,127,.8);*/
    background: rgba(40, 151, 40, 0.8);
    /*height:200px;*/
    height: 150px;
    line-height: 1.1em;

}

@media (min-width: 768px) {
    #carousel-messages {
        margin-left: -10px;
    }
}

#carousel-messages .carousel-control {
    width: auto;
}

#carousel-messages .carousel-control .glyphicon {
    text-align: center;
    position: absolute;
    z-index: 5;
    display: inline-block;
    width: 40px;
    height: 100px;
    color: rgba(255, 255, 255, 1);
    /*color:#333;*/
    /*border-radius:50%;*/
    font-weight: normal;
    font-size: .8em;
    top: 15px;
}

#carousel-messages .carousel-titre, #carousel-messages .carousel-indicators {
    background-color: rgba(255, 255, 255, .2);
}

#carousel-messages .carousel-titre {
    height: 25px;
}

#carousel-messages .carousel-caption {
    max-height: 120px;
}

.carousel-titre-content {
    /*background-color:rgba(255,255,255,.2); */
    margin: 0 0 10px 0px;
    padding: 4px 8px;
}

#carousel-messages .left .glyphicon {
    /*margin:-20px 0 0 -20px;
    padding:12px 0 0 15px;*/
    padding: 40px 0px 0 15px;
}

#carousel-messages .right .glyphicon {
    /*margin:-20px -20px 0 0px;
    padding:12px 15px 0 0;*/
    padding: 40px 15px 0 0;
}

#carousel-messages .bottom {
    margin: 0 0 0 48%;
}

#carousel-messages .bottom .glyphicon {
    margin: 0 0 2px 0;
    top: auto;
    bottom: -32px;
    padding: 0px 5px 5px 7px;
    font-size: .5em;
}

#carousel-messages .item {
    font-weight: bold;
    color: #fff;
    padding: 10px 10px 10px 10px;
    text-align: center;
    height: 150px;
}

.bg-black {
    color: #fff;
    background-color: #333;
}

/* Admniistration de la bibliothèque technique */
#bib_nav {

}

#bib_enfants {

}

#bib_enfants p:hover {
    cursor: pointer;
}

/* actus */
#categNav {
    padding: 0 5px 5px 5px;
    height: auto;
    background-color: rgba(50, 50, 50, .75);
    /*background-image: url(/assets/images/menu.jpg);*/
}

#categNav a {
    fonct-weight: bold;
    color: #fff;
}

#categNav a:hover,
    /*#categNav a:active,
    #categNav a:focus,*/
#categNav a.active {
    background-color: rgba(216, 2, 31, 1);

}

.bootbox-body .magnify,
.bootbox-body h5 {
    display: none;
}

.bootbox-body .actuRub {
    float: right;
    background-color: rgba(216, 2, 31, .7);
    color: #fff;
    padding: 7px;
    margin-top: -15px;
}

.bootbox-body {
    padding-bottom: 5px;
}

/* acueil */
.actus {
    padding: 0 15px 25px 10px;
    height: auto;
    /*max-height:200px;*/
    overflow: hidden;
    position: relative;
    background-color: #fff;
    margin-bottom: 10px;
}

.dateActu {
    width: 100%;
    text-align: right;
    color: #666;
    border-bottom: 1px solid #999;
    margin: 5px 0 10px 0;
    font-style: italic;
    font-size: .9em;
    position: absolute;
    bottom: -10px;
    right: 0px;
    background-color: rgba(255, 255, 255, .8);
    padding: 5px 10px;
}

.titreActu {
    color: rgba(220, 36, 31, 1);
    font-weight: bold;
}

/* meteo */
.jourMeteo {
    float: left;
    width: 20%;
    min-width: 50px;
    border-right: 1px solid rgba(200, 200, 200, .4);
    padding: 0 2px 0 0;
}

.jourMeteo .dateMeteo {
    text-align: center;
    color: #777;
    font-size: 1.2em;
}

.jourMeteo .jsemMeteo {
    font-size: .8em;
}

.jourMeteo .iconeMeteo {
    text-align: center;
}

.jourMeteo .iconeMeteo img {
    margin: 0 auto;
    width: 50px;
}

.jourMeteo .ventMeteo {
    text-align: center;
    color: #777;
    font-size: .8em;
    line-height: normal;
    width: 45px;
    margin: 5px auto;
}

.jourMeteo .ventMeteo img {
    max-height: 20px;
    float: left;
}

.jourMeteo .pluieMeteo {
    text-align: center;
    color: #777;
    font-size: .9em;
    line-height: normal;
    width: 47px;
    margin: 5px auto;
    /*padding-top:2px;*/
}

.jourMeteo .pluieMeteo img {
    max-height: 20px;
    float: left;
    margin-top: 2px;
    margin-bottom: 10px;
}

.nav .tooltip {
    background: transparent;
}

/* ajout pour le datatables de la saisie des commande saliments */
#listeArticles_filter {
    text-align: left;
    float: left;
}

#listeArticles_wrapper {
    overflow: hidden;
}

/******   Messages défilants pour l'aliment *******************/
#carousel-aliment {
    height: 175px;
    /*width:80%;*/
    margin: 5px auto 10px auto;
}

#carousel-aliment .carousel-inner, #carousel-aliment .item {
    height: 175px;
    width: 100%;
    margin: 0 auto 10px auto;
}

#carousel-aliment .glyphicon-chevron-right, #carousel-aliment .glyphicon-chevron-left {
    font-size: .7em;
    padding-top: 5px;
}

#carousel-aliment .carousel-indicators {
    bottom: 0;
    margin: 0;
    background-color: rgba(127, 127, 127, .5);
    width: 100%;
    left: 0px;
    padding-bottom: 2px;
}

#carousel-aliment .carousel-indicators li {
    height: 7px;
    width: 7px;
    padding-left: 0;
    margin-left: 0;
}

#carousel-aliment .carousel-indicators li.active {
    margin: 1px;
}

#carousel-aliment .carousel-caption {
    right: 15%;
    left: 15%;
    text-align: left;
}

#carousel-aliment .carousel-titre {
    position: absolute;
    z-index: 10;
    color: #fff;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);

    top: 0;
    max-height: 70px;
    right: 0;
    left: 0;
    padding: 0 0 0 3px;
    background-color: rgba(127, 127, 127, .6);

}

/*************** ligne comande aliment *****/
.ligneCommande_I td:first-of-type {
    padding-left: 30px;
    font-style: italic;
}

#recapCommande .glyphicon {
    display: none;
}

/************************************************* page des administrateurs *******************************/
.zoneGeo {
    background-color: rgba(216, 2, 31, 1);
    color: #fff;
    font-weight: bold;
    padding: 4px;
}

.boxAdministrateur {
    margin: 10px 0px 20px 0px;
    border: 1px solid rgba(127, 127, 127, .3);
}

.boxAdministrateurEnTete {
    background-color: #f5f5f5;
    height: 40px;
}

.boxAdministrateurCoord {
    padding: 5px 5px 5px 5px;
    height: 100px;
}

.boxAdministrateurPhoto {
    float: right;
    text-align: right;
}

.boxAdministrateurPhoto img {
    margin: 10px;
    width: 80px;
    height: 100px;
    background-color: #fff;
}

.boxAdministrateurAncre {
    margin-top: -100px;
    position: relative;
}

.bootbox-body {
    min-height: 125px;
}

.my-custom-alert .bootbox-body {
    min-height: 5px;
}

.table-container {
    height: 15em;
}

.table-container table {
    display: flex;
    flex-flow: column;
    height: 100%;
    width: 100%;
}

.table-container table thead {
    /* head takes the height it requires,
    and it's not scaled when table is resized */
    flex: 0 0 auto;
    width: calc(100% - 0.9em);
}

.table-container table tbody {
    /* body takes all the remaining available space */
    flex: 1 1 auto;
    display: block;
    overflow-y: scroll;
}

.table-container table tbody tr {
    width: 100%;
}

.table-container table thead, .table-container table tbody tr {
    display: table;
    table-layout: fixed;
}

/* Nouveau SIDE */
li.repertoire {
    cursor: pointer;
}

a.pointer-only {
    cursor: pointer;
    text-decoration: none;
}
