/**********************************************
_LesOublies.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=Josefin+Sans:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shadows+Into+Light+Two&display=swap");

:root {
  --more-bg: #f0f2f5;
  --more-color: #335780;
  --tabs-btn: #a1a9b3;
  --tabs-border-color: #b8c1cc;
  --more-link: #395573;
  --more-hlink: #2d4259;
  --more-date: #7a8999
}

:root {
  --nav-color: #2762a3;
  --nav-hcolor: #22568e;
  --header-color: #2762a3;
  --share-bg: #feffbc;
  --share-color: #2762a3;
  --share-hcolor: #22568e;
  --share-hbg: #fff
}

:root {
  --body-color: #2762a3;
  --body-link: var(--body-color);
  --body-hlink: #22568e;
  --catbtn-color: #496b99;
  --gmd-signature: #496b99;
  --tipord-color: rgba(73, 107, 153, 0.7);
  --tipord-hcolor: #496b99
}

:root {
  --footer-bg: #1a2b3c
}

.dossier-container, .dossier-body {
  background: #fff
}

.intro, .outro {
  color: #2762a3;
  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: 1.1em;
  font-weight: 500;
  margin: 2rem auto 6rem
}

.entry {
  background: #fff;
  line-height: 2;
  padding: 8% 5%;
  margin: 180px -10px 40px
}

.entry .cover, .entry .pic {
  text-align: center;
  margin: -160px auto 50px;
  max-width: 85%
}

.entry .cover img, .entry .pic img {
  border: 1px solid rgba(128, 128, 128, 0.2)
}

.entry h2, .entry h3, .entry h4, .entry h5 {
  font-family: "Shadows Into Light Two", cursive, "PT Serif", Georgia, serif;
  text-align: center
}

.entry h2 {
  font-size: 42px
}

.entry h3 {
  font-size: 28px
}

.entry h5 {
  font-size: 20px;
  margin-bottom: 2rem
}

.entry h5::before {
  content: 'par '
}

.entry .expandable {
  margin: 3.5rem 0 0
}

.entry .expandable iframe {
  display: block;
  margin: 0 auto
}

@media (min-width: 992px) {
  .intro {
    width: 70%
  }

  .entry {
    width: 85%;
    padding: 9% 7.5% 8%;
    margin: 0 auto 5rem
  }

  .entry .cover, .entry .pic {
    float: left;
    max-width: 55%;
    margin: 0 6% 5% -25%
  }

  .entry h2, .entry h3, .entry h4, .entry h5 {
    text-align: left
  }

  .entry h2 {
    font-size: 54px
  }

  .entry h3 {
    font-size: 32px
  }
}

@media (min-width: 1200px) {
  .intro {
    width: 55%
  }

  .entry {
    width: 75%;
    padding: 9% 10% 8%
  }

  .entry .cover, .entry .pic {
    max-width: 60%;
    margin: 0 6% 5% -35%
  }
}

.dossier-body {
  --xpand-bg: #efe2ce;
  --xpand-color: #5a6e83;
  --xpand-hbg: #dbcbac;
  --xpand-hcolor: #16181b
}

.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 {
  background: #FFF
}

header.dossier-header .pic {
  background-image: var(--newscat-img);
  background-size: 100%
}

@media (min-width: 992px) {
  header.dossier-header .pic {
    background-size: unset
  }
}

header.dossier-header .veil {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none
}

header.dossier-header .veil::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 350px;
  opacity: .25;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(83, 0, 0, 1)), color-stop(19%, rgba(83, 0, 0, .738)), color-stop(34%, rgba(83, 0, 0, .541)), color-stop(47%, rgba(83, 0, 0, .382)), color-stop(56.5%, rgba(83, 0, 0, .278)), color-stop(65%, rgba(83, 0, 0, .194)), color-stop(73%, rgba(83, 0, 0, .126)), color-stop(80.2%, rgba(83, 0, 0, .075)), color-stop(86.1%, rgba(83, 0, 0, .042)), color-stop(91%, rgba(83, 0, 0, .021)), color-stop(95.2%, rgba(83, 0, 0, .008)), color-stop(98.2%, rgba(83, 0, 0, .002)), to(rgba(83, 0, 0, 0)));
  background: linear-gradient(to top, rgba(83, 0, 0, 1) 0%, rgba(83, 0, 0, .738) 19%, rgba(83, 0, 0, .541) 34%, rgba(83, 0, 0, .382) 47%, rgba(83, 0, 0, .278) 56.5%, rgba(83, 0, 0, .194) 65%, rgba(83, 0, 0, .126) 73%, rgba(83, 0, 0, .075) 80.2%, rgba(83, 0, 0, .042) 86.1%, rgba(83, 0, 0, .021) 91%, rgba(83, 0, 0, .008) 95.2%, rgba(83, 0, 0, .002) 98.2%, rgba(83, 0, 0, 0) 100%)
}

@media (min-width: 992px) {
  .dossier-container .dossier-body {
    background: none;
    padding-top: 0
  }
}

.entry {
  border-bottom-right-radius: 120px 20px;
  -webkit-box-shadow: 2px 3px 2px -2px rgba(0, 0, 0, 0.1), 1px 2px 0 -1px rgba(255, 255, 255, 0.4) inset;
  box-shadow: 2px 3px 2px -2px rgba(0, 0, 0, 0.1), 1px 2px 0 -1px rgba(255, 255, 255, 0.4) inset;
  background-image: linear-gradient(180deg, rgba(136, 136, 136, 0.07) 160px, rgba(255, 255, 255, 0.3) 170px, rgba(255, 255, 255, 0) 250px), linear-gradient(-45deg, rgba(255, 255, 255, 0.7) 0px, rgba(255, 255, 255, 0) 150px);
  position: relative
}

.entry::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  right: 6px;
  bottom: 20px;
  width: 200px;
  height: 40px;
  background: none;
  -webkit-box-shadow: 2px 25px 3px rgba(0, 0, 0, 0.07);
  box-shadow: 2px 25px 3px rgba(0, 0, 0, 0.07);
  -webkit-transform: skewY(2deg);
  transform: skewY(2deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%
}

.entry h3 {
  font-size: 42px
}

.entry h4 {
  font-size: 24px;
  margin-bottom: 2rem
}

.entry p.links {
  margin: 25px 0 0;
  font-family: 'Shadows Into Light Two', sans-serif;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top
}

.entry p.links::before {
  content: '*';
  font-size: 32px;
  line-height: 0;
  display: inline-block;
  position: relative;
  top: 4px;
  margin-right: 8px
}

.entry p.links a {
  font-family: var(--bs-font-sans-serif);
  font-size: 16px;
  border: none !important;
  background: rgba(255, 255, 0, 0.4)
}

.entry p.links a:hover {
  color: #133151;
  background: rgba(255, 255, 0, 0.8)
}

.entry .pic img {
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.1)
}

.entry .pic p {
  position: relative;
  display: inline-block
}

.entry .pic p::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 6px;
  right: 20px;
  width: 70%;
  height: 40px;
  background: none;
  -webkit-box-shadow: 2px 15px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 15px 3px rgba(0, 0, 0, 0.1);
  -webkit-transform: skewY(3deg);
  transform: skewY(3deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%
}

@media (min-width: 992px) {
  .entry:nth-child(even) .pic {
    float: right;
    margin: 0 -35% 5% 6%
  }
}

.entry:nth-child(5n+1) {
  background-color: #fbfcc5
}

.entry:nth-child(5n+1) p.links a {
  background-color: rgba(255, 242, 0, 0.6)
}

.entry:nth-child(5n+1) p.links a:hover {
  background-color: #fff200
}

.entry:nth-child(5n+2) {
  background-color: #ffe7ce
}

.entry:nth-child(5n+2) p.links a {
  background-color: rgba(255, 207, 86, 0.6)
}

.entry:nth-child(5n+2) p.links a:hover {
  background-color: #ffcf56
}

.entry:nth-child(5n+3) {
  background-color: #ffe5ee
}

.entry:nth-child(5n+3) p.links a {
  background-color: rgba(255, 172, 227, 0.6)
}

.entry:nth-child(5n+3) p.links a:hover {
  background-color: #fface3
}

.entry:nth-child(5n+4) {
  background-color: #ddf1ff
}

.entry:nth-child(5n+4) p.links a {
  background-color: rgba(135, 219, 255, 0.6)
}

.entry:nth-child(5n+4) p.links a:hover {
  background-color: #87dbff
}

.entry:nth-child(5n+5) {
  background-color: #dffbe1
}

.entry:nth-child(5n+5) p.links a {
  background-color: rgba(108, 255, 118, 0.6)
}

.entry:nth-child(5n+5) p.links a:hover {
  background-color: #6cff76
}

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