@CHARSET "ISO-8859-1";
.label-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem;
}

.btn.active {
  background-color: #0c6dc4 !important;
}
.panel-body-no-margin{
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-left:  0px !important;
  margin-right:  0px !important;
}
@media(max-width:999px)  {

 .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
   .navbar-nav .open .dropdown-menu {
       position: static;
       float: none;
       width: auto;
       margin-top: 0;
       background-color: transparent;
       border: 0;
       -webkit-box-shadow: none;
       box-shadow: none;
    }

}


    /* XS */
    @media only screen and (min-width:248px)and (max-device-width: 749px){
        /* styles for browsers larger than 960px; */

     .imgPictoLogo{width:20px;height:20px;}
     .imgPictoSport{width:30px;height:30px;}
     .imgPictoVignette{width:120px;height:90px;}
     .imgPictoDrapeau{width:30px;height:30px;}
     .imgPictoCoeur{width:30px;height:30px;}
     .container{width:100%;}
     .fixedTD{width:50px;}
     .panel-body-fixed-hm {padding: 5px;height: 400px;}
     .fixedCol40{width:40px;}   
     .navbar-right > li {display: inline-block !important;} /*Afficher menu de droite de s afficher en ligne en petit format */            
    }
    /* SM */
     @media only screen and (min-width:750px) and (max-device-width: 969px){

        /* styles for browsers larger than 960px; */
     .imgPictoLogo{width:20px;height:20px;}
     .imgPictoSport{width:30px;height:30px;}
     .imgPictoVignette{width:120px;height:90px;}
     .imgPictoCoeur{width:30px;height:30px;}
     .imgPictoDrapeau{width:30px;height:30px;}
     .container{width:100%;}
     .fixedTD{width:50px;}
     .panel-body-fixed-hm {padding: 5px;height: 400px;}
     .fixedCol40{width:40px;}   
        /* styles for browsers larger than 960px; */
     .navbar-right > li {display: inline-block !important;} /*Afficher menu de droite de s afficher en ligne en petit format */         
    } 
    /* MD */  
    @media only screen and (min-width:970px) and (max-device-width: 1199px){
        /* styles for browsers larger than 960px; */
     .imgPictoLogo{width:70px;height:70px;}
     .imgPictoSport{width:48px;height:48px;}
     .imgPictoVignette{width:120px;height:90px;}
     .imgPictoCoeur{width:30px;height:30px;}
     .imgPictoDrapeau{width:30px;height:30px;}
     .container{width:100%;}
     .fixedTD{width:50px;}
     .panel-body-fixed-hm {padding: 5px;height: 400px;}
     .fixedCol40{width:40px;}    
    }
    /* LG */
    @media only screen and (min-width:1200px){
      /* styles for browsers larger than 1440px; */
     .imgPictoLogo{width:70px;height:70px;}
     .imgPictoSport{width:48px;height:48px;}
     .imgPictoVignette{width:120px;height:90px;}
     .imgPictoCoeur{width:30px;height:30px;}
     .imgPictoDrapeau{width:30px;height:30px;}
     .container{width:100%;}
     .fixedTD{width:50px;}
     .panel-body-fixed-hm {padding: 5px;height: 400px;}
     .fixedCol40{width:40px;}    
     }

