.modal-content-secondary {
	display: flex;
	flex-direction: column;
	width: fit-content;
	background-color: #fefefe;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #888;
	width: 25vw;
	font-size: 1.4vh;
}

.modal-error {
	color: red;
	font-size: 0.8em;
	align-self: center;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0;
}

.modal-title {
	text-align: center !important;
	font-size: 2.2vh !important;
	font-weight: bold !important;
	margin-bottom: 1em !important;
}

.modal-subtitle {
	text-align: center;
	font-size: 1.7vh;
	font-weight: bold;
	margin-bottom: 1em;
}

.modal-section {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 1em;
	max-width: 90vw;
	max-height: 70vh;
	overflow: auto;
}
.modal-left-box {
	margin-bottom: 1em;
	max-width: 80vw;
	max-height: 60vh;
	overflow: auto;
	float: left;
}

.modal-right-box {
	margin-bottom: 1em;
	max-width: 80vw;
	max-height: 60vh;
	overflow: auto;
	float: right;
}

.modal-section-title {
	align-self: center;
	font-size: 1.5vh;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.modal-row {
	margin: 0.2em;
	justify-content: center;
	align-items: center;
	display: flex;
}

.button-container {
	display: flex;
	justify-content: center;
	margin: 0.5em;
}

.informations-generales {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 22vw;
	overflow: hidden;
}
.modal-input {
	width: fit-content;
	padding: 0.5em;
	border: 1px solid black;
	border-radius: 0.5vw;
	text-align: center;
	align-self: center;
}

.modal-input:invalid {
	border-color: red;
}

.modal-input:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.modal-input:valid {
	border-color: green;
}

.modal-error {
	color: red;
	font-size: 1.2vh;
	align-self: center;
	text-align: center;
}

.modal-tab-btn {
	width: 32%;
	background-color: #4460a0;
	border-bottom: thin solid black;
}

.modal-tab-btn:hover {
	background-color: #364d7d !important;
}

.modal-tab-btn.active {
	background-color: white;
	border-bottom: none;
	border-top: thin solid black;
	border-left: thin solid black;
	border-right: thin solid black;
}

.modal-tab {
	width: 99%;
	height: 100%;
}

.modal-label {
	justify-content: center;
	align-items: center;
	margin-bottom: 0;
}

.modal-table {
	width: 90%;
	border-collapse: collapse;
}

.modal-thead {
	background-color: white;
}

.modal-tr {
	padding: 0;
}

.modal-td {
	border: 1px solid black;
	padding: 0.5em;
	width: 20vw;
}

.table-padding-expand {
	padding: 0 3vh 2vh 3vh;
}

/* Modal récupération widgets */

.back-arrow {
	width: 3.5vh;
	height: 3.5vh;
	cursor: pointer;
}
