body, #skel-layers-wrapper {
    background-color: #1b3a2b;
}
#header {
    background-color: #1b3a2b;
    border-bottom: 3px solid #1c6931;
}
#header span {
    display: inline-block;
    line-height: 20px;
    float: left;
    font-weight: 700;
    margin-top: 20px;
    margin-left: 20px;
    padding: 10px;
    text-transform: uppercase;
    background-color: #888;
}
    #header span:hover {
        background-color: #2e6792;
    }
#status {
	-moz-transition: background-color 0.1s ease;
	-webkit-transition: background-color 0.1s ease;
	-ms-transition: background-color 0.1s ease;
	transition: background-color 0.1s ease;
	background: transparent;
	min-height: 3.8em;
    line-height: 3.8em;
	left: 0;
	position: fixed;
    overflow: hidden;
	top: 0;
	width: 100%;
	z-index: 10000;
}
		#status h1 {
            background: #beb304 url(../../images/hist-small.png) no-repeat right 0px;
            -moz-pointer-events: none;
			-webkit-pointer-events: none;
			-ms-pointer-events: none;
			pointer-events: none;
            padding-right: 60px;
            font-size: 2em;
            opacity: 0;
            position: absolute;
            top: 0;
		}
		#status.alt {
			background: #beb304;
		}
			#status.alt h1 {
                -moz-transition: opacity 0.2s ease;
                -webkit-transition: opacity 0.2s ease;
    			-ms-transition: opacity 0.2s ease;
                transition: opacity 0.2s ease;
                height: inherit;
                font-weight: 400;
                right: 1.25em;
                line-height: inherit;
                color: #FFF;
				opacity: 1;
			}

#header #status.alt span {
    margin-top: 5px;
    margin-left: 5px;
}

.grand-titre {
    margin-top: 30px;
}
#banner .grand-titre {
    padding-top: 50px;
}
.grand-titre.resa {
    padding-top: 50px;
}
.button {
    background-color: #1c6931;
}
    .button:hover {
        background: rgba(51, 153, 51, 1);
    }
.button.pass {
    width:100%;
}
    .button.pass:hover {
        background: rgba(51, 153, 51, 1);
    }
    .buttons .button span {
        color:#66cc66;
    }
.pass {
    background-color: #1c6931;
}
    .pass:hover {
        background: rgba(19, 41, 30, 1);
    }
.buttons .vendredi {
    border-bottom: 1px solid #1b3a2b;
    border-right: 1px solid #1b3a2b;
}
.buttons .samedi {
    border-bottom: 1px solid #1b3a2b;
    border-left: 1px solid #1b3a2b;
}
.buttons .pass {
    border-top: 1px solid #1b3a2b;
    border-left: 1px solid #1b3a2b;
}
.special a {
    background: url(../../images/race-flag.png) no-repeat 5px 5px;
    padding-left: 70px;
}

/* MEDIA QUERIES */

@media screen and (min-width: 600px) and (max-width: 800px) {
}

@media screen and (min-width: 300px) and (max-width: 600px) {
        #header span {
        display: block;
        float: none;
        font-size: 120%;
        width:90%;
    }
    #status.alt span {
        position: fixed;
        bottom: 0;
        right: 0;
        left:0;
        width:100%;
        text-align: center;
        border-top:2px solid #1b3a2b;
    }
        #status h1 {
            width:100%;
            font-size: 1.6em;
            background-image: none;
            tex-align: center;
            padding-right: 0;
        }
}




