* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	background: linear-gradient(90deg, #3e4044 0%, #28292f 100%);
	color: white;
	font-family: "Montserrat", sans-serif;
	font-weight: normal;
}

a,
input {
	color: white;
	cursor: pointer;
	text-decoration: none;
	border: none;
}

img {
	max-width: 100%;
	display: block;
}

h1,
h3,
.prix {
	background: -webkit-linear-gradient(0deg, #ef32d9 3.71%, #89fffd 94.07%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}

.titre2 {
	font-weight: 200;
	font-size: 64px;
	margin-bottom: 6%;
}

.titre2::before {
	content: "";
	display: block;
	background: #89fffd;
	width: 149px;
	height: 9px;
	margin-bottom: 8px;
}

main {
	/* border: 4px solid yellow; */
	width: min(1196px, 96%);
	margin: 0 auto;
}

section {
	/* border: 3px solid red; */
	margin-bottom: 10%;
}

.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* HEADER */
header {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	background: linear-gradient(90deg, #3e4044 0%, #28292f 100%);
	padding: 15px 0;
	z-index: 1000;
}

nav {
	gap: 25px;
}

.burger {
	display: none;
}
/* HEADER */

/* ACCUEIL */
#accueil {
	position: relative;
	height: 601px;
}

.grdImg,
.accueil-gallerie {
	position: absolute;
}

.accueil-gallerie {
	bottom: 0;
	right: 0;
	gap: 4px;
}

.accueil-gallerie a {
	background: radial-gradient(50% 50% at 50% 50%, #44464b 0%, #28292f 100%);
	border: 1px solid #ffffff;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.3);
	width: 121.29px;
	height: 121.29px;
	justify-content: center;
}

.grdImg {
	top: 4%;
	right: 4%;
}

.accueil-reseaux {
	flex-direction: column;
	gap: 20px;
}

.grdTitre {
	font-weight: 800;
	font-size: 161px;
	line-height: 196px;
}

.sousTitre {
	font-weight: 800;
	font-size: 41px;
	line-height: 50px;
}

.sousTitre span {
	font-weight: 300;
}

.para1 {
	width: min(433px, 100%);
	font-size: 24px;
	line-height: 29px;
	margin: 15px 0 30px;
}

.accueil-contenu input {
	font-weight: bold;
	font-size: 18px;
	padding: 14px 17px;
	background: #ef32d9;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
	border-radius: 6px;
}

.accueil-contenu {
	z-index: 111;
}

.accueil-sneaker {
	display: none;
}
/* ACCUEIL */

/* VENTES */

.ventes-gallerie {
	gap: 30px;
}
.carte-contenu {
	font-size: 18px;
	line-height: 135.4%;
	position: relative;
	padding-top: 8px;
}

.p2 {
	font-weight: 200;
}

.prix {
	position: absolute;
	top: 8px;
	right: 0;
	font-weight: 500;
	font-size: 24px;
}
/* VENTES */

/* COLLECTIONS */
.collections-gallerie {
	width: min(971px, 100%);
	/* border: 3px solid pink; */
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(4, auto);
	grid-template-areas: "b1 b1 b2 b4" "b1 b1 b3 b4" "b6 b5 b5 b4";
	grid-gap: 7px;
}

.b1 {
	grid-area: b1;
}
.b2 {
	grid-area: b2;
}
.b3 {
	grid-area: b3;
}
.b4 {
	grid-area: b4;
}
.b5 {
	grid-area: b5;
}
.b6 {
	grid-area: b6;
}

.box {
	position: relative;
}

.box img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.box input {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-weight: 600;
	font-size: 20px;
	padding: 7px 14px;
	background: #28292f;
	border-radius: 36px;
}
/* COLLECTIONS */

/* CONTACT */
#contact {
	margin-bottom: 0;
	margin-top: 155px;
}

.contact-infos {
	justify-content: center;
	align-items: flex-start;
	gap: 9%;
	font-size: 14px;
	line-height: 17px;
	position: relative;
}

.contact-infos::before {
	content: "";
	display: block;
	background: #89fffd;
	height: 9px;
	width: 50%;
	position: absolute;
	top: -55px;
}

ul {
	list-style: none;
}

hr {
	margin-top: 4%;
}

footer {
	padding: 25px 0;
}

.bas {
	flex-direction: row;
}
/* CONTACT */

/* MEDIA QUERIES */
@media (max-width: 1020px) {
	.prix {
		position: static;
	}
}

@media (max-width: 800px) {
	.titre2 {
		font-size: 35px;
		line-height: 43px;
	}

	/* HEADER */
	.burger {
		display: block;
		cursor: pointer;
	}

	.burger span {
		width: 40px;
		height: 4px;
		background: #ffffff;
		border-radius: 24px;
		display: block;
	}

	.burger span:nth-child(2) {
		margin: 6px 0;
	}

	.menu {
		display: none;
	}

	/* ACCUEIL */
	.grdImg,
	.accueil-reseaux,
	.accueil-gallerie {
		display: none;
	}

	.accueil-contenu {
		text-align: center;
	}

	.para1 {
		width: 100%;
	}

	.accueil-sneaker {
		display: block;
		background: linear-gradient(99.97deg, #ef32d9 3.71%, #89fffd 94.07%);
		width: 100%;
		height: 191px;
	}

	.accueil-sneaker img {
		margin: 0 auto;
		transform: translateY(-50px);
	}

	#accueil {
		flex-direction: column;
		height: auto;
		gap: 100px;
	}

	/* VENTES */
	.ventes-gallerie {
		flex-direction: column;
	}

	.prix {
		position: absolute;
	}

	/* CONTACT */
	footer {
		flex-direction: column;
		gap: 40px;
	}
	.bas {
		display: block;
	}

	.bas img {
		display: inline-block;
	}

	.bas a:nth-child(2) {
		margin: 0 50px;
	}

	.contact-infos {
		flex-direction: column;
		gap: 20px;
	}

	.contact-infos::before {
		left: 50%;
		transform: translateX(-50%);
	}
}

/* 550 px */
@media (max-width: 550px) {
	/* ACCUEIL */
	.grdTitre {
		font-size: 96px;
		line-height: 131px;
	}

	.sousTitre {
		font-size: 24px;
		line-height: 29px;
	}

	.para1 {
		font-size: 18px;
		line-height: 22px;
	}

	/* COLLECTIONS */
	.collections-gallerie {
		grid-template-columns: auto auto;
		grid-template-areas: "b1 b2" "b3 b4" "b5 b6";
	}

	.box img {
		height: 300px;
	}

	/* CONTACT */
	#contact {
		margin-top: 100px;
	}
}

@media (max-width: 400px) {
	.collections-gallerie {
		grid-template-columns: auto;
		grid-template-areas: "b1" "b2" "b3" "b4" "b5" "b6";
	}

	.box img {
		height: 415px;
	}
}
/* MEDIA QUERIES */
