
/* icons custom  pour quad */
.icon-custom-debouchage_canalisation::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url('/wp-content/uploads/2026/03/icon_debouchage.svg') no-repeat center;
    background-size: contain;
    vertical-align: middle;
    margin-right: 2px;
}
 
	
.icon-custom-toilet::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url('/wp-content/uploads/2026/03/toilet-svgrepo-com.svg') no-repeat center;
    background-size: contain;
    vertical-align: middle;
    margin-right: 2px;
}

	.icon-custom-evier::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url('/wp-content/uploads/2026/03/sink-svgrepo-com.svg') no-repeat center;
    background-size: contain;
    vertical-align: middle;
    margin-right: 2px;
}

	.icon-custom-baignoire::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url('/wp-content/uploads/2026/04/shower-svgrepo-com-1.svg') no-repeat center;
    background-size: contain;
    vertical-align: middle;
    margin-right: 2px;
}

.icon-custom-douche::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url('/wp-content/uploads/2026/04/shower-2-svgrepo-com.svg') no-repeat center;
    background-size: contain;
    vertical-align: middle;
    color:red;
    margin-right: 2px;
} 


.icon-custom-camera::before {
background: url('/wp-content/uploads/2026/03/camera_inspection_hd.svg') no-repeat center;
content: '';
display: inline-block;
    width: 32px;
    height: 32px;
background-size: contain;
vertical-align: middle;
margin-right: 2px;
}
	
	.icon-custom-curage::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url('/wp-content/uploads/2026/03/icon_materiel_hydrocurage_tete.svg') no-repeat center;
    background-size: contain;
    vertical-align: middle;
    margin-right: 2px;
}

	.icon-custom-bac_a_graisse::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url('/wp-content/uploads/2026/03/icone_bac_a_graisse.svg') no-repeat center;
    background-size: contain;
    vertical-align: middle;
    margin-right: 2px;
}

	.icon-custom-poste_relevage::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url('/wp-content/uploads/2026/03/icon_pompe_relevage.svg') no-repeat center;
    background-size: contain;
    vertical-align: middle;
    margin-right: 2px;
}


			.icon-custom-sanitaire::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url('/wp-content/uploads/2026/03/icon_sanitaire_de_location.svg') no-repeat center;
    background-size: contain;
    vertical-align: middle;
    margin-right: 2px;
}

			.icon-custom-fosse_septique::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url('/wp-content/uploads/2026/03/fosse_septique.svg') no-repeat center;
    background-size: contain;
    vertical-align: middle;
    margin-right: 2px;
}

