@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i");
* {
  box-sizing: border-box;
}
.landingAMD .grid {
  width: 100%;
  display: grid;
  justify-items: center;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-auto-columns: 1fr;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
	max-width: 1210px;
	margin: 0 auto;
}
.landingAMD .product {
text-align: center;
}

.landingAMD .bloctxt {
  max-width: 1210px;
  margin: 50px auto;
  position: relative;
  padding: 25px;
  background-color: #FF0004;
	text-align: center;
	width: 100%;
}
.landingAMD .blocred {
  max-width: 790px;
  height: 90px;
  padding: 0;
  font-weight: bold;
  color: #eeeeee;
  text-transform: uppercase;
  font-family: 'Titillium Web', sans-serif;
  font-size: 20px;
  line-height: 25px;
}


/*MODULE CODE*/
.Module-Heading {
  font-family: "Klavika Bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 92px;
  line-height: 70px;
  text-transform: uppercase;
  margin-bottom: 20px;
  max-width: 550px;
}
.Module-Heading span {
  background: linear-gradient(to right, rgb(246, 111, 25), rgb(242, 20, 33));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-right: 24px;
}
.Module-Subhead {
  font-family: "Klavika Bold", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 22px;
  color: #fff;
  margin-top: 0px;
}
.Module-Body {
  font-family: "Klavika", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
.Module-Disclaimer {
  font-family: 'Noto Sans', sans-serif;
  font-size: 10px;
  line-height: 12px;
	color:#999999;
}
.ModuleHero .section-wrapper .content-box {
  max-width: 510px;
  padding: 50px 50px 0px 100px;
}
.section-wrapper {
  margin-left: auto;
  margin-right: auto;
}
.landingAMD .heading-2 {
  font-family: "Klavika Bold", sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 28px;
}
.landingAMD img {
	max-width: 100%;
	vertical-align: middle;
	border-radius: 15px;
	margin-bottom: 15px;
}
.landingAMD sup {
  font-size: 60%;
}
.landingAMD {
  background-color: #000000;
  font-family: "Klavika", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 19.5px;
  line-height: 33px;
}
.section-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.section-wrapper.align-right {
  align-items: flex-end;
}
/*MODULE HERO*/
.ModuleHero .section-wrapper {
  max-width: 1400px;
}
.section-content.ModuleHero {
  background-image: url('https://media.ldlc.com/mkt/ldlc/fr/2026-08-25-AMD-ONIMUSHA/images/4682350_Module_Hero.jpg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #000;
  min-height: 670px;
	padding-top:0px;
}

.ModuleHero-mobile-img {
  display: none;
}
.landingAMD a.button {
  padding: 3px 30px 3px 30px;
  background-color: #fff;
  color: #000;
  font-weight: 700;
  font-family: 'Noto Sans', sans-serif;
  text-decoration: none;
  border: 2px solid #fff;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
}
.landingAMD a.button:hover {
  background-color: transparent;
  color: #fff;
}
.landingAMD .ModuleLogo {
  margin-top: 30px;
	margin-bottom: 0px;
}
.landingAMD .LogoContainer {
  display: flex;
  padding: 0px 100px 0px 100px;
  margin-left: auto;
  width: 100%;
  margin-right: auto;
  justify-content: flex-end;
  column-gap: 20px;
  margin-top: 20px;
  margin-bottom: 15px;
  flex-wrap: nowrap;
}
/*MODULE FOOTER*/
.landingAMD .ModuleFooter {
  padding: 0px 100px 0px 100px;
  margin-left: auto;
  width: 100%;
  margin-right: auto;
}
.ModuleFooter .section-wrapper .content-box {
  max-width: 1200px;
  display: flex;
  flex-direction: column;
}
.ModuleFooter-logos {
  margin-bottom: 50px;
  margin-top: 50px;
  max-width: 424px;
  height: auto;
  align-self: center;
}
.ModuleFooter .content-box {
  margin-left: auto;
  width: 100%;
  margin-right: auto;
	margin-top:65px;
	margin-bottom:50px;
}
.Module-Footer p, .ModuleFooter .section-wrapper .content-box p{
	margin-bottom:4px;
	margin-top:4px;
}
.landingAMD ol {
  margin-left: 10px;
}
.landingAMD a {
  color: #999999;
  text-decoration: underline;
}
.landingAMD a:hover {
  text-decoration: none;
}
.footnotes a {
  text-decoration: underline;
}
.footnotes a:hover {
  text-decoration: none;
}
.landingAMD ol {
  padding-inline-start: 10px;
}
.footnotes li {
  list-style-position: outside;
  margin-bottom: 10px;
}

/*TABLE*/ 

.landingAMD table{font-family: "Klavika", sans-serif;
  font-weight: 400;
  color: #fffefe;
  font-size: 16px;
  line-height: 24px;
text-align: center;
background-color: #222222;
	margin-bottom: 40px;
}

.landingAMD td, tr{padding:10px;}
.landingAMD td{border-right: solid 3px #000;}

.landingAMD table .header{text-transform: uppercase;
font-family: "Klavika Bold", sans-serif;
  font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	background-image: linear-gradient(to right, rgba(242,101,34,1), rgba(237,28,36,1));
}

@media (max-width: 2020px) {
  .section-content.ModuleHero {
    background-position: 50% 50%;
  }
}
@media (max-width: 1920px) {
  .section-content.ModuleHero {
    background-position: 60% 50%;
	  background-size: cover;
  }
}
@media (max-width: 1500px) {
  .section-content.ModuleHero {
    background-position: 50% 50%;
  }
}
@media (max-width: 1250px) {
  .section-content.ModuleHero {
    background-position: 50% 50%;
  }
}
@media (max-width: 1100px) {
  .section-content.ModuleHero {
    background-position: 50% 50%;
	  min-height: 550px;
	  width: auto;
  }
}
@media (max-width: 900px) {
 /* .ModuleHero-mobile-img {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: auto;
  }*/
 /* .section-content.ModuleHero {
    background: #000;
    padding-top: 0px;
    padding-bottom: 0px;
    min-height: 30px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }*/
	.section-content.ModuleHero {
    padding-top: 0px;
    padding-bottom: 0px;
    min-height: 400px;
    width: auto;
    padding-left: 0px;
    padding-right: 0px;
  }
  .section-content.ModuleHero .content-box {
    margin-top: 0px;
    width: 100%;
    padding-bottom: 0px;
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-wrapper .content-box {
    max-width: 100% !important;
  }
  .section-content.ModuleHero .content-box, .ModuleFooter, .LogoContainer {
    padding-left: 100px;
    padding-right: 100px;
  }
  .landingAMD .LogoContainer {
    padding-top: 30px;
  }
	.ModuleFooter .content-box {
	margin-top:5px;
}
	.ModuleLogo{margin-bottom:50px;}
	
			.landingAMD .grid {

  grid-template-columns: 1fr;
}
}
@media (max-width: 600px) {
	.section-content.ModuleHero {
    min-height: 300px;  
		background-position: 50% 50%;
  }
	
  .section-content.ModuleHero .content-box {}
  .section-content.ModuleHero .content-box, .ModuleFooter, .LogoContainer {
    padding-left: 50px;
    padding-right: 50px;
  }
  .LogoContainer img {
    max-height: 45px;
    width: auto;
  }
				.landingAMD .grid {

  grid-template-columns: 1fr;
}
}
@media (max-width: 480px) {
	.section-content.ModuleHero {
    min-height: 250px;  
		background-position: 50% 50%;
  }
				.landingAMD .grid {

  grid-template-columns: 1fr;
}
	
}
