/* Page plateforme e-learning */
body[class*="page-id-423"] {
	#outils-intelligence-artificielle {
		scroll-margin-top: 140px;
	}
	.book-a-demo {
		position: fixed;
		bottom: 20px;
		right: 20px;
		background-color: var(--e-global-color-primary);
		color: white;
		padding: 12px 20px;
		border-radius: 25px;
		text-decoration: none;
		font-weight: bold;
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
		transition: all 0.3s ease-in-out;
		z-index: 9999;

		&:hover {
			background-color: #D61C1C;
		}
		&:focus {
			outline: none;
		}
	}
	.bluredgradient div p {
		&:before {		
			content: "";
			opacity: 1;
			z-index: -1;
			position: absolute;
			inset: 0;
			filter: blur(16px);
			background: linear-gradient( 90deg, #93003F 0%, #0965C0 99.99% );
		}
	}
}