@font-face {
  font-family: "Heading Now Variable";
  src: url("https://s1.quebecormedia.com/infojdem/fonts/heading-now/woff2/HeadingNowVarVF.woff2") format("woff2-variations"), url("https://s1.quebecormedia.com/infojdem/fonts/heading-now/ttf/Heading-Now-Variable.ttf") format("truetype-variations");
  font-weight: 110 1000;
  font-stretch: 100% 1000%;
}
.embedded-others .bandeauPortraitLandscapeCTA {
  max-width: 100% !important;
}

.bandeauPortraitLandscapeCTA {
  max-width: 780px;
  width: 100%;
  margin: 48px auto;
  border-top: 5px solid #B3B3B3;
  border-bottom: 5px solid #B3B3B3;
  padding: 32px 0;
  background-color: transparent;
  text-align: left;
}
@media screen and (max-width: 500px) {
  .bandeauPortraitLandscapeCTA {
    padding: 21px 0;
  }
}
.bandeauPortraitLandscapeCTA.clickable-dossier {
  cursor: pointer;
}
.bandeauPortraitLandscapeCTA .bandeau-images {
  grid-area: image;
  width: 339px;
  height: 226px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1300px) {
  .bandeauPortraitLandscapeCTA .bandeau-images {
    width: 226px;
  }
}
.bandeauPortraitLandscapeCTA .bandeau-images img {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  margin: 0;
  cursor: pointer;
  border: 0;
  object-fit: cover;
  position: absolute;
}
.bandeauPortraitLandscapeCTA .mobile-img {
  display: none;
}
.bandeauPortraitLandscapeCTA .bandeau-surtitre {
  grid-area: surtitre;
  font-family: "Heading Now Variable";
  font-style: normal;
  font-weight: 490;
  font-size: 14px;
  line-height: 120%;
  color: #FD8086 !important;
  font-stretch: 784%;
  text-decoration: none !important;
  cursor: pointer;
  margin: 0 0 12px;
}
@media screen and (max-width: 500px) {
  .bandeauPortraitLandscapeCTA .bandeau-surtitre {
    margin: 0 0 18px;
  }
}
.bandeauPortraitLandscapeCTA .bandeau-titre {
  grid-area: titre;
  font-family: "Heading Now Variable", sans-serif;
  font-style: normal;
  font-weight: 1000;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0.25px;
  margin: 0 0 12px;
  color: #303137 !important;
  font-stretch: 435%;
  text-decoration: none !important;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .bandeauPortraitLandscapeCTA .bandeau-titre {
    margin: 15px 0 12px;
  }
}
.bandeauPortraitLandscapeCTA .bandeau-titre:hover {
  color: #303137 !important;
}
.bandeauPortraitLandscapeCTA .bandeau-soustitre {
  grid-area: soustitre;
  font-family: "Heading Now Variable", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 115%;
  margin: 0 0 18px;
  color: #303137 !important;
  font-stretch: 400%;
  text-decoration: none !important;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .bandeauPortraitLandscapeCTA .bandeau-soustitre {
    margin: 15px 0 18px;
    font-size: 23px;
  }
}
.bandeauPortraitLandscapeCTA .bandeau-soustitre:hover {
  color: #303137 !important;
}
.bandeauPortraitLandscapeCTA .bandeau-titre:hover {
  text-decoration: underline;
}
.bandeauPortraitLandscapeCTA .boutonCTA {
  grid-area: bouton;
  width: 226px;
  height: 36px;
  background: #FD8086;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Heading Now Variable", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0.25px;
  color: white !important;
  text-decoration: none !important;
  font-stretch: 550%;
  margin: 0;
  cursor: pointer;
  box-sizing: border-box;
}
.bandeauPortraitLandscapeCTA .boutonCTA:hover {
  background: #FFFFFF !important;
  border: 1px solid #FD8086;
  color: #FD8086 !important;
}
.bandeauPortraitLandscapeCTA .bandeau-content {
  display: grid;
  max-width: 580px;
  margin: auto;
  grid-template-areas: "image surtitre" "image titre" "image soustitre" "image bouton";
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto 1fr;
  grid-column-gap: 16px;
}
@media screen and (max-width: 1300px) {
  .bandeauPortraitLandscapeCTA .bandeau-content {
    max-width: 500px;
  }
}
@media screen and (max-width: 500px) {
  .bandeauPortraitLandscapeCTA .bandeau-content {
    grid-template-areas: "surtitre" "image" "titre" "soustitre" "bouton";
    text-align: left;
    grid-template-columns: 256px auto;
    grid-column-gap: 0;
    max-width: 226px;
    margin: auto;
  }
}

.article-wrapper.actualite .main-article-container .bandeauPortraitLandscapeCTA a.bandeau-surtitre:hover,
.article-wrapper.actualite .main-article-container .bandeauPortraitLandscapeCTA a.boutonCTA:hover {
  color: #FD8086 !important;
}
.article-wrapper.actualite .main-article-container .bandeauPortraitLandscapeCTA a.bandeau-titre:hover {
  color: #FD8086 !important;
}

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