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/_counter-2.scss
.ova-counter-2 {
	@include transaction(all, 0.3s, ease);
	text-align: center;
    .icon {
    	margin-top: -49px;
    	width: 114px;
    	height: 114px;
    	background: #fff;
    	border: 5px solid #f3f4f7;
    	display: inline-flex;
    	align-items: center;
    	justify-content: center;
    	@include transaction(all, 0.3s, ease);
    	i {
    		font-size: 64px;
    		color: var(--primary);
    	}

    	svg {
    		width: 64px;
    		height: 64px;
    		fill: var(--primary);
    	}
    }
    .odometer-wrapper {
    	margin-top: 20px;
    	line-height: 1.3;
    }
	.odometer {
		@include transaction(all, 0.3s, ease);
		font-size: 40px;
		font-weight: 800;
		color: var(--heading);
	}

	.suffix {
		@include transaction(all, 0.3s, ease);
		font-size: 40px;
		font-weight: 800;
		color: var(--heading);
	}

	.title {
		@include transaction(all, 0.3s, ease);
		margin: 0;
		font-size: 16px;
		font-weight: 500;
		line-height: 1.5;
		color: var(--text);
		white-space: pre-line;
	}
	.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
		vertical-align: baseline;
	}

	.odometer.odometer-auto-theme .odometer-digit,.odometer.odometer-theme-default .odometer-digit {
	    vertical-align: baseline;
	}
	.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
		vertical-align: baseline;
	}
	&.template_2 {
		text-align: left;
		background: var(--heading);
		.icon {
			margin-top: 0;
			background-color: #082060;
			border: none;
		}

		.odometer, .suffix {
			color: #fff;
		}

		.title {
			color: #7580a0;
		}
	}
	&.template_3 {
		display: flex;
		align-items: center;
		gap: 30px;
		text-align: left;
		background: var(--heading);
		.icon {
			margin-top: 0;
			background-color: #082060;
			border: none;
		}
		.odometer-wrapper {
			margin-top: 0;
		}
		.odometer, .suffix {
			color: #fff;
		}

		.title {
			color: #B0B8CF;
		}
	}
}