a.link2ash {
  color: #340098;
  font-weight: 600;
  opacity: 0.8;
  text-decoration: none;
}
a.link2ash:hover {
  text-decoration: underline;
}

.navbar .lang-list a img {
  max-height: 30px;
  opacity: 0.7;
  transition: opacity 200ms linear;
}
.navbar .lang-list a:hover img {
  opacity: 1;
  transition: opacity 200ms linear;
}

.nav-item:not(:last-of-type) {
  margin-right: 18px;
}

#pricing table {
  width: 100% !important;
}
#pricing table th, #pricing table td {
  width: 50%;
  padding: 0 7px 0 7px;
  font-size: 0.9rem;
}
#pricing table th .twrap, #pricing table td .twrap {
  height: 100%;
  border: 0.2px solid #efefef;
  border-radius: 8px;
  padding: 15px 25px;
}
#pricing table th .twrap {
  background-color: #212529;
  color: #fff;
}
#pricing table td .twrap {
  background-color: #fff;
}
#pricing table tfoot tr td .twrap {
  background-color: #efefef;
}

#portfolio .accordion-item {
  background: transparent !important;
}
#portfolio .accordion-collapse {
  background: #0d0f11;
  color: #aaa;
}
#portfolio .accordion-button {
  color: #fff;
  background-color: #0d0f11;
  border-radius: 15px;
}

p.vidtype {
  color: #fff;
  font-weight: 700;
  display: inline-block;
  padding: 7px 35px 7px 15px;
  border-radius: 10px 50px 0 0;
  background-color: #146c43;
  margin-bottom: 0;
}

.noticeConfid {
  max-width: 75%;
  margin: 0 auto;
}
.noticeConfid strong {
  color: #198754;
}
.noticeConfid p {
  font-style: italic;
  font-size: 0.9rem;
  color: #aaa;
}

#contact .canauxWeb a {
  color: #146c43;
  font-weight: 600;
  text-decoration: none;
  transition: all 200ms linear;
}
#contact .canauxWeb a:hover {
  color: #0ab967;
  transition: all 200ms linear;
}

#mentions-legales {
  min-height: 100vh;
  padding-top: 30px;
}
#mentions-legales h1 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #666;
}
#mentions-legales h2 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #666;
}
#mentions-legales h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #555;
  margin-bottom: 15px;
  margin-top: 40px;
}
#mentions-legales hr {
  height: 3px;
  border: none;
  background-color: #001197;
  opacity: 1;
  width: 40%;
}
#mentions-legales .note {
  font-style: italic;
  font-size: 0.9rem;
  color: #777;
  font-weight: 400;
}
#mentions-legales ol {
  line-height: 2rem !important;
}
#mentions-legales a {
  color: #146c43;
  text-decoration: none;
  transition: all 200ms linear;
  font-weight: 600;
}
#mentions-legales a:hover {
  color: #0ab967;
  transition: all 200ms linear;
}

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