a{color:black;text-decoration:none;}
a:hover{color:black;text-decoration:none;}			
a:visited{color:black;font-style:none;text-decoration:none;}
a:active, a:focus{outline:none;}
* {-webkit-font-smoothing: antialiased;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}

body{		background-color:		#f2f2f2;
			color:					black;}
html {-webkit-text-size-adjust: none;}

h1{			font-size:				6vw;
			font-family:			HelveticaNeue, sans-serif;
			display: 				inline;
			font-weight: 			normal;}
h2{			line-height:			5vw;
			font-size:				3.5vw;
			font-family:			HelveticaNeue, sans-serif;
			display: 				inline;
			font-weight: 			lighter;
			width:					25%;
			text-transform:			uppercase;}

h3{			line-height:			3vmax;
			font-size:				2vmax;
			font-family:			HelveticaNeue, sans-serif;
			display: 				inline;
			font-weight: 			normal;}
h4{			line-height:			3vmax;
			font-size:				2vmax;
			font-family:			HelveticaNeue, sans-serif;
			display: 				inline;
			font-weight: 			normal;
			text-transform:			uppercase;}

h5{			font-family:			HelveticaNeue, sans-serif;
			display: 				inline;
			font-weight: 			lighter;
			line-height:			4.5vw;
			font-size:				3vw;
			vertical-align: 		top;
			text-align:				left;}

hr{ 		border:					0;
			width:					75%;
    		color:					black;
    		background-color:		black;
    		height:					1px;}

#menu{		line-height:			10vmax;
			font-family:			HelveticaNeue, sans-serif;
			opacity: 				1;
			top:  					18px;
			width:					100%;
			height:					10%;
			margin-left:			-10px;
			text-align:				justify-all;
			z-index:				100;
			position:				fixed;}
.mobile{	margin-left:27px;font-size:6vmax;text-align:left;}
.commande{	display:none;}
.press{		display:none;}
.projects{	display:none;}
.logo{		display:none;}
.design{	display:none;}
.about{		display:none;}
.contact{	display:none;}

#facebook{	display:none;}
#instagram{	display:none;}

#grid{		line-height:			3vw;
			font-size:				3vw;
			font-family:			HelveticaNeue, sans-serif;
			opacity: 				1;
			top: 					3vmax !important;
			width:					92%;
			left:					4%;
			z-index:				98;
			text-align:				center;
			position: 				absolute;}

.legende {	opacity: 				1;	
			position: 				fixed;
			left:					4vmax;
			bottom:					4vmax;
			width:					100%;
			color:					black;
			text-align:				left;
			max-width: 				100%;
			z-index:				100;}

.grid-1-element-text{
			width:					100%;
			text-align:				center;}

.sous-titre {	opacity: 				1;	
			position: 				fixed;
			left:					4vmax;
			bottom:					4vmax;
			width:					80%;
			color:					black;
			text-align:				left;
			max-width: 				100%;
			z-index:				100;}
.annotation{
			width:					100%;
			font-weight: 			lighter;
			line-height:			7vw;
			font-size:				5vw;
			display:				inline-block;
			vertical-align: 		top;
			text-align:				center;}
.modele{
			width:					100%;
			font-weight: 			lighter;
			line-height:			3vw;
			font-size:				3vw;
			font-family:			HelveticaNeue, sans-serif;
			display:				inline-block;
			vertical-align: 		top;
			text-align:				center;}

.grid-3-elements-text{
			width:					100%;
			text-align:				left;}

#copyright{display:none;}

#picto{		letter-spacing: 		2pt;
			text-transform:			uppercase;
			font-family:			HelveticaNeue, sans-serif;
			opacity: 				1;	
			position: 				absolute;
			top:					8vw;
			width:					75%;
			left:					50%;
			text-align:				center;
			transform: 				translateX(-50%);
			z-index:				100;
			position:				fixed;}

.footer{	width:					100%;
			letter-spacing:			0.5pt;
			line-height:			3.5vw;
			font-size:				2.5vw;
			height:					49vw;
			border-top-left-radius:	19pt;
			border-top-right-radius:19pt;
			background:				linear-gradient(to top, rgba(237,237,237,0), rgba(237,237,237,1));
			z-index:				99;
			position:				relative;}
.terms{		top:					4.5vw;
			text-transform: 		uppercase;
			text-align:				center;
			z-index:				100;
			position:				relative;}
.language{	display:				none;}
.language-min{
			line-height: 			1.5vw;}
.social{	display:				none;}
.info{		top:					6vw;
			text-align:				center;
			position:				relative;}
.copyright{	top:  					9vw;
			text-align:				center;
			position:				relative;
			margin-bottom:			3vw;}

.dropdown {display:none;}
.dropbtn {display:none;}
.navbar {display:none;}
.dropdown-content {display:none;}

.row > .column {
  font-family:			HelveticaNeue, sans-serif;
  font-weight: 			lighter;
  line-height:			4.5vw;
  font-size:			3vw;
  text-align:left;
  
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  font-family:			HelveticaNeue, sans-serif;
  text-align:left;
  vertical-align:top;
  margin-left:2%;
  margin-right:2%;
  margin-bottom:1%;
  margin-top:1%;
  width:20%;
  display:inline-block;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 33vw;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: white;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 80%;
  max-width: 1250px;
  line-height:			4.5vw;
  font-size:			3vw;
}

/* The Close Button */
.close {
  color: black;
  position: absolute;
  top: 35vw;
  right: 10%;
  margin-right:11pt;
  font-size:			6vw;
  font-weight: bold;
  z-index:1000000000;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 33vw;
  width: auto;
  padding: 11pt;
  margin-top: -20pt;
  color: black;
  font-size: 4.5vw;
  transition: 0.6s ease;
  border-radius: 0 9pt 9pt 0;
  user-select: none;
  -webkit-user-select: none;
  background-color: rgba(255, 255, 255, 0);
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 7px 0 0 7px;
}

/* Position the "prev button" to the left */
.prev {
  left: 0;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(255, 255, 255, 0);
}

/* Caption text */
.caption-container {
  font-family:			HelveticaNeue, sans-serif;
  text-align: left;
  margin-top:-0pt;
  color: black;
}

img.demo {
  opacity: 0.6;
  width:100%;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@font-face{	font-family:			'HelveticaNeue';
			font-weight:			normal;
			font-style:				normal;
			src:					url('https://www.mattialistowski.com/css/font/HelveticaNeue.eot');
			src:					url('https://www.mattialistowski.com/css/font/HelveticaNeue.eot?#iefix') format('embedded-opentype'),
									url('https://www.mattialistowski.com/css/font/HelveticaNeue.woff') format('woff'),
									url('https://www.mattialistowski.com/css/font/HelveticaNeue.woff2') format('woff2'),
									url('https://www.mattialistowski.com/css/font/HelveticaNeue.ttf') format('truetype'),
									url('https://www.mattialistowski.com/css/font/HelveticaNeue.svg#font') format('svg');}

@font-face{	font-family:			'HelveticaNeue';
			font-weight:			normal;
			font-style:				normal;
			src:					url('https://www.mattialistowski.com/css/font/HelveticaNeue.eot');
			src:					url('https://www.mattialistowski.com/css/font/HelveticaNeue.eot?#iefix') format('embedded-opentype'),
									url('https://www.mattialistowski.com/css/font/HelveticaNeue.woff') format('woff'),
									url('https://www.mattialistowski.com/css/font/HelveticaNeue.woff2') format('woff2'),
									url('https://www.mattialistowski.com/css/font/HelveticaNeue.ttf') format('truetype'),
									url('https://www.mattialistowski.com/css/font/HelveticaNeue.svg#font') format('svg');}