body
{
    font-family: 'Georgia', 'Times New Roman', serif;
	background: url('../../img/alaska.jpg') no-repeat center fixed;
    margin: 70px 0px 0px 0px;
	background-size: cover;
}

h1, h2, h3, h4
{
	text-align: center;
}

h1, h2
{
	text-shadow: 1px 1px #000;
}

h5
{
	text-align: right;
}

hr
{
	border-color: #000;
}

th
{
	text-align: center;
}

a:hover
{
	font-size: 110%;
}

.add, .admin, .alerte, .episodes, .comments, .connect, .editEpisode, .editUser, .formComment
{
	background: rgba(255, 255, 255, 0.80);
	margin: 10px auto;
	border-top-style: ridge;
	border-left-style: ridge;
	border-bottom-style: groove;
	border-right-style: groove;
	font-size: 1.15em;
}

.adminTable {
	margin-top: 20px;
	margin-bottom: 20px;
}

.add, .alerte, .connect, .editEpisode, .editUser, .formComment
{
	padding: 10px;
	text-align: center;
}

.carousel-inner
{
	border-top-style: ridge;
	border-left-style: ridge;
	border-bottom-style: groove;
	border-right-style: groove;
}

.carousel-fade .carousel-inner .item
{
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}

.carousel-fade .carousel-inner .active
{
	opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right
{
	left: 0;
	opacity: 0;
	z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right
{
	opacity: 1;
}

.carousel-fade .carousel-control
{
	z-index: 2;
}

.content
{
	padding: 15px;
}

.dropdown-menu
{
	background-color: #222;
	border-color: #080808;
}

.dropdown-menu > li > a
{
	color: #9d9d9d;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover
{
	background-color: #222;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus
{
	color: #fff;
	background-color: transparent;
}

.footer {
	height: 90px;
	margin-top: 10px;
	background-color: #222222;
	color: #A9A9A9;
	padding-top: 12px;
	text-align: center;
}

.footerAdmin
{
	height: 85px;
	line-height: 10px;
	margin-top: 10px;
	background-color: #222222;
	color: #A9A9A9;
	padding-top: 12px;
	text-align: center;
}

.last
{
	border: solid 1px;
}

.navbar-brand
{
	font-size: 125%;
	font-style: italic;
}

.navbar-brand:hover
{
	font-size: 125%;
}

.navbar-nav
{
	font-size: 120%;
}

.noComment
{
	padding-top: 10px;
	text-align: right;
}

.episodes
{
	text-align: justify;
}

.process
{
	padding-top: 10px;
	text-align: center;
}

.processComment
{
	padding-top: 10px;
	text-align: right;
}

.replies
{
	margin: 10px auto;
	border-top-style: ridge;
	border-left-style: ridge;
	border-bottom-style: groove;
	border-right-style: groove;
}

.titleRibbon
{
	background: rgba(255, 255, 255, 0.90);
	padding-top: 5px;
	padding-bottom: 15px;
	border-bottom: solid 1px;
}

#admin
{
	background-color: #222222;
	border-color: #2E8B57;
	border-radius: 5px;
}

#content
{
	min-height: 83vh;
}

#modif
{
	float: left;
}

#suite
{
	font-size: 0.85em;
	text-align: right;
}

#suppr
{
	float: right;
}

#title > a
{
	color: #696969;
	text-shadow: 0.5px 0.5px #000;
	text-decoration: none;
}

#toAdminPage:hover
{
	font-size: 110%;
}

@media (max-width: 767px) {
    #toAdminPage
	{
        float: left !important;
    }
}

@media (max-width: 513px) {
	.footer
	{
		height: 120px;
	}

	.footerAdmin
	{
		height: 95px;
	}
}

@media (max-width: 560px) {

	.responsive-table-line td:before
	{
		content: attr(data-title);
	}

	.responsive-table-line table,
	.responsive-table-line thead,
	.responsive-table-line tbody,
	.responsive-table-line th,
	.responsive-table-line td,
	.responsive-table-line tr
	{
		display: block;
	}

	.responsive-table-line thead tr
	{
		display: none;
	}

	.responsive-table-line td {
		position: relative;
		border: 0px solid transparent;
		padding-left: 50% !important;
		white-space: normal;
		text-align: justify;
	}

	.responsive-table-line td:before {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 45%;
		padding-right: 15px;
		height:100%;
		white-space: nowrap;
		text-overflow: ellipsis !important;
		overflow: hidden !important;
		text-align: center;
		background-color: #f8f8f8;
		padding: 2px;
	}

	.responsive-table-line tr
	{
		border-top: 2px solid;
	}

}