@media screen and ( max-width: 1217px )
{
	/* Display */

	.legal-compilation-page
	{
		flex-wrap: wrap;
		row-gap: var( --Spacing-09 );
	}

	/* Width and Height  */

	.legal-compilation-page-main,
	.legal-compilation-page-sidebar
	{
		width: 100%;
	}
}

@media screen and ( min-width: 1218px )
{

	/* Display */

	.legal-compilation-page
	{
		column-gap: var( --Spacing-12 );
	}

	.home .legal-compilation-page-sidebar.legal-active {
		position: absolute;
		top: var( --position-y );
		/* right: var( --position-x ); */
		right: 0rem;
		width: var( --elem-width );
		/* display: none; */
		/* visibility: hidden; */
		/* transition: 0.4s; */
	}

	/* Width and Height  */

	.legal-compilation-page-main
	{
		width: calc( 100% / 3 * 2 - 24px );
	}

	.legal-compilation-page-sidebar:not( .legal-active )
	{
		width: calc( 100% / 3 - 24px );
		height: fit-content;
	}

	/* Position */

	/* .legal-compilation-page-sidebar:not( .home .legal-compilation-page-sidebar ) */
	.legal-compilation-page-sidebar:not( .legal-active ) {
		position: sticky;
  		/* top: 1.875rem; */
		top: calc( 3.625rem + 1.125rem);
	}
}

/* Display */

.legal-compilation-page
{
	display: flex;
	position: relative;
}

/* Position */

.legal-compilation-page:not( .home .legal-compilation-page ) {
	margin-top: var( --Spacing-09 );
}

.legal-compilation-page h1:first-child,
.legal-compilation-page h2:first-child,
.legal-compilation-page p:first-child:not( .billet-item p ) {
	margin-top: 0rem;
}

.legal-compilation-page p:first-child:not( .billet-item p ) {
	margin-bottom: var( --Spacing-06 );
}