/*
 Theme Name:   Application Ezeecam
 Theme URI:    https://www.ezeecam.com/
 Description:  Dashboard Light Ezeecam
 Author:       Digimeo
 Author URI:   https://www.app.ezeecam.com/
 Version:      1.0
*/
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800&display=swap');
/* @import url('https://fonts.cdnfonts.com/css/segoe-ui-4'); */

@font-face {
	font-family: 'segoeui';
	src: url('../font/segoeui/segoeuithis.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'segoeui';
	src: url('../font/segoeui/segoeuithibd.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;

}

/* @font-face {
	font-family: 'segoeui';
	src: url('font/segoeui/segoeuithisi.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
} */

@font-face {
	font-family: 'segoeui';
	src: url('../font/segoeui/segoeuithisz.ttf') format('truetype');
	font-weight: 700;
	font-style: italic;
}

.container_input .active {
	background-color: #ffffff;
	border: 1px solid var(--secondary-color) !important;
	box-shadow: 0 4px 24px -2px #7451eb66 !important;
}

:root {
	/* Couleurs */
	--primary-color: #7559ff;
	/* #7451eb;*/
	--secondary-color: rgb(65, 0, 141);
	/*#6541f1;*/
	--accent-color: #7718bd;
	/*#630da3;*/
	--secondary-color-soft: #6441f128;


	--tertiary-color: #e2daff;
	--text-color: #4a5a6d;
	--text-color-dark: #293342;
	--ggl-txt: #444746;
	/*#1f2937;*/
	/*#222b45;*/
	--background-color: rgba(245, 245, 247, 0.224);
	--background-dashboard: #ffffff;
	/* #f5f5f7;*/
	/* #edf1f7;*/
	/* --background-component: #fcfcfc; */
	--background-component: #f7f8fa;
	--background-folder-component: #f7f8fa;
	/* --background-component: #e8e9eb; */
	/*#ffffff;*/
	--background-light: #f7f9fc42;
	--background-hover: #d8dde688;
	--background-active: #d8dde6af;

	--background-button: #f8fafc;
	--background-button-active: #ffffff;
	--background-pophover: #163b5b4a;
	/* --gradient-btn: linear-gradient(90deg, rgba(65, 0, 141, 1) 0%, rgba(144, 11, 194, 1) 100%); */
	/* --gradient-btn: linear-gradient(90deg, #591AA1 0%, #8F28D4 100%); */
	/* #5C28D4 #7628D4*/
	/* --gradient-btn: linear-gradient(90deg, #5C28D4 0%, #7628D4 100%); */

	--gradient-btn: linear-gradient(90deg, #5C28D4 0%, #8339dd 100%);



	--gradient-btn-hover: linear-gradient(90deg, rgba(65, 0, 141, 1) 0%, rgba(144, 11, 194, 1) 60%, rgb(158, 42, 202) 100%);
	--yellow-button: #FFB703;
	/*#fdc500;*/
	/* --gradient-yellow-btn: linear-gradient(90deg, rgba(253, 197, 0, 1) 0%, rgba(255, 215, 64, 1) 100%); */
	--gradient-yellow-btn: linear-gradient(90deg, rgba(250, 171, 3, 1) 0%, rgba(255, 202, 48, 1) 100%);
	--gradient-yellow-btn-hover: linear-gradient(90deg, rgba(253, 197, 0, 1) 0%, rgba(255, 215, 64, 1) 60%, rgb(255, 225, 102) 100%);
	--grey-a: #f4f4f4;
	--grey-b: #e0e0e0;
	--grey-cf: #cfcfcf;

	/* Fonts */
	--font-primary: 'segoeui', sans-serif;
	--font-secondary: 'Inter', sans-serif;

	/* Tailles de police */
	--font-size-small: 13px;
	--font-size-normal: 16px;
	--font-size-large: 18px;

	/* Espacements */
	--spacing-small: 8px;
	--spacing-medium: 16px;
	--spacing-large: 24px;

	/* Padding */
	--padding-xsmall: 2px 8px;
	--padding-small: 4px 8px;
	--padding-btn-icon: 3px 18px 4px 8px;
	--padding-small-component: 4px;
	--padding-medium: 8px 16px;
	--padding-medium-component: 8px;
	--padding-large: 12px 24px;
	--padding-large-component: 20px 16px;
	--padding-larger: 16px 32px;
	--padding-larger-component: 8px 16px;
	--padding-xlarger-component: 24px;
	--padding-xxlarger-component: 32px;
	--padding-mega: 40px 256px;
	--padding-menu-btn: 8px 16px 8px 8px;
	--padding-menu-btn-cnd: 0px 8px 16px;
	--padding-close-btn: 16px;
	--padding-pdf: 24px 32px;
	--padding-large-list-gzn: 2px 12px 0;

	/* Coins */
	/* --border-radius-small: 0.25rem; */
	--border-radius-small: 0.55rem;
	/*1.125rem;*/
	/*1rem*/
	--border-radius-medium: 0.5rem;
	/*0.5rem*/
	--border-radius-large: 1rem;
	--round-radius: 1rem;

	/* Bordures */
	/*#e0e0e0;*/
	--border-thin-light: 1px solid #d4d7e0;
	--border-thin: 1px solid #E3E5EA;
	/* --border-thin-app: 1px solid #e7e8e8; */
	--border-thin-app: 1px solid #e8e9eb;


	/*1px solid #C3C8D2;1px solid #e2e2e2;*/
	--border-thin-dark: 1px solid #4a5a6d;

	--border-medium: 2px solid #b0b0b0;
	--border-thick: 4px solid #808080;
	--border-dashed: 2px dashed #e4e9f2;


	/* Shadow */
	--shadow-thin: 0px 3px 3px -2px #dae1f2ab;
	/* --shadow-thin-app: 0px 4px 8px -4px #A2A1AC; */

	/* --shadow-thin-app: 0px 12px 10px -12px #D3D7D9; */
	--shadow-thin-app: 0 1px 6px rgba(33, 34, 41, 0.07);
	/*#ebebede6;*/
	/**/
	--shadow-medium: 0px 20px 12px -8px #dae1f277;
	--shadow-thick: 0 5px 10px rgb(154 160 185 / 5%), 0 15px 40px rgb(166 173 201 / 20%);
	--shadow-popup: 0px 12px 60px -6px #cdbbda47;
	/* --shadow-minitoolbar: 8px 0 8px -8px #00000012; */
	--shadow-minitoolbar: 8px 0px 9px #00000012;
	--shadow-pdf: -4px 16px 19px 6px #00000024;
	--shadow-bigforbutton: -2px 8px 24px -4px #512484bb;
	--shadow-apple: 2px 4px 12px #00000014;



	--files-icon-size: 40px;



	--bright-blue: oklch(51.01% 0.274 263.83);
	--electric-violet: oklch(53.18% 0.28 296.97);
	--french-violet: oklch(47.66% 0.246 305.88);
	--vivid-pink: oklch(69.02% 0.277 332.77);
	--hot-red: oklch(61.42% 0.238 15.34);
	--orange-red: oklch(63.32% 0.24 31.68);

	--gray-900: oklch(19.37% 0.006 300.98);
	--gray-700: oklch(36.98% 0.014 302.71);
	--gray-400: oklch(70.9% 0.015 304.04);

	--red-to-pink-to-purple-vertical-gradient: linear-gradient(45deg,
			var(--electric-violet) 0%,
			var(--vivid-pink) 30%,
			var(--orange-red) 100%);

	--red-to-pink-to-purple-vertical-gradient-hover: linear-gradient(255deg,
			var(--electric-violet) 0%,
			var(--vivid-pink) 30%,
			var(--orange-red) 100%);

	--red-to-pink-to-purple-horizontal-gradient: linear-gradient(90deg,
			var(--electric-violet) 0%,
			var(--vivid-pink) 30%,
			var(--orange-red) 100%);

	--border-hover-dashed: 2px dashed var(--accent-color);

	--electric-blue: #00c3ff;
	--electric-green: #22c55e;
	--deep-green: #0fc4b8;

	--blue-to-green-gradient: linear-gradient(45deg,
			var(--electric-blue) 0%,
			var(--deep-green) 30%,
			var(--electric-green) 100%);

	--blue-to-green-gradient-horizontal: linear-gradient(90deg,
			var(--electric-blue) 0%,
			var(--deep-green) 30%,
			var(--electric-green) 100%);


	--yellow-to-orange-gradient: linear-gradient(45deg,
			#FFB703 0%,
			var(--hot-red) 30%,
			#FFA500 100%);
}

html,
body {
	height: 100dvh;
}

/* [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
} */
.hor-divider {
	height: 1px;
	width: 100%;
	background: var(--red-to-pink-to-purple-horizontal-gradient);
	margin-block: 0.8rem;
}

.divider {
	width: 1px;
	background: var(--red-to-pink-to-purple-vertical-gradient);
	margin-inline: 0.5rem;
}

.border-radius-small {
	border-radius: var(--border-radius-small);
}

.thin-border {
	border: var(--border-thin);
}

.dashboard-component {
	/* border-radius: var(--border-radius-small); */
	/* border-radius: var(--border-radius-medium); */
	border-radius: var(--round-radius);
	border: var(--border-thin);
	box-shadow: var(--shadow-thin);
	background-color: var(--background-component);
	padding: var(--padding-larger-component);
	width: 100%;


	box-sizing: border-box;
	min-height: 230px;
	display: block;
	height: 100%;
	position: relative;
}

.folder-component {
	/* border-radius: var(--border-radius-small); */
	/* border-radius: var(--border-radius-medium); */
	/* border-radius: var(--round-radius); */
	border: var(--border-thin);
	box-shadow: var(--shadow-thin);
	background-color: var(--background-folder-component);
	padding: var(--padding-larger-component);
	width: 100%;


	box-sizing: border-box;
	min-height: 230px;
	display: block;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.component-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 30px;
	padding: 0 4px;
	width: 100%;
	box-sizing: border-box;
}

.foldercontainer .dashboard-component {
	border-radius: var(--border-radius-small);
	border: var(--border-thin-app);
	background-color: var(--background-component);
	padding: var(--padding-large-component);
	width: 100%;
	box-shadow: var(--shadow-thin-app);
	box-sizing: border-box;
	min-height: 230px;
	display: block;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.foldercontainer .component-head {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 30px;
	width: 100%;
	box-sizing: border-box;
	padding: 0px;
	border-bottom: 1px solid #edf1f7;
	margin-bottom: 2px;
}

.foldercontainer .component-head button .material-symbols-outlined {
	font-size: 20px !important;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.component-heading .material-symbols-outlined {
	padding: 0;
}

.dashboard-component h3 {
	font-size: 17px !important;
	font-weight: 600 !important;
	letter-spacing: -.015px !important;
	margin: 8px 16px 8px !important;
}

.dashboard-component h4 {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: -.25px;
	margin: 0 0 4px;
}

.dashboard-component small,
.dashboard-component .small {
	font-size: 12px;
	font-weight: 300;
	letter-spacing: -.25px;
	margin: 0 0 8px;
}

.dashboard-component small b,
.dashboard-component .small b {
	font-weight: 700;
}

* li {
	list-style: none;

}

.dashboard-component li {
	background-color: var(--background-light);
	border-bottom: 1px solid #edf1f7;
	padding: var(--padding-medium);
}

.dashboard-component input {
	margin-bottom: 16px;
	border-radius: var(--border-radius-small) !important;
	padding: var(--padding-xsmall);
	width: 300px !important;
	border: 1px solid #7451eb22;
	box-sizing: border-box;
	height: 40px;
	outline: none;
	font-size: 12px !important;
	line-height: 1.15;
	margin: 0 0 2px;
	cursor: pointer;
}

.dashboard-component input[type="button"],
.dashboard-component input[type="submit"] {

	height: 32px;
}

.dashboard-component label {
	cursor: pointer;
}

.dashboard-component button:not(#project-chantier button, #project-map button, #map button, .light-btn, .files-management-close, .media-management-close, .adddossierbtn) {
	display: block;

	max-width: 200px;
	border: none;
	/* background-color: var(--secondary-color); */
	background: var(--secondary-color);
	background: var(--gradient-btn);
	color: white !important;
	font-size: 14px;
	/* padding: var(--padding-large); */
	padding: var(--padding-btn-icon);
	font-weight: bold;
	border-radius: var(--border-radius-small);
	box-shadow: var(--shadow-thin);
	transition: 0.3s;
}

.dashboard-component .subproject_Content button {
	border: 1px solid var(--gradient-yellow-btn) !important;
	background: var(--gradient-yellow-btn) !important;
	color: var(--text-color-dark) !important;
}

.dashboard-component .subproject_Content span {
	color: var(--text-color-dark) !important;
}

.dashboard-component .light-btn {
	display: block;
	max-width: 200px;
	border: 1px solid var(--secondary-color) !important;
	color: var(--secondary-color) !important;
	background-color: white !important;
	font-size: 12px;
	padding: var(--padding-large);
	font-weight: bold;
	border-radius: var(--border-radius-small);
	box-shadow: var(--shadow-thin);
	transition: 0.3s;
}

.dashboard-component select {
	border: 1px solid #7451eb22;
	border-radius: 2px;
	padding: 2px 8px;
	width: 100% !important;
	height: 20px;
	box-sizing: border-box;
	height: 28px;
	background-color: white;
	cursor: pointer;
}

.dashboard-component .iconType {
	height: 16px;
	min-width: 35px;
	max-width: 35px;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	flex-direction: column !important;
	box-sizing: border-box;
}

input[type="range"] {
	-webkit-appearance: none;
	appearance: none;
	transition: all 0.45s ease-out;
}

input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	transition: all 0.45s ease-out;
}

input[type="range"]::-moz-range-thumb {
	transition: all 0.45s ease-out;
}




.dashboard-component .iconType span {
	margin: 0;
	padding: 0;
	text-align: center;
}

nav {
	width: 100%;
	box-sizing: border-box;
	color: #222b45 !important;
}

body>div {
	height: 100dvh;
}

*:not(button) {
	color: var(--text-color-dark) !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Gestion de la scrollbar sur mobile et deskp*/
::-webkit-scrollbar {
	-webkit-appearance: none;
}

.usernameintable {
	background: #7451eb;
	color: white !important;
	font-weight: 600;
	padding: 5px 8px;
	border-radius: 2px;
	font-size: 13px;

}

::-webkit-scrollbar {
	width: 2px !important;
	height: 2px !important;
	background-color: #eaeaea47 !important;
}

::-webkit-scrollbar-thumb {
	background-color: rgba(57, 57, 57, 0.111) !important;
	border-radius: 1px !important;
}

::-webkit-scrollbar-track {
	background-color: #edededdc !important;
}

canvas {
	outline: none !important;
}

[ng-click] {
	cursor: pointer;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
button,
hr,
input {
	overflow: visible;
}

progress,
sub,
sup {
	vertical-align: baseline;
}

[type=checkbox],
[type=radio],
legend {
	box-sizing: border-box;
	padding: 0;
}

body {
	margin: 0;

}

details,
main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

hr {
	box-sizing: content-box;
	height: 0
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 11px;
	display: block;
	margin: 4px 0;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* font-size: 100%; */
	line-height: 1.15;
	margin: 0;
}

button,
select {
	text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button;
	appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: ButtonText dotted 1px;
}

fieldset {
	padding: .35em .75em .625em;
}

legend {
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal;
}

textarea {
	overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	appearance: textfield;
	outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;

}

input[type="file"]::-webkit-file-upload-button {
	border-radius: 16px;
}

summary {
	display: list-item;
}

[hidden],
template {
	display: none;
}

/* GLOBAL */
body {
	/* font-family: 'Inter', sans-serif; */
	font-family: 'segoeui', 'Inter', sans-serif;
	margin: 0;
	padding: 0;
	background-color: #f5f5f7;
	color: #343d48;
	/*#4a5a6d;*/
	font-size: 16px;
}


ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

button {
	cursor: pointer;
	/* border-radius: 5px; */
	border-radius: 18px;
}

button.outline {
	background-color: #e2daff;
	color: #7451eb;
	border: 1px solid #7451eb;
	font-weight: 700;
	font-size: 16px;
	padding: 3px;

}

select {
	cursor: pointer;
}


input[type=range] {
	-webkit-appearance: none;
	appearance: none;
	width: 100% !important;
	height: 4px !important;
	border-radius: 10px !important;
	background: #e2daff77 !important;
	border: none !important;
	outline: none;
	opacity: 1;
	-webkit-transition: .2s;
	transition: opacity .2s;
	margin: 12px 0 0;
}

input[type=range]:hover {
	opacity: 1;
}

input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #6200ee;
	cursor: pointer;
	border: none;
	outline: none;
	box-shadow: 0 5px 10px rgb(154 160 185 / 5%), 0 15px 40px rgb(166 173 201 / 20%);
}

input[type=range]::-moz-range-thumb {
	width: 8px;
	height: 8px;
	background: #6200ee;
	cursor: pointer;
	border: none;
	outline: none;
	box-shadow: 0 5px 10px rgb(154 160 185 / 5%), 0 15px 40px rgb(166 173 201 / 20%);
}

input[type=checkbox] {
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	appearance: none;
	outline: none;
	content: none;
	width: 20px;
	height: 20px;
	border: 1px solid #e2daff;
	box-shadow: 0px 20px 12px -8px #dae1f277;
	min-width: 20px;
}

input[type=checkbox]:before {
	content: url(/img/icon-validate-checkbox.svg);
	color: transparent !important;
	background: #fff;
	display: none;
	width: 10px;
	height: 10px;
	left: 50%;
	top: 50%;
	position: relative;
	transform: translate(-50%, -68%);
}

input[type=checkbox]:checked:before {
	display: block;
}

input[type=checkbox],
input[type=text],
input[type=number] {

	border-radius: 8px;
}

/* -- */
header.header {
	box-sizing: border-box;
	height: 105px;
	display: grid;
	/* grid-template-columns: 53px 230px 420px 1fr 350px; */
	grid-template-columns: 75px 1fr 207px 388px;
	grid-template-areas: 'logo header-center-left header-center header-center-right icons';
	align-items: center;
	position: relative;
	background-color: rgba(247, 248, 250, 0.88);
	backdrop-filter: blur(4px);
	/* outline : 1px  solid #13131328;
	border-bottom: thick solid #1313130c; */
	grid-gap: 0 8px;

}

.header-after {
	content: '';
	display: flex;
	background-color: rgba(247, 248, 250, 0.88);

	position: absolute;
	top: 105px;
	height: 9px;
	z-index: 99999;
	width: 100%;
	border-top: 4px solid white;
}

header.header .container_logo {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	font-size: 18px;
	color: #7451eb;
	height: 105px;
	width: 75px;
	margin: auto;
	background-color: rgba(247, 248, 250, 0.88);
	/* border-radius: 50%;*/
	border-right: 1px solid #ededed;
}

header.header .container_logo a {
	padding: 10px 0 0;
}

#header-name-onglet {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	height: 105px;
	box-sizing: border-box;


}

#header-name-onglet::after {
	background-color: rgba(247, 248, 250, 0.88);
	height: 9px;

}

.projectname {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	font-size: 14px;
	margin: 24px 0 0;
	width: 282px;
}

.projectname-name {
	width: 100%;
	margin: 0 8px 0 !important;
	border-radius: 5px;
	border: 1px solid #7451eb;
	background: transparent;
	color: #7451eb;
	font-size: 14px;
	font-weight: 800;
	max-width: 160px;
	height: 28px;
	padding: 8px 11px;
	box-sizing: border-box;
	line-height: 8px;
	box-shadow: 0px 20px 12px -8px #dae1f277;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* .projectname span{
	font-size: 12px;
	font-weight: 700;
	color: #383d3bb2;
	padding: 4px 8px 0;
	margin: 0px;
	max-height: 25px;

} */
header select {
	margin: 0 8px 0 !important;
	border-radius: 5px;
	border: 1px solid #7451eb;
	background: transparent;
	width: 100%;
	color: #7451eb;
	font-size: 14px;
	font-weight: 800;
	max-width: 160px;
	height: 28px;
	line-height: 8px;
	box-shadow: 0px 8px 12px -8px #dae1f277;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

header select option {
	padding: 2px;
	/*border: none;
	border-bottom: 1px solid #7451eb;
	background: transparent;
	width: 100%;
	color: #7451eb;
	font-size: 14px; */
	margin: 0 8px 0 !important;
	border-radius: 0 0 5px 5px;
	border: 1px solid #7451eb;
	background: transparent;
	width: 100%;
	color: #7451eb;
	font-size: 14px;
	font-weight: 800;
	max-width: 160px;
	height: 28px;
	line-height: 8px;
	box-shadow: 0px 8px 12px -8px #dae1f277;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

header select option:hover {
	color: #5b3bc8;
}

header.header.dashboard {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	display: grid;
	/* grid-template-columns: 250px 170px 1fr 300px 32px;
	grid-template-areas: 'logo newproject header-center-left header-center-right icons '; */

	grid-template-columns: 230px 1fr 60px;
	grid-template-areas: 'logo header-center icons ';
	position: relative;
	/* box-shadow: var(--shadow-medium); */

	height: 51px;
	background: white;
	outline: none;
	/* border-bottom: 1px solid #c9c9c944; */
	border-bottom: 1px solid #D6D9e2;
}

header.header.dashboard .prplbtn {
	margin: 0 !important;
}

.messageNewP {
	/* margin: 0 8px 0 !important; */
	max-height: 260px !important;
	height: 260px;
}

/* Interface content */
#interface_content {
	width: 100%;
	display: grid;
	grid-template-columns: 220px 1fr 0px;
	grid-template-areas:
		'sideLeft content sideRight'
		'footer   content sideRight';
	height: calc(100dvh - 0px);
	top: 65px;
	align-items: flex-start;
	background-color: var(--background-dashboard);
	/* background-image: radial-gradient(circle, #dde1e777 1px, transparent 1px), radial-gradient(circle, #dde1e777 1px, transparent 1px);
		background-size: 16px 32px;
		background-position: 0 0, 8px 16px; */
	transition: .45s cubic-bezier(0.255, 0.005, 0.000, 1.165);
}

#interface_content.discov {
	grid-template-columns: 200px 1fr 370px;
}

@media all and (max-width:1370px) {
	/* #interface_content {
		width:92.5%;
	} */

}


/* popup */
.popup_interface.dashboard {
	/* max-width:350px;
    width: 90%; */
	max-width: calc(100dvw - 220px);
	width: calc(100dvw - 220px);
	position: fixed;
	z-index: 2;
	top: 51px;
	right: 0px;
	/* transform: translate(-50%, -50%); */
	background-color: var(--background-dashboard);
	background-image: radial-gradient(circle, #dde1e777 1px, transparent 1px), radial-gradient(circle, #dde1e777 1px, transparent 1px);
	background-size: 16px 32px;
	background-position: 0 0, 8px 16px;
	/* border-radius: 10px; */
	/* padding: 0px 32px 36px 40px; */
	box-shadow: 0 5px 10px rgb(154 160 185 / 5%), 0 15px 40px rgb(166 173 201 / 20%);
	visibility: visible;
	opacity: 1;
	z-index: 99;
	height: 100dvh;
	box-sizing: border-box;
}

.popup_interface.projet {
	max-width: 350px;
	width: 90%;
	position: fixed;
	z-index: 2;
	top: 65px;
	right: 0px;
	/* transform: translate(-50%, -50%); */
	background-color: #fff;
	/* border-radius: 10px; */
	/* padding: 36px 91px 36px 52px; */
	box-shadow: 0 5px 10px rgb(154 160 185 / 5%), 0 15px 40px rgb(166 173 201 / 20%);
	visibility: visible;
	opacity: 1;
	z-index: 9999999999;
	height: 100dvh;
	padding: 0;
}

.popup_interface.projet.slide-fade-in {
	max-width: 450px;
}


.popup_interface.active {
	-webkit-transition: .15s cubic-bezier(.75, .25, .25, .75);
	-o-transition: .15s cubic-bezier(.75, .25, .25, .75);
	transition: .15s cubic-bezier(.75, .25, .25, .75);
	transform: translate(-50%, -55%);
	visibility: visible;
	opacity: 1;
}

.popup_interface img.icon_close {
	cursor: pointer;
	position: absolute;
	z-index: 9;
	top: 16px;
	right: 8px;
	width: 25px;
}

.inner_popup_interface {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: column;
	/* margin: 0 8px 0 0; */
	margin: 0 0 0 0;
}

.inner_popup_interface menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0.5rem;
	height: 32px;
	box-sizing: border-box;
}

.inner_popup_interface menu button {
	/* border: none; */
	border: var(--border-thin) !important;
	box-shadow: var(--shadow-thin);
	padding: var(--padding-menu-btn);
	text-transform: capitalize;
	background-color: var(--background-button);
	transition: 0.45s;
	height: 42px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 8px;
}

.inner_popup_interface menu button.active {
	/* border: none; */
	border: 1px solid var(--secondary-color) !important;
	box-shadow: var(--shadow-medium);
	padding: var(--padding-menu-btn);
	text-transform: capitalize;
	background-color: var(--background-button);
	transition: 0.45s;
}

.inner_popup_interface p.title_popup {
	font-size: 28px;
	color: var(--secondary-color);
	padding-bottom: 0;
	margin: 0;
	/* padding-bottom: 16px;
	margin: 0px 0 2px; */
	/* border-bottom: 1px solid #e2daff; */
}

.inner_popup_interface p.title_popup #nomProjet {
	border: none;
	background-color: var(--background-dashboard);
}

.inner_popup_interface p.title_popup #nomProjet:focus-visible,
.inner_popup_interface p.title_popup #nomProjet:focus,
.inner_popup_interface p.title_popup #nomProjet:active {
	border: none !important;
	border-bottom: var(--border-medium) !important;
	outline: none;
	border-radius: 0;
}

/*Dashboard*/
.inner_popup_interfaceDashbord {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: column;
	margin: 0 8px 0 0;
}

.inner_popup_interfaceDashbord menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0.6rem;
	height: 40px;
	box-sizing: border-box;
	margin: 4px 0;
}

.inner_popup_interfaceDashbord menu button {

	/* border: none; */
	border: var(--border-thin) !important;
	box-shadow: var(--shadow-thin);
	/* padding: var(--padding-menu-btn-cnd); */
	padding: 8px 20px 10px 8px;
	text-transform: capitalize;
	background-color: var(--background-button);
	transition: 0.35s;
	/* height: 58px; */
	height: 34px;
	min-width: 53px;
	box-sizing: border-box;
	display: flex;
	/* flex-direction: column; */
	justify-content: space-between;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	font-weight: 600;
	margin: 0 0 1px;

}



.inner_popup_interfaceDashbord menu button:hover {
	background-color: #FFF !important;
	color: var(--secondary-color)
		/*var(--secondary-color);*/
		!important;
	/* height: 58px; */
	border: 1px solid var(--secondary-color) !important;
	box-shadow: var(--shadow-thin-app);
	min-width: 33px;
}

.inner_popup_interfaceDashbord menu button.active {
	/* border: none; */
	border: 1px solid var(--accent-color) !important;
	box-shadow: var(--shadow-medium);
	text-transform: capitalize;
	background-color: var(--background-button-active);
	transition: 0.15s;
	color: var(--secondary-color) !important;
}

.inner_popup_interfaceDashbord menu:hover button.active {
	border: 1px solid #7818bd45 !important;
	box-shadow: var(--shadow-thin);
	color: var(--secondary-color) !important;
}


.inner_popup_interfaceDashbord p.title_popup {
	font-size: 28px;
	color: var(--secondary-color);
	padding-bottom: 0;
	margin: 0;
	/* padding-bottom: 16px;
	margin: 0px 0 2px; */
	/* border-bottom: 1px solid #e2daff; */
}

header .inner_popup_interfaceDashbord p.title_popup {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.inner_popup_interfaceDashbord p.title_popup #nomProjet {
	border: none;
	background-color: var(--background-dashboard);
	font-size: 100%;
	margin-left: 10px;
	/*16px;*/
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.inner_popup_interfaceDashbord p.title_popup #nomProjet:focus-visible,
.inner_popup_interfaceDashbord p.title_popup #nomProjet:focus,
.inner_popup_interfaceDashbord p.title_popup #nomProjet:active {
	border: none !important;
	border-bottom: var(--border-medium) !important;
	outline: none;
	border-radius: 0;
}

/*End Dashboard*/



ul.content_popup li.item_content_popup {
	box-sizing: border-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: grid;
	grid-template-columns: 220px 100px;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: flex-start;
	align-items: flex-start;
	margin: 4px 16px 8px;
	min-height: 40px;
}

/* ul.content_popup li.item_content_popup * {
	display: block;
	margin: 0 auto;

} */

ul.content_popup li.item_content_popup label.name {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 25%;
	flex: 1 0 25%;
	min-width: 340px;
	font-weight: 600;
	font-size: 12px;
	font-family: 'segoeui', 'inter', sans-serif;
	color: #4a5a6d;
}

/* ul.content_popup li.item_content_popup input[type=checkbox] {
	/* margin-left: 8px; *
} */

ul.content_popup li.item_content_popup input[type=number] {
	text-align: center;
	color: #7451eb;
	padding-right: 6px;
	width: 40px;
}

ul.content_popup li.item_content_popup input[type=text],
ul.content_popup li.item_content_popup select,
ul.content_popup li.item_content_popup textarea {

	color: #7451eb;
	padding-right: 6px;
}

ul.content_popup li.item_content_popup input[type=number],
ul.content_popup li.item_content_popup input[type=text],
ul.content_popup li.item_content_popup input[type=checkbox] {
	border: 1px solid #e2daff;
	min-height: 26px;
	border-radius: 4px;
}

/* logo */
header .container_logo {
	background-color: #fff;
	height: 50px;
	/* width: 60px; */
	display: flex;
	justify-content: center;
	align-items: center;
}

header .container_logo img {
	display: block;
	width: 56px;
	padding: 5px;
}

header .container_logo_full {
	background-color: #fff;
	height: 50px;
	/* width: 60px; */
	display: flex;
	justify-content: flex-start;
	/* border-bottom: 1px solid #c9c9c944; */
	border-bottom: 1px solid #D6d9e2;
	padding: 0 32px;

}

header .container_logo_full img {
	display: block;
	width: 156px;
	padding: 3px;
}


a.link_azurio {
	position: fixed;
	display: block;
	bottom: 7px;
	left: 3px;

}

img.logo_azurio {
	max-width: 70px;
	width: 100%;
}

/* -- */
/* tools nav*/
aside#master_tool_nav {
	top: 66px;
	position: fixed;
	border-right: 1px solid #ededed;

	/*	outline : inset  1px  solid #13131344;*/
	height: 100%;
	/* box-shadow: 0 5px 10px rgb(154 160 185 / 5%), 0 15px 40px rgb(166 173 201 / 20%); */
	background-color: #f7f8fa;
}

/* aside#master_tool_nav::after {
	content: "\a0";
	display: block;
	padding: 0;
	height: 100%;
	width: 2px;
	background-color: #f2f3f2;
	border-right: 1px solid #1313130c;
	position: absolute;
  left: 50px;
  top: 0px;
} */

/* tool menu (parent) */
nav#main_tools_nav {
	margin-top: 0px;
}

nav#main_tools_nav ul {
	/* padding-bottom: 16px; */
	width: 75px;
	/* border-bottom: 3px solid #383d3b0a; */
}

nav#main_tools_nav ul::after {
	content: ' ';
	display: block;
	width: 46px;
	height: 1px;
	background-color: #d6d7d8;
	margin: 11px auto 12px;

}

nav#main_tools_nav ul:last-of-type {
	padding-bottom: 16px;
	width: 75px;
	border-bottom: none;
}

nav#main_tools_nav ul:last-of-type::after {
	display: none;
}

nav#main_tools_nav ul:last-of-type li {
	display: none;
}

@media all and (max-width:1370px) {
	nav#main_tools_nav ul {
		margin-bottom: 8px;
		width: 50px;
	}
}

/* @media only screen and (orientation:portrait) {
	# {
		display: none;
		}
} */
nav#main_tools_nav ul li.NoBottmBorder:after {
	display: none;
}

#SideNav {
	position: fixed;
	top: 68px;
	left: 88px;
	background-color: #fff;
	/* box-shadow: 0 4px 8px -2px #c9c9c9; */
	box-shadow: 6px 6px 8px -2px #703ebb22;
	border-radius: 5px;
	/*border: 1px solid #383d3b12;*/
	background: rgba(255, 255, 255, 0.88);
	backdrop-filter: blur(4px);
	padding: 0;
	height: 91dvh;
}

#SideNav .container_infos {
	position: fixed;
	bottom: 22px;
	width: 270px;
	border-radius: 5px;
	overflow: hidden;
	background-color: #fff;
	resize: vertical;
}

#SideNav strong {
	color: #6f7170;
	/* #5b3bc8;*/
	font-size: 0.72rem;
}

#SideNav p {
	color: #7451eb;
	/* #5b3bc8;*/
	font-size: 0.63rem;
}


.tool_sub_menu {
	padding: 4px 0x 4px;
	width: 182px;
}

.tool_sub_menu p.title_tool_sub_menu,
.tool_sub_menu p.infos_subtool {
	letter-spacing: .5px;
	/* text-transform: uppercase; */
	font-size: 14px !important;

}

.title_tool_sub_menu {
	font-size: 0.80rem;
}

.tool_sub_menu p.title_tool_sub_menu {
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 105px;
}

.tool_sub_menu p.infos_subtool {
	color: #a4acb6;
	font-weight: 400;
}

.add_rlx_surmesure_simple {
	/* border-top: 1px solid #e2daff;
	border-bottom: 1px solid #e2daff; */
	margin: 0px 0;
	padding: 0 0 10px;
}

.add_rlx_surmesure_simple .container_select,
.add_rlx_surmesure_auto .container_input {
	box-sizing: border-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
}

#SideNav .add_rlx {
	padding: 0 10px;
}

#SideNav .add_rlx p {
	font-size: 11px !important;
	color: #4a5a6d;
	;
	margin: 0px 0;
}

#SideNav .add_rlx_surmesure_simple .container_select select:first-child {
	margin-right: 6px;
	max-width: 61px;
}

#SideNav .add_rlx_surmesure_simple .container_select select:last-child {
	margin-left: 6px;
	max-width: 61px;
}

#SideNav .add_rlx_surmesure_auto .container_input input:first-child {
	margin-right: 6px;
	max-width: 61px;
}

#SideNav .add_rlx_surmesure_auto .container_input input:nth-child(2) {
	margin-left: 6px !important;
	max-width: 61px;
}

#SideNav input,
#SideNav button,
#SideNav select {
	display: block;
	width: calc(100% - 0px);
	max-width: 158px;
	border: 1px solid #ededed;
	height: 24px;
	border-radius: 5px;
	font-weight: bold;
	background: #fff;
	font-size: 12px;
	padding: 0px 10px;
	margin: 4px 0px 8px;
	color: #7451eb;
	box-sizing: border-box;
}

#SideNav select:first-of-type {
	height: 28px !important;
}

#SideNav .type-surface:last-of-type select:first-of-type:active,
#SideNav .type-surface:last-of-type select:first-of-type,
#SideNav .type-surface:last-of-type select:first-of-type:focus {
	border-color: #7451eb !important;
	outline: none;
}

#SideNav i {
	font-size: 11px;
}

#SideNav button:hover,
#SideNav .add_rlx input:hover {
	-webkit-transition: .15s cubic-bezier(.75, .25, .25, .75);
	-o-transition: .15s cubic-bezier(.75, .25, .25, .75);
	transition: .15s cubic-bezier(.75, .25, .25, .75);
	background-color: #fff;
}

#SideNav input[type='button'] {
	width: 100%;
	cursor: pointer;
}

#SideNav input[type='number'] {
	width: 58px;
	padding: 6px 2px;
	text-align: right;
}

#SideNav .add_rlx input,
#SideNav .add_rlx select {
	padding: 4px;
	color: #7451eb;
}

#SideNav .add_rlx button {
	padding: 4px 8px;
	color: #7451eb;
}

#SideNav .title_infos,
#SideNav .title_cart {
	color: #fff;
	padding: 12px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	text-align: center;
}

#SideNav .title_infos {
	background-color: #7451eb;
}

#SideNav .title_cart {
	background-color: #fdc500;
}

#SideNav .inner_infos,
#SideNav .inner_cart {
	margin: 16px 0;
	padding: 0 8px;
}

#SideNav .inner_infos ul li .info_item_title {
	color: #c1c1c1;
	min-width: 130px;
}

#SideNav .inner_infos ul li .infos_item {
	font-weight: 700;
}

#SideNav .inner_infos ul li {
	box-sizing: border-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	font-size: 14px;
	margin-bottom: 4px;
}

/* #SideNav .btn-stdrd {} */

nav#main_tools_nav ul li.NoBottmBorder:after {
	display: none;
}

nav#main_tools_nav ul li.master_nav_li {
	display: block;
	position: relative;
	cursor: pointer;
	margin: auto;
	/* -webkit-transition: .1s cubic-bezier(.75, .25, .25, .75);
	-o-transition: .1s cubic-bezier(.75, .25, .25, .75);
	transition: .1s cubic-bezier(.75, .25, .25, .75); */
	border-radius: 9px;
	padding: 0px 4px;
	margin: 0 auto;
}

nav#main_tools_nav ul li.master_nav_li_title {
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 0 5px;
	margin-top: 6px;
	font-weight: bold;
	color: #383d3b;
	display: block;
	position: relative;
	/*text-decoration: underline;*/
	/*background:  linear-gradient(180deg, #383d3b4d 0%,#383d3b1c 8%, #383d3b07 16%,white 24%);*/
	cursor: pointer;
	margin: auto;
	-webkit-transition: .15s cubic-bezier(.75, .25, .25, .75);
	-o-transition: .15s cubic-bezier(.75, .25, .25, .75);
	transition: .15s cubic-bezier(.75, .25, .25, .75);
}

@media all and (max-width:1300px) {
	nav#main_tools_nav ul li.master_nav_li_title {
		padding: 8px 0;
	}
}

nav#main_tools_nav ul li.master_nav_li:hover,
nav#main_tools_nav ul li.master_nav_li:focus {
	background-color: #e2daffa6;
	border-radius: 9px;
	padding: 0px 4px;
	margin: 0 auto;
}

.scaleTool {
	padding: 0px;
	margin: 0 4px;
}

.scaleTool div {
	width: 40px;
	height: 40px;
}

.scaleTool .icon_item_tool {
	width: 100%;
	margin: 0 auto;
}

nav#main_tools_nav ul li.master_nav_li.active:not(.popup_action) {
	background-color: #e2daff;
	border-radius: 9px;
	padding: 0 6px;
	margin: 0 4px;
}

nav#main_tools_nav ul li span.title_tool {
	display: block;
	position: relative;
	color: #7451eb;
	line-height: 1;
	margin-bottom: 16px;
}

nav#main_tools_nav ul li span.title_tool:before {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 5px solid #7451eb;
	top: 50%;
	transform: translateY(-50%);
	left: -22px;
}

nav#main_tools_nav .icon_item_tool {
	box-sizing: border-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	padding: 1px 0 0;
}

nav#main_tools_nav .icon_item_tool span,
nav#main_tools_nav .icon_item_tool img {
	display: block;
}

nav#main_tools_nav .icon_item_tool img {
	width: 40px;
}

/* nav#main_tools_nav .icon_item_tool img.view_2d,
nav#main_tools_nav .icon_item_tool img.view_3d {
	width: 38px;
} */

/* tool submenu */
nav#main_tools_nav .container_submenu {
	position: absolute;
	top: 0;
	right: -240px;
	width: 100%;
	min-width: 230px;
	visibility: hidden;
	opacity: 0;
	padding-left: 10px;
}

nav#main_tools_nav .container_submenu .inner_container_submenu {
	-webkit-transition: .25s cubic-bezier(.75, .25, .25, .75);
	-o-transition: .25s cubic-bezier(.75, .25, .25, .75);
	transition: .25s cubic-bezier(.75, .25, .25, .75);
	padding: 16px;
	border: 1px solid #7451eb;
	border-radius: 0 5px 5px 5px;
	background-color: #fff;
}

nav#main_tools_nav li.master_nav_li:last-child .container_submenu .inner_container_submenu span.title_tool {
	margin-bottom: 0;
}

nav#main_tools_nav .container_submenu.active {
	visibility: visible;
	opacity: 1;
}

nav#main_tools_nav .container_submenu li:hover,
nav#main_tools_nav .container_submenu li:focus {
	color: #7451eb;
	-webkit-transition: .15s cubic-bezier(.75, .25, .25, .75);
	-o-transition: .15s cubic-bezier(.75, .25, .25, .75);
	transition: .15s cubic-bezier(.75, .25, .25, .75);
}

nav#main_tools_nav .container_submenu ul {
	padding: 0;
	width: 100%;
}

nav#main_tools_nav .container_submenu ul li {
	border-top: 0;
	padding: 8px 0;
	font-size: 14px;
	border-bottom: 1px solid #e2daff;
}

nav#main_tools_nav .container_submenu ul li:last-child {
	border: 0;
}

/* -- */
.surface_tool {
	display: flex;
}

.surface_tool .icons {
	width: 28px;
	height: 26px;
	display: flex;
	justify-content: center;
	align-items: center;

	-webkit-appearance: none;
	-o-appearance: none;
	appearance: none;
	outline: none;
	content: none;
	/* width: 28px; */
	height: 24px;
	border: 1px solid #7451eb;
	box-shadow: 0px 20px 12px -8px #dae1f277;
	min-width: 20px;
	border-radius: 8px;
	color: var(--secondary-color);
	background-color: white;
	margin: 0 1px;
	padding: 1px 4px;
}

.surfaceName {
	margin: 6px 0 2px;
}

.surfaceName span {
	font-weight: 600;
	color: #4a5a6d;
	font-size: 12px !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.surfaceName span:first-of-type {
	font-weight: 500;
	font-size: 13px !important;

}

.onglet-surface .surfaceName {
	padding: 0 0 0 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.surface_tool select {
	width: 80%;
	padding: 4px 8px !important;
	color: #7451eb;
	margin: 0 auto 0 !important;
}

.icon_surface_tool {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 1px 0 0;
	width: 100%;
}

.icon_surface_tool img {
	width: 32px;
	height: 27px;
}


/* topbar tool */
.container_topbar_tool {
	width: 100%;
	padding: 12px;
}

.item_topbar_tool {
	-webkit-transition: .15s cubic-bezier(.75, .25, .25, .75);
	-o-transition: .15s cubic-bezier(.75, .25, .25, .75);
	transition: .15s cubic-bezier(.75, .25, .25, .75);
	display: none;
}

.item_topbar_tool.active {
	display: block;
}

/* project */
.container_project {
	display: block;
	text-align: right;
	max-width: 15%;
	width: 100%;
	padding: 12px;
}

.topbar_tool,
.inner_container__project {
	width: auto;
	max-width: 100%;
	padding: 6px 18px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 5px 10px rgba(154, 160, 185, 0.05), 0 15px 40px rgba(166, 173, 201, 0.2);
}

.inner_container__project {
	display: none;
}

.inner_container__project * {
	margin: 3px 0;
}

.inner_container__project ul li {
	font-size: 12px;
	margin: 3px 0;
}

.inner_container__project .label_project {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	color: #c1c1c1;
	text-align: right;
}

.inner_container__project>button.outline {
	font-size: 12px;
}

#calepinage_id {
	display: block;
	position: relative;
	width: 100%;
	border: 0;
	border-radius: 0;
	text-transform: uppercase;
	color: #3e3e3e;
	padding: 6px;
	/* background: url(img/arrow-select.png) no-repeat 95% 50%; */
}

#calepinage_id:after {
	content: url(img/arrow-select.png);
	display: block;
	position: absolute;
	right: 16px;
	top: 8px;
}

#calepinage_id li {
	box-sizing: border-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	align-content: center;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

#calepinage_id li img,
#calepinage_id li span {
	display: block;
}

#calepinage_id li img {
	width: 14px;
	margin-right: 6px;
}


/* -- */
/* Cart */
.master_infos_cart {
	position: fixed;
	z-index: 9999;
	right: 50px;
	/*background-color: rgb(255, 255, 255);*/
	max-width: 280px;
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 5px 10px rgba(154, 160, 185, 0.05), 0 15px 40px rgba(166, 173, 201, 0.2);
	padding: 0;
	top: 129px !important;
	display: none;
}

.master_infos_cart>div {
	background-color: rgb(255, 255, 255);
	border-radius: 0px;
	overflow: hidden;
	/* box-shadow: 4px 3px 9px 0px #00000066; */
	box-shadow: 0px 20px 12px -8px #dae1f277;
	/* max-height: calc(100dvh - 63px); */

}

.master_infos_cart .title_infos,
.master_infos_cart .title_cart {
	color: #7451eb;
	padding: 8px 12px;
	font-weight: 700;
	text-transform: uppercase;
	/* letter-spacing: 2px; */
	font-size: 11px;
	text-align: left;
}

.master_infos_cart .title_infos {
	color: #383d3b;
	background-color: #383d3b10;
	/*#cdc2f2;/* #7451eb;*/
}

.master_infos_cart .title_mesure {
	background-color: #fdc500;
}

.master_infos_cart .title_cart {
	background-color: #f7f8fa;
	/*#383d3bd7;/* #7451eb;*/
	height: 36px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0 0 11px !important;
}

.master_infos_cart .inner_infos {
	margin: 16px 0;
	padding: 0 8px;
	max-height: calc(100dvh - 125px);
	/* overflow-y: scroll; */

}

.master_infos_cart .inner_cart>table {
	padding: 0px 0px 6px;
	background: #fff !important;
}

.master_infos_cart .inner_cart>table:last-of-type {
	padding: 0px;
}

.master_infos_cart .inner_cart>table tbody {

	padding: 1px 11px 3px;
	scrollbar-width: thin;
	/* background: #cacaca30; */
	margin-bottom: 4px;
	/* box-shadow: 0px 5px 8px -2px #959eb34d; */
}

.master_infos_cart .inner_cart>table tbody:last-of-type {
	margin-bottom: 0px;
}

.master_infos_cart .inner_cart>table tbody tr:first-of-type {

	border-bottom: 1px solid #dedede;

}

.container_infos ul {
	width: 80%;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
}

.container_infos.mesures ul {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
}

.master_infos_cart .inner_cart>table tbody ::-webkit-scrollbar {
	width: 2px;
}

.master_infos_cart .inner_infos ul li {
	font-size: 13px;
	margin-bottom: 4px;

}

.master_infos_cart .inner_infos.list_mesures ul li {
	font-size: 12px;
	margin-bottom: 4px;
	display: grid;
	grid-template-columns: 22px 9px 70px 76px 12px 16px;
	gap: 6px;

}

.informations li {
	display: flex;
	justify-content: space-between;
	gap: 6px;
}

.master_infos_cart .inner_infos ul li span {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.master_infos_cart .inner_infos ul li .info_item_title {
	color: #7451eb !important;
	min-width: 80px;
}

.titre-mesure {
	display: flex;
	justify-content: flex-start !important;
	align-items: center;
}


.master_infos_cart .inner_infos ul li .infos_item {
	font-weight: 500;
}



/* .master_infos_cart .inner_cart table {
	width: 100%;
	border-bottom: 1px solid #c1c1c1;
}
.master_infos_cart .inner_cart table th {
	font-weight: 500;
	border-bottom: 1px solid #c1c1c1;
	padding-bottom: 6px;
	color: #c1c1c1;
	font-size: 14px;
}*/

.tabledesgazons {
	max-height: 61dvh;
	overflow-y: auto;
	display: block;
	width: 100%;
	/* border-bottom: 1px solid #c1c1c1; */
}

.tabledesgazons tr {
	width: 100%;
	display: block;
	box-sizing: border-box;

}

.tabledesgazons tr td {
	width: 100%;
	display: block;
	box-sizing: border-box;

}

.tabledesgazons tr:last-of-type {

	/*border-bottom: 1px solid #7451eb;*/
	padding: 0 0 2px;
}

.tabledesgazons tbody {
	width: 100%;
	display: block;
	box-sizing: border-box;
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 77dvh;
}

/* .tabledesgazons tbody:hover {
	width: calc(100% + 4px);
	padding: 2px;
} */

/* .tabledesgazons tbody:hover tr {
	background: #e7e8ea;
	border-radius: 45px 8px 8px 45px;
	padding: 2px;
} */

.surface-custom {
	display: flex !important;
	justify-content: space-between;
	align-items: center;
}

.surface-custom input[type=checkbox]:before {
	transform: translate(-50%, -80%);
}

.tabledesgazons th {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 0px;
	font-weight: 400;
	color: #4a5a6d;
	font-size: 12px;
	/* border-bottom: 1px solid #c1c1c1; */
}

.tabledesgazons th i {
	font-size: 13px;
	color: #3e3e3e;
}

.selectLargeur {
	width: 36px !important;
	min-width: 36px !important;
	max-width: 36px !important;

}

.selectLongueur {
	width: 54px !important;
	min-width: 54px !important;
	max-width: 54px !important;
	height: 25px;
}

.master_infos_cart .inner_cart table th.cart_th_dimensions {
	text-align: left;
	padding: 5px 3px;


}

.master_infos_cart .inner_cart table th.cart_th_dimensions .surfaceName {
	text-transform: uppercase;
}

.master_infos_cart .inner_cart table th.cart_th_dimensions>div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* width: 100%; */

}

.master_infos_cart .inner_cart table th.cart_th_dimensions>div>div {
	min-width: 50%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 600;
}

.master_infos_cart .inner_cart table th.cart_th_dimensions>div:nth-of-type(2) {
	flex: 1.5;

}

.master_infos_cart .inner_cart table th.cart_th_identifiant {
	text-align: right;
}

.master_infos_cart .inner_cart table td {
	padding: 6px 0;
	font-size: .8rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.gazLine-add-dell {
	display: flex;
}

.type-surface {
	position: relative;
	/*right: 10px;*/
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 0px 3px 0;
	background-color: white;
	border-radius: 4px;
	margin: 13px 0;

}

.btn-dep-rot-flx {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 4px;
	padding: 8px 0px 8px;
}

/* .btn-dep-rot:first-of-type {
	/* cursor: not-allowed !important;  *
} */

/* .btn-dep-rot:last-of-type {
	/* cursor: not-allowed !important;  *
} */

.btn-dep-rot {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 38px !important;
	width: 38px !important;
	padding: 0 !important;
	transition: 150ms;
	max-width: 158px;
	border: 1px solid #ededed;

	border-radius: 5px;
	font-weight: bold;
	background: #fff;
	font-size: 12px;

	margin: 4px 0px 8px;
	color: #7451eb;
	box-sizing: border-box;
}

.btn-dep-rot.actif {
	border: 1px solid #7451eb;
	box-shadow: 0 4px 24px -2px #7451eb66;
	margin: 2px 0px 10px;
}

/* .btn-dep-rot:nth-of-type(2) img, */
/* .btn-dep-rot:last-of-type img {
	display: block;
	height:32px !important;
	width: 32px !important;
	filter: grayscale(1.5);
	opacity: .4;
  } */
.grised {
	filter: grayscale(1.5);
	opacity: .4;
}

.btn-dep-rot img {
	display: block;
	height: 32px !important;
	width: 32px !important;

}

.img-dep-rot {
	border: 1px solid #ededed;
	border-radius: 5px;
	margin-bottom: 16px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 4px 8px;
}

.img-dep-rot img {
	height: 32px;

}

.img-dep-rot span {
	font-size: 9px !important;
}

.type-surface span {
	font-size: 11px !important;
}

.surface-custom select {
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	appearance: none;
	outline: none;
	/* content: none; */
	width: 64px;
	height: 18px;
	min-width: 124px;
	/* border: 1px solid #e2daff; */
	border: none;
	box-shadow: 0px 20px 12px -8px #dae1f277;
	padding: 0px 3px;
	border-radius: 5px;
	color: var(--secondary-color);
	background-color: white;
	margin: 0px;
}

.header-surface-settings select {
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	appearance: none;
	outline: none;
	/* content: none; */
	width: 74px;
	height: 20px;
	min-width: 124px;
	/* border: 1px solid #e2daff; */
	border: none;
	/*box-shadow: 0px 20px 12px -8px #dae1f277;*/
	padding: 0px 3px;
	border-radius: 5px;
	color: var(--secondary-color);
	background-color: white;
	margin: 4px 8px !important;
	font-size: 11px;

	text-align-last: center;
}

.header-surface-settings select option {

	text-align: left;
}

.surface-custom button,
.header-surface-angle-editor button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	appearance: none;
	outline: none;
	content: none;
	width: 18px;
	height: 18px;
	border: none;
	box-shadow: 0px 20px 12px -8px #dae1f277;
	min-width: 28px;
	border-radius: 5px;
	color: var(--secondary-color);
	background-color: white;
	margin: 0px;
	padding: 2px 6px;
}

.surface-custom button i {
	font-size: 11px;
	color: var(--secondary-color);
}

.header-surface-angle-editor button i {
	font-size: 14px;
	color: #6200ee;
}

.gazLine-add-dell button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	appearance: none;
	outline: none;
	content: none;
	width: 18px;
	height: 18px;
	border: 1px solid #e2daff;
	box-shadow: 0px 20px 12px -8px #dae1f277;
	min-width: 28px;
	border-radius: 5px;
	color: var(--secondary-color);
	background-color: white;
	margin: 0px;
	padding: 2px 6px;
}

.editline {
	display: none;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	position: absolute;
	left: 50%;
	transition: 0.15s;
}

.editline div {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2px;
}

.editline button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	appearance: none;
	outline: none;
	content: none;
	width: 36px;
	height: 36px;
	border: 1px solid #e2daff;
	box-shadow: 0px 20px 12px -8px #dae1f277;
	min-width: 36px;
	border-radius: 2px;
	color: var(--secondary-color);
	background-color: white;
	margin: 0 0.5px;
	padding: 2px 6px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.align {
	padding: 1px 2px !important;
}

.fa-solid.fa-circle-nodes::after {
	content: '+';
	background: white;
	border: 1px solid #e2daff;
	border-radius: 50%;
	z-index: 999999;
	position: relative;
	top: -1.082em;
	left: 3.5px;
	font-size: .73em;
	padding: 2px;
}

.master_infos_cart .inner_cart table td.id_rlx {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.master_infos_cart .inner_cart table td.id_rlx span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 14px;
	height: 18px;
	min-width: 14px;
	line-height: 14px;
	text-align: center;

	padding: 2px 4px !important;
	border-radius: 5px;
	min-height: 7px;
	margin: 0 2px;
}

/* .master_infos_cart .inner_cart table td.id_rlx span:last-of-type {
	/* border: 1px solid #e2daff !important; *
} */

.exploitation {
	margin: 4px 8px;
}

.master_infos_cart .inner_cart table td.conditionnement {
	cursor: pointer;
	gap: 10px;
}

.master_infos_cart .inner_cart table td.conditionnement i {
	font-size: 8px;
	font-weight: 600;
}

.magnetGazon {
	background-color: var(--secondary-color) !important;
	color: white !important;
	border: 1px solid #7451eb33 !important;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 14px;
	height: 18px;
	min-width: 14px;
	line-height: 14px;
	text-align: center;
	padding: 2px 4px !important;
	border-radius: 2px;
	min-height: 7px;
	margin: 0 2px;
	transition: .25s ease-out;
	filter: saturate(1);
}

.nomagnetGazon {
	color: var(--secondary-color) !important;
	background-color: white !important;
	border: 1px solid #7451eb33 !important;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 14px;
	height: 18px;
	min-width: 14px;
	line-height: 14px;
	text-align: center;
	padding: 2px 4px !important;
	border-radius: 2px;
	min-height: 7px;
	margin: 0 2px;
	transition: .25s ease-out;
	filter: saturate(0);
}

.nomagnetGazon:hover {
	background-color: #7451eb11 !important;
	border: 1px solid #7451eb !important;
	color: white !important;
	filter: saturate(1);
}

.conditionnement input[type='number'] {
	border: none !important;
	text-align: center;
}

.selectLargeur:focus {
	border: red !important;
	outline: red !important;
}


.conditionnement select {
	border: none !important;

	text-align: right;

}

.container_infos_cart {
	position: relative;
	padding-bottom: 0px;
	resize: vertical;
	padding: 0 12px;
	/* min-height: 50dvh; */
	max-height: 76dvh !important;
	overflow-x: hidden;
	overflow-y: scroll;
}

.container_infos_cart>div:last-of-type {
	position: absolute;
	bottom: 16px;
	left: 50%;
	transform: translateX(-50%);
	background-color: white;
}

.container_infos {
	resize: vertical;
}

.container_infos::-webkit-resizer {
	background-color: white;
	color: var(--secondary-color);
}

.master_infos_cart button.cta_devis {
	/*position: relative;
    right: 84px !important;*/
	border: 0;
	background-color: var(--secondary-color);
	color: #fff;
	text-transform: capitalize;
	font-size: 14px;
	letter-spacing: .2px;
	padding: 12px 24px;
	font-weight: 600;
	display: none;
}


/* -- */


/* -------------------------------------------------------------------------
Add ons ZaK



---------------------------------------------------------------------------*/
/*Gestion des projects*/
.projectloader {
	width: calc(100% - 00px);
	margin: 0;
	padding: 0px;
	border-radius: 0;
	background-color: var(--background-dashboard);
	background-image: radial-gradient(circle, #dde1e766 1px, transparent 1px), radial-gradient(circle, #dde1e766 1px, transparent 1px);
	background-size: 16px 32px;
	background-position: 0 0, 8px 16px;
	height: calc(100dvh - 51px);
}

.projectloader h1 {
	color: #7451eb;
	font-weight: 400;
	font-size: 32px;
	margin: 0 0 32px;
	width: calc(100% - 554px);
}

.projectloader .smallpanel {
	background-color: transparent;
	padding: 0px 22px;
	border-radius: 5px;
	width: 159px;
	margin: 0;
	display: none;
	position: fixed;
	right: 2px;
	top: 0px;
	justify-content: flex-end;
	align-items: center;
	box-shadow: 0 4px 8px -2px #c9c9c911;
	z-index: 9999;
	height: 50px;
}

.projectloader .bigpanelwidthtable {
	/* background-color: #fafafa; */
	background-color: transparent;
	padding: 0px 0px 0;
	border-radius: 0px;
	height: calc(100dvh - 59px);
	min-height: calc(100dvh - 120px);
	opacity: 0;

	/* overflow-y: scroll; */
}

.projectloader .bigpanelwidthtable h2 {
	font-size: 26px;
	/*26px;*/
	font-weight: 700;
	letter-spacing: -.5px;
	margin: 16px 10px;
}

.projectloader .bigpanelwidthtable h3 {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -.5px;
	margin: 16px 0px 16px;
}

.projectloader .smallpanel button {
	border: none;
	background-color: var(--secondary-color);
	/* #7451eb;*/
	color: white;
	font-size: 12px;
	padding: 12px 24px;
	font-weight: 700;
	border-radius: 5px;
	box-shadow: 0px 12px 16px -9px #0000003e;
	white-space: nowrap;
	margin: 0;
}

.projectloader .bigpanelwidthtable table {
	border-collapse: collapse;
	width: 100%;
	margin: 32px 0;
}

table#master_table_listing_project {
	height: calc(100dvh - 320px);
	width: calc(100dvw - 260px);
	/* width: 96%; */
	margin: 0 0 0 16px;
	box-sizing: border-box;
	background-color: #FFF;
}

.projectloader .bigpanelwidthtable table tr {
	cursor: pointer;
}



.projectloader .bigpanelwidthtable table th,
.projectloader .bigpanelwidthtable table td {
	font-size: 13px;
	font-weight: 500;
	padding: 4px 8px;
	border-bottom: 1px solid #bcbdc7c4;
	width: 14%;
}

.projectloader .bigpanelwidthtable table th {
	color: #aaaaaa;
	font-weight: 100;
	font-size: 13px;
}

.projectloader .bigpanelwidthtable table tbody {
	display: block;
	max-height: 78.5dvh;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 0 16px 0 0;
}

.projectloader .bigpanelwidthtable table thead,
.projectloader .bigpanelwidthtable table tbody tr {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.projectloader .bigpanelwidthtable table tbody tr:nth-child(odd) {
	background-color: #fdfdfd52;
}

.projectloader .bigpanelwidthtable table tbody tr:hover,
.projectloader .bigpanelwidthtable table tbody tr:focus {
	background-color: #e2daff63;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#master_table_listing_project th {
	text-transform: uppercase;
	text-align: left;
	border-bottom: 1px solid #e2daff;
}

#master_table_listing_project th.head_name_project,
#master_table_listing_project td.name_project {
	width: 10%;
	text-overflow: ellipsis;
	overflow: hidden;
}

#master_table_listing_project th.head_client_name,
#master_table_listing_project td.name_client_name {
	width: 15%;
	text-overflow: ellipsis;
	overflow: hidden;
}

#master_table_listing_project th.head_user_name,
#master_table_listing_project td.tbody_user_name {
	width: 9%;
	text-overflow: ellipsis;
	overflow: hidden;
}

#master_table_listing_project th.head_ville_project,
#master_table_listing_project td.tbody_ville_project {
	width: 12%;
	text-overflow: ellipsis;
	overflow: hidden;
}

table#master_table_listing_project thead th {
	font-weight: 600;
}

.p_type {
	width: 3%;
}

#master_table_listing_project th.head_message_project,
#master_table_listing_project td.message_project {
	width: 22%;
	text-overflow: ellipsis;
	overflow: hidden;
}


@media all and (max-width:1370px) {

	#master_table_listing_project th.head_name_project,
	#master_table_listing_project td.name_project {
		width: 16%;
		text-overflow: ellipsis;
		overflow: hidden;
	}
}

#master_table_listing_project td.name_project:not(.ng-binding) {
	color: white;

}

#master_table_listing_project th.head_date_project,
#master_table_listing_project td.date_project {
	width: 5%;
	text-overflow: ellipsis;
	overflow: hidden;
}

#master_table_listing_project th.head_edit_project,
#master_table_listing_project td.edit_project,
#master_table_listing_project th.head_remove_project,
#master_table_listing_project td.remove_project {
	width: 14px;
}

/*Liste des mesures*/
.list_mesures img {
	width: 12px;
	cursor: pointer;
}

/*Toolbar Up Toggle*/
.container_topbar_tool .toolbar_toggle {
	background: white;
	width: 5%;
	border-radius: 0px 0px 8px 8px;
	text-align: center;
	margin: 0px auto;
	padding: 0px 16px;
	color: #aaaaaa;
	position: relative;
	top: -6px;
	height: 19px;
	cursor: pointer;
}

.hidetopbar {
	height: 2px;
	overflow: hidden;
}

.id_rlx img {
	width: 12px;
	cursor: pointer;
}

.disableByOpacity {
	opacity: 0.4;
	pointer-events: none;
}

.ViewSwitcher {
	position: fixed;
	z-index: 9999999;
	bottom: 16px;
	left: 95px;
	color: #7451eb;
	font-size: 14px;
	font-weight: bold;
	/* box-shadow: 0px 16px 12px -3px #dae1f2; */
	/* box-shadow: 0px 20px 12px -8px #dae1f277; */
	box-shadow: 0px 18px 12px -8px #dae1f288;
	/* box-shadow: 6px 6px 8px -2px #703ebb22; */
	display: flex;
	justify-content: center;
	align-items: baseline;
	border-radius: 50%;
	height: 27px;
}

.ViewSwitcher img {
	width: 24px;
	/* margin-left: 27px; */
}

.ViewSwitcher>span {
	color: #a1adbe;
	/* background-color:transparent; */
	background-color: #fff;
	padding: 1px 6px 0px;
	cursor: pointer;
	font-size: 10px;
	transition: .6s;
}

.ViewSwitcher>span:first-of-type {
	border-radius: 12px 0 0 12px;
	border: 1px solid #7451eb;
	border-right: none;
}

.ViewSwitcher>span:last-of-type {
	border-radius: 0 12px 12px 0;
	border: 1px solid #7451eb;
}

.ViewSwitcher>span:hover,
.ViewSwitcher>span.active:hover {

	color: var(--secondary-color);
	background-color: white;
	cursor: pointer;
	font-size: 10px;

}

.ViewSwitcher>span.active {
	color: white;
	background-color: var(--secondary-color);
	cursor: pointer;

}

.panelViewScitcher {
	position: fixed;
	z-index: 2;
	bottom: 16px;
	left: 98px;
	color: #7451eb;
	font-size: 14px;
	font-weight: bold;
}

.panelViewScitcher img {
	width: 53px;
	margin-left: 27px;
}

.panelViewScitcher>span {
	background-color: wheat;
	border-radius: 5px;
	padding: 1px 6px;
	cursor: pointer;
}

.add_rolls_option {
	max-width: 30%;
}

/*---ProgressBar---*/
.progressbar {
	background: white;
	position: fixed;
	bottom: 50%;
	right: 0px;
	left: 0px;
	z-index: 9999999999;
	margin: 0px auto;
	padding: 12px 24px;
	border-radius: 9px;
	font-size: 13px;
	/* box-shadow: 3px 4px 6px 2px #3333338f; */
	box-shadow: 0px 20px 12px -8px #dae1f277;

	width: 290px;
}

.progressbar p {
	/* text-align: center; */
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-top: 0;
}

.progressbar .outerbar {
	background: #ddd;
	border-radius: 500px;
	overflow: hidden;
	height: 4px;
}

.progressbar .inerbar {
	background: var(--secondary-color);
	border-radius: 500px;
	height: 4px;
}

/*------Params panel-----*/
.paramspanel {
	color: #7451eb;
	text-align: center;
	font-size: 27px;

	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

.paramspanel img {
	width: 36px;
}

.fonticon {
	color: #7451eb;
	text-align: center;
	font-size: 27px;
	position: fixed;
	width: 60px;
	bottom: 14px;
	cursor: pointer;
}

/*---Slider----*/
.switch {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 17px;
	top: -2px;
}


.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.sliderswitcher {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.sliderswitcher:before {
	position: absolute;
	content: "";
	height: 10px;
	width: 10px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked+.sliderswitcher {
	background-color: #7451eb;
}

input:focus+.sliderswitcher {
	box-shadow: 0 0 1px #7451eb;
}

input:checked+.sliderswitcher:before {
	-webkit-transform: translateX(13px);
	-ms-transform: translateX(13px);
	transform: translateX(13px);
}

/* Rounded sliders */
.sliderswitcher.round {
	border-radius: 54px;
}

.switch input[type=checkbox]:before {
	display: none !important;
}

.sliderswitcher.round:before {
	border-radius: 50%;
}

/*Formulaire devis*/
/* .popup_devis {
	/*max-width: 1066px !important;*
} */

.closepop {
	position: absolute;
	right: 25px;
	top: 19px;
	cursor: pointer;
}

.popup_devis h6 {
	font-size: 17px;
	font-weight: bolder;
	margin: auto 0px;
	margin-bottom: 6px;
}

.popup_devis .step {
	background-color: #333;
	color: white;
	width: 27px;
	text-align: center;
	/* height: 27px; */
	border-radius: 100%;
	display: inline-block;
	padding: 4px 0px 2px 0px;
}

/* .popup_devis .btn-action {}

.popup_devis .btn-prev {}

.popup_devis.btn-next {}

.popup_devis.btn-createdevis {} */

/* .selectedgazon {
    background-color: #00a6ff;
    color: white;
} */

.selectedgazon .selectedGazSpan_ {
	background-color: #5fc019;
	/*#00a6ff;*/
	color: white;
}

.selectedGazSpan {
	border: 3px solid #00c4ff !important;
	box-shadow: 1px 1px 7px 3px #808080d9;
}

.selectedGazSpan_ {
	color: #4a5a6d;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	height: 22px;
	width: 22px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .4s;
	margin-right: 12px;
	border: 1px solid #7451eb11 !important;
	background-color: #7451eb11;

}

.selectGazon span {
	border: 3px solid #7451eb;
	text-align: center;
	padding: 5px 11px;
	display: inline-grid;
	width: 17%;
	font-weight: bold;
	font-size: 12px;
	border-radius: 2px;
	cursor: pointer;
}

.selectGazon span img {
	width: 101px;
	margin: auto;
	margin-bottom: -5px;
}

.popup_devis .form-row label {
	font-family: 'segoeui',
		'inter',
		sans-serif;
	margin: 0;
	padding: 0;
	background-color: #f5f5f7;
	color: #3e3e3e;
	font-size: 16px;
}

/* [4. LOADINGPAGE] ========================================= */

#loading_page {
	position: fixed;
	height: 100dvh;
	width: 100%;
	z-index: 99999999;
}

#loading_page.loadingOk {
	visibility: hidden;
}

#loading_page .loadingBox {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, calc(-50% - 100px));
	z-index: 9999;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	overflow: hidden;
	visibility: visible;
}

.ligthloder {
	background-color: #ffffff12 !important;
}

#loading_page.loadingOk .loadingBox {
	height: 0;
	/* visibility: hidden; */
}

#loading_page .logoLoading {
	width: 100px;
}

#loading_page .row.chargement {
	text-align: center;
}

#loading_page .sk-folding-cube {
	margin: 20px auto;
	width: 42px;
	height: 42px;
	position: relative;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

#loading_page .sk-folding-cube .sk-cube {
	float: left;
	width: 48%;
	height: 48%;
	position: relative;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

#loading_page .sk-folding-cube .sk-cube:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #5d34c3;
	-webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
	animation: sk-foldCubeAngle 2.4s infinite linear both;
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

#loading_page .sk-folding-cube .sk-cube2 {
	-webkit-transform: scale(1.05) rotateZ(90deg);
	transform: scale(1.05) rotateZ(90deg);
}

#loading_page .sk-folding-cube .sk-cube3 {
	-webkit-transform: scale(1.05) rotateZ(180deg);
	transform: scale(1.05) rotateZ(180deg);
}

#loading_page .sk-folding-cube .sk-cube4 {
	-webkit-transform: scale(1.05) rotateZ(270deg);
	transform: scale(1.05) rotateZ(270deg);
}

#loading_page .sk-folding-cube .sk-cube2:before {
	background-color: #6945ce;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

#loading_page .sk-folding-cube .sk-cube3:before {
	background-color: #b9abff;
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

#loading_page .sk-folding-cube .sk-cube4:before {
	background-color: #7451eb;
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {

	0%,
	10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	}

	25%,
	75% {
		-webkit-transform: perspective(140px) rotateX(0deg);
		transform: perspective(140px) rotateX(0deg);
		opacity: 1;
	}

	90%,
	100% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0;
	}
}

@keyframes sk-foldCubeAngle {

	0%,
	10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	}

	25%,
	75% {
		-webkit-transform: perspective(140px) rotateX(0deg);
		transform: perspective(140px) rotateX(0deg);
		opacity: 1;
	}

	90%,
	100% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0;
	}
}

#loading_page .loadingP {
	color: #a5a5a5;
	font-size: 10px;
	letter-spacing: 2px;
	margin: 12px 0;
	text-transform: uppercase;
}

#loading_page .loadingBg {
	background-color: #415441;
	height: 100dvh;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
	-moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
	visibility: visible;
}

#loading_page.loadingOk .loadingBg {
	height: 0 !important;
	visibility: hidden;
}


/*Style Popup new Project*/
.popupcontainer {
	/* margin-top: -41px; */
	max-height: inherit;
	overflow-y: auto;
	overflow-x: hidden;
}

.popup_interface.dashboard .foldercontainer {
	margin: 0 !important;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(calc(20% - 16px), 1fr));
	/* grid-auto-rows: 230px; */
	grid-auto-rows: 254px;
	gap: 16px 16px;
	grid-auto-flow: row dense;
	justify-content: center;
	justify-items: stretch;
	align-items: start;
	grid-template-areas:
		". . . ."
		". . . ."
		". . . .";
	width: 100%;
	box-sizing: border-box;
	max-height: calc(100dvh - 144px);
	padding: 20px 8px 0 0;
	height: 100%;
	/* overflow-y: scroll; */
}

.popup_interface.dashboard .foldercontainer::after {
	content: '';
	padding: 16px;
	grid-column: span 5;
}

.foldercontainer label {
	color: #919191;
	/* font-family: 'Inter'; */
	/* font-weight: 100; */
	font-size: 12px;
	display: block;
	display: inline-block;
	/*margin-bottom: 0.5rem;*/
}

.popupcontainer .listgoogledrive {
	max-height: 500px;
	overflow-y: auto;
	border: 1px solid #7451eb;
	min-height: 32px;
	border-radius: 0px 0px 3px 3px;
	margin: 16px 8px;
}

.listgoogledrive table {
	width: 100%;
}

.popupcontainer .sectionTitle {
	color: #7451eb;
	display: block;
	width: 100%;
	border-bottom: 1px solid #d8d1ff;
	margin: 0px 0 18px;
	font-size: 14px;
	font-weight: 500;
	padding-bottom: 5px;
	font-family: 'segoeui',
		'inter',
		sans-serif;
	text-align: center;
	display: none;
}

.confStart .sectionTitle {
	margin: 20px 0 18px;
	padding-bottom: 16px;
}

.popupcontainer label {
	color: #919191;
	font-family: 'Inter';
	font-weight: 100;
	font-size: 12px;
	display: block;
	display: inline-block;
	/*margin-bottom: 0.5rem;*/
}

.popupcontainer .form-row {
	display: flex;
}


.popupcontainer .form-group {
	display: inline-table;
}

.coordonate .form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}

.coordonate .form-group {
	display: flex;
	flex-direction: column;
	width: 100%;
	justify-content: center;
	align-items: flex-start;
	margin: 2px 0 4px;
}

.coordonate .form-group.fullwidth {
	display: flex;
	width: 100%
}

.coordonate .form-group.fullwidth input,
.coordonate .form-group.fullwidth textarea {
	width: calc(100% - 27px) !important;
}

.popupcontainer .col-12 {
	width: 100% !important;
}

.popupcontainer .col-md-12 {
	width: 100% !important;
}

.popupcontainer .col-md-6 {
	width: 50% !important;
}

.popupcontainer .col-md-4 {
	width: 33% !important;
}

.popupcontainer .col-md-3 {
	width: 25% !important;
}

.popupcontainer .col-md-2 {
	width: 28.66% !important
}

.popupcontainer .form-control {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.popupcontainer input,
.popupcontainer select,
.popupcontainer textarea {
	/* border-bottom: 1px solid #7451eb !important; */
	width: 100% !important;
	font-size: 12px !important;
}

.listgoogledrive label {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.listgoogledrive input {
	width: 20px !important;
	height: 20px !important;
	margin: 0 8px 0 0;
}

.popupcontainer input:focus,
.popupcontainer select:focus,
.popupcontainer textarea:focus {
	outline: none;
}

.popupcontainer .choosetype {
	display: flex;
	justify-content: space-evenly;
	width: 100%;
}

.popupcontainer .chooseProjetType {
	color: #a1adbe;
	background-color: #e3eaf3;
	border-radius: 9px;
	width: 77px;
	height: 78px;
	margin-right: 7px;
	/* border: 1px solid #7451e1; */
	box-shadow: 0px 3px 3px -2px #c9c9c9;
	border: none;

	transition: .6s;
}



.popupcontainer .chooseProjetType:hover {
	color: var(--secondary-color);
	background-color: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0px 20px 12px -8px #dae1f277;
}

.popupcontainer .selectedProject {
	background-color: var(--secondary-color) !important;
	color: white !important;
}

.popupcontainer .nav-tabs {
	display: flex;
	flex-direction: column;

	margin: 0;
	width: 100%;
}

.popupcontainer .nav-tabs .nav-link {
	border-radius: 2px;
	font-size: 12px;
	margin: 0;
	padding: 5px 0;
	cursor: pointer;
	width: 100%;
	display: flex;
	justify-content: center;
}

.popupcontainer .nav-tabs .active {
	background-color: #7451eb;
	color: white;
}

/* .popupcontainer .dropZone {
	border: 1px dashed #7451eb;
	padding: 44px 14px;
	border-radius: 16px;
} */

.popupcontainer .dropZone {
	border: 1px solid #7451eb01;
	padding: 8px 4px;
	border-radius: 16px;
}

#PopupContextMenu {
	display: none;
	background-color: #ffffff;
	width: 250px;
	z-index: 9999999999;
	position: fixed;
	font-size: 10px;
	text-align: left;
	border-radius: 10px;
	padding: 16px 32px;
	box-shadow: 0px 20px 12px -8px #dae1f277;
	transform: translate(16px, -50%) !important;
}

#PopupChute {
	display: none;
	background-color: #ffffff;
	width: 250px;
	z-index: 99999;
	position: fixed;
	font-size: 10px;
	text-align: left;
	border-radius: 10px;
	padding: 16px 32px;
	box-shadow: 0px 20px 12px -8px #dae1f277;
	transform: translate(16px, -50%) !important;
}

/* #PopupChute span {
	/* z-index: 99999;
	position: fixed; *
} */

#PopupChute button.reinvestir {
	border: none;
	background-color: #7451eb;
	color: white;
	padding: 8px 16px;
	font-weight: 700;
	border-radius: 50px;
	box-shadow: 0px 20px 12px -8px #dae1f277;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 10px;
	color: #fff;
	width: 100px;
}

/* #PopupContextMenu button {
	border: none;
	background-color: #7451eb;
	color: white;
	padding: 3px 3px;
	font-weight: 700;
	border-radius: 2px;
	box-shadow: 4px 5px 6px 0px #0000002e;
	margin: 2px 0px;
	width: 100%;
} */
#PopupContextMenu .close {
	background: white;
	position: absolute;
	right: -10px;
	top: -10px;
	border-radius: 50%;
	cursor: pointer;
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 4px;
	font-size: 16px;
	color: #a1a1a1;
	box-shadow: 0px 20px 12px -8px #dae1f277;
	z-index: 999999;
}

#PopupContextMenu .context-rouleau {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 8px 0 0;
	gap: 16px;
}

#PopupContextMenu .context-rouleau div {
	font-weight: 500;
	font-size: 13px;
	color: #383D3B;
}

#PopupContextMenu button.retirer {
	border: none;
	background-color: #fff;
	color: white;
	padding: 8px 16px;
	font-weight: 700;
	border-radius: 50px;
	box-shadow: 0px 20px 12px -8px #dae1f277;
	margin: 0px 0px;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 10px;
	color: #7451eb;
	width: 100px;
	border: 1px solid #7451eb;
}

#PopupContextMenu button.reinvestir {
	border: none;
	background-color: #7451eb;
	color: white;
	padding: 8px 16px;
	font-weight: 700;
	border-radius: 50px;
	box-shadow: 0px 20px 12px -8px #dae1f277;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 10px;
	color: #fff;
	width: 100px;
}

#PopupContextMenu ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 8px 0 0;
	gap: 16px;
}

#PopupContextMenu ul li p {
	font-weight: 500;
	font-size: 12px;
	color: #383D3B;
}

#upload-button {
	background-color: var(--secondary-color);
	color: #fff;
	border: 0;
	padding: 12px 24px;
	border-radius: var(--border-radius-small);
	font-size: 14px;
	font-weight: 700;
	box-shadow: 0px 4px 4px -2px #c9c9c9;
	margin: 16px auto;
	transition: .3s;
	bottom: 220px;
	right: 200px;
	position: inherit;
}

#upload-button:disabled {
	color: #a1adbe;
	background-color: #e3eaf3;
	border: 0;
	padding: 12px 24px;
	border-radius: 9px;
	font-size: 14px;
	font-weight: 700;
	margin: 16px 0;
	box-shadow: 0px 3px 3px -2px #c9c9c9;
	border: none;
	transition: .3s;
	bottom: 220px;
	right: 200px;
	position: fixed;
}

.message-credit {
	width: 90%;
	/*margin: 10% 5% 10%;*/
	margin: 0 0 16px;
	background: #e2e8e930;
	border-radius: 14px;
	padding: 16px 8px;
	text-align: center;
	font-size: .9rem;
	box-shadow: 0px 3px 3px -2px #c9c9c9;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.message-credit a {
	background-color: #8430ff;
	color: #fff !important;
	border: 0;
	padding: 12px 24px;
	border-radius: 9px;
	font-size: 14px;
	font-weight: 700;
	margin: 8px 0 8px;
	/* color:#8430ff !important; */
}

.title_subtool {
	cursor: pointer;
}

/* User Panel header*/
/* .userpanel-dash {
	border-radius: 5px;
	padding: 0px 8px;
	/* width: 250px; */
/*right: 32px;
	position: fixed;
	top: 0;
	background: transparent;
	z-index: 2;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	gap: 10px;
	z-index: 4;
	height: 51px;
} */
/* User Panel sidebar*/
.userpanel-dash {
	border-radius: 5px;
	padding: 0px 8px;
	background: #f7f8fa;
	z-index: 2;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	gap: 10px;
	z-index: 4;
	height: 51px;
	width: 100%;
	box-sizing: border-box;
}

/* .rightHeaderNavPrjct { */
/* position: fixed;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	right: 0px;
	top: 0;
	z-index: 2;
	gap: 0px; */
/* } */

.exit {
	border-radius: 1px;
	/* padding: 0px 6px; */
	/* height:23px;
	width: 38px;
	flex: 0 0 25px;
	background:  radial-gradient(circle,#ffffff24 2%,#ffffff39 66%, #6466650a 100%);

    z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	color: #383d3b;
	border-left : 1px  solid #383d3b10
;
	border-bottom : 1px  solid #383d3b10
; */
}

/* .exit:hover { */
/* background:  radial-gradient(circle,#383d3b04 2%,#383d3b09 66%, #383d3b1f 100%); */
/* } */

/* .options {
	border-radius: 1px;
	 padding: 0px 6px;
    height:23px;
	width: 38px;
	flex: 0 0 25px;
	background:  radial-gradient(circle,#ffffff24 2%,#ffffff39 66%, #6466650a 100%);

    z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	color: #383d3b;
	border-left : 1px  solid #383d3b10
;
}
.options:hover {
	background:  radial-gradient(circle,#383d3b04 2%,#383d3b09 66%, #383d3b1f 100%);
}*/
.userpanel-dash>div {
	display: flex;
	text-align: right;
	line-height: 22px;
	vertical-align: top;
	transition: .5s;
	gap: 6px;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	padding: 0px;
	/* border-right: 1px solid #e1e4f7; */
	height: 100%;
}

.userpanel-dash .username {
	color: var(--secondary-color);
	font-weight: 600;
	font-size: 14px;
	margin: 0px 0 0;
	text-transform: capitalize;
	cursor: pointer;
}

.userpanel-dash .disconnect {
	color: #7451eb;
	text-decoration-line: underline;
	text-underline-offset: 8px;
	font-size: 13px;
	cursor: pointer;
	padding: 0 0 0 0px;
	font-weight: 600;
	margin: 8px;

}

/* .userpanel-dash .userlogo {
	/* background-color: #7451eb;
	color: white;
	font-size: 14px;
	height: 34px;
	width: 34px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 15px; *
} */

.userpanel-dash .userlogo:last-of-type span {
	font-size: 11px;
}

.lang-select {
	position: fixed;
	z-index: 9;
	right: 12px;
	bottom: 12px;
}

.lang-select-dashboard {
	position: fixed;
	z-index: 9;
	left: 0px;

	bottom: 32px;
	font-size: 11px;
	width: 168px !important;
	background-color: white;
	/* #3e4651;
	   /* border-top: 1px solid #a1a1a1; */
}

.lang-select-dashboard .input-select-lang {
	border: none;
	font-size: 13px;
	padding-left: 28px;
	font-weight: 400;
	cursor: pointer;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	transition: .55s;
	color: #fff;
}

.lang-select .input-select-lang {
	border: none;
	font-size: 15px;
	padding: 1px 4px;
	border-radius: 5px;
	background-color: fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0px;
	transition: .55s;
	font-weight: 400;
	cursor: pointer;
}

.lang-select img,
.lang-select-dashboard img {
	width: 12px;
}

.lang-select .dropdown-lang,
.lang-select-dashboard .dropdown-lang {
	width: 14px;
	position: relative;
	right: -9px;
	top: 5px;
}

/* .lang-select .list-select-lang {} */

.lang-select-dashboard .list-select-lang {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding-left: 28px;
}

.lang-select-dashboard .list-select-lang ul {
	position: absolute !important;
	display: flex
}

.lang-select button,
.lang-select-dashboard button {
	font-size: 11px;
	border: none;
	color: #2d2d2d;
	background-color: white;
	/* #3e4651;*/
	padding: 6px;
	width: 100%;
	border-radius: 0px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 6px;
	transition: .6s;
}

.lang-select button:hover,
.lang-select-dashboard button:hover {
	background-color: #7451eb;
	color: white;
}

.lang-select button img .lang-select-dashboard button img {
	width: 12px;
	margin-right: 2px;
}

.dashboard-header-icon {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 22px;
}


.panel_choix_acessoire {
	background: white;
	position: fixed;
	right: 16px;
	bottom: 40px;
	padding: 5px 5px;
	box-shadow: 2px 5px 3px 2px #00000052;
	border-radius: 2px;
	display: none;
}

.panel_choix_acessoire li {
	background: #7451eb;
	color: white;
	font-size: 12px;
	margin: 2px 3px;
	padding: 11px 10px;
	cursor: pointer;
	display: inline-block;
}

@media only screen and (max-width: 1430px) {
	.item_subtool p.title_subtool {
		display: none;
	}

	/* .projectloader {
		width: 95%;
	} */
}

@media only screen and (max-width: 1360px) {
	.master_infos_cart {
		max-width: 20%;
		top: 74px;
		padding: 0;
	}

	.master_infos_cart button.cta_devis {
		right: 50%;
		transform: translateX(50%);
		width: 90%;
	}

	/* TOPBAR TOOLS */
	.item_subtool {
		padding: 8px;
		cursor: pointer;
	}

	.item_subtool .icon_subtool {
		margin: 0;
	}

	.item_subtool .icon_subtool img {
		width: 28px;
	}

	.add_rolls_option {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.container_project {
		max-width: 20%;
	}
}

@media only screen and (max-width: 1200px) {
	.topbar_tool {
		padding: 6px 8px;
	}

	.item_subtool {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 8px 12px;
	}

	.item_subtool .icon_subtool {
		margin: auto;
	}

	.addgazontools p.title_subtool {
		font-size: 10px;
		display: block !important;
	}

	.addgazontools p.title_subtool small {
		font-size: 08px;
		display: none !important;
	}

	.addgazontools .item_subtool {
		padding: 2px 8px;
	}

	.addgazontools input {
		font-size: 09px;
		padding: 4px 2px;
		margin: 0px;
	}

	.addgazontools select {

		font-size: 09px;
		padding: 3px 2px;
		margin: 0px;
	}
}

.header-center-left {
	/* grid-area: newproject; */
	grid-area: header-center;
	background-color: transparent;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 0 0 0 0;
	box-sizing: border-box;
	height: 51px;
}

.header-center-right {
	grid-area: header-center;
	background-color: #eff2f7b0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 8px;
	gap: 8px;
}

.header-center-right button {
	border: none;
	background-color: #7451eb;
	color: white;
	font-size: 12px;
	padding: 9px 30px;
	font-weight: 700;
	border-radius: 2px;
	box-shadow: 4px 5px 6px 0px #0000002e;
}

.aside-left {
	grid-column: 1;
	grid-row: 1 / span 2;
	background: white;
	height: calc(100dvh - 0px);
	width: 220px;
	border-right: 1px solid #D6D9e2;
	padding: 0px;
	box-sizing: border-box;
}

.aside-left>div {
	padding: 0px 0 32px;
	margin: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.aside-left li:not(.project-note-list li) {
	border-bottom: 1px solid #edf1f7;
	padding: 4px 16px;
	transition: .15s;
	height: 46px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.aside-left li.active {
	background-color: #f7f8fa;
	border-left: 4px solid var(--accent-color);
	padding: 4px 12px 4px 20px;

}

.aside-left .project-note-list li {
	padding: 2px 0 0;
}


.aside-left a {
	font-size: 14px;
	/* color: #a1a1a1 white !important; */
	color: var(--text-color-dark) !important;

	text-decoration: none;
	line-height: 32px;
	transition: .15s;
}

#dashboard_nav a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 6px;
}

#dashboard_nav a i {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	margin-right: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	background-color: var(--secondary-color);

}

.aside-left a:hover {
	color: #c9c9c9;
	transition: .15s;
}

.aside-left ul {
	list-style: none;
	text-decoration: none;
}

.aside-left ul li a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 16px;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

.aside-left ul li:hover {
	background-color: #f7f8fa
}

.aside-left ul li a:active {
	color: var(--primary-color);
}

.aside-left ul li a:visited {
	background-color: #dddddd;
}

.aside-left ul li a:focus {
	background-color: #f0f2f5;
}

.bottom-link {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	height: 180px;
	width: 100%;
}

.bottom-link>div {
	width: 100%;
}

.bottom-link a {
	/* border-bottom: 1px solid #a1a1a1; */
	display: flex;
	justify-content: flex-start;
	width: 100%;
	padding: 0 0 0 8px;
	gap: 8px;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
}


.a-mettre-en-place {
	filter: blur(1px);
	opacity: .4;
}

.validator {
	display: block;
	width: 206px;
	padding: 0px 16px;

}

.validator span {
	/* background-color: #e3eaf3; */
	background-color: transparent;
	padding: 4px;
	height: 40px;
	display: block;
	border-radius: 12px;
}

@media all and (min-width: 1370px) {
	.validator {
		display: block;
	}

	.validator>span {
		display: none;
	}
}

.validator button {
	z-index: 4;
	position: relative;
	background-color: var(--secondary-color);
	color: white;
	text-transform: none;
	font-size: 14px;
	letter-spacing: .2px;
	padding: 12px 24px;
	font-weight: 600;
	box-shadow: 0px 20px 12px -8px #dae1f277;
	border-radius: 9px;
	border: none;

}

/* .validator span::before{
	--curve-size: calc(2 * 16px);
	content: '';
	width: var(--curve-size);
	height: var(--curve-size);
	background-color: transparent;
	border-radius: 50%;
	position: absolute;
	top: -16px;
	left: 0;
	box-shadow: calc(-1 * var(--curve-size) * 0.5) calc(var(--curve-size) * 0.5) #e3eaf3;
}
.validator span::after{
	--curve-size: calc(2 * 16px);
	content: '';
	width: var(--curve-size);
	height: var(--curve-size);
	background-color: transparent;
	border-radius: 50%;
	position: absolute;
box-shadow: calc(-1 * var(--curve-size) * 0.5) calc(-1 * var(--curve-size) * 0.5) #e3eaf3;
left: 0;
top: 64px;
} */
.list-header {
	display: grid;
	/* grid-template-columns: 5fr .2fr; */
	grid-template-columns: 4fr 1.3fr;
	gap: 8px;
	/* grid-template-areas: ''; */
}

.list-style {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 380px;
}

.list-style i {
	color: #dedede !important;
	transition: 1.2s;
	border: 1px solid #A2A1AC;
	padding: 8px;
}

.list-style i:first-of-type {
	border-radius: 18px 0 0 18px;
	padding: 8px 8px 8px 12px;
	border-right: none;
	margin-left: 16px;
}

.list-style i:last-of-type {
	border-radius: 0 18px 18px 0;
	padding: 8px 12px 8px 8px;
	border-left: none;
}

.list-style i.active {
	color: #a1a1a1 !important;
	border: 1px solid #7f7e86;
	background-color: #f7f8fa;

}

/*
grid block
*/
.content-block {
	background: #f7f7f714;
	/*#f7f7f7b0;/* #eff2f7b0;*/
	border-radius: 8px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-items: flex-start;
	padding: 0;
	height: calc(100dvh - 180px);
	width: calc(100% - 2px);
	overflow-y: auto;
	overflow-x: hidden;


}

.listing-scroll.content-block:before {
	box-shadow: inset 0 12px 16px -8px #edf1f7;
	position: absolute;
	width: 100%;
	z-index: 999999999999999;
	content: '';
	display: block;
	height: 32px;
	top: 0;
}

.listing-scroll.content-block::after {
	box-shadow: inset 0 -18px 22px 0px #edf1f7;
	position: absolute;
	width: 100%;
	z-index: 999999999999999;
	content: '';
	display: block;
	height: 48px;
	bottom: 0px;
	left: 0;
}

.grid-block {
	width: calc(100% - 0px);
	display: grid;
	/* grid-template-columns: 450px repeat(auto-fill, minmax(236px, 49.1%)) 500px; */
	grid-template-columns: 719px;
	grid-auto-rows: 96px;
	gap: 24px;
	box-sizing: border-box;
}

.block {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background-color: white;

	width: 100%;
	border-radius: 8px;
	box-shadow: 0px 3px 3px -2px #c9c9c9;
	padding: 32px;
	box-sizing: border-box;
}

.block::before {
	content: '';
	width: 16px;
	min-width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #eff2f7;
	margin: 0 32px 0 0;
	transition: 1.2s;
}

.block:hover::before {
	background: #8d6ff4;
}

.grid-square {
	width: calc(100% - 14px);
	display: grid;
	/* grid-template-columns: repeat(auto-fill, minmax(180px, 218px));
	grid-auto-rows: 216px; */
	grid-template-columns: repeat(auto-fill, minmax(calc(20% - 16px), 1fr));
	grid-auto-rows: 250px;
	gap: 16px;
	transition: 0.45s;
	margin: 0 0 32px;
	padding: 0 16px;
	box-sizing: border-box;
}

@media all and (max-width:1370px) {
	.grid-square {
		width: calc(100% - 0px);
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(180px, 210px));
		grid-auto-rows: 240px;
		gap: 36px;
	}
}

.discov .grid-square {
	gap: 24px;
}

.square {
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	/* background-color: white; */
	height: 250px;
	width: 100%;
	/* border-radius: 9px;
  box-shadow: 0px 3px 3px -2px  #c9c9c997; */
	padding: 0px;
	box-sizing: border-box;
	overflow: hidden;
	transition: .45s;
	position: relative;
	/* border-color: rgb(237, 235, 225);
		border-style: solid;
		border-width: 1px; */

	border-radius: var(--border-radius-small);
	border: var(--border-thin);
	background-color: var(--background-component);
	/* padding: var(--padding-large); */
	width: 100%;
	box-shadow: var(--shadow-thin);
	box-sizing: border-box;
}

/* .square:hover {
	/* transform: translateY(-2px);
    box-shadow: 0px 20px 12px -8px #dae1f277; *
} */

.square:hover .square-title {
	color: var(--secondary-color);
}

.square>div {
	width: 100%;
}

.square .image-broken {
	display: none !important;
}

.square img[alt] {
	font-size: 12px;
	/* padding: 12px; */
	color: #cacaca;
	box-sizing: border-box;
	margin: auto;
	max-width: 100%;
	height: 180px;

}

.square-infos-title {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 4px 8px 0;
	gap: 8px;
}

.square-infos-title .square-title {
	width: 100%;
	max-width: 160px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	box-sizing: border-box;
	transition: .9s;
	font-weight: 500;
	font-size: 15px;
}

.square-type {
	font-size: 11px;
	color: #484848;
}

.square-user-date {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	top: 0;
}

.square-user {
	font-size: 10px;
	padding: 8px;
	color: #484848;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}

.square-date {
	font-size: 11px;
	padding: 4px 8px;
	color: #484848 !important;
	background: #fff9;
	backdrop-filter: blur(2px);
	font-weight: 600;
	color: white;
	border-radius: 0px 0 9px 0;
}

.square-infos {
	font-size: 12px;
	color: #484848;
	padding: 0 8px;
	/* display: grid;
	grid-template-columns: repeat(auto-fill, minmax(92px, 1fr));
	grid-auto-rows: 16px;
	grid-gap: 6px; */
	width: 100%;
	box-sizing: border-box;
	/* max-width: 215px; */
	text-align: end;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	position: absolute;
	bottom: -6px;
}

.square-message {
	width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 26px;
	text-align: start;
}

.square-edit {
	display: flex;
	justify-content: flex-end;
	width: 64px;
	gap: 16px;
}

.square-edit span {
	width: 16px;
	padding: 4px;
	cursor: pointer;
	font-size: 13px;
}

.listing-scroll {
	height: calc(100dvh - 200px);
	position: relative;
}

.square.nouveau-projet {
	justify-content: center;
}

.fa-solid.fa-plus.new-prjct {
	color: var(--secondary-color);
	;
	background-color: #f5f5f6;
	border-radius: 50%;
	width: 64px;
	height: 64px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 32px;
	margin: 0 0 16px;
	transition: .9s ease-in-out;
	border: 4px solid var(--secondary-color);
	/*#7753ee99;*/
}

.nouveau-projet:hover .fa-solid.fa-plus.new-prjct {
	background: #8d6ff4;
	color: white;
}

.rollDim {
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	gap: 4px;
	transition: 1.2s;
}

.rollDim select {
	display: flex !important;
	justify-content: center;
	align-items: center;
	background-color: white;
	border: 1px solid #7451eb22 !important;
	padding: 3px 0px !important;
	border-radius: 2px;
	width: 41px !important;
	font-size: 12px;
	color: #3e4956 !important;
}

.rollDim input {
	display: flex !important;
	justify-content: center;
	align-items: center;
	background-color: white;
	border: none !important;
	padding: 2px 0px !important;
	border-radius: 5px !important;
	width: 28px !important;
	font-size: 12px;
	color: #3e4956 !important;
}

.fas.fa-up-down {
	font-size: 11px;
}

/*input number longueur*/
input[type="number"] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

.longueur-number {
	border: 1px solid #7451eb22 !important;
	padding: 2px 8px !important;
	border-radius: 2px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: white;
	font-size: 12px;
	color: #3e4956 !important;
}






.longueur-number,
.longueur-number * {
	box-sizing: border-box;
	text-align: center;
}

.longueur-number button {
	/* outline:none;
  -webkit-appearance: none;
  background-color: white;
  border: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0;
  position: relative; */
	display: none;
}

/*End input number longueur*/
/*@animation*/
.fade-animation {
	transition: opacity 0.5s;
}

.fade-animation.ng-hide {
	opacity: 0;
}

#SetMesure {
	display: none;
	position: absolute;
	/* transition: .45s ease-out; */
	transform-origin: center;
	/* transform: translate(-50%, -50%); */
	transform: translate(0%, -250%);
}

#setDistance {
	/* border: 1px solid #D5D5D5 !important; */
	border: 1px solid #3b2193b5 !important;
	box-shadow: var(--shadow-thick);
	outline: none !important;
	text-align: center;
	padding: 4px 8px;
	border-radius: var(--border-radius-small);
	transform-origin: center;
	color: var(--text-color-dark) !important;
	font-size: 14px;
	width: 52px;

	height: 36px;
	margin: 0 4px;
	text-align: center;
	border-radius: 2px;
}

#SetMesureFix {
	display: none;
	position: fixed;
	z-index: 999999;
	transform-origin: center;
	transform: translate(-50%, 0);
	box-shadow: var(--shadow-apple);
	/* background-color: #f5f6f9ef; */
	background-color: #f4f4f666;
	backdrop-filter: blur(3px);
	top: 32px;
	left: 50vw;
	width: 512px;
	height: 64px;
	border-radius: 9px;
	justify-content: center;
	gap: 4px;
	align-items: center;

}

#setDistanceFix {
	/* border: 1px solid #D5D5D5 !important; */
	border: 1px solid #3b2193b5 !important;
	box-shadow: var(--shadow-thick);
	outline: none !important;
	text-align: center;
	padding: 4px 8px;
	border-radius: var(--border-radius-small);
	transform-origin: center;
	color: var(--text-color-dark) !important;
	font-size: 14px;
	width: 98px;
	height: 24px;
	margin: 0 4px;
	text-align: center;
	border-radius: 19px;
	justify-content: center;
	gap: 4px;
	align-items: center;
}

#SetMesureFix span {
	font-weight: 700;
}

#SetMesureFix button {
	outline: none;
	margin: 8px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	max-width: 200px;
	border: none;
	background-color: var(--secondary-color);
	background: var(--secondary-color);
	background: var(--gradient-btn);
	color: white !important;
	font-size: 12px;
	padding: var(--padding-larger-component);
	font-weight: bold;
	border-radius: var(--border-radius-small);
	box-shadow: var(--shadow-thin);
	transition: 0.3s;
}

.moncompte {
	font-size: 0.75rem;
	padding: 0px;
	margin-bottom: 32px;
}

.moncompte p {
	padding: 0 16px;
	font-weight: 600;
}

.moncompte p i {
	font-weight: 300;
}

.moncompte-grid {
	display: grid;
	grid-template-columns: 280px repeat(auto-fill, minmax(20%, 1fr));
	grid-auto-rows: 280px;
	gap: 16px;
	margin-bottom: 16px;
}

.moncompte-grid img {
	margin-left: 16px;
}

.objets-3D-libs {
	padding-left: 32px;
}

.detail-projet {
	font-size: 0.65rem;
}

.list-licence-cont {
	margin-bottom: 64px;
}

.list-licence thead th {
	text-align: left;
}

.list-licence tbody {
	height: 200px;
	overflow-y: scroll;
}

/*anim*/
@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	30% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes slideIn {
	from {
		transform: translateX(100%);
	}

	to {
		transform: translateX(0);
	}
}

.slide-fade-in {
	animation: fadeIn 600ms cubic-bezier(0.195, 0.080, 0.000, 0.995), slideIn 600ms cubic-bezier(0.255, 0.005, 0.000, 1.165);
}

@keyframes fade {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.delay1 {
	animation-delay: 0.03s !important;
	transition-delay: 0.03s !important;
	transform: translateX(-100%);
	animation-fill-mode: forwards !important;
}

.delay2 {
	animation-delay: 0.06s !important;
	transition-delay: 0.06s !important;
	transform: translateX(-100%);
	animation-fill-mode: forwards !important;
}

.delay3 {
	animation-delay: 0.09s !important;
	transition-delay: 0.09s !important;
	transform: translateX(-100%);
	animation-fill-mode: forwards !important;
}

.delay4 {
	animation-delay: 0.12s !important;
	transition-delay: 0.12s !important;
	transform: translateX(-100%);
	animation-fill-mode: forwards !important;
}

.delay5 {
	animation-delay: 0.15s !important;
	transition-delay: 0.15s !important;
	transform: translateX(-100%);
	animation-fill-mode: forwards !important;
}

.delay6 {
	animation-delay: 0.18s !important;
	transition-delay: 0.18s !important;
	transform: translateX(-100%);
	animation-fill-mode: forwards !important;
}

.delay7 {
	animation-delay: 0.21s !important;
	transition-delay: 0.21s !important;
	transform: translateX(-100%);
	animation-fill-mode: forwards !important;
}

.delay8 {
	animation-delay: 0.24s !important;
	transition-delay: 0.24s !important;
	transform: translateX(-100%);
	animation-fill-mode: forwards !important;
}

.delay9 {
	animation-delay: 0.27s !important;
	transition-delay: 0.27s !important;
	transform: translateX(-100%);
	animation-fill-mode: forwards !important;
}

.delay10 {
	animation-delay: 0.3s !important;
	transition-delay: 0.3s !important;
	transform: translateX(-100%);
	animation-fill-mode: forwards !important;
}

.delay11 {
	animation-delay: 0.33s !important;
	transition-delay: 0.33s !important;
	transform: translateX(-100%);
	animation-fill-mode: forwards !important;
}

.delay12 {
	animation-delay: 0.36s !important;
	transition-delay: 0.36s !important;
	transform: translateX(-100%);
	animation-fill-mode: forwards !important;
}

.delay13 {
	animation-delay: 0.39s !important;
	transition-delay: 0.39s !important;
	transform: translateX(-100%);
	animation-fill-mode: forwards !important;
}

.delay14 {
	animation-delay: 0.42s !important;
	transition-delay: 0.42s !important;
	transform: translateX(-100%);
	animation-fill-mode: forwards !important;
}

.delay15 {
	animation-delay: 0.45s !important;
	transition-delay: 0.45s !important;
	transform: translateX(-100%);
	animation-fill-mode: forwards !important;
}

.delay16 {
	animation-delay: 0.48s !important;
	transition-delay: 0.48s !important;
	transform: translateX(-100%);
	animation-fill-mode: forwards !important;
}

.delay17 {
	animation-delay: 0.51s !important;
	transition-delay: 0.51s !important;
	transform: translateX(-100%);
	animation-fill-mode: forwards !important;
}

.delay18 {
	animation-delay: 0.54s !important;
	transition-delay: 0.54s !important;
	transform: translateX(-100%);
	animation-fill-mode: forwards !important;
}






@keyframes slidefadeLeft {
	from {
		transform: translateX(-40%);
	}

	to {
		transform: translateX(0);
	}
}

@keyframes slidefadeLeftExt {
	from {
		transform: translateX(0%);
	}

	to {
		transform: translateX(100%);
	}
}

.slide-fade-left {
	animation: fade 600ms cubic-bezier(0.195, 0.080, 0.000, 1.290), slidefadeLeft 600ms cubic-bezier(0.195, 0.080, 0.000, 1.290);
}

.slide-fade-left-nobounce {
	animation: fade 600ms cubic-bezier(0.195, 0.080, 0.000, 1.290), slidefadeLeft 600ms cubic-bezier(.27, 1.04, .98, .94);
}

.slide-fade-left-nobounce-fast {
	animation: fade 150ms cubic-bezier(0.195, 0.080, 0.000, 1.290), slidefadeLeft 150ms cubic-bezier(.27, 1.04, .98, .94);
}

.slide-fade-ext-left-nobounce {
	animation: fade 600ms cubic-bezier(0.195, 0.080, 0.000, 1.290), slidefadeLeftExt 200ms cubic-bezier(.27, 1.04, .98, .94);
}

@keyframes slidefadeRight {
	from {
		transform: translateX(40%);
	}

	to {
		transform: translateX(0);
	}
}

.slide-fade-right {
	transition: 600ms;
	animation: fade 600ms cubic-bezier(0.195, 0.080, 0.000, 1.290), slidefadeRight 600ms cubic-bezier(0.195, 0.080, 0.000, 1.290);
}

.slide-fade-right-nobounce {
	animation: fade 600ms cubic-bezier(0.195, 0.080, 0.000, 1.290), slidefadeRight 600ms cubic-bezier(.27, 1.04, .98, .94);
}

@keyframes slidefadeDown {
	from {
		/* height: 0; */
		transform: translate(-50%, -150%);
	}

	to {
		/* height: auto; */
		transform: translate(-50%, -100%);
	}
}

.show-fade-in {
	animation: fadeIn 1.8s 0.0s cubic-bezier(0.195, 0.080, 0.000, 1.290) forwards;
}

.show-fade-in-delay {
	animation: fadeIn 1.8s 0.8s cubic-bezier(0.195, 0.080, 0.000, 1.290) forwards;
}

.slide-fade-down {
	transition: height 1600ms cubic-bezier(0.195, 0.080, 0.000, 1.290);
	animation: fade 700ms cubic-bezier(0.195, 0.080, 0.000, 1.290), slidefadeDown 600ms cubic-bezier(0.195, 0.080, 0.000, 1.290);
}

.slide-fade-down-nobounce {
	transition: height 1600ms cubic-bezier(0.195, 0.080, 0.000, 1.290);
	animation: fade 600ms cubic-bezier(0.195, 0.080, 0.000, 1.290), slidefadeDown 600ms cubic-bezier(.27, 1.04, .98, .94);
}

@keyframes slideDown {
	from {
		/* height: 0; */
		transform: translate(0%, -100%);
	}

	to {
		/* height: auto; */
		transform: translate(0%, 0%);
	}
}

.slide-down {
	/* transition: height 1600ms cubic-bezier(0.195, 0.080, 0.000, 1.290); */
	animation: fade 700ms cubic-bezier(0.195, 0.080, 0.000, 1.290), slideDown 600ms cubic-bezier(0.195, 0.080, 0.000, 1.290);
}

@keyframes slideUp {
	from {
		/* height: 0; */
		transform: translate(0%, 100%);
	}

	to {
		/* height: auto; */
		transform: translate(0%, 0%);
	}
}

.slide-up-nobounce {
	/* transition: height 1600ms cubic-bezier(0.195, 0.080, 0.000, 1.290); */
	animation: fade 700ms cubic-bezier(0.195, 0.080, 0.000, 1.290), slideUp 600ms cubic-bezier(.27, 1.04, .98, .94);
}

@keyframes slidefadUp {
	from {
		/* height: 0; */
		transform: translate(0, 100%);
	}

	to {
		/* height: auto; */

		transform: translate(0, 0%);
	}
}

.slide-fade-up {
	transition: height 1600ms cubic-bezier(0.195, 0.080, 0.000, 1.290);
	animation: fade 700ms cubic-bezier(0.195, 0.080, 0.000, 1.290), slidefadUp 600ms cubic-bezier(0.195, 0.080, 0.000, 1.290);
}

.slide-fade-up-nobounce {
	transition: height 1600ms cubic-bezier(0.195, 0.080, 0.000, 1.290);
	animation: fade 600ms cubic-bezier(0.195, 0.080, 0.000, 1.290), slidefadUp 600ms cubic-bezier(.27, 1.04, .98, .94);
}

@keyframes slideOut {
	from {
		height: auto;
	}

	to {
		height: 0;
	}
}

@keyframes slideLeft {
	from {
		height: 0;
		transform: translateX(-100%);
	}

	to {
		height: calc(100% + 22px);
		transform: translateX(0);
	}
}

.slide-animation {

	/* transition: all 1.9s linear; */
	/* display: block !important; */
	animation: fadeIn 0.6s ease-in, slideLeft 0.5s ease-out;
}

/* .slide-animation.ng-show-add {
  height: 0;
  overflow: hidden;
}

.slide-animation.ng-show-remove {
  height: auto;
  overflow: hidden;
} */


.choix_surface {
	max-height: 26dvh;
	overflow-y: scroll;
}

button.mauve {
	background-color: var(--secondary-color) !important;
	color: #fff !important;
	border: 0 !important;
	padding: 12px 24px;
	border-radius: 9px;
	font-size: 14px;
	font-weight: 700;
	box-shadow: 0px 4px 4px -2px #c9c9c9 !important;
	margin: 16px 0;
	transition: .3s;
}

.calepinage-gazon-cat {
	padding: 0px 0;
	margin: 0 0 8px;
	max-width: 50px;
	width: 100%;
	height: 93dvh;
	top: 65px;
	background-color: #3E4651;
	/*#2e3a49;/* #4e5159;*/
	position: fixed;
	left: 0px;
	/* border-right: 1px solid #e0e0e0; */
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	z-index: 9999999999;
}

/* .contRoll {
	/* display: flex;
	justify-content:space-between;
	align-items: center;
	padding: 0 16px 0 0; *
} */

.calepinage-gazon-cat span {
	width: 100%;
	height: 44px;
	/* border-radius: 4px; */

	display: flex;
	justify-content: center;
	align-items: center;
}

.calepinage-gazon-cat span.active {
	/* border-radius: 4px; */
	background-color: #fff;
	/* box-shadow: 0 2px 6px -2px #e0e0e0; */

}

.calepinage-gazon-cat span img {
	margin: auto;
	filter: brightness(100);
}

.calepinage-gazon-cat span.active img {
	margin: auto;
	filter: none;
}

.calepinage-gazon-cat hr {
	width: 20px;
	margin: 10px auto;
	border: none;
	border-bottom: 1px solid #5f6368;
}

.calepinage-gazon {
	margin: 0 0 8px;
	max-width: 230px;
	width: 100%;
	height: 93dvh;
	top: 65px;
	background-color: transparent;
	position: fixed;
	left: 48px;
	/* transition: 0.6s cubic-bezier(0.195, 0.080, 0.000, 1.290); */
	transition: 0.45s cubic-bezier(.27, 1.04, .98, .94);
	/* overflow: hidden; */

}

.calepinage-gazon-panel {
	transition: 0.6s cubic-bezier(.27, 1.04, .98, .94);
	box-shadow: 8px 0 8px -8px #e0e0e0;
}

.calepinage-gazon-panel.min {
	max-width: 230px;
	width: 100%;
	/* transform: translateX(-96%); */
	/* overflow: hidden; */
}

.calepinage-gazon-panel img.min {
	display: block;
	padding: 12px 15px;
	border-radius: 50%;
	background-color: #fff;
}

.calepinage-gazon-panel.min img.min {
	background-color: #fff;
	transform: rotate(180deg);
	transition: 0.45s cubic-bezier(0.195, 0.080, 0.000, 1.290);
}

.calepinage-gazon-panel.min .aside-surface-head {
	transform: translate(110px, 30px);
	border-radius: 22px;
	padding: 0;
	box-shadow: 8px 0 8px -8px #e0e0e0;
}

.calepinage-menu {
	margin: 0 0 8px;
	max-width: 310px;
	width: 100%;
	/* height: 93dvh; */
	/* top: px; */
	background-color: #fbfbfb;
	padding: 0px;
	left: 48px;
	box-sizing: border-box;
}

.choice-calp-title {
	/* font-size: 11px; */
	padding: 0 22px;
	/* margin: 10px 0; */
	font-size: 12px !important;
	color: #4a5a6d !important;
	font-weight: 600;
	letter-spacing: -.2px;
	margin: 10px 0 4px;

}

.choice-calp-info {
	padding: 8px 22px 0;
	font-size: 12px !important;
	color: #4a5a6d !important;
	font-weight: 400;
	letter-spacing: -.2px;
	margin: 0px 0 8px;
	display: block;
	height: 16px;
	text-align: center;
}

.choice-calp-help {
	position: absolute;
	transform: translateX(100%);
	transition: .25s;
	background: white;
	border-radius: 3px;
	padding: 8px 16px;
	box-shadow: 0 4px 12px -4px #e0e0e0;
	max-width: 200px;
	font-size: 10px;
}

.choice-calp {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 4px 32px 16px;
}

.choice-calp>div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 60px;
	height: 68px;
	max-height: 68px;
	border-radius: 8px;
	border: 1px solid white;
	padding: 8px 4px;
	flex: 0 0 60px;
	box-sizing: border-box;
	font-size: 10px;
	gap: 4px;
	transition: .45s;
	/* box-shadow: 0 6px 16px 2px #ffffff55; */
	background-color: #fefefe;
	border-radius: 8px !important;
	padding: 0px 4px !important;
	margin: 0 auto !important;
	border: 1px solid #b7b7b733 !important;
	box-shadow: var(--shadow-thin) !important;
}

.choice-calp div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 4px;

}

.choice-calp>div.active {
	background-color: #ffffff;
	border: 1px solid var(--secondary-color) !important;
	/* box-shadow: 0 6px 16px 2px #c0c0c04d; */
	box-shadow: 0 4px 24px -2px #7451eb66 !important;
}


.sur-mesure-grid {
	display: grid !important;
	/* grid-template-columns: repeat(2, 1fr); */
	grid-template-columns: 1.25fr 1fr;
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 1px;
	grid-row-gap: 1px;
	border-radius: 16px;
	background-color: #f9f9f9;
	/*#5b626c17;*/
	padding: 4px 4px 12px !important;
	box-sizing: initial !important;
	box-shadow: var(--shadow-medium);
	border: var(--border-thin);
}

.sur-mesure-grid .largeur {
	grid-area: 2 / 2 / 3 / 3;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.sur-mesure-grid .longueur {
	grid-area: 1 / 1 / 2 / 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.sur-mesure-grid .img-roll {
	grid-area: 2 / 1 / 3 / 2;
	/* margin: 0 0 8px 28px; */
	margin: 0 0 0 auto;
}

.sur-mesure-grid .btn-circle-plus {
	grid-area: 1 / 2 / 2 / 3;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;

	height: 100%;
}


.sur-mesure-grid .btn-circle-plus .smbtn {
	height: 38px;
	width: 38px;
	/* background-color:#7551ebcb;#bcbcbc; */
	background: var(--gradient-btn);
	opacity: 1;
	border-radius: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.45s;
}

.sur-mesure-grid .btn-circle-plus .smbtn:hover {
	background: #7451eb !important;
	opacity: 1
}

.container_select select {
	border: var(--border-thin) !important;
}

/*modifs*/
#inputState {
	width: calc(200% + 18px) !important;
	height: 32px;
}

.coordonate .form-group.fullwidth:last-of-type {
	width: calc(200% - 9px) !important;
}

#message {
	width: calc(100%) !important;
}

.nom-projet {
	min-width: 314px;
}

/* mise à l'echelle */
/* .scale-tab tbody {} */

.scale-tab tr {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 11px;
	margin: 4px 0 16px;
}

.scale-tab td {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 13px;
}

.scale-tab input {
	background-color: white;
	border: 1px solid #e2daff !important;
	padding: 4px 0px !important;
	border-radius: 5px;
	width: 40px !important;
	text-align: center;
	margin: 4px;
}

.scale-btn {
	display: flex;
	gap: 17px;
}

.valid-scale {
	border: none;
	background-color: #7451eb;
	color: white;
	font-size: 12px;
	padding: 12px 24px;
	font-weight: 600;
	border-radius: 3px;
	box-shadow: 0px 12px 16px -9px #0000003e;
	margin: 0 0px 0 1px;

}

.cancel-scale {
	border: none;
	background-color: #8b8b8bb5;
	color: white;
	font-size: 12px;
	padding: 12px 24px;
	font-weight: 600;
	border-radius: 3px;
	box-shadow: 0px 12px 16px -9px #0000003e;
	/* margin:0 0 0 8px; */
}

/*Edit Line*/
#distanceInput {
	font-size: 14px;
	width: 52px;
	border: 1px solid #3b2193b5;
	height: 36px;
	margin: 0 4px;
	text-align: center;
	border-radius: 2px;
}

#v1,
#v2 {
	opacity: 0;
	position: absolute;
}

#v1+#v1-label::before {
	content: "\f137";
	font-family: 'FontAwesome';
	color: #e2daff;
	background-color: #fff;
	border-radius: 50%;
	padding: 0px;
	font-size: 20px;
}

#v1:checked+#v1-label::before {
	content: "\f137";
	font-family: 'FontAwesome';
	color: rebeccapurple;
	background-color: #fff;
	border-radius: 50%;
	padding: 0px;
	font-size: 20px;
}

#v2+#v2-label::before {
	content: "\f138";
	font-family: 'FontAwesome';
	color: #e2daff;
	background-color: #fff;
	border-radius: 50%;
	padding: 0px;
	font-size: 20px;
}

#v2:checked+#v2-label::before {
	content: "\f138";
	font-family: 'FontAwesome';
	color: rebeccapurple;
	background-color: #fff;
	border-radius: 50%;
	padding: 0px;
	font-size: 20px;
}



/**/
/* .css2d-label {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 4px;
  border-radius: 4px;
  font-size: 12px;
  pointer-events: none;
} */

/* input[type=color]{
            border: none;
            outline: none;
            height: 22px;
            min-width: 22px;
            max-width: 22px;
            border-radius: 6px;
            background-color: #fff;
        } */

input[type=color]::-webkit-color-swatch {
	border-radius: 5px;
	border: none;
	padding: 0;
}

input[type=color]::-moz-color-swatch {
	border-radius: 5px;
	border: none;
	padding: 0;
}




.surface_angle_editor {
	display: flex;
	justify-content: center;
	align-items: center;
}

/*input[type=color]{
			   border: none;
			  outline: none;
			  height: 18px;
			  min-width: 18px;
			  max-width: 18px;s
			  border-radius: 5px;
			  background-color: #fff0;
			  padding: 0;
			  margin: 4px;
			  min-height: 18px;
        }*/


input[type=color] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 23px !important;
	height: 23px !important;
	padding: 0 !important;
	margin: 0 !important;
	background-color: transparent !important;
	border: none !important;
	cursor: pointer;
	min-height: 23px;
	margin-top: 2px !important;
}

input[type=color]::-webkit-color-swatch {
	border-radius: 5px;
	border: none;
}

input[type=color]::-moz-color-swatch {
	border-radius: 5px;
	border: none;
}

ul.content_popup li.item_content_popup input[type=color] {
	margin: 0 auto !important;
}



.surface_angle_editor {
	display: flex;
	justify-content: center;
	align-items: center;
}


.div5 {
	grid-area: div5;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* #linewidthInput {
				grid-area: 1 / 1 / 2 / 7;
				display: flex; justify-content: center; align-items: center;
			 }
			#colorInput {
				grid-area: 2 / 1 / 3 / 3;
				display: flex; justify-content: center; align-items: center;
			}
			#colorPick {
				grid-area: 2 / 3 / 3 / 7;
				display: flex; justify-content: center; align-items: center;
			}
			#colorPalette {
				grid-area: 2 / 3 / 3 / 7;
				display: flex; justify-content: center; align-items: center;
			}
			#brush-accordion {
				grid-area: 3 / 1 / 4 / 7;
				display: flex; justify-content: center; align-items: center;
			}
			.div5 {
				grid-area: 4 / 1 / 5 / 7;
				display: flex; justify-content: center; align-items: center;
			} */





.accordion img {
	display: block;
	max-width: 20px;
}




.popupAnnotation {
	position: fixed;
	z-index: 999999;
	right: 0px;
	background-color: rgb(255, 255, 255);
	max-width: 286px;
	width: 100%;
	border-radius: 0px;
	overflow: hidden;
	box-shadow: 0 5px 10px rgba(154, 160, 185, 0.05), 0 15px 40px rgba(166, 173, 201, 0.2);
	padding: 0;
	top: 65px !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: white;
}



.popupAnnotation>div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.popupAnnotation .title_cart {
	color: #fff;
	background-color: #383d3b8c;
	padding: 6px 12px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	text-align: center;
	width: 100%;

}

#annotation-input {
	font-size: 11px;
	line-height: 16px;
	width: 100% !important;
	border: none;
	outline: none;
	min-height: 180px;
	padding: 12px 16px;
	box-sizing: border-box;
	resize: none;
	overflow-y: auto;
}

.popupAnnotation button {
	border: none;
	background-color: var(--secondary-color);
	color: white;
	font-size: 12px;
	padding: 8px 16px 10px;
	font-weight: 700;
	border-radius: 16px;
	box-shadow: 0px 12px 16px -9px #0000003e;
	margin: 4px auto 16px;
}

.annotation {
	/*position: absolute; */
	padding: 10px 20px !important;
	opacity: 1 !important;
	transform: translate(-50%, -40px) !important;
	will-change: left, top !important;
	border-radius: 9px;
	resize: both;
	overflow-y: auto;
	font-size: 12px;
	line-height: 16px;
	position: fixed !important;
	z-index: 99999;
	background-color: rgba(255, 254, 248, 0.84);
	backdrop-filter: blur(4px);
	min-width: auto;
	max-width: 100%;
	width: 180px;
	height: auto;
	word-break: break-all;
	word-wrap: break-word;
	box-shadow: 0px 12px 16px -9px #0000003e;
}

.editable-text {
	resize: none;
	height: 100%;
	border: none;
	background-color: transparent;
	outline: none !important;
	overflow: hidden;
}

.remove-annotation {
	position: absolute;
	right: 8px;
	top: 4px;
	background-color: white;
	border-radius: 50%;
	box-shadow: 0px 12px 16px -9px #0000003e;
	height: 16px;
	width: 16px;
	text-align: center;
	line-height: 16px !important;
}


.drawlayers {
	display: flex;
	flex-direction: column;
}

.drawlayers .title_cart {
	margin: 16px 16px 0;
	font-size: 11px;
	color: #3E4651;
	font-weight: 500;
	letter-spacing: -.5px;


}

.drawlayers>div:nth-of-type(2) {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	min-height: 3dvh;
	max-height: calc(86dvh - 80px);
	overflow-y: scroll;
	margin-top: 10px;
}

#freeDrawLayerList {
	list-style: none;
	padding: 8px 16px 8px 8px;
	min-width: 200px;
	width: 100%;
	min-height: 16px;
	background-color: #fff;
	/* box-shadow: 0 5px 10px rgb(154 160 185 / 5%), 0 15px 40px rgb(166 173 201 / 20%); */
	font-size: 12px;
	box-sizing: border-box;



}

#freeDrawLayerList li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 4px;
}

#freeDrawLayerList input[type=color] {
	border: none;
	outline: none;
	height: 16px;
	min-width: 16px;
	max-width: 16px;
	border-radius: 4px;
	background-color: #fff;
}

#freeDrawLayerList input[type=range] {
	margin: 0;
}

#freeDrawLayerList::-webkit-color-swatch {
	border-radius: 15px;
	border: none;
}

#freeDrawLayerList::-moz-color-swatch {
	border-radius: 15px;
	border: none;
}


#freeDrawLayerList input[type=text] {
	border: none;
	outline: none;
	height: 22px;
	min-width: 22px;
	border-radius: 6px;
	background-color: #fff;
}

#freeDrawLayerList button {
	min-width: 22px;
	border-radius: 6px;
	border: none;
	outline: none;
	height: 22px;
	background-color: #fff;

}

#freeDrawLayerList input:focus {
	outline: none;
}

.pencil-cursor {

	/* cursor: url("img/cursor/pencil-solid.svg") 2 30, auto; */
	cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 203 203'%3E%3Cpath d='M159.7,89.9l4.4-4.4l-13.2-13.2l-24.2-24.2l-13.2-13.2l-4.4,4.4l-8.8,8.8l-77.5,77.5c-4,4-7,9.1-8.6,14.6L0.4,187c-1,3.3-0.1,6.8,2.4,9.2c2.5,2.4,6,3.3,9.2,2.4l46.8-13.8c5.5-1.6,10.5-4.6,14.6-8.6l77.5-77.5L159.7,89.9z M62.3,155.4l-3.5,8.8c-1.6,1.2-3.3,2.1-5.2,2.7l-30.4,9l9-30.4c0.5-1.9,1.5-3.7,2.7-5.2l8.8-3.5v12.5c0,3.4,2.8,6.2,6.2,6.2L62.3,155.4L62.3,155.4z M141.2,7.2l-5.6,5.6l-8.8,8.8l-4.4,4.4l13.2,13.2l24.2,24.2l13.2,13.2l4.4-4.4l8.8-8.8l5.6-5.6c9.7-9.7,9.7-25.5,0-35.2L176.4,7.2C166.7-2.5,150.9-2.5,141.2,7.2L141.2,7.2z M122.7,72.6l-56,56c-2.4,2.4-6.4,2.4-8.8,0c-2.4-2.4-2.4-6.4,0-8.8l56-56c2.4-2.4,6.4-2.4,8.8,0C125.1,66.2,125.1,70.2,122.7,72.6L122.7,72.6z'/%3E%3C/svg%3E") 0 16, auto;
}

.rotate-cursor {
	cursor: url(./build/potree/resources/icons/subtools/rotateCursor.png) 2 30, grab !important;
}

.drag-cursor {
	cursor: url(./build/potree/resources/icons/subtools/dragCursor.png) 2 30, move !important;
}

/* .paintbrush-cursor {
			cursor: url('./build/potree/resources/icons/subtools/paintbrush-solid.svg') 2 30, auto;
		}
		.brush-cursor {
			cursor: url('./build/potree/resources/icons/subtools/brush-solid.svg') 2 30, auto;
		}
		.paint-roller-cursor {
			cursor: url('./build/potree/resources/icons/subtools/paint-roller-solid.svg') 2 30, auto;
		} */


#header-surfaces {
	display: flex;
	align-self: flex-start;
	justify-content: flex-start;
	align-items: flex-end;
	background-color: #f5f4f200;
	height: 28px;
	width: 100%;
	overflow-x: scroll;
	padding: 0 1px;
	transform: translateX(-8px);
}

#header-surfaces::-webkit-scrollbar {
	display: none;
}

.s-onglet-surface {
	margin: 0 1px;
	cursor: pointer;
}

.onglet-surface-p {
	padding: 0;
	height: 32px;
	width: 177px;
	background-color: #fff;
	border-radius: 0 0 5px 5px;
	display: flex;
}

.selected-s-rounded {
	position: relative;
	z-index: 3px;

}

.msk-circ::before {
	width: 20px;
	height: 20px;
	position: absolute;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: transparent;
	content: "";
	display: table;
	left: -20px;
	z-index: 7;
	top: 0;
}

.msk-circ::after {
	width: 20px;
	height: 20px;
	position: absolute;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: transparent;
	content: "";
	display: table;
	right: -20px;
	z-index: 7;
	top: 0;
}

.selected-s-rounded::before {
	content: '';
	position: absolute;
	z-index: 6;
	background: #ffffff;
	width: 10px;
	height: 10px;
	display: table;

	left: -10px;
	-webkit-mask-image: url(img/svg/mskb.svg);
	mask-image: url(img/svg/mskb.svg);
	-webkit-mask-position: right;
	mask-position: right;
	top: 0;
}

.selected-s-rounded::after {
	content: '';
	position: absolute;
	z-index: 6;
	background: #ffffff;
	width: 10px;
	height: 10px;

	right: -9px;
	-webkit-mask-image: url(img/svg/mskb.svg);
	mask-image: url(img/svg/mskb.svg);
	-webkit-mask-position: left;
	mask-position: left;
	top: 0;
}

.selected-surface-angle {
	background-color: #fff
}

.selected-surface-angle-before {
	display: block;
	content: '';
	height: 0;
	width: 0;
	border-bottom: 11px solid #7451eb;
	border-left: 11px solid transparent;
	border-radius: 0 0 5px 0;
	top: 21px;
	position: relative;
	left: 0px;

}

.onglet-surface {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 0 0 0;
	height: 29px;
	width: 177px;
	background-color: #eff0f2;
	border-radius: 0 0 5px 5px;
	font-size: 10px;
	font-weight: 700;
	font-family: 'Inter';
	margin: 0px 1px 1px 0;
	transition: .4s;
	color: #a0a8b2;
}

.onglet-surface span {
	font-size: 12px;
	font-weight: 700;
	font-family: 'Inter';
}

.onglet-surface span i {
	color: #a0a8b2;
}

.selected-surface {
	background-color: #fff;

}


.selected-surface span {
	transition: .4s;
	color: #703ebb;

}

.selected-surface span i {
	color: #703ebb;
}

.header-surface-settings {

	display: grid;
	grid-template-columns: 20px 128px 1fr 350px;
	gap: 12px;
	padding: 0 0 2px;
	height: 40px;
	width: 100%;
	/* background-color: #f5f4f2; */
	/* border: thin solid #5c546807; */
	font-size: 11px;
	box-sizing: border-box;

}

.grid-surface-assets {
	display: grid;
	grid-template-columns: 1fr .8fr .8fr 1fr 1.1fr;
	grid-gap: 0 20px;
}

.grid-surface-assets>div {
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header-surface-infos {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 32px;
}

.header-surface-infos i {
	font-size: 12px;
	font-weight: 700;
	font-style: normal;
}

.header-clickable-icon {
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
}

.header-surface-angle-editor {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 32px;
}

/*.header-surface-angle-editor img{
			display: block;
			max-height: 44px;
		}*/

.header-container-infos {
	grid-column-start: 4;
	font-size: 12px;
	padding: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-self: flex-start;
}

.header-container-infos img {
	display: block;
	width: 24px;
}

.header-container-infos .info_item_title {
	color: #7451eb !important;
}



.sep-line {
	display: block;
	width: 1px;
	height: 31px;
	background-color: #4a5a6d;
}





@media all and (max-width: 768px) {

	.aside-left,
	.smallpanel,
	.userlogo {
		display: none !important;
	}

	#interface_content {
		grid-template-columns: 1fr;
	}

	.projectloader {
		width: 100%;
		margin: 0px;
		padding: 8px 6px 6px;
		box-shadow: 0 7px 5px -5px #a1a1a1;
		border-radius: 6px;
		background-color: #f4f6f9;
		overflow-y: hidden;
		height: calc(90dvh);
		box-sizing: border-box;
	}

	.projectloader h1 {
		font-size: 16px;
		width: 100%;
		text-align: center;
		margin: 0 0 8px;
	}

	.list-header h2 {
		font-size: 14px !important;
	}

	.list-style i {
		padding: 6px;
	}

	.projectloader .bigpanelwidthtable {
		background-color: #fff;
		padding: 2px 8px 6px;
		border-radius: 2px;
	}


	.grid-square {
		width: calc(100% - 0px);
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(90px, 140px));
		grid-auto-rows: 200px;
		gap: 12px;
	}

	.popup_interface {
		width: 100%;
		max-width: 100%;
		height: auto;
		box-sizing: border-box;
		padding: 6px 8px;
	}

	.title_popup {
		font-size: 16px !important;
	}

	.popup_interface img.icon_close {
		cursor: pointer;
		position: absolute;
		z-index: 9;
		top: 8px;
		right: 8px;
		width: 16px;
	}

	.popupcontainer {
		/* margin-top: -41px; */
		max-height: inherit;
		overflow-y: auto;
	}

	.popupcontainer .listgoogledrive {
		max-height: 100px;
		overflow-y: auto;
		border: 1px solid #d3a6ff;
		border-radius: 0px 0px 3px 3px;
	}
}












#aside-right {
	position: fixed;
	z-index: 9999;
	right: 0;
	top: 117px;
	padding-top: 8px;
	border-top: 2px solid #383d3b10;
	border-left: 2px solid #383d3b10;
	height: calc(100dvh - 117px);
	margin: 0;
	width: 38px;
	display: none;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 8px;
	background: rgba(255, 254, 248, 0.84);
	backdrop-filter: blur(4px);
}

.nav-icons-right {
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.nav-icons-right img {
	display: block;
	width: 30px;

}

.nav-icons-right.active {
	background-color: #6200ee22;
}

/* .nav-icons-right:last-of-type {
			bottom: 16px;
			position: fixed;
		}
		.nav-icons-right:nth-last-of-type(2){
			bottom: 52px;
			position: fixed;
		}
		.nav-icons-right:nth-last-of-type(3){
			bottom: 86px;
			position: fixed;
		}
		 */



.cube-control-scene {
	position: fixed;
	z-index: 9999998;
	bottom: 50px;
	left: 60px;
	width: 120px;
	height: 67px;
	perspective: 600px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid aliceblue;
	border-radius: 12px;
	box-shadow: 0px 8px 10px -8px #dae1f277;
}

.cube {
	width: 40px;
	height: 40px;
	position: relative;
	transform-style: preserve-3d;
	transform: translateZ(-160px);
	transition: transform .6s ease-in-out, opacity 0s;
	cursor: grab;
	opacity: 1;
}

.cube__face {
	position: absolute;
	width: 40px;
	height: 40px;
	/* /border: 1px solid #5d5d5d; */
	border: 3px solid #ffffff;
	line-height: 40px;
	font-size: 10px;
	font-weight: bold;
	color: #1d1d1d;
	text-align: center;
	backdrop-filter: blur(23px);
	pointer-events: none;

}

.cube__face--top {
	background: hsla(255, 80%, 92%, 0.96);
	transform: rotateY(0deg) translateZ(20px);

}

.cube__face--bottom {
	background: hsla(255, 80%, 88%, 0.96);
	transform: rotateY(0deg) rotateX(180deg) translateZ(20px);


}

.cube__face--right {
	background: hsla(255, 82%, 89%, 0.96);
	transform: rotateZ(-90deg) rotateX(-90deg) translateZ(20px);

}

.cube__face--left {
	background: hsla(255, 82%, 89%, 0.96);
	transform: rotateZ(90deg) rotateX(-90deg) translateZ(20px);

}


.cube__face--back {
	background: hsla(254, 82%, 89%, 0.96);
	transform: rotateX(90deg) rotateZ(180deg) translateZ(20px);

}

.cube__face--front {
	background: hsla(255, 82%, 91%, 0.96);
	transform: rotateX(-90deg) translateZ(20px);

}

/* .type-surface{
			position: absolute;
  			right: 10px;
			display: flex;
			justify-content: center;
			align-items: center;
		  } */
.del-surf {
	margin-left: 8px;
	border: none;
	outline: none;
	color: white;
	background-color: transparent;
}

.del-surf i {
	font-size: 8px;
	font-weight: 600;
	color: white;
}

/* tbody tr:nth-of-type(2n+1) {
	/*background: #ffffff66 !important;*
} */

#surfacelinewidth {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	/*gap: 16px;*/
	/* padding:  0px 0px 8px; */
	box-sizing: border-box;
}


.icon-rotate {
	display: block;
	max-height: 44px;
}





#myChartParent {
	bottom: 56px;
	right: 44px;
	position: fixed;
	z-index: 9999;
}

#myChart {
	width: 100%;
	height: 200px;
}

#graduations {
	width: 100%;
	height: 8px;
	position: fixed;
	z-index: 99999999;
	bottom: 0;
	left: calc(50% + 50px + 14px);
	transform: translate(-50%, 0);
}

.pop-up-delete {
	position: fixed;
	z-index: 999999;
	padding: 32px 64px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -100%);
	background-color: white;
	border-radius: 8px;
	box-shadow: 6px 6px 8px -2px #703ebb22;
	width: 350px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 32px;
}

.pop-up-delete span {
	color: #4a5a6d;
	line-height: 32px;
	font-size: 14px;
}

.pop-up-delete-btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 32px;
}

.pop-up-delete-btn button {
	border: 1px solid #7451eb;
	background-color: white;
	color: #7451eb;
	padding: 8px 24px;
	border-radius: 18px;
	transition: .4s;
	font-weight: 700;
	font-size: 14px;
}

.pop-up-delete-btn button:first-of-type {
	border: 1px solid #c1c1c1;
	background-color: #f5f5f5;
	color: #9e9e9e;
}

.pop-up-delete-btn button:last-of-type:hover {
	border: 1px solid #7451eb;
	color: white;
	background-color: #7451eb;

	transition: .4s;
	box-shadow: 0px 6px 8px -2px #703ebb77;
}

.pop-up-delete-btn button:first-of-type:hover {
	border: 1px solid #565657;
	color: white;
	background-color: #7a7a7a;
	transition: .4s;
	box-shadow: 0px 6px 8px -2px #56565777;
}

.aside-surface-head {
	background-color: #FFFFFF;
	padding: 0px 10px;
	border-radius: 0px 0px 0px 0px;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 24px;
	/*44px;*/
}

.aside-surface-head h2 {
	text-align: center;
	text-transform: uppercase;
	margin: 0;
}

/* .calepinage-gazon .add_rlx p{
	font-size: 12px;
    color: #4a5a6d;
    font-weight: 600;
    letter-spacing: -.5px;
	margin: 8px 0 4px;
} */
.calepinage-gazon .container_title_subtool {
	display: flex;
	justify-content: flex-start;
	gap: 16px;
	align-items: center;
	padding: 0 16px 0 0;
}

.calepinage-gazon .btn-stdrd {
	display: flex;
	flex-wrap: wrap;
}

.calepinage-gazon .btn-stdrd button {
	-ms-flex-preferred-size: 100%;
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
	max-width: 100%;
	margin: 4px auto;
}

.calepinage-gazon .add_rlx button {
	padding: 4px 8px;
	color: #4a5a6d;
	font-weight: 600;
	transition: 0.25s !important;
	border-radius: 8px !important;
	padding: 0px 16px !important;
	margin: 8px !important;
	/* border: 1px solid #b7b7b733 !important; */
	border: var(--border-thin) !important;
	box-shadow: var(--shadow-thin) !important;
}

.calepinage-gazon .add_rlx input,
.calepinage-gazon .add_rlx select {
	padding: 4px;
	color: #4a5a6d;
}

.calepinage-gazon .add_rlx .container_select_surmesure {
	justify-content: space-between;
	/* margin-top: 12px; */
}

.calepinage-gazon .add_rlx .container_select_surmesure_largeur,
.calepinage-gazon .add_rlx .container_select_surmesure_longueur {
	position: relative;
}

.calepinage-gazon .add_rlx .container_select_surmesure label {
	/* position: absolute;
	top: -10px; */
	font-size: 10px;
}

.calepinage-gazon .add_rlx .container_select_surmesure select {
	-ms-flex-preferred-size: 25%;
	-webkit-flex-basis: 25%;
	flex-basis: 25%;
	max-width: 25%;
}

.calepinage-gazon .add_rlx .container_select_surmesure input {
	-ms-flex-preferred-size: 40%;
	-webkit-flex-basis: 40%;
	flex-basis: 40%;
	max-width: 40%;
	line-height: 1.4;
}

.calepinage-gazon .add_rlx .container_select_surmesure strong {
	-ms-flex-preferred-size: 2%;
	-webkit-flex-basis: 2%;
	flex-basis: 2%;
	max-width: 2%;
	text-align: center;
	opacity: .7;
}

.calepinage-gazon .add_rlx.add_rlx_surmesure_auto .container_input {
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 32px auto 0;
}

.calepinage-gazon .add_rlx.add_rlx_surmesure_auto .container_input input,
.calepinage-gazon .add_rlx.add_rlx_surmesure_auto .container_input button,
.calepinage-gazon .add_rlx.add_rlx_surmesure_auto .container_input select {
	margin-right: 6px;
	width: 100%;
	-ms-flex-preferred-size: 100%;
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
	max-width: 100%;
}

.calepinage-gazon .calpi_auto_stdrd i {
	display: block;
}

.calepinage-gazon-angle-before {
	display: block;
	position: absolute;
	content: '';
	height: 0;
	width: 0;
	border-top: 11px solid #7451eb;
	border-right: 11px solid transparent;
	border-radius: 5px 0 0 0;
}

.right-pannel .calepinage-gazon-angle-before {
	display: block;
	position: absolute;
	content: '';
	/* height: 44px; */
	height: 81px;
	width: 4px;
	top: 0;
	left: 0px;
	border: none !important;
	background-color: #383d3b;
	border-radius: 5px 0 0 5px;
	transition: .45s;
	opacity: 0.5;
	box-shadow: -2px 2px 6px -2px #929292d3;
}

.right-pannel .surfaceActive .calepinage-gazon-angle-before {
	width: 10px;
	left: -4px;
	opacity: 1;
}

.aside-surface-edit {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	padding: 4px 16px 20px;
	gap: 20px;
	position: absolute;
	right: calc(-100% - 16px);
	top: 0;
	background-color: white;
	border-radius: 5px;
	/* box-shadow: 6px 6px 8px -2px #703ebb22; */
}

.aside-surface-edit input[type="text"] {
	margin: 0 !important;
}

.aside-surface-edit span {
	font-weight: 500;
	font-size: 12px;
	color: #7451eb;
	/* margin-bottom: 4px; */
}

.aside-surface-infos {
	display: flex;
	justify-content: space-between;
	padding: 11px 16px;
}

.aside-surface-infos span {
	font-weight: 500;
	font-size: 12px;
	color: #7451eb
}

.material-symbols-outlined {
	font-family: 'Material Symbols Outlined';
	font-size: 25px !important;
	cursor: pointer !important;
	line-height: 1.48 !important;
	font-variation-settings:
		'FILL' 0,
		'wght' 300,
		'GRAD' 0,
		'opsz' 40;


}

.listing-title>div {
	/* padding-left: 11px; */
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}

.listing-right-icon {
	width: 8px;
	color: white;
	background-color: #7451eb;
	height: 36px;
	display: none !important;
	justify-content: center;
	align-items: center;
}

.inactive-surface {
	color: #a9afb7 !important;
	opacity: .4 !important;
}

.vues-switch {
	border: 1px solid #7451eb;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 64px;
	width: 32px;
	margin: 0 auto !important;
	padding: 0 !important;
}

.vues-switch>div {
	height: 32px;
	width: 32px;
	font-size: 10px;
	font-weight: 700;
	color: #7451eb;
	align-items: center;
}

.vues-switch>div:first-child {
	border-radius: 5px 5px 0 0;
}

.vues-switch>div:last-child {
	border-radius: 0 0 5px 5px;
}


.vues-switch>div.active {
	height: 32px;
	width: 32px;
	background-color: #7451eb;
	color: white;
}

.fa-eye.onget {
	width: 17px;
	position: relative;

}

.pop-up-pool {
	position: fixed;
	left: 85px;
	bottom: 10px;
	z-index: 5;
	width: 182px;
	background: rgba(255, 255, 255, 0.88);
	backdrop-filter: blur(4px);
	box-shadow: 6px 6px 8px -2px #703ebb22;
	font-size: 12px;
	border-radius: 5px;
	display: flex;
	flex-direction: column;

}

.pop-up-pool input {
	width: 40px;
	border: 1px solid #ededed;
	padding: 4px 8px;
}

#info-pool {
	position: fixed;
	left: 85px;
	bottom: 10px;
	z-index: 5;
	width: 160px;
	background-color: white;
	font-size: 12px;
	display: flex;
	flex-direction: column;
}

.chuteLine {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	font-size: 12px;
	width: 100%;
}

.chuteLine>div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.revList {
	padding: 0px 60px;
}

.revListGrid {
	display: grid;
	grid-template-columns: repeat(4, 100px);
	grid-column-gap: 30px;
	grid-row-gap: 40px;
	padding: 20px 60px;
}

.revListTitle {
	color: #7451eb;
	display: block;
	width: 80%;
	border-bottom: 1px solid #d8d1ff;
	margin: 16px 0 18px;
	font-size: 14px;
	font-weight: 500;
	padding-bottom: 5px;
	font-family: 'segoeui',
		'inter',
		sans-serif;
	text-align: center;
	margin: 0 auto;
}

.revListGrid div {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	cursor: pointer;
	border: 2px solid transparent;
	border-radius: 10px;
	padding: 8px 16px 16px;
}

.revListGrid h2 {
	font-size: 12px;
	width: 80px;
	/* text-align: center; */

}

.confStart h2 {
	font-size: 12px;
}

.revListGrid p {
	font-size: 10px;
	width: 80px;
	margin: 0;
}

.revListGrid picture img {
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 9px;
}

.confStart {
	padding: 0px 60px;
}

.coordsNewP {
	padding: 0px 60px 0 0;
}

.selectedRev {
	border: 2px solid #4751eb77 !important;
	border-radius: 10px;
	box-shadow: 0px 20px 12px -8px #dae1f255;
}

.chkdRev {
	transform: translate(40px, -80%);
	position: absolute;
	background-color: white;
	border-radius: 50px;
	padding: 4px;
	box-shadow: 0px 20px 12px -8px #dae1f277;
}

.editPrjtIcon {
	position: absolute;
	right: -6px;
	top: -6px;
	box-shadow: 0px 20px 12px -8px #dae1f255;
	padding: 0;
	border-radius: 50%;
	background-color: #fffb;
	width: 44px;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.editPrjtIcon:hover {
	box-shadow: 0px 20px 16px -8px #dae1f277;
	border-radius: 50%;
	background-color: #fff;
	transition: .6s;
}

.addAttach {
	position: absolute;
	left: 0px;
	/* box-shadow: 0px 20px 12px -8px #dae1f255; */
	padding: 8px 12px;
	bottom: 64px;
	display: flex;
	gap: 4px;
}

.addAttach:hover>span {
	box-shadow: 0px 20px 16px -8px #dae1f277;
	transition: .6s;
}

.addAttach>span {
	border-radius: 50%;
	height: 32px;
	width: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fffc;
	backdrop-filter: blur(6px);
	box-shadow: 0px 20px 12px -8px #dae1f255;
}

.addAttach-preview {
	position: absolute;
	left: 8px;
	padding: 8px 22px;
	bottom: 84px;
	display: flex;
	gap: 1px;
	z-index: 9;
}

.addAttach-preview>span {
	border-radius: 50%;
	height: 29px;
	width: 29px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fffc;
	backdrop-filter: blur(6px);
	box-shadow: 0px 12px 12px -8px #dae1f255;
	margin: 0 2px
}

.addAttach-preview:hover>span {
	box-shadow: 0px 16px 16px -8px #dae1f277;
	transition: .6s;
}

.edit-form-line {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
}

.edit-form-line label {
	color: #4a5a6d;
	font-weight: 600;
	width: 300px;
	margin: 4px 0;
}

.edit-form-line input {
	border: 1px solid #7451eb22;
	height: 20px;
	margin-bottom: 2px;
	border-radius: 2px;
	padding: 2px 8px;
	width: 300px !important;
	box-sizing: border-box;
	height: 28px;
}

.edit-form-line textarea {
	border: 1px solid #7451eb22;
	height: 100px;
	border-radius: 2px;
	padding: 2px 8px;
	width: 300px !important;
	box-sizing: border-box;
	margin-bottom: 16px;
}

.edit-form-2col {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 16px;
	width: 300px !important;
	margin: 0 auto;
}

.edit-form-2col .edit-form-line {
	width: 142px !important;
}

.edit-form-2col input,
.edit-form-2col label {
	width: 142px !important;
}

.invalid {
	border: 2px solid red !important;
}



/* .tooltip-zone {} */

.tooltip {
	position: absolute;
	top: 12px;
	left: 72px;
	/* background-color: #7451eb; */
	background-color: #ffffff72;
	box-shadow: var(--shadow-popup);
	backdrop-filter: blur(8px);
	animation-duration: 350ms;
	transition: 350ms;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	z-index: 999999999999;
	width: 262px;
	height: auto;
	text-align: left;
	padding: 2px 2px 32px;
	border-radius: 0 4px 4px 0;
}

.tooltip h2 {
	padding: 0px 8px 0px;
}

.tooltip p {
	padding: 0px 8px 0px;
}

.popup_import {
	position: absolute;
	/* width: 286px; */
	width: 326px;
	height: calc(100dvh - 65px);

	top: 65px;
	right: 0px;

	background-color: #f5f6f987;
	backdrop-filter: blur(3px);
	box-shadow: -8px 0 8px -8px #e0e0e0;
	/* box-shadow: 0px 0px 20px -6px #585858; */
	z-index: 999999999;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.popup_import .panel {
	width: 100%;
	padding: 8px;
	box-sizing: border-box;
}

/* .downloadbtn {} */

.popup_import .panel>div {
	min-height: 36px;
}

.popup_import .popupcontainer {
	width: 100%;
	max-width: 327px;
	overflow: hidden;
}

.popupcontainer span {
	padding: 8px;
	font-weight: 600;
	font-size: 12px;
	font-family: 'segoeui',
		'inter',
		sans-serif;
	color: #4a5a6d;
}

.helpIcon {
	margin-left: auto;
}

@keyframes subAddR {
	0% {
		max-height: 0px;
		padding: 0 16px;
	}

	100% {
		max-height: 150px;
		padding: 16px 16px 32px;
	}
}

@keyframes subHideR {
	0% {
		max-height: 150px;
		padding: 16px 16px 32px;
	}

	100% {
		max-height: 0px;
		padding: 0 16px;
	}
}

@keyframes opIn {
	60% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.subAddPrnt {
	opacity: 0;
	animation: opIn 500ms ease-in forwards;
}

.subAdd {
	opacity: 0;
}

.subAddRollBtn {
	opacity: 1;
	margin: 8px 24px 16px;
	transition: all 350ms ease-in-out;
	max-height: 0;
	animation: subAddR 350ms ease-in-out forwards;
	/* overflow: hidden; */
	/* border-top: 1px solid #f9f9f9;
		border-bottom: 1px solid #f9f9f9; */
	/* padding: 16px 16opacity:0;px 32px; */
}

.subHideRollBtn {
	/* padding: 16px 16px 32px; */
	margin: 0px;
	border-top: 0px solid #f9f9f9;
	border-bottom: 0px solid #f9f9f9;
	transition: all 350ms ease-in-out;
	overflow: hidden;
	max-height: 150px;
	animation: subHideR 350ms ease-in-out forwards;
}

.infos_subtool {
	cursor: pointer
}


#toast {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

@keyframes toastFade {
	0% {
		opacity: 0;
	}

	10% {
		opacity: 1;
	}

	90% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

#toast.anim {
	animation: toastFade 2.6s ease-in-out backwards;
}




/*pannel style*/
.pannel-header {
	padding: 2px 16px;
	position: relative;
	font-size: 14px;
	font-weight: 500;
	display: flex;
	justify-content: space-between;
	max-width: 326px;
	background-color: #f7f8fa;
	width: 100%;
	box-sizing: border-box;
	align-items: center;
	box-shadow: var(--shadow-thick);
	/*16px 4px 16px -6px #8e8e8ebf;*/
	margin: 0 0 0px;
}

.pannel-header-params {
	padding: 8px 16px 4px;
	position: relative;
	font-size: 14px;
	font-weight: 500;
	display: flex;
	justify-content: space-between;
	background-color: #f7f8fa;
	width: 100%;
	box-sizing: border-box;
	align-items: center;
	box-shadow: 16px 4px 16px -6px #8e8e8ebf;
}

/* .pannel-header::after {
  content: '';
  position: absolute;
  z-index: 99999999;

  bottom: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(to top left, transparent 49.5%, #f7f8fa 50%, #f7f8fa 50%, #f7f8fa 50%);
} */


.right-pannel h2 {
	/* text-align: center; */
	/* text-transform: uppercase; */
	font-size: 13px;
	font-weight: 600;
	display: block;
	margin: 4px 0;
	color: #3E4651;
	padding: 0;
}

.pannel-header h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	display: block;
	margin: 0;
	padding: 0;
}

.right-pannel h3 {
	display: block;
	font-size: 11px;
	color: #3E4651;
	font-weight: 500;
	letter-spacing: -.5px;
	margin: 0;
	padding: 4px 2px 0;
}

.right-pannel {
	height: calc(100dvh - 65px);
	z-index: 999999999;
	width: 326px;
	position: absolute;
	top: 65px;
	right: 0;
	background-color: #f5f6f9ef;
	/*#edf1f788;*/
	backdrop-filter: blur(3px);
	box-shadow: -8px 0 8px -8px #e0e0e0;
	border-left: 1px solid #D6D9e2;
}

.left-pannel {
	height: calc(100dvh - 65px);
	z-index: 99999999;
	width: 286px;
	top: 65px;
	background-color: white;
	box-shadow: 8px 0 8px -8px #e0e0e0;
	margin: 0 0 8px;
	max-width: 310px;
	width: 100%;
	/* height: 93dvh; */
	position: fixed;
	left: 64px;
	transition: 0.6s cubic-bezier(0.195, 0.080, 0.000, 1.290);
	transition: 0.45s cubic-bezier(.27, 1.04, .98, .94);
	border-right: 1px solid #D6D9e2;
}

.left-pannel:has(.calepinage-gazon-panel.min) {
	transform: translateX(-96%);
}

.left-pannel.expanded {
	max-width: 580px;
}

.s-list {
	overflow-y: scroll;
	height: calc(100dvh - 151px);
}

.s-list>div {
	margin: 8px;
	box-shadow: 0px 1px 16px -10px #8e8e8ec9;
	display: flex;
	position: relative;
	/* left: -2px; */
}


.item_content_popup .lang-select {
	position: initial;
}

/**/

/**/
.MapPanel {
	box-sizing: border-box;
	width: 100%;
	/* max-width: 350px; */
	padding: 0;
	font-weight: 600;
	font-size: 12px;
	font-family: 'segoeui',
		'inter',
		sans-serif;
	color: #4a5a6d;
	background: white;
	/* position: fixed;  */
	z-index: 9999;
	height: 40dvh;
}

.MapPanel label:disabled {
	color: #2c2833f7 !important;
}

.switchToggle {
	position: relative;
	display: inline-block;
	width: 32px;
	height: 16px;
}

.switchToggle input {
	opacity: 0;
	width: 0;
	height: 0;
}

.sliderToggle {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.sliderToggle:before {
	position: absolute;
	content: "";
	height: 12px;
	width: 12px;
	left: 2px;
	bottom: 2px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked+.sliderToggle {
	background-color: #7451eb;
}

input:focus+.sliderToggle {
	box-shadow: 0 0 1px #7451eb;
}

input:checked+.sliderToggle:before {
	-webkit-transform: translateX(16px);
	-ms-transform: translateX(16px);
	transform: translateX(16px);
}

.sliderToggle.round {
	border-radius: 34px;
}

.sliderToggle.round:before {
	border-radius: 50%;
}

.map-setting-line {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #e0e0e0;
	padding: 16px;
	width: 100%;
	box-sizing: border-box;
}

.map-setting-type {
	border: none !important;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	padding: 16px;
	width: 100%;
	border-bottom: 1px solid #e0e0e0 !important;
	box-sizing: border-box;
}

.map-setting-type>div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	gap: 8px;
}

.map-del-line {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: none;
	padding: 16px;
	position: fixed;
	bottom: 60px;
	right: 20px;
	z-index: 9999999;
	width: 200px;
}

.map-del-line button {
	background-color: #f1f2f34f;
	color: #7451eb;
	border: 1px solid #7451eb;
	padding: 8px 18px;
	font-size: 12px;
	border-radius: 2px;
	transition: .35s;

}

.map-setting-line button {
	color: white;
	background: #7451eb;
	border: none;
	padding: 8px 18px;
	font-size: 12px;
	border-radius: 2px;
	transition: .35s;

}

.map-setting-type button {
	color: white;
	background: #7451eb;
	border: none;
	padding: 8px 18px;
	font-size: 12px;
	border-radius: 2px;
	transition: .35s;
}

.map-setting-type button.active {
	border: 1px solid #7451eb;
	box-shadow: 0px 8px 16px -6px #220279e5;
	text-decoration: underline;
}

.map-setting-type button.empty {
	background-color: #f1f2f34f;
	color: #7451eb;
	border: 1px solid #7451eb;
}

.map-setting-type *:disabled {
	background: #2c2833f7;
	color: #fcf9ffdb;
	opacity: .2;
	cursor: not-allowed;
	border: 1px solid #2c2833f7;
}

.map-setting-line input {
	border: 1px solid #e0e0e0;
	outline: none !important;
	border-radius: 2px;
	background-color: #f1f2f34f;
	padding: 8px 14px;
	width: 40%;
}

.map-setting-line select {
	border: 1px solid #e0e0e0;
	outline: none !important;
	border-radius: 2px;
	background-color: #f1f2f34f;
	padding: 7px 12px;
}

.map-setting-line *:disabled {
	background-color: #2c2833f7;
	color: #fcf9ffdb;
	opacity: .2;
	cursor: not-allowed;
}

.empty-field {
	border: 1px solid #7451eb !important;
}

.map-adress {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
	gap: 8px;
	width: 76%;
}

.map-adress input {
	width: 100% !important;
}

.map-setting-line:has(.map-adress) {
	align-items: flex-start;
}

.map-setting-line:has(.map-adress) label {
	margin: 8px 0 0;
}

.dashrightaside {
	margin: 58px 16px 0 0;
	opacity: 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: column;
	height: calc(100dvh - 166px);
}

.dashrightblock {
	background-color: #f9f9f9;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 222px;
	width: 100%;
}


.displayLicence {
	display: none;
	width: 80%;
	height: 80dvh;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
	border-radius: 8px;
	padding: 16px 32px;
	z-index: 999999999999999999;
	transition: 0.45s cubic-bezier(.27, 1.04, .98, .94);
	box-shadow: 0px 4px 32px -16px #e0e0e0;
	overflow-y: scroll;
}

.licence-container {
	display: flex;
	flex-wrap: wrap;
}

.licence {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}

.licencegrid {
	display: grid;
	grid-template-columns: repeat(6, 200px);
	grid-auto-rows: 32px;
	grid-gap: 8px
}

.displayLicence button {
	display: block;
	width: calc(100% - 0px);
	max-width: 168px;
	border: none;
	background-color: var(--secondary-color);
	color: white;
	font-size: 12px;
	padding: 12px 24px;
	font-weight: 700;
	border-radius: 5px;
	box-shadow: 0px 12px 16px -9px #0000003e;
}

.savepanel .panel {
	padding: 16px;
	font-size: 12px;
	font-weight: 600;

}

.savepanel button {
	display: block;
	width: calc(100% - 0px);
	max-width: 168px;
	border: none;
	background-color: var(--secondary-color);
	background: var(--gradient-btn);
	transition: 0.3s;
	color: white;
	font-size: 12px;
	padding: 12px 24px;
	font-weight: 700;
	border-radius: 24px;
	box-shadow: 0px 12px 16px -9px #0000003e;
	margin: 16px 0;
}

.savepanel button:hover {
	/* background: #7451eb !important; */
	background-color: var(--secondary-color) !important;
	;
	background: var(--gradient-btn-hover) !important;
	;
}

.prplbtn {
	display: block;
	width: calc(100% - 0px);
	max-width: 200px;
	border: none;
	background-color: var(--secondary-color);
	background: var(--gradient-btn);
	color: white !important;
	font-size: 12px;
	padding: 12px 24px;
	font-weight: bold;
	border-radius: 20px;
	box-shadow: 0px 12px 16px -9px #0000003e;
	margin: 0px 5px 64px 0;
	transition: 0.3s;
}

.prplbtn:hover {
	/* background: #7451eb !important; */
	background: var(--gradient-btn-hover) !important;
}

.rot-perp {
	display: flex;
	flex-direction: column;
	width: 100%;
	background: #f9f9fe;
	height: 75px;
	justify-content: center;
	align-items: center;
	gap: 32px;
}

.rot-perp span {
	font-size: 12px !important;
	color: #4a5a6d !important;
	font-weight: 400;
	letter-spacing: -.2px;
}



label:has(> input[name="borne"]) {
	border-radius: 3px;
	color: rgba(102, 104, 106, 0.5);
	font-size: 9px;
	/* transform='translate(-50%, -50%)'; */
	background: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(3px);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
}

label:has(> input[name="borne"])>span {
	height: 22px;
	width: 8px;
	padding: 4px 8px 0px;
	font-size: 14px !important;
	font-variation-settings:
		'FILL' 0,
		'wght' 600,
		'GRAD' 0,
		'opsz' 14;
}


label:has(> input[type="radio"]:checked) {
	/* background: rgb(4, 102, 227); */

	/* background: rgba(82, 58, 198, 0.64); */
	background-color: rgba(0, 123, 255, 0.5);
	;
	color: white !important;
}

label:has(> input[type="radio"]:checked)>span {
	color: white !important;
}


/* .geomapsDatas {
	display: flex;
	grid-template-columns: 220px 340px 360px 650px;

	height: calc(52dvh - 51px);
	margin: 0 0 64px;
	justify-content: space-between;
	align-items: space-start;
	gap: 16px;
}

.geomapsDatas .sidebar {
	flex: 0 0 220px;
	margin: 0px;
	height: 500px;
}

.geomapsDatas #project-list  {
	height: 384px;
	overflow: scroll;
}

.geomapsDatas .sidebar #project-list  li {
	cursor: pointer;
	padding: 4px 8px;
	background-color: #f4f5f69b;
	margin: 4px 0;
	text-transform: capitalize;
	transition: .45s;
	font-size: 14px;
	font-weight: 400;
	border-bottom: 1px solid #f4f5f69b;
}

.geomapsDatas .sidebar #project-list  li:hover {
	background-color: #ebeef0bf !important;
}
.geomapsDatas .sidebar #project-list  li.active {
	background-color: #cddfe30f;
	border-bottom: 1px solid #7451eb;
}
.geomapsDatas .sidebar #project-list:has(.active) li:not(.active) {
	background-color: #f4f5f69b;
	color : #222b453b !important;
	border-bottom: 1px solid #f4f5f69b;

}
.geomapsDatas #projet-details {
	background-color: #fff;
	margin: 8px 0;
	padding: 4px 16px;
	border-color: rgba(237, 235, 225, 0.1);
	border-style: solid;
	border-width: 1px;
	font-size: 14px;
	font-weight: 400;
}

.geomapsDatas #projet-details h4 {
	margin: 2px 0 0;
	font-weight: 500;
	font-size: 17px;
}

.geomapsDatas #file-list li {
	list-style: none;
	font-weight: 400;
	font-size: 14px;
	cursor: pointer;
	padding: 4px 8px;
	background-color: #f4f5f656;
	margin: 4px 0;
	text-transform: capitalize;
	transition: .9s;
}

.geomapsDatas #file-list li:hover {
	cursor: pointer;
	padding: 4px 8px;
	background-color: #f4f5f6d8;
	margin: 4px 0;
	text-transform: capitalize;
	transition: .9s;
}

.geomapsDatas .project-files {
	flex: 0 0 340px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	height: 500px;
	gap: 16px;
	box-sizing: border-box;

}

.geomapsDatas #map {
	width: 100%;
	height: 500px;
	border-radius: 0.25rem;
	box-shadow: 0px 3px 3px -2px #c9c9c997;
	border-color: #e0e0e0;
	border-style: solid;
	border-width: .0625rem;
	background-color: #f8f8f834;
	box-sizing: border-box;
}


.geomapsDatas input {
	width: 220px;
	box-sizing: border-box;
	outline: none !important;
	border-radius: 2px;
	background-color: #f1f2f34f;
	padding: 8px 14px;
	border: 1px solid #7451eb !important;

}

.geomapsDatas #file-viewer {
	flex: 0 0 360px;
	border-radius: 0.25rem;
	box-shadow: 0px 3px 3px -2px #c9c9c997;
	border-color: rgb(237, 235, 225);
	border-style: solid;
	border-width: 1px;
	background-color: #f8f8f834;
	height: 500px;
} */

.geomapsDatas {
	display: flex;
	grid-template-columns: 220px 340px 360px 650px;
	/* height: calc(85.2dvh - 51px); */
	/* height: calc(60.4dvh - 51px); */
	height: 100%;
	margin: 0 0 64px;
	justify-content: space-between;
	align-items: flex-start;
	gap: 16px;
}

.geomapsDatas .sidebar {
	flex: 0 0 220px;
	margin: 0px;
	height: 100%;
	display: none;
}

.geomapsDatas #project-list {
	height: 384px;
	overflow: scroll;
}

.geomapsDatas .sidebar #project-list li {
	cursor: pointer;
	padding: 4px 8px;
	background-color: #f4f5f69b;
	margin: 4px 0;
	text-transform: capitalize;
	transition: .45s;
	font-size: 14px;
	font-weight: 400;
	border-bottom: 1px solid #f4f5f69b;
}

.geomapsDatas .sidebar #project-list li:hover {
	background-color: #ebeef0bf !important;
}

.geomapsDatas .sidebar #project-list li.active {
	background-color: #cddfe30f;
	border-bottom: 1px solid #7451eb;
}

.geomapsDatas .sidebar #project-list :has(.active) li:not(.active) {
	background-color: #f4f5f69b;
	color: #222b453b !important;
	border-bottom: 1px solid #f4f5f69b;

}

.geomapsDatas #projet-details {
	background-color: #fff;
	margin: 8px 0;
	padding: 4px 16px;
	border-color: rgba(237, 235, 225, 0.1);
	border-style: solid;
	border-width: 1px;
	font-size: 14px;
	font-weight: 400;
}

.geomapsDatas #projet-details h4 {
	margin: 2px 0 0;
	font-weight: 500;
	font-size: 17px;
}

.geomapsDatas #file-list li {
	list-style: none;
	font-weight: 400;
	font-size: 14px;
	cursor: pointer;
	padding: 4px 8px;
	background-color: #f4f5f656;
	margin: 4px 0;
	text-transform: capitalize;
	transition: .9s;
}

.geomapsDatas #file-list li:hover {
	cursor: pointer;
	padding: 4px 8px;
	background-color: #f4f5f6d8;
	margin: 4px 0;
	text-transform: capitalize;
	transition: .9s;
}

.geomapsDatas .project-files {
	flex: 0 0 340px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	height: 500px;
	gap: 16px;
	box-sizing: border-box;
	/* background-color:#fff;

		padding: 4px 16px; */
	/* border-radius: 0.25rem;
		box-shadow: 0px 3px 3px -2px #c9c9c997;
		border-color: rgb(237, 235, 225);
		border-style: solid;
		border-width: 1px;
		 */
}

.geomapsDatas #map {
	width: 100%;
	height: 100%;
	/* border-radius: 0.25rem; */
	/* border-radius: 0.5rem; */
	border-radius: 0;
	box-shadow: 0px 3px 3px -2px #c9c9c997;
	border-color: #e0e0e0;
	border-style: solid;
	border-width: .0625rem;
	background-color: #f8f8f834;
	box-sizing: border-box;
}

.geomapsDatas #map-small {
	width: 100%;
	height: 100%;
	border-radius: 0.25rem;
	box-shadow: 0px 3px 3px -2px #c9c9c997;
	border-color: #e0e0e0;
	border-style: solid;
	border-width: .0625rem;
	background-color: #f8f8f834;
	box-sizing: border-box;
}


.geomapsDatas input {
	width: 220px;
	box-sizing: border-box;
	outline: none !important;
	border-radius: 20px !important;
	background-color: #f1f2f34f;
	padding: 8px 14px;
	margin: 0 0 0 16px !important;
	border: 1px solid #e4e4e4 !important;

}

.geomapsDatas #file-viewer {
	flex: 0 0 360px;
	border-radius: 0.25rem;
	box-shadow: 0px 3px 3px -2px #c9c9c997;
	border-color: rgb(237, 235, 225);
	border-style: solid;
	border-width: 1px;
	background-color: #f8f8f834;
	height: 500px;
}

.gm-style-iw-chr {
	display: none;
}

.square-isdrive {
	background: none;
	border: none;
	color: black;
	font-size: 8px;
	width: 100%;
	overflow: hidden;
	display: flex;
	position: static;
	height: 24px;
}

.material-symbols-outlined {
	font-family: 'Material Symbols Outlined' !important;
	font-weight: normal !important;
}

.photo-dash-slide-container {
	width: 100%;
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.photo-dash-slide {
	display: inline-block;
	white-space: nowrap;
}

.photo-dash-image {
	display: inline-block;
	height: 160px;
	object-fit: cover;
	margin: 0 4px;
}

.photo-dash-slide-container::-webkit-scrollbar {
	display: none;
}

.photo-dash-slide-container {
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.fold-files-menu {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 4px;
}

#projectlocationmap {
	position: relative;
	overflow: hidden;
	/* height: 228px; */
	height: 100%;
	border-radius: var(--border-radius-small);
}

/* #projectlocationmap button {
	/* color: var(--text-color-dark) !important; *
} */

.project-note {
	position: relative;
	border: 8px solid #f2f2fa;
	background: white;
}

.project-note-list {
	box-sizing: border-box;
	overflow-y: auto;
	border-top: var(--border-thin);
	/* border-bottom: var(--border-thin); */
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
	/* height: 420px; */
	height: 86%;
}

.project-note-list li span {
	word-wrap: anywhere;
}

.project-note-infos {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 8px;
}

.project-note-infos i {
	font-style: normal;
	font-size: 10.3px;
}

.project-add-note {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: absolute;
	top: -1px;
	right: 4px;
	transform: translateX(50%);
	background: var(--background-component);
	border: var(--border-thin);
	border-radius: var(--border-radius-small);
	box-shadow: var(--shadow-thick);
	/* height: calc(100% + 2px); */
	height: min-content;
	padding: 8px;
	box-sizing: border-box;
	flex-direction: column;
	width: calc(100% + 38px);
	padding: var(--padding-larger-component);
	z-index: 9;
}

.project-add-note textarea {
	height: 470px;
	margin: 0 0 16px;
	border: var(--border-thin);
	width: 100%;
}

#file-viewer-display {
	height: 442px;
	overflow-y: auto;
}

.project-file-visualiser {
	width: 100%;
	height: fit-content;
}

/*
.photo-dash-slide-container {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.photo-dash-slide {
	display: flex;
	transition: transform 0.5s ease-in-out;
}

.photo-dash-image {
	 min-width: 100%;
	transition: transform 0.5s ease-in-out;
}

.prev,
.next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	border: none;
	padding: 4px;
	cursor: pointer;
	border-radius: 50%;
}

.prev {
	left: 10px;
}

.next {
	right: 10px;
}*/
.photo-dash-slide-container {
	width: 100%;
	height: 166px;
	overflow-x: auto;
	white-space: nowrap;
}

.photo-dash-slide {
	display: inline-block;

}

.photo-dash-image {
	height: 200px;

	margin-right: 10px;

}

.pop-hover-project-folder {
	z-index: 9999999999 !important;
	width: 100% !important;
	height: 100dvh !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	max-width: 100% !important;
	backdrop-filter: blur(2.5px);
	background-color: var(--background-pophover) !important;
	padding: 48px 128px 64px !important;
}

.pop-hover-project-folder .dashboard-component {
	height: calc(100dvh - 80px) !important;
	overflow: hidden;
}

.pointer canvas {
	cursor: pointer !important;
}

.areaSize {
	display: flex;
	justify-content: center;
	align-items: center;
}

.areaSize input {
	border: 1px solid var(--text-color-dark);
	width: 32px;
	text-align: center;
	margin: 2px 4px;
	border-radius: 4px;
	background-color: #FFF;
}

.areaSize button {
	display: flex;
	max-width: 200px;
	border: none;
	background-color: var(--secondary-color);
	color: white !important;
	font-size: 12px;
	padding: var(--padding-large);
	font-weight: bold;
	border-radius: var(--border-radius-large);
	box-shadow: var(--shadow-thin);
	transition: 0.3s;
	height: 24px;
	justify-content: center;
	align-items: center;
}

.minitoolsidebarleft .areaSize {
	position: absolute;
	left: 72px;
	top: 0;
	flex-direction: column;
	background-color: #ffffff47;
	padding: 16px;
	backdrop-filter: blur(2px);
}

.minitoolsidebarleft .areaSize button {
	max-width: 64px;
	margin: 8px 0 0;
}

.moveRotateAreaSize {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

.moveRotateAreaSize-btn {
	display: flex;
	max-width: 200px;
	border: none;
	background-color: var(--secondary-color);
	color: white !important;
	font-size: 12px;
	padding: var(--padding-large);
	font-weight: bold;
	border-radius: var(--border-radius-large);
	box-shadow: var(--shadow-thin);
	transition: 0.3s;
	height: 24px;
	justify-content: center;
	align-items: center;
}

.minitoolsidebarleft .moveRotateAreaSizePool {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 72px;
	top: 0;
	flex-direction: column;
	background-color: #ffffff47;
	padding: 16px;
	backdrop-filter: blur(2px);
	min-width: 117px;
}

.minitoolsidebarleft .moveRotateAreaSizePool moveRotateAreaSize-btn {
	max-width: 64px;
	margin: 8px 0 0;
}

.halfscreen {
	width: 949px;
}

.gm-style * {
	color: var(--text-color-dark) !important;
}

.gm-style-mtc {
	margin: 0 4px;
}

.gm-style-mtc button {
	border-radius: 16px !important;
	background: #FFFFFF66 !important;
	font-weight: 600 !important;
	border: 1px solid #0066ff !important;
	color: #0066ff !important;
	font-size: 14px !important;
	height: 32px !important;
	transition: 0.15s ease;
	backdrop-filter: blur(6px);
}

.gm-style-mtc button:hover {
	background: #ffffff77 !important;
	/* color: var(--font-primary); */
}

.gm-style-mtc ul {
	display: none !important;
}

.gm-style .gm-style-iw-c {
	position: absolute;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(-50%, -100%, 0);
	transform: translate3d(-50%, -100%, 0);
	background-color: white;
	border-radius: 4px;
	padding: 0px;
	-webkit-box-shadow: 0 2px 5px 1px rgba(0, 0, 0, .3);
	box-shadow: 0 2px 5px 1px rgba(0, 0, 0, .3);
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

#project-list-small span {
	cursor: pointer;
}

#project-list-small li {
	background-color: var(--background-light);
	transition: .6s;
}

#project-list-small li:hover {
	background-color: var(--background-hover) !important;
}

#project-list-small li.active {
	background-color: var(--background-active) !important;
}

/* .measurementslist {} */

.search-listing-dashboard {
	margin: 0 16px;
	position: relative;
}

.list-header {
	margin: 0 16px;
}

.listing-filter {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 0 16px;
}

.listing-filters {
	display: flex;
	gap: 8px;
	height: 32px;
	font-weight: 600;
}

.search-listing-dashboard .text-input {
	border: 2px solid #F0F1F4;
	margin-bottom: 0px;
	border-radius: 20px !important;
	padding: 4px 32px;
	width: 100% !important;
	max-width: 302px !important;
	height: 20px;
	box-sizing: border-box;
	height: 32px;
	background-color: #F0F1F4;
	color: var(--ggl-txt) !important;
	font-size: 16px;
}

.search-listing-dashboard img {
	position: absolute;
	width: 20px;
	height: 20px;
	margin-left: 8px;
}

.filter-chip {
	display: flex;
	align-items: center;
	background: #F0F1F4;
	border-radius: 18px;

	gap: 6px;
	box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.08);
	font-size: 15px;
	font-weight: 600 !important;
	user-select: none;
	position: relative;
	max-width: 175px;

}

.filter-chip select,
.filter-chip .selected-item {
	padding: 4px 16px 4px 14px;
}

.custom-dropdown {
	background: white;
	top: 32px;
	position: absolute;
	padding: 8px 0px;
	left: 0;
	border-radius: 8px;
	box-shadow: 0 6px 18px -7px #b9b9b9;
	/* gap: 16px; */
	display: flex;
	flex-direction: column;
	z-index: 999999;
}

.custom-dropdown li {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 16px;
}

.custom-dropdown li:hover {
	background: #f7f8fa;
	border-color: #f0f1f4;
	cursor: pointer;
}

.selected-item {
	display: flex;
	align-items: center;
	gap: 8px;
}

.chip-icon {
	width: 18px;
	height: 18px;
	margin-right: 3px;
}

.chip-select {
	border: none;
	background: transparent;
	font-size: inherit;
	padding: 0 3px;
	outline: none;
	appearance: none;
	max-width: 140px;
}

.filter-chip:hover option {
	background: #f7f8fa;
	border-color: #f0f1f4;
	box-shadow: 0 8px 16px -6px rgba(51, 153, 255, 0.9);
	border-radius: 18px;
}

.filter-chip #input-litepicker {
	border: 2px solid #e8eaee;
	border-radius: 18px;
	padding: 8px 32px;
	max-width: 140px;
}

.pools-panel {
	margin-right: 10px;
	height: calc(100dvh - 66px);
	border-radius: 5px;
	border: 1px solid #e5e5e5;
	position: absolute;
	top: 0;
	left: 72px;
	background: #FFF;
	font-weight: 600;
	width: 215px;
	justify-content: flex-start;
	box-shadow: var(--shadow-popup);
}

.pools-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border-radius: 9px;
	border: 1px solid transparent;
	transition: 0.15s;
	padding: 0 4px 8px;
}

.pools-item:hover {
	/* box-shadow: 0 8px 16px -6px rgba(51, 153, 255, 0.9); */
	box-shadow: 0 6px 9px -7px #A2A1AC;
	border: 1px solid #A2A1AC;
	background: #f7f8fa66;
}

.insert-group .empty {
	display: block;
	max-width: 200px;
	border: 1px solid var(--secondary-color) !important;
	color: var(--secondary-color) !important;
	background-color: white !important;
	font-size: 12px;
	padding: var(--padding-medium);
	font-weight: bold;
	border-radius: var(--border-radius-small);
	box-shadow: var(--shadow-thin);
	transition: 0.3s;
	height: 32px;
}

.controls-group .btn {
	display: block;
	max-width: 200px;
	border: 1px solid var(--secondary-color) !important;
	color: var(--secondary-color) !important;
	background-color: white !important;
	font-size: 12px;
	padding: var(--padding-medium);
	font-weight: bold;
	border-radius: var(--border-radius-small);
	box-shadow: var(--shadow-thin);
	transition: 0.3s;
	height: 64px;
}

.scene-pools-list li:hover {
	background-color: #fff;
	transform: scale(0.98);
	transition: transform 0.15s ease-in-out;
}
































#mapContainer .gm-style {

	mix-blend-mode: multiply;
	/* filter: saturate(1.9) brightness(0.98); */
}

#mapContainer button {
	border: none !important;
}

.pac-container {
	z-index: 1051 !important;
}

.label-3d {
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	padding: 2px 6px;
	border-radius: 4px;
	font-size: 12px;
	white-space: nowrap;
	pointer-events: none;
}

.drawing-mode-btn.active {
	background-color: #4CAF50;
	color: white;
}