#LateralWidget{
	position: fixed;
	top:100px;
	left: 10px;
	width: 50px;
	z-index: 100008;
	
}



.menuWidget{
	
}

	.buttonWidget{
		background-color: black;
		padding: 5px;
		height: 50px;
		width: 50px;
		margin-bottom: 4px;
		cursor: pointer;
		text-align: center;
		border-radius: 25px;
		overflow: hidden;
	}
	.buttonWidget img{
		width: 35px;
		height: auto;
	}
	.coursesButton img{
		margin-top: 3px;
	}
	.carteButton img{
		margin-top: 2px;
	}

#KillWidgets{
	position: fixed;
	top:105px;
	left: -58px;
	z-index: 100003;
	color: white;
	background-color: black;
	padding: 5px;
	height: 30px;
	width: 30px;
	margin-bottom: 1px;
	cursor: pointer;
	text-align: center;
	border-radius: 25px;
	overflow: hidden;
	padding-top: 2px;
	border:solid 2px black;
}


.titreWidget{
	color:white;
	font-size: 17px;
}

#ContentCoursesWidget,#ContentCarteWidget,#ContentSearchWidget{
	top:100px;
	left: -1200px;
	position:fixed;
	background-color: black;
	z-index: 100003;
	padding: 6px;
	border-radius: 4px;

}

#ContentCarteWidget, #ContentCoursesWidget, #ContentSearchWidget{
	width: 350px;
	text-align: center;
	margin-bottom: 20px;
	height: 80%;
	position:fixed;
	top:100px;
	opacity: 0;
}

#ContentSearchWidget{
	height: 43px;
	width: 243px;
	padding: 2px 2px 6px 2px !important;

}

#ContentCoursesWidget{
	height: auto;
}

#ContentCarteWidget{
	width: 80%;
	
	padding-bottom: 10px;
}
#ContentCarteWidget iframe{
	width: 100%;
	height: 90%;
	margin-bottom: 10px;
}

#ContainerCarte{
	width: 100%;
	height: 90%;
}

input[type='search']{
	width: 100% !important;
	height: 30px !important;
	border: none !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	margin-top:24px;
	text-align: center;
	font-weight: 300;
	background-color: rgb(20,20,20) !important;
	color: white;
	border:solid 1px rgba(255,255,255,0.5) !important;
	border-radius: 2px !important;
}
.search-form label{
	margin: 0;
	padding: 0;	
}
.search-form input[type='submit'],
.screen-reader-text{
	display: none;
}



	#ContentCoursesWidget a{
		text-decoration: none;
		color: white;
	}
	
	.itemCoursesEnCours{
		
	}

		
		.imageListeCoursesWidget{
			width: 230px;
			overflow: hidden;
			margin-left: auto;
			margin-right: auto;
		}
			.imageListeCoursesWidget img{
				width: 100%;
				height: auto;
				margin-bottom: 20px;
			}
		
		.titreListeCoursesWidget{
			font-family: "din-condensed-web";
			text-transform: uppercase;
			font-size: 18px;
			border-top:solid 1px rgba(255, 255, 255, 0.69);
			padding-top: 3px;
			margin-top: 5px;
		}
		
		

	
#MenuMobile{
	position: fixed;
	right: 18px;
	top:18px;	
	z-index: 100003;
	text-align: center;
	width: 45px;
	height: 45px;
	border:solid 1px black;
	border-radius: 25px;
	cursor: pointer;
	background-color: black;
	color: white;
	text-align: center;
	padding-top: 6px;
}


	#MenuMobile img{
		text-align: center;
/*
		width: 30px;
		height: 30px;
*/
	}
	
	
	#NavigatorMobile{
		background-color: rgba(0, 0, 0, 0.90);
		position: fixed;
		top:0px;
		height:90%;
		width: 100%;
		padding-top:12px;
		z-index: 100002;
		text-align: center;
	}
	.LogoNavigator{
		margin-bottom: 20px;
	}
	
	.LogoNavigator img{
		width: 220px;
		height: auto;
		margin-left: -8px;
	}
	#MiniMenuList li, #MiniMenuList ul{
		margin-left: auto;
		margin-right: auto;
	}
	#MiniMenuList{
		text-align: center;
	}
	#MiniMenuList a{
		text-align: center;
		text-decoration: none !important;
		letter-spacing: 1px;
		text-transform: uppercase;
		font-size: 18px;
		color: white;
		border-bottom: solid 1px rgba(165, 165, 165, 1);
		padding-top: 3px;
		margin-top: 3px;
		margin-bottom: 10px;
	}
	
	
	#NavigatorMobile{
		opacity: 0;
		height: 0;
	}