/*
 * Style tweaks
 * --------------------------------------------------
 */
html,
body {
    font-family: 'Noto Sans', sans-serif;
    overflow-x: hidden; /* Prevent scroll on narrow devices */
}
body {
    /*padding-top: 105px;*/
}
footer {
    padding: 30px 0;
}
.navbar{
    /*background: -moz-linear-gradient(270deg, rgba(184,5,21,1) 0%, rgba(184,5,21,1) 13%, rgba(238,135,0,1) 61%, rgba(250,185,21,1) 90%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(184,5,21,1)), color-stop(13%, rgba(184,5,21,1)), color-stop(61%, rgba(238,135,0,1)), color-stop(90%, rgba(250,185,21,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(270deg, rgba(184,5,21,1) 0%, rgba(184,5,21,1) 13%, rgba(238,135,0,1) 61%, rgba(250,185,21,1) 90%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(270deg, rgba(184,5,21,1) 0%, rgba(184,5,21,1) 13%, rgba(238,135,0,1) 61%, rgba(250,185,21,1) 90%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(270deg, rgba(184,5,21,1) 0%, rgba(184,5,21,1) 13%, rgba(238,135,0,1) 61%, rgba(250,185,21,1) 90%, rgba(255,255,255,1) 100%);
    background: linear-gradient(180deg, rgba(184,5,21,1) 0%, rgba(184,5,21,1) 13%, rgba(238,135,0,1) 61%, rgba(250,185,21,1) 90%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B80515', endColorstr='#ffffff',GradientType=0 );*/
}
.carre11{
    background-color: #A1B7DE;
}
.carre12{
    background-color: #FFFFFF;
}
.carre21{
    background-color: #D6DDF1;
}
.carre22{
    background-color: #5f5354;
    color: #FFFFFF;
}
.carre31{
    background-color: #FFFFFF;
}
.carre32{
    background-color: #948f90;
    color: #FFFFFF;
}
.carres{
    padding: 10px 15px;
    display: table;
}
.content{
    z-index:100;
    margin-bottom: 100px;
    position: relative;
    background-color: #FFFFFF;
}
.footerfix{
    -webkit-transition: left .33s cubic-bezier(0.694,0.0482,0.335,1);
    -moz-transition: left .33s cubic-bezier(0.694,0.0482,0.335,1);
    -o-transition: left .33s cubic-bezier(0.694,0.0482,0.335,1);
    -ms-transition: left .33s cubic-bezier(0.694,0.0482,0.335,1);
    transition: left .33s cubic-bezier(0.694,0.0482,0.335,1);
    position: fixed;
    bottom:0;
    left:0;
    width:100%;
    background-color: #000000;
    color: #FFFFFF;
    z-index: 99;
    text-align: center;
}
#sideBloc>div{
    max-width: 350px;
    position:fixed;
}
.navbar {
    padding: 0rem 1rem;
}
.count-label {
    position: relative;
    text-align: center;
    font-size: 14px;
    display: inline;
    color: #555555;
}
.ccounter2>div:nth-child(1)>.count-label {
    top: -5px;
    left: 7px;
    color: #FFFFFF;
}
.ccounter2>div:nth-child(2)>.count-label {
    top: -5px;
    left: 7px;
    color: #FFFFFF;
}
.ccounter2>div:nth-child(3),.ccounter2>div:nth-child(4){
    display: none !important;
}
#chart_div>div>div{
    margin: 0 auto;
}
.nolink{
    color: #000000;
    display: block;
}
.nolink:hover{
    color: #f5da0d;
    text-decoration: none;
}
.nolink:focus{
    color: #000000;
    text-decoration: none;
}
.nolink:active{
    color: #f5da0d;
    text-decoration: none;
}
.hoversmiley:hover{
    background-color: #B90615;
}
.h2, h2 {
    font-size: 1.7rem;
}
.hideBeforeAnim{
    display: none;
}
.days,.hour{
    color: #FFFFFF !important;
}
.hoverFb:hover{
    color: #203c5e !important;
}
.hoverTwitter:hover{
    color: #00779f !important;
}
.entreeSite{
    padding: 3px;
    display: block;
}
.entreeSite:hover{
    background-color: #A27D35;
}
@media screen and (max-width: 767px) {
    #sideBloc{
        margin-top:20px;
        padding:0;
    }
    #sideBloc>div{
        position: inherit;
        max-width: 100%;
    }
}
@media (max-width: 416px){
    #barreTop{
        height: 7px !important;
    }
}
@media (max-width: 356px){
    #barreTop{
        height: 6px !important;
    }
}