@font-face {
	font-family: 'BebasNeue';
	font-style: normal;
	font-weight: normal;
	src: local('BebasNeue'), url('font/BebasNeue.woff') format('woff');
}

@font-face {
	font-family: 'Inter-Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Inter-Regular'), url('font/Inter-Regular.woff') format('woff');
}

@font-face {
	font-family: 'Inter-ExtraBold';
	font-style: normal;
	font-weight: normal;
	src: local('Inter-ExtraBold'), url('font/Inter-ExtraBold.woff') format('woff');
}

/* enlève la scrollbar sous chrome */
::-webkit-scrollbar {
	width: 0px;
}

body {
	background-color: #1b1b1b;
	margin: 0px;
	padding: 0px;

}



a {
	text-decoration: none;
	color: #cdcdcd;

}


p {

	color: #a3a3a3;
	font-family: Inter-Regular;
	line-height: 125%;
	font-size: 20px;
}


a > p {
	color: white;
	text-shadow: 0 0 5px black,
				 0 0 5px black;


}

h1 {
	font-family: BebasNeue;
	letter-spacing: 3px;
	word-spacing: 6px;
	text-align: center;
	font-weight: normal;
	font-size: 56px;


	color: #c3c3c3;

	text-shadow:

		0 0 7px black,
		0 0 10px black,
		0 0 21px black,
		0 0 28px black,
		0 0 40px black,
		0 0 40px black;

}

h2 {
	font-family: BebasNeue;
	letter-spacing: 3px;
	word-spacing: 4px;
	text-align: center;
	font-weight: normal;
	font-size: 28px;


	color: #c3c3c3;

	text-shadow:

		0 0 7px black,
		0 0 10px black,
		0 0 21px black,
		0 0 28px black,
		0 0 40px black,
		0 0 40px black;

}



.transition {
	color: #cdcdcd;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(#313131, #1b1b1b);


}


.anydiv {
	flex-wrap: wrap;
	display: flex;
	text-align: center;
	justify-content: center;
	flex-direction: row;
	color: white;

}


.menu-nav {
	position: sticky;
	top: 0px;
	z-index: 4;
}

.navdiv {
	display: flex;
	align-items: center;
	height: 50px;
	flex-direction: row;
	width: 33.33%;
	background-color: #313131;
	background: linear-gradient(rgba(27, 27, 27, 1), 50%, rgba(49, 49, 49, 0.7));
	transition: all 0.2s ease;
}
.bigdiv {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
	justify-content: center;

}

.articlediv {
	flex-direction: row;
	align-items: end;
	justify-content: center;
	width: 30%;
	min-width: 400px;
	height: 250px;
	border: solid;
	border-color: #313131;
	border-width: 2px;
	border-radius: 50px;
	margin: 10px;
	font-family: Inter-Regular;

	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 0;
	transition: all 0.2s ease;
	animation-name: fondu;
	animation-duration: 1s;
}



.bignavdiv {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	font-family: Inter-Regular;
	z-index: 4;

}

.footer {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: row;
	text-align: center;


}


/* Images des background-image */
.articlediv1 {background-image: url(images/img-vignette/logoamazon.png);}
.articlediv2 {background-image: url(images/img-vignette/samsung1080pro.webp);}
.articlediv3 {background-image: url(images/img-vignette/voyager.png);}
.articlediv4 {background-image: url(images/img-vignette/asusPG39WCDM.webp);}
.articlediv5 {background-image: url(images/img-vignette/legionGO.avif);}
.articlediv6 {background-image: url(images/img-vignette/arcticM2.webp);}
.articlediv7 {background-image: url(images/img-vignette/sharkoonC20.webp);}
.articlediv8 {background-image: url(images/img-vignette/galax4060ti.webp);}
.articlediv9 {background-image: url(images/img-vignette/voodooX.webp);}
.articlediv10 {background-image: url(images/img-vignette/teamgroupMP44Q.webp);}
.articlediv11 {background-image: url(images/img-vignette/micron2500.webp);}
.articlediv12 {background-image: url(images/img-vignette/ryzenpro.webp);}
.articlediv13 {background-image: url(images/img-vignette/RAM.jpg);}
.articlediv14 {background-image: url(images/img-vignette/RAM.jpg);}
.articlediv15 {background-image: url(images/img-vignette/RAM.jpg);}




/* Effet des hover au dessus des background-image des articles */
.articlediv:hover {z-index: 3; filter: brightness(0.5); box-shadow: 0 0 1.5rem white;transform: scale(1.03) rotate(-1.5deg);}

.navdiv:hover {filter: brightness(1.25)}



/* Utile pour toutes pages articles */
.singlediv {
	flex-direction: row;
	align-items: end;
	justify-content: center;
	width: 92%;
	min-height: 70vh;
	background: black;
	height: auto;
	border: solid;
	border-color: #313131;
	border-width: 2px;
	border-radius: 50px;
	margin: auto;
	margin-top: 50px;
	font-family: Inter-Regular;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	animation-name: fondu;
	animation-duration: 1.5s;

}

/* Utile pour articles sur les ryzen */


.article {
	z-index: 5;
	margin: 5%;
	text-shadow: 0 0 5px black,
				 0 0 5px black;

}

.article-text {
	line-height: 150%;
	text-align: center;
}

.img-in-article-samsung {background-image: url(images/img-dans-article/fauxssd1080pro/samsung1080pro.webp);
						width: 70%;
}

.img-in-article-asusPG39WCDM {background-image: url(images/img-dans-article/asusPG39WCDM/asusPG39WCDM.webp);
						width: 70%;
}

.img-in-article-legionGO {background-image: url(images/img-dans-article/legionGO/legionGO.avif);
						width: 70%;
}

.img-in-article-arcticM2 {background-image: url(images/img-dans-article/arcticM2/arcticM2.webp);
						width: 70%;
}
.img-in-article-sharkoonC20 {background-image: url(images/img-dans-article/sharkoonC20/sharkoonC20.webp);
						width: 70%;
}
.img-in-article-sharkoonC20open {background-image: url(images/img-dans-article/sharkoonC20/sharkoonC20open.webp);
						width: 70%;
}
.img-in-article-galax4060ti {background-image: url(images/img-dans-article/galax4060ti/galax4060ti.webp);
						width: 70%;
}
.img-in-article-galax4060tiinpc {background-image: url(images/img-dans-article/galax4060ti/galax4060tiinpc.webp);
						width: 70%;
}
.img-in-article-galax4060ticooler {background-image: url(images/img-dans-article/galax4060ti/galax4060ticooler.webp);
						width: 70%;
}
.img-in-article-voodooX {background-image: url(images/img-dans-article/voodooX/voodooX.webp);
						width: 70%;
}
.img-in-article-voodooX2ecran {background-image: url(images/img-dans-article/voodooX/voodooX2ecran.webp);
						width: 70%;
}
.img-in-article-voodooX1ecran {background-image: url(images/img-dans-article/voodooX/voodooX1ecran.webp);
						width: 70%;
}
.img-in-article-teamgroupMP44Q {background-image: url(images/img-dans-article/teamgroupMP44Q/teamgroupMP44Q.webp);
						width: 70%;
}
.img-in-article-micron2500 {background-image: url(images/img-dans-article/micron2500/micron2500.webp);
						width: 70%;
}
.img-in-article-micron2500spec {background-image: url(images/img-dans-article/micron2500/micron2500spec.webp);
						width: 70%;
						min-height: 20vh;
}
.img-in-article-ryzenpro {background-image: url(images/img-dans-article/ryzenpro/ryzenpro.webp);
						width: 70%;
}
.img-in-article-amazonprime {background-image: url(images/img-dans-article/amzregale/amazonprime.jpg);
						width: 90%;
						min-height: 50vh;

}

.email {color: #0000f7;
		text-shadow: 0 0 30px #0000f7;

}

.disclaimer {
	color: red;
	font-size: medium;
	text-align: left;


}



.btn-essayez {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  border: none;
  font-size: 18px;
  border-radius: 5px;
  height: 40px;
  width: 120%;
  font-weight: bold;
  transition: 0.3s;
  background-image: linear-gradient(45deg, rgba(247, 238, 12, 1) 9%, rgba(255, 151, 29, 1) 26%, rgba(233, 94, 52, 1) 45%, rgba(154, 39, 238, 1) 64%, rgba(35, 102, 247, 1) 81%, rgba(88, 139, 250, 1) 95%);
  background-size: 200% 100%;
  background-position: 100% 0;
  transition: background-position 0.5s color 4s;
}

.btn-essayez:hover {
 background-position: 0 0;
 color: #1b1b1b;
}


.divessai {
   display: flex;
   justify-content: center;
   align-items: center;


}

.espace {
	width: 15%;


}





/* Utile pour article 3 sur voyager 1 avec parralaxe */



@keyframes parralaxe {
	to {transform: translateY(calc(var(--vitesse-parralaxe) * 200px));}
}


.parralaxe {

	z-index: 0;	
	display: grid;
	grid-template-areas: "stack";
	background: linear-gradient(black 80%, blue);



}

.parralaxe > * {
	grid-area: stack;
	width: 100%;
	height: auto;
	color: #a3a3a3;
	font-family: Inter-ExtraBold;
	line-height: 100%;
	animation: parralaxe linear;
	animation-timeline: scroll();
}

.parralaxe-background {
	background-color: transparent;
	background-image: url(images/img-dans-article/article3/space.png);
	background-size: cover;
	height: 145vh;

}
.texte-parralaxe {
	position: absolute;
	top: 25%;
	left: 7.5%;
	font-size: 350%;
	max-width: 50%;
	background: linear-gradient(0.125turn,  #e66465, #9198e5);
	max-height: 30vw;
	background-clip: text;
	color: transparent;
	font-size: 4.5vw;
	--vitesse-parralaxe : 5;
	z-index: 3;
}

/* elements scrollables de l'article 3 */
.terre {
	position: absolute;
	top: -25%;
	left: 25%;
	scale: 0.4;
	--vitesse-parralaxe : 7;
	rotate: 2deg;
	z-index: 1;
}


.jupiter {
	position: absolute;
	top: 65%;
	left: -5%;
	scale: 0.05;
	--vitesse-parralaxe :35;
	rotate: 5deg;
	z-index: 0;
}

.voyager {
	position: absolute;
	scale: 0.3;
	top: 0%;
	left: 25%;
	--vitesse-parralaxe : 24;
	rotate: 45deg;
	z-index: 2;
}

/* Elemenst bas article 3 */
.article-voyager {
	z-index: 5;
	margin: 5%;
	text-shadow: 0 0 5px black,
				 0 0 5px black;

}


.article-voyager-text {
	line-height: 200%;

}

/* Image de fond des div articlediv dans img-article3 */
.voyager-instrument {background-image: url(images/img-dans-article/article3/voyager-instruments.jpg);}
.voyager-computer {background-image: url(images/img-dans-article/article3/voyager-computer.jpg);}
.voyager-brain {background-image: url(images/img-dans-article/article3/voyager-brain.jpg);}


.img-article3 {
	flex-wrap: wrap;
	display: flex;
	text-align: center;
	justify-content: center;
	flex-direction: row;
	color: white;	
}
/* Utile pour survol des div articlediv dans img-article3 */
.img-article3 .articlediv:hover {
   z-index: 3; 
   box-shadow: 0 0 1.5rem white;
   transform: scale(1.5) rotate(-1.5deg);

}





/* Utile pour animation et pages contact */

@keyframes fondu {
	from { opacity: 0; }
	to { opacity: 1; }
}


.fondu {
	display: flex;
	justify-content: center;
	text-align: center;
	animation-name: fondu;
 	animation-duration: 3s;
 	line-height: 200%;
}
