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/_countdown.scss
.ova-countdown {
	padding: 0;
	&.is-countdown {
		background: transparent;
		border: none;
	}

	.countdown-row {
		display: flex;
		align-items: center;
		height: auto;
		flex-wrap: wrap;
		gap: 27px;
		@media screen and (max-width: 637px) {
			gap: 15px;
		}
	}
	.countdown-section {
		display: inline-block;
		justify-self: center;
		border: 1px solid var(--primary);
		background: #fff;
	}

	.countdown-show7,.countdown-show6, .countdown-show5, .countdown-show4, .countdown-show3 {
		.countdown-section {
			width: 130px;
			@media screen and (max-width: 637px) {
				width: 100px;
			}
		}
		
	}

	.countdown-amount {
		display: inline-block;
		font-size: 50px;
		line-height: 36px;
		color: var(--heading);
		font-weight: 800;
		padding: 48px 0;
		@media screen and (max-width: 637px) {
			padding: 38px 0;
		}
	}

	.countdown-period {
		color: #fff;
		background: var(--primary);
		font-size: 14px;
		line-height: 1;
		font-weight: 500;
		text-transform: uppercase;
		padding: 11px 0;
		@media screen and (max-width: 637px) {
			font-size: 12px;
		}
	}
}