[v-cloak] > * { display:none; }
[v-cloak]::before { content: "loading..."; }

ul {
	list-style: none; /* Remove default bullets */
}

ul[class="list_caracteristiques"] li::before {
	content: "\25A0";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: var(--dark-color); 
	font-weight: bold; 
	display: inline-block; /* Needed to add space between the bullet and the text */
	width: 1.5em; /* Also needed for space (tweak if needed) */
	margin-left: -2em; /* Also needed for space (tweak if needed) */
}


.cache_carac
{
	display:none;
}

.minuscule
{
	text-transform: lowercase;
}

.item_liste
{
	padding-left:30%;
	padding-top:6px;
	padding-bottom:6px;
	text-align:justify;
	border-bottom:1px dotted #2e343f
}
h4{
	color:#303030;
}
label {
	font-size:1em;
}

.label_big {
	font-size:1.1em;
}

[type="checkbox"]:not(:checked), 
[type="checkbox"]:checked {
	/* Cache la checkbox sans
		la désactiver pour les
		lecteurs d'écran */
	margin-left:4px;
}

/* on prépare le label */
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
	position: relative; /* permet de positionner les pseudo-éléments */
	padding-left: 4px; /* fait un peu d'espace pour notre case é venir */
	padding-top:4px;
	font-size: 1em; /* Label un peu plus gros */
	line-height: 1.7;
	cursor: pointer;    /* affiche un curseur adapté */
}

select {
	position: relative; /* permet de positionner les pseudo-éléments */
	padding-left: 10px; /* fait un peu d'espace pour notre case é venir */
	font-size: 1.2em; /* Label un peu plus gros */
	line-height: 1.7;
	cursor: pointer;    /* affiche un curseur adapté */
}


.survol:hover  {
	background-color:#366f8c;
	color:#ffffff;
}
.survolb:hover {
	background-color:#76467e;
	color:#ffffff;
}
.survol:hover h4, .survolb:hover h4 {
	color:#ffffff;
}

.survol:hover a,.survolb:hover a {
	color:#ffffff;
}
.col_levure
 {
	color:#366f8c;
 }
.col_bacterie
 {
	color:#76467e;
 }
.bigbtn
{
	font-size:1.4em;
	margin-left:20%;
}
.autocomplete-results {	
	position:absolute;
	max-height:300px;
	background-color: #ffffff;
	z-index: 1000;
	width:100%;
	overflow-y:scroll;
	border:1px solid #303030;
}
.autocomplete-result {
	
	list-style: none;
	text-align: left;
	padding: 4px 10px;
	cursor: pointer;
	font-size:1.1em;
}
.desktop_vu
{
	display:block;
}
.mobile_vu
{
	display:none;
}

#check_rouge, #check_rose, #check_blanc  {
	position:relative;
	width:18px;
	height:18px;
	border-radius:5px;
	z-index:2;
	color:#ffffff;
	padding:2px 0px 0px 6px;
	font-size:0.8em;
	font-weight:bold;
}

#check_rouge {
	background-color:#ac1923;
	left:-8px;
	top:2px;
}

#check_rose {
	background-color:#f98d8a;
	left:-8px;	
	top:2px;
}

#check_blanc {
	background-color:#e8d475;
	left:-8px;
	top:2px;
}

#scouleur-0,#scouleur-1,#scouleur-2  {
	visibility:hidden;
}

.s_li
{
	color:red;
	font-weight:bold;
}

.bt_recherche_secondaire
{
	font-size:1.4em;
	font-weight:bold;
	color:#366f8c;

}
@media (max-width: 480px)
{
	.row {
		display: auto;

	}
	.item_liste
	{
		text-align:justify;
		padding:16px 2px;
	}
	.item_liste h4
	{
		font-size:1.05em;
	}
	.titre_recherche{
		font-size:1.6em;
	}
	.desktop_vu
	{
		display:none;
	}
	.mobile_vu
	{
		display:block;
	}

	#mdr
	{
		border-left:0px dotted #aeaeae;
		border-right:0px dotted #aeaeae;
		background-color:#eeeeee;
	}

	.row {

    margin-right: 0px;
	margin-left: -0px;
	}

	#menu_mobile_nos_sites ul a {
		font-size: 1em;
	}
	.bigbtn
	{
		font-size:1.6em;
		margin-left:0%;
	}
	.bt_recherche_secondaire
	{
		font-size:1.3em;
		font-weight:bold

	}
	#menu_mobile_nos_sites ul a {
		font-size: 0.8em;
	}
}