/*!
 * 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 */

#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: #7a7a7a;
    -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-wrapper {
	box-shadow: 5px 5px 18px #bebebe;
}


.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: #FFFFFF;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #d1282e;
    background: #FFFFFF;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
	color:#d1282e;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 27px;
    line-height: 65px;
	margin-bottom: 30px;
}

.sidebar-nav > .sidebar-brand a {
    color: #FFFFFF;
	background-color: #d1282e;
	border-bottom: 10px solid #FFFFFF;
	
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #FFFFFF !important;
	background-color: #d1282e;
	cursor: default;
}

.nav-active {
    background: #FFFFFF;
}

.nav-active a {
    text-decoration: none;
    color: #d1282e !important;
}

.nav-current {
    margin-left:20px;
	padding-left: 0;
	list-style-type:none;
	background-color: #919191;
	border-left: 1px solid #9f9f9f;
	border-bottom: 1px solid #9f9f9f;
}

.nav-current li {
    padding-left:0px;
}

.exercice {
	background-color:#5c5c5c;
}

.btn-click, .clavier, .shifttab {
	box-shadow: 2px 2px 7px #888888;
}


.btn-precedent, .btn-suivant {
	padding: 10px 20px 10px 20px;
	text-transform: uppercase;
	font-weight: bold;
}

.btn-precedent {
	float: left;
	background-color: #f7f7f7;
	border: 1px solid #bdbdbd;
	color: #656565;
}

.btn-suivant {
	float: right;
	background-color: #fffec2;
	border: 1px solid #ffba36;
	color: #f08d00;
}

#content {
	box-shadow: 5px 5px 20px #888888;
	height:800px;
	width:900px;
}

.page-header {
	margin-top:0;
}

.img {
	border-radius:4px;
	box-shadow: 5px 5px 20px #888888;
}

.bulle {
	display:none;
	padding:10px;
	width:250px;
	background-color:#FFFFFF;
	border-radius:10px;
	z-index:1000;
}

.texte {
	float:left;
	display:none;
	padding:0px 10px 0px 10px;
	border-radius:10px;
	z-index:1000;
	width:80%;
}

.bulle h1, .texte h1 {
	margin-top:0;
	font-size:22px;
}

.active{
	display:inline-block;
}

#description {
	width: 100%;
	height: 100px;
	font-size: 14px;
	margin-bottom:20px;
}
.prev {
	width:7%;
	float:left;	
	margin-right:5px;
	color:#d1282e;
}
 .next {
 	width:7%;
 	float:right	;	
	margin-left:5px;
}

.prev img, .next img {
 	border-radius: 6px;
}

.prev img:hover, .next img:hover {
 	opacity: 0.7;
	filter: alpha(opacity=40);
}

a:hover, a:active, a:focus {
	outline: 0;
}

.row {
	margin-left:auto;
	margin-right:auto;
	max-width:1100px;
	font-size: 16px;
}

.img-radius {
	border-radius: 6px;
}

.img-shadow {
	box-shadow: 7px 7px 20px #888;
}

.btn-none {
	cursor: default;
}

#menu-toggle {
	box-shadow: 3px 3px 5px #888;
}

.sidebar-bottom {
	position:absolute;
	bottom:0;
	width:100%;
}

.sidebar-bottom a {
	text-decoration: none;
}

.sidebar-bottom i {
	margin-right: 5px;
}

.iel {
	background: #dddddd;
	border-top: 1px solid #9e9e9e;
	padding: 10px;
	margin:0;
	display:block;
}

.panel {
	display:none;
	z-index:9000;
	background:#DDD;
	padding:20px;
	list-style-type:none;
	box-shadow: 4px 4px 10px #888;
}

.bleu {
	color:#b31c21;
}

.sep {
	height:20px;
}

.divclavier {
	display:none;
}

.divclavier img {
	border-radius: 10px;
	border:1px solid #bababa;
	box-shadow: 7px 7px 20px #888;
}

strong {
	color: #b31c21;
}


@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;
    }
}