/*********** PRIX ET LOTS ***********/
#lots {
  margin-top: 80px;
  margin-bottom: 80px;
}

#lots .onglets {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}

.custom-arrow {
  background-color: #FF6F0F !important; /* orange vif */
  color: white !important;
  font-weight: bold;
  font-size: 40px;
  border: none;
  border-radius: 16px;
  width: 40px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 10;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.3s ease;
}

.custom-arrow:hover,
.custom-arrow:focus,
.custom-arrow:active {
  background-color: #2563eb !important; /* bleu-600 */
  color: white !important;
}

.custom-arrow span {
  color: white !important;
  pointer-events: none;
  user-select: none;
}

.left-arrow {
  left: -20px !important;
}

.right-arrow {
  right: -20px !important;
}

/* Masquer les flèches par défaut de Slick */
.slick-prev::before,
.slick-next::before {
  content: none !important;
  display: none !important;
}

button:focus {
  outline: none !important;
  box-shadow: none !important;
}

#lots .onglet::before {
  font-family: "ETmodules";
  padding-right: 10px;
  width: 20px;
  display: inline-block;
  position: relative;
}

#lots .onglet#prix-principaux::before,
#lots .onglet#prix-secteurspros::before {
  content: url("../icons/prix/Icon_Trophee_gris.svg");
  top: 1px;
}

#lots .onglet.actif#prix-principaux::before,
#lots .onglet.actif#prix-secteurspros::before,
#lots .onglet#prix-principaux:hover::before,
#lots .onglet#prix-secteurspros:hover::before {
  content: url("../icons/prix/Icon_Trophee_blanc.svg") !important;
}

#lots .onglet#mentions-speciales::before {
  content: url("../icons/prix/Icon_Prix_gris.svg");
  top: 2px;
}

#lots .onglet.actif#mentions-speciales::before,
#lots .onglet#mentions-speciales:hover::before {
  content: url("../icons/prix/Icon_Prix_blanc.svg") !important;
}

#lots .onglet#prix-mobilite::before {
  content: url("../icons/prix/Icon_Velo_gris.svg") !important;
  padding-right: 18px;
}

#lots .onglet.actif#prix-mobilite::before,
#lots .onglet#prix-mobilite:hover::before {
  content: url("../icons/prix/Icon_Velo_blanc.svg") !important;
}

#lots .contenus {
  display: grid;
  grid-template-rows: min-content 1fr;
}

#lots .onglet-contenu {
  display: grid;
  grid-template-columns: 1fr;
  grid-area: 2/1/3/2;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

#lots .onglet-contenu.actif {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s ease-in-out 0.4s;
}

.prix.contenus {
  border-radius: 50px !important;
}

#lots .onglet-contenu-2 {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}

#lot-commun {
  margin-top: 30px;
}

#lot-commun img {
  width: 25px;
  position: relative;
  top: 4px;
  margin-right: 6px;
}

#lot-commun a {
  color: #0a5adb;
}

#lot-commun a:hover {
  color: #f77129;
}

.texte.mobilite {
  margin-top: 20px;
}

#lots .prix {
  min-height: 295px;
  min-width: 50px;
  border-radius: 17px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  /* padding: 20px; */
  color: white;
  margin-right: 10px;
  margin-left: 10px;
}

#lots .prix h5 {
  color: white;
  margin-bottom: 0px;
  font-size: 22px;
  padding-left: 35px;
}

#lots .prix .titre-prix-1,
#lots .prix .titre-prix-2,
#lots .prix .titre-prix-3,
#lots .prix .titre-prix-4,
#lots .prix .titre-prix-5,
#lots .prix .titre-prix-6,
#lots .prix .titre-prix-7 {
  padding-left: 40px;
  /* margin-bottom: -20px !important; */
}

#lots .prix .titre-prix-8,
#lots .prix .titre-prix-9,
#lots .prix .titre-prix-10 {
  /* padding-left: 8px; */
  margin-top: -20px !important;
}

#lots .prix .desc-prix-1,
#lots .prix .desc-prix-2,
#lots .prix .desc-prix-3,
#lots .prix .desc-prix-4,
#lots .prix .desc-prix-5,
#lots .prix .desc-prix-6,
#lots .prix .desc-prix-7 {
  padding-left: 40px;
}

/* #lots .prix .desc-prix-8,
#lots .prix .desc-prix-9,
#lots .prix .desc-prix-10 {
  padding-left: 70px;
} */

#lots .prix p {
  margin-bottom: -10px;
  /* margin-top: 10px;*/
  padding-left: 35px;
  font-size: 12px; 
}

/* #lots .prix {
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center;
}

#lots .mention,
#lots .secteur {
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
} */

@media (max-width: 769px) {
  .content-overlay {
    margin-left: -1.5rem;
  }
}

@media (max-width: 480px) {

.custom-arrow {
    font-size: 1.5rem;
  }

  .left-arrow {
    left: -15px !important;
  }

  .right-arrow {
    right: -15px !important;
  }

}





