.logo {
	background-image:url('index.php?page=accueil_new&mode=img&file=logo.png');
	background-size:32px 32px;
	background-repeat:no-repeat;
}

.button-block {
	width:100%;
}

.site-header, .site-header-fixture {
	background-color:#2D3E56;
}

.centered-content .content {
    width:75%;
}

.centered-content input {
    width:95%;
    _width:55px;
}

.centered-content label {
    float: right;
}

@media (max-width:979px) {
    .sitemenu {
        display:block;
        clear:both;
    }

    .centered-content .content {
        width: 100%;
    }

    .centered-content label {
        float: left;
    }
}

.sitemenu-responsive {
    display:none !important;
}

.sitemenu-responsive .left {
    position: absolute;
    background: #2d3538;
    overflow: hidden;
    width:100%;
}

.site-header,.sitemenu-responsive,.sitemenu-responsive .left {
	z-index:900;	
}

@media (max-width:580px) {
    .col.sitemenu {
        display:none !important;
    }

    .sitemenu-responsive {
        display:block !important;
    }

    .sitemenu-responsive .collapse-trigger a {
        padding: 4px 6px 0;
    }
}

.dropdown {
    background-color:#FFFFFF;
    height:175px;
    overflow-y:auto;
    position:absolute;
	box-shadow:0 1px 3px #333333;
}

.dropdown .dropdown-option {
	padding: 5px 12px;
	cursor:pointer;
}

.dropdown .dropdown-option:focus, .dropdown .dropdown-option:hover {
	color:#F1F1F1;
	background-color:#007EBD;
	text-decoration:underline;
}