#topbar {
  height: 60px;
}

#topbar .secondary-menu-wrapper {
  height: 40px;
  padding: 0 30px;
  align-items: center;
  background-color: #13336e;
  border-radius: 20px;
  width: 300px !important;
}

#topbar .secondary-menu-wrapper ul {
  display: flex;
  justify-content: space-around;
  list-style: none;
  padding: 0;
  margin: 0;
}

.toggle-wrapper #toggleMenu .line {
  background-color: #13336e !important;
}

#toggleMenuClose img {
  filter: invert(19%) sepia(100%) saturate(7484%) hue-rotate(202deg) brightness(89%) contrast(104%);
}

.shortcuts-menu {
  display: flex;
  justify-content: center;
  align-items: center;
}

.shortcuts-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.shortcuts-menu li {
  margin: 0 10px;
}

.shortcuts-menu img {
  width: 50px;
  height: 50px;
}

/* Masquer le menu des raccourcis sur les formats tablette et mobile */
@media (max-width: 768px) {
  .shortcuts-menu {
    display: none;
  }
}

/* Afficher les pictogrammes entre le logo et le menu burger en format tablette */
@media (max-width: 1024px) {
  .nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .logo-wrapper {
    order: 1;
  }

  .shortcuts-menu {
    position: absolute;
    order: 2;
    display: flex;
    top: 20%;
    left: 42%;
  }

  .main-navigation {
    order: 3;
  }
}

@media (max-width: 1024px) {
  .shortcuts-hidden {
    display: none;
  }
}

#topbar .topbar-elements-wrapper .element {
  display: flex !important;
  align-items: center !important;
}

.search-part {
    margin-top: 10px !important;
  margin-right: 50px !important;
}

.search-part form {
  display: flex;
  align-items: center;
  position: relative;
}

.search-part input[type="search"] {
  padding: 10px 20px;
  border: 2px solid #13336E;
  border-radius: 50px;
  outline: none;
  transition: all 0.3s ease;
  width: 200px;
}

.search-part input[type="search"]:focus {
  width: 300px;
  border-color: #13336E;
}

.search-part input[type="submit"] {
  position: absolute;
  right: 5px;
  background: none;
  border: none;
  color: #0073aa;
  cursor: pointer;
  font-size: 18px;
  padding: 0;
  outline: none;
  transition: color 0.3s ease;
}

.search-part input[type="submit"]:hover {
  color: #13336E;
}


@media (max-width: 768px) {
  .search-form {
    display: none !important;
  }
  .search-part {
    margin-right: 0 !important;
  }
  .topmenunav {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
  }
}

.search-submit {
  display: none;
}

.card-img-top {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.default-image-container {
    background-color: #f0f0f050;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-item.active .page-link {
    background-color: #13336E;
    border-color: #13336E;
}

.card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-body {
    flex-grow: 1;
}

.posted-on {

    color: #13336E;
}

.text-muted {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #13336E;
}

.card-footer {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.card-footer .btn {
    margin-top: 10px;
}

.pre-footer {
    background-color: #EDEDED;
    padding: 40px 0;

}
.pre-footer img  {
    max-height: 100px !important;
}

.footer-container .footer-menu-left-wrapper ul {
    align-items: center !important;
}
