#container {
	margin-top: 0;
	width: auto;
}
#content {
	margin-top: 20px;
    padding-top: 0;
}
label {
	display: table;
	width: 100%;
}
table {
	width: 100%;
}
.Icon {
	background-size: contain;
}
/* Logo */
#header #logo img {
	float: left;
	width: 100%;
}
/* Navigation */
#nav {
	background: #ccc;
	border-bottom: 1px solid #aaa;
	box-shadow: none;
    height: 40px;
	margin: 0;
    padding: 0;
}
#nav li a {
	background-size: contain;
	border-radius: 0;
	height: 40px;
    line-height: 40px;
    margin-left: 0;
	padding-left: 60px;
	padding-right: 15px;
}
/* Recherche */
.search.well {
	margin-top: 0;
}
/* Message Error & Notice */
#msg_error, #msg_notice, #msg_warning, .warning-banner {
	background-size: contain;
	padding: 10px 10px 10px 60px; 
}
/* Button */
.button, .button:visited {
	padding: 30px 16px;
}
input[type="button"], input[type="reset"], input[type="submit"] {
	color: #fff;
    background-color: #2fb5d2;
    border-color: #2fb5d2;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.15), 0 1px 1px rgba(0,0,0,.075);
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5;
	margin-bottom: 10px;
	padding: 0.5rem 1rem;
	text-align: center;
	text-transform: uppercase;
    vertical-align: middle;
	white-space: nowrap;
}
#clientLogin input[type=submit] {
	color: #fff;
    background-color: #2fb5d2;
    border-color: #2fb5d2;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.15), 0 1px 1px rgba(0,0,0,.075);
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5;
	margin-bottom: 10px;
	padding: 0.5rem 1rem;
	text-align: center;
	text-transform: uppercase;
    vertical-align: middle;
	white-space: nowrap;
	width: calc(100% - 15px);
}
/* Form */
input[type="email"], input[type="tel"], input[type="text"], input[type="password"] {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    color: #455;
	display: block;
    font-size: 1rem;
    font-weight: 400;
    height: calc(1.5em + 0.75rem + 2px);
    line-height: 1.5;
	margin-bottom: 15px;
    padding: 0.375rem 0.75rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: calc(100% - 25px);
}
#clientLogin input[type=text] {
    padding: 0.375rem 0.75rem;
    width: calc(100% - 40px);
}
#ticketSearchForm input[type=text] {
	
}
/* Select */
select {
	border: 1px solid #bbcdd2;
    border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	min-height: 2.188rem;
    padding: 0.5rem 1rem;
	width: 100%;
}
/* Informations */
#ticketForm .thread-body.bleed {
    position: relative;
    padding: 0 0 0 56px !important;
    font-size: 14px;
    border: none;
    border: solid 1px #25b9d7;
    border-radius: 25px 5px 5px 5px;
    background-color: #beeaf3;
    color: #363a41;
}
#ticketForm .thread-body.bleed em {
    color: #363a41;
}
#ticketForm .thread-body.bleed::before {
	content: "\F059";
	position: absolute;
    top: 0;
    display: block;
    width: 50px;
    height: 50px;
    font-size: 50px !important;
    color: #25b9d7;
    left: 3px;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
/* Footer */
#footer {
    padding-bottom: 10px
}
/* FAQ */
#faq ol li a {
	background-size: contain;
	padding-left: 26px;
}
.search-form .search { 
	height: 37px;
	width: calc(100% - 22px);
}
.span4 .sidebar {
	width: 100%;
}
.search-form button {
	height: 48px;
	margin-bottom: 10px;
    max-width: none;
	padding: 0;
	width: 100%;
}
/* Media min & max width */

/* Règles spécifiques pour les écrans très très petits */
@media (max-width: 479px) {
	#ticketTable th:nth-last-child(3), #ticketTable td:nth-last-child(3) {
		display: none;
	}
}

/* Règles spécifiques pour les écrans très petits */
@media (max-width: 575px) {
	input[type="button"], input[type="reset"], input[type="submit"] {
		width: 100%;
	}
	#ticketTable th:last-child, #ticketTable td:last-child {
		display: none;
	}
}

/* Règles spécifiques pour les écrans petits */
@media (max-width: 767px) {
	#nav {
		height: auto;
		margin: 0;
	}
	#nav li {
		display: block;
	}
	#nav li a {
		display: flex;
	}
	.sidebar {
		float: left;
		width: 100%;
	}
	.front-page-button a.button {
		max-width: 100%;
	}
	.main-content {
		float: left;
		width: auto;
	}
	/* Login */
	#clientLogin {
		background: url("../images/lock.png?1319655200") 95% 20% no-repeat #f6f6f6;
	}
	#clientLogin div div {
		float: left;
		width: 100%;
		padding: 0!important;
	}
	.login-box {
		box-shadow: 0 5px 15px -15px rgba(0,0,0,0.4);
		margin-bottom: 15px;
	}
	#clientLogin input[type=text] {
		width: calc(100% - 25px);
	}
	input[type="button"], input[type="reset"], input[type="submit"] {
		width: 100%;
	}
	#ticketSearchForm .pull-right {
		float: inherit;
	}
	.span8 {
		width: 98%;
	}
	.span4 {
		width: 98%;
	}
	.span4 .sidebar {
		margin-left: 0;
	}
}
/* Règles spécifiques pour les écrans moyens */
@media (min-width: 768px) and (max-width: 1023px) {
	#container {
		margin-top: 20px;
		max-width: 100%;
		width: 720px;
	}
	.sidebar {
		margin: 0;
		width: 35%;
	}
	.main-content {
		float: left;
		width: 65%;
	}
	.front-page-button {
		padding: 0 20px;
	}
	.front-page-button a.button {
		max-width: 100%;
	}
	#clientLogin input[type=submit] {
		font-size: 1.1rem;
	}
	.span8 {
		width: 98%;
	}
	.span4 {
		width: 98%;
	}
}
/* Règles spécifiques pour les grands écrans */
@media (min-width: 1024px) {
	#container {
		margin-top: 20px;
		max-width: 100%;
		width: 960px;
	}
	.sidebar {
		margin: 0;
		width: 30%;
	}
	.main-content {
		float: left;
		width: 70%;
	}
	.front-page-button {
		padding: 0 20px;
	}
	.front-page-button a.button {
		max-width: 100%;
	}
}
/* Règles spécifiques pour les écrans très grands */
@media (min-width: 1280px) {
	#container {
		max-width: 1200px;
		width: 100%;
	}
}