body{
	background: #000;
	padding: 0px;
	margin: 0px;
}
h1{
	font-size: 10em;
	color:#FFF;
	text-align: center;
	margin:0px;
	margin-top: 50px;
	font-family: sans-serif;
}
/*#########################################
# >>	flex
#########################################*/
.flex{
	display:flex;
	justify-content: center;
	align-items: center;
}
.flex_col{
	flex-direction: column;
}
.flex_sb{
	justify-content: space-between;
}
.flex_sa{
	justify-content: space-around;
}
.flex_break{
	flex-basis: 100%;
	height: 0;
}

.flex_start{
	display:flex;
	justify-content: flex-start;
}
.flex_end{
	display:flex;
	justify-content: flex-end;
}
.flex_center{
	display:flex;
	justify-content: center;
	align-items: center;
}


#imagesContainer{
	display: flex;
}
#imagesContainer img{
	width: 25%;
}

#landingPage {
	width: 100%;
	margin-top: -40px;
	padding-top: 40px;
	background-image: url(../images/spirale2.png),linear-gradient(to right top, #04d8ff, #00bdf4, #00a2e7, #0086d5, #006ac0, #0662ba, #0d5ab3, #1352ac, #135cb6, #1365c0, #146fca, #1579d4);
	background-blend-mode: overlay, normal;
	background-position-y: 0px, 50%;
	background-size: cover, 100% 141%;
	box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.3);
}

.fullscreen{
	height: 100vh;
	width: 100vw;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bigShadow{
	box-shadow: 0 8px 40px 20px #00000033;
}

#logosStores img {
	border-radius: 15px;
	width: 150px;
}