@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");
body.overlayed {
  overflow: hidden;
}
body .mobile-only {
  display: none;
}
@media (max-width: 700px) {
  body .mobile-only {
    display: block;
  }
}

.preambule {
  max-width: 100% !important;
  width: 100%;
  margin: 0;
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 700px) {
  .preambule {
    padding-top: 0 !important;
  }
}
.preambule h1, .preambule h2, .preambule h3, .preambule h4, .preambule p {
  font-family: "Barlow", sans-serif;
  font-style: normal;
  width: 100%;
}
.preambule h1 {
  font-weight: 800;
  font-size: 38px;
  line-height: 137%;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0;
  margin-top: 0;
}
@media (max-width: 700px) {
  .preambule h1 {
    font-size: 25px;
    line-height: 100%;
  }
}
.preambule h2 {
  border-top: 10px solid #686868;
  padding-top: 20px;
  font-weight: 800;
  font-size: 48px;
  line-height: 100%;
  color: #D6D6D6;
  border-bottom: 0;
  text-transform: none;
}
@media (max-width: 700px) {
  .preambule h2 {
    font-size: 30px !important;
    line-height: 100% !important;
  }
}
.preambule h3 {
  font-weight: normal;
  font-size: 23px;
  line-height: 28px;
  text-align: center;
  color: #FF0000;
  margin-bottom: 0;
  border: none !important;
  text-transform: none;
  margin-top: 80px;
}
@media (max-width: 700px) {
  .preambule h3 {
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 5px;
    margin-top: 40px;
  }
}
.preambule h4 {
  font-weight: bold;
  font-size: 20px;
  line-height: 106%;
  color: #FFFFFF;
  padding: 0;
  border: none;
  text-align: left;
  border-top: 1px solid #353535;
  padding-top: 10px;
  margin-bottom: 5px;
}
.preambule p {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}
@media (max-width: 700px) {
  .preambule p {
    font-size: 16px;
    line-height: 100%;
  }
}
.preambule .part1 {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 0;
  background: url("https://s1.quebecormedia.com/infojdem/2022/charbonneau/images/commission_carre.jpg") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 700px) {
  .preambule .part1 {
    padding: 0 15px;
    max-width: 100%;
  }
}
.preambule .part1:after {
  content: "";
  height: 50vh;
  width: 100%;
  left: 0;
  position: absolute;
  bottom: 0;
  background: linear-gradient(rgba(45, 45, 45, 0), #121212);
  display: block;
  z-index: 1;
}
.preambule .part1 .bureau-logo {
  display: none;
}
.preambule .part1 p {
  max-width: 600px;
  margin: 54vh auto 20px;
  position: relative;
  z-index: 2;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-shadow: 2px 2px 7px black;
}
@media screen and (max-width: 700px) {
  .preambule .part1 p {
    font-size: 16px;
    line-height: 19px;
    margin: 45vh auto 20px;
    max-width: 300px;
  }
}
.preambule .part2 {
  max-width: 750px;
  margin: auto;
}
@media (max-width: 700px) {
  .preambule .part2 {
    padding: 0 15px;
    max-width: 100%;
  }
}
.preambule .bureau-logo {
  max-width: 200px;
  margin: 20px auto;
  display: block;
  z-index: 2;
  position: relative;
}
.preambule .scroll-down-indicator {
  background: transparent url("https://s1.quebecormedia.com/infojdem/2022/charbonneau/images/scroll-indicator.png") center center no-repeat;
  background-size: 100%;
  height: 15px;
  width: 40px;
  margin: 40px auto 0;
  z-index: 2;
  position: relative;
}
.preambule .tabloid {
  display: flex;
  flex-direction: row;
}
@media (max-width: 700px) {
  .preambule .tabloid {
    flex-direction: column;
  }
}
.preambule .tabloid .col1, .preambule .tabloid .col2 {
  display: flex;
  flex-direction: column;
}
.preambule .tabloid .col1 {
  flex-basis: 63%;
  padding-right: 15px;
}
@media (max-width: 700px) {
  .preambule .tabloid .col1 {
    padding-right: 0;
    flex-basis: initial;
  }
}
.preambule .tabloid .col1 .tabloid-item {
  position: relative;
  margin-bottom: 20px;
}
.preambule .tabloid .col1 .tabloid-item img {
  width: 100%;
  object-fit: cover;
  margin: 0;
}
.preambule .tabloid .col1 .tabloid-item .tabloid-item-infos {
  position: absolute;
  bottom: 0;
  background: rgba(53, 53, 53, 0.9);
  width: 100%;
}
.preambule .tabloid .col1 .tabloid-item .tabloid-item-infos p {
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 0;
  padding: 0;
}
.preambule .tabloid .col2 {
  flex-basis: 39%;
}
.preambule .tabloid .col2 .tabloid-item {
  flex-basis: 33%;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.preambule .tabloid .col2 .tabloid-item img {
  width: 100%;
  object-fit: cover;
  margin: 0;
}
@media (max-width: 700px) {
  .preambule .tabloid .col2 .tabloid-item img {
    margin-left: 45%;
    min-height: 108px;
    height: auto;
    width: 55%;
  }
}
.preambule .tabloid .col2 .tabloid-item .tabloid-item-infos {
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(53, 53, 53, 0.9);
  height: 100%;
  width: 45%;
}
@media (max-width: 700px) {
  .preambule .tabloid .col2 .tabloid-item .tabloid-item-infos {
    right: auto;
    left: 0;
  }
}
.preambule .tabloid .col2 .tabloid-item .tabloid-item-infos p {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 3px;
}
.preambule .tabloid .tabloid-item {
  overflow: hidden;
  cursor: pointer;
}
.preambule .tabloid .tabloid-item img {
  transition: all ease-in-out 0.2s;
}
.preambule .tabloid .tabloid-item:not(:hover) img {
  filter: grayscale(100%);
}
.preambule .tabloid .tabloid-item .tabloid-item-infos {
  padding: 10px 15px;
}
.preambule .tabloid .tabloid-item .tabloid-item-infos p {
  font-size: 18px;
  line-height: 21px;
}
.preambule .tabloid .tabloid-item .tabloid-item-infos .tabloid-item-nom {
  text-align: left;
  color: red;
  font-weight: bold;
  margin: 0;
}
.preambule .tabloid .tabloid-item .tabloid-item-infos .tabloid-item-nom span {
  font-weight: normal;
}
.preambule .tabloid .tabloid-item .tabloid-item-infos .tabloid-item-titre {
  text-align: left;
  margin: 0;
}
.preambule .tabloid.tabloid-row img {
  margin: 0;
}
.preambule .tabloid.tabloid-row img.chroniqueur {
  max-height: 90px;
  margin: 10px 0 10px 10px;
  border-radius: 50%;
}
@media all and (max-width: 700px) {
  .preambule .tabloid.tabloid-row img.chroniqueur {
    max-height: 130px;
    max-width: 130px;
    margin: 10px;
    display: block;
  }
}
.preambule .tabloid.tabloid-row img.icon {
  width: 13px;
  height: 13px;
  margin-left: 5px;
}
.preambule .tabloid.tabloid-row .tabloid-item {
  display: flex;
  flex-direction: row;
}
.preambule .tabloid.tabloid-row .tabloid-item .tabloid-item-infos {
  max-width: 220px;
}
@media all and (max-width: 700px) {
  .preambule .tabloid.tabloid-row .tabloid-item .tabloid-item-infos {
    max-width: 100%;
    width: 100%;
  }
}
.preambule .tabloid.tabloid-row .tabloid-item .tabloid-item-infos span {
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 701px) {
  .preambule .tabloid.tabloid-row .tabloid-item + .tabloid-item {
    border-left: 1px solid #353535;
  }
}
@media (max-width: 700px) {
  .preambule .tabloid.tabloid-row img:not(.icon):not(.chroniqueur) {
    display: none;
  }
  .preambule .tabloid.tabloid-row .tabloid-item-infos {
    padding-left: 0;
  }
  .preambule .tabloid.tabloid-row .tabloid-item {
    border-bottom: 1px dashed #FF0000;
    padding-bottom: 10px;
  }
  .preambule .tabloid.tabloid-row .tabloid-item + .tabloid-item {
    border-bottom: 0;
    margin-top: 10px;
    padding-bottom: 0;
  }
  .preambule .tabloid.tabloid-row .tabloid-item + .tabloid-item .tabloid-item-infos {
    margin-top: 20px;
    margin-left: 10px;
  }
}

#banner {
  display: none !important;
}

#templatestickSlickAccueil {
  top: -20px;
  position: relative;
}

#stickSlick {
  background: #121212;
  color: white;
  margin-top: -15px;
}
#stickSlick .section.hidden {
  display: none;
}
#stickSlick .topBar,
#stickSlick .subTitle,
#stickSlick .leadstickSlick,
#stickSlick .main-footer {
  position: relative;
}
#stickSlick .topBar {
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
  margin: 25px;
}
#stickSlick .miniTitle {
  text-align: center;
  padding: 25px 0;
}
#stickSlick .miniTitle span {
  font-family: "Barlow", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  background-color: black;
  display: inline-block;
  padding: 5px 15px;
  text-transform: uppercase;
}
@media screen and (max-width: 490px) {
  #stickSlick .miniTitle span {
    font-size: 13px;
  }
}
#stickSlick .subTitle h1 {
  font-family: "Barlow", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 80px;
  line-height: 28px;
  color: black;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 490px) {
  #stickSlick .subTitle h1 {
    font-size: 40px;
  }
}
#stickSlick .leadstickSlick {
  padding: 0 25px;
  font-family: "Barlow", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  letter-spacing: 0.03em;
  max-width: 750px;
  margin: 25px auto;
  text-shadow: 0 0 10px #333;
}
@media screen and (max-width: 490px) {
  #stickSlick .leadstickSlick {
    font-size: 15px;
    line-height: 20px;
  }
}
#stickSlick .bestof_stickSlick {
  display: flex;
  margin: auto;
  max-width: 600px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#stickSlick .bestof_stickSlick .personne {
  position: relative;
  margin: 0 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 25px;
  cursor: pointer;
}
@media screen and (max-width: 490px) {
  #stickSlick .bestof_stickSlick .personne {
    margin: 0 7px;
  }
}
@media screen and (max-width: 320px) {
  #stickSlick .bestof_stickSlick .personne {
    margin: 0 5px;
  }
}
#stickSlick .bestof_stickSlick .personne img {
  margin: 0;
  max-width: 120px;
  border-radius: 50%;
  border: 2px solid black;
  box-shadow: 0px 8px 7px rgba(0, 0, 0, 0.25);
  z-index: 0;
  filter: grayscale(100%);
}
@media screen and (max-width: 991px) {
  #stickSlick .bestof_stickSlick .personne img {
    max-width: 95px;
  }
}
@media screen and (max-width: 490px) {
  #stickSlick .bestof_stickSlick .personne img {
    max-width: 80px;
  }
}
@media screen and (max-width: 320px) {
  #stickSlick .bestof_stickSlick .personne img {
    width: 70px;
  }
}
#stickSlick .bestof_stickSlick .personne span {
  display: block;
  position: absolute;
  font-family: "Barlow", serif;
  font-style: normal;
  font-size: 24px;
  line-height: 28px;
  bottom: 0;
  z-index: 1;
  text-transform: uppercase;
  background-color: black;
  padding: 5px 10px;
  width: 130px;
  text-align: center;
  box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 490px) {
  #stickSlick .bestof_stickSlick .personne span {
    width: 80px;
    font-size: 15px;
    line-height: 24px;
    padding: 0 5px;
    bottom: 5px;
  }
}
@media screen and (max-width: 320px) {
  #stickSlick .bestof_stickSlick .personne span {
    width: 70px;
    font-size: 12px;
  }
}

.credit-photo {
  text-align: right;
  padding: 15px;
  font-size: 0.8em;
  opacity: 0.6;
}

.espace_titlestickSlick {
  width: 100%;
  position: relative;
  background: #353535;
}

.espace_titlestickSlick img {
  width: 100%;
}

.espace_stickSlick {
  position: relative;
}

.menu_stickSlick {
  position: absolute;
  z-index: 8;
  bottom: -19px;
  left: 50%;
  transform: translate(-50%);
  background: #353535;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
}
.menu_stickSlick .menu_principal, .menu_stickSlick .menu_droite {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0;
  height: 35px;
}
.menu_stickSlick .menu_principal li, .menu_stickSlick .menu_droite li {
  list-style-type: none !important;
  padding: 0;
  margin: 0 8px;
  flex-grow: 1;
}
.menu_stickSlick .menu_principal li a, .menu_stickSlick .menu_droite li a {
  color: white;
  padding: 0;
  border: none;
  background: #353535;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  display: block;
  cursor: pointer;
}
.menu_stickSlick .menu_principal {
  justify-self: flex-start;
  flex-basis: 80%;
  padding-left: 10px;
}
.menu_stickSlick .menu_droite {
  justify-self: center;
  flex-basis: 100%;
  width: 100%;
  justify-content: center;
  padding-right: 10px;
  padding-left: 0;
}
.menu_stickSlick .menu_droite .index_link .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;
}
.menu_stickSlick .menu_droite .index_link.active .chevron:before {
  transform: rotate(-45deg);
  top: 7px;
}

.index_container {
  height: 0;
  display: block;
  width: 100%;
  transition: all ease-in-out 0.5s;
  overflow-x: scroll;
  position: fixed;
  background: #252525;
  top: 0;
  z-index: 7;
}
.index_container.active {
  padding: 90px 0 0;
  height: 100vh;
}
@media (max-width: 700px) {
  .index_container.active {
    height: 103vh;
    width: 102vw;
    padding: 90px 0 0;
  }
}

#indexstickSlick {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-width: 900px;
  margin: 80px auto;
}
@media (max-width: 700px) {
  #indexstickSlick {
    width: 90%;
    margin: 25px auto;
  }
}
#indexstickSlick .link_personne {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-basis: 20%;
  margin-bottom: 20px;
  width: 100%;
  cursor: pointer;
  overflow: visible;
  border-top: 1px solid red;
  padding-top: 20px;
}
@media (max-width: 700px) {
  #indexstickSlick .link_personne {
    flex-basis: 25%;
    padding-top: 10px;
  }
}
#indexstickSlick .link_personne:not(:hover) .img_personne img {
  filter: grayscale(100%);
}
#indexstickSlick .link_personne:hover .img_personne img {
  border: 1px solid red;
}
#indexstickSlick .link_personne:hover .nom {
  font-weight: bold;
  opacity: 1;
}
#indexstickSlick .link_personne .nom {
  font-family: "Barlow", sans-serif;
  font-style: normal;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 18px;
  line-height: 100%;
  opacity: 0.6;
  text-align: left;
}
@media (max-width: 700px) {
  #indexstickSlick .link_personne .nom {
    font-size: 13px;
  }
}
#indexstickSlick .link_personne .position {
  color: white;
  text-transform: none;
  font-weight: 100;
  font-size: 18px;
}
#indexstickSlick .link_personne .img_personne {
  margin: 0 0 5px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
#indexstickSlick .link_personne img {
  max-width: 80%;
  margin: 0;
}
@media (max-width: 700px) {
  #indexstickSlick .link_personne img {
    max-width: 90%;
  }
}

.sticky-top {
  position: fixed;
  z-index: 7;
  top: 0;
  transition: all ease-in-out 0.2s;
  background: #353535;
  width: 100%;
  overflow: visible;
}
.sticky-top:not(.hasScrolled) {
  opacity: 0;
  margin-top: -200px;
}
@media (max-width: 700px) {
  .sticky-top:not(.hasScrolled) {
    top: -150px;
  }
}
.sticky-top.hidden {
  top: -65px;
}
.sticky-top::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  height: 20px;
  width: 100%;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 60%);
  mix-blend-mode: multiply;
}

#sliderstickSlick {
  z-index: 9;
  max-width: 750px;
  margin: auto;
  position: relative;
}
#sliderstickSlick:before, #sliderstickSlick:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 25%;
  z-index: 2;
}
#sliderstickSlick:before {
  background: linear-gradient(-90deg, rgba(53, 53, 53, 0), #353535);
  left: 0;
}
#sliderstickSlick:after {
  background: linear-gradient(90deg, rgba(53, 53, 53, 0), #353535);
  right: 0;
}

.storiesWrapper .spacer {
  height: 160px;
}

.espace_personnes {
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .espace_personnes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.espace_personnes.infinitescroll_stickSlick {
  flex-direction: column;
  padding-bottom: 90px;
}

.personne_slide {
  position: relative;
  padding: 8px 16px;
  overflow: hidden;
  min-height: 68px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .personne_slide {
    min-height: 90px;
  }
}
@media screen and (max-width: 320px) {
  .personne_slide {
    min-height: 90px;
  }
}
@media (max-width: 767px) {
  .personne_slide {
    padding: 5px;
  }
}
.personne_slide .link_personne {
  font-family: "Barlow", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .personne_slide .link_personne {
    font-size: 12px;
  }
}
.personne_slide .img_personne img {
  max-width: 100%;
  width: auto;
  max-height: 68px;
  margin: 0 auto 5px;
}
@media screen and (max-width: 767px) {
  .personne_slide .img_personne img {
    max-height: 38px;
  }
}

.chapitre_personne {
  max-width: 750px;
  margin: auto;
  padding: 200px 10px 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  text-align: left;
}
@media (max-width: 700px) {
  .chapitre_personne {
    padding: 200px 15px 0;
  }
}
@media (max-width: 700px) and (min-height: 700px) {
  .chapitre_personne {
    padding: 145px 15px 0;
  }
}
.chapitre_personne .nom {
  font-family: "Barlow", serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 100%;
  border-top: 10px solid #FF0000;
  color: #D6D6D6;
  text-transform: none;
  text-align: left;
  padding: 10px 0 0;
  width: 100%;
}
@media (max-width: 550px) {
  .chapitre_personne .nom {
    font-size: 30px;
  }
}
.chapitre_personne .position {
  font-family: "Barlow", serif;
  color: #777777;
  text-transform: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  padding: 20px 0 0;
}
@media (max-width: 550px) {
  .chapitre_personne .position {
    font-size: 16px;
    line-height: 18px;
  }
}
.chapitre_personne .reponses {
  padding: 0;
  font-family: "Barlow", serif;
  font-size: 18px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: 22px;
  width: 100%;
  color: #d6d6d6;
}
.chapitre_personne .reponses p {
  margin-bottom: 0;
  margin-top: 10pt;
}
.chapitre_personne .reponses h2 {
  border-top: 1px solid #686868;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 22px;
  color: #FF0000;
  border-bottom: 0;
  padding-top: 10px;
  margin-top: 27px;
  text-transform: none;
}
@media (max-width: 320px) {
  .chapitre_personne .reponses h2 {
    font-size: 20px;
    line-height: 21px;
  }
}
.chapitre_personne .reponses p.collab {
  font-size: 0.8em;
  text-align: right;
}
.chapitre_personne .reponses .img_personne {
  position: relative;
  flex-basis: 55%;
  overflow: hidden;
  min-height: 200px;
}
.chapitre_personne .reponses .img_personne .img_personne_src {
  margin: 0;
  object-fit: cover;
  max-width: 115%;
  position: absolute;
  top: 0;
  left: -7%;
  bottom: 0;
  right: 0;
}
.chapitre_personne .reponses .img_personne .credits-photo {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 2px 5px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 12px;
}
.chapitre_personne .reponses .citation {
  font-family: "Barlow", sans-serif;
  font-style: italic;
  font-weight: 300;
  color: #969696;
  background: rgba(36, 36, 36, 0.91);
  margin-top: 30px;
  display: flex;
  flex-direction: row;
}
@media (max-width: 700px) {
  .chapitre_personne .reponses .citation {
    flex-direction: column-reverse;
  }
}
.chapitre_personne .reponses .citation .citation-txt {
  padding: 13px;
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 27px;
}
.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);
}

.slick-slide:not(.slick-current) {
  opacity: 0.6;
}
.slick-slide:not(.slick-current) img {
  filter: grayscale(100%);
}

.slick-current .link_personne {
  font-weight: bold;
}
.slick-current .img_personne img {
  border: 2px solid #FF0000;
}

/** CREDITS **/
.embedded-others > div.espace-credits {
  max-width: 750px !important;
  text-align: left;
}

.espace-credits {
  border-top: 10px solid #626262;
  max-width: 750px;
  margin: 40px auto;
  padding-bottom: 200px;
}
@media all and (max-width: 700px) {
  .espace-credits {
    margin: 40px 15px;
  }
}
.espace-credits h2 {
  font-family: "Barlow", sans-serif !important;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 100%;
  text-transform: none;
  color: #FF0000;
  border-bottom: none;
  text-align: left;
}
.espace-credits .bureau-logo {
  margin: 20px 0;
  max-width: 200px;
}
.espace-credits .credits-ligne {
  font-family: "Barlow", sans-serif !important;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #D6D6D6;
  margin-bottom: 20px;
  text-align: left;
}

/*** QUB HIDE INTRO ***/
[data-cy=detailedStoryBody] {
  background: #121212;
  padding: 0;
}

.bha4n0t, .r1mjgvrj {
  display: none;
}

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

.f1l8ifgh .fcjl2rh {
  max-width: 100%;
}

.smbv805 {
  display: none;
}

.h1gmrji {
  top: 0 !important;
}

/*** QUB TOP BARS ***/
[data-cy=detailedStoryBody] .sticky-top.hidden {
  top: -120px;
}
@media (max-width: 700px) {
  [data-cy=detailedStoryBody] .sticky-top.hidden {
    top: -85px;
  }
}
[data-cy=detailedStoryBody] .sticky-top.hasScrolled {
  padding-top: 67px;
}
@media (max-width: 960px) {
  [data-cy=detailedStoryBody] .sticky-top.hasScrolled {
    padding-top: 0;
  }
}
@media (max-width: 960px) {
  [data-cy=detailedStoryBody] .sticky-top.push-menu-down.hasScrolled {
    padding-top: 60px;
  }
}

/*** QUB index container ***/
@media (min-width: 960px) {
  [data-cy=detailedStoryBody] .index_container {
    width: calc( 100% - 185px );
  }
}

[data-cy=detailedStoryBody] .index_link .chevron:before {
  left: 15px !important;
}

/*** JDX hide intro **/
.article-top-bar-sticky,
#inner-css-table .css-col.right-column {
  display: none;
}

.article-container {
  margin-top: -20px;
}

.article-container .article-section-narrow {
  padding-right: 0;
  padding-left: 0;
}
.article-container .article-section-narrow.title-groupe {
  display: none;
}

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

.article-main-txt p {
  display: none;
}

.article-main-txt .element-embed p {
  display: block;
}

#inner-css-table {
  border-top: none;
}

[data-sidebar=opened] #transitionned-content {
  width: 100%;
}

/*** JDX TOP BARS ***/
.article-container .sticky-top.hasScrolled {
  padding-top: 45px;
}
.article-container .sticky-top.hidden {
  top: -120px;
}
@media (max-width: 700px) {
  .article-container .sticky-top.hidden {
    top: -85px;
  }
}
.article-container .part1 {
  padding: 20px 0 0;
}
@media (max-width: 700px) {
  .article-container .part1 {
    margin-bottom: 50px;
  }
}
.article-container .tx-courant p {
  font-family: "Barlow", sans-serif !important;
}
.article-container .preambule h1, .article-container .preambule h2, .article-container .preambule h3, .article-container .preambule h4, .article-container .preambule p {
  font-family: "Barlow", sans-serif !important;
}
.article-container .preambule h1 {
  font-weight: 800 !important;
  font-size: 38px !important;
  line-height: 137% !important;
  padding: 0 !important;
  margin-top: 0 !important;
}
@media (max-width: 700px) {
  .article-container .preambule h1 {
    font-size: 25px !important;
    line-height: 100% !important;
  }
}
.article-container .preambule h2 {
  border-top: 10px solid #686868 !important;
  padding-top: 20px !important;
  font-weight: 800 !important;
  font-size: 48px !important;
  line-height: 100% !important;
  color: #D6D6D6 !important;
  text-align: left;
  padding-bottom: 40px !important;
  text-transform: none !important;
}
.article-container .preambule h3 {
  font-weight: normal !important;
  font-size: 23px !important;
  line-height: 28px !important;
  text-align: center;
  color: #FF0000 !important;
  margin-bottom: 0 !important;
  text-transform: none !important;
  border: none !important;
  padding: 0 !important;
  margin-top: 80px !important;
}
@media (max-width: 700px) {
  .article-container .preambule h3 {
    font-size: 20px !important;
    line-height: 21px !important;
    margin-bottom: 3px !important;
  }
}
.article-container .preambule h4 {
  padding-top: 10px !important;
  padding-left: 0 !important;
  padding-bottom: 0 !important;
}
.article-container .chapitre_personne .reponses h2 {
  border-top: 1px solid #686868 !important;
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 22px !important;
  line-height: 22px !important;
  color: #FF0000 !important;
  border-bottom: 0 !important;
  padding-top: 10px !important;
  margin-top: 40px !important;
  margin-bottom: 20px !important;
  text-transform: none !important;
  font-family: "Barlow", sans-serif !important;
}
.article-container .chapitre_personne .reponses p {
  padding: 0 !important;
}
.article-container .index_link .chevron {
  left: 6px;
}

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