/*
Theme Name: S'Cube
Theme URI: http://scube-ing.com
Description: Theme pour S'Cube
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

:root{
	--bleu: #487691;
	--nuit: #0d293c;
	--gris: #8aa3b2;
	--gris-clair: #f2f2f2;
	--text: #575656;

}

body{
	color: var(--text);
}



/*  CONTENT  */
.produit{
	mix-blend-mode: multiply;
}

.portfolio_categories{
	display: none;
}

.filaire{
	position: absolute;
	bottom: 0;
	left:0;
	mix-blend-mode: multiply;
	z-index: 9999;
}
.test-filaire{
	position: absolute;
	z-index: -1;
	right: 0;
}