@font-face {
 font-family:"Relevant-Light";
 font-weight: normal;
 font-style: normal;
 src:url(https://catalogues.bricomarche.com/Integration/fonts/relevantlight-webfont.woff) format("woff"),
 url(https://catalogues.bricomarche.com/Integration/fonts/relevantlight-webfont.woff2) format("woff2");
}
@font-face {
 font-family:"Relevant";
 font-weight: normal;
 font-style: normal;
 src:url(https://catalogues.bricomarche.com/Integration/fonts/relevant_normal-webfont.woff) format("woff"),
 url(https://catalogues.bricomarche.com/Integration/fonts/relevant_normal-webfont.woff2) format("woff2");
}
@font-face {
 font-family:"Relevant-Medium";
 font-weight: normal;
 font-style: normal;
 src: url(https://catalogues.bricomarche.com/Integration/fonts/relevant_medium-webfont.woff) format("woff"),
 url(https://catalogues.bricomarche.com/Integration/fonts/relevant_medium-webfont.woff2) format("woff2");
}
@font-face {
 font-family:"Relevant-Bold";
 font-weight: normal;
 font-style: normal;
 src:url(https://catalogues.bricomarche.com/Integration/fonts/relevant_bold-webfont.woff) format("woff"),
 url(https://catalogues.bricomarche.com/Integration/fonts/relevant_bold-webfont.woff2) format("woff2");
}
@font-face {
 font-family:"Relevant-Black";
 font-weight: normal;
 font-style: normal;
 src:url(https://catalogues.bricomarche.com/Integration/fonts/relevant_black-webfont.woff) format("woff"),
 url(https://catalogues.bricomarche.com/Integration/fonts/relevant_black-webfont.woff2) format("woff2");
}
body, html {
  background: #e5e5e5;
  color: #2d2d2d;
}
.guide-noel img {
	max-width: 100%;
}
.guide-noel {
	width: 995px;
	margin: 60px auto 40px;
	  background: #e5e5e5;
  color: #2d2d2d;
}
.guide-noel p {
	font-size: 20px;
	line-height: 22px;
	margin: 0px;
}
.guide-noel .titre h2 {
	font-size: 30px;
	line-height: 32px;
	color: #2d2d2d;
	text-align: center;
	margin-bottom: 40px;
}
.guide-noel .solutions {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.guide-noel .solutions a {
	text-decoration: none;
	color: #2d2d2d;
	width: 50%;
	text-align: center;
}
.guide-noel .solutions a img {
	border-radius: 10px;
}
.guide-noel .solutions a p {
	margin-top: 10px;
	font-weight:bold;
}
.guide-noel .categories a {
	background: #fff;
	border: 1px solid #efefef;
	color: #202020;
	border-radius: 100px;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
	padding: 10px 20px;
	margin: 0 10px;
}
.guide-noel .mosaique:nth-child(1) {
	margin-top: 40px;
}
.guide-noel .mosaique {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}
.guide-noel .mosaique .bloc-1img {
	width: 385px;
	border-radius: 10px;
	border: 10px solid #fff;
	background: #fff;
}
.guide-noel .mosaique .bloc-1img a {
	position: relative;
	text-decoration: none;
	color: #fff;
	background: #fff;
	display: flex;
}
.guide-noel .mosaique .bloc-1img a img {
	border-radius: 6px;
}
.guide-noel .mosaique .bloc-1img a p {
	position: absolute;
	bottom: 20px;
	left: 20px;
}
.guide-noel .mosaique .bloc-3img,
.guide-noel .mosaique .bloc-4img {
	width: 595px;
}
.guide-noel .mosaique .bloc-3img .img-horizontale {
	border-radius: 10px;
	border: 10px solid #fff;
	margin-bottom: 20px;
}
.guide-noel .mosaique .bloc-3img .img-horizontale a {
	position: relative;
	color: #fff;
	text-decoration: none;
	background: #fff;
	display: flex;
}
.guide-noel .mosaique .bloc-3img .img-horizontale a img {
	border-radius: 6px;
}
.guide-noel .mosaique .bloc-3img .img-horizontale a p {
	position: absolute;
	bottom: 20px;
	left: 20px;
}
.guide-noel .mosaique .bloc-4img .bloc-2img:nth-child(1) {
	margin-bottom: 20px;
}
.guide-noel .mosaique .bloc-2img {
	display: flex;
	justify-content: space-between;
}
.guide-noel .mosaique .bloc-2img .conseil {
	display: flex;
	background: #7F9FA8;
	border-radius: 6px;
	width: 290px;
	padding: 20px;
	flex-direction: column;
	color: #fff;
	text-decoration: none;
	justify-content: end;
	position: relative;
}
.guide-noel .mosaique .bloc-2img .conseil::after {
	content: "";
	width: 30px;
	height: 20px;
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	background: url("../images/quote.png") no-repeat;
}
.guide-noel .mosaique .bloc-2img .conseil span {
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 10px;
	letter-spacing: 1px;
	font-weight:bold;
}
.guide-noel .mosaique .bloc-2img .conseil p {
	margin-bottom: 20px;
}
.guide-noel .mosaique .bloc-2img .conseil img {
	border-radius: 6px;
}
/**/
.guide-noel .mosaique .conseil-grd {
	display: flex;
	background: #7F9FA8;
	border-radius: 6px;
	width: 45%;
	padding: 20px;
	flex-direction: column;
	color: #fff;
	text-decoration: none;
	justify-content: end;
	position: relative;
}
.guide-noel .mosaique .conseil-grd::after {
	content: "";
	width: 30px;
	height: 20px;
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	background: url("../images/quote.png") no-repeat;
}
.guide-noel .mosaique .conseil-grd span {
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 10px;
	letter-spacing: 1px;
	font-weight:bold;
}
.guide-noel .mosaique .conseil-grd p {
	margin-bottom: 20px;
}
.guide-noel .mosaique .conseil-grd img {
	border-radius: 6px;
}
.guide-noel .mosaique .bloc-2img .img-seule {
	border-radius: 10px;
	border: 10px solid #fff;
	position: relative;
	color: #fff;
	text-decoration: none;
	display: flex;
	background: #fff;
	width: 290px;
}
.guide-noel .mosaique .bloc-2img .img-seule img {
	border-radius: 6px;
}
.guide-noel .mosaique .bloc-2img .img-seule p {
	position: absolute;
	bottom: 20px;
	left: 20px;
}
.img-mobile,
.img-tablette {
	display: none;
}
.guide-noel .mosaique .bloc-3img div.img-horizontale:nth-child(2) {
	margin-top: 20px;
	margin-bottom: 0px;
}
.mosaique .large {
	position: relative;
	color: #fff;
	text-decoration: none;
	background: #fff;
	display: flex;
	border-radius: 10px;
	border: 10px solid #fff;
	width: 610px;
}
.mosaique .largeiframe-desktop  {
	position: relative;
	color: #fff;
	text-decoration: none;
	background: #fff;
	display: flex;

	max-width: 995px;
	width:100%;
	
}
.mosaique .small {
	position: relative;
	color: #fff;
	text-decoration: none;
	background: #fff;
	display: flex;
	border-radius: 10px;
	border: 10px solid #fff;
	width: 366px;
}
.mosaique .large p,
.mosaique .small p {
	position: absolute;
	bottom: 20px;
	left: 20px;
}
	.categories {
		margin-bottom: 40px;
	}
@media (max-width:994px) {
	.guide-noel {
		width: 90%;
	}
	.guide-noel p {
	font-size: 18px;
	line-height: 20px;
}
	.guide-noel .solutions a {
		width: 47%;
	}
	.guide-noel .titre h2 {
		font-size: 20px;
		line-height: 22px;
		margin-bottom: 20px
	}
	.categories button {
		display: none!important;
	}
	.guide-noel .mosaique {
		flex-wrap: wrap;
	}
	.guide-noel .mosaique .bloc-1img,
	.guide-noel .mosaique .bloc-3img {
		width: 100%;
	}
	.img-desktop {
		display: none;
	}
	.img-mobile {
		display: block;
	}
	.guide-noel .mosaique .bloc-2img .conseil {
		padding: 5px;
		width: 48%;
	}
	.guide-noel .mosaique .bloc-2img .img-seule {
		width: 48%;
	}
	.guide-noel .mosaique .bloc-3img {
		display: flex;
		flex-wrap: wrap;
		margin-top: 10px;
	}
	.guide-noel .mosaique .bloc-3img .bloc-2img {
		order: 1;
		width: 100%;
	}
	.guide-noel .mosaique .bloc-3img .img-horizontale {
		order: 2;
		margin-top: 10px;
		margin-bottom: 0px;
	}
	.img-tablette {
		display: none;
	}
	.guide-noel .mosaique .bloc-2img .conseil::after {
		top: 10px;
		right: 10px;
	}
	.guide-noel .mosaique .bloc-4img .bloc-2img:nth-child(1) {
		margin-bottom: 10px;
	}
	.guide-noel .mosaique .bloc-1img:nth-child(2) {
		margin-top: 10px;
	}
	.mosaique .large,
	.mosaique .small {
		width: 48%;
		border-width: 5px;
	}
	.guide-noel p {
		font-size: 14px;
		line-height: 16px;
	}
	div.mosaique:nth-child(10) > div:nth-child(1) {
		margin-bottom: 10px;
	}
	.guide-noel .mosaique .bloc-2img .img-seule,
	.guide-noel .mosaique .bloc-1img,
	.guide-noel .mosaique .bloc-3img .img-horizontale {
		border-width: 5px;
	}
	.guide-noel .mosaique .bloc-2img .img-seule p,
	.guide-noel .mosaique .bloc-1img a p,
	.guide-noel .mosaique .bloc-3img .img-horizontale a p,
	.mosaique .large p, .mosaique .small p {
		left: 10px;
		bottom: 10px;
	}
	.guide-noel .mosaique .bloc-3img div.img-horizontale:nth-child(2) {
		margin-top: 10px;
	}	
	.mosaique .largeiframe-desktop  {
	position: relative;
	color: #fff;
	text-decoration: none;
	background: #fff;
	display: flex;
	width:100%;
	}
	.guide-noel .mosaique .bloc-4img {
		margin-top: 10px;
	}	
	.guide-noel .mosaique .conseil-grd {
		width: 35%;
	}
}
