
html{
    background-color: #edf3f6;
}

body{
    color: #5c5c5c;
    font-family: Verdana, sans-serif;
    padding: 0;
    margin: 0;
    font-size: 15px;
    max-width: 1600px;
    margin: auto;
    background-color: white;
}

/* ----- HEADER --------- */

header{
    width: 100%;
    margin: 0;
    border: 0px;
    height: 130px;
    min-height: 130px;
    float: left;
}

.nav>li{
    margin-bottom: -1px;
}

.header-inner{
    padding: 15px 30px 0 30px;
    position: relative;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

.brand{
    display: inline-block;
    width: 553px;
    float: left;
    padding: 15px 0;
    font-size: 18px;
    line-height: 20px;
    margin-top: -1px;
    position: relative;
    z-index: 1000;
}

.slogan{
    position: relative;
    font-size: 23px;
    color: #000;
    line-height: 22px;
    top: 94px;
}

.slogan span{
    color: #0099CC;
}

.login{
    float: right;
    margin-top: -15px;
}

.login a{
    padding-right: 35px;
}

.signIn{
    clear: both;
    float: right;
    font-size: 120%;
    text-align: right;
    position: relative;
    top: -70px;
}

header .languages{
    float: right;
    margin-right: 20px;
    margin-top: -18px;
}


/* ----- RECHERCHE --------- */

.search{
    width: 100%;
    padding: 20px 1% 8px 1%;
    background-color: #e1e1e1;
    float: left;
}
.search .btn-lg.blue{
    background-image: url(../img/search.png);
    padding-left: 35px;
    background-repeat: no-repeat;
    background-position: left center;
    text-transform: uppercase;
}


/* ----- MENU --------- */

nav{
    width: 100%;
    float: left;
    background-color: #5f5f5f;
    color: #fff;
    margin-bottom: 35px;
    padding-left: 0;
    padding-right: 0;
}

nav ul{
    margin: 0;
    padding: 0;
    width: 100%;
}

nav ul li{
    position: relative;
}

nav ul li a:hover{
    background-color: #118ACB!important;
}

nav ul.dropdown-menu{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    list-style: none;
    text-shadow: none;
    padding: 0px;
    margin: 0px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    border: 1px solid #ddd;
    min-width: 100%;
    width: 160px;
    display: none;
}

nav ul.dropdown-menu:hover{
    display: block;
}

nav ul.dropdown-menu li{
    width: 100%;
}

nav ul.dropdown-menu li > a {
    padding: 10px 2px 10px 6px;
    color: #333;
    text-decoration: none;
    display: block;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    padding: 12px 8px;
    width: 100%;
    text-align: left;
    white-space: normal;
}

nav ul.dropdown-menu li > a:hover{
    background-color: #efefef!important;
}

nav li {
    width: auto;
    text-align: center;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    float: left;
}

nav li a{
    padding: 12px 8px;
    color: #fff;
    position: relative;
    display: block;
    text-decoration: none;
}

nav li a.home{
    text-indent: -9999px;
    background: url(../img/home.png) no-repeat center;
    width: 50px;
}

nav li a:hover,nav li.active a {
    background-color: #118ACB;
    color: #fff;
}

nav li a.dropdown-toggle{
    padding-right: 35px;
    background-image: url(../img/chevron.png);
    background-repeat: no-repeat;
    background-position: right center;
}

nav li a.dropdown-toggle:hover+ul.dropdown-menu{
    display: block;
}

.menu-mobile-icon{
    display: none;
}

/* ----- CONTENU --------- */

.page-title{
    padding: 0px;
    font-size: 28px;
    letter-spacing: -1px;
    display: block;
    color: #00438A;
    margin: 30px 0px 25px 0px;
    font-weight: 300;
    font-family: Verdana, sans-serif;
    line-height: 1.1;
}

.page-title small a{
    font-size: 19px;
    letter-spacing: 0px;
    font-weight: 300;
    text-decoration: none;
}

.page-title small a:hover{
    text-decoration: underline;
}

.video {
    position: relative;
}

.media{
    margin-bottom: 55px;
    position: relative;
}

.media .logo {
    position: absolute;
    top: 19%;
    left: 33%;
    text-align: center;
    width: 33%;
}

.media img {
    max-width: 100%;
    height: auto;
}

.media .title {
    font-size: 16px;
    margin: 15px 0 5px 0;
    float: left;
    max-width: 75%;
}

.media .title a {
    color: #000000;
    text-decoration: none;
}

.media .score{
    float: right;
}

.media .title a:hover{
    text-decoration: underline;
}

.media .type {
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-top: 13px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.media .type.video {
    background-image: url(../img/type-video.png);
    bottom: 0;
    margin-right: 0;
}
.media .type.audio {
    background-image: url(../img/type-audio.png);
}
.media .type.picture {
    background-image: url(../img/type-picture.png);
}
.media .type.document {
    background-image: url(../img/type-document.png);
    width: 54px;
}

.media .author {
    margin-bottom: 10px;
/*    display: none; */
}

.media .date {
    clear: both;
    float: left;
    padding-top: 7px;
}

li.icon-star-empty,li.icon-star{
    display: inline-block;
    width: 16px;
    height: 13px;
    background-image: url(../img/etoiles.png);
    text-align: center;
    background-position: center top;
    background-repeat: no-repeat;
}

li.icon-star-empty{
    background-position: center bottom;
}

.media .time, .media .live {
    float: left;
    background-color: #004990;
    color: #FFFFFF;
    text-align: center;
    height: 28px;
    padding-top: 2px;
    width: 55px;
    margin-right: 10px;
    text-transform: uppercase;
}

.media .live {
    width: 60%;
    float: right;
}

.media ul.stars {
    float: left;
    margin: 0;
    padding: 0;
}

.media ul.stars li {
    float: left;
    list-style-type: none;
    padding: 0;
    margin: 0;
    color: #004990;
}

[class*="span"] {
    float: left;
    margin-left: 20px;
    min-height: 1px;
}

/* ----- FOOTER --------- */

footer {
    padding: 30px 50px 30px 50px;
    background-color: #3d3d3d;
}

footer .footer-inner {
    color: #999999;
    float: left;
}

footer .footer-inner a {
    color: #FFFFFF;
    text-decoration: none;
}

footer .footer-inner a:hover{
    text-decoration: underline;
}

footer .footer-tools {
    float: right;
    display: inline-block;
}

footer .footer-tools .go-top {
    background-color: #4f4f4f;
    height: 22px;
    width: 26px;
    display: block;
    text-indent: -9999px;
    background-image: url(../img/top.png);
    cursor: pointer;
}

footer .footer-tools .go-top:hover{
    opacity: 0.8;
}


/* ----- BOUTONS --------- */

a{
    color: #0099CC;
}
a:hover{
    color: #004990;
}

.btn{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    padding: 7px 14px;
    font-size: 14px;
    text-decoration: none;
    -webkit-order-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn-lg{
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1.33;
    vertical-align: middle;
}

.btn.blue{
    color: white;
    text-shadow: none;
    background-color: #118ACB;
}
.btn.blue:hover, .btn.blue:focus, .btn.blue:active, .btn.blue.active, .btn.blue[disabled], .btn.blue.disabled {
    background-color: #004990;
}


/* ----- GÉNÉRAL --------- */

.clearfix{
    clear: both;
}

.page-content{
    margin-left: 0px;
    margin-top: 0px;
    min-height: 760px;
    padding: 25px 30px 20px 30px;
}

.page-content .row .col-md-3{
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-right: -6px;
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    display: block;
    width: 100%;
    vertical-align: middle;
    font-family: Verdana,sans-serif;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    border-color: #999999;
    outline: 0;
}

.input-lg {
    height: 45px;
    padding: 10px 16px;
}

select.input-lg {
    height: 45px;
    line-height: 45px;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
    float: left;
}

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

.col-md-6{
    width: 50%;
}

.col-md-4{
    width: 33.33333333333333%;
}

.col-md-2 {
    width: 16.666666666666664%;
}

.row{
    margin-left: -15px;
    margin-right: -15px;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container.col-md-9{
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
}
.container.col-md-3{
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
}
.container.col-md-3 .btn-group-vertical{
    width: 100%;
    border-radius: 0;
}
.container.col-md-3 .btn-group-vertical .btn{
    border-radius: 0;
    margin-bottom: 2px;
    text-align: left;
}

/* Basket */
.basket{
    float: right;
    clear: right;
    margin-top: 10px;
}


/* ----- MEDIA QUERIES --------- */

@media only screen and (max-width: 1400px){
    .media .logo {
        top: 10%;
        width: 45px;
        height: 45px;
        left: 39%;
    }

    .media ul.stars {
        width: 100%;
        margin-top: 10px;
    }

    .media .live {
        width: 50%;
    }
}

@media only screen and (max-width: 1600px){
    .media .logo {
        top: 19%;
    }
}
@media only screen and (max-width: 1500px){
    .media .logo {
        top: 19%;
    }
}

@media only screen and (max-width: 1170px){
    nav li a {
        font-size: 13px;
    }
    .col-md-2 {
        width: 33.3334%;
    }
    .media .logo {
        top: 14%;
        width: 45px;
        height: 45px;
        left: 41%;
    }
    .search .col-md-6 {
        width: 40%;
    }
    .search .col-md-2 {
        width: auto;
    }
}

@media only screen and (max-width: 992px){
    .container.col-md-9{
        width: 100%;
    }
    .container.col-md-3{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    header {
        position: relative;
        clear: both;
        height: 150px;
    }
    header .brand {
        position: absolute;
        top: 40px;
        left: 17px;
        width: 170px;
        z-index: 1000;
    }
    header .brand {
        margin-left: 0px !important;
        padding-left: 0px !important;
    }
    .slogan {
        position: absolute;
        left: 207px;
        top: 119px;
    }
    header .languages {
        float: none;
        position: absolute;
        top: 10px;
        left: 20px;
        margin-top: 0;
    }
    header .brand {
        margin-left: 0px !important;
        padding-left: 0px !important;
    }
    header .brand img {
        margin-left: 4px;
    }
    header .login {
        margin-top: 0;
    }
    header .header-inner{
        padding: 15px 20px 0 30px;
    }
    header .signIn {
        position: absolute;
        top: 65px;
        right: 20px;
    }
    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{
        padding-left: 5px;
        padding-right: 5px;
    }
    .col-md-2 {
        width: 50%;
        float: left;
    }
    .media{
        padding-left: 15px;
        padding-right: 15px;
    }
    .media .logo{
        top: 17%;
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 800px){
    .btn-lg {
        font-size: 14px;
        padding: 13px 10px;
    }
}

@media (max-width: 767px){
    nav{
        display: none;
    }
    nav li{
        width: 100%;
    }
    nav li a.home {
        width: 100%;
    }
    nav li a.dropdown-toggle{
        padding-right: 10px;
        background-image: none;
    }
    nav ul.dropdown-menu{
        display: block;
        position: static;
    }
    nav ul.dropdown-menu li > a{
        text-align: center;
    }
    .menu-mobile-icon{
        display: block;
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
    }
}

@media (max-width: 710px){
    .search .col-md-6,.search .col-md-4,.search .col-md-2{
        width: 100%;
    }
    .search .col-md-2 {
        width: auto;
    }
}

@media (max-width: 650px){
    header .brand {
        top: 60px;
        width: 130px;
    }
    .slogan, .slogan span {
        font-size: 17px;
        line-height: 18px;
    }
    .slogan {
        left: 167px;
        top: 123px;
    }
    .dropdown.user a.dropdown-toggle, .languages {
        font-size: 12px;
    }
    .page-content{
        padding: 25px 20px 20px 20px;
    }
    header .header-inner{
        padding: 10px;
    }
    header .languages{
        left: 10px;
    }
    header .brand{
        left: 6px;
    }
    .slogan {
        left: 150px;
    }
    .media{
        padding-left: 0;
        padding-right: 0;
    }
    footer{
        padding: 20px 10px;
    }
}

@media (max-width: 550px){
    .col-md-2 {
        width: 100%;
        float: left;
    }
    .media .logo{
        left: 43%;
        top: 21%;
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 480px){
    header .languages {
        top: 60px;
        position: absolute;
        z-index: 6000;
    }
    header .brand {
        top: 80px;
    }
    .slogan{
        display: none;
    }
    header .login{
        position: absolute;
        top: 10px;
        right: 10px;
    }
    .basket{
        position: absolute;
        top: 52px;
        right: 10px;
        width: 150px;
        text-align: right;
        font-size: 12px;
    }
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

.container{
    margin: 0;
    padding: 0;
    width: 100%;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* ADD JDE */

.btn-group{
    margin-bottom: 20px;
}
.btn-primary:active, .btn-primary.active{
    background-color: #118ACB;
    box-shadow: none;
}
.btn{
    text-shadow: none; 
    border: 0;
    box-shadow: none;
}
.btn-default{
    background: #e1e1e1;
}
.btn-default:hover{
    background: #bebebe;
}
.btn-group .btn,.btn-group .btn:hover{
    border-left: 1px solid #bbbbbb;
}
.btn-group .btn:hover{
    background-color: #5f5f5f;
    color: white;
}
.btn-group .btn:first-child{
    border: 0;
}

.media .wrapImg{
    position: relative;
    text-align: center;
    overflow: hidden;
}

.media .imgContenu{
    position: absolute;
    width: 100%;
    height: auto;
}

.media .logo{
    z-index: 2;
}

.LimelightEmbeddedPlayer object{
    /*width: 100%;*/
    max-width: 850px;
}

.well{
    border-radius: 0;
    box-shadow: none;
    border: 0;
}

.dl-horizontal dt{
    float: none;
    width: 100%;
    text-align: left;
}
.dl-horizontal dd{
    margin-left: 0;
    margin-bottom: 10px;
}

.input-group-addon{
    border-radius: 0;
    border: 0;
}

.panel{
    border-radius: 0;
    box-shadow: none;
}

.panel-default>.panel-heading{
    background: #f5f5f5;
    border-radius: 0;
}

.progress{
   background: #f5f5f5;
    border-radius: 0; 
    box-shadow: none;
}

.zoneMedia+h2{
    max-width: 850px;
}

.btn-success,.progress-bar-success{
    background: #5cb85c;
}
.btn-success:hover{
    background: #419641;
}

.btn-warning,.progress-bar-warning{
    background: #f0ad4e;
}
.btn-warning:hover{
    background: #eb9316;
}

.path{
   background: #f5f5f5;
   padding: 5px;    
   margin-bottom: 10px;
}

h3{
 color: #00438A;   
}

#id-cat{
    padding: 5px;
}

.btn-info{
    background: #5bc0de;
}
.btn-info:hover{
    background: #2aabd2;
}

.progress-bar{
    box-shadow: none;
}

.btn-danger.progress-bar-danger{
    background: #d9534f;
}
.btn-danger:hover{
    background: #c12e2a;
}

.datatable-edit a,.datatable-delete button,
[data-title="Action"] a,[data-title="Action"] button{
    font-size: 0.7em;
}

[data-title="Statut"]{
    background-image: url(images/stries.png);
}

.dataTables_wrapper{
    background-color: #f5f5f5;
padding: 20px;
clear: both;
overflow: auto;
}

.dropdown-menu{
    border-radius: 0;
}

.pagination>li:first-child>a, .pagination>li:first-child>span,.pagination>li:last-child>a, .pagination>li:last-child>span{
    border-radius: 0;
}

div.dataTables_length select,div.dataTables_filter input{
    padding:  5px;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
    background: #5bc0de;
    border-color: #5bc0de;
}

.media-btn{
    margin-top: 10px;
    text-align: center;
}
.panel-body{
    word-wrap: break-word;
}

.panel-body a.btn.btn-default{
    float: left;
    margin-top: -49px;
    position: relative;
    right: -60.5%;
}

@media screen and (max-width: 992px){
    .well,.media{
        width: 100%;
    }
    .dataTables_wrapper .col-xs-6+.col-xs-6{
        clear: both;
        float: right;
    }
    .dataTables_wrapper table{
        margin-left: -10px;
        margin-right: -10px;
    }
}

@media screen and (max-width: 450px){
    .LimelightEmbeddedPlayer object{
        height: 300px;
    }
    .panel-body a.btn.btn-default{
	    float: none;
	    margin-top: 0;
	    position: static;
	    right: 0;
	}
}

#form1 .btn {
	float : right;
	/*margin-top:-45px;*/
}