@CHARSET "UTF-8";

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url("/public/css/bootstrap/glyphicons-halflings-regular.eot");
	src: url("/public/css/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),
		url("/public/css/bootstrap/glyphicons-halflings-regular.woff") format("woff"),
		url("/public/css/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"),
		url("/public/css/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
@font-face {
	font-family: "HoneyScript";
	font-style: bold;
	src: url('../font/HoneyScript-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: "HoneyScript";
	font-style: normal;
	src: url('../font/HoneyScript-Light.ttf') format('truetype');
}

#titre {
	text-align:center;
	margin:0px;
	color: blue;
	font-weight:normal;
	margin-top: 80px;
	font-size: 5em;
	font-family: HoneyScript;
}

#menu{
	position:fixed;
	top:0px;
	left:5px;
	z-index:10000;
}

a:hover {
    color: #60830D;
}

#corps{
    margin-top:2em;
}

.bold{
    font-weight:bold;
}

.center{
	text-align:center;
}

.justify{
	text-align:justify;
}

.display-inline-block{
	display:inline-block;
}

.btn-group > .btn + .dropdown-toggle {
   height: 34px;
}

.color-black{
    color:black;
}

.color-red{
    color:red;
}

.menu-actif > a{
	color:yellow!important;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,1);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,1);
    box-shadow: 0 6px 12px rgba(0,0,0,1);
}

.vertical-align{
	display:flex;
	align-items:center;
}

.color-titre{
	color:red!important;
}

.cadre{
	padding:0.2em;
	box-shadow: 4px 4px 4px 4px rgba(0,0,0,0.16),1px 1px 10px 1px rgba(0,0,0,0.12) !important;
	margin-bottom:2em;
}

.text-error{
    margin-top:0.5em;
	font-family: HoneyScript!important;
	font-size:4em;
    color:red;
}