/* GENERAL */
html{
  width: 1366px;
  margin: 0 auto;
}

#Armani {
	margin: 0px;
  background-color: #4b011f;
  color: #fff;
}

#Desktop_Armani{
  max-width: 100%;
}

#Mobile_Armani{
  display: none;
}


/* SECTION 1 */
#banner_Armani{
	max-width: 100%;
}
#banner_mobile_Armani{
  display: none;
}


/* SECTION 2 */
.section2_Armani{
	padding: 0px 150px;
}

.section2_Armani h1{
	text-align: center;
	font-size: 35px;
	font-family: 'Sofia Pro Regular';
	margin: 80px 0px 30px 0px;
}

.section2_Armani p{
  text-align: center;
  font-family: 'Sofia Pro Light';
  font-size: 18px;
  margin: 0px 0px 80px 0px;
}

.box_Armani {
  display: flex;
  width: 100%;
  text-align: center;
  gap: 30px;
  margin-bottom: 30px;
}

.box_Armani img{
	width: 100%;
	margin: 0 auto;
}

.box_Armani > div {
  flex: 1;
}


/* SECTION 3 */
.section3_Armani {
  height: 675px;
  display: flex;
  flex-direction: column;
  justify-content: center; /* centrage vertical */
  align-items: flex-end;   /* contenu à droite */
  
  padding: 0px 100px;

  background-image: url("https://media.marionnaud.fr/elab/mfr/2026/12.PDP/ARMANI/W5/ASSETS/Images/Kendall.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}

.box2_Armani {
  display: flex;
  width: 100%;
  text-align: center;
  gap: 0px;
}

.box2_Armani div{
  width: 100%;
}

.section3_Armani h2{
  text-align: center;
  font-size: 25px;
  font-family: 'Sofia Pro Regular';
  margin: 0px 0px 10px 0px;
}

.section3_Armani p{
  text-align: center;
  font-family: 'Sofia Pro Light';
  font-size: 18px;
  margin: 0px 0px 20px 0px;
}

.section3_Armani button{
  padding: 10px 25px;
  background-color: #000;
  color: #fff;
  font-family: 'Sofia Pro Medium';
  font-size: 18px;
  border: none;
  cursor: pointer;
}

/* SECTION 4 */
.section4_Armani {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.section4_Armani video {
  display: block;
  width: 100%;
  height: auto;
}


/* SECTION 5 */
.section5_Armani {
  height: 675px;
  margin: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center; /* centrage vertical */
  align-items: flex-end;   /* contenu à droite */
  
  padding: 0px 100px;

  background-image: url("https://media.marionnaud.fr/elab/mfr/2026/12.PDP/ARMANI/W5/ASSETS/Images/Packshot.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}

.box3_Armani {
  display: flex;
  width: 100%;
  text-align: center;
  gap: 0px;
}

.box3_Armani div{
  width: 50%;
}

.section5_Armani h2{
  text-align: center;
  font-size: 25px;
  font-family: 'Sofia Pro Regular';
  margin: 0px 0px 10px 0px;
}

.section5_Armani p{
  text-align: center;
  font-family: 'Sofia Pro Light';
  font-size: 18px;
  margin: 0px 0px 0px 0px;
}

/* SECTION 6 */
.section6_Armani {
  position: relative; 
  margin: 0;
  padding: 0;
  line-height: 0;
  text-align: center;
}

.section6_Armani img {
  width: 100%;
  display: block;
}

.section6_Armani button {
  position: absolute;
  bottom: 50px;          
  left: 50%;              
  transform: translateX(-50%); 
  padding: 10px 25px;
  background-color: #fff;
  color: #000;
  font-family: 'Sofia Pro Medium';
  font-size: 18px;
  border: none;
  cursor: pointer;
  z-index: 2;             
}




