/* TABLE DES MATIERES
	1 Réglages du Nav
	2
*/

	/* Réglages du Nav */

	nav {
		height: 100%;
		background-color: #000;
	}

@media (min-width: 900px) {

	nav {
		height: auto;
		padding: 24px 0;
	}

	.nav-links {
		flex-direction: row;
	}

}


	/* Réglages présentation de produit */

	.left-side {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		overflow: hidden;
	}


	.buy {
		position: fixed;
		background-color: #fff;
		left: 0;
		bottom: 0;
		padding: 15px 15px 40px 15px;
		width: 100%;
		z-index: 1;
	}

	ul.size {
		display: flex;
		justify-content: space-between;
	}

	.button {
		margin: 20px 20px 0 0;
	}

	footer {
		margin-bottom: 286px;
	}

@media (min-width: 900px) {

	.product-container {
		display: flex;
		height: auto;
	}

	.product-images {
		flex: 1;
		padding-right: 24px;
		overflow: visible;
	}

	h2.nomProduit, .product-images > h3 {
		position: absolute;
		z-index: 1;
	}

	h2.nomProduit {transform: translateY(-48px);}

	.product-images > h3 {transform: translateY(30px);}

	.left-side {
		flex-direction: row-reverse;
		justify-content: center;
	}

	.product-description {
		position: sticky;
		align-self: flex-start;
		top: 110px;
		flex: 1;
		padding-left: 24px;
		background: #fff;
		overflow-y: scroll;
	}

	.buy {
		position:relative;
	}

	ul.size li {
		margin-right: 24px;
	}

	input.button::selection {
		background-color: #fff;
		color: #000;
		transform: scale(110%);
	}

	footer {
		margin-bottom: 0px;
	}
	

}
