/* Bloc Gutenberg « Actualités OClocher » */
.crestois-oclocher-block {
	width: 100%;
}

.crestois-oclocher-block__frame {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 790px;
	border: 1px solid #e3e7f0;
	border-radius: 16px;
	background: #fff;
}

.crestois-oclocher-block__button {
	display: flex;
	width: fit-content;
	max-width: 100%;
	margin: 20px auto 48px;
	padding: 10px 16px;
	border-radius: 8px;
	background: #071a5f;
	color: #fff !important;
	font-family: Inter, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
}

.crestois-oclocher-block__button:hover,
.crestois-oclocher-block__button:focus {
	background: #d7a52b;
	color: #071a5f !important;
}

.crestois-oclocher-editor {
	padding: 28px;
	border: 1px solid #d7a52b;
	background: #f7f4ee;
	color: #071a5f;
	text-align: center;
}

.crestois-oclocher-editor__icon {
	display: block;
	width: auto;
	height: auto;
	margin-bottom: 8px;
	font-size: 32px;
}

@media (max-width: 921px) {
	.crestois-oclocher-block__frame {
		height: 1160px;
	}

	.crestois-oclocher-block__button {
		text-align: left;
	}
}

@media (max-width: 544px) {
	.crestois-oclocher-block__frame {
		height: 1380px;
		pointer-events: none;
		touch-action: pan-y;
	}
}
