
.hidden {
  display: none !important;
}
.visible {
  display: flex !important;
  visibility: visible;
}
.unvisible {
  visibility: hidden !important;
}
.temporary-hidden {
  display: none !important;
}

.single-reference #dvn-header, .single-presse #dvn-header, .single-post #dvn-header, .archive-presse #dvn-header, .page-politique-de-confidentialite #dvn-header, .page-mentions-legales #dvn-header, .blog #dvn-header, .archive-reference #dvn-header, .archive-faq #dvn-header, .single-faq #dvn-header, .page-conditions-generales-dutilisation-du-site-et-des-services-proposes #dvn-header {
    position: relative;
    background: transparent linear-gradient(55deg, #000524 0%, #1C6071 100%) 0% 0% no-repeat padding-box;
}

#breadcrumb-wrapper {
  padding: 1em 0;
}
#breadcrumbs, #breadcrumbs a {
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 2em !important;
  letter-spacing: 0em !important;
  text-align: left !important;
  margin:0 0 1em 0 !important;
  padding: 0 !important;
}
#breadcrumbs.dark, #breadcrumbs.dark a {
  color: #000 !important;
}
#breadcrumbs svg {
  width: unset;
  height: unset;
  margin: 0 0.3em 0.2em 0.3em;
}
@media (max-width: 992px) {
  #breadcrumbs, #breadcrumbs a {
    font-size: 12px !important;
  }
}

#mentions {
  padding: 6em 0;
}
#mentions .title {
  color: #1C6071;
  font-family: 'Poppins';
  font-size: 25px;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: 0.02em;
  text-align: center;
  margin: 0 auto 1em auto;
  padding: 0;
}
#mentions .section-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
}
#mentions h2 {
  color: #1C6071;
  font-family: 'Poppins';
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25em;
  letter-spacing: 0.02em;
  text-align: left;
  margin: 1em 0;
  padding: 0;
}
#mentions h3 {
  color: #1C6071;
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25em;
  letter-spacing: 0.02em;
  text-align: left;
  margin: 1em 0;
  padding: 0;
}
#mentions h4 {
  color: #1C6071;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25em;
  letter-spacing: 0.02em;
  text-align: left;
  margin: 1em 0;
  padding: 0;
}
#mentions p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.57em;
  letter-spacing: 0.025em;
  text-align: left;
  margin: 0 0 1em 0;
  padding: 0;
}
#mentions li {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.57em;
  letter-spacing: 0.025em;
  text-align: left;
  margin: 0 0 1em 0;
  padding: 0;
}
#mentions ul {
  list-style: inherit;
}
#mentions a {
  color: #000;
  text-decoration: underline;
}
@media (max-width: 992px) {
  #mentions {
    padding: 3em 0;
  }
}
