h1 {
	text-align: center;
	margin: 24px auto;
}

.description {
	text-align: center;
	margin-top: 16px;
	font-size: 16px;
	line-height: 24px;
}

.tooltips {
	margin-bottom: 32px;
}

.cgu-text {
	--color: var(--color-praline);
	font-size: 11px;
	font-weight: 400;
	line-height: 18px;
	text-align: center;
	color: var(--color);
	margin-top: 24px;
}

.cgu-text>a {
	color: var(--color);
}

.grecaptcha-badge {
	z-index: 1;
}

.google-connect-btn {
	--border-size: 1px;
	background-color: var(--color-white);
	border-color: var(--color-chestnut);
	color: var(--color-carbone);
	text-transform: none;
	font-family: Inter;
	line-height: 20px;
	font-size: 16px;
	font-weight: 800;
	max-height: none;
	padding: calc(16px + var(--padding-addition)) 0;
	border-radius: 50px;
	align-items: center;
	margin-top: 24px;
}

.google-connect-btn:hover {
	--border-size: 2px;
	--padding-addition: -1px;
	border-color: var(--color-raspberry);
}

.google-icon {
	width: 24px;
	height: 24px;
	background-image: url("../../../images/icons/google-6SKJx2_.svg");
}

form div:has(> .grecaptcha-badge) {
	position: absolute;
}

.or-separator {
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 27px;
	text-align: center;
	gap: 16px;
}

.or-separator::before,
.or-separator::after {
	content: ' ';
	height: 1px;
	background-color: var(--color-caramel);
	flex-grow: 1;
}

.login-tabs {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.forgot-link {
	float: right;
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	color: var(--color-carbone);
	margin-top: 8px;
}

.no-account-yet-link {
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 22px;
	color: var(--color-carbone);
}

nav#breadcrumb {
	padding-bottom: 20px;
}


@media screen and (min-width: 720px) {
	.description {
		margin-bottom: 24px;
	}

	.tooltips {
		margin-bottom: 40px;
	}

	nav#breadcrumb {
		padding-bottom: 0px;
	}
}

.notification-container-login {
	position: unset;
	width: 100%;
}

.notification-container-login .notification {
	background: var(--color-blush);
	color: unset;
}

.notification-container-login .notification__title {
	color: var(--color-raspberry);
}

.notification-container-login .progress {
	display: none;
}

.grecaptcha-badge {
	display: none;
}
