/* 
Theme Name: Uniques - Paris
Theme URI: https://github.com/elementor/hello-theme/
Description: Thème pour le site Uniques
Author: Armstrong
Author https://armstrong.space/
Template: hello-elementor
Version: 1.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

#header
{
		background-color: rgba(255,255,255,0);
		border-bottom: 1px solid transparent;

		-webkit-transition: all 1000ms ease-in-out;
		transition: all 1000ms ease-in-out;
}
body.isScroll #header
{
		background-color: rgba(255,255,255,0.8);
		border-bottom: 1px solid #D9D9D9;
		backdrop-filter: blur(2px);
}

