/* @override http://www.castorastral.com/wp-content/themes/cstr/css/home.css */
/* HOMEPAGE */
.home article.une {
	float: left;
	background: #716860;
	color: #fff;
	position: relative;
}
.home article.une .title,
.home .nouveautes .title,
.home article.une a.more,
.home .news .title a,
.home .event .title a,
.home .next-books .title,
.home .news .best-sellers .title .label {
	background: #fdbc2f;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 0 8px;
	font: 400 1.2em/24px 'Alegreya', serif;
}
.home article.une a.more {
	font-size: 1em;
	position: absolute;
	right: 0;
	bottom: 0;
}
.home article.une .title {
	position: absolute;
	z-index: 1;
}
.home article.une img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.home article.une h2 a {
	display: block;
	font: 600 1.2em/1.1em 'Alegreya', serif;
	color: #fff;
	text-decoration: none;
	padding: 10px;
}
.home article.une .desc .article {
	font-size: .9em;
	padding: 0 10px 10px;
}
.home article.une .desc .article p {
	margin: 0;
}


.home .nouveautes {
	width: 65.8%;
	float: right;
	position: relative;
}
.home article.une,
.home .nouveautes {
	min-height: 420px;	
}
.home .nouveautes .book {
	min-height: 386px;
	border-left: 1px solid #fff;
	padding-left: 5px;
}

.home .nouveautes .title {
	margin-bottom: 10px;
}
.home .nouveautes .title a,
.home .title span.more,
.home .next-books a.next {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	background: #71675f;
	padding: 0 8px;
	margin-left: .3em;
}
.home .nouveautes .bx-controls,
.home .next-books .bx-controls {
	position: absolute;
	right: 0;
	top: 0;
}
.home .nouveautes .bx-controls-direction a,
.home .next-books .bx-controls-direction a {
	display: inline-block;
	background: #71675f;
	color: #fff;
	text-decoration: none;
	margin-left: 5px;
	line-height: 24px;
	width: 24px;
	text-align: center;
}
.home .nouveautes .bx-controls-direction a:before,
.home .next-books .bx-controls-direction a:before {
	font-family: "FontAwesome";
	content: "\f054";
}
.home .nouveautes .bx-controls-direction a.bx-prev:before {
	content: "\f053";
}
.home .nouveautes .bx-controls-direction a i,
.home .next-books .bx-controls-direction a i {
	display: none;
}
.home .next-books .bx-controls-direction a {
	margin-left: 2px;
}
.home .next-books .bx-controls-direction a.bx-prev:before {
	content: "\f106";
}
.home .next-books .bx-controls-direction a.bx-next:before {
	content: "\f107";
}
.home .nouveautes .bx-controls-direction a.disabled,
.home .next-books .bx-controls-direction a.disabled {
	background-color: #e8e4dc;
}

.home .nouveautes .book .cover {
	height: 220px;
}
.home .nouveautes .book img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	display: block;
}
.home .nouveautes .book h3 {
	display: none;
}
.home .nouveautes .book .excerpt {
	font-size: .85em;
	line-height: 1.2em;
	margin-top: .6em;
}
.home .nouveautes .book p.auteur,
.home .nouveautes .book .excerpt p {
	margin: 0;
}
.home .nouveautes .book .auteur {
	padding-top: .5em;
}
.home .nouveautes .book .auteur a {
	text-decoration: none;
	margin-top: .5em;
	color: #003164;
}

.home .nouveautes .book a.more {
	display: block;
	position: absolute;
	left: 0;
	bottom: 5px;
	font-size: .9em;
	text-decoration: none;
}
.home .nouveautes .book a.more span.angle {
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #71675f;
	vertical-align: middle;
	margin-right: 8px;
}


.home .row-news .col,
.home article.une {
	width: 31.30%;
	float: left;
}
.home .row-news .col {
	margin-right: 2.8%;
}
.home .row-news .col.next-books {
	margin-right: 0;
}
.home .news .videos .title a,
.home .event .title a {
	padding-right: 0;
}
.home .news .medias,
.home .news .videos,
.home .news .best-sellers,
.home .event,
.home .next-books {
	background: #fff;
	position: relative;
}
.home .news .medias,
.home .news .videos {
	margin-bottom: 15px;
}
.home .news .medias .title a {
	width: 100%;
	padding-right: 0;
}
.home .news .medias .title a .more {
	float: right;
}
.home .news .medias .thumb,
.home .news .videos .thumb {
	width: 45%;
	float: left;
}
.home .news .videos .thumb {
	float: right;
}
.home .news .medias .thumb img,
.home .news .videos .thumb img,
.home .next-books .book .thumb img,
.home .event .thumb img {
	width: 100%;
	height: auto;
	display: block;
}
.home .news .medias .desc,
.home .news .videos .desc {
	width: 55%;
	float: left;
	padding: 2%;
}
.home .news .videos .desc {
	float: left;
	padding: 0;
}
.home .news .medias .desc h3 a,
.home .news .videos .desc h3 a {
	display: block;
	font-size: .85em;
	line-height: 1.1em;
	color: inherit;
	text-decoration: none;
	font-weight: 600;
	margin-bottom: .2em;
}
.home .news .videos .desc h3 a {
	padding: 3%;
}
.home .news .medias .desc p {
	font-size: .85em;
	line-height: 1.2em;
	margin-bottom: .5em;
}
.home .news .medias .desc a.more {
	text-decoration: none;
	font-size: .85em;
}
.home .news .videos .title a {
	width: 100%;
}
.home .news .videos .title a span.more {
	float: right;
}
.home .news .best-sellers .title {
	font: 400 1em/24px "Source Sans Pro", Helvetica, Arial, sans-serif;
	margin-bottom: .5em;
}
.home .news .best-sellers .title .label {
	margin-right: .5em;
}
.home .news .best-sellers ul {
	padding: 0 2% 2%;
	margin-bottom: 0;
}
.home .news .best-sellers ul li {
	font: 400 1.1em/1.4em 'Alegreya', serif;
	margin-bottom: .3em;
}
.home .news .best-sellers ul li:before {
	display: none;
}
.home .news .best-sellers ul li .authors a {
	font: 400 .8em/1.2em 'Source Sans Pro';
	color: #666;
}
.home .news .best-sellers ul li .authors a:hover {
	color: #000;
}
.home .news .best-sellers ul span.rank {
	display: inline-block;
	background: #71675f;
	width: 1.5em;
	text-align: center;
	color: #fff;
	margin-right: .5em;
}
.home .news .best-sellers ul li a {
	font-weight: 600;
	text-decoration: none;
}

.home .event .title {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.home .event .desc {
	padding: 2%;
}
.home .event .desc h3 a {
	display: block;
	line-height: 1.2em;
	text-decoration: none;
	margin-bottom: .5em;
	font-weight: 600;
}

.home .next-books .book {
	margin: 3%;
	padding-bottom: 3%;
	border-bottom: 1px solid #eee;
}
.home .next-books .book .thumb {
	width: 16%;
	float: left;
	border: 1px solid #eee;
}
.home .next-books .book .desc {
	width: 84%;
	float: left;
	padding: 2%;
}
.home .next-books .book .desc * {
	margin: 0;
}
.home .next-books .book .desc h4 {
	line-height: 1.1em;
	font-size: 1.1em;
}
.home .next-books .book .desc a {
	text-decoration: none;
	font-weight: 600;
}
.home .next-books .book .desc .release {
	font-size: .8em;
}
.home .next-books .book .desc h4 a {
	color: inherit;
}
.home .next-books .infos {
	margin: 0;
	padding: 4% 2% 2%;
	text-align: center;
	font-size: .85em;
	line-height: 1.1em;
/*
	position: absolute;
	left: 0;
	bottom: 0;
*/
}
.home div.row-news {
	padding-top: 40px;
}


/* mobile */
@media screen and (max-width: 840px) {
	.bx-controls,
	.home .nouveautes .book .auteur,
	.home .nouveautes .title a {
		display: none;
	}
	.home article.une,
	.home .nouveautes,
	.home .row-news .col {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.home .nouveautes .title {
		padding-right: .5em;
	}
	.collections .motto,
	.collections .coll,
	.collections .coll .coll-item {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	.collections .coll .coll-item .thumb {
		width: 15%;
	}
	.collections .coll .coll-item .desc {
		width: 83%;
	}
	.home .next-books .infos {
		position: relative;
	}
	.home .news .title {
		font-size: .8em;
	}
	.home .news .desc p,
	.home .news .desc a.more {
		display: none;
	}
	.home .news .medias .title {
		width: 55%;
		position: absolute;
		right: 0;
		top: 0;
	}
	.home .news .medias .desc {
		padding-top: 2.5em;
	}
	.home article.une,
	.home .nouveautes{
		min-height: 0;
	}
	.home .nouveautes .book {
		min-height: 0;
		width: 32.5%;
		display: inline-block;
		border: none;
		padding: 2%;
		vertical-align: top;
	}
	.home .nouveautes .book .cover {
		height: 110px;
	}
	.home .nouveautes .book .cover img {
		margin: 0 auto;
	}
	.home .nouveautes .book h3 {
		display: block;
		font-size: .85em;
		line-height: 1.1em;
		text-align: center;
		margin-top: .5em;
		text-transform: uppercase;
	}
	.home .nouveautes .book h3 a {
		text-decoration: none;
		color: #003164;
	}
	.home .nouveautes .excerpt,
	.home .nouveautes .book a.more {
		display: none;
	}

}


