@charset "UTF-8";
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1; }
  50% {
    transform: scale(1.1);
    opacity: 0.8; }
  100% {
    transform: scale(1);
    opacity: 1; } }
#hero.hero-realisations .overlay-gradient {
  display: none; }
#hero.hero-realisations .hero-content {
  position: inherit;
  color: #000;
  padding-top: 160px; }
  #hero.hero-realisations .hero-content .hero-content-inner {
    width: 100%;
    text-align: center;
    padding: 0px 15px 0px 15px; }
    #hero.hero-realisations .hero-content .hero-content-inner h1, #hero.hero-realisations .hero-content .hero-content-inner .h1 {
      font-size: 4.5rem;
      color: white;
      margin-bottom: 1rem !important;
      display: block; }
    #hero.hero-realisations .hero-content .hero-content-inner .hero-description {
      padding: 1rem 0;
      color: #000;
      font-size: 1.7rem;
      line-height: 2.5rem; }
    #hero.hero-realisations .hero-content .hero-content-inner #breadcrumbs {
      color: white !important;
      font-size: 1.4rem;
      padding-top: 1rem;
      margin-bottom: 0;
      position: relative; }
      #hero.hero-realisations .hero-content .hero-content-inner #breadcrumbs a {
        color: white !important; }
    #hero.hero-realisations .hero-content .hero-content-inner:after {
      display: none; }
  @media (max-width: 576px) {
    #hero.hero-realisations .hero-content .hero-content-inner {
      width: 100%; } }

.type-realisations h1 {
  font-size: 3.5rem; }
.type-realisations h2 {
  font-size: 2.7rem; }
.type-realisations h3 {
  font-size: 2rem; }

.archive-title {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1.5rem; }

/* ===== FILTRES ET RECHERCHE ===== */
.cr-filter {
  margin-bottom: 2rem; }
  .cr-filter .card {
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    border: none;
    border-radius: 8px;
    overflow: hidden;
    background-color: #f0ebed; }
    .cr-filter .card.expanded {
      box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07) !important; }
  .cr-filter .card-body {
    padding: 1.5rem; }
  .cr-filter .btn {
    padding: 0.75rem 1.25rem;
    border-radius: 5px;
    font-weight: 500;
    font-size: 1.6rem;
    transition: all 0.3s ease; }
  .cr-filter .btn-outline-primary {
    border-color: #007dcb;
    color: #007dcb; }
    .cr-filter .btn-outline-primary:hover {
      background-color: #007dcb;
      color: white; }

.btn-pressed {
  transform: scale(0.95) !important; }

/* Champ de recherche moderne avec icônes intégrées */
.search-container {
  position: relative; }
  .search-container .search-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    z-index: 4; }
    .search-container .search-icon i {
      font-size: 1.4rem; }
  .search-container #cr-search-input {
    border-radius: 5px;
    font-size: 1.6rem;
    height: 42px;
    padding: 0.75rem 1rem 0.75rem 38px;
    /* Espace pour l'icône à gauche */
    transition: all 0.3s ease;
    border: 1px solid #dee2e6;
    width: 100%; }
    .search-container #cr-search-input:focus {
      box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.15);
      border-color: #86b7fe;
      outline: 0; }
    .search-container #cr-search-input:focus {
      padding-right: 40px;
      /* Espace pour le bouton d'effacement */ }
    .search-container #cr-search-input:focus + .search-icon {
      color: #007dcb; }
  .search-container .btn-clear-search {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #6c757d;
    font-size: 1.4rem;
    cursor: pointer;
    padding: 0.3rem 0.5rem;
    border-radius: 50%;
    opacity: 0.7;
    z-index: 5;
    transition: all 0.3s ease; }
    .search-container .btn-clear-search:hover {
      opacity: 1;
      background-color: #e9ecef; }

/* Sélecteur de rubriques stylisé - Version améliorée */
.category-select-container {
  position: relative;
  /* Ajouter un pseudo-élément pour masquer le double chevron */ }
  .category-select-container .category-select-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    z-index: 4; }
    .category-select-container .category-select-icon i {
      font-size: 1.4rem; }
  .category-select-container #category-selector {
    border-radius: 5px;
    font-size: 1.6rem;
    height: 42px;
    padding: 0.75rem 1rem 0.75rem 38px;
    /* Espace pour l'icône à gauche */
    transition: all 0.3s ease;
    border: 1px solid #dee2e6;
    width: 100%;
    padding-left: 42px;
    /* Légèrement plus d'espace pour le texte après l'icône */
    padding-right: 32px;
    /* Espace pour le chevron natif */
    background-position: right 12px center;
    cursor: pointer;
    appearance: none;
    /* Masquer le chevron natif */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%236c757d' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 12px; }
    .category-select-container #category-selector:focus {
      box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.15);
      border-color: #86b7fe;
      outline: 0; }
    .category-select-container #category-selector:focus + .category-select-icon {
      color: #007dcb; }
  .category-select-container::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    /* Largeur suffisante pour masquer le chevron native si besoin */
    pointer-events: none;
    /* Permet de cliquer à travers */ }

/* Zone de filtres dépliable - Améliorée avec badges et croix de fermeture */
#filterCollapse {
  transition: all 0.3s ease; }
  #filterCollapse .card-body {
    padding: 1.5rem;
    border-radius: 5px;
    background-color: #f8f9fa;
    font-size: 1.4rem; }
    #filterCollapse .card-body .btn-close {
      font-size: 1.2rem;
      padding: 0.6rem;
      background-color: #f0ebed;
      opacity: 0.6;
      border: 1px solid #daced3;
      transition: all 0.3s ease; }
      #filterCollapse .card-body .btn-close:hover {
        opacity: 1; }
  #filterCollapse .form-check {
    margin-bottom: 0.75rem; }
    #filterCollapse .form-check-input {
      cursor: pointer;
      margin-top: 6px; }
      #filterCollapse .form-check-input:checked + .form-check-label {
        color: #007dcb;
        font-weight: 500; }
        #filterCollapse .form-check-input:checked + .form-check-label .badge {
          background-color: #007dcb !important;
          color: white !important; }
    #filterCollapse .form-check-label {
      cursor: pointer;
      font-weight: 400;
      transition: all 0.3s ease;
      display: flex;
      align-items: center; }
      #filterCollapse .form-check-label .badge {
        font-size: 0.85rem;
        font-weight: 400;
        padding: 0.3rem 0.5rem;
        margin-left: 5px !important;
        border-radius: 20px;
        background-color: #f0ebed;
        color: #000;
        margin-left: 0.5rem;
        transition: all 0.3s ease; }

/* ===== CARTES DE RÉALISATIONS ===== */
#cr-realisations-grid article {
  display: flex;
  height: auto;
  margin-top: 2.5rem;
  /* Tags de catégorie */ }
  #cr-realisations-grid article .card {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    border: none;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    background-color: white;
    animation: fadeIn 0.5s ease-out forwards;
    margin: 0 1.5rem;
    /* Titres et textes des cartes */ }
    #cr-realisations-grid article .card:hover {
      transform: translateY(-5px);
      box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07) !important; }
      #cr-realisations-grid article .card:hover .card-img-top {
        transform: scale(1.05); }
    #cr-realisations-grid article .card .card-img-top {
      width: 100%;
      height: 220px;
      object-fit: cover;
      transition: transform 0.6s ease; }
    #cr-realisations-grid article .card .card-body {
      padding: 2.5rem 2.5rem 1.5rem 2.5rem; }
    #cr-realisations-grid article .card .card-title {
      margin-top: 0;
      margin-bottom: 10px;
      font-size: 2.2rem;
      line-height: 1.5;
      font-weight: 600; }
      #cr-realisations-grid article .card .card-title a {
        color: #007dcb;
        text-decoration: none;
        transition: all 0.3s ease; }
        #cr-realisations-grid article .card .card-title a:hover {
          color: #001f32; }
      #cr-realisations-grid article .card .card-title small {
        font-size: 1.7rem !important; }
    #cr-realisations-grid article .card .card-text {
      color: #333;
      line-height: 1.6;
      margin-bottom: 2rem;
      font-size: 1.5rem; }
  #cr-realisations-grid article .category-tag {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 0.75rem; }
    #cr-realisations-grid article .category-tag a {
      color: #000;
      text-decoration: none;
      transition: color 0.2s ease;
      position: relative; }
      #cr-realisations-grid article .category-tag a:hover {
        color: #000; }
        #cr-realisations-grid article .category-tag a:hover::after {
          width: 100%; }
      #cr-realisations-grid article .category-tag a::after {
        content: '';
        position: absolute;
        width: 0;
        height: 1px;
        bottom: -2px;
        left: 0;
        background-color: #000;
        transition: width 0.3s ease; }
    #cr-realisations-grid article .category-tag i {
      margin-right: 0.25rem;
      font-size: 1.2rem; }

time {
  display: inline-flex;
  align-items: center; }

/* Bouton "Voir la réalisation" */
.btn-primary {
  background-color: #007dcb;
  border-color: #007dcb;
  color: white;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  border-radius: 5px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease; }
  .btn-primary:hover {
    background-color: #000;
    border-color: #000; }
    .btn-primary:hover:after {
      width: 100%;
      height: 100%; }
  .btn-primary:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 0;
    transform: translate(-50%, -50%);
    transition: width 0.5s, height 0.5s; }

/* Améliorations pour le bouton secondaire */
.btn-outline-secondary {
  border-color: #6c757d;
  color: #6c757d;
  font-weight: 500;
  transition: all 0.3s ease; }
  .btn-outline-secondary:hover {
    background-color: #6c757d;
    color: white; }

/* ===== PAGINATION ===== */
#cr-pagination {
  margin-top: 2.5rem;
  margin-bottom: 1rem; }
  #cr-pagination .pagination {
    display: flex;
    justify-content: center;
    padding-left: 0;
    list-style: none;
    margin: 0; }
    #cr-pagination .pagination li {
      margin: 0 0.25rem; }
    #cr-pagination .pagination .page-numbers {
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 40px;
      height: 40px;
      padding: 0.5rem;
      border-radius: 20px;
      background-color: white;
      border: 1px solid #dee2e6;
      color: #333;
      text-decoration: none;
      transition: all 0.3s ease;
      font-weight: 500; }
      #cr-pagination .pagination .page-numbers:hover {
        background-color: #f8f9fa;
        border-color: #dee2e6;
        color: #007dcb;
        z-index: 2; }
      #cr-pagination .pagination .page-numbers.current {
        background-color: #007dcb;
        border-color: #007dcb;
        color: white;
        box-shadow: 0 4px 10px rgba(13, 110, 253, 0.2); }

/* ===== ÉTAT DE CHARGEMENT ===== */
#cr-loading {
  position: relative;
  padding: 3rem 0;
  text-align: center; }
  #cr-loading .spinner-border {
    width: 3rem;
    height: 3rem;
    border-width: 0.25em;
    color: #007dcb;
    animation: spinner-border 1s linear infinite, pulse 2s ease infinite; }
  #cr-loading p {
    margin-top: 1rem;
    color: #6c757d;
    font-size: 0.95rem; }

/* ===== MESSAGES ===== */
#cr-no-results,
.alert-info {
  background-color: rgba(13, 110, 253, 0.08);
  color: #0a4fb1;
  border: 1px solid rgba(13, 110, 253, 0.1);
  padding: 1.25rem;
  border-radius: 8px;
  margin-bottom: 2rem;
  text-align: center;
  font-weight: 500; }

#result-count {
  padding: 0.75rem 0;
  font-style: italic;
  color: #6c757d;
  margin-bottom: 1rem; }

img[loading="lazy"] {
  transition: opacity 0.3s; }
  img[loading="lazy"].lazyload {
    opacity: 0; }
  img[loading="lazy"].lazyloaded {
    opacity: 1; }

/* ===== En-tête du collapse filtre ===== */
.filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem; }
  .filter-header h3 {
    margin-bottom: 0;
    font-size: 1.8rem;
    font-weight: 600;
    color: #333; }

/* ===== PAGE RÉALISATION SINGLE ===== */
.single-realisation .header-single-realisation {
  margin-bottom: 2rem; }
.single-realisation .hero-title {
  font-size: 2.8rem;
  margin-bottom: 1.5rem; }
.single-realisation .hero-excerpt {
  font-size: 1.8rem;
  line-height: 1.6;
  color: #6c757d;
  margin-bottom: 2rem; }
.single-realisation .card-text {
  font-size: 1.6rem;
  line-height: 1.8; }

/* ===== ADAPTATIONS RESPONSIVES ===== */
@media (max-width: 991.98px) {
  #cr-realisations-grid .card .card-img-top {
    height: 220px; }

  #filterCollapse .form-check {
    margin-bottom: 0.6rem; } }
@media (max-width: 767.98px) {
  .cr-filter .card-body {
    padding: 1rem; }

  .search-container .search-icon, .search-container .category-select-icon, .category-select-container .search-icon, .category-select-container .category-select-icon {
    left: 10px; }
    .search-container .search-icon i, .search-container .category-select-icon i, .category-select-container .search-icon i, .category-select-container .category-select-icon i {
      font-size: 1.2rem; }

  #cr-search-input, #category-selector {
    font-size: 0.9rem;
    height: 42px;
    padding: 0.6rem 0.8rem 0.6rem 32px; }

  #filterCollapse .card-body {
    padding: 1rem;
    max-height: 300px;
    overflow-y: auto; }
  #filterCollapse .form-check {
    margin-bottom: 0.5rem !important; }
    #filterCollapse .form-check-label {
      font-size: 1.3rem; }
      #filterCollapse .form-check-label .badge {
        font-size: 0.7rem; }
  #filterCollapse .filter-header h3 {
    font-size: 1.6rem; }

  #cr-realisations-grid article .card {
    margin: 0 0.5rem; }
    #cr-realisations-grid article .card .card-img-top {
      height: 220px; }
    #cr-realisations-grid article .card .card-body {
      padding: 1.25rem; }

  .cr-filter .btn {
    font-size: 0.9rem;
    padding: 0.6rem 0.8rem; } }
@media (max-width: 575.98px) {
  #cr-realisations-grid article .card {
    margin: 0;
    margin-bottom: 1.5rem; }

  .category-tag {
    font-size: 0.75rem; }

  #cr-realisations-grid article .card .card-title {
    font-size: 2.2rem; }

  .search-container .search-icon, .search-container .category-select-icon, .category-select-container .search-icon, .category-select-container .category-select-icon {
    left: 8px; }

  #cr-search-input, #category-selector {
    height: 38px;
    padding: 0.6rem 0.6rem 0.6rem 28px; }

  .btn-clear-search {
    padding: 0.2rem 0.3rem; }

  #filterCollapse .card-body {
    padding: 0.8rem; }
  #filterCollapse .filter-header {
    margin-bottom: 1rem; }
    #filterCollapse .filter-header h3 {
      font-size: 1.4rem; }
  #filterCollapse .form-check {
    margin-bottom: 0.4rem !important; }
    #filterCollapse .form-check-label {
      font-size: 1.2rem; }

  .single-realisation .hero-title {
    font-size: 2.2rem; }
  .single-realisation .hero-excerpt {
    font-size: 1.6rem; } }
/* Styles pour les galeries de photos */

/*# sourceMappingURL=public.css.map */
