
body {
    background-color: #222222;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.title-ogmios{
    text-align: center;
    color: #fbc103;
    margin-bottom: 50px;
}
.packs {
    display: flex;
    justify-content: space-between;
    width: 80px;
    height: 80px;
    background-color: red;
}

.pack {
    border: 1px solid #ccc;
    padding: 20px;
}

.variant img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    background-color: red;
}

.config {
    margin-top: 20px;
}

.configurator{
    width:40%;
}

.pack-buttons{
    text-align: center;
}

.pack-buttons img{
    width: 120px;
    height: 120px;
    background-color: #ffffff;
    border-radius: 20px;
    margin: 20px;
    cursor: pointer;
}

.pack-buttons h2{
    color: white;
}

.hidden {
    display: none;
  }

#variant-container{
    text-align: center;
}
#variant-container img {
    width: 80px;
    border-radius: 20px;
    cursor: pointer;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

#variant-container img.active {
    transform: scale(1.2);
    background-color: #fbc103;
}



#variant-container h2{
    color: #ffffff;
    display: none;
}

#options-container{
    text-align: center;
}

#options-container img{
    width: 80px;
    background-color: #ffffff;
    border-radius: 20px;
    margin: 5px;
    cursor: pointer;
}

#options-container h2{
    color: #ffffff;
}

#product-details{
    color: #ffffff;
}

.variant-row{
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
}
.variant-row h2{
    width: 100%;
    display: none;
}

.resultat{
    margin: 20px;
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.resultat h2{
    color:#fbc103
}
.result-flex{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 50px;

}
/* Autres styles selon vos besoins */
.result img{
    max-width: 260px;
    margin-top: 22px;
}

.result{
    background-color: #fbc103;
    min-height: 295px;
    border-radius: 20px;
}

#resultInfo{
    width: 330px;
    border: 2px solid #fbc103;
    height: auto;
    border-radius: 20px;
    margin-left: 15px;
    display: flex;
    flex-direction: column;
  justify-content: space-evenly;
}
#resultInfo p{
    margin: 0;
    color: #ffffff;
    text-align: center;
    padding: 0 5px 0 5px;
}

.images-flex{
    display: flex;
    justify-content: center;
}

.reference-cp{
    color: #fbc103;
    font-size: 18px;
    font-weight: bolder;
}

.unit-price{
    text-align: right;
}
.quantity input{
    width: 60px;
    background-color: #222222;
    border: none;
    color: #ffffff;
}
.recommended-price{
    text-align: right;
}
.discount{
    text-align: center;
}
.total-price{
    text-align: right;
    width: 15%;
}

#quantity input{
    width: 60px;
    background-color: #222222;
    border: none;
    color: #ffffff;

}
#quantity{
    width: 60px;
    background-color: #222222;
    border: none;
    color: #ffffff;
}


th{
    background-color:  #fbc103;
    color: #222222;
    padding: 5px;
}
tr{
    border: 1px solid #fbc103;
}


/* Ajoutez une transition pour une animation fluide */
.zoomable-image {
    transition: transform 0.3s ease, background-color 0.3s ease;
    background-color: #ffffff;
}

/* Ajoutez la classe "active" pour activer le zoom et le changement de couleur de fond après le clic */
.zoomable-image.active {
    transform: scale(1.2); /* Modifiez la taille de l'image après le clic */
    background-color: #fbc103; /* Couleur de fond après le clic */
}
.variant-img {
    transition: transform 0.3s ease, background-color 0.3s ease;
    background-color: #ffffff;
  }

  /* Ajoutez la classe "active" pour activer le zoom et le changement de couleur de fond après le clic */
  .variant-img.selected {
    transform: scale(1.2);
    background-color: #fbc103;
  }

  .color-variants {
    display: flex;
    justify-content: center;
}

.color-variant-item {
    margin: 5px;
    background-color: white; /* Fond blanc pour chaque variante */
    border-radius: 20px;
    cursor: pointer;
    transition: transform 0.3s ease;
}
.color-variant-item:hover {
    background-color: #fbc103;
}
.color-variant-item.active {
    background-color: #fbc103;
}

.color-variant-item.clicked {
    background-color: #fbc103;
}




.color-variant-item img.active {
    transform: scale(1.2);
}

*
{
   
    padding: 0;
    box-sizing: border-box;
}

nav
{
    position: relative;
    display: flex;
    color: #fff;
    margin-top: 30px;
    justify-content: center;
}
nav img
{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

nav img.active 
{
    opacity: 1;
}
nav .tubelight
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 55px;
    height: 8px;
    border-radius: 5px;
    background: #fff;
    transition: left 400ms ease;
    z-index: 10;
    margin-left: 8px;
}
nav .light-ray
{
    position: absolute;
    left: -30%;
    top: 5px;
    width: 160%;
    height: 80px;
    background: linear-gradient(to bottom,
    rgba(255,255,255,0.3) -50%,
    rgba(255,255,255, 0) 90%);
    clip-path: polygon(5% 100%, 25% 0px, 75% 0px ,95% 100%);
    pointer-events: none;
}
 tfoot{
    font-weight: bold;
    color: #fbc103;
    font-size: 20px;
    background-color: #484848;
 }
 .total-amount{
    text-align: center;
 }
 .powerref{
    font-size: 20px;
    color: #fbc103;
    font-weight: bold;
 }
 .delete-button {
    background: none;
    border: none;
    cursor: pointer;
    color: #ffffff;
    margin-left: 5px;
  }
.variant-img-container{
    width: 100px;
}
.variant-img-container{
    background-color: #ffffff;
    border-radius: 10px;
    margin: 10px;
}
.variant-img-container.active {
    background-color: #fbc103; /* Couleur jaune */
    /* Ajoutez d'autres styles au besoin */
   
  }
.variant-img-container p{
    color: #000000;
    font-weight: bold;
    padding: 0px 5px 5px 5px;
    margin: 0;
    font-size: 11px;
}
.variant-container-global{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.option-container-global{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.option-img-container{
    background-color: #ffffff;
    border-radius: 15px;
    margin: 5px;

}
.option-img-container p{
    margin: 0;
    color: #000000;
    padding-bottom: 5px;
    font-weight: bold;
}
.zoomable-letter{
    width: 150px;
}
.custom-alert {
    width: 350px;
    background-color: #ffffff;
    height: 120px;
    text-align: center;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    border: 2px solid #fbc103;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.custom-modal button{
    margin-top: 10px;
}
.active-variant {
    border: 2px solid yellow;
  }
  #downloadButton{
    margin: 20px auto;;
    background-color: #222;
  border: 2px solid #fbc103;
  color: #fff;
  padding: 9px;
  border-radius: 15px;
  font-weight: bold;
  cursor: pointer;
  display: block;
  }
 
  .custom-alert p{
    color: #000000;
    margin-bottom: 5px;
    font-weight: bold;
  }
  .custom-alert button{
    background-color: #222222;
    color: #fff;
    border-radius: 10px;
    width: 115px;
    height: 30px;
    margin: 15px;
  }
  .custom-alert button:hover{
    background-color: #fbc103;
    color: #222;

  }
  .trcp td{
    padding: 5px;

  }
  .trcp th{
    padding: 5px;
    font-size: 16px;
    text-align: center;
    text-shadow: none;
  }
#addToCartButton{
    color: #fff;
    padding: 9px;
    border: 2px solid #fbc103;
    border-radius: 15px;
    font-weight: bold;
    cursor: pointer;
    margin: 25px;
}
#addToCartButton:hover{
    background-color: #fbc103;
    color: #222222;
}
#cart-details th{
    padding: 5px;
  font-size: 16px;
  text-align: center;
  text-shadow: none;

}
#add-to-cart-btn{
    color: #222222;
}
#download-button{
    color: #fff;
  padding: 9px;
  border: 2px solid #fbc103;
  border-radius: 15px;
  font-weight: bold;
  cursor: pointer;
  margin: 25px auto;
  width: 170px;
}
#download-button:hover{
  background-color: #fbc103;
  color: #222222;
}
.text-cp{
    margin: 0;
}
#cart-details td{
    padding: 5px 0 5px 0;
}



@media(max-width: 768px){
    .images-flex{
        display: block;
    }
   
    .configurator {
        width: 100%;
      }
      .pack-buttons img{
        width: 50px;
        height: 50px;
        border-radius: 10px;
        margin: 0;
      }
      .variant-img-container{
        width: 60px;
        border-radius: 5px;
        background-color: transparent;
        margin: 0 0 5px 5px;
      }
      .pack-buttons h2 {
        font-size: 20px;
      }
      #variant-container h2 {
        font-size: 20px;
      }
      #variant-container img {
        width: 100%;
        border-radius: 5px;
      }
      .variant-img-container p {
        font-size: 10px;
        color: #ffffff;
      }
      .variant-img-container img {
        background-color: #ffffff;
        border-radius: 5px;
      }
      #variant-container {
        height: calc(130vw - 11.5rem);
        overflow-y: scroll;
        margin: 0;
      }
      .variant-row {
        margin-bottom: 10px;
        display: block;
      }
      #resultInfo{
        margin-top: -252px;
        margin-left: 82px;
        background-color: #222222;
        height: 247px;
      }
      .result{
        margin: 0;
        display: none;
      }
      .result-flex{
        display: block;
      }
      .resultat{
        margin: 2px;
        width: 100%;
      }
      .trcp th{
        font-size: 10px;
        padding: 0;
      }
      #quantity{
        width: 30px;
      }
      .reference-cp{
        font-size: 11px;
      }
      #cart-details th{
        font-size: 10px;
      }
      #quantity input{
        width: 30px ;
      }
      .trcp td {
        padding: 0px;
      }
}