#menuassisted {
	background: white;
	position: absolute;
	width: 286px;
	height: calc(100vh - 65px);
	z-index: 99999;
	top: 65px;
	right: 0px;
	-webkit-tap-highlight-color: transparent;
	-moz-tap-highlight-color: #0000;
	box-sizing: inherit;
	box-shadow: 0px 2px 2px 0px #00000094;
	display: flex;
	flex-direction: row-reverse;
}

.right-panel {
	width: 100%;
}

.container_title_panel_list_gazon {
	background-color: #f7f8fa;
	padding: 8px 16px;
	margin-bottom: 8px;
	width: 100%;
	box-sizing: border-box;
}

.panel_list_gazon h2 {
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
}

.titlespan {
	text-align: center;
	font-weight: 600;
	font-size: 12px;
	width: 100%;
	display: block;
	text-transform: uppercase;
	margin-bottom: 8px;
	font-family: 'Inter';
	padding: 16px 0 0;
}

/*----button_assisted*/
.button_assisted {
	cursor: pointer;
	text-align: center;
	padding: 4px 0 0;
	border-radius: 5px;
	margin: 5px 10px;
	background-color: #7451eb;
	height: 64px;
	width: 103px;
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	gap: 9px;
	transition: .3s;
}

.button_assisted:hover {
	box-shadow: 0px 6px 3px -2px #7451eb22;
}

.disabled {
	/*opacity: 0.7;*/
}

.button_assisted.disabled {
	cursor: pointer;
	text-align: center;
	/* box-shadow: 0px 0px 3px 0px #7451ebab; */
	border-radius: 5px;
	margin: 5px 4px;
	background-color: #7451eb22;
}

.button_assisted p {
	color: white !important;
}

.button_assisted i {
	width: 61px;
	color: #7451eb;
	padding: 15px 6px;
	font-size: 23px;
}

.button_assisted img {
	width: 24px;
	/* filter: brightness(100); */
}

.button_assisted p {
	font-size: 11px;
	color: #4c5c6f;
	padding: 7px 0px;
	margin: -16px 2px 2px;
	font-weight: 500;
}

/*----Form*/

.form {
	/*border: 1px solid #c2c2c2;*/
	padding: 0px 8px;
	border-radius: 3px;
}

.form label {
	font-weight: 400;
	font-size: 12px;
	padding-top: 6px;
}

.form input,
.form select {
	border: none;
	outline: none;
	padding-bottom: 6px;
	width: 100%;
}

.navigation {
	position: absolute;
	bottom: 20px;
	text-align: center;
	width: 254px;
	padding: 5px 5px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0 auto;
	display: flex;
	justify-content: center;
	box-sizing: border-box;
}


.actionbutton {
	color: white;
	background: #666665ba;
	border: none;
	padding: 10px 36px;
	font-size: 13px;
	border-radius: 4px;
	min-width: 45%;
}


.valide {
	/* background: #6541f1 !important; */
	background: var(--secondary-color);
	background: var(--gradient-btn);
	padding: var(--padding-medium-component);
	border-radius: var(--border-radius-small);
	/* transition: 0.3s; */
	transition: 0.45s ease;
}

.valide:hover {
	/* background: #7451eb !important; */
	background: var(--gradient-btn-hover) !important;
}


.actionbutton .cancel {}

/*sidesurface*/
.sidesurface {
	background: #dddddd;
	position: relative;
	height: calc(100vh - 65px);
	top: 65px;
	right: 0px;
	width: 36px;
	display: none;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.sidesurface>div {}



.sidesurface_el {
	background: white;
	width: 128px;
	height: 38px;
	border: 1px solid #dddddd;
	padding: 0px 0px;
	border-radius: 2px;
	margin: 1px 0px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	white-space: nowrap;
	box-sizing: border-box;
	transform: rotate(-90deg);

}

.sidesurface_el:hover {
	box-shadow: 0px 0px 5px 0px #7451eb;
}

.sidesurface_el .title {

	display: block;
	padding: 1px 1px;
	/* width: 120px;
		height: 20px; */
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 6px;

}

.sidesurface_el .type {
	font-size: 9px;
	line-height: 11px;

}

.sidesurface_el .size {
	font-size: 10px;
	line-height: 7px;

}

.sidesurface_add {
	color: #7451eb;
	background: white;
	text-align: center;
	width: 23px;
	height: 21px;
	border-radius: 100%;
	padding: 3px 2px;
	margin: 4px auto;
	cursor: pointer;
}

.sidebyside2,
.sidebyside3 {
	justify-content: center;
	display: flex;
}

/* .sidebyside2 > div{
		   min-width: 43%;
    display: inline-block;
	} */

.sidebyside3>div {
	width: 22%;
	display: inline-block;
	background-color: white !important;
	border: 1px solid #85858514;

}

.sidebyside3 .button_assisted img {
	width: 39px !important;
	/* filter: brightness(100); */
}

.sidebyside3>div p {
	color: #858585 !important;
}

.sidebyside {
	display: flex;
	margin: 2px;

}



.type_project {}

.type_project .selected {
	box-shadow: 0px 0px 15px 1px #7451eb;
}

.type_project .selected img {
	filter: grayscale(0%);
}

.type_project>div {
	border-radius: 10px;
	max-height: 116px;
	/* margin: 2px 7px; */
	overflow: hidden;
	margin: 8px 15px;
}

.type_project>div:hover {
	box-shadow: 0px 0px 15px 2px #7451eb !important;
	cursor: pointer;
}

.type_project img:hover {
	cursor: pointer;
}

.type_project img {
	width: 100%;
	border-radius: 4px;
	filter: grayscale(99%);
}

.type_project span {
	color: white;
	position: absolute;
	left: 31px;
	z-index: 99999999999999;
	width: 49%;
	font-size: 23px;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: 'Montserrat';
	text-shadow: 0 0 10px #000000b8;
	margin: 22px 6px;
}


.mesures {
	position: fixed;
	right: 404px;
	top: 68px;
}

.activesurface {
	background: #7451eb !important;
	color: white;
}

}