@font-face {
    font-family: 'Gotham_Book';
    src: url('../fonts/gotham_book.ttf');
}

html, body
{
	height: 100%;
}

body
{
	background-color: #58595B;
	font-family: "Gotham_Book";
}

.fill-height {
    min-height: 100%;
    height:auto !important; /* cross-browser */
    height: 100%; /* cross-browser */
}

#container
{
	background-color: white;

	/* shadow */
	-webkit-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.75);
}

@media (max-width: 992px){
	#navigation
	{
		border-bottom: 1px solid #58595B;
		border-top: 1px solid #58595B;
	}

	.nav > li
	{
		padding-top: 3px;
		padding-bottom: 3px;
	}
}

@media (min-width: 992px){

	#container
	{
		margin-top: 20px;
	}

	#navigation
	{
		border-right: 1px solid #58595B;
		margin-bottom: 20px;
	}

	.nav > li > a
	{
		/* font-size: 1.5em; */
		font-size: 1.15em;
	}

	.nav > li
	{
		padding: 10px;
	}
}

.nav > li > a
{
	color: #58595B;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus
{
	background: #EF5B34;
}

#content
{
	margin-top: 20px;
	color: #58595B;
	font-size: 1.2em;
	text-align: justify;
    text-justify: inter-word;
}

#content > #texte
{
	padding: 20px;
	padding-bottom: 100px;
}

.spacefromfooter
{
	padding-bottom: 100px;
}

#footer
{
	text-align: center;
	background: #EF5B34;
	color: white;
	font-size: 1.2em;
	position: fixed;
	bottom: 0;
}

#adresse, #telephone
{
	margin-top: 10px;
}

@media (max-width: 767px){

	#footer
	{
		width: 100%;
	}
}

@media (min-width: 768px){

	#footer
	{
		width: 750px;
	}
}

@media (min-width: 992px){

	.container
	{
		width: 936px;
	}

	#footer
	{
		padding: 20px;
		width: 936px;
	}

	#email
	{
		margin-top: 19px;
	}
}

@media (min-width: 1200px){

	#email
	{
		margin-top: 15px;
	}
}

#ml
{
	text-decoration: underline;
	font-size: 10px;
}

#ml > a
{
	color: black;
}

#ml > a:hover,
#ml > a:focus
{
	color: lightgrey;
}

.bold
{
	font-weight: bold;
}

#contact
{
	font-size: 13px;
}

#submit-container
{
	text-align: center;
}

#submit-container > #submit-button
{
	width: 150px;
}

#contact > form > .form-group
{
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 20px;
}

/* change la couleur du focus des inputs */
.form-control:focus {   
    border-color: rgba(239, 91, 52, 0.8);
    box-shadow: 0 1px 1px rgba(239, 91, 52, 0.075) inset, 0 0 8px rgba(239, 91, 52, 0.6);
    outline: 0 none;
}

#alert-form
{
	margin: 15px;
}