@font-face
{
    font-family: "Helvetica Neue Thin";
    src: url('fonts/HelveticaNeue-Thin.otf');
}

@font-face
{
    font-family: "Cursive";
    src: url('fonts/darleston.regular.otf');
}

.just
{
  display: flex;
  flex-flow: row nowrap;
}

.just > li
{
  flex: 1 auto;
  text-align: center;
  white-space: nowrap;
}

.nav li
{
    display:table-cell !important;
}

.row
{
	margin: 0;ro
}

h2
{
	text-indent: 15px;
	color: rgb(255, 150, 0);
	margin-bottom: 20px;
	margin-top: 10px;
    font-family: "Helvetica Neue Thin";
}

footer a
{
	color: rgb(200, 200, 200);
	text-decoration: none;
}

footer a:hover
{
	color: rgb(100, 100, 100);
	text-decoration: none;
}

footer a:active
{
	color: rgb(70, 70, 70);
	text-decoration: none;
}

body
{
	padding-right: 0 !important;
}

.cursive
{
    font-family: "Cursive";
}
/*.formulaire
{
	background-color: white;
	border: 1px solid rgb(200, 200, 200);
	border-radius: 3px;
	/*border-radius: 10px;
	box-shadow: 0 0 10px grey;*/
	/*padding: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}*/

.btn, .form-control, .modal-content, .alert, .dropdown-menu, .panel, .input-group-addon, .input-group-lg > .input-group-btn > .btn, .label, .well, .thumbnail
{
	border-radius: 0;
}

.row_wallpaper
{
	background-image: url('sources/code_background.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	z-index: -1;
	height: 100%;
	width: 100%;
}

.row_wallpaper + .row_content
{
	 position: relative;
	 z-index: 10;
	 padding-top: 30px;
}

.row_content
{
	max-width: 1200px;
	margin: auto;
}

.badge-primary
{
	background-color: #2E6DA4;
}

.page-header
{
	margin-top: 0;
}

.text-overflow
{
	 white-space: nowrap;
	 overflow: hidden;
	 text-overflow: ellipsis;
}

.progress
{
	position: relative;
}

.progress span
{
	position: absolute;
	display: block;
	width: 100%;
	font-weight: bold;
	color: rgb(50, 50, 50);
}

.ace_search
{
	color: black;
}

.paragraph
{
	text-align: justify;
	text-indent: 15px;
}

.bouton_bleu
{
	display: inline-block;
	width: 10px;
	height: 10px;
	background-image: linear-gradient(rgb(80, 180, 255), rgb(100, 200, 255));
	border: 1px solid rgb(130, 130, 130);
	border-radius: 6px;
}

.bouton_orange
{
	display: inline-block;
	width: 10px;
	height: 10px;
	background-image: linear-gradient(rgb(240, 130, 0), rgb(240, 150, 20));
	border: 1px solid rgb(130, 130, 130);
	border-radius: 6px;
}

.bouton_rouge
{
	display: inline-block;
	width: 10px;
	height: 10px;
	background-image: linear-gradient(rgb(200, 0, 0), rgb(255, 50, 50));
	border: 1px solid rgb(130, 130, 130);
	border-radius: 6px;
}

.bouton_jaune
{
	display: inline-block;
	width: 10px;
	height: 10px;
	background-image: linear-gradient(rgb(240, 240, 0), rgb(255, 255, 50));
	border: 1px solid rgb(130, 130, 130);
	border-radius: 6px;
}

#dashboard_fixed_menu
{
	padding: 0;
	position: relative;
	top: -20px;
}