

.game-home main.content {
	background-color: #f1eee9;
}




/* LOOP */

.game-home article.category-jeux {
	padding: 30px 0;
}

.game-pitch-wrapper {
	/*margin: 50px auto;*/
	margin: 0 auto;
	max-width: 845px;
	box-shadow: 0 0 25px -7px rgba(0,0,0,0.6);
	background-color: #f1eee9;
	overflow: hidden;
	/*border-top-left-radius: 5px;
	border-top-right-radius: 5px;*/
	border-radius: 5px;
}

.pitch-banner {
	overflow: hidden;
	box-shadow: 0 0 5px 1px rgba(0,0,0,0.6);
	max-height: 250px;
	background-color: #7A1B51; /* BLEU 1*/
	position: relative;
}
@media only screen and (max-width: 767px) {
	.pitch-banner {
		min-height: 112px;
	}
}
@media only screen and (min-width: 768px) {
	.pitch-banner {
		min-height: 250px;
	}
	.pitch-banner .banner-img {
		margin-top: -20px;
	}
}
.jeux-a-paraitre .pitch-banner > .banner-img {
	margin-top: 10px;
	margin-left: -1px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


@media only screen and (min-width: 768px) {
	.pitch-line-1, 
	.pitch-line-2 {
		display: flex;
	}
	.pitch-excerpt {
		width: calc(100% - 250px);
	}
	.pitch-packaging {
		width: 250px;
		padding-top: 5px;
		margin-top: -90px;
		position: relative;
	}
}

.pitch-excerpt {
	padding: 20px 30px 0;
	font-size: 14px;
	line-height: 24px;
}
.pitch-excerpt .amb-title {
	font-size: 15px;
}
/*@media only screen and (max-width: 767px) {
	.pitch-packaging {
		margin-top: -18px;
	}
}*/
.pitch-packaging {
	text-align: center;
}
.pitch-packaging > img,
.pitch-packaging > picture /* for webp */ {
	max-height: 250px;
	width: auto;
	z-index: 300;
	position: relative;
}

.tag-temp .pitch-packaging > img,
.tag-temp .pitch-packaging > picture /* for webp */ {
	box-shadow: 0 0 5px -1px #000;
	background-color: #fff;
	max-width: 200px;
}


.game-meta {
	margin: 0 30px 15px;
}
@media only screen and (max-width: 767px) {
	.game-meta {
		text-align: center;
	}
}
@media only screen and (min-width: 768px) {
	.game-meta {
		flex-grow: 1;
	}
}


.game-meta > span > span {
	background-color: #d7d6d6;
	padding: 5px 10px;
	margin: 0 5px;
	font-size: 12px;
}
@media only screen and (max-width: 767px) {
	.game-meta > span {
		display: block;
	}
	.game-meta > span > span {
		white-space: nowrap;
		line-height: 32px;
	}
}
@media only screen and (min-width: 768px) {
	.game-meta > span > span {
		line-height: 42.75px;
	}
	.game-meta > span:first-child > span:first-child {
		margin-left: 0;
	}
	.game-meta > span:last-child > span:last-child {
		margin-right: 0;
	}
}

@media only screen and (max-width: 767px) {
	.pitch-more {
		text-align: center;
		width: 100%;
		display: block;
		margin: 0;
		border-radius: 0 0 5px 5px;
		height: 60px;
		line-height: 41px;
		font-size: 18px;
	}

	.pitch-buy {
		text-align: center;
		width: 100%;
		display: block;
		margin: 0;
		margin-top: 2px;
		border-radius: 0 0 5px 5px;
		height: 60px;
		line-height: 41px;
		font-size: 18px;
	}
}
@media only screen and (min-width: 768px) {
	.pitch-more {
		margin: 0 10px 15px;
		text-align: center;
		border-radius: 5px;
		height:43px;
		width: 140px;
	}
	.pitch-buy {
		margin: 0 10px 15px;
		text-align: center;
		border-radius: 5px;
		height:43px;
	}
	.pitch-more.release-date.button {
		border-radius: 0;
		position: relative;
	}
	.release-date .intitule {
		margin-top: -30px;
		display: block;
		margin-bottom: 5px;
	}
}

.pitch-more.release-date.button,
.pitch-more.release-date.button:hover {
	background-color: #222;
	cursor: default;
}









/* COMING SOON */

/*.game-home article.category-jeux.tag-comingsoon {
	background-color: #1e1e20;
	background-image: url(https://www.bragelonne.fr/assets/images/texture_1.png);
	background-repeat: no-repeat;
	background-size: cover;
}*/

.bandeau-comingsoon {
	display: none;
}
.tag-comingsoon .bandeau-comingsoon {
	display: block;
	padding: 10px;
	text-align: center;
	background-color: #222;
	background-image: linear-gradient(to left, #7A1B51, #430F2D); /* BLEU */
	color: #fff;
}
.tag-comingsoon .bandeau-comingsoon h3 {
	color: #fff;
	display: inline;
	font-size: 15px;
}








/* HIDE DATES DURING COVID LOCKDOWN */

.bandeau-comingsoon span,
.button.pitch-more.release-date {
	display: none;
}









/* SEARCH AND FILTER */

.searchandfilter {
	margin: 0 !important;
	padding-top: 10px;
}
.searchandfilter > ul {
	margin: 0;
}
#main .searchandfilter > ul > li {
	padding: 0 15px;
}
.searchandfilter .sf-field-search,
.searchandfilter > ul > li > label, 
.searchandfilter > ul > li .sf-input-select {
	width: 100%;
	min-width: unset;
}
#main .game-home .searchandfilter .sf-input-text {
	color: #0e0e0e;
}

@media only screen and (max-width: 767px) {
	.searchandfilter > ul > li {
		display: inline-block;
		width: 50%;
	}
	.searchandfilter select.sf-input-select {
		margin-bottom: 10px !important;
	}
}

@media only screen and (min-width: 768px) {
	.searchandfilter > ul {
		display: flex !important;
		flex-wrap: wrap;
	}
	.searchandfilter > ul > li {
		width: 20%;
	}
}


.brag-page-header .searchandfilter li h4 {
	color: #fff;
}

.searchandfilter .sf-input-select {
	color: #0e0e0e !important;
}

.games-list-wrapper {
	min-height: 613px;
}

.container.no-results {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 200px;
	font-size: 18px;
}


