.filter-sidebar .fas{
  margin-right: 10px !important;
}

.container-data {
  width: 50%;
}
.other-bloc {
  width: 25%;
}

.one-trends {
  padding: 10px;
  border-radius: 10px;
}

.one-trends h6 {
  font-size: 14px;
  font-weight: 600;
}
.other-bloc .bloc-trends {
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.bloc-trends h3 {
  font-size: 20px !important;
}
.bloc-trends .description {
  text-align: left;
}
.bloc-trends .caracteristique {
  font-size: 10px;
}
.mission-card {
  background: white;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mission-card .reference{
  font-size: 16px;
  color: #007bff;
}
.mission-card .mission-card__head {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.mission-card .mission-card__head .reference{
  font-size: 16px;
  color: #007bff;
}



.mission-title {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}

.mission-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  font-size: 14px;
  color: #555;
}

.mission-description {
  font-size: 15px;
  color: #444;
  line-height: 1.4;
}

.mission-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  display: flex;
  gap: 10px;
}

.mission-actions .btn-detail {
    padding-left: 11px;
    padding-right: 15px;
    background-color: transparent;
}

.mission-actions span {
  padding-left: 5px;
  padding-right: 10px;
  border-radius: 8px;
}
.mission-actions .btn-devis {
  background-color: #c80000;
  padding-left: 10px;
  padding-right: 20px;
}

.btn-devis {
  background: #007bff;
  color: white;
}

.btn-detail {
  background: #6c757d;
  color: white;
}

.btn-contact {
  background: #28a745;
  color: white;
}

.mission-media {
  margin: 10px 0;
}

.media-photos img {
  width: 100px;
  height: auto;
  margin-right: 8px;
  border-radius: 6px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.media-files a {
  display: inline-block;
  margin-top: 10px;
  color: #007bff;
  text-decoration: none;
}

.container-theme .page-container {
  width: 100%;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.filter-sidebar {
  width: 25%;
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-family: sans-serif;
}

.filter-sidebar .separator {
  margin-bottom: 15px;
}

.filter-sidebar h3 {
  margin-bottom: 20px;
  font-size: 18px;
  color: #333;
}

.filter-group {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.filter-sidebar label {
  font-weight: 500;
  font-size: 14px;
}

.filter-sidebar input,
.filter-sidebar select {
  padding: 8px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 14px;
}

.btn-apply-filters {
  padding: 10px;
  background: #007bff;
  color: white !important;
  border: none;
  font-size: 14px;
  border-radius: 6px;
  cursor: pointer;
}


.btn-media-toggle {
    cursor: pointer;
    color: #6c757d;
    text-decoration: underline;
}
.mission-media {
    margin-top: 1rem;
}