HEX
Server: Apache
System: Linux webd004.cluster130.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
User: frenchy (106757)
PHP: 7.4.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/frenchy/refonte2023/wordpress/wp-content/themes/gimont/assets/scss/elementor/_progress.scss
.ova-progress {
	width: 100%;
	.ctyl-progress-title {
		margin: 0;
		margin-bottom: 5px;
		font-weight: 500;
		font-size: 16px;
		line-height: 1.3;
		color: var(--text);
	}

	.ova-progress-title {
		margin: 0 0 15px 0;
		font-size: 18px;
		line-height: 1.3;
	}

	.ova-percent-view {
		height: 13px;
		width: 100%;
		background-color: #f3f4f7;
		border-radius: 8px;
		overflow: visible;
		position: relative;

		.ova-percent {
			height: 100%;
			float: left;
			border-radius: 8px;
			background: var(--primary);
		}

		.percentage {
			position: absolute;
			top: -30px;
			display: none;
			font-size: 15px;
			line-height: 1;
			color: var(--text);
		}
	}

	.ova-notes {
		display: flex;
		margin-top: 18px;
		width: 100%;

		.item-note {
			position: relative;
			margin-left: 10%;
			.note-text {
				font-size: 14px;
				line-height: 1.3;
				color: #fff;
			}
			&:first-child {
				margin-left: 0;
			}

			&:last-child {
				margin-left: 19%;
			}

			&:before {
		        content: "";
			    width: 1px;
			    height: 35px;
			    position: absolute;
			    top: -32px;
			    left: 50%;
			    border-left: 1px solid #414073;
			}
		}
	}
}