/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.bloc-presentation {
	margin-top: 30px;
}
.bloc-presentation .d-flex{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
}
.bloc-presentation .d-flex .item-bloc{
	width: 49%;
	min-height: 500px;
}
.bloc-presentation .item-bloc{
	padding: 30px;
	text-align: center;
}
.bloc-presentation .item-bloc p{
	color: #000;
}
.bloc-presentation .item-bloc h2{
	text-transform: uppercase;
	line-height: 30px;
	font-weight: bold;
}
.bloc-presentation .item-bloc a{
	text-decoration: underline;
}
.bloc-presentation .bloc1{
	background: #f0d524;
	color: #000;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.bloc-presentation .bloc1 p{
	color: #000;
}
.bloc-presentation .bloc1 a{
	color: #000;
}
.bloc-presentation .bloc2{
	background: #000;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.bloc-presentation .bloc2 p{
	color: #fff;
}
.bloc-presentation .bloc3{
	background: #d0cdd8;
	color: #000;
	margin-top: 30px;
}
#category-description h2{
	color: #000;
    margin: 20px 0 0;
	font-size: 16px;
}
#category-description p{
	line-height: 20px;
}
.block-category .category-cover{
	text-align: center;
	margin-bottom: 30px;
}
#cms .description-categrory{
	margin-bottom: 30px;
}
#cms .description-categrory p{
	margin-bottom: 10px
}
#category #wrapper .breadcrumb{
	height: 300px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}
#category #wrapper .breadcrumb:before{
	content: "";
	position: absolute;
	height: 300px;
	width: 100%;
	background: rgba(0,0,0,0.4);

}
#category #wrapper .breadcrumb .new-title-breadcrumb{
	color: #fff;
	z-index: 50;
	position: relative;
}
#category #wrapper .breadcrumb li a{
	color: #fff;
	z-index: 50;
	position: relative;
}
#category  #wrapper .breadcrumb li:after{
	color: #fff;
}
@media(max-width:1578px){
	.bloc-presentation .d-flex .item-bloc{
		min-height: 640px;
		width: 48%;
	}
	
}
@media(max-width:1199px){
	.bloc-presentation .d-flex .item-bloc{
		min-height: 690px;
	}
	#category #wrapper .breadcrumb{
		height: 200px;
	}
	#category #wrapper .breadcrumb:before{
		height: 200px;
	}
}
@media(max-width:991px){
	.bloc-presentation .d-flex .item-bloc{
		min-height: auto;
		width: 100%;
	}
	
}
@media(max-width:767px){
	.bloc-presentation .item-bloc h2{
		font-size: 18px;
		line-height: 25px;
	}
	#category #wrapper .breadcrumb{
		height: 150px;
	}
	#category #wrapper .breadcrumb:before{
		height: 150px;
	}
}