/*!
 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Toggle Styles */

body {
	color: #242424;
	font-family: "Trebuchet MS", Helvetica, sans-serif
}

.row {
		font-size:16px;
}

.page-header {
	margin-top: 0;
}

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #2b5796;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #E9E7E2;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #FFFFFF;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
	color: #FFFFFF;
	background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.2);
}

.sidebar-nav .active {
    text-decoration: none;
	background: #E9E7E2;
    font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
	color: #24333C;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #E9E7E2;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

.menu-category {
    font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
	border-top: 1px solid #E9E7E2;
	padding-top: 4px;
	color: #E9E7E2;
}

.menu-subcategory {
    margin-left: 0px;
	padding-left: 0px;
}


.menu-subcategory li .active {
    text-decoration: none;
	color:#FFFFFF;
	background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.2);
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
}

.menu-category-active {
    text-decoration: none;
	color: #24333C;;
	background: #E9E7E2;
}

.sep {
	height: 25px;
}

.commande {
	color:#000000;
}

.commande i {
	color:#5b8ac2;
}

i {
	color:#5b8ac2;
}

.alert {
	padding: 7px;
}


.alert-warning {
	border-left: 5px solid #5B8AC2;
	border-right: none;
	border-top: none;
	border-bottom: none;
	float:left;
	padding:10px 10px 10px 15px;
	color: #242424;
	border-radius: 0px;
	background: #f2f0ec;
}

.bullet {
    background-color: #6581b6;
    height: 7px;
    width: 7px;
    display: inline-block;
    border-radius: 4px;
    position: relative;
    left: 0px;
    top: -33px;
}

#menu-toggle {
	box-shadow: 3px 3px 5px #888;
}

.row {
	margin-left:auto;
	margin-right:auto;
	max-width:1100px;
	text-align: justify;
}

.row ul {
	padding-left: 25px;
} 

.row img {
	margin-bottom: 15px;
}

.img-float{
	margin-left: 10px;
} 

.img-radius {
	border-radius: 6px;
}

.img-shadow {
	box-shadow: 7px 7px 20px #888;
}

.divclavier {
	display:none;
}

.divclavier img {
	border-radius: 10px;
	border:1px solid #bababa;
	box-shadow: 7px 7px 20px #888;
}

.page-header {
	color:#314c73;
}

.row h2 {
	background:#f2f0ec;
	color:#242424;
	padding: 13px 15px 10px 15px;
	border-radius: 8px;
	margin-bottom:0;
	margin-top:30px;
	font-weight: bold;
	font-size: 26px;
} 

#triangle {
	width: 0; 
	height: 0; 
	top:0;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-top: 16px solid #f2f0ec;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}

.sidebar-bottom {
	position:relative;
	width:100%;
}

.iel {
	background:#18242c;
	padding: 10px;
	margin:0;
	display:block;
}

.panel {
	display:none;
	z-index:9000;
	background:#24333C;
	padding:20px;
	list-style-type:none;
	box-shadow: 4px 4px 10px #888;
}

.glossaire {
	list-style-type: none;
	padding: 0px !important;
}

.glossaire li {
	margin-bottom: 5px;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}