ol {
  list-style-type: decimal;
}
.offrecard {
  border: 1px solid rgb(244 244 244) !important;
  background: rgb(244 244 244) !important;
}
.rounded-icon {
  color: #16a5fc;
  border: 1px solid #16a5fc;
  padding: 0.5rem;
  border-radius: 50%;
}
h1 {
  border-bottom: none !important;
}

button.owl-prev {
  left: 0;
}
button.owl-next {
  right: 0;
}

.owl-nav button:hover {
  opacity: 0.5 !important;
}
.owl-dot span {
  margin: 0 !important;
}
.detailoffre button.owl-dot,
.owl-dot span {
  background: #009dfd !important;
  border: none !important;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot.active {
  background: #009dfd66 !important;
}
.owl-dots {
  display: flex; 
  justify-content: center; 
  gap: 10px; 
  margin-top: 30px !important;
}

.fleche-left {
  margin-right: 0.5rem;
}
.owl-item .cat-div img {
  display: none;
}
.owl-item .cat-div .d-none {
  display: inline-block !important;
  background: transparent;
  color: #343a40 !important;
  position: relative !important;
}
@media screen and (max-width: 800px) {
body #section_top ,  body #main_wrapper_interne
{
  padding:1rem !important;
}
 body .row .col-md-12,  body .row .col-md-7, body .container-detail-offre , body .row .col-md-5 , body .p-5
{
  padding:0rem !important;
}

}