/*
  Auteur      : Esther Pham 
  Date        : 20.01.2022
  Description : style spécial dernière page
*/
#background {
  margin: 0px;
  height: 300px;
  background-image: url(../images/skz_group_photo.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100%;   
  background-position: center;
  margin-bottom: 40px;
}
#first>article {
  text-align: justify;
  width: auto;
}
#second {
  margin-bottom: 40px;
  justify-content: space-between;
}
#second>article {
  width: 46%;
}
#skz_video {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 46%;
}
video {
  width: 700px;
}
#third {
  justify-content: space-between;
}
#third>article {
  width: 46%;
}
#enha_video {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 46%;
}
@media screen and (max-width: 800px){
  #first>article {
    width: 50%;
  }
  #second>article {
    width: 50%;
  }
  #third>article {
    width: 50%;
  }
}