/*
Theme Name:     Thème enfant education-base
Description:    
Author:         Arnaud COLLET
Author URI:     
Template:       education-base                      
Version:        0.1.0
*/
/* Modification de la couleur backgrond du menu mobile : navbar*/

.navbar .navbar-toggle {
	background-color: #fc4b00;
	color: #ffffff;
	font-size: 22px;
	border-radius: 4px;
	margin-bottom: 3px;
	margin-top: 3px;
	outline: medium none;
	transition: all 0.2s ease-out 0s;
}
/* Modification de la couleur backgrond du retour vers le haut : sm-up*/
/*back to top*/
.sm-up-container {
	display: none;
	height: auto;
	right: 3px;
	margin-right: 22px;
	margin-top: auto;
	padding: 3px 6px;
	position: fixed;
	top: 85%;
	width: 44px;
	z-index: 60;
	border-radius: 4px;
	color: #fff;
}
.sm-up-container:hover,
.sm-up-container:active,
.sm-up-container:focus{
	background: #fc4b00;
	color: #fff;
}
.sm-up {
	display: block;
	font-size: 36px;
	line-height: 40px;
	padding-bottom: 2px;
	text-align: center;
	vertical-align: middle;
}

