.end{
	clear:both;
}
.article-list .article-image img,.article-encart .article-image img{
	max-width: 200px;
}
.article-list  .article-image, .article-encart  .article-image{
	float:left;
	clear:left;
	margin-right:10px;
}
.article-detail .article-image .photo-max img,.article-element .article-image .photo-max img {
	max-width: 400px;
}

.article-detail .article-image .photo-min img,.article-element .article-image .photo-min img{
	max-width: 130px;
	float:left;
	margin-right:5px;
	margin-top:5px;
}
.article-detail .article-image .photos-thumb,.article-element .article-image .photos-thumb{
	width: 400px;
}
.article-detail .article-image,.article-element .article-image{
	float:left;
	margin-right:20px
}

.article-detail + p{
	margin: 0;
}
.menu-right{
	float:right;
	width:300px;
}
.carte-pointeur{
	background: url(/public/plugins/article/default/images/pin.png) no-repeat center center;
	height: 30px;
	width: 30px;
}
.bloc-info-pin{
	background: #fff;
	padding: 10px;
	z-index: 2;	
	position: absolute;
	border-radius: 4px;
	color: #010101 !important;
}
.bloc-info-pin img{
	max-width:150px;
}
a.close-display {
	position: absolute;
	background: #003d4f;
	border-radius: 15px;
	border:2px solid #fff;
	top: -15px;
	text-align: center;
	line-height: 23px !important;
	margin: 0px !important;
	color: #fff !important;
	font-weight: 700 !important;
	font-size: 1.5em;
	right: -15px;
	width: 30px;
	height: 30px;
}

.article{
	text-transform: uppercase;
}
.prix {
	font-size: 74px;
	font-family: 'Crimson Text', serif;
	font-weight: 700;
	line-height: 68px;
}
.prix span.extra-min {
	font-size: 17px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.article-encart .cat, .article-list .cat {
	padding: 5px 5px;
	font-family: 'Crimson Text', serif;
	font-size: 17px;
	text-transform: none;
	font-weight: 700;
}
.article-desc {
	font-size: 14px;
	padding: 0 5px;
	font-weight: 300;
	margin-bottom: 25px;
}
.article-encart .article-name h4, .article-list .article-name h4 {
	margin-bottom: 0px;
	white-space: normal;
	margin-top: 0;
}
.article-encart .article-name a, .article-list .article-name a {
	font-size: 22px;
	font-weight: 700;
	margin-top:0;
	display: block;
	line-height: 28px;
}
/*
.gastro > div {
	border: 2px solid #DFA3B4;
	padding-bottom: 40px;
	height: 100%;
	position: relative;
	background: #fff;
}
*/
.gastro > div {
	border: 2px solid #DFA3B4;
	padding-bottom: 40px;
	height: 100%;
	position: relative;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.gastro > div .btn{
align-self: center;
}
/*
.brasserie > div {
	border: 2px solid #989286;
	padding-bottom: 40px;
	height: 100%;
	position: relative;
	background: #fff;
}*/
.brasserie > div {
	border: 2px solid #989286;
	padding-bottom: 40px;
	height: 100%;
	position: relative;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.brasserie > div .btn{
align-self: center;
}
.article-desc::after {
	bottom: -14px;
	width: 70px;
	margin-left: -35px;
}
.article-encart .article {
	width: 100%;
	height: 390px;
	float: none;
	vertical-align: top;
	padding: 0 15px;
}
.owl-nav {
	color: #c4a264;
	margin-top: 30px;
	font-weight: 700;
	text-transform: uppercase;
}
.owl-prev{
	display: inline-block;
	cursor: pointer;
	position: relative;
}
.owl-next {
	display: inline-block;
	cursor: pointer;
	float: right;
	position: relative;
}
 .owl-prev::before {
	content: "\f109";
	margin-left: 5px;
	font-family: Flaticon;
	font-size: 16px;
	font-style: normal;
}
.owl-next::after {
	content: "\f115";
	font-family: Flaticon;
	font-size: 16px;
	font-style: normal;
	margin-right: 5px;
}
.blok {
	height: 38px;
}
.brasserie > .bouton-gris {
	background: rgba(152, 146, 134, 0.3);
}
.gastro > .bouton-rose {
	background: rgba(223, 163, 180, 0.3);
}

.article-detail .article-slib{
	font-weight: 300;
	text-transform: uppercase;
	font-size: 30px;
}
.article_back{
background: #1C1C1E;
color: #FFF;
text-align: center;
margin: 0px;
	display: block;
padding: 20px 0;
margin-top: 0px;
}
.article_back:hover{
	color: #fff;
}
.article-detail .prix{
	text-transform: uppercase;
	
	}
.article-encart .business{
width: 33.33333333%;
	float: left;
	margin: 10px 0;
}
@media(max-width:1200px){
	.carousel {
	margin: 0!important;
}
	.article-encart .article-name a, .article-list .article-name a {
	font-size: 18px;
	
	line-height: 22px;
}
	.article-desc {
	font-size: 12px;
	font-weight: 300;
}
}
@media(max-width:991px){
	.article-encart .business{
width: 50%;
	float: left;
	margin: 10px 0;
}

}
@media(max-width:768px){
	.article-detail{
		padding: 0 15px;
		}
	.article-detail .article-slib {
	font-size: 21px;
}
}