/*
	Theme Name: Storee Retail
	Description:Thème WordPress par La Confection
	Version: 1.0
	Author: La Confection
	Author URI: https://www.laconfection.fr
*/


/* PRELOADER */

.preloader {
	align-items: center;
  background-color: #FAFAFA;
  display: flex;
  justify-content: center;
  width:100%;
  height: 100%;
  position:fixed;
  z-index: 999999999;
}
