.custom_block.custom_block_crop-image .couverture{
	background-position: center center;
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardisée */
	width:100%;
	height:200px;
	display: block;
}

.custom_block_banner-header .page-header-visual {
  position: relative;
  min-height: 380px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.custom_block_banner-header .page-header-visual .phv-bg {
  position: absolute;
  inset: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.custom_block_banner-header .phv-decor {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.custom_block_banner-header .phv-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);
  background-size: 60px 60px;
}

.custom_block_banner-header .phv-accent {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg,transparent,var(--accent),transparent);
}

.custom_block_banner-header .page-header-visual .ph-content {
  position: relative;
  z-index: 2;
  padding: 60px;
  padding-top: 60px;
  max-width: 1300px;
}

.custom_block_banner-header .section-eyebrow {
  font-size: .75rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--bleu-clair);
  margin-bottom: 20px;
  font-weight: 500;
}

.custom_block_banner-header .page-header-visual h1 {
  color: #fff;
  font-family: var(--title-family-font);
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 16px;
}

.custom_block_banner-header .page-header-visual p {
  color: var(--gris-moyen);
  max-width: 600px;
  font-size: 1.02rem;
  line-height: 1.8;
  font-weight: 300;
}


/* unsemantic mobil- */
@media screen and (max-width: 767px) {
	
}
/* unsemantic tablet- */
@media screen and (min-width: 768px) and (max-width: 1024px) {

}
/* unsemantic screen */
@media screen and (min-width: 1025px) {
	
}

.img-banner {
	height: 200px;
	width: 100%;
	position: relative;
}

.img-banner .overlay, .img-banner .image {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.img-banner .overlay {
	background-color: var(--bleu-fonce);
	opacity: 0.35;
}

.img-banner .image {
	filter: grayscale(100%);
}

.img-banner .image-title {
	position: absolute;
	bottom: 34px;
	left: 32px;
	color: white;
	text-transform: uppercase;
}


@media (min-width:767px) {
	.img-banner {
		height: 240px;
	}
}