@import '_content/WsCommon/WsCommon.qy45a1py1y.bundle.scp.css';

/* _content/WsEasyTools/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-fltwfijj83] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-fltwfijj83] {
    flex: 1;
}

.sidebar[b-fltwfijj83] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-fltwfijj83] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-fltwfijj83]  a, .top-row[b-fltwfijj83]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-fltwfijj83]  a:hover, .top-row[b-fltwfijj83]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-fltwfijj83]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-fltwfijj83] {
        justify-content: space-between;
    }

    .top-row[b-fltwfijj83]  a, .top-row[b-fltwfijj83]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-fltwfijj83] {
        flex-direction: row;
    }

    .sidebar[b-fltwfijj83] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-fltwfijj83] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-fltwfijj83]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-fltwfijj83], article[b-fltwfijj83] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-fltwfijj83] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-fltwfijj83] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/WsEasyTools/Components/Pages/ErrorCaller.razor.rz.scp.css */
.page[b-9b2ttgln8o] {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

/* _content/WsEasyTools/Components/Pages/Home.razor.rz.scp.css */
.home-center[b-x9wh201gz8] {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center; 
	min-height: 80vh;
}
/* _content/WsEasyTools/Components/Pages/NotFound.razor.rz.scp.css */
.page-container[b-56k1h1fygn] {
	height: 100vh;
	display: flex;
	flex-direction: column; /* Empile les �l�ments verticalement */
	justify-content: center; /* Centre verticalement l'ensemble des �l�ments */
	align-items: center; /* Centre horizontalement l'ensemble des �l�ments */
	margin: 0;
	padding: 20px; /* Ajoute un peu d'espace autour du contenu */
	box-sizing: border-box; /* Inclut le padding dans la hauteur et la largeur */
}

.text-container[b-56k1h1fygn] {
	text-align: center; /* Centre le texte � l'int�rieur de chaque paragraphe */
	margin-bottom: 20px; /* Ajoute un espace entre le texte et le bouton */
}

.centered-text[b-56k1h1fygn] {
	font-size: 1.2em;
	margin-bottom: 10px; /* Ajoute un espace entre les lignes de texte */
}

.redirect-button[b-56k1h1fygn] {
	padding: 10px 20px;
	font-size: 1em;
	cursor: pointer;
	/* Ajoutez d'autres styles pour votre bouton ici */
}
/* _content/WsEasyTools/Components/Pages/View.razor.rz.scp.css */
@charset "UTF-8";

body[b-byt4xvikny] {
	display: flex;
	flex-direction: column;
}


header[b-byt4xvikny] {
	display: flex;
	flex-direction: row;
	border-bottom: 1px solid #008BD0;
	align-items: center;
	justify-content: space-between;
	height: 2%;
	padding-left: 35px;
	padding-right: 35px;
}

.title[b-byt4xvikny] {
	display: flex;
}

	.title > p[b-byt4xvikny] {
		margin: 4px
	}

.ico[b-byt4xvikny] {
	height: inherit;
}

p[b-byt4xvikny] {
	font-size: medium;
	margin: 0px;
}

.version[b-byt4xvikny] {
	margin-bottom: 0px;
}

.bouton[b-byt4xvikny] {
	position: fixed;
	bottom: 0px;
	right: 0%;
	display: flex;
	width: 100%;
	height: 4em;
	background-color: white;
	justify-content: flex-end;
	padding-top: 3px;
	z-index: 1002;
}

.CalculImpossible[b-byt4xvikny] {
	position: fixed;
	bottom: 68px;
	right: 155px;
	background-color: #ff6060;
	padding: 10px;
	z-index: 1003;
	border: 1px solid #9c0000;
	border-radius: 5px;
}

.button[b-byt4xvikny] {
	padding: 10px 20px;
	margin-right: 20px;
	border: none;
	border-radius: 10px;
	cursor: pointer;
	color: white;
	font-size: 25px;
}

.calcul[b-byt4xvikny] {
	background-color: #0072EF;
	transition: background-color 0.3s ease;
}

	.calcul:hover[b-byt4xvikny] {
		background-color: #0F2DB3;
	}

.validation[b-byt4xvikny] {
	background-color: #64f046;
}


.comparer[b-byt4xvikny] {
	position: fixed;
	top: 45px;
	right: 0%;
	display: flex;
	height: 300px;
	z-index: 8999;
}

.triangleGauche[b-byt4xvikny] {
	position: relative;
	top: 0;
	left: -3px;
	width: 7px;
	height: 0;
	border-top: 180px solid transparent;
	border-bottom: 180px solid transparent;
	border-right: 40px solid #008BD0;
}

.comparerPopup[b-byt4xvikny] {
	position: absolute;
	top: 45px;
	right: 0%;
	width: 99.9%;
	height: 360px;
	z-index: 9000;
	background-color: white;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

form[b-byt4xvikny] {
	display: flex !important;
	flex-direction: column;
}

main[b-byt4xvikny] {
	display: grid;
	grid-template-columns: auto auto auto;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.degrad[b-byt4xvikny] {
	width: 35px;
	height: inherit;
	background: linear-gradient(#008BD0, #0F2DB3);
	margin-top: 10px;
}


.contenu[b-byt4xvikny] {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.vertical-section[b-byt4xvikny] {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.vertical[b-byt4xvikny] {
	display: flex;
	flex-direction: column;
}

.horiz[b-byt4xvikny] {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.rowpers[b-byt4xvikny] {
	display: flex;
	flex-direction: row;
}

.columnpers[b-byt4xvikny] {
	display: flex;
	flex-direction: column;
}

h3[b-byt4xvikny] {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 8px;
}

.bord-ref[b-byt4xvikny] {
	width: 400px;
	height: 3px;
	background-color: #008BD0;
}

label[b-byt4xvikny] {
	color: #3b3b3b;
	font-size: small;
	text-align: center;
	user-select: none;
}

.vertical > label[b-byt4xvikny] {
	margin-top: 2px;
}

input[b-byt4xvikny] {
	height: 20px;
	border-radius: 3px;
	border: 1px solid #bfdeff;
	border-bottom: 3px solid #0072EF;
	color: black;
}

	input:disabled[b-byt4xvikny] {
		border: none;
		border-bottom: 1px solid #EEEEEE;
		border-radius: 0px;
		background-color: white;
	}

		input:disabled.optimable[b-byt4xvikny] {
			border: none;
			border-top: 1px solid white;
			border-bottom: 3px solid white;
			border-bottom: 1px solid #EEEEEE;
			border-radius: 0px;
			background-color: white;
		}

	input[type=number][b-byt4xvikny] {
		text-align: right;
	}

		input[type=number][b-byt4xvikny]::-webkit-inner-spin-button,
		input[type=number][b-byt4xvikny]::-webkit-outer-spin-button {
			-webkit-appearance: none;
			margin: 0;
		}

.w73 > input[b-byt4xvikny] {
	width: 48px;
}

.w73 > select[b-byt4xvikny] {
	width: 70px;
}

#hauteurg[b-byt4xvikny], #ecartg[b-byt4xvikny], #cotebg[b-byt4xvikny], #coteag[b-byt4xvikny] {
	margin-top: 11px;
	margin-bottom: 7px;
}

select[b-byt4xvikny] {
	height: 23px;
	border-radius: 3px;
	border: 1px solid #bfdeff;
	border-bottom: 3px solid #0072EF;
	font-size: small;
}

	select:disabled[b-byt4xvikny] {
		border: none;
		border-bottom: 1px solid;
		border-radius: 0px;
		color: black;
	}

	select:hover:enabled[b-byt4xvikny] {
		outline: none;
		border: 1px solid #0F2DB3 !important;
		border-bottom: 3px solid #0F2DB3 !important;
	}

	select:focus[b-byt4xvikny] {
		outline: none;
		border: 1px solid #0072EF;
		border-bottom: 3px solid #0072EF;
	}

.margrl[b-byt4xvikny] {
	margin-right: 5px;
	margin-left: 5px
}

.bordbleu[b-byt4xvikny] {
	border: solid 1px #d6f2ff;
	padding: 4px;
	margin-top: 4px;
}

#commande[b-byt4xvikny], #date[b-byt4xvikny], #client[b-byt4xvikny] {
	border: solid 1px white;
	border-top: solid 3px white;
	border-bottom: solid 1px #0072EF;
	border-radius: 0px;
}

	#commande:hover[b-byt4xvikny], #date:hover[b-byt4xvikny], #client:hover[b-byt4xvikny] {
		border-radius: 3px;
	}

	#commande:focus[b-byt4xvikny], #date:focus[b-byt4xvikny], #client:focus[b-byt4xvikny] {
		border-radius: 3px;
	}

#dateb[b-byt4xvikny] {
	margin-left: 5px;
	margin-right: 5px;
}

.padd300[b-byt4xvikny] {
	padding-left: 70px;
	padding-right: 70px;
}

#DG[b-byt4xvikny] {
	font-size: larger;
	font-weight: bold;
	margin: 0px
}

.widthDG[b-byt4xvikny] {
	width: 20px;
}

.w73[b-byt4xvikny] {
	width: 54px;
}

.w34[b-byt4xvikny] {
	width: 45px;
}

p[b-byt4xvikny], .w73[b-byt4xvikny] {
	align-content: center;
	align-items: center;
}

.w110[b-byt4xvikny] {
	width: 110px;
	margin-left: 2px;
}

.gridpers[b-byt4xvikny] {
	display: grid;
}

.doublecolumnvertical[b-byt4xvikny] {
	grid-template-columns: 1fr 1px 1fr;
}

.verticalbleu[b-byt4xvikny] {
	background-color: #d6f2ff;
}

.divSVGCalc[b-byt4xvikny] {
	margin-top: 1px;
}

#svg[b-byt4xvikny] {
	height: 400px;
}

#gcalc[b-byt4xvikny] {
	z-index: 2;
}

.erreurCalc[b-byt4xvikny] {
	justify-content: space-around;
}

.columnerror[b-byt4xvikny] {
	width: 40%;
}

.ERRpers[b-byt4xvikny] {
	padding: 5px;
	border-bottom: 1px solid;
	color: #FB1D08;
	border: 1px solid #FB1D08;
	border-radius: 3px;
}

[b-byt4xvikny]::placeholder {
	color: #B4C0CA;
	opacity: 1;
}

.modifiable[b-byt4xvikny] {
	border: 1px solid #0072EF;
	border-bottom: 3px solid #0072EF;
}

.recommandation[b-byt4xvikny] {
	background-color: #fffae0;
}



.good[b-byt4xvikny] {
	border: 1px solid #1e8565 !important;
	border-bottom: 3px solid #1e8565 !important;
	color: #1e8565;
}

#refd[b-byt4xvikny], #refg[b-byt4xvikny] {
	margin-right: 4px;
	width: 100px;
}

.divDiametre[b-byt4xvikny] {
	display: flex;
	flex-direction: row;
	align-items: center;
	align-content: center;
	flex-wrap: nowrap;
}

.diametre[b-byt4xvikny] {
	border: 1px solid #0072EF;
	border-radius: 50%;
	margin: 0px;
	margin-right: 5px;
	padding-top: -4px;
	width: 42px;
	height: 22px;
	text-align: center;
}

.diametreConseil[b-byt4xvikny] {
	background-color: #f7ffaf;
}

.diametre:hover[b-byt4xvikny] {
	background-color: #008BD0;
}

.radioChecked[b-byt4xvikny] {
	background-color: #0F2DB3;
	color: white;
}

	.radioChecked:hover[b-byt4xvikny] {
		background-color: #0F2DB3;
	}

input:not(:disabled):focus:hover[b-byt4xvikny], select:not(:disabled):focus:hover[b-byt4xvikny] {
	outline: none;
	border: 1px solid #1e8565 !important;
	border-bottom: 3px solid #1e8565 !important;
}

input:focus[b-byt4xvikny], select:focus[b-byt4xvikny] {
	outline: none;
	border: 1px solid #1e8565 !important;
	border-bottom: 3px solid #1e8565 !important;
}

input:hover:enabled[b-byt4xvikny] {
	outline: none;
	border: 1px solid #0F2DB3 !important;
	border-bottom: 3px solid #0F2DB3 !important;
}

.erreur[b-byt4xvikny]::placeholder {
	color: #E71E1E;
	opacity: 0.7;
}


.container[b-byt4xvikny] {
	width: 50px;
	height: 20px;
	border: 1px solid #0072EF;
	padding: 2px;
	border-radius: 10px;
	margin: 0px 4px;
}

.circled[b-byt4xvikny], .circleg[b-byt4xvikny] {
	width: 40%;
	height: 100%;
	border-radius: 50%;
	background-color: #244A86;
	transition: transform 0.05s ease-out;
}

.nonSelectionnable[b-byt4xvikny] {
	user-select: none;
}

.croix[b-byt4xvikny] {
	position: relative;
	width: 50px;
	height: 50px;
}

	.croix[b-byt4xvikny]:before, .croix[b-byt4xvikny]:after {
		content: "";
		position: absolute;
		top: 10px;
		left: 50%;
		width: 15px;
		height: 2px;
		background-color: white;
	}

	.croix[b-byt4xvikny]:before {
		transform: translate(-50%, -50%) rotate(45deg);
	}

	.croix[b-byt4xvikny]:after {
		transform: translate(-50%, -50%) rotate(-45deg);
	}

.optimaValid[b-byt4xvikny] {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
}

	.optimaValid[b-byt4xvikny]:after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) rotate(45deg);
		width: 5px;
		height: 10px;
		border-bottom: 2px solid black;
		border-right: 2px solid black;
	}

.circleg span[b-byt4xvikny], .circled span[b-byt4xvikny] {
	position: absolute;
	transform: translateY(25%);
	font-size: 14px;
	color: black;
	padding-left: 13px;
}

.circleg span2[b-byt4xvikny], .circled span2[b-byt4xvikny] {
	position: absolute;
	transform: translate(-35px, -5px);
	font-size: 14px;
	color: #00DC98;
}

input[type="checkbox"][b-byt4xvikny] {
	display: none;
}

	input[type="checkbox"]:checked + .container .circled[b-byt4xvikny] {
		transform: translateX(100%);
	}

	input[type="checkbox"]:checked + .container .circleg[b-byt4xvikny] {
		transform: translateX(100%);
	}

.optimable[b-byt4xvikny] {
	border: 1px solid #0072EF;
	border-bottom: 3px solid #0072EF;
}

.titre_box[b-byt4xvikny] {
	position: relative;
	top: 10px;
	left: 20px;
	color: #008BD0;
	background-color: white;
	max-width: 120px;
	padding-left: 4px;
	margin-bottom: 0px;
}

.titre_prisme[b-byt4xvikny] {
	position: relative;
	top: 6px;
	left: 20px;
	color: #008BD0;
	background-color: white;
	max-width: 70px;
	margin-bottom: 0px;
	font-size: 12px;
	height: 8px;
	text-align: center;
}

.tip[b-byt4xvikny] {
	width: 14px;
	height: 12px;
	display: none;
}

#tooltip[b-byt4xvikny] {
	display: none;
	position: absolute;
	z-index: 1001;
	background-color: white;
	border: 1px solid #008BD0;
	margin-left: 10px;
	margin-right: 10px;
	padding: 4px;
	box-shadow: #9a9a9a 2px 2px;
}

#nameg[b-byt4xvikny] {
	margin-top: 3px;
}

#named[b-byt4xvikny] {
	margin-top: 3px;
}

.erreur[b-byt4xvikny] {
	border: 1px solid #E71E1E !important;
	border-bottom: 3px solid #E71E1E !important;
	color: #E71E1E;
}

	.erreur:not(:disabled):focus:hover[b-byt4xvikny] {
		border: 1px solid #E71E1E !important;
		border-bottom: 3px solid #E71E1E !important;
		color: #E71E1E;
	}

	.erreur:not(:disabled):hover[b-byt4xvikny] {
		border: 1px solid #E71E1E !important;
		border-bottom: 3px solid #E71E1E !important;
		color: #E71E1E;
	}

	.erreur:not(:disabled):focus[b-byt4xvikny] {
		border: 1px solid #E71E1E !important;
		border-bottom: 3px solid #E71E1E !important;
		color: #E71E1E;
	}

.vertical.w73[b-byt4xvikny] {
	margin-right: 15px;
}

span.degrees[b-byt4xvikny] {
	position: relative;
	top: 22px;
	left: -28px;
	height: 10px;
	user-select: none;
}


.degreesInput[b-byt4xvikny] {
	padding-right: 7px;
	width: 30px;
}

span.degrees2[b-byt4xvikny] {
	position: absolute;
	margin-top: 22px;
	margin-left: 35px;
	user-select: none;
}

.erreurDetail[b-byt4xvikny] {
	position: absolute;
	padding: 3px;
	color: black;
	font-size: large;
	background-color: white;
	border: 1px solid #1e8565;
	width: 31%;
	max-width: 380px;
	z-index: 1003;
	margin-top: 5px;
}

.popup[b-byt4xvikny] {
	position: absolute;
	top: 580px;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 420mm;
	height: 297mm;
	background-color: white;
	border: 1px solid black;
	padding: 20mm;
	box-sizing: border-box;
	overflow: auto;
	zoom: 65%;
	z-index: 5000;
}

.divSep[b-byt4xvikny] {
	display: flex;
	flex-direction: row;
}

.divSep2[b-byt4xvikny] {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.divMid[b-byt4xvikny] {
	width: 45%;
}

p.imprimp[b-byt4xvikny] {
	border: none;
	border-bottom: 1px solid black;
	border-radius: 0px;
}

.imprimButton[b-byt4xvikny] {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	bottom: 10px;
}

@media print {
	.popup[b-byt4xvikny] {
		position: static;
		width: 100%;
		height: 100%;
		border: none;
		padding: 0;
	}

	button[b-byt4xvikny] {
		display: none;
	}
}

th[b-byt4xvikny], td[b-byt4xvikny] {
	border-bottom: 1px solid #CCC;
	text-align: end;
	box-sizing: border-box;
	font-weight: initial;
}

table[b-byt4xvikny] {
	width: -webkit-fill-available;
}

.spacer[b-byt4xvikny] {
	width: 1rem;
	border: none;
}

.side-colum[b-byt4xvikny] {
	text-align: left;
}


.tdMid[b-byt4xvikny] {
	width: calc(97% / 2);
}

.td6[b-byt4xvikny] {
	width: 13%;
}

.td4[b-byt4xvikny] {
	width: 21%;
}

.td3[b-byt4xvikny] {
	width: 31%;
	border-top: 1px solid #CCC;
}

.DGImprim[b-byt4xvikny] {
	width: 5%
}

.boutonImprim[b-byt4xvikny] {
	min-width: 7rem;
	padding: 1rem;
	margin-right: 1rem;
	border-radius: 7px;
	cursor: pointer;
	background: linear-gradient(#459adb, #3e8cc7);
	color: white;
	font-size: large;
}

	.boutonImprim:hover[b-byt4xvikny] {
		background: #459adb;
	}

#svgImprim[b-byt4xvikny] {
	width: -webkit-fill-available;
	height: 400px;
	zoom: 0.8;
}

.filtreVerre[b-byt4xvikny] {
	width: 41%;
	margin-right: 5%;
}

.tableVerre[b-byt4xvikny] {
	width: 54%;
}

.row-flexstart-center[b-byt4xvikny] {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.filtreVerre p[b-byt4xvikny] {
	font-size: 35px;
}

.scrolling[b-byt4xvikny] {
	overflow-y: auto;
}

#tableVerre th[b-byt4xvikny] {
	border: none;
	background-color: #008BD0;
	padding: 4px;
	font-size: 25px;
	color: white;
}

#tableVerre tbody[b-byt4xvikny] {
	background-color: aliceblue;
}

#tableVerre tr:hover[b-byt4xvikny] {
	background-color: #0072EF;
	color: white;
}

#tableVerre td[b-byt4xvikny] {
	border-left: 1px solid #CCC;
	padding-top: 5px;
	text-align: left;
	font-size: 25px;
}

.filtreBox[b-byt4xvikny] {
	flex-direction: row !important;
	flex-wrap: wrap;
	padding: 10px;
}

	.filtreBox label[b-byt4xvikny] {
		font-size: 25px;
		padding: 5px;
		margin-right: 3%;
		border: 1px solid #bfdeff;
		border-radius: 5px;
		width: 28%;
	}

		.filtreBox label:hover[b-byt4xvikny] {
			background-color: #bfdeff;
			cursor: pointer;
		}

.clickable[b-byt4xvikny] {
	cursor: pointer;
}

	.clickable:disabled[b-byt4xvikny] {
		cursor: default !important;
	}

.filtre_actif[b-byt4xvikny] {
	background-color: #0F2DB3;
	color: white;
}

	.filtre_actif:hover[b-byt4xvikny] {
		background-color: #384ba3 !important;
	}

.imageCatalogue[b-byt4xvikny] {
	width: 1432px;
}

.btnVoirPlus[b-byt4xvikny] {
	height: 100%;
	width: 100%;
	border: none;
	background-color: unset;
	font-size: large;
}

	.btnVoirPlus:hover[b-byt4xvikny] {
		background-color: #0F2DB3;
		color: white;
	}

#waitingBlanc[b-byt4xvikny] {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 99.99%;
	height: 99.99%;
	z-index: 9999;
	background-color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	flex-direction: column;
}

	#waitingBlanc h1[b-byt4xvikny] {
		font-size: 24px;
		text-align: center;
	}

	#waitingBlanc img[b-byt4xvikny] {
		position: relative;
		top: -60px;
	}

#loadingBar[b-byt4xvikny] {
	width: 0%;
	height: 5px;
	background-color: #007bff;
	animation: loading-b-byt4xvikny 10s linear forwards;
}

@keyframes loading-b-byt4xvikny {
	0% {
		width: 0%;
	}

	100% {
		width: 100%;
	}
}
/* _content/WsEasyTools/Components/Pages/View_Component/CutOutComponent.razor.rz.scp.css */
.cutout-groupbox[b-3t0om3us0p] {
	width: 100%;
	box-sizing: border-box;
	border: 0.1rem solid powderblue;
	border-radius: .5rem;
}

	.cutout-groupbox legend[b-3t0om3us0p] {
		font-weight: bold;
		font-size: 1rem;
		padding: 0 0.6rem;
		color: cornflowerblue;
		user-select: none;
		-moz-user-select: none;
		-webkit-user-select: none;
		-ms-user-select: none;
	}

.cutout-row[b-3t0om3us0p] {
	display: flex;
	gap: 1rem;
	margin-bottom: 0.6rem;
}

.cutout-cell[b-3t0om3us0p] {
	flex: 1 1 0;
	min-width: 0;
	display: flex;
	align-items: center;
}

.cutout-col-title[b-3t0om3us0p] {
	font-weight: bold;
	color: #234;
	font-size: 1rem;
	justify-content: center;
}

.cutout-header[b-3t0om3us0p] {
	margin-bottom: 0.3rem;
}

.cutout-row:last-child[b-3t0om3us0p] {
	margin-bottom: 0;
}

.cutout-cell > *[b-3t0om3us0p] {
	width: 100%;
	box-sizing: border-box;
}
/* _content/WsEasyTools/Components/Pages/View_Component/HeaderComponent.razor.rz.scp.css */
.header-container[b-uoiyyw0h9d] {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 100%;
	min-width: 0;
	background: white;
	gap: .5em;
	position: relative;
}

.header-img[b-uoiyyw0h9d] {
	padding: .2em;
	padding-left: 0.5em;
	width: 2.5em;
	height: 2.5em;
	object-fit: contain;
}

.header-left[b-uoiyyw0h9d] {
	flex: 0 0 auto;
	display: flex;
	align-items: flex-end;
	gap: 0.5em;
	min-width: 5em;
}

.header-right[b-uoiyyw0h9d] {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-left: auto;
	padding-top: .2rem;
	padding-right: .2rem;
}

.header-center[b-uoiyyw0h9d] {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	flex: unset;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: black;
}

.header-button[b-uoiyyw0h9d] {
	background-color: transparent;
	color: dodgerblue;
	border: .1rem solid dodgerblue;
	padding: 0.4rem 0.4rem;
	border-radius: .7rem;
	font-size: 1.2rem;
	font-weight: bold;
	cursor: pointer;
	transition: all 0.3s ease;
	align-items: center;
	justify-content: center;
	display: inline-flex;
	text-decoration: none;
}

	.header-button:hover[b-uoiyyw0h9d] {
		background-color: lightgray;
		border: 0.1em solid dodgerblue;
	}

.header-button-icon[b-uoiyyw0h9d] {
	width: 1.8rem;
	height: 1.8rem;
}

.header-button span[b-uoiyyw0h9d] {
	opacity: 0;
	width: 0;
	overflow: hidden;
	transition: opacity 0.3s ease, width 0.3s ease;
}

.header-button:hover span[b-uoiyyw0h9d] {
	opacity: 1;
	width: auto;
	padding-left: .4rem;
}

@media (max-width: 600px) {
	.header-container[b-uoiyyw0h9d] {
		flex-direction: column;
		gap: 0.5rem;
	}

	.header-center[b-uoiyyw0h9d] {
		justify-content: flex-start;
	}
}

.hide[b-uoiyyw0h9d] {
	display: none;
}
/* _content/WsEasyTools/Components/Pages/View_Component/LensComponent.razor.rz.scp.css */
.lens-main-container[b-k6c6kp2063] {
	width: 100%;
	box-sizing: border-box;
	border: 0.1rem solid powderblue;
	border-radius: 0.5rem;
	padding: 1rem 1rem;
	display: flex;
	flex-direction: column;
	gap: 0rem;
	flex: 1 1 0;
	min-width: 0;
	margin-right: 0rem;
}

.lens-row[b-k6c6kp2063] {
	display: flex;
	width: 100%;
	gap: 1rem;
	margin: .3rem;
}

.lens-row-1 .lens-col1[b-k6c6kp2063],
.lens-row-1 .lens-col2[b-k6c6kp2063],
.lens-row-1 .lens-col3[b-k6c6kp2063] {
	display: flex;
	align-items: center;
}

.lens-row-1 .lens-col1[b-k6c6kp2063] {
	flex: 0 0 2.5rem;
	justify-content: center;
}

.lens-row-1 .lens-col2[b-k6c6kp2063] {
	flex: 1 1 0;
	justify-content: center;
}

	.lens-row-1 .lens-col2 > *[b-k6c6kp2063] {
		width: 100%;
	}

.lens-row-1 .lens-col3[b-k6c6kp2063] {
	flex: 2 1 0;
	display: flex;
	align-items: center;
	gap: .5rem;
	justify-content: flex-start;
	flex-wrap: nowrap;
}

.lens-row-2[b-k6c6kp2063] {
	justify-content: center;
}

.lens-input-centered[b-k6c6kp2063] {
	width: 60%;
	display: flex;
	justify-content: center;
	font-size: 1.3rem;
	font-weight: bold;
}

	.lens-input-centered > *[b-k6c6kp2063] {
		width: 100%;
	}

.lens-row-3[b-k6c6kp2063] {
	gap: 1rem;
}

	.lens-row-3 > *[b-k6c6kp2063] {
		flex: 1 1 0;
		width: 100%;
		min-width: 0;
	}

.lens-row-4[b-k6c6kp2063] {
	gap: 1rem;
}

.lens-groupbox[b-k6c6kp2063] {
	flex: 1 1 0;
}

.groupbox-row[b-k6c6kp2063] {
	display: flex;
	gap: 0.5rem;
}

	.groupbox-row > *[b-k6c6kp2063] {
		flex: 1 1 0;
		width: 100%;
	}

.lens-letter[b-k6c6kp2063] {
	font-size: 1.5rem;
	font-weight: bold;
	color: dimgray;
	justify-content: left;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.diameter[b-k6c6kp2063] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0.1rem solid powderblue;
	border-radius: 50%;
	min-height: 1.9rem;
	aspect-ratio: 1 / .75;
	margin: 0.0rem;
	font-size: .8rem;
	font-weight: bold;
	padding: 0.1rem 0.1rem;
	align-content:center;
	cursor:pointer;
}

.diameter:hover[b-k6c6kp2063] {
	background-color: blue;
	color: white;
}

.select[b-k6c6kp2063] {
	background-color: powderblue;
}

.recommended[b-k6c6kp2063] {
	border: 0.2rem solid dodgerblue;
}

	fieldset[b-k6c6kp2063] {
		border: .1rem solid powderblue;
		border-radius: .5rem;
		padding: 0.7rem 1rem 1rem 1rem;
	}

legend[b-k6c6kp2063] {
	font-size: .9rem;
	font-weight: bold;
	padding: 0 0.0rem;
	color: cornflowerblue;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}


.lens-bouton-catalog[b-k6c6kp2063] {
	display: block;
	width: 2.6rem;
	height: 2.6rem;
	background-image: url("/img/catalog.png");
	background-size: cover; 
	background-repeat: no-repeat;
	background-position: center;
	border: none;
	text-indent: -9999px;
	overflow: hidden;
}

.lens-bouton-catalog:hover[b-k6c6kp2063] {
	background-image: url("/img/catalogh.png");
}
/* _content/WsEasyTools/Components/Pages/View_Component/LensesComponent.razor.rz.scp.css */
.lenses-container[b-eh5npzkjej] {
	width: 100%;
	box-sizing: border-box;
}

.lens-title-row[b-eh5npzkjej] {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: -0em;
	margin-top: 0.4em;
}

.lens-title[b-eh5npzkjej] {
	font-size: 1.3em;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.03em;
	color: darkblue;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.lens-separator-container[b-eh5npzkjej] {
	display: flex;
	justify-content: center;
	margin-bottom: 1em;
}

.lens-separator[b-eh5npzkjej] {
	width: 25%;
	height: 0.2rem;
	border: none;
	background: cornflowerblue;
	margin: 0 auto;
}

.lenses-row[b-eh5npzkjej] {
	display: flex;
	gap: 1rem;
	margin-right: .5rem;
	margin-left: .5rem;
}

@media (max-width: 900px) {
	.lenses-row[b-eh5npzkjej] {
		flex-direction: column;
		gap: 1rem;
	}
}
/* _content/WsEasyTools/Components/Pages/View_Component/MiscellaneousComponent.razor.rz.scp.css */
.miscellaneous-container[b-v53jj4h4qy] {
	width: 100%;
	box-sizing: border-box;
}

.miscellaneous-row[b-v53jj4h4qy] {
	display: flex;
	gap: 1em;
	padding: .5em;
}

.miscellaneous-cutout[b-v53jj4h4qy] {
	display: flex;
	min-width: 25%;
}

.miscellaneous-shape[b-v53jj4h4qy] {
	display: flex;
}

.miscellaneous-personalization[b-v53jj4h4qy] {
	display: flex;
	min-width: 35%;
}
/* _content/WsEasyTools/Components/Pages/View_Component/OptionsComponent.razor.rz.scp.css */
.options-groupbox[b-97x431zoux] {
	width: 100%;
	box-sizing:border-box;
	border: 0.1rem solid powderblue;
	border-radius: 0.5rem;
}

	.options-groupbox legend[b-97x431zoux] {
		font-weight: bold;
		font-size: 1rem;
		padding: 0 0.6rem;
		color: cornflowerblue;
		user-select: none;
		-moz-user-select: none;
		-webkit-user-select: none;
		-ms-user-select: none;
	}

.options-row[b-97x431zoux] {
	display: flex;
	gap: 1rem;
	margin-bottom: 0.6rem;
}

.options-cell[b-97x431zoux] {
	flex: 1 1 0;
	min-width: 0;
	display: flex;
	align-items: center;
}

.options-col-title[b-97x431zoux] {
	font-weight: bold;
	color: #234;
	font-size: 1.2rem;
	justify-content: center;
}

.options-header[b-97x431zoux] {
	margin-bottom: 0.3rem;
}

.options-row:last-child[b-97x431zoux] {
	margin-bottom: 0;
}

.options-cell > *[b-97x431zoux] {
	width: 100%;
}
/* _content/WsEasyTools/Components/Pages/View_Component/PersonalizationComponent.razor.rz.scp.css */
.perso-groupbox[b-kt6h84l6ou] {
	width: 100%;
	box-sizing: border-box;
	border: 0.1rem solid powderblue;
	border-radius: .5rem;
	/*padding: 1rem 1.2rem 1rem 1.2rem;*/
}

	.perso-groupbox legend[b-kt6h84l6ou] {
		font-weight: bold;
		font-size: 1.0rem;
		padding: 0 0.6rem;
		color: cornflowerblue;
		user-select: none;
		-moz-user-select: none;
		-webkit-user-select: none;
		-ms-user-select: none;
	}

.perso-row[b-kt6h84l6ou] {
	display: flex;
	gap: 0.7rem;
	margin-bottom: 0.7rem;
}

	.perso-row:last-child[b-kt6h84l6ou] {
		margin-bottom: 0;
	}

	.perso-row > *[b-kt6h84l6ou] {
		flex: 1 1 0;
		width: 100%;
	}
/* _content/WsEasyTools/Components/Pages/View_Component/Print.razor.rz.scp.css */
@page {
	size: A4 landscape;
}

.print-backdrop[b-ij0v4oivzd] {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1000;
	display: flex;
	justify-content: center;
	align-items: center;
}

.print-container[b-ij0v4oivzd] {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 90%;
	background-color: white;
	z-index: 1001;
	overflow: hidden;
	border: none;
	box-shadow: none;
	padding: 10px;
	padding-bottom: 10px;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	aspect-ratio: 297 / 210;
	margin: 0;
	font-size: 12px;
}

.print-body[b-ij0v4oivzd] {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.print-header[b-ij0v4oivzd] {
	display: flex;
	align-items: center;
	text-align: left;
	padding-bottom: 0;
	margin-bottom: 0;
	width: 100%;
	justify-content: flex-start;
	margin-left: 5px;
}

.print-logo-container[b-ij0v4oivzd] {
	margin-right: 10px;
}

.print-logo[b-ij0v4oivzd] {
	height: 24px;
	max-width: 100%;
}

.print-title[b-ij0v4oivzd] {
	font-size: 12px;
	color: blue;
	font-weight: bold;
}

.print-separator[b-ij0v4oivzd] {
	width: 25%;
	height: 2px;
	border: none;
	background: dimgray;
	margin: 0;
	padding: 0;
}

.print-content-container[b-ij0v4oivzd] {
	display: flex;
	flex-grow: 1;
	padding: 10px;
	width: 100%;
}

.print-column[b-ij0v4oivzd] {
	flex: 1;
	padding: 10px;
	box-sizing: border-box;
}

.print-left-column[b-ij0v4oivzd] {
	border-right: 1px solid #ccc;
	background-color: white;
}

.print-right-column[b-ij0v4oivzd] {
	border-right: 1px solid dotted;
	background-color: white;
}

.print-container table[b-ij0v4oivzd] {
	width: 100%;
	table-layout: fixed;
}

.print-data-container th[b-ij0v4oivzd],
.print-data-container td[b-ij0v4oivzd] {
	border-bottom: 2px solid lightgray;
}

.print-align-right[b-ij0v4oivzd] {
	text-align: right;
}

.print-align-left[b-ij0v4oivzd] {
	text-align: left;
}

.print-table-title[b-ij0v4oivzd] {
	font-weight: bold;
	font-size: 12px;
}

.print-footer[b-ij0v4oivzd] {
	display: flex;
	justify-content: flex-end;
	padding-top: 5px;
	margin-top: 5px;
	width: 100%;
}

.print-button-container[b-ij0v4oivzd] {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-left: auto
}

.print-btn[b-ij0v4oivzd] {
	align-items: center;
	background: none;
	background-color: transparent;
	border: .1rem solid dodgerblue;
	border-radius: 5px;
	bottom: 10px;
	color: dodgerblue;
	cursor: pointer;
	display: flex;
	font-size: 16px;
	font-weight: bold;
	justify-content: center;
	padding: 5px 5px;
	right: 10px;
	transition: all 0.3s ease;
}

	.print-btn:hover[b-ij0v4oivzd] {
		background-color: lightgray;
		border: 1px solid dodgerblue;
	}

.print-svg[b-ij0v4oivzd] {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}

#svgimprim[b-ij0v4oivzd] {
	height: 100%;
	width: 100%;
	preserveAspectRatio ="xMidYMid meet";
}

@media print {
	.print-container[b-ij0v4oivzd] {
		position: static;
		transform: none;
		height: auto;
		width: 100%;
		box-shadow: none;
		border-radius: 0;
		aspect-ratio: 297 / 210;
		padding: 0.5em;
		font-size: .9em;
	}

	.print-body[b-ij0v4oivzd] {
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.print-header[b-ij0v4oivzd] {
		display: flex;
		align-items: center;
		text-align: left;
		padding-bottom: 0;
		margin-bottom: 0;
		width: 100%;
		justify-content: flex-start;
		margin-left: 1em;
	}

	.print-logo-container[b-ij0v4oivzd] {
		margin-right: .5rem;
	}

	.print-logo[b-ij0v4oivzd] {
		height: 1.5rem;
		max-width: 100%;
	}

	.print-title[b-ij0v4oivzd] {
		font-size: 1em;
		color: blue;
		font-weight: bold;
	}

	.print-separator[b-ij0v4oivzd] {
		width: 25%;
		height: 0.2em;
		border: none;
		background: dimgray;
		margin: 0em;
		padding: 0em;
	}

	.print-content-container[b-ij0v4oivzd] {
		display: flex;
		flex-grow: 1;
		padding: 10px;
		width: 100%;
	}

	.print-column[b-ij0v4oivzd] {
		flex: 1;
		padding: 10px;
		box-sizing: border-box;
	}

	.print-left-column[b-ij0v4oivzd] {
		border-right: 1px solid #ccc;
		background-color: white;
	}

	.print-right-column[b-ij0v4oivzd] {
		border-right: 1px solid dotted;
		background-color: white;
	}

	.print-container table[b-ij0v4oivzd] {
		width: 100%;
		table-layout: fixed;
	}

	.print-data-container th[b-ij0v4oivzd],
	.print-data-container td[b-ij0v4oivzd] {
		border-bottom: .15rem solid lightgray;
	}

	.print-align-right[b-ij0v4oivzd] {
		text-align: right;
	}

	.print-align-left[b-ij0v4oivzd] {
		text-align: left;
	}

	.print-table-title[b-ij0v4oivzd] {
		font-weight: bold;
		font-size: 1rem;
	}

	.print-svg[b-ij0v4oivzd] {
		display: flex;
		width: 100%;
		height: 100%;
		justify-content: center;
		align-items: center;
		background-color: pink;
	}

	#svgimprim[b-ij0v4oivzd] {
		height: 100%;
		width: 100%;
		preserveAspectRatio ="xMidYMid meet";
	}

	.print-backdrop[b-ij0v4oivzd],
	.print-button-container[b-ij0v4oivzd],
	.print-footer[b-ij0v4oivzd] {
		display: none !important;
	}
}
/* _content/WsEasyTools/Components/Pages/View_Component/ProductInfo.razor.rz.scp.css */
.productinfo-backdrop[b-9ladnz0sex] {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1000;
	display: flex;
	justify-content: center;
	align-items: center;
}

.productinfo-container[b-9ladnz0sex] {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 90%; 
	max-height: 90%; 
	width: auto;
	height: auto;
	background-color: white;
	z-index: 1001;
	overflow: hidden; 
	border: none;
	box-shadow: none;
	padding: .5em;
	padding-bottom: 2em;
	border-radius: .5em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.productinfo-body[b-9ladnz0sex] {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%; 
	height: 100%; 
}

.productinfo-img[b-9ladnz0sex] {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}


.close-btn[b-9ladnz0sex] {
	align-items: center;
	background: none;
	background-color: transparent;
	border: .1rem solid dodgerblue;
	border-radius: .5em;
	bottom: .8em;
	color: dodgerblue;
	cursor: pointer;
	display: flex;
	font-size: 1.2rem;
	font-weight: bold;
	justify-content: center;
	padding: 0.1rem 0.4rem;
	position: absolute;
	right: 1em;
	transition: all 0.3s ease;
}

	.close-btn:hover[b-9ladnz0sex] {
		background-color: lightgray;
		border: .1rem solid dodgerblue;
	}

.productinfo-msg[b-9ladnz0sex] {
	width: 10em;
	height: 3em;
	padding-top: 1em;
	text-align: center;
	font-size: 2em;
}
/* _content/WsEasyTools/Components/Pages/View_Component/ReferenceComponent.razor.rz.scp.css */
.reference-container[b-e3r8b7rmjm] {
	width: 100%;
	box-sizing: border-box;
	padding: 0 0.5em;
}

.reference-title-row[b-e3r8b7rmjm] {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: -0em;
	margin-top: 0em;
}

.reference-title[b-e3r8b7rmjm] {
	font-size: 1.3em;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.03em;
	color: darkblue;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.reference-separator-container[b-e3r8b7rmjm] {
	display: flex;
	justify-content: center;
	margin-bottom: 0.8em;
}

.reference-separator[b-e3r8b7rmjm] {
	width: 25%;
	height: 0.2em;
	border: none;
	background: cornflowerblue;
	margin: 0em;
	padding: 0em;
}

.reference-input-row[b-e3r8b7rmjm] {
	display: flex;
	gap: 1em;
}

.reference-col[b-e3r8b7rmjm] {
	flex: 1 1 0;
	min-width: 0;
	display: flex;
	justify-content: center; 
	align-items: center;
}

	.reference-col > *[b-e3r8b7rmjm] {
		width: 100%;
		min-width: 0;
	}
/* _content/WsEasyTools/Components/Pages/View_Component/ShapeComponent.razor.rz.scp.css */
.shape-container[b-lmbtyninu3]{
	width: 100%;
	box-sizing: border-box;
}

.shape-row[b-lmbtyninu3] {
	padding: .5em;
}

.shape-title-row[b-lmbtyninu3] {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0em;
	margin-top: 0.4em;
}

.shape-title[b-lmbtyninu3] {
	font-size: 1.3em;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.03em;
	color: darkblue;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.shape-separator-container[b-lmbtyninu3] {
	display: flex;
	justify-content: center;
	margin-bottom: 1em;
}

.shape-separator[b-lmbtyninu3] {
	width: 25%;
	height: 0.2rem;
	border: none;
	background: cornflowerblue;
	margin: 0 auto;
}

.shape-content-row[b-lmbtyninu3] {
	display: flex;
	width: 100%;
	gap: .5rem;
}

.shape-options-left[b-lmbtyninu3], .shape-options-right[b-lmbtyninu3] {
	flex: 0 0 1;
	min-width: 5rem;
	max-width: 15rem;
	display: flex;
}

.shape-draw-center[b-lmbtyninu3] {
	flex: 1 1 0;
	min-width: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

/*
@media (max-width: 900px) {
	.shape-content-row {
		flex-direction: column;
		gap: 1em;
	}

	.shape-options-left, .shape-options-right {
		max-width: 100%;
		justify-content: center;
	}
}
	*/
/* _content/WsEasyTools/Components/Pages/View_Component/ShapeDrawComponent.razor.rz.scp.css */
.shapedraw-container[b-kktqrk9t55] {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	overflow: auto;
	height: 100%;
	z-index: 1;
	width:100%;
}

	.shapedraw-container svg[b-kktqrk9t55] {
		display: block;
		flex: 1 1 auto;
		align-content: center;
	}

.shapedraw-footer[b-kktqrk9t55] {
	width: 100%;
	box-sizing: border-box;
	padding: 0.5rem 0;
	margin-top: auto;
	z-index: 10;
	justify-content: space-between;
	align-items: center;
	display: flex;
}

.shapedraw-footer-left[b-kktqrk9t55],
.shapedraw-footer-right[b-kktqrk9t55] {
	width: 50%;
	min-height: min-content;
	padding: 0;
	box-sizing: border-box;
	margin: 0;
	margin-right: 1em;
	margin-left: 1em;
}

.shapedraw-footer-left[b-kktqrk9t55] {
}

.shapedraw-footer-right[b-kktqrk9t55] {
	text-align: right;
}

.shapedraw-information[b-kktqrk9t55] {
	font-size: 1.2rem;
	color: darkblue;
	font-weight: bold;
}

.shapedraw-warning[b-kktqrk9t55] {
	font-size: 1.2rem;
	color: darkorange;
	font-weight: bold;
}

.shapedraw-error[b-kktqrk9t55] {
	font-size: 1.2rem;
	color: darkred;
	font-weight: bold;
}

.fade-in[b-kktqrk9t55] {
	opacity: 0;
	animation: fadeInAnim-b-kktqrk9t55 5s ease forwards;
}

@keyframes fadeInAnim-b-kktqrk9t55 {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}
/* _content/WsEasyTools/Components/Pages/View_Component/ShapeValueComponent.razor.rz.scp.css */
.shapevalue-groupbox[b-um9vioqnjx] {
	width: 100%;
	box-sizing: border-box;
	border: 0.1rem solid powderblue;
	border-radius: 0.5rem;
}

	.shapevalue-groupbox legend[b-um9vioqnjx] {
		font-weight: bold;
		font-size: 1rem;
		padding: 0 0.6rem;
		color: cornflowerblue;
		user-select: none;
		-moz-user-select: none;
		-webkit-user-select: none;
		-ms-user-select: none;
	}

.shape-table[b-um9vioqnjx] {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed; 
	background: white;
}

	.shape-table th[b-um9vioqnjx],
	.shape-table td[b-um9vioqnjx] {
		padding: 0.5rem 0.4rem;
		border: 0.1rem solid white;
		text-align: center;
		width: 16.66%;
		box-sizing: border-box;
		word-break: break-word;
		color: dimgray;
	}

@media (max-width: 600px) {
	.shape-table[b-um9vioqnjx], .shape-table tbody[b-um9vioqnjx], .shape-table tr[b-um9vioqnjx], .shape-table th[b-um9vioqnjx], .shape-table td[b-um9vioqnjx] {
		display: block;
		width: 100%;
	}

		.shape-table tr[b-um9vioqnjx] {
			margin-bottom: 1.2rem;
			background: #fff;
		}

		.shape-table th[b-um9vioqnjx] {
			background: #eee;
			font-weight: bold;
			text-align: left;
			padding-left: 0.5rem;
		}

		.shape-table td[b-um9vioqnjx] {
			text-align: left;
			position: relative;
			padding-left: 40%;
			min-height: 2.2rem;
		}

			.shape-table td[b-um9vioqnjx]::before {
				content: attr(data-label);
				position: absolute;
				left: 0.5rem;
				width: 36%;
				font-weight: 600;
				color: #333;
				white-space: nowrap;
			}
}
/* _content/WsEasyTools/Components/Pages/View_Component/ViewNew.razor.rz.scp.css */
.view-container[b-vpwwu74mlc] {
	display: flex;
	flex-direction: column;
	border-left: 2em solid;
	border-right: 2em solid;
	border-image-slice: 1;
	margin-left: 5em;
	margin-right: 5em;
	width: auto;
}

	.view-container > form[b-vpwwu74mlc] {
		width: 100%;
		box-sizing: border-box;
	}


.view-info[b-vpwwu74mlc] {
	border-image-source: linear-gradient(to top, darkblue, blue);
}

.view-warn[b-vpwwu74mlc] {
	border-image-source: linear-gradient(to top, darkorange, yellow );
}

.view-err[b-vpwwu74mlc] {
	border-image-source: linear-gradient(to top, darkred, red);
}

.view-right[b-vpwwu74mlc] {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 0.5rem;
}

.view-center[b-vpwwu74mlc] {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.5rem;
	margin-left: auto;
	padding-top: 1rem;
	padding-right: .2rem;
}

.view-button[b-vpwwu74mlc] {
	background-color: transparent;
	color: dodgerblue;
	border: .1rem solid dodgerblue;
	padding: 0.4rem 0.4rem;
	border-radius: .7rem;
	font-size: 1.2rem;
	font-weight: bold;
	cursor: pointer;
	transition: all 0.3s ease;
	align-items: center;
	justify-content: center;
	display: inline-flex;
	text-decoration: none;
	margin-right: .2em;
}

	.view-button:hover[b-vpwwu74mlc] {
		background-color: lightgray;
		border: 0.1em solid dodgerblue;
	}

.view-button-icon[b-vpwwu74mlc] {
	width: 2rem;
	height: 2rem;
}

.view-button span[b-vpwwu74mlc] {
	opacity: 0;
	width: 0;
	overflow: hidden;
	transition: opacity 0.3s ease, width 0.3s ease;
}

.view-button:hover span[b-vpwwu74mlc] {
	opacity: 1;
	width: auto;
	padding-left: .4rem;
}

.view-button-hide[b-vpwwu74mlc] {
		display: none;
}

.hide[b-vpwwu74mlc] {
	display: none;
}
/* _content/WsEasyTools/Components/Pages/View_Component/Wait.razor.rz.scp.css */
@charset "UTF-8";

body[b-ayri6dtmoq] {
	display: flex;
	flex-direction: column;
	font-size: 12px;
}

#waitingBlanc[b-ayri6dtmoq] {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 99.99%;
	height: 99.99%;
	z-index: 9999;
	background-color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	flex-direction: column;
}

	#waitingBlanc h1[b-ayri6dtmoq] {
		font-size: 24px;
		text-align: center;
	}

	#waitingBlanc img[b-ayri6dtmoq] {
		position: relative;
		top: -60px;
		width: 200px; 
		height: 200px;
	}

#spinner[b-ayri6dtmoq] {
	border: 8px solid #f3f3f3; /* Light grey */
	border-top: 8px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 60px;
	height: 60px;
	animation: spin-b-ayri6dtmoq 2s linear infinite;
	margin: 0 auto 20px;
}

@keyframes spin-b-ayri6dtmoq {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}
/* _content/WsEasyTools/Components/Shared/CZInput.razor.rz.scp.css */
.czinput-container[b-elrv69isi8] {
	display: flex;
	flex-direction: column;
	flex: 1 1 0;
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
}

.label-container[b-elrv69isi8] {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: flex-start;
	margin-bottom: 0;
	padding-bottom: 0;
	gap: 0.1rem;
}

.label-control[b-elrv69isi8] {
	font-weight: bold;
	color: dimgray;
	font-size: 1rem;
	margin-bottom: 0rem;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.label-top[b-elrv69isi8] {
	flex-direction: column;
	margin-bottom: 0rem;
	align-items: center;
}

.label-right[b-elrv69isi8] {
	flex-direction: row;
	margin-bottom: 0rem;
	align-items: flex-start;
	gap: .5rem;
}

.tooltipinfo[b-elrv69isi8] {
	display: flex;
	cursor: pointer;
	color: dodgerblue;
	background-color: transparent;
	border: .1rem solid powderblue;
	border-radius: 50%;
	width: .6rem;
	height: .6rem;
	flex-shrink: 0;
	font-size: 0.6rem;
	justify-content: center;
	align-items: center;
	position: relative;
	left: 0rem;
	top: -0.4rem;
	padding-top: 0.15rem;
}

	.tooltipinfo[b-elrv69isi8]::after {
		content: attr(data-title);
		position: absolute;
		background-color: white;
		color: dimgray;
		padding: .3rem;
		border-radius: 0.3rem;
		font-size: 1.5rem;
		white-space: normal;
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.3s ease, visibility 0.3s ease;
		z-index: 1000;
		top: auto;
		bottom: 1.2rem;
		left: 50%;
		transform: translateX(-50%);
		max-width: 15rem;
		min-width: 5rem;
		width: max-content;
		text-align: center;
		border: 0.2rem solid skyblue;
	}

	.tooltipinfo:hover[b-elrv69isi8]::after,
	.tooltipinfo:hover[b-elrv69isi8]::before {
		opacity: 1;
		visibility: visible;
		transition-delay: 0.5s;
	}

.selectinput-control[b-elrv69isi8] {
	flex: 1 1 0;
	width: 100%;
	box-sizing: border-box;
	min-width: 0;
	border: .1rem solid lightskyblue;
	border-bottom: .2rem solid blue;
	font-size: 1rem;
	border-radius: .3rem;
	padding-top: .3rem;
	font-weight: bold;
}

	.selectinput-control:focus[b-elrv69isi8] {
		outline: none;
		background-color: aliceblue;
	}

.switch-control[b-elrv69isi8] {
	display: flex;
	width: 100%;
	box-sizing: border-box;
	min-width: 0;
}

.tooltip-error-wrapper[b-elrv69isi8] {
	position: relative;
	display: flex;
	width: 100%
}

	.tooltip-error-wrapper:hover .tooltip-error[b-elrv69isi8] {
		visibility: visible;
		opacity: 1;
		pointer-events: auto;
	}

.tooltip-error[b-elrv69isi8] {
	visibility: hidden;
	opacity: 0;
	width: max-content;
	background-color: white;
	color: red;
	border: 0.2rem solid red;
	border-radius: 0.3rem;
	padding: .1rem .3rem;
	position: absolute;
	z-index: 20;
	left: 50%;
	top: calc(100% + 6px);
	transform: translateX(-50%);
	transition: opacity 0.2s;
	font-size: 0.9rem;
	white-space: pre-line;
	box-shadow: 0 .1rem 0.6rem rgba(0,0,0,0.08);
	pointer-events: none;
}

.text-center[b-elrv69isi8] {
	text-align: center;
	justify-content: center;
}

.text-left[b-elrv69isi8] {
	text-align: left;
	justify-content: left;
}

.text-right[b-elrv69isi8] {
	text-align: right;
	justify-content: right;
}

.select[disabled][b-elrv69isi8] {
	font-weight: bold;
}

.input-error[b-elrv69isi8] {
	border: .1rem solid red;
	border-bottom: .2rem solid blue !important;
}
/* _content/WsEasyTools/Components/Shared/CZSwitch.razor.rz.scp.css */
.switch-container[b-gx1j3ejswv]{
	width:100%;
	box-sizing: border-box;
}

.switch-circle[b-gx1j3ejswv] {
	position: relative;
	display: flex;
	align-items: center;
	width: 3.2rem;
	height: 1.2rem;
	background: white;
	border-radius: 0.7rem;
	cursor: pointer;
	user-select: none;
	transition: background 0.2s;
	outline: none;
	border: 0.13rem solid lightskyblue;
}

	.switch-circle:focus-visible[b-gx1j3ejswv] {
		border-color: blue;
	}

.switch-label[b-gx1j3ejswv] {
	position: absolute;
	top: .15rem;
	bottom: 0;
	display: flex;
	align-items: center;
	font-size: 0.7rem;
	font-weight: bold;
	width: 100%;
	justify-content: center;
	transition: color 0.2s, opacity 0.25s;
	opacity: 0;
	pointer-events: none;
	z-index: 1;
}

.switch-label-non[b-gx1j3ejswv] {
	color: orangered;
	justify-content: flex-end;
	right: .5rem;
}

.switch-label-oui[b-gx1j3ejswv] {
	color: green;
	justify-content: flex-start;
	padding-left: .5rem;
}

.switch-label.visible[b-gx1j3ejswv] {
	opacity: 1;
}

.switch-label.hidden[b-gx1j3ejswv] {
	opacity: 0;
}

.switch-knob[b-gx1j3ejswv] {
	position: absolute;
	top: .0rem;
	left: .0rem;
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	background: orangered;
	box-shadow: 0 0.1rem 0.3rem rgba(0,0,0,0.10);
	border: 0.2rem solid orangered;
	transition: left 0.3s cubic-bezier(.4,0,.2,1), background 0.15s;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}

.switch-circle.checked .switch-knob[b-gx1j3ejswv] {
	left: 1.9rem;
	background: lawngreen;
	border-color: lawngreen;
}

.switch-knob svg.checkmark[b-gx1j3ejswv] {
	width: 1rem;
	height: 1rem;
	display: block;
}
