#produit-header{
  display: flex;
  background: #fafafa;
  padding: 2.5vw 5vw;
  position: relative;
  flex-direction: column-reverse;
}

@media only screen and (min-width: 680px) {
  #produit-header{
    flex-direction: row;
  }
}

#breadcrumb{
  padding: 0;
  background: none;
  margin: -10vw 0 10vw 0;
}

@media only screen and (min-width: 680px) {
  #breadcrumb{
    margin: 0;
  }
}

#produit-images {
	background: #FFFFFF;
	display: flex;
	justify-content: center;
	align-content: center;
  border-radius: 20px;
  overflow: hidden;
}

@media only screen and (min-width: 680px) {
  #produit-images {
  	width: 30%;
  }
}

#produit-images .frame-type-image{
  display: flex;
  align-items: center;
}

#produit-images img{
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  display: block;
  object-fit: contain;
}

#produit-title{
  padding: 10vw 5vw;
}

@media only screen and (min-width: 680px) {
  #produit-title{
    width: 70%;
    padding: 5vw;
  }
}

#produit-title h1{
  font-size: 2.5rem;
  font-size: clamp(2.5rem, 1.0416666666666667rem + 4.861111111111112vw, 6.875rem);
  text-transform: uppercase;
  line-height: .9em;
  font-family: 'Amatic sc';
  position: relative;
  margin: 10vw 0;
}

@media only screen and (min-width: 680px) {
  #produit-title h1{
    margin: 0;
  }
}

#produit-title h1 sup{
  font-size: 30%;
  font-family: 'Ubuntu';
  font-weight: 400;
  line-height: 0;
  transform: translateY(-2em);
  display: inline-flex;
}

#produit-title .frame-type-header{
    margin: 2.5vw 0;
}

#produit-content{
  margin: 3.5vw auto;
}

#produit-content * + h2,
#produit-content .frame + .frame{
  border-top: 1px solid #F0F0F0;
  padding-top: 3.5vw;
  margin-top: 3.5vw;
}

#produit-content .frame h2{
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 1.0416666666666667rem + 0.6944444444444445vw, 1.875rem);
	line-height: .9em;
	margin-bottom: 30px;
}

#produit-content .frame li{
  position: relative;
  display: flex;
  align-items: center;
}

#produit-content .frame li + li{
  margin-top: 20px;
}

#produit-content .frame li::before {
	content: '';
	width: 24px;
	height: 24px;
	background-image: url("../../images/pics/check.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
  display: block;
  flex-shrink: 0;
  margin-right: 10px;
}

#autres-produits{
  background: #fafafa;
  padding: 10vw;
  display: flex;
  margin: 3.5vw auto;
  gap: 3.5vw;
  flex-direction: column;
}

@media only screen and (min-width: 680px) {
  #autres-produits{
    flex-direction: row;
    padding: 3.5vw;
  }
}

@media only screen and (min-width: 680px) {
  #autres-produits ul{
    column-count: 2;
    column-gap: 30px;
  }
}

#autres-produits a{
  color: inherit;
  margin: 7px 0;
  display: inline-flex;
  position: relative;
  align-items: center;
}

#autres-produits a::before{
  content: '';
  display: block;
  background: url(../../images/pics/arrow-item.svg) no-repeat center center / contain transparent;
  width: 12px;
  height: 12px;
  margin-right: 10px;
}

#autres-produits a:hover{
  text-decoration: underline;
}

/* table produit – base */
#produit-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-size: 0.95rem;
  margin-top: 2.5vw;
}

/* en-têtes */
#produit-content table thead th {
  text-align: left;
  font-weight: 600;
  padding: 0.75rem;
  border-bottom: 2px solid #ccc;
  background: #f5f5f5;
}

/* cellules */
#produit-content table td {
  padding: 0.75rem;
  border-bottom: 1px solid #e0e0e0;
  vertical-align: top;
}

/* alternance de lignes */
#produit-content table tbody tr:nth-child(even) {
  background: #fafafa;
}

/* hover léger */
#produit-content table tbody tr:hover {
  background: #f0f0f0;
}

/* petits textes (notes, CMU, etc.) */
#produit-content table + p small {
  color: #666;
  font-size: 0.85rem;
}

/* responsive simple */
@media (max-width: 768px) {
  #produit-content table {
    font-size: 0.85rem;
  }

  #produit-content table thead {
    display: none;
  }

  #produit-content table,
  #produit-content table tbody,
  #produit-content table tr,
  #produit-content table td {
    display: block;
    width: 100%;
  }

  #produit-content table tr {
    margin-bottom: 1rem;
    border-bottom: 2px solid #ddd;
  }

  #produit-content table td {
    padding: 0.5rem 0;
  }
}

#produit-content h3{
  font-size: 20px;
  margin-top: 50px;
  margin-bottom: 20px;
}

#produit-content h3 + ul {
	background: #fafafa;
	padding: 30px;
}

#produit-content .frame h3 + ul li{
  list-style: disc inside none;
  display: block;
}

#produit-content .frame h3 + ul li::before{
  content: none;
}

.swiper{
  background: #f9f9f9;
  padding: 50px;
}
.swiper img{
  max-height: 360px;
  width: 100%;
  object-fit: contain;
  display: block;
}


#produit-header a.button + a.button::before{
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: url(../../images/pics/download.svg) no-repeat center / contain transparent;
  margin-right: 10px;
  position: relative;
}

/*
main.produit[data-gamme="10"] .button{ background: #FF9633 !important; }
main.produit[data-gamme="10"] .button::after{ border-color: #FF9633!important; }
main.produit[data-gamme="10"] #produit-header,
main.produit[data-gamme="10"] #autres-produits{ background: #ffe8d2; }
main.produit[data-gamme="10"] #breadcrumb a{ color: #FF9633!important; }
*/
