/* colors */
.programme__wrapper {
  width: 100%;
}
.programme__wrapper .programme__title {
  position: relative;
  padding-top: 3rem;
  padding-left: 6.438rem;
  font-weight: 800;
  font-size: 1.813rem;
  line-height: 35px;
}
.programme__wrapper .programme__title::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 95%;
  top: 0;
  left: 90px;
}
@media (max-width: 991px) {
  .programme__wrapper .programme__title::after {
    content: none;
  }
}
@media (max-width: 991px) {
  .programme__wrapper .programme__title {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    display: block;
    font-size: 0.938rem;
    line-height: 18px;
    position: absolute;
    top: 22px;
    left: 57px;
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 991px) {
  .programme__wrapper .programme__title {
    left: 15px;
  }
}
.programme__wrapper .programme__menu {
  margin-top: 1.875rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.programme__wrapper .programme__menu .menu__list .menu__item {
  display: inline-block;
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 59px;
  padding: 0 0.938rem;
  margin: 0 0.5;
  color: #a3a3a3;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .programme__wrapper .programme__menu .menu__list .menu__item {
    font-size: 1.2rem;
  }
}
@media (max-width: 991px) {
  .programme__wrapper .programme__menu {
    display: none;
  }
}
.programme__wrapper .programme__schedule {
  padding: 1.5rem 4rem 4rem 3.125rem;
}
.programme__wrapper .programme__schedule.bg-white {
  border-top: 1px inset #212529;
}
@media (max-width: 991px) {
  .programme__wrapper .programme__schedule.bg-white {
    border-top: none;
  }
}
.programme__wrapper .programme__schedule .schedule__day {
  display: none;
}
.programme__wrapper .programme__schedule .schedule__day .wrapper-accordion {
  display: none;
}
.programme__wrapper .programme__schedule .schedule__day .wrapper-accordion .acordion-container .accordion-tab {
  font-size: 1.25rem;
  padding: 1.2rem 0;
  font-weight: 700;
  margin-bottom: 0rem;
  border-bottom: 1px solid #a3a3a3;
}
.programme__wrapper .programme__schedule .schedule__day .wrapper-accordion .acordion-container .accordion-panel {
  display: none;
  margin-top: 2.813rem;
}
.programme__wrapper .programme__schedule .schedule__day .wrapper-accordion .acordion-container .accordion-panel table {
  display: block;
}
.programme__wrapper .programme__schedule .schedule__day .wrapper-accordion .acordion-container .accordion-panel table tbody tr td:first-child {
  padding-top: 0rem;
}
.programme__wrapper .programme__schedule .schedule__day .wrapper-accordion .acordion-container .accordion-panel table tbody tr td:nth-child(2) {
  padding-top: 0rem;
  padding-bottom: 1.063rem;
}
.programme__wrapper .programme__schedule .schedule__day .wrapper-accordion .acordion-container .accordion-panel table tbody tr td {
  vertical-align: top;
}
.programme__wrapper .programme__schedule .schedule__day .wrapper-accordion .acordion-container .accordion-panel table tbody tr td:first-child {
  position: relative;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 37px;
  padding-right: 0.625rem;
  min-width: 85px;
}
.programme__wrapper .programme__schedule .schedule__day .wrapper-accordion .acordion-container .accordion-panel table tbody tr td:nth-child(2) {
  padding-bottom: 17px;
  position: relative;
  padding-left: 0.625rem;
  padding-bottom: 1.063rem;
  font-size: 0.875rem;
  line-height: 16px;
  font-weight: 400;
}
.programme__wrapper .programme__schedule .schedule__day .wrapper-accordion .acordion-container .accordion-panel table tbody tr td:nth-child(2) strong {
  font-weight: 600;
  display: block;
  padding-top: 0.8rem;
}
.programme__wrapper .programme__schedule .schedule__day .wrapper-accordion .acordion-container .accordion-panel table tbody tr td:nth-child(2) strong:first-of-type {
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 20px;
  margin-bottom: 0.563rem;
  display: inline;
  padding-top: 0rem;
}
.programme__wrapper .programme__schedule .schedule__day .wrapper-accordion .acordion-container .accordion-panel table tbody tr td:nth-child(2)::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 85%;
  top: 0;
  background-color: #a3a3a3;
  right: 0;
}
.programme__wrapper .programme__schedule .schedule__day .wrapper-accordion .acordion-container .accordion-panel table tbody tr td:nth-child(2)::after {
  content: none;
}
.programme__wrapper .programme__schedule .schedule__day .wrapper-accordion .acordion-container.visible .accordion-icon {
  transform: rotate(0deg);
}
.programme__wrapper .programme__schedule .schedule__day .wrapper-accordion .acordion-container button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
.programme__wrapper .programme__schedule .schedule__day .wrapper-accordion .acordion-container button svg {
  width: 12px;
  height: 7px;
}
.programme__wrapper .programme__schedule .schedule__day .wrapper-accordion .acordion-container button svg path:hover {
  stroke-width: 3;
}
.programme__wrapper .programme__schedule .schedule__day .wrapper-accordion .acordion-container .accordion-trigger {
  width: 100%;
  text-align: left;
  position: relative;
}
.programme__wrapper .programme__schedule .schedule__day .wrapper-accordion .acordion-container .accordion-title {
  padding-right: 3rem;
}
.programme__wrapper .programme__schedule .schedule__day .wrapper-accordion .acordion-container .accordion-icon {
  position: absolute;
  right: 2rem;
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .programme__wrapper .programme__schedule .schedule__day .wrapper-accordion {
    display: block;
  }
}
.programme__wrapper .programme__schedule .schedule__day table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 2.188rem;
}
.programme__wrapper .programme__schedule .schedule__day table tbody tr td:first-child {
  white-space: nowrap;
  padding-top: 0rem;
}
.programme__wrapper .programme__schedule .schedule__day table tbody tr td:nth-child(2) {
  padding-top: 0rem;
  padding-bottom: 1.063rem;
  width: 100%;
}
.programme__wrapper .programme__schedule .schedule__day table tbody tr td {
  vertical-align: top;
}
.programme__wrapper .programme__schedule .schedule__day table tbody tr td:first-child {
  position: relative;
  font-size: 2.563rem;
  font-weight: 800;
  line-height: 37px;
  padding-right: 1.625rem;
}
.programme__wrapper .programme__schedule .schedule__day table tbody tr td:nth-child(2) {
  padding-bottom: 17px;
  position: relative;
  padding-left: 1.625rem;
  padding-bottom: 1.063rem;
  font-size: 1.125rem;
  line-height: 25px;
  font-weight: 400;
}
.programme__wrapper .programme__schedule .schedule__day table tbody tr td:nth-child(2) strong {
  font-weight: 600;
}
.programme__wrapper .programme__schedule .schedule__day table tbody tr td:nth-child(2) strong:first-of-type {
  font-size: 1.563rem;
  font-weight: 800;
  line-height: 37px;
  margin-bottom: 0.438rem;
}
.programme__wrapper .programme__schedule .schedule__day table tbody tr td:nth-child(2)::before {
  content: "";
  position: absolute;
  width: 1px;
  bottom: 10px;
  top: 6px;
  background-color: #a3a3a3;
  left: 0;
}
.programme__wrapper .programme__schedule .schedule__day table tbody tr td:nth-child(2)::after {
  content: "";
  position: absolute;
  width: 99.2%;
  height: 1px;
  bottom: 0;
  background-color: #a3a3a3;
  right: 0;
}
@media (max-width: 991px) {
  .programme__wrapper .programme__schedule .schedule__day table {
    display: none;
  }
}
.programme__wrapper .programme__schedule .schedule__day:first-child {
  display: block;
}
@media (max-width: 991px) {
  .programme__wrapper .programme__schedule .schedule__day {
    display: block;
  }
}
@media (max-width: 991px) {
  .programme__wrapper {
    position: relative;
    padding-left: 0;
    padding-right: 0;
  }
}

.programme__file .file__pdf .pdf__link,
.programme__file .file__pdf-print .pdf__link {
  position: relative;
  display: block;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 34px;
  padding: 1.5rem 3.125rem;
}
@media (max-width: 1200px) {
  .programme__file .file__pdf .pdf__link,
  .programme__file .file__pdf-print .pdf__link {
    font-size: 1.438rem;
    line-height: 27px;
  }
}
.programme__file .file__pdf .icon-dowload,
.programme__file .file__pdf-print .icon-dowload {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 6%;
}
@media (max-width: 1200px) {
  .programme__file .file__pdf .icon-dowload,
  .programme__file .file__pdf-print .icon-dowload {
    right: 35px;
  }
}
@media (max-width: 1200px) {
  .programme__file .file__pdf,
  .programme__file .file__pdf-print {
    padding-left: 4.563rem;
  }
}
.programme__file .file__inscription {
  position: relative;
}
.programme__file .file__inscription .inscription__link {
  padding-left: 3.125rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: block;
  width: 100%;
  background-color: #be1a1a;
  color: #ffffff;
  text-decoration: none;
  transition: background-color 200ms ease-in-out;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 34px;
}
.programme__file .file__inscription .inscription__link:hover {
  background-color: #951320;
}
.programme__file .file__inscription .inscription__link::after {
  content: "";
  display: inline-block;
  background-image: url("../../imgs/arrow-right-white_icon.svg");
  width: 24px;
  height: 24px;
  position: absolute;
  right: 90px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1200px) {
  .programme__file .file__inscription .inscription__link::after {
    right: 35px;
  }
}
@media (max-width: 1200px) {
  .programme__file .file__inscription .inscription__link {
    font-size: 1.438rem;
    line-height: 27px;
  }
}
.programme__file .file__inscription:hover::after {
  background-color: #951320;
}
