
/** General page styling **/

.post-chaussure {
width: 100%;
display: flex;
position: relative;
height: 100vh;
margin-bottom: 80px;
margin-top: -80px;
}
.gallery-chaussure {
  background-color: #ffffff;
  width: 50%;
  position: sticky;
}
.detail-chaussure {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.detail-chaussure-content {
padding-left: 40px;
padding-right: 40px;
margin-top: 80px;
}
.content-chaussure {
  margin-top: 40px;
}
.bt-chaussure {
  margin-top: 40px;
}
.bt-chaussure-fin {
margin-bottom: 60px;
margin-left: auto;
margin-right: auto;
vertical-align: middle;
display: table;
text-align: center;
}
.tag-chaussure-container {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  grid-gap: 40px;
  margin-top: 40px;
}
.tag-chaussure {
  border-top: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.tag-chaussure p {
  font-size: 10px;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
}
.intro-chaussure h1 {
  text-align: left;
  border-bottom: 1px solid #282D57;
  padding-bottom: 20px;
  font-size: 20px;
}
.intro-chaussure{
  max-width: 900px;
}
#player {
  width: 100%;
  height: 100%;
}
.chaussure-content-video {
  position: relative;
  padding-bottom: 0%;
  height: 100%;
  background-color: transparent;
  z-index: 9;
}
.chaussure-content-video iframe, .chaussure-content-video object, .chaussure-content-video embed {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
.chaussure-content-video-vertical {
  position: relative;
  padding-bottom: 56.5%;
  height: 0;
  overflow: hidden;
background-color: transparent;
}
.chaussure-content-video-vertical iframe,  
.chaussure-content-video-vertical object,  
.chaussure-content-video-vertical embed {
position:absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.RS-chaussure {
  width: 100%;
  height: 20px;
  margin-bottom: 20px;
}
.RS-chaussure-content {
  margin-left: 50px;
}
.RS-chaussure img {
  height: 20px;
  width: auto;
  margin-right: 15px;
  float: left;
}
.tag-chaussure {
  width: 100%;
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.mini-edit p a {
  border-bottom:0px;
}
.mini-edit p a:hover {
  border-bottom:0px;
}

#fiche-technique {
  margin-bottom: 80px;
  height: auto;  /* Permet de s'ajuster automatiquement */
  overflow: hidden; /* Cache le contenu qui dépasse */
  position: relative;
  transition: height 0.5s ease; /* Animation fluide pour la hauteur */
}
#fiche-technique-plus-content {
  max-height: 400px;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
#fiche-technique-plus-content.open {
  max-height: 3000px; /* La hauteur maximale lorsque l'élément est ouvert */
}
.tableau-fiche-toggle-btn {
  padding: 20px 20px;
  color: #282D57;
  border: none;
  cursor: pointer;
  text-align: center;
  position: relative;
  z-index: 4;
  background-color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
  border-top: 1px solid #282D57;
}
.fiche-technique-cache-plus {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(to top, #ffffff 36.13%, rgba(255, 255, 255, 0));
  pointer-events: none;
}
#fiche-technique p {
  margin: 0;
  padding: 0;

}

.fiche-technique-titre {
  transition: all 0.5s;
  border-bottom: 0px solid #eee;
  padding: 20px 40px 20px 40px;
  background-color: #2F2F2F;
}
.fiche-technique-titre p {
  color: #fff;
  font-weight: 800;
}
.tableau-fiche {
  transition: all 0.5s;
  border-bottom: 0px solid #eee;
  padding: 20px 40px 20px 40px;
  display: flex;
}
.tableau-fiche:nth-child(odd)  {
  order: 1; 
  background-color: #f5f5f5;
}

.tableau-fiche:nth-child(odd)  {
  order: 2; /* Pour les .box-archive impairs, .box-archive-content en second */
  background-color: #f5f5f5;
}
.tableau-fiche-titre {
  width: 40%;
}
.tableau-fiche-content {
  width: 60%;
}
.tableau-fiche-content p {
  font-weight: 800;
}
.tableau-faible-fort {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 50px;
  margin-bottom: 40px;
}
.tableau-faible-fort p {
  display: flex;
}
.tableau-faible-fort img {
  margin-right: 20px;
  vertical-align: middle;
  float: left;
  margin-top: 5px;
}
.tableau-faible, .tableau-fort {
  background-color: #F5F5F5;
  padding: 40px;

}
.tableau-faible h2, .tableau-fort h2 {
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}
.tableau-faible h2 {
color: #E24E4E;
}
.tableau-fort h2 {
  color: #00C95A;
}
.bt-promo {
background-color: #282D57;
width: fit-content;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
padding: 0 10px;
border-radius: 2px;
margin-top: 20px;
cursor: pointer;
margin-bottom: 20px;
}
.bt-promo p {
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 400;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 2;
}