@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");
@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%;
}
/***HORAIRES***/
.embedded-others > div.horaires,
.horaires {
  max-width: 700px !important;
  margin: 25px auto;
}
@media all and (max-width: 700px) {
  .embedded-others > div.horaires,
  .horaires {
    margin: 25px 15px;
  }
}

button.accordion-btn {
  cursor: pointer;
  width: 100%;
  border: none;
  outline: none;
  transition: 0.4s;
  letter-spacing: 0;
  font-family: "Barlow", sans-serif;
  font-style: normal;
  font-weight: 800;
  text-align: left;
  font-size: 20px;
  line-height: 26px;
  text-transform: none;
  color: #fff;
  background: lightgrey;
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  padding: 0 11px;
  margin-bottom: 8px;
  margin-top: 10px;
  -webkit-font-smoothing: antialiased;
  position: relative;
  /*When the button is active or mouse hovers*/
  /*button not active*/
  /* minus button */
}
button.accordion-btn.past-color {
  background: rgb(183, 183, 183);
}
button.accordion-btn.today-color {
  background: #8c3572;
}
button.accordion-btn.future-color {
  background: #617aaf;
}
button.accordion-btn:after {
  content: "+";
  color: #fff;
  opacity: 0.6;
  font-size: 50px;
  font-weight: 500;
  position: absolute;
  right: 10px;
  top: 5px;
  transition: all ease-in-out 0.2s;
}
button.accordion-btn.active:after {
  transform: rotate(45deg);
  right: 7px;
  top: 7px;
}

div.accordion-panel {
  padding: 0 18px;
  max-height: 0;
  transition: max-height 0.2s ease-out;
  width: 100%;
  font-size: 15px;
  line-height: 1.6em;
  letter-spacing: 0.4px;
  font-weight: 400;
  font-style: normal;
  color: rgba(0, 0, 0, 0.88);
}
div.accordion-panel:not(.active) {
  overflow: hidden;
}
div.accordion-panel .jour-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin: 30px auto;
}
div.accordion-panel .jour-wrapper .date-epreuves {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  position: sticky;
  top: 5px;
}
@media (max-width: 700px) {
  div.accordion-panel .jour-wrapper .date-epreuves {
    margin-right: 10px;
  }
}
div.accordion-panel .jour-wrapper .date-epreuves .weekday-epreuves {
  font-family: "Heading Now Variable", sans-serif !important;
  font-stretch: 500%;
  font-weight: 300;
  line-height: 15px;
  text-align: center;
  margin-bottom: 5px;
}
@media (max-width: 700px) {
  div.accordion-panel .jour-wrapper .date-epreuves .weekday-epreuves {
    font-size: 11px;
    line-height: 13px;
  }
}
div.accordion-panel .jour-wrapper .date-epreuves .jour-epreuves {
  background: #DBDBDB;
  border-radius: 4px;
  width: 80px;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 700px) {
  div.accordion-panel .jour-wrapper .date-epreuves .jour-epreuves {
    width: 57px;
    height: 57px;
  }
}
div.accordion-panel .jour-wrapper .date-epreuves .jour-epreuves .num-epreuves {
  font-family: "Heading Now Variable", sans-serif !important;
  font-style: normal;
  font-stretch: 650%;
  font-weight: 800;
  font-size: 50px;
  line-height: 42px;
  text-align: center;
}
@media (max-width: 700px) {
  div.accordion-panel .jour-wrapper .date-epreuves .jour-epreuves .num-epreuves {
    font-size: 34px;
    line-height: 24px;
  }
}
div.accordion-panel .jour-wrapper .date-epreuves .jour-epreuves .month-epreuves {
  font-family: "Heading Now Variable", sans-serif !important;
  font-style: normal;
  font-stretch: 500%;
  font-weight: 500;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 700px) {
  div.accordion-panel .jour-wrapper .date-epreuves .jour-epreuves .month-epreuves {
    font-size: 10px;
    line-height: 14px;
  }
}
div.accordion-panel .jour-wrapper .epreuves {
  flex-grow: 1;
  border-left: 1px solid #B5B5B5;
}
div.accordion-panel .jour-wrapper .epreuves .epreuve {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
}
div.accordion-panel .jour-wrapper .epreuves .epreuve .heure {
  font-weight: 800;
  flex-basis: 95px;
  min-width: 95px;
  text-align: left;
  padding-left: 20px;
  font-family: "Heading Now Variable", sans-serif !important;
  font-stretch: 500%;
  font-style: normal;
  font-size: 18px;
  line-height: 1.1;
}
@media (max-width: 700px) {
  div.accordion-panel .jour-wrapper .epreuves .epreuve .heure {
    flex-basis: 60px;
    min-width: 60px;
    font-size: 15px;
    padding-left: 10px;
  }
}
div.accordion-panel .jour-wrapper .epreuves .epreuve .epreuve-categorie {
  flex-grow: 1;
  font-family: "Heading Now Variable", sans-serif !important;
  font-stretch: 500%;
  font-style: normal;
  text-align: left;
  font-size: 18px;
  line-height: 1.1;
}
@media (max-width: 700px) {
  div.accordion-panel .jour-wrapper .epreuves .epreuve .epreuve-categorie {
    font-size: 15px;
    flex-grow: initial;
  }
}
div.accordion-panel .jour-wrapper .epreuves .epreuve .epreuve-categorie span {
  font-weight: 800;
}
div.accordion-panel .jour-wrapper + .jour-wrapper {
  border-top: 1px solid gray;
  padding-top: 30px;
}
div.accordion-panel.past-wrapper .jour-wrapper {
  border-top-color: #848484;
}
div.accordion-panel.past-wrapper .date-epreuves .weekday-epreuves,
div.accordion-panel.past-wrapper .date-epreuves .num-epreuves,
div.accordion-panel.past-wrapper .date-epreuves .month-epreuves,
div.accordion-panel.past-wrapper .epreuve .heure {
  color: #848484;
}
div.accordion-panel.past-wrapper .epreuve-categorie {
  color: #656565;
}
div.accordion-panel.future-wrapper .jour-wrapper {
  border-top-color: #617aaf;
}
div.accordion-panel.future-wrapper .date-epreuves .weekday-epreuves,
div.accordion-panel.future-wrapper .date-epreuves .num-epreuves,
div.accordion-panel.future-wrapper .date-epreuves .month-epreuves,
div.accordion-panel.future-wrapper .epreuve .heure {
  color: #617aaf;
}
div.accordion-panel.today-wrapper .jour-wrapper {
  border-top-color: #8c3572;
}
div.accordion-panel.today-wrapper .date-epreuves .weekday-epreuves,
div.accordion-panel.today-wrapper .date-epreuves .num-epreuves,
div.accordion-panel.today-wrapper .date-epreuves .month-epreuves,
div.accordion-panel.today-wrapper .epreuve .heure {
  color: #8c3572;
}

.article-wrapper div.accordion-panel .jour-wrapper .date-epreuves,
.article-content div.accordion-panel .jour-wrapper .date-epreuves {
  top: 65px;
}

/**** DASHBOARD ****/
.embedded-others > div.dashboard-olympiques {
  margin: -50px auto 25px !important;
  max-width: 700px !important;
}
@media all and (max-width: 700px) {
  .embedded-others > div.dashboard-olympiques {
    margin: 25px 15px !important;
  }
}

.dashboard-olympiques {
  max-width: 700px;
  margin: 25px auto;
}
@media all and (max-width: 700px) {
  .dashboard-olympiques {
    margin: 25px 15px;
  }
}
.dashboard-olympiques .ctas {
  display: flex;
  flex-direction: row;
  position: relative;
  margin-top: 30px;
}
.dashboard-olympiques .ctas:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 10px;
  top: -30px;
  background: #8c3572;
  border-radius: 2px;
}
.dashboard-olympiques .ctas .double {
  flex-basis: 50%;
  min-width: 340px;
}
.dashboard-olympiques .ctas .simple {
  flex-basis: 25%;
  padding-left: 20px;
}
.dashboard-olympiques .ctas img {
  width: 100%;
  margin: 0;
  max-height: 212px;
}
@media all and (max-width: 700px) {
  .dashboard-olympiques .ctas {
    display: inline-block;
  }
  .dashboard-olympiques .ctas .double {
    width: 100%;
  }
  .dashboard-olympiques .ctas .simple {
    width: calc(50% - 10px);
    margin-top: 20px;
    padding-left: 0;
    float: left;
  }
  .dashboard-olympiques .ctas .simple + .simple {
    margin-left: 20px;
    float: right;
  }
  .dashboard-olympiques .ctas img {
    max-height: initial;
  }
}
.dashboard-olympiques .espoirs {
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: left;
}
.dashboard-olympiques .espoirs::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: #8c3572;
  border-radius: 2px;
  margin-top: 25px;
}
.dashboard-olympiques .espoirs .espoirs-wrapper {
  display: flex;
  flex-direction: row;
}
@media all and (max-width: 700px) {
  .dashboard-olympiques .espoirs .espoirs-wrapper {
    flex-direction: column;
  }
}
.dashboard-olympiques .espoirs .espoirs-titre {
  display: flex;
  align-items: center;
  padding-left: 15px;
  justify-content: flex-start;
  background: #8c3572;
  border-radius: 4px;
  font-family: "Heading Now Variable", sans-serif !important;
  font-stretch: 500%;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 1;
  color: #FFFFFF;
  min-height: 50px;
  margin-bottom: 25px;
}
.dashboard-olympiques .espoirs .espoirs-titre span {
  font-weight: 200;
}
@media all and (max-width: 700px) {
  .dashboard-olympiques .espoirs .espoirs-titre {
    display: block;
    min-height: 80px;
    padding-top: 15px;
  }
  .dashboard-olympiques .espoirs .espoirs-titre span {
    display: block;
  }
}
.dashboard-olympiques .espoirs .vedette {
  cursor: pointer;
}
@media all and (min-width: 701px) {
  .dashboard-olympiques .espoirs .vedette {
    flex-basis: 50%;
    min-width: 340px;
    margin-right: 15px;
  }
}
.dashboard-olympiques .espoirs .vedette .portrait-vedette {
  overflow: hidden;
  border-radius: 4px;
}
@media all and (min-width: 701px) {
  .dashboard-olympiques .espoirs .vedette .portrait-vedette {
    height: 400px;
  }
}
@media all and (max-width: 700px) {
  .dashboard-olympiques .espoirs .vedette .portrait-vedette {
    height: 270px;
  }
}
.dashboard-olympiques .espoirs .vedette .portrait-vedette img {
  display: block;
  height: 100%;
  width: 100%;
  margin: 0;
  object-fit: cover;
}
.dashboard-olympiques .espoirs .vedette .credits-photo {
  font-family: "Heading Now Variable", sans-serif !important;
  font-style: normal;
  font-stretch: 500%;
  font-weight: normal;
  font-size: 13px;
  line-height: 169%;
  color: #A9A9A9;
  text-align: left;
}
.dashboard-olympiques .espoirs .vedette .nom-vedette {
  color: #617aaf;
  margin-top: 20px;
  font-family: "Heading Now Variable", sans-serif !important;
  font-style: normal;
  font-stretch: 500%;
  text-align: left;
  font-weight: 800;
  font-size: 38px;
  line-height: 35px;
  margin-bottom: 10px;
  position: relative;
}
.dashboard-olympiques .espoirs .vedette .nom-vedette::after {
  content: "";
  display: block;
  position: absolute;
  background: url("images/chevron.png") center center no-repeat;
  background-size: 100%;
  width: 10px;
  height: 18px;
  right: 0;
  top: 45%;
}
.dashboard-olympiques .espoirs .vedette .details-vedette {
  color: rgb(0, 62, 72);
  font-family: "Heading Now Variable", sans-serif !important;
  font-style: normal;
  font-stretch: 500%;
  text-align: left;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  grid-area: sous-titre;
}
@media all and (max-width: 700px) {
  .dashboard-olympiques .espoirs .vedette .details-vedette {
    margin-bottom: 15px;
  }
}
.dashboard-olympiques .espoirs .vedette .categorie-vedette {
  border-top: 1px solid #8c3572;
  border-bottom: 1px solid #8c3572;
  margin: 10px 0;
  padding: 10px 0;
  font-family: "Heading Now Variable", sans-serif !important;
  font-style: normal;
  font-stretch: 500%;
  text-align: left;
  font-weight: 800;
  font-size: 18px;
  line-height: 110%;
  text-transform: uppercase;
  color: #003E48;
  grid-area: categorie;
}
@media (max-width: 700px) {
  .dashboard-olympiques .espoirs .vedette .categorie-vedette {
    border-top: 0;
    margin-top: -15px;
  }
}
.dashboard-olympiques .espoirs .vedette:hover .nom-vedette {
  text-decoration: underline;
}
@media all and (min-width: 701px) {
  .dashboard-olympiques .espoirs .liste-athletes {
    padding-left: 20px;
    border-left: 1px solid #A9A9A9;
    flex-grow: 1;
  }
}
@media all and (max-width: 700px) {
  .dashboard-olympiques .espoirs .liste-athletes {
    border-top: 3px solid #8c3572;
    padding-top: 22px;
    margin-top: -12px;
  }
}
.dashboard-olympiques .espoirs .liste-athletes .athlete {
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.dashboard-olympiques .espoirs .liste-athletes .athlete:not(:last-of-type) {
  border-bottom: 1px solid #8c3572;
}
.dashboard-olympiques .espoirs .liste-athletes .athlete::after {
  content: "";
  display: block;
  position: absolute;
  background: url("images/chevron.png") center center no-repeat;
  background-size: 100%;
  width: 10px;
  height: 18px;
  right: 15px;
  top: 50%;
}
.dashboard-olympiques .espoirs .liste-athletes .athlete:not(:first-of-type) {
  min-height: 90px;
}
.dashboard-olympiques .espoirs .liste-athletes .athlete:first-of-type {
  padding-bottom: 25px;
}
.dashboard-olympiques .espoirs .liste-athletes .athlete:first-of-type::after {
  top: 29%;
}
.dashboard-olympiques .espoirs .liste-athletes .athlete .nom-athlete {
  font-family: "Heading Now Variable", sans-serif !important;
  font-style: normal;
  font-stretch: 500%;
  font-weight: 800;
  font-size: 20px;
  line-height: 18px;
  text-align: left;
  color: #617aaf;
  margin-bottom: 5px;
}
.dashboard-olympiques .espoirs .liste-athletes .athlete .categorie-athlete {
  font-family: "Heading Now Variable", sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  color: #003E48;
  padding-right: 50px;
}
.dashboard-olympiques .espoirs .liste-athletes .athlete:hover .nom-athlete {
  text-decoration: underline;
}

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