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/base/_breadcrumbs.scss
.wrap_breadcrumbs{
	background-color: #fafafa;
	margin-bottom: 60px;
	position: relative;
	&:before{
		position: absolute;
		left: -1000px;	
		background-color: #fafafa;
		height: 100%;
		width: 10000px;
		top: 0;
		content: "";
		z-index: -1;
	}
}

ul.breadcrumb{
	margin: 0;
	padding: 20px 0px;
	display: inline-block;
	list-style-type: none;
	li{
		color: var(--primary);
		-webkit-hyphens: auto;
	    -moz-hyphens: unset;
	    -ms-hyphens: unset;
	    hyphens: unset;
	    display: inline-flex;
	    align-items: baseline;
	    word-break: break-word;
		a{
			color: var(--text);

			&:hover{
				color: var(--primary);
			}
		}
		.separator{
			padding: 0 4px;
			i{
				font-size: 0.6em;
				color: var(--text);
				opacity: 0.5;
				position: relative;	
			}
		}
	}
}