@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");
html, body {
  margin: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

* {
  box-sizing: border-box;
}

/****** STICKY MENU *****/
[data-cy=LayoutContainer-BASIC] {
  background: #001E27 !important;
}

[data-testid=detailedStory-BASIC] {
  display: flex;
  flex-direction: row;
  max-width: 1100px;
  margin: auto;
  background: #001E27;
}

@media (max-width: 1299px) {
  [data-sidebar=opened] .sticky-menu-wrapper.fixed {
    max-width: calc( 97% - 156px);
    left: 156px;
  }
}

[data-testid=detailedStorySourceHeader] {
  margin-bottom: 0;
  display: none;
}

.t8niez8 .locj8y2 {
  display: none;
}

.b1x5tw3r {
  max-width: 700px;
  overflow: hidden;
}

#inner-css-table {
  background: #001E27;
}
@media (min-width: 1300px) {
  #inner-css-table {
    display: flex;
  }
  #inner-css-table .sticky-menu-wrapper {
    padding-top: calc( 70vh + 50px );
    padding-bottom: 50px;
  }
  #inner-css-table .sticky-menu {
    top: 110px;
    overflow: hidden;
  }
  #inner-css-table .story-main-element {
    position: relative;
    margin-left: -360px;
    height: 70vh;
    overflow: hidden;
  }
}
@media (max-width: 1299px) {
  #inner-css-table .sticky-menu-wrapper.fixed {
    top: 63px;
  }
}
#inner-css-table .sticky-menu .toggle-btn .chevron {
  bottom: 7px;
}
@media (min-width: 960px) {
  #inner-css-table .sticky-menu .toggle-btn .chevron {
    bottom: 10px;
  }
}
@media (min-width: 960px) and (max-width: 1299px) {
  #inner-css-table .sticky-menu-wrapper:not(.fixed) {
    margin-top: -35px;
  }
}
@media (max-width: 700px) {
  #inner-css-table .sticky-menu-wrapper.fixed .sticky-menu {
    margin-top: 0;
  }
  #inner-css-table .sticky-menu-wrapper:not(.fixed) .sticky-menu {
    margin-top: 20px;
  }
  #inner-css-table .toggle-btn .chevron {
    bottom: 12px;
  }
}
#inner-css-table .article-container .tx-courant p, #inner-css-table .article-container .tx-courant li {
  color: silver;
}

@media (max-width: 1299px) {
  .sticky-menu-wrapper {
    width: 100%;
    z-index: 99;
    position: relative;
    max-width: 700px;
    margin: 30px auto;
  }
  .sticky-menu-wrapper.fixed {
    top: 55px;
    left: 0;
    max-width: 97%;
    margin: 0 1.5%;
    position: fixed;
    z-index: 999;
  }
  .sticky-menu-wrapper.fixed .sticky-menu {
    border-radius: 0 0 8px 8px;
  }
}
@media (min-width: 960px) and (max-width: 1299px) {
  .sticky-menu-wrapper.fixed {
    top: 70px;
  }
}
@media (max-width: 700px) {
  .sticky-menu-wrapper {
    margin: 0;
  }
  .sticky-menu-wrapper .sticky-menu {
    margin: 0 auto;
    width: 92%;
  }
}
@media (min-width: 1300px) {
  .sticky-menu-wrapper {
    padding-top: calc( 45vh + 60px);
  }
}

@media (min-width: 960px) {
  [data-cy=detailedStoryBody] .sticky-menu-wrapper.fixed {
    left: calc(50% + 80px);
    transform: translate(-50%, -2px);
    max-width: calc( 100% - 260px);
  }
}
@media (max-width: 960px) {
  [data-testid=detailedStory-BASIC] .sticky-menu-wrapper:not(.fixed) .sticky-menu {
    margin: 5px auto 0;
  }

  [data-testid=detailedStory-BASIC] .sticky-menu-wrapper.fixed .sticky-menu:not(.pushed) {
    margin: -55px auto 0;
  }
}
@media (min-width: 1300px) {
  .sticky-menu {
    max-width: 260px;
    min-width: 260px;
    margin-left: 30px;
    top: 90px;
    margin-right: 30px;
    position: sticky;
    z-index: 9;
  }
}
.sticky-menu > div {
  transition: opacity ease-in-out 0.3s;
}
@media (min-width: 1300px) {
  .sticky-menu.dimmed > div {
    opacity: 0.4;
  }
}
@media (max-width: 959px) {
  .sticky-menu.pushed {
    margin: 5px auto 0;
  }
}
.sticky-menu:hover > div {
  opacity: 1 !important;
}
.sticky-menu .toggle-btn {
  position: relative;
  cursor: pointer;
}
@media (min-width: 1300px) {
  .sticky-menu .toggle-btn {
    display: none;
  }
}
.sticky-menu .toggle-btn .chevron {
  right: 25px;
  top: auto;
  bottom: -4px;
}
@media (min-width: 960px) {
  .sticky-menu .toggle-btn .chevron {
    bottom: -25px;
  }
}
.sticky-menu .toggle-btn .chevron:before {
  transition: all ease-in-out 0.5s;
  height: 10px;
  width: 10px;
  left: 5px;
  top: 0;
  border-width: 2px 2px 0 0;
  border-color: #d6d6d6;
}
.sticky-menu .toggle-btn.active .chevron:before {
  transform: rotate(-45deg);
  top: 6px;
}

.sticky-menu,
.bottom-menu {
  border-radius: 8px;
  background: #19343D;
  padding: 8px 0;
  font-family: "Barlow", sans-serif !important;
  font-style: normal;
  text-align: left;
}
.sticky-menu .surtitre,
.bottom-menu .surtitre {
  color: rgba(161, 238, 238, 0.4);
  padding: 8px 0 0;
  margin: 0 15px;
  font-weight: bold;
  font-size: 18px;
  line-height: 19px;
}
@media (max-width: 1299px) {
  .sticky-menu .surtitre,
.bottom-menu .surtitre {
    float: left;
    padding: 1px 0 0;
    margin-right: 7px;
  }
}
.sticky-menu .gros-titre,
.bottom-menu .gros-titre {
  color: #A1EEEE;
  padding: 0 15px 8px;
  font-weight: bold;
  font-size: 30px;
  border-bottom: 5px solid #001E27;
}
@media (max-width: 1299px) {
  .sticky-menu .gros-titre,
.bottom-menu .gros-titre {
    font-size: 19px;
    line-height: 19px;
  }
}
.sticky-menu .item,
.bottom-menu .item {
  margin: 0 15px;
  color: rgba(161, 238, 238, 0.6);
  position: relative;
  border-bottom: 1px solid rgba(161, 238, 238, 0.6);
  padding: 8px 0 12px;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  transition: all ease-in-out 0.2s;
  overflow-y: hidden;
  min-width: initial;
  max-width: initial;
  float: none;
  width: auto;
}
@media (max-width: 1299px) {
  .sticky-menu .item,
.bottom-menu .item {
    font-size: 16px;
  }
}
.sticky-menu .item:last-of-type,
.bottom-menu .item:last-of-type {
  border-bottom: 0;
}
.sticky-menu .item.active,
.bottom-menu .item.active {
  color: #A1EEEE;
}
.sticky-menu .item.hidden,
.bottom-menu .item.hidden {
  max-height: 0;
  padding: 0;
  border-bottom: 0;
  visibility: hidden;
}
.sticky-menu .item:not(.active),
.bottom-menu .item:not(.active) {
  cursor: pointer;
}
.sticky-menu .item:not(.active) span::after,
.bottom-menu .item:not(.active) span::after {
  content: url("images/external-link.svg");
  margin-left: 5px;
}

.embedded-others > div.bottom-menu,
.bottom-menu {
  max-width: 700px !important;
  margin: 25px auto;
}
@media all and (max-width: 700px) {
  .embedded-others > div.bottom-menu,
.bottom-menu {
    margin: 25px 15px;
  }
}

progress {
  /* Position */
  position: absolute;
  bottom: 0;
  left: 0;
  /* Dimensions */
  width: 100%;
  height: 2px;
  /* Reset the appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Get rid of the default border in Firefox/Opera. */
  border: none;
  /* Progress bar container for Firefox/IE10+ */
  background-color: transparent;
  color: white;
}
progress::-webkit-progress-bar {
  background-color: transparent;
}
progress::-webkit-progress-value {
  background: white;
}
progress::-moz-progress-bar {
  background: white;
}

.content {
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.4;
  font-size: 18px;
  font-family: "Barlow", sans-serif !important;
}

.chevron {
  position: absolute;
  top: 30%;
  z-index: 2;
}
.chevron.left {
  left: 10px;
}
.chevron.right {
  right: 10px;
}
.chevron.right:hover, .chevron.left:hover {
  color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
.chevron::before {
  border-style: solid;
  border-width: 0.2em 0.2em 0 0;
  border-color: white;
  content: "";
  display: inline-block;
  height: 20px;
  left: 0.15em;
  position: relative;
  top: 0.15em;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 20px;
}
.chevron.right:before {
  left: 0;
  transform: rotate(45deg);
}
.chevron.left:before {
  left: 0.25em;
  transform: rotate(-135deg);
}
.chevron.down:before {
  transform: rotate(135deg);
}

/***** STATS *****/
.embedded-others > div.stats,
.stats {
  max-width: 700px !important;
  margin: 25px auto;
}
@media all and (max-width: 700px) {
  .embedded-others > div.stats,
.stats {
    margin: 25px 15px;
  }
}
.embedded-others > div.stats .stats-titre,
.stats .stats-titre {
  background: #19343D;
  border-radius: 4px;
  min-height: 60px;
  display: block;
  padding: 15px 15px 20px;
  line-height: 1;
  font-family: "Barlow", sans-serif !important;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  font-size: 30px;
  color: #A1EEEE;
}
.embedded-others > div.stats .stats-titre span,
.stats .stats-titre span {
  font-weight: normal;
  font-size: 20px;
  text-align: left;
  margin-top: 5px;
  margin-left: 8px;
}
.embedded-others > div.stats.stats-intox .stats-titre span,
.stats.stats-intox .stats-titre span {
  display: block;
  padding-left: 0;
  margin-left: 0;
}
.embedded-others > div.stats .stats-soustitre,
.stats .stats-soustitre {
  text-align: left;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 20px;
  color: #A1EEEE;
}
@media all and (max-width: 700px) {
  .embedded-others > div.stats .stats-soustitre,
.stats .stats-soustitre {
    font-size: 19px;
  }
}
.embedded-others > div.stats .stats-soustitre .ville,
.stats .stats-soustitre .ville {
  color: #FFFFFF;
}
.embedded-others > div.stats .stats-content,
.stats .stats-content {
  display: flex;
  flex-direction: row;
  position: relative;
  padding: 37px 0;
  font-family: "Barlow", sans-serif !important;
}
@media all and (max-width: 700px) {
  .embedded-others > div.stats .stats-content,
.stats .stats-content {
    flex-direction: column;
  }
}
.embedded-others > div.stats .stats-content .stats-col,
.stats .stats-content .stats-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 1s;
  overflow: hidden;
  height: 0;
  opacity: 0;
}
.embedded-others > div.stats .stats-content .stats-col.revealed,
.stats .stats-content .stats-col.revealed {
  height: 100%;
  opacity: 1;
}
@media all and (max-width: 700px) {
  .embedded-others > div.stats .stats-content .stats-col:first-of-type,
.stats .stats-content .stats-col:first-of-type {
    padding-bottom: 20px;
  }
  .embedded-others > div.stats .stats-content .stats-col + .stats-col,
.stats .stats-content .stats-col + .stats-col {
    border-top: 2px solid #19343D;
  }
  .embedded-others > div.stats .stats-content .stats-col + .stats-col:not(.repeatone),
.stats .stats-content .stats-col + .stats-col:not(.repeatone) {
    display: flex;
    flex-direction: row;
  }
  .embedded-others > div.stats .stats-content .stats-col + .stats-col:not(.repeatone) div,
.stats .stats-content .stats-col + .stats-col:not(.repeatone) div {
    flex-basis: 50%;
    text-align: center;
    padding: 20px 0;
  }
}
@media all and (min-width: 701px) {
  .embedded-others > div.stats .stats-content .stats-col + .stats-col,
.stats .stats-content .stats-col + .stats-col {
    border-left: 2px solid #19343D;
  }
}
.embedded-others > div.stats .stats-content .stats-col.deces-total, .embedded-others > div.stats .stats-content .stats-col.deces-intox, .embedded-others > div.stats .stats-content .stats-col .deces-total,
.stats .stats-content .stats-col.deces-total,
.stats .stats-content .stats-col.deces-intox,
.stats .stats-content .stats-col .deces-total {
  flex-basis: 30%;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-size: 25px;
  line-height: 1;
  text-align: center;
  color: #FFFFFF;
}
.embedded-others > div.stats .stats-content .stats-col.deces-total span, .embedded-others > div.stats .stats-content .stats-col.deces-intox span, .embedded-others > div.stats .stats-content .stats-col .deces-total span,
.stats .stats-content .stats-col.deces-total span,
.stats .stats-content .stats-col.deces-intox span,
.stats .stats-content .stats-col .deces-total span {
  font-family: "Barlow", sans-serif !important;
  font-style: normal;
  font-weight: 250;
  font-size: 120px;
  line-height: 1;
  color: #FFFFFF;
}
.embedded-others > div.stats .stats-content .stats-col.deces-intox,
.stats .stats-content .stats-col.deces-intox {
  color: #A1EEEE;
  flex-basis: 45%;
}
.embedded-others > div.stats .stats-content .stats-col.deces-intox + .deces-intox,
.stats .stats-content .stats-col.deces-intox + .deces-intox {
  flex-basis: 55%;
}
.embedded-others > div.stats .stats-content .stats-col.deces-intox sup,
.stats .stats-content .stats-col.deces-intox sup {
  font-size: 60px;
}
.embedded-others > div.stats .stats-content .stats-col.deces-intox .ville,
.stats .stats-content .stats-col.deces-intox .ville {
  color: #FFFFFF;
  display: inline;
}
.embedded-others > div.stats .stats-content .stats-col.deces-genital,
.stats .stats-content .stats-col.deces-genital {
  flex-basis: 30%;
}
.embedded-others > div.stats .stats-content .stats-col.deces-age, .embedded-others > div.stats .stats-content .stats-col .deces-age,
.stats .stats-content .stats-col.deces-age,
.stats .stats-content .stats-col .deces-age {
  flex-basis: 40%;
}
.embedded-others > div.stats .stats-content .stats-col.deces-genital, .embedded-others > div.stats .stats-content .stats-col.deces-age, .embedded-others > div.stats .stats-content .stats-col .deces-age,
.stats .stats-content .stats-col.deces-genital,
.stats .stats-content .stats-col.deces-age,
.stats .stats-content .stats-col .deces-age {
  font-weight: normal;
  font-size: 20px;
  line-height: initial;
  color: #A1EEEE;
}
.embedded-others > div.stats .stats-content .stats-col.deces-genital span:not(.recess), .embedded-others > div.stats .stats-content .stats-col.deces-age span:not(.recess), .embedded-others > div.stats .stats-content .stats-col .deces-age span:not(.recess),
.stats .stats-content .stats-col.deces-genital span:not(.recess),
.stats .stats-content .stats-col.deces-age span:not(.recess),
.stats .stats-content .stats-col .deces-age span:not(.recess) {
  font-family: "Barlow", sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
}
.embedded-others > div.stats .stats-content .stats-col.deces-genital span:not(.recess) sup, .embedded-others > div.stats .stats-content .stats-col.deces-age span:not(.recess) sup, .embedded-others > div.stats .stats-content .stats-col .deces-age span:not(.recess) sup,
.stats .stats-content .stats-col.deces-genital span:not(.recess) sup,
.stats .stats-content .stats-col.deces-age span:not(.recess) sup,
.stats .stats-content .stats-col .deces-age span:not(.recess) sup {
  font-size: 25px;
  margin-left: -5px;
  line-height: 1;
  top: -20px;
}
@media all and (max-width: 700px) {
  .embedded-others > div.stats .stats-content .stats-col.deces-genital span:not(.recess):not(.ville), .embedded-others > div.stats .stats-content .stats-col.deces-age span:not(.recess):not(.ville), .embedded-others > div.stats .stats-content .stats-col .deces-age span:not(.recess):not(.ville),
.stats .stats-content .stats-col.deces-genital span:not(.recess):not(.ville),
.stats .stats-content .stats-col.deces-age span:not(.recess):not(.ville),
.stats .stats-content .stats-col .deces-age span:not(.recess):not(.ville) {
    text-align: center;
    display: block;
    line-height: 1;
  }
  .embedded-others > div.stats .stats-content .stats-col.deces-genital span:not(.recess):not(.ville) sup, .embedded-others > div.stats .stats-content .stats-col.deces-age span:not(.recess):not(.ville) sup, .embedded-others > div.stats .stats-content .stats-col .deces-age span:not(.recess):not(.ville) sup,
.stats .stats-content .stats-col.deces-genital span:not(.recess):not(.ville) sup,
.stats .stats-content .stats-col.deces-age span:not(.recess):not(.ville) sup,
.stats .stats-content .stats-col .deces-age span:not(.recess):not(.ville) sup {
    display: block;
    margin-left: 0;
    line-height: 1;
    text-align: center;
    top: 0;
  }
  .embedded-others > div.stats .stats-content .stats-col.deces-genital .recess, .embedded-others > div.stats .stats-content .stats-col.deces-age .recess, .embedded-others > div.stats .stats-content .stats-col .deces-age .recess,
.stats .stats-content .stats-col.deces-genital .recess,
.stats .stats-content .stats-col.deces-age .recess,
.stats .stats-content .stats-col .deces-age .recess {
    display: block;
    text-align: center;
  }
}
@media all and (min-width: 701px) {
  .embedded-others > div.stats .stats-content .stats-col.deces-genital .recess.moyenne, .embedded-others > div.stats .stats-content .stats-col.deces-age .recess.moyenne, .embedded-others > div.stats .stats-content .stats-col .deces-age .recess.moyenne,
.stats .stats-content .stats-col.deces-genital .recess.moyenne,
.stats .stats-content .stats-col.deces-age .recess.moyenne,
.stats .stats-content .stats-col .deces-age .recess.moyenne {
    margin-left: -41px;
  }
  .embedded-others > div.stats .stats-content .stats-col.deces-genital .recess.jeunes, .embedded-others > div.stats .stats-content .stats-col.deces-age .recess.jeunes, .embedded-others > div.stats .stats-content .stats-col .deces-age .recess.jeunes,
.stats .stats-content .stats-col.deces-genital .recess.jeunes,
.stats .stats-content .stats-col.deces-age .recess.jeunes,
.stats .stats-content .stats-col .deces-age .recess.jeunes {
    margin-left: -77px;
  }
}
.embedded-others > div.stats .stats-content .stats-col.deces-aut,
.stats .stats-content .stats-col.deces-aut {
  flex-basis: 50%;
}
.embedded-others > div.stats .stats-content .stats-col.deces-aut .stats-aut,
.stats .stats-content .stats-col.deces-aut .stats-aut {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  width: 100%;
}
.embedded-others > div.stats .stats-content .stats-col.deces-aut .stats-aut .deces-total, .embedded-others > div.stats .stats-content .stats-col.deces-aut .stats-aut .deces-age,
.stats .stats-content .stats-col.deces-aut .stats-aut .deces-total,
.stats .stats-content .stats-col.deces-aut .stats-aut .deces-age {
  flex-basis: 50%;
}
.embedded-others > div.stats .stats-content .stats-col.deces-aut .stats-aut .deces-total span,
.stats .stats-content .stats-col.deces-aut .stats-aut .deces-total span {
  display: block;
  line-height: 1;
}
.embedded-others > div.stats .stats-content .stats-col.deces-aut .stats-aut .deces-age,
.stats .stats-content .stats-col.deces-aut .stats-aut .deces-age {
  border-left: 1px solid #19343D;
}
.embedded-others > div.stats .stats-content .stats-col.deces-aut .stats-aut .deces-age span,
.stats .stats-content .stats-col.deces-aut .stats-aut .deces-age span {
  display: block;
  font-weight: 600;
  font-size: 80px;
  line-height: 1;
  text-align: center;
}
.embedded-others > div.stats .stats-content .stats-col.deces-aut .stats-aut .deces-age .unite,
.stats .stats-content .stats-col.deces-aut .stats-aut .deces-age .unite {
  font-size: 25px;
}
.embedded-others > div.stats .stats-content .stats-col.deces-aut .stats-aut .deces-age .indicateur,
.stats .stats-content .stats-col.deces-aut .stats-aut .deces-age .indicateur {
  font-weight: normal;
  font-size: 19px;
  margin-top: 5px;
}
@media all and (max-width: 700px) {
  .embedded-others > div.stats .stats-content .stats-col.deces-intox.repeatone, .embedded-others > div.stats .stats-content .stats-col.deces-aut.repeatone,
.stats .stats-content .stats-col.deces-intox.repeatone,
.stats .stats-content .stats-col.deces-aut.repeatone {
    border-top: 0;
    position: relative;
    padding-top: 45px;
  }
  .embedded-others > div.stats .stats-content .stats-col.deces-intox.repeatone::before, .embedded-others > div.stats .stats-content .stats-col.deces-aut.repeatone::before,
.stats .stats-content .stats-col.deces-intox.repeatone::before,
.stats .stats-content .stats-col.deces-aut.repeatone::before {
    content: "";
    display: flex;
    height: 10px;
    width: 100%;
    background: #19343D;
    border-radius: 4px;
    margin-top: 10px;
    position: absolute;
    top: 0;
  }
}
.embedded-others > div.stats .stats-content::after,
.stats .stats-content::after {
  content: "";
  display: flex;
  height: 10px;
  width: 100%;
  background: #19343D;
  border-radius: 4px;
  margin-top: 10px;
  position: absolute;
  bottom: 0;
}
.embedded-others > div.stats .stats-source,
.stats .stats-source {
  font-family: "Barlow", sans-serif !important;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 1;
  padding-top: 15px;
  text-align: right;
  color: #A1EEEE;
  opacity: 0.7;
}
.embedded-others > div.stats .stats-source .desktop-only,
.stats .stats-source .desktop-only {
  display: block;
}
@media all and (max-width: 700px) {
  .embedded-others > div.stats .stats-source .desktop-only,
.stats .stats-source .desktop-only {
    display: none;
  }
}

/******** MAP *****/
.embedded-others > div.deces-map,
.deces-map {
  max-width: 700px !important;
  margin: 35px auto;
  position: relative;
  padding-top: 105%;
}
@media all and (max-width: 700px) {
  .embedded-others > div.deces-map,
.deces-map {
    margin: 35px 15px;
  }
}
.embedded-others > div.deces-map::before,
.deces-map::before {
  content: "";
  display: flex;
  height: 10px;
  width: 100%;
  background: #19343D;
  border-radius: 4px;
  position: absolute;
}
.embedded-others > div.deces-map::before,
.deces-map::before {
  top: -25px;
}
.embedded-others > div.deces-map .map-layer,
.deces-map .map-layer {
  position: absolute;
  top: 0;
  left: 0;
  transition: all ease-in-out 1s;
  overflow: hidden;
  opacity: 0;
}
.embedded-others > div.deces-map .map-layer.revealed,
.deces-map .map-layer.revealed {
  opacity: 1;
}
.embedded-others > div.deces-map .map-layer img,
.deces-map .map-layer img {
  width: 100%;
}
.embedded-others > div.deces-map .map-layer:nth-child(1),
.deces-map .map-layer:nth-child(1) {
  z-index: 1;
}
.embedded-others > div.deces-map .map-layer:nth-child(2),
.deces-map .map-layer:nth-child(2) {
  z-index: 2;
}
.embedded-others > div.deces-map .map-layer:nth-child(3),
.deces-map .map-layer:nth-child(3) {
  z-index: 3;
}
.embedded-others > div.deces-map .map-legend,
.deces-map .map-legend {
  z-index: 4;
  position: absolute;
  bottom: 29%;
  left: 15px;
  top: auto;
  font-family: "Barlow", sans-serif !important;
  font-style: normal;
  font-weight: bold;
  font-size: 34px;
  line-height: 115%;
  color: #A1EEEE;
  text-align: left;
}
@media all and (max-width: 700px) {
  .embedded-others > div.deces-map .map-legend,
.deces-map .map-legend {
    font-size: 28px;
    bottom: 40px;
  }
}
.embedded-others > div.deces-map .map-legend span,
.deces-map .map-legend span {
  font-family: "Barlow Condensed", sans-serif !important;
  font-style: normal;
  font-weight: 275;
  font-size: 24px;
  line-height: 115%;
  color: #FFFFFF;
}

.embedded-others > div.map-source,
.map-source {
  max-width: 700px !important;
  margin: -15px auto 0;
  font-family: "Barlow", sans-serif !important;
  font-style: normal;
  font-weight: 300;
  padding-top: 5px;
  font-size: 13px;
  line-height: 1;
  text-align: right;
  color: #A1EEEE;
}
@media all and (max-width: 700px) {
  .embedded-others > div.map-source,
.map-source {
    margin: -15px 15px 0;
  }
}

/*** VILLES ***/
.embedded-others a.villes {
  max-width: 720px !important;
}

.villes {
  display: block;
  outline: none;
  max-width: 700px;
  margin: 25px auto;
}
.villes img {
  width: 100%;
}
.villes .mobile-img {
  display: none !important;
}
@media screen and (max-width: 720px) {
  .villes {
    margin: 25px 15px;
  }
  .villes .desktop-img {
    display: none !important;
  }
  .villes .mobile-img {
    display: block !important;
    margin: auto;
  }
}

/*** VICTIMES ***/
.embedded-others > div.victime, .embedded-others > div.mortaise,
.victime, .mortaise {
  max-width: 700px !important;
  margin: auto;
}
@media all and (max-width: 700px) {
  .embedded-others > div.victime, .embedded-others > div.mortaise,
.victime, .mortaise {
    margin: auto 15px;
  }
}
.embedded-others > div.victime .mortaise-wrapper, .embedded-others > div.mortaise .mortaise-wrapper,
.victime .mortaise-wrapper, .mortaise .mortaise-wrapper {
  max-width: 300px;
  width: 100%;
  float: left;
  margin-right: 25px;
  margin-bottom: 5px;
}
@media all and (max-width: 700px) {
  .embedded-others > div.victime .mortaise-wrapper, .embedded-others > div.mortaise .mortaise-wrapper,
.victime .mortaise-wrapper, .mortaise .mortaise-wrapper {
    width: 40%;
  }
}
.embedded-others > div.victime .mortaise-wrapper img, .embedded-others > div.mortaise .mortaise-wrapper img,
.victime .mortaise-wrapper img, .mortaise .mortaise-wrapper img {
  width: 100%;
  margin: 11px 0 0;
}
.embedded-others > div.victime .mortaise-wrapper .bdv, .embedded-others > div.mortaise .mortaise-wrapper .bdv,
.victime .mortaise-wrapper .bdv, .mortaise .mortaise-wrapper .bdv {
  font-size: 0.8em;
  line-height: 1;
  padding-top: 8px;
  font-family: "Barlow", sans-serif !important;
  text-align: left;
  color: rgba(255, 255, 255, 0.5);
}
.embedded-others > div.victime.victime img, .embedded-others > div.mortaise.victime img,
.victime.victime img, .mortaise.victime img {
  -webkit-filter: grayscale(100%) brightness(90%) sepia(10%) hue-rotate(-200deg) saturate(700%) contrast(0.9);
  filter: grayscale(100%) brightness(90%) sepia(10%) hue-rotate(-200deg) saturate(700%) contrast(0.9);
}

/*** EN COMPLEMENT ***/
.embedded-others > div.en-complement,
.en-complement {
  max-width: 700px !important;
  margin: 35px auto;
}
@media (max-width: 700px) {
  .embedded-others > div.en-complement,
.en-complement {
    margin: 25px 15px;
  }
}
.embedded-others > div.en-complement .en-complement-titre,
.en-complement .en-complement-titre {
  margin-top: 25px;
  font-family: "Barlow", sans-serif !important;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 30px;
  text-align: left;
}
.embedded-others > div.en-complement .en-complement-titre::before,
.en-complement .en-complement-titre::before {
  display: block;
  content: "";
  width: 100%;
  height: 10px;
  background: #19343D;
  border-radius: 4px;
  margin-bottom: 5px;
}
.embedded-others > div.en-complement .en-complement-wrapper,
.en-complement .en-complement-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.embedded-others > div.en-complement .en-complement-wrapper a,
.en-complement .en-complement-wrapper a {
  flex-basis: 50%;
  padding: 15px 20px;
  text-align: center;
}
@media (min-width: 701px) {
  .embedded-others > div.en-complement .en-complement-wrapper,
.en-complement .en-complement-wrapper {
    flex-direction: row;
  }
  .embedded-others > div.en-complement .en-complement-wrapper a + a,
.en-complement .en-complement-wrapper a + a {
    border-left: 1px solid #A1EEEE;
  }
}
@media (max-width: 700px) {
  .embedded-others > div.en-complement .en-complement-wrapper,
.en-complement .en-complement-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .embedded-others > div.en-complement .en-complement-wrapper a,
.en-complement .en-complement-wrapper a {
    width: 100%;
    display: flex;
    text-align: left;
    align-items: flex-start;
    border-bottom: 1px solid #A1EEEE;
  }
  .embedded-others > div.en-complement .en-complement-wrapper a img,
.en-complement .en-complement-wrapper a img {
    margin: 0;
  }
}
.embedded-others > div.en-complement .en-complement-wrapper img,
.en-complement .en-complement-wrapper img {
  max-width: 100%;
  width: auto;
  max-height: 105px;
  margin: 0 auto;
}

/********** FULL SCREEN *********/
/* JDX */
.css-col.right-column {
  display: none !important;
}

.article-top-bar-sticky {
  display: none;
}

.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: 1100px;
  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: bold !important;
  font-size: 50px !important;
  line-height: 106% !important;
  color: #A1EEEE !important;
  margin: 100px auto 0 !important;
  max-width: 700px;
  position: relative !important;
}
@media (max-width: 700px) {
  .article-container .tx-courant h1 {
    font-size: 40px !important;
  }
}
.article-container .tx-courant h1::before {
  color: #A1EEEE;
  content: "* * *";
  position: absolute;
  top: -50px;
  width: 100%;
  text-align: center;
  font-weight: 200;
  letter-spacing: 7px;
}
.article-container .tx-courant h2 {
  font-family: "Barlow", sans-serif !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 36px !important;
  line-height: 30px !important;
  color: #A1EEEE !important;
  max-width: 700px;
  margin: 60px auto 0 !important;
  border-top: 10px solid #19343D !important;
  padding-top: 23px !important;
  position: relative;
  clear: both;
}
.article-container .tx-courant h5 {
  font-family: "Barlow", sans-serif !important;
  font-style: normal !important;
  font-weight: 275 !important;
  font-size: 24px !important;
  line-height: 29px !important;
  text-transform: uppercase !important;
  color: #A1EEEE;
  padding: 23px 0 !important;
  max-width: 700px;
  border-top: 1px solid #A1EEEE !important;
  border-bottom: 1px solid #A1EEEE;
  margin: 20px auto !important;
}
.article-container .tx-courant h3 {
  color: #A1EEEE;
  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;
}
@media (max-width: 700px) {
  .article-container .tx-courant h3 {
    padding: 0 15px !important;
  }
}

.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: #FFFFFF !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 h1 {
  font-family: "Barlow", sans-serif !important;
  font-style: normal;
  font-weight: bold;
  font-size: 70px;
  line-height: 106%;
  color: #A1EEEE;
  margin: 0.35em auto 0;
  max-width: 700px;
}
@media (max-width: 700px) {
  .article-container .title-groupe h1 {
    font-size: 40px;
  }
}
.article-container .title-groupe h3 {
  font-family: "Barlow", sans-serif !important;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 114%;
  color: #A1EEEE;
  margin: 0.35em auto;
  max-width: 700px;
}
@media (max-width: 700px) {
  .article-container .title-groupe h3 {
    font-size: 18px;
  }
}
.article-container .title-groupe .article-main-image {
  padding-top: 0;
  max-height: 70vh;
}
.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;
  }
  .article-container .title-groupe .story-img {
    width: 100%;
    height: auto;
    min-height: 260px;
    position: relative;
  }
}

.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: #8B8B8B;
  line-height: 133%;
}

[data-cy=detailedStoryBody] {
  padding: 0;
}
[data-cy=detailedStoryBody] h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 30px;
  color: #A1EEEE;
  clear: both;
}
[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: #A1EEEE;
  padding: 23px 0;
  max-width: 700px;
  border-top: 1px solid #A1EEEE;
  border-bottom: 1px solid #A1EEEE;
  margin: 20px auto;
}

/** Contains the title and subtitle **/
.b1w7pdq3, .t18kdk3p, .t8niez8 {
  z-index: 1;
  color: #A1EEEE;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media all and (max-width: 1299px) {
  .b1w7pdq3, .t18kdk3p, .t8niez8 {
    padding-top: 20px;
    padding-bottom: 0;
  }
}
@media (min-width: 1300px) {
  .b1w7pdq3, .t18kdk3p, .t8niez8 {
    padding-top: 60px;
    max-width: 700px;
    margin: auto;
    width: 100%;
  }
}
.b1w7pdq3 h1, .t18kdk3p h1, .t8niez8 h1 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.b1w7pdq3 [data-cy=detailedStoryTitle], .t18kdk3p [data-cy=detailedStoryTitle], .t8niez8 [data-cy=detailedStoryTitle] {
  font-style: normal;
  font-weight: bold;
  font-size: 70px;
  line-height: 106%;
  color: #A1EEEE;
}
@media (max-width: 1299px) {
  .b1w7pdq3 [data-cy=detailedStoryTitle], .t18kdk3p [data-cy=detailedStoryTitle], .t8niez8 [data-cy=detailedStoryTitle] {
    font-size: 40px;
    padding: 15px 0;
  }
}
.b1w7pdq3 [data-cy=detailedStorySubtitle], .t18kdk3p [data-cy=detailedStorySubtitle], .t8niez8 [data-cy=detailedStorySubtitle] {
  font-style: normal;
  font-weight: 200;
  font-size: 28px;
  line-height: 114%;
  color: #989898;
}
@media (max-width: 1299px) {
  .b1w7pdq3 [data-cy=detailedStorySubtitle], .t18kdk3p [data-cy=detailedStorySubtitle], .t8niez8 [data-cy=detailedStorySubtitle] {
    font-size: 16px;
  }
}

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

.r1mjgvrj, .r1w7pdq3 {
  /** 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, .r1w7pdq3 {
    margin: 0 15px;
  }
}

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

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

/** 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: #9F9F9F;
  margin-left: 0 !important;
}

[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: 700px) {
  [data-cy=detailedStoryBody] {
    padding: 0;
  }

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

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

  [data-testid=storySourceLogo] {
    margin-right: 15px;
  }

  [data-cy=detailedStoryBody] .inline-content p,
[data-cy=detailedStoryBody] .MuiTypography-root p,
.h1gb7ba4 h2 {
    padding: 0 15px !important;
  }
}
@media (max-width: 700px) and (max-width: 1299px) {
  .h1gb7ba4 h2 {
    margin: 25px auto 10px !important;
  }
}
[data-cy=detailedStoryBody] .r8h8snu {
  font-family: "Barlow", sans-serif !important;
}
[data-cy=detailedStoryBody] .r8h8snu h1 {
  color: #A1EEEE !important;
  text-transform: none !important;
  border: none !important;
  display: block;
  padding: 0 !important;
  margin: 100px auto 15px !important;
  max-width: 700px !important;
  font-size: 50px !important;
  line-height: 1;
  font-weight: 800 !important;
  position: relative;
}
@media (max-width: 1299px) {
  [data-cy=detailedStoryBody] .r8h8snu h1 {
    font-size: 40px !important;
  }
}
@media all and (max-width: 700px) {
  [data-cy=detailedStoryBody] .r8h8snu h1 {
    margin: 100px 15px !important;
  }
}
[data-cy=detailedStoryBody] .r8h8snu h1::before {
  color: #A1EEEE;
  content: "* * *";
  position: absolute;
  top: -60px;
  width: 100%;
  text-align: center;
  font-weight: 200;
  letter-spacing: 7px;
}
[data-cy=detailedStoryBody] .r8h8snu h2 {
  text-transform: uppercase !important;
  border-bottom: none !important;
  border-top: 10px solid #19343D !important;
  display: block;
  padding: 10px 0 0 !important;
  margin: 60px auto 0 !important;
  max-width: 700px !important;
  font-style: normal;
  font-weight: 800 !important;
  font-size: 28px !important;
  line-height: 100% !important;
  color: #A1EEEE !important;
  position: relative;
  clear: both;
}
@media all and (max-width: 700px) {
  [data-cy=detailedStoryBody] .r8h8snu h2 {
    font-size: 18px;
    margin: 55px 15px 25px !important;
  }
}
[data-cy=detailedStoryBody] .r8h8snu h3 {
  border-bottom: 0;
  font-weight: 800;
  font-size: 20px;
  line-height: 106%;
  color: #A1EEEE;
  max-width: 700px;
  margin: 30px auto 10px;
  text-transform: none;
}
@media all and (max-width: 700px) {
  [data-cy=detailedStoryBody] .r8h8snu h3 {
    margin: 25px 15px 10px !important;
    font-size: 16px;
  }
}
[data-cy=detailedStoryBody] .r8h8snu h4 {
  font-style: normal;
  font-weight: 800;
  font-size: 26px;
  line-height: 100%;
  padding-top: 15px;
  text-transform: uppercase;
  color: #A1EEEE;
  border-top: 2px solid #A1EEEE;
  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: white;
}

/*** DARK MODE ***/
[data-testid=detailedStoryBody] {
  background-color: #001E27;
}

[data-testid=detailedStoryBody] legend,
[data-cy=detailedStoryTitle],
[data-cy=detailedStorySubtitle] {
  color: white;
}

[data-cy=storyPublicationDate] {
  color: lightgray;
  margin-bottom: 15px;
  display: block;
}

[data-testid=false] svg path,
[data-cy=libraryButton] svg path,
[data-testid=storyShareFacebookButton] svg path,
[data-testid=storyShareTwitterButton] svg path,
[data-testid=storyCopyLinkButton] svg path {
  fill: rgba(159, 159, 159, 0.3);
}

[data-cy=detailedStoryBody] .inline-content p, [data-cy=detailedStoryBody] .MuiTypography-root p {
  color: #8B8B8B;
}

#outer-css-table .outer-css-col,
.article-container {
  background: #001E27;
}

/**LARGE PUBS**/
@media (min-width: 960px) {
  .blsv0r1 {
    display: none;
  }
}

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

@media (min-width: 1300px) {
  [data-testid=storyMainImage] [data-cy=ImageItem] .i11pmu1h,
[data-testid=storyMainImage] [data-cy=ImageItem] .i1l0x0s4 {
    z-index: 0;
    height: 70vh;
    overflow: hidden;
    margin-left: -320px;
  }
}
@media (max-width: 1299px) {
  [data-testid=storyMainImage] [data-cy=ImageItem] .i11pmu1h,
[data-testid=storyMainImage] [data-cy=ImageItem] .i1l0x0s4 {
    height: 70vh;
    overflow: hidden;
  }
}
@media (max-width: 700px) {
  [data-testid=storyMainImage] [data-cy=ImageItem] .i11pmu1h,
[data-testid=storyMainImage] [data-cy=ImageItem] .i1l0x0s4 {
    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: 70vh;
  }
}
@media (max-width: 1299px) {
  [data-testid=storyMainImage] [data-testid=imageItem] {
    min-height: 70vh;
  }
}
@media (max-width: 700px) {
  [data-testid=storyMainImage] [data-testid=imageItem] {
    min-height: 260px;
  }
}
[data-testid=storyMainImage] img {
  object-fit: cover;
}

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

.embedded-others > div.prevention-suicide,
.prevention-suicide {
  color: white;
  max-width: 700px !important;
  margin: 25px auto !important;
  font-family: "Barlow", sans-serif !important;
  padding: 25px;
}
@media all and (max-width: 700px) {
  .embedded-others > div.prevention-suicide,
.prevention-suicide {
    margin: 25px 15px !important;
  }
}
.embedded-others > div.prevention-suicide .titre-principal,
.prevention-suicide .titre-principal {
  background: #A1EEEE;
  border-radius: 4px;
  min-height: 60px;
  font-family: "Barlow", sans-serif !important;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  color: #19343D;
  padding: 12px 15px;
  text-align: left;
  letter-spacing: initial;
  margin-bottom: 13px;
}
.embedded-others > div.prevention-suicide .colonnes,
.prevention-suicide .colonnes {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 97%;
  margin: auto;
}
.embedded-others > div.prevention-suicide .colonnes .colonne-wrapper,
.prevention-suicide .colonnes .colonne-wrapper {
  padding: 0 8px;
  min-height: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  flex-basis: 33.33%;
}
.embedded-others > div.prevention-suicide .colonnes .colonne-wrapper:first-of-type,
.prevention-suicide .colonnes .colonne-wrapper:first-of-type {
  padding-left: 0;
}
.embedded-others > div.prevention-suicide .colonnes .colonne-wrapper:last-of-type,
.prevention-suicide .colonnes .colonne-wrapper:last-of-type {
  padding-right: 0;
}
.embedded-others > div.prevention-suicide .colonnes .colonne-wrapper .colonne-titre,
.prevention-suicide .colonnes .colonne-wrapper .colonne-titre {
  font-family: "Barlow", serif !important;
  font-size: 18px;
  line-height: 100%;
  font-weight: 100;
  text-align: center;
}
.embedded-others > div.prevention-suicide .colonnes .colonne-wrapper strong,
.prevention-suicide .colonnes .colonne-wrapper strong {
  font-family: "Barlow", serif !important;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 100%;
  display: block;
  margin-top: 12px;
}
.embedded-others > div.prevention-suicide .colonnes .colonne-wrapper strong a,
.prevention-suicide .colonnes .colonne-wrapper strong a {
  color: #A1EEEE;
}
@media (min-width: 701px) {
  .embedded-others > div.prevention-suicide .colonnes,
.prevention-suicide .colonnes {
    flex-direction: row;
  }
  .embedded-others > div.prevention-suicide .colonnes .colonne-wrapper,
.prevention-suicide .colonnes .colonne-wrapper {
    min-height: 90px;
  }
  .embedded-others > div.prevention-suicide .colonnes .colonne-wrapper + .colonne-wrapper,
.prevention-suicide .colonnes .colonne-wrapper + .colonne-wrapper {
    border-left: 1px solid lightgrey;
  }
}
@media (max-width: 700px) {
  .embedded-others > div.prevention-suicide .colonnes,
.prevention-suicide .colonnes {
    flex-direction: column;
  }
  .embedded-others > div.prevention-suicide .colonnes .colonne-wrapper + .colonne-wrapper,
.prevention-suicide .colonnes .colonne-wrapper + .colonne-wrapper {
    border-top: 1px solid lightgrey;
  }
}
.embedded-others > div.prevention-suicide strong, .embedded-others > div.prevention-suicide a,
.prevention-suicide strong,
.prevention-suicide a {
  font-weight: bold;
  color: #A1EEEE;
}
.embedded-others > div.prevention-suicide::after,
.prevention-suicide::after {
  content: "";
  display: flex;
  height: 10px;
  width: 100%;
  background: #A1EEEE;
  border-radius: 4px;
  margin-top: 30px;
}

[data-testid=subscribeModalUniversalOpenButton] span svg path,
[data-testid=iconSvg] span svg path {
  fill: white;
  opacity: 0.5;
}

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

[data-sectionLabel=enquetes] .same-subject-container .titre {
  border-top: 2px solid #19343D !important;
  color: #fff !important;
}

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