/* ==========================================================
   Personnalisations CSS
   Site : Joomla 5
   Template : Selixo
   Auteur : Votre nom
   ========================================================== */

/* -------------------------
   Syle personnalisé


/* sur smartphone */

@media (max-width: 575px) {
  #sp-header {
    height: 100px;
  }
}

@media (max-width: 575px) {
  #sp-header .logo {
    height: 90px;
  }
}


@media (max-width: 576px) {
  .logo-image-phone {
    height: 80px!important;
  }
}

/* bordure inférieure header */
#sp-header {
  border-bottom: 0px solid var(--sppb-border-secondary);
  transition: all 0.4s ease;
}

/* Fil Ariane margin haut et bas */
ol.mod-breadcrumbs {
  padding: 0 !important;
  background-color: transparent;
  margin: 5px 0px 5px 0px;
}

/* Taille caractère top bar */
#sp-top-bar {
  font-size: 1.1rem;
}

@media (min-width: 1200px) {
  .h4, h4 {
    font-size: 1.1rem;
  }
}

/* fond menu offcanvas */
.offcanvas-menu {
  background-color: #ffffff;
}

