@charset "UTF-8";
/* Bootstrap CSS is loaded via <link> tag in base.html.twig */
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
.hub_pink_button {
  background: #de0f3f;
  border-radius: 8px;
  border-style: none;
  box-sizing: border-box;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  height: 4rem;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.25) 0 3px 8px;
  transition: all 0.5s;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.hub_pink_button:hover {
  box-shadow: rgba(224, 15, 63, 0.5) 0 1px 30px;
  transition-duration: 0.1s;
}

@media (min-width: 768px) {
  .hub_pink_button {
    padding: 0 2.6rem;
  }
}
.hub_pink_button-front {
  border: none;
  text-align: center;
}

.hub_pink_button-front:hover {
  background: #de0f3f;
  color: white !important;
  border: none;
  text-align: center;
}

.custom-lab-opteam-icon:before {
  background-image: url("https://web-opteam.com/wp-content/uploads/2024/09/icone-labopteam.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 27px; /* Ajustez la taille selon vos besoins */
  height: 20px;
  display: inline-block;
  content: "";
  margin-right: 5px;
}

a {
  text-decoration: none;
}

#menu_documentation .file-explorer {
  list-style-type: none;
  padding-left: 0;
}
#menu_documentation .file-explorer ul {
  list-style-type: none;
}
#menu_documentation .file-explorer .category-name::before {
  content: "📁";
  margin-right: 8px;
  cursor: pointer;
}
#menu_documentation .file-explorer li {
  margin-bottom: 4px;
  cursor: pointer;
}
#menu_documentation .file-explorer ul {
  padding-left: 20px;
}
#menu_documentation .file-explorer .active {
  background-color: #f0f0f0;
  color: #000;
  font-weight: bold;
}

.hidden {
  display: none;
}

#contacts .card-body {
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.5);
}
#contacts .card-body a {
  color: inherit;
  text-decoration: underline;
}
#contacts .card-body .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.1;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  pointer-events: none;
}
#contacts .card-body .overlay img {
  width: auto;
  height: 50%;
}
#contacts .card-body .profile-picture {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.sidebar-wrapper li a,
.sidebar-wrapper li a i {
  color: #351a5f !important;
}

*:not(i) {
  font-family: "Raleway", sans-serif !important;
}

.sidebar-wrapper .menu-item.active a,
.sidebar-wrapper .menu-item.active i {
  color: #de0f3f !important;
}

#documentations table td {
  word-break: break-all;
}

#documentations table img {
  display: none;
}

#modal-filters .modal-content {
  min-height: 100vh;
}

#modal-filters .modal-body {
  max-height: 70vh;
  overflow-y: auto;
}

/*# sourceMappingURL=app.output.css.map */
