@font-face {
  font-family: 'Impact';
  src: url('Styles/impact.ttf') format('truetype');
}

body{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	max-width: 100%;
	width:100%;
	overflow-x : hidden;
}
a {
  text-decoration: none;
}


header {
	position: fixed;
  top: 0;
  left : 1%;
  width: 100vw ;
}

header img {
	width : 100%;
	max-width: 150px;
  height: auto;
  margin: 0 auto;
  z-index: -1;
}

.references {
	max-width: 100%;
	position: absolute;
	display: flex;
	right : 1%;
	top: 1%;
	justify-content: space-between;
	padding: 10px;
	font-size: 17px;
	font-family: 'Lucida Console', monospace;
}

.references a {
	text-decoration: none;
	color: #333;
	margin-left: 20px;
}



.box {
	display : flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1000px;
}

.image_D1,
.image_D2{
	display:flex;
	gap : 30px;
	position: relative;
	width : 500px;
	height: 500px;
}

.Disk_2 {
	top : 200px;
}

.Disk_1,
.Disk_2{
	display:flex;
	position: relative;
	width : 500px;
	height: 500px;
	overflow: hidden;
	min-width: 500px;
	margin-bottom: 25rem;
}


.Disk_Desc2 {
	top : 200px;
}


.Disk_Desc1,
.Disk_Desc2{
	display:flex;
	position: relative;
	width : 500px;
	height: 500px;
	overflow: hidden;
	min-width: 500px;
	margin-bottom: 25rem;
}


.text_D1,
.text_D2 {
	font-family: 'Impact', sans-serif;
	color : #1d1d1d;
	text-align: center;
	font-size: 9px;
	flex-basis: 500px;
}

.title_Disk{
	position: relative;
	font-family: 'Impact', sans-serif;
	color : #1d1d1d;
	text-align : left;
	left : 10%; 
	font-size: 22px;
}
.detail_Disk {
	position: relative;
	max-width: 425px;
	font-family: 'Impact', sans-serif;
	color : #1d1d1d;
	text-align : left;
	left : 15%;
	top : 10px;
	font-size: 18px;
}




.link_Disk {
	display: flex;
	position: relative;
	font-family: 'Impact', sans-serif;
	color : #1d1d1d;
	text-align : left;
	left : 15%;
	top : 20px;
	font-size: 18px;

}

.buyButton_D1,
.buyButton_D2{
	display: flex;
	position: relative;
	font-family: 'Impact', sans-serif;
	color : #1d1d1d;
}

.buyButton_D1:hover,
.buyButton_D2:hover{
	text-decoration: underline;
	cursor: pointer;
}

.infoButton_D1,
.infoButton_D2{
	position: relative;
	font-family: 'Impact', sans-serif;
	color : #1d1d1d;
}

.infoButton_D1:hover,
.infoButton_D2:hover{
	text-decoration: underline;
	cursor: pointer;
}

.shape_Disk1,
.shape_Disk2 {
	position: relative;
	font-family: 'Impact', sans-serif;
	color : #1d1d1d;
	text-align : left;
	left : 15%;
	top : 20%;
	font-size: 14px;
	flex-wrap: wrap;
}

.MoreInfosDisk1,
.MoreInfosDisk2{
	display: none;
	position: relative;
	font-family: 'Impact', sans-serif;
	color : #1d1d1d;
	text-align : left;
	top : 20%;
	font-size: 14px;
	flex-wrap: wrap;
}

.imageSelectors_D2,
.imageSelectors_D1{
 	gap : calc(63px);
 	margin-left: calc(25% - 10px);
}

.imageSelectors_D1,
.imageSelectors_D2{
	animation: none;
	justify-content: center;
	display:flex;
	position: absolute;
 	flex-wrap: wrap;
 	top: 93%;
}

.imageSelectors_D1 img,
.imageSelectors_D2 img{
	background-color: transparent;
	cursor: pointer;
	width: 20px;
 	height: auto;
}

.musique_D1,
.musique_D2{
	display: flex;
	position: absolute;
	top : 20px;
	color: white;
	margin-left: 460px;
	justify-content: left;
	width : 2120px;
	gap : 514px;
	text-shadow: 0 0 1px #000, 0 0 1px #000, 0 0 0px #000, 0 0 1px #000;
}

#MusiqueDisk1Img1,
#MusiqueDisk1Img2,
#MusiqueDisk1Img3,
#MusiqueDisk1Img4,
#MusiqueDisk2Img1,
#MusiqueDisk2Img2,
#MusiqueDisk2Img3,
#MusiqueDisk2Img4 {
	cursor: pointer;
	animation: zoomInOut 4s infinite;
	transform-origin: 8px 50% ;
}

.musique_TxtD1,
.musique_TxtD2 {
	display : flex;
	overflow: hidden;
	position: absolute;
	left : 20px;
	top : 20px;
	color: white;
	white-space: nowrap;
	text-align : left;
	font-size: 14px;
	font-family: 'Lucida Console', monospace;
	text-shadow: 0 0 1px #000, 0 0 1px #000, 0 0 0px #000, 0 0 1px #000;

}
.TxtPlayerD1,
.TxtPlayerD2 {
	width: 530px;
}

@keyframes zoomInOut {
	0% {
		transform: scale(1); /* Échelle initiale du symbole (1) */
	}
	50% {
		transform: scale(1.25); /* Échelle maximale du symbole (1.5) à 50% de l'animation */
	}
	100% {
		transform: scale(1); /* Échelle finale du symbole (1) */
	}
}

#SelectorDisk1Sel1:hover {
  content: url("img/Selectors/Circle_t_0.png");
}

#SelectorDisk1Sel2:hover {
  content: url("img/Selectors/Circle_t_0.png");
}
#SelectorDisk1Sel3:hover {
  content: url("img/Selectors/Circle_t_0.png");
}
#SelectorDisk1Sel4:hover {
  content: url("img/Selectors/Circle_t_0.png");
}
#SelectorDisk1Sel5:hover {
  content: url("img/Selectors/Circle_t_0.png");
}
#SelectorDisk2Sel1:hover {
  content: url("img/Selectors/Circle_t_0.png");
}

#SelectorDisk2Sel2:hover {
  content: url("img/Selectors/Circle_t_0.png");
}
#SelectorDisk2Sel3:hover {
  content: url("img/Selectors/Circle_t_0.png");
}
#SelectorDisk2Sel4:hover {
  content: url("img/Selectors/Circle_t_0.png");
}

footer {
  background-color: #f5f5f5;
  padding: 20px 0;
  color: #444;
  font-size: 14px;
  width: 100%;
  position: relative;
  bottom: 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-family: 'Lucida Console', monospace;
}

.contact-info p {
  margin: 5px 0;
}

.social-media a {
  display: inline-block;
  margin-right: 10px;
  color: #444;
}

.social-media a:hover {
  color: #000;
}

.fab {
  font-size: 20px;
}



@media (max-width: 500px) {

	header img {
		max-width: 100px;
	}
	body {
		max-width: 100%;
		width:100%;
	}
	.box {
		position: relative;
		top : 200px;
		max-width: 100vw;
	}
	.Disk_2{
		top: 0px;
	}
	.Disk_1,
	.Disk_2{
		width: 90%;
		height: 90vw;
		min-width: 90%;
		left: 5vw;
		margin-bottom: 0px;
	}
	.image_D1,
	.image_D2{
	gap : 30px;
	width: 90vw;
	height: 90vw;
}
	.image_D1 img,
	.image_D2 img{
	gap : 30px;
	width: 90vw;
	height: 90vw;
}

.Disk_Desc1,
.Disk_Desc2 {
	top: 0px;
	width: 90vw;
	min-width: 90vw;
	left: 5vw;
	margin-bottom: 0rem;
}

.text_D1,
.text_D2 {
	flex-basis: 90vw;
}
.title_Disk{
	left : 0px;
	font-size: 18px;
}
.detail_Disk {
	max-width: calc(90vw - 5%);
	left : 5%;
	top : 10px;
	font-size: 14px;
}
.link_Disk {
	max-width: calc(90vw - 5%);
	left : 5%;
	top : 15px;
	font-size: 14px;
}
.shape_Disk1,
.shape_Disk2 {
	max-width: calc(90vw - 5%);
	left : 5%;
	top : 10%;
	flex-wrap: wrap;
}

.buyButton_D1,
.buyButton_D2{
	font-size: 14px;
}
.infoButton_D1,
.infoButton_D2{
	font-size: 14px;
}

.MoreInfosDisk1,
.MoreInfosDisk2 {
	font-size: 12px;
	flex-wrap: wrap;	
}

.musique_TxtD1,
.musique_TxtD2 {
	width: calc((90vw + 30px )*4);
	left : 2%;
	top : 3%;
	font-size: 10px;

}

.TxtPlayerD1,
.TxtPlayerD2 {
	width: calc(90vw + 30px);
}


.musique_D1,
.musique_D2{
	top : 2%;
	margin-left: 92%;
	width : calc((90vw + 30px )*4);
	gap : calc(90vw + 30px - 12.8px);
}

#MusiqueDisk1Img1,
#MusiqueDisk1Img2,
#MusiqueDisk1Img3,
#MusiqueDisk1Img4,
#MusiqueDisk2Img1,
#MusiqueDisk2Img2,
#MusiqueDisk2Img3,
#MusiqueDisk2Img4 {
	transform-origin: 6.4px 50% ;
	scale: 80%;
}

.imageSelectors_D1,
.imageSelectors_D2 {
 	gap : calc(40px);
 	margin-left: calc((16px*4 + 3*40px - 90vw)/(-2));
}

.imageSelectors_D1,
.imageSelectors_D2{
 	top: 93%;
}

.imageSelectors_D1 img,
.imageSelectors_D2 img{
	width: 16px;
}


	.references {
	right : 1%;
	top: 1%;
	font-size: 14px;
	padding: 10px;

	}
}