/**********************************************
_DansLeClub.scss
 */

/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@700;800;900&display=swap");

:root {
  --nav-color: #455a87;
  --nav-hcolor: #1b356c;
  --header-h1: #455a87;
  --header-color: #455a87;
  --share-bg: #c4c4a6;
  --share-color: #fff;
  --share-hcolor: #455a87;
  --share-hbg: #fff
}

:root {
  --body-color: #455a87;
  --body-link: var(--body-color);
  --body-hlink: #a3a78d;
  --catbtn-color: #a3a78d;
  --gmd-signature: #455a87;
  --tipord-color: rgba(69, 90, 135, 0.5);
  --tipord-hcolor: #455a87
}

:root {
  --slider-dot-color: var(--more-color, currentColor);
  --more-bg: #f6f6f3;
  --more-color: #455a87;
  --more-link: #455a87;
  --more-hlink: #344465;
  --more-date: #455a87;
  --tabs-btn: rgba(69, 90, 135, 0.6);
  --tabs-hbtn: #455a87;
  --tabs-border-color: rgba(69, 90, 135, 0.3)
}

:root {
  --footer-bg: #242731;
  --footer-color: #b3b3aa
}

.dossier-body {
  --xpand-bg: #f0f7e9;
  --xpand-color: #455a87;
  --xpand-hbg: #455a87;
  --xpand-hcolor: #fff
}

.expandable {
  margin: 1rem 0
}

.expandable .xpand-btn {
  color: var(--xpand-color, #757575);
  background: var(--xpand-bg, #ececec);
  border: var(--xpand-border-width, 0px) solid var(--xpand-border, var(--xpand-color, transparent));
  position: relative;
  padding: 10px 15px;
  padding-right: 30px;
  border-radius: 4px;
  line-height: 1.2;
  margin: 0;
  display: inline-block;
  cursor: pointer;
  font-family: var(--xpand-font-family, "GT Walsheim Pro", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
  font-size: 15px;
  font-weight: 700;
  -webkit-transition: all .15s;
  transition: all .15s
}

.expandable .xpand-btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: var(--xpand-arrow-width, 4px);
  border-bottom-width: 0;
  border-color: transparent;
  border-top-color: currentColor
}

.expandable .xpand-el {
  background: var(--xpand-content-bg, var(--xpand-bg, #ececec));
  text-align: center;
  margin: 0
}

.expandable.xpand-on .xpand-btn {
  color: var(--xpand-acolor, var(--xpand-color, #757575));
  background: var(--xpand-abg, var(--xpand-bg, #ececec));
  border-color: var(--xpand-aborder, rgba(0, 0, 0, 0));
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.expandable.xpand-on .xpand-btn::after {
  border-width: var(--xpand-arrow-width, 4px);
  border-top-width: 0;
  border-color: transparent;
  border-bottom-color: currentColor
}

.expandable .xpand-btn:hover {
  background: var(--xpand-hbg, #ececec);
  color: var(--xpand-hcolor, #3a3a3a);
  border-color: var(--xpand-hborder, var(--xpand-border, transparent))
}

header.dossier-header .pic {
  background-image: var(--newscat-img)
}

header.dossier-header .veil {
  background: rgba(241, 246, 249, 0.6);
  -webkit-box-shadow: 0 0 150px 0px #c8d0d3 inset;
  box-shadow: 0 0 150px 0px #c8d0d3 inset
}

header.dossier-header h1 {
  color: #b5b598;
  text-transform: uppercase;
  letter-spacing: -.05em;
  font-family: "Poppins", var(--bs-font-sans-serif);
  font-weight: 800
}

header.dossier-header h1:first-letter {
  letter-spacing: -.1em
}

header.dossier-header h1 span {
  font-size: 1.1em
}

@media (min-width: 1200px) {
  header.dossier-header h1 span {
    font-size: 1.25em
  }
}

.dossier-container {
  border-width: 6px 0 0;
  border-style: solid;
  -o-border-image: linear-gradient(to right, #a3a78d, #d5d2b3, #a3a78d) 100% 1;
  border-image: -webkit-gradient(linear, left top, right top, from(#a3a78d), color-stop(#d5d2b3), to(#a3a78d)) 100% 1;
  border-image: linear-gradient(to right, #a3a78d, #d5d2b3, #a3a78d) 100% 1
}

@media (min-width: 992px) {
  .dossier-container {
    border-top: none
  }

  .dossier-container .dossier-body {
    border-width: 6px 0 0;
    border-style: solid;
    -o-border-image: linear-gradient(to right, #a3a78d, #d5d2b3, #a3a78d) 100% 1;
    border-image: -webkit-gradient(linear, left top, right top, from(#a3a78d), color-stop(#d5d2b3), to(#a3a78d)) 100% 1;
    border-image: linear-gradient(to right, #a3a78d, #d5d2b3, #a3a78d) 100% 1
  }
}

.dossier-body .rte {
  max-width: 720px;
  margin: auto
}

.intro {
  font-family: var(--bs-font-sans-serif);
  font-size: 1.1em;
  font-weight: 500;
  margin: 2rem auto 6rem
}

.entry {
  margin: 0 0 1rem;
  padding: 1rem;
  background: #f1f6f9
}

.entry h3, .entry h4 {
  font-family: "Poppins", var(--bs-font-sans-serif)
}

.entry h3 {
  font-size: 1.5rem;
  letter-spacing: -.04em
}

.entry h4 {
  font-size: 1rem
}

.entry .screen {
  margin-top: 1rem
}

.entry .screen p:last-child {
  margin-bottom: 0
}

@media (min-width: 992px) {
  .entry {
    padding: 2rem;
    margin-bottom: 3rem
  }
}

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