.headerv2 {
	/*background:#493491; /*#3E4651 /*#2e3a49;/* #4e5159;*/
	/* background: #3e4651; */
	/* background: linear-gradient(90deg,#503eac,#802fe1) 0/100%; */
	background-color: white;
	width: 100%;
	display: flex;
	opacity: 1;
	height: 65px;
	z-index: 99999999999999999999;
	position: fixed;
	box-shadow: 0px 4px 9px #00000012;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* color: white; */
	* {
		cursor: pointer;
	}

	.logocontainer {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.logocontainer,
	.homeandsteps {
		/* margin-left: 11px; */
		margin-left: 7px;
		padding: 12px 1px 8px;
		cursor: pointer;
	}

	.alert {
		animation: blinkBackground 2s infinite alternate;

	}

	.alert label {
		animation: blinkContent 2s infinite alternate;


	}

	.alert img {
		animation: blinkContent 2s infinite alternate;


	}

	.inline {}

	.inline_btn {
		width: 79px;
		border-radius: 0 0 2px 2px;
		display: flex;
		justify-content: center;
	}

	.logo {
		/* filter: brightness(100); */
		width: 28px;
	}

	.sep-line {
		display: block;
		width: 1px;
		height: 31px;
		background-color: #9f9f9f;
		/* margin: 16px 12px; */
		margin: 16px 8px;

	}

	.steps {}

	.steps ul {}

	.steps li {
		display: inline-block;
	}

	.step {

		width: 116px;
		text-align: center;
		display: block;
	}

	.stepnumber {
		font-size: 10px;
		background: white;
		width: 15px;
		height: 15px;
		display: inline-block;
		padding: 1px 1px 0px 1px;
		border-radius: 100%;
		border: 1px solid #421196;
		color: #421196;
		font-weight: 500;
		text-align: center;
	}

	.stepnumber_valide {
		background: #421196;
		color: white;
	}

	.barprogress {
		background: #d1d1d1;
		width: 591px;
		height: 7px;
		display: block;
		position: absolute;
		margin: 9px 54px;
		z-index: -3;
	}

	.innerbarprogress {}

	.steptitle {
		color: #421196;
		font-size: 12px;
		width: 140px;
		display: table-cell;
		margin: 5px 5px;
		padding: 9px 5px;
		font-weight: 600;
	}

	.btn {
		background: #4d4d4c;
		margin: 16px 18px;
		color: white;
		font-size: 13px;
		padding: 7px 12px;
		border: none;
		box-shadow: 0px 0px 2px 0px gray;
		width: 117px;
	}

	.formbutton {
		cursor: pointer;
		margin: 0px 0 !important;
		width: 78px;
		/* 36px;*/
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: center;
		height: 65px;
		padding: 0 4px;
		/* cursor: pointer;
		margin: 10px 3%;
		width: 90px;
		display: grid;
		text-align: center; */
		/* transition: 0.3s; */
		border: 1px solid transparent;
		border-top: none !important;
		border-bottom: none;
		/* box-sizing: border-box; */
		transition: .15s;
		border-radius: 1px;
	}

	.formbutton>div {
		width: 90px;
		height: 40px;
		display: flex;
	}

	.formbutton i {
		color: #495a6e;
		font-size: 18px;
		padding: 3px 4px;
	}



	.keep_right {
		display: flex;
		position: absolute;
		right: 23px;
	}

	.formbutton:hover {
		border: 1px solid #dddddddd !important;
		border-top: none !important;
		border-bottom: none !important;
		/* filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(927%) hue-rotate(176deg) brightness(94%) contrast(78%); */
		background-color: #726d7204 !important;
		border-radius: 1px;
		box-shadow: inset 0 0 32px -4px #ffffff4f;
		margin: 0px 0 !important;
		height: 65px !important;
	}

	.formbutton.actif {
		border: 1px solid #f9f7f74d !important;
		border-bottom: 4px solid var(--accent-color) !important;
		border-radius: 1px;
		background-color: #f7f8fa;
		box-shadow: inset 0 0 32px -4px #9393933d;
		margin: 0px 0 !important;
		height: 65px !important;
		box-sizing: border-box;
	}

	.formbutton.actif:hover {
		border: 1px solid #f9f7f74d !important;
		border-bottom: 4px solid var(--accent-color) !important;
		border-radius: 1px;
		background-color: #FFFFFF34;
		box-shadow: inset 0 0 32px -4px #9393933d;
		margin: 0px 0 !important;
		height: 65px !important;
		box-sizing: border-box;
	}


	.formbutton label {
		font-size: 11px;
		margin: 0px 5px 10px;
		font-weight: 600;
		color: white;
		/*#4a5a6d;*/
	}

	.homeandsteps img,
	.formbutton img {
		margin: auto;
		display: block;
		width: 20px;
		filter: brightness(0) saturate(100%) invert(38%) sepia(3%) saturate(3828%) hue-rotate(173deg) brightness(72%) contrast(88%);
	}

	.homeandsteps span {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.sub_menu {
		display: none;
		background: white;
		position: absolute;
		margin: -14px 0px;
		padding: 10px 13px;
		box-shadow: 0px 12px 7px 0px #00000052;
	}

	.sub_menu li {
		display: flex;
		width: 200px;
		cursor: pointer;
	}

	.sub_menu img {
		width: 40px;
	}

	.sub_menu label {
		font-size: 13px;
		display: flex;
		align-items: center;
		padding: 2px 6px;
		cursor: pointer;
	}

	div[disabled=disabled],
	div:disabled {
		opacity: 0.5;
	}

	.homeandsteps {
		margin: 0px 4px 16px !important;
	}
}

.headerv2 * {
	/* color: white !important; */
}

.underheaderv2 {
	width: 100%;
	/* height:28px; */
	height: auto;
	background-color: #1c30370d;
	/*#495a6e06;*/
	backdrop-filter: blur(2px);
	top: 65px;
	left: 78px;
	position: absolute;
	display: block;
	justify-content: flex-start;
	align-items: center;
}

.left-pannel-on {
	left: 389px;
}

.underheaderv2 .onglets {

	display: grid;
	grid-template-rows: 1fr;
	grid-auto-flow: row dense;
	grid-template-columns: repeat(8, 180px);

}

.underheaderv2 .onglets .s-onglet-surface {
	box-shadow: 0 7px 5px -5px #a1a1a144;
}

@keyframes blinkBackground {
	0% {
		background-color: #7818bd08;
		/*#3E4AA60f;*/

		/* Rouge doux */
	}

	60% {
		background-color: #7818bd3a;
		/* #3E4AA6f0; #7718bd*/
	}

	100% {
		background-color: rgba(120, 24, 189, 0.172);
		/* #3E4AA6ff;*/

		/* Vert menthe */
	}

}

@keyframes blinkContent {
	0% {
		/* color: var(--text-color-dark) !important; */
		filter: hue-rotate(0) sepia(0%) invert(38%) saturate(00%) brightness(0);
		/* Rouge doux */
	}

	60% {
		color: #FFFFFFFF !important;
		filter: hue-rotate(100deg) sepia(100%) invert(100%) saturate(50%) brightness(50%);
	}

	100% {
		color: #FFFFFFFF !important;
		filter: hue-rotate(0) sepia(0%) invert(38%) saturate(00%) brightness(0);
	}


	/* Vert menthe */
}



/* .new-projet-header-btn {
	padding: 4px 8px 4px 2px;
	margin: 6px 0px 8px;
	background-color: #fefeff;
	border: 1px solid #e2e2e2;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 4px;
	height: 36px;
	width: 172px;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 600;
	border: 2px solid transparent;
	border-radius: 19px;
	background:
		linear-gradient(#fefeff, #fefeff) padding-box,
		linear-gradient(90deg, rgba(65, 0, 141, 1) 0%, rgba(144, 11, 194, 1) 100%) border-box;
	color: var(--secondary-color) !important;
} */

/* .new-projet-header-btn {
	padding: 4px 24px 5px 2px;
	margin: 6px 0px 8px;
	background-color: var(--primary-color);
	border: 1px solid #e2e2e2;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 4px;
	height: 36px;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 600;
	border: 2px solid transparent;
	border-radius: 8px;
	color: #FFF !important;
} */
.new-projet-header-btn {
	/* padding: 4px 24px 5px 2px; */
	padding: 4px 24px 5px 8px;
	margin: 6px 0px 8px;
	/* background-color: var(--accent-color); */
	background: var(--gradient-btn);
	border: 1px solid #e2e2e2;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 4px;
	height: 36px;
	box-sizing: border-box;
	font-size: 15px;
	font-weight: 600;
	/* border: 2px solid transparent; */
	border: none;
	border-radius: 18px;
	color: #FFF !important;
}