/*.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
}
.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;
}*/
.new-home-list{
	display: flex;
	flex-direction: row;


}
.new-home-list .article {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	/* flex-direction: column; */
	position: relative;
	padding-bottom: 20px;

	flex-wrap: wrap;
}
.new-home-list .article:after{
	content: "";
	width: 2px;
	height: 400px;
	position: absolute;
	top: 50%;
	left: 0px;
	opacity: 0.1;
	margin-top: -200px;
	background: #998675;
}
.article.col-sm-6 {
	width: 100%;
	text-align: center;
	display: flex;
	height: 100%;
}
.new-home-list .article .btn {
	margin-top: 30px;
	-webkit-align-self: end;
	-ms-flex-item-align: end;
	align-self: end;
}
.new-home-list .article .article-desc {
	
	font-size: 14px;
}
.article.col-sm-4{

}


.flex-article{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	justify-content: left;


}
.flex-article .owl-controls{
	top: -10px;
}
.label-box {
	cursor: pointer;
}

.article-secondary .label-box {
	left: -48px;
	cursor: pointer;
}
.label-box.active{
	background: #998675;	
}
.article-secondary{
	
	margin: 15px;
	padding: 0;
	width: 29.333%;
}
.flag {
	position: absolute;
	width: 100%;
	text-align: center;
	margin-top: 0;
	/* font-size: 0.8em; */
	color: #b1b1b1;
	top: 0;
	font-size: 0.8em;
	right: 0px;
	z-index: 20;
	display: block;
	margin-top: 9px;
}



.flag img {
	width: 13% !important;
	display: inline !important;
	margin-left: 10px;
	position: absolute;
	right: 0;
	top:-9px;
}
.article-secondary .flex-art{
	position: relative;
	overflow: hidden;
}
.article-secondary .flex-art{

	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	justify-content: center;
}
.article-secondary .poids{
	align-self: flex-end;
	text-align: center;
	
}
.article .poids,
.article .prix{
margin-bottom:0px;
	margin-top: 0px;
}

.label-box {
	position: absolute;
	top: -9px;
	left: -51px;
	height: 61px;
	width: 138px;
	transform: rotate(-45deg);
	z-index: 20;
	padding: 20px 0;
}
.new-label {
	font-size: 16px;
	display: inline-block;
	margin: 0;
	border-radius: 10px;
	padding: 0px 12px;
	height: 26px;
	margin: 10px 0;
	position: relative;
	z-index: 11;
}
.new-label i:before{
	margin: 0;
	font-size: 16px;
}
.article-image-2 img {
	position: relative;
	z-index: 0;
	margin-top: -100px;
	margin-bottom: -100px;
}
.article-top-list .article-image-2 {
	overflow: hidden;

}
.article-top-list .new-label {

}
.label-box i{
	display: block;
	transform: rotate(45deg);
	text-align: center;
}
.label-box i::before {
	color: #fff;
	margin-left: 0;
	font-size: 27px;
}
.article > .col-sm-6:last-of-type {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
justify-content: center;
align-items: stretch;
	overflow:hidden;
	
}
.article .col-sm-6 .btn {
	align-self: flex-end;
	margin-bottom: 50px;
	justify-items: flex-end;
}
.article img{
		max-width: 100%;
}
.article-name {
	width: 100%;
	padding: 15px;
	z-index: 30;
}
.article-top-list .article-name {
	
	margin-top: 30px;
}
.article-name p,
.article-name a{
	margin-top: 0px;
	margin-bottom:20px;
	font-size: 2.2em;
	text-align: center;
	font-family: 'Dancing Script', cursive;
	font-weight: 700;
	margin-bottom: 0px;

	
	width: 100%;
	display: block;
}

.article-secondary .article-name {
	margin-bottom: 10px;
	margin-top: 20px;
}
.article-image {
	margin-top: 30px;
	text-align: center !important;
 
}
.article-image img {
	width: 64% !important;
	display: inline !important;
	margin-top: -45px;
	position: relative;
	z-index: 10;
}
.article-secondary .article-image img {

	margin-top: -15px;
	
}
.article .article-desc {
	text-align: center;
	font-weight: 300;
	padding: 0 20px;
	

	margin: 0;
	width: 100%;

}
.article-secondary .anim {
	/* -webkit-transform: translateX(0px); */
	/* transform: translateX(0px); */
	/* -webkit-transition: 0.3s ease; */
	/* transition: 0.3s ease; */
	/* display: inline-block; */
	/* vertical-align: middle; */
	display: block;
	position: relative;
	min-height: 171px;
	width: 1000px;
	margin-bottom: 38px;
	z-index: 30;
}
.article-top-list .article .label-logo{
		-webkit-transform: translateX(0px);
	transform: translateX(0px);
	  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
	display: block;
	position: absolute;
	left: -330px;
	opacity: 0;
	top: 0;
	width: 100%;
	text-align: center;
	
}
.article-secondary .label-logo {
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	display: inline-block;
	position: relative;
	left: -330px;
	opacity: 0;
	top: 0;
	width: 100%;
	text-align: center;
	height: 55px;
}

.article-secondary .article-content {
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	display: inline-block;
	position: relative;
	right: 0;
	top: 0;
	width: 100%;
	text-align: center;
	margin-top: -94px;
}
.label-logo img {
	width: 20%;
	margin: 13px 10px;
}

.article-secondary  .article-desc {

}


.article-secondary.toggled .label-logo {
	-webkit-transform: translateX(350px);
	transform: translateX(329px);
	opacity: 1;
	text-align: center;
	width: 100%;
}
.article-secondary.toggled .article-content{
-webkit-transform: translateX(350px);
	transform: translateX(350px);
	opacity: 0;

}
.article-secondary.toggled .anim{
	/*-webkit-transform: translateX(350px);
	transform: translateX(350px);
	opacity: 0;*/
}
.owl-controls {
	position: absolute;
	height: 100%;
	/* line-height: 50%; */
	top: 0;
	text-align: center;
	left: 15px;
}
.owl-dots {
	text-align: center;
	top: 50%;
	margin-top: -20px;
	display: inline-block;
	position: absolute;
}
.owl-dot{
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border:solid 2px #fff;
	
	margin: 5px 0;
}
.owl-dot.active{
	border:solid 2px #fff;
background: #d30044;
	
}

.article-top-list  .owl-stage {
	display: flex;
	flex-direction: row;
	background: #fefaf2;
}
@media (max-width:1500px) {
.article-image-2 img {
	margin-top: -60px;
	margin-bottom: -60px;
}
}
@media (max-width: 1200px) {
	.box-pres {
	
	padding-bottom: 20px;
}

	.article-image-2 img {
	margin-top: -20px;
	margin-bottom: -20px;
}
.article-name p, .article-name a {
	font-size: 32px;
	margin-bottom: 26px;
}
.article-top-list .article-name p,.article-top-list .article-name a,
	.article-list-cat .article-name p,.article-list-cat .article-name a{
	margin-top: 0px;
	
}
.article-image {
	margin-top: 2px;

}
.article-top-list .article-image {
	margin-top: 14px;
}
.article-top-list .article-name p, .article-top-list .article-name a {
	font-size: 0.9em;
}
.article .article-desc {
	line-height: 21px;
	font-size: 0.9em;
}

.article .col-sm-6 .btn {
	padding: 7px 20px;
	margin-bottom: 10px;
margin-top: 11px;
}
	.article-secondary .article-image {
	margin-top: 42px;
	min-height: 115px;
}
	
}
@media (max-width: 991px) {
	.article-top-list .owl-stage {

	padding-bottom: 20px;
}
	.article-secondary .label-logo {

	left: -365px;

}
	.article-secondary.toggled .label-logo {
	-webkit-transform: translateX(350px);
	transform: translateX(363px);
	
}
	.label-logo img {
	width: 23%;
	margin: 13px 7px;
}
.article .article-desc {
	line-height: 21px;
	font-size: 0.9em;
	margin: 20px 0;
}
	.article-secondary .article-image {

	min-height: 94px;
}
.article-secondary .article-name {
	margin-bottom: 8px;
	margin-top: 0;
	font-size: 1.8em;
}
	
.article-image {
	min-height: 0;
}
	.article-top-list .article-image {
	min-height: 0;
}


	.box-cadeau {
	padding: 20px 7px;
}

.article .col-sm-6 {
	width: 100%;

}
.owl-controls {
	position: absolute;
	height: 20px;
	/* line-height: 50%; */
	bottom: 0;
	margin-left: -50px;
	left: 50%;
	width: 100px;
}
	.owl-dots {
	text-align: center;
	bottom: 4px;
	margin-top: 0;
			position: relative;

}

.article-list-cat .article{
		padding-bottom: 50px!important;
	}
	
.article-list-cat .article-image {
	margin-top: -18px;
	
}
	.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {

	display: inline-block;
}
		
	.owl-dot.active{
	width: 14px;
height: 14px;
background: #d30044;
		opacity:1;
	}
	.owl-dot{
	width: 14px;
height: 14px;
background: #d30044;
		opacity:0.5;
	}
	.owl-dots{
		top: 0;
	}
	.article-name {
	
	margin-bottom: 43px;
}
	.article-top-list .article-name {
	margin-bottom: 5px;
}
	.new-home-list .article {

}
	.new-home-list .article .btn {
	margin-top: 0px;
}
	.article-name p, .article-name a {
	font-size: 24px;
}
	

}


@media (max-width: 767px) {
	
	.flex-article .owl-controls {
	top: -24px;
}

.article-name p, .article-name a {
	font-size: 33px;
	margin-bottom: 0;
}
	.new-home-list .article .btn {
	margin-top: 30px;
}
	.new-home-list {
display: block;
	}
.article-secondary {
	width: 95%;
}
.article-secondary .article-name {
	margin-top: 0;
	/* padding: 20px; */
}

	.box-cadeau img {
	width: 70%;

}
	.article-secondary .label-logo {

	height: 130px;
}
		.article .col-sm-6 .btn {

	margin-top: 22px;
}
	.sub-title {
	font-size: 1.2em;
}
		.article-top-list .article-image {
	min-height: 0;
}
	.article-top-list .article-name{
	padding: 6px;
	}
	.article-name {
	margin-bottom: 10px;
}
	.article-secondary {
	margin: 7px;
	padding: 0;
}
.article .article-desc {
	line-height: 26px;
	font-size: 1em;
	margin: 20px 0 0;
}
	.article-name p, .article-name a {
	margin-top: 0;

}
.owl-carousel .owl-item .label-logo img {
	display: inline;
	margin: 58px 7px;
	width: 16%;
}
.article-secondary .anim {
	min-height: none;
	width: 600px;
	min-height: 301px;

}
	.article .col-sm-6 {

	padding-top: 20px !important;
		padding-bottom: 20px!important;
}
.article-image {
	max-height: none;
	
	width: 100%;
}
.article-name {
	margin-top: 0;

	padding: 20px;
}
	.article-image > a{
		width: 100%;
	}
	.article-image {
	min-height:0;
	max-height: none;

}
}
