.header .wrapper .container .main-menu__element {
  margin: 0 1rem;
}

/* BLOC RSE PAG SIMPLE */

.node-page #rse_block {
	overflow: visible;
}

.node-page #rse_block.blocks .bloc {
	margin: 0 3px;
	width: 17.8%;
	min-height: 598px;
}

.node-page #rse_block.blocks .bloc h3 {
	margin-top: 30px;
}

@media screen and (max-width: 1100px) {
	.node-page #rse_block.blocks {
		margin-top: 0;
	}

	.node-page #rse_block.blocks .bloc {
		margin-top: 30px;
		width: 25%;
	}
}

@media screen and (max-width: 700px) {
	.node-page #rse_block.blocks .bloc {
		width: 40%;
	}
}

@media screen and (max-width: 500px) {
	.node-page #rse_block.blocks .bloc {
		width: 60%;
	}
}
