/* Mes adaptations */
.w-88 {
	width: 22rem;
}
.w-90 {
	width: 22.5rem;
}
.resize-h {
	resize: horizontal;
}
.resize-v {
	resize: vertical;
}
.nowrap {
	white-space: nowrap;
}
.mt-2 {
	margin-top: 0.5rem;
}