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/_road-map-2.scss
.ova-road-map-2 {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	@media screen and (max-width: 767px) {
		flex-direction: column;
	}
	p,h3 {
		margin: 0;
	}
	.item {
		width: 25%;
		border-top: 1px solid #d2d5df;
		position: relative;
		padding: 35px;
		&:before {
			position: absolute;
			content: "";
			width: 15px;
			height: 15px;
			border-radius: 50%;
			background: var(--primary);
			top: 0;
			left: 0;
			transform: translateY(-50%);
		}
		&.active {
			&:before {
				position: absolute;
				content: "";
				width: 17px;
				height: 17px;
				border: 2px solid var(--primary);
				border-radius: 50%;
				background: #fff;
				top: 0;
				left: 0;
				transform: translateY(-50%);
			}
		}
		@media screen and (max-width: 767px) {
			width: 100%;
			padding-left: 30px;
			border-top: 0;
			border-left: 1px solid #d2d5df;
			&:before {
				transform: translateX(-50%);
			}
			&.active {
				&:before {
					transform: translateX(-50%);
				}
			}
		}
	}

	.date {
		font-size: 12px;
		font-weight: 700;
		color: var(--primary);
		text-transform: uppercase;
	}

	.text-1 {
		font-size: 20px;
		font-weight: 800;
		margin-top: 5px;
	}

	.text-2 {
		font-size: 16px;
		font-weight: 500;
		margin-top: 5px;
	}
}