@import url("https://fonts.googleapis.com/css2?family=Barlow: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=Barlow+Condensed&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@500&display=swap");
/********** FULL SCREEN *********/
/* JDX */
.css-col.right-column {
  display: none !important;
}

.hr-byline {
  border-top: 1px solid rgba(144, 144, 144, 0.3) !important;
  background-color: transparent !important;
}

.navigation-box {
  height: 100vh;
}

#inner-css-table,
.article-container .article-section-narrow,
.article-container .tx-courant {
  max-width: 100%;
  margin: auto;
}

@media (min-width: 700px) {
  .article-container .tx-courant {
    padding-left: 0;
    padding-right: 0;
  }
}
.article-container .tx-courant h1 {
  font-family: "Barlow", sans-serif !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 50px !important;
  line-height: 106% !important;
  color: #3CB5A1 !important;
  margin: 0 auto 25px !important;
  max-width: 700px;
  position: relative;
}
@media (max-width: 700px) {
  .article-container .tx-courant h1 {
    font-size: 30px !important;
    line-height: 100%;
    margin: 0 15px 25px !important;
  }
}
.article-container .tx-courant h2 {
  font-family: "Barlow", sans-serif !important;
  font-style: normal;
  font-weight: 800 !important;
  font-size: 28px !important;
  line-height: 28px !important;
  color: #3CB5A1 !important;
  clear: both;
  max-width: 700px;
  margin: 40px auto 20px !important;
  border-bottom: none;
  border-top: 1px solid #3CB5A1 !important;
  padding-top: 10px !important;
  text-transform: uppercase !important;
}
@media all and (max-width: 699px) {
  .article-container .tx-courant h2 {
    font-size: 24px;
    line-height: 24px;
  }
}
.article-container .tx-courant h3 {
  font-weight: 800 !important;
  font-size: 20px !important;
  line-height: 120% !important;
  max-width: 700px;
  font-family: "Barlow", sans-serif !important;
  font-style: normal !important;
  border-top: none !important;
  margin: 20px auto !important;
  text-transform: none !important;
  -webkit-font-smoothing: antialiased;
  color: #3CB5A1;
}
@media (max-width: 700px) {
  .article-container .tx-courant h3 {
    padding: 0 15px !important;
    font-size: 18px;
  }
}

.article-container .tx-courant p, .article-container .tx-courant li {
  max-width: 700px;
  margin: 0.35em auto;
  text-align: left;
  font-family: "Barlow", sans-serif !important;
}

.article-container .photo-inline {
  max-width: 700px;
  margin: auto;
}

.article-main-image .image-information {
  position: absolute;
  padding: 5px;
  bottom: 0;
  right: 0;
}
.article-main-image .image-information .credit_photo {
  color: #ffffff;
  font-family: "Barlow", sans-serif !important;
  text-transform: none;
  font-weight: normal;
}

.author-name {
  color: #989898 !important;
  font-family: "Barlow", sans-serif !important;
  font-size: 12px !important;
  text-transform: none !important;
  text-decoration: none !important;
}

.article-container .title-groupe {
  max-width: 100%;
  padding: 0;
  position: relative;
}
@media (max-width: 700px) {
  .article-container .title-groupe {
    padding: 0 15px;
  }
  .article-container .title-groupe .story-main-element {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.article-container .title-groupe .story-main-element {
  overflow: hidden;
  margin-bottom: 50px;
}
.article-container .title-groupe h1 {
  font-family: "Barlow", sans-serif !important;
  font-style: normal;
  font-weight: 800;
  font-size: 70px;
  line-height: 100%;
  color: #3CB5A1;
  max-width: 750px;
  background: white;
  position: relative;
  z-index: 2;
  padding: 15px 25px;
  margin: 0 auto;
}
@media (max-width: 700px) {
  .article-container .title-groupe h1 {
    font-size: 40px;
    line-height: 100%;
    padding: 15px 0 !important;
  }
}
.article-container .title-groupe h3 {
  font-family: "Barlow", sans-serif !important;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 114%;
  color: #007360;
  max-width: 750px;
  padding: 0 25px 25px;
  margin: 0 auto;
  background-color: white;
  position: relative;
  z-index: 3;
}
@media (max-width: 700px) {
  .article-container .title-groupe h3 {
    font-size: 18px;
  }
}
.article-container .title-groupe .article-main-image {
  padding-top: 0;
  max-height: 50vh;
}
.article-container .title-groupe .social-bar-wrapper {
  display: none;
}
.article-container .title-groupe .byline-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  padding: 10px 0 0;
}
@media (max-width: 700px) {
  .article-container .title-groupe .article-main-image {
    overflow: hidden;
    padding-top: 0;
    display: flex;
    align-content: center;
    justify-content: center;
  }
  .article-container .title-groupe .story-img {
    width: auto;
    height: auto;
    min-height: 260px;
    position: relative;
  }
  .article-container .title-groupe .byline-container {
    padding: 15px 10px 25px 0;
  }
}

.photo-inline .caption, .inline-photo-float .caption {
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.2rem;
  text-align: right;
  color: #808080;
  margin-bottom: 10px;
  padding-right: 5px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.photo-inline .credit, .inline-photo-float .credit {
  color: #808080;
  font-weight: 900;
  font-size: 0.7rem;
  line-height: 1em;
  letter-spacing: 0.5px;
  text-align: right;
  text-transform: none;
  margin: 4px auto 2px;
  max-width: 700px;
  padding-right: 5px;
}

@media screen and (max-width: 30em) {
  .article-container .tx-courant p,
.article-container .tx-courant li,
.article-container .tx-courant .article-main-txt h2 {
    padding: 0 15px;
  }
}
/*  QUB  */
[data-cy=detailedStoryBody] .inline-content p,
[data-cy=detailedStoryBody] .MuiTypography-root p {
  max-width: 700px;
  margin: 0.35em auto;
  color: #000;
  line-height: 133%;
}

[data-cy=detailedStoryBody] {
  padding: 0;
}
[data-cy=detailedStoryBody] h2 {
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 28px;
  color: #3CB5A1;
  clear: both;
  max-width: 700px;
  margin: 40px auto 20px;
  border-bottom: none;
  border-top: 1px solid #3CB5A1;
  padding-top: 10px;
  text-transform: uppercase;
}
@media all and (max-width: 699px) {
  [data-cy=detailedStoryBody] h2 {
    font-size: 24px;
    line-height: 24px;
  }
}
[data-cy=detailedStoryBody] h5 {
  font-family: "Barlow", sans-serif !important;
  font-style: normal;
  font-weight: 275;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #3CB5A1;
  padding: 23px 0;
  max-width: 700px;
  border-top: 1px solid #3CB5A1;
  border-bottom: 1px solid #3CB5A1;
  margin: 20px auto;
}

/** Contains the title and subtitle **/
.b1w7pdq3, .t18kdk3p {
  z-index: 1;
  color: #3CB5A1;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  background: #f7f7f7;
}
@media all and (max-width: 1299px) {
  .b1w7pdq3, .t18kdk3p {
    padding-bottom: 0;
    max-width: 95%;
    margin: 40px auto 0;
  }
}
@media (max-width: 700px) {
  .b1w7pdq3, .t18kdk3p {
    margin: 0px auto 20px;
  }
}
@media (min-width: 1300px) {
  .b1w7pdq3, .t18kdk3p {
    max-width: 750px;
    margin: 50px auto 0;
    width: 100%;
    z-index: 2;
  }
}
.b1w7pdq3 h1, .t18kdk3p h1 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.b1w7pdq3 [data-cy=detailedStoryTitle], .t18kdk3p [data-cy=detailedStoryTitle] {
  font-style: normal;
  font-weight: 800;
  font-size: 70px;
  line-height: 100%;
  color: #3CB5A1;
}
@media (max-width: 960px) {
  .b1w7pdq3 [data-cy=detailedStoryTitle], .t18kdk3p [data-cy=detailedStoryTitle] {
    font-size: 40px;
    padding: 15px 0;
  }
}
.b1w7pdq3 [data-cy=detailedStorySubtitle], .t18kdk3p [data-cy=detailedStorySubtitle] {
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 114%;
  color: #007360;
}
@media (max-width: 960px) {
  .b1w7pdq3 [data-cy=detailedStorySubtitle], .t18kdk3p [data-cy=detailedStorySubtitle] {
    font-size: 16px;
  }
}

/*** Contains all the top tier of the article **/
.b1w7pdq3, .bha4n0t {
  display: flex;
  flex-direction: column-reverse;
  border-bottom: 0;
}

.r1mjgvrj {
  /** byline and share bar container **/
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  border-top: 1px solid rgba(159, 159, 159, 0.3);
}
@media (max-width: 700px) {
  .r1mjgvrj {
    margin: 0 15px;
  }
}

/** byline container **/
.s1jtpg7h {
  padding-top: 10px;
}

/**** Share bar ***/
.s1dq3svd {
  padding: 0 0 20px;
}

/** Contains all the text and picture **/
.b1w7pdq3, .fcjl2rh, .bha4n0t {
  padding-bottom: 0;
  position: relative;
}

.a1jlq69h:first-child {
  padding-top: 0 !important;
}

[data-cy=detailedStoryTitle],
[data-cy=detailedStorySubtitle] {
  display: block;
  max-width: 700px;
  margin: auto;
}

.MuiTypography-caption,
[data-testid=storyShareFacebookButton],
[data-testid=storyAuthor] {
  color: #000;
  margin-left: 0 !important;
}
@media (min-width: 700px) and (max-width: 1299px) {
  .MuiTypography-caption,
[data-testid=storyShareFacebookButton],
[data-testid=storyAuthor] {
    padding-left: 24px;
  }
}

@media (min-width: 700px) {
  [data-testid=storySourceLogo] {
    padding-right: 24px;
  }
}

@media screen and (min-width: 1280px) {
  [data-cy=detailedStoryBody] > div:first-of-type {
    max-width: 100%;
  }

  [data-cy=detailedStoryBody] > div:last-of-type {
    display: none;
  }
}
[data-cy=detailedStoryBody] .r8h8snu ul,
[data-cy=detailedStoryBody] .r8h8snu h1 {
  max-width: 700px;
  margin: 0 auto;
}
@media all and (max-width: 1299px) {
  [data-cy=detailedStoryBody] .r8h8snu ul,
[data-cy=detailedStoryBody] .r8h8snu h1 {
    margin: 25px auto;
  }
}

div.objSecondairePhoto {
  max-width: 700px;
  margin: 25px auto;
}
@media all and (max-width: 700px) {
  div.objSecondairePhoto {
    margin: 25px 15px !important;
  }
}

[data-cy=detailedStoryBody] > div .secondairePhotoItem img {
  width: 100% !important;
}

@media screen and (min-width: 769px) and (max-width: 1279px) {
  [data-cy=detailedStoryBody] > div:first-of-type {
    max-width: 100%;
  }
}
@media (max-width: 810px) {
  [data-cy=detailedStoryBody] {
    padding: 0;
  }

  [data-cy=detailedStoryTitle], [data-cy=detailedStorySubtitle] {
    padding: 5px 15px 0 0 !important;
    display: block;
  }

  [data-testid=storyAuthorImage] {
    margin-left: 10px;
  }

  [data-cy=detailedStoryBody] .inline-content p,
[data-cy=detailedStoryBody] .MuiTypography-root p,
.h1gb7ba4 h2 {
    padding: 0 15px !important;
  }
}
@media (max-width: 810px) and (max-width: 1299px) {
  .h1gb7ba4 h2 {
    padding: 0 !important;
    margin: 25px 15px 10px !important;
  }
}
[data-cy=detailedStoryBody] .r8h8snu {
  font-family: "Barlow", sans-serif !important;
}
[data-cy=detailedStoryBody] .r8h8snu h1 {
  color: #3CB5A1;
  text-transform: none;
  border: none;
  display: block;
  padding: 0;
  margin: 0 auto 25px;
  max-width: 700px;
  font-size: 50px;
  line-height: 1;
  font-weight: 600;
  position: relative;
}
@media (max-width: 1299px) {
  [data-cy=detailedStoryBody] .r8h8snu h1 {
    font-size: 30px;
    line-height: 100%;
  }
}
@media all and (max-width: 700px) {
  [data-cy=detailedStoryBody] .r8h8snu h1 {
    margin: 0 15px 25px;
  }
}
[data-cy=detailedStoryBody] .r8h8snu h3 {
  border-bottom: 0;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 120%;
  max-width: 700px;
  margin: 30px auto 10px;
  text-transform: none;
  color: #3CB5A1;
}
@media all and (max-width: 700px) {
  [data-cy=detailedStoryBody] .r8h8snu h3 {
    margin: 25px 15px 10px !important;
    font-size: 18px;
  }
}
[data-cy=detailedStoryBody] .r8h8snu h4 {
  font-style: normal;
  font-weight: 800;
  font-size: 26px;
  line-height: 100%;
  padding-top: 15px;
  text-transform: uppercase;
  color: #3CB5A1;
  border-top: 2px solid #3CB5A1;
  max-width: 700px;
  margin: 0 auto 25px;
  border-left: 0;
  padding-left: 0;
}
@media all and (max-width: 1299px) {
  [data-cy=detailedStoryBody] .r8h8snu h4 {
    margin: 0 15px 25px !important;
    font-size: 22px;
    line-height: 24px;
  }
}
@media all and (max-width: 700px) {
  [data-cy=detailedStoryBody] .r8h8snu h5 {
    margin: 25px 15px 10px !important;
    font-size: 22px;
  }
}

.a19n68u5 .descriptionPhoto {
  padding: 0 0 15px;
  margin-top: -25px;
  font-size: 11px;
  line-height: 14px;
  color: #989898;
}

/**** MAIN IMG ****/
[data-testid=photoGallery] {
  margin: 0 auto;
}

@media (min-width: 1300px) {
  [data-testid=storyMainImage] [data-cy=ImageItem] .i11pmu1h {
    z-index: 0;
    height: 50vh;
    overflow: hidden;
  }
}
@media (max-width: 1299px) {
  [data-testid=storyMainImage] [data-cy=ImageItem] .i11pmu1h {
    height: 50vh;
    overflow: hidden;
  }
}
@media (max-width: 700px) {
  [data-testid=storyMainImage] [data-cy=ImageItem] .i11pmu1h {
    height: 260px;
  }
}
@media (max-width: 1299px) {
  [data-testid=storyMainImage] [data-testid=imageItem] {
    width: 100%;
    height: auto;
    display: block;
    margin-left: 0 !important;
  }
}
@media (min-width: 1300px) {
  [data-testid=storyMainImage] [data-testid=imageItem] {
    min-height: 50vh;
  }
}
@media (max-width: 1299px) {
  [data-testid=storyMainImage] [data-testid=imageItem] {
    min-height: 50vh;
  }
}
@media (max-width: 700px) {
  [data-testid=storyMainImage] [data-testid=imageItem] {
    min-height: 260px;
  }
}
[data-testid=storyMainImage] img {
  object-fit: cover;
  object-position: top;
}

/*** mobile top bar disappears **/
.h1gmrji {
  top: 0 !important;
}

/*** Column with article content, right underneath detailedStory-BASIC ***/
.a1jlq69h {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding-bottom: 50px;
}

[data-testid=storyMainImage] .c1p6sj89 {
  width: 100%;
  height: 50vh;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 700px) {
  [data-testid=storyMainImage] .c1p6sj89 {
    height: 260px;
  }
}

.embedded-others div > #menuMenu,
#menuMenu {
  max-width: 700px !important;
  margin: 35px auto !important;
  display: flex;
  flex-direction: row;
}
@media all and (max-width: 700px) {
  .embedded-others div > #menuMenu,
#menuMenu {
    margin: 35px 15px !important;
  }
}
.embedded-others div > #menuMenu .bandeau-dossier,
#menuMenu .bandeau-dossier {
  border-radius: 8px 0 0 8px;
  max-width: 135px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
  background: #3CB5A1 url("https://s1.quebecormedia.com/infojdem/2022/covid-longue/images/bg-menumenu.png") bottom center no-repeat;
}
@media all and (max-width: 700px) {
  .embedded-others div > #menuMenu .bandeau-dossier,
#menuMenu .bandeau-dossier {
    max-width: 119px;
    background-size: 100%;
  }
}
.embedded-others div > #menuMenu .bandeau-dossier img,
#menuMenu .bandeau-dossier img {
  margin: 15px auto 0;
  max-width: 85%;
}
.embedded-others div > #menuMenu .liste-dossier,
#menuMenu .liste-dossier {
  max-width: calc( 700px - 135px );
}
@media all and (max-width: 700px) {
  .embedded-others div > #menuMenu .liste-dossier,
#menuMenu .liste-dossier {
    max-width: calc( 100% - 115px );
  }
}
.embedded-others div > #menuMenu .titre-liste,
#menuMenu .titre-liste {
  font-family: "Barlow", sans-serif !important;
  font-style: normal;
  font-weight: 800;
  font-size: 26px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: left;
  color: #3CB5A1;
  padding: 15px 0 15px 25px;
  background: rgba(60, 181, 161, 0.2);
  border-top-right-radius: 4px;
}
@media all and (max-width: 700px) {
  .embedded-others div > #menuMenu .titre-liste,
#menuMenu .titre-liste {
    padding: 15px 0 15px 15px;
    font-size: 18px;
    line-height: 18px;
  }
}
.embedded-others div > #menuMenu .item-dossier,
#menuMenu .item-dossier {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  cursor: pointer;
  position: relative;
  border-top: 1px solid #D1D1D1;
  padding: 28px 0 28px 31px;
  align-items: center;
}
.embedded-others div > #menuMenu .item-dossier .item-articles,
#menuMenu .item-dossier .item-articles {
  flex-basis: 80%;
}
.embedded-others div > #menuMenu .item-dossier:not(:first-of-type),
#menuMenu .item-dossier:not(:first-of-type) {
  border-top: 1px solid #D1D1D1;
}
.embedded-others div > #menuMenu .item-dossier.you-are-here,
#menuMenu .item-dossier.you-are-here {
  cursor: default;
}
.embedded-others div > #menuMenu .item-dossier:not(.you-are-here)::after,
#menuMenu .item-dossier:not(.you-are-here)::after {
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: rgba(0, 146, 69, 0.2);
  opacity: 0.5;
  content: "";
  display: inline-block;
  height: 30px;
  transform: rotate(45deg);
  vertical-align: top;
  width: 30px;
  position: absolute;
  top: 45%;
  right: 15px;
}
@media (max-width: 700px) {
  .embedded-others div > #menuMenu .item-dossier:not(.you-are-here)::after,
#menuMenu .item-dossier:not(.you-are-here)::after {
    height: 20px;
    width: 20px;
    top: 40%;
    right: 10px;
  }
}
.embedded-others div > #menuMenu .item-dossier:not(.you-are-here):not(.inactive):hover,
#menuMenu .item-dossier:not(.you-are-here):not(.inactive):hover {
  background-color: rgba(0, 0, 0, 0.06);
}
.embedded-others div > #menuMenu .item-dossier:not(.you-are-here):not(.inactive):hover .titre-item,
#menuMenu .item-dossier:not(.you-are-here):not(.inactive):hover .titre-item {
  text-decoration: underline;
}
.embedded-others div > #menuMenu .item-dossier.inactive,
#menuMenu .item-dossier.inactive {
  padding: 38px 0 28px 31px;
}
@media all and (max-width: 700px) {
  .embedded-others div > #menuMenu .item-dossier.inactive,
#menuMenu .item-dossier.inactive {
    padding: 38px 0 28px 20px;
  }
}
.embedded-others div > #menuMenu .item-dossier:not(.inactive),
#menuMenu .item-dossier:not(.inactive) {
  cursor: pointer;
}
.embedded-others div > #menuMenu .item-dossier .overlay,
#menuMenu .item-dossier .overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.85);
  height: 100%;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  font-family: "Barlow", serif;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  text-transform: uppercase;
  padding: 10px 0 0 30px;
  color: #3CB5A1;
}
@media all and (max-width: 700px) {
  .embedded-others div > #menuMenu .item-dossier .overlay,
#menuMenu .item-dossier .overlay {
    font-size: 20px;
    padding: 15px 0 0 20px;
  }
}
.embedded-others div > #menuMenu .item-dossier .titre-item,
#menuMenu .item-dossier .titre-item {
  font-family: "Barlow", sans-serif !important;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 0.8;
  text-align: left;
  text-transform: none;
  color: #3CB5A1;
  padding-right: 30px;
  position: relative;
}
@media all and (max-width: 700px) {
  .embedded-others div > #menuMenu .item-dossier .titre-item,
#menuMenu .item-dossier .titre-item {
    font-size: 16px;
    line-height: 1;
    text-align: left;
  }
}
@media all and (max-width: 700px) {
  .embedded-others div > #menuMenu .item-dossier,
#menuMenu .item-dossier {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 0 28px 15px;
  }
}
.embedded-others div > #menuMenu .item-dossier .lead-item,
#menuMenu .item-dossier .lead-item {
  font-family: "Barlow", sans-serif !important;
  font-style: normal;
  font-weight: 200;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  padding: 10px 25px 15px 0;
  text-align: left;
  max-width: 80%;
}
@media all and (max-width: 700px) {
  .embedded-others div > #menuMenu .item-dossier,
#menuMenu .item-dossier {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 0 28px 15px;
  }
  .embedded-others div > #menuMenu .item-dossier .lead-item,
#menuMenu .item-dossier .lead-item {
    display: none;
  }
}
.embedded-others div > #menuMenu .item-dossier.you-are-here .lead-item,
#menuMenu .item-dossier.you-are-here .lead-item {
  opacity: 0.3;
}
.embedded-others div > #menuMenu .item-dossier.you-are-here .titre-item,
#menuMenu .item-dossier.you-are-here .titre-item {
  color: #CECECE;
  text-decoration: none;
}

#stampDossier {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
  left: 0;
  padding-bottom: 20px;
  border-bottom: 5px solid #3CB5A1;
}
@media all and (max-width: 700px) {
  #stampDossier {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 15px;
  }
}
@media all and (min-width: 701px) {
  #stampDossier .main-img-overlay-grand-dossier,
#stampDossier .main-img-overlay-chapter {
    display: block;
    width: 700px;
    margin: auto;
    text-align: left;
    padding-bottom: 4px;
  }
}
#stampDossier .main-img-overlay-grand-dossier {
  font-family: "Barlow", sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
  color: #FFFFFF;
  text-shadow: 0 4px 34px rgba(0, 0, 0, 0.8);
}
@media all and (max-width: 700px) {
  #stampDossier .main-img-overlay-grand-dossier {
    font-size: 24px;
    line-height: 24px;
    text-align: left;
  }
}
#stampDossier .main-img-overlay-chapter {
  font-family: "Barlow", sans-serif !important;
  font-style: normal;
  font-weight: 800;
  font-size: 26px;
  line-height: 30px;
  color: #99E5DE;
  text-shadow: 0 4px 34px rgba(0, 0, 0, 0.8);
}
@media all and (max-width: 700px) {
  #stampDossier .main-img-overlay-chapter {
    font-size: 20px;
    line-height: 24px;
    text-align: left;
  }
}
#stampDossier::before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0 0%, black 100%);
  mix-blend-mode: overlay;
  width: 100%;
  height: 200px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.separateur {
  text-align: center;
}
.separateur img {
  margin: 50px auto;
}
@media (max-width: 700px) {
  .separateur img {
    max-width: 150px;
  }
}

.inclusion-demi-ecran {
  max-width: 700px;
  margin: 0 auto 25px;
}

.demi-ecran {
  box-sizing: border-box;
}
@media all and (min-width: 700px) {
  .demi-ecran {
    margin-right: 20px;
    max-width: 300px;
    float: left;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 699px) {
  .demi-ecran {
    float: none;
    max-width: 100%;
    margin: 15px;
  }
}
.demi-ecran img {
  width: 100%;
  margin: 10px 0 0 0;
}
.demi-ecran .credits-photo {
  font-size: 0.8em;
  color: #989898;
  line-height: 100%;
  padding-top: 5px;
}

.desktop-img {
  display: block;
  margin: 15px auto !important;
  max-width: 700px !important;
  width: 100%;
}
@media all and (max-width: 699px) {
  .desktop-img {
    display: none;
  }
}

.mobile-img {
  display: none;
}
@media all and (max-width: 699px) {
  .mobile-img {
    display: block;
    margin: 15px !important;
    width: calc(100% - 30px ) !important;
  }
}

[data-cy=detailedStoryBody] .r8h8snu .mal-mysterieux,
.mal-mysterieux {
  background: rgba(0, 0, 0, 0.05);
  mix-blend-mode: normal;
  border-radius: 4px;
  padding: 39px 29px;
  max-width: 700px;
  margin: 25px auto;
}
@media (max-width: 700px) {
  [data-cy=detailedStoryBody] .r8h8snu .mal-mysterieux,
.mal-mysterieux {
    padding: 25px 15px;
  }
}
[data-cy=detailedStoryBody] .r8h8snu .mal-mysterieux h1,
.mal-mysterieux h1 {
  text-transform: uppercase;
  padding-top: 11px;
  border-top: 1px solid #3CB5A1;
  font-size: 28px;
  line-height: 24px;
}
[data-cy=detailedStoryBody] .r8h8snu .mal-mysterieux strong,
.mal-mysterieux strong {
  color: #3CB5A1;
}
[data-cy=detailedStoryBody] .r8h8snu .mal-mysterieux ul li,
.mal-mysterieux ul li {
  list-style-type: disc !important;
  padding-bottom: 0 !important;
}

.article-container .tx-courant .mal-mysterieux h1 {
  font-size: 28px !important;
  line-height: 24px !important;
  padding-top: 11px;
}

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