table.courses-options {
  border-collapse: collapse;
  width: 100%;
}
table.courses-options thead td {
  font-weight: bold;
}
table.courses-options tbody td {
  width: auto;
}
table.courses-options tbody {
  border-top: 1px dotted gray;
  border-bottom: 1px dotted gray;
}
table.courses-options td {
  padding: 5px;
  vertical-align: middle;
}
table.courses-options h3,
table.courses-options h4 {
  margin: 0;
}
table.courses-options .information h3 {
  overflow: hidden;
  min-height: 40px;
}
table.courses-options .information h3 .course-title-content {
  margin-right: 200px;
  display: block;
}
table.courses-options td.name {
  border-left: 5px solid transparent;
}
table.courses-options td.price {
  width: 75px;
  text-align: right;
  font-weight: bold;
  color: #990000;
}
table.courses-options td.price-remove-fee {
  width: 75px;
  text-align: right;
  font-weight: bold;
  color: #990000;
}
table.courses-options td.checkbox {
  width: 1em;
  text-align: center;
}
table.courses-options td.add-or-remove {
  width: 24px;
  background: transparent url(/images/icons/add_to_shopping_cart.png) center center no-repeat;
  background-size: 24px;
  transition: background-size 0.2s ease;
}
table.courses-options td.add-or-remove:hover {
  background-size: 32px;
  cursor: pointer;
}
table.courses-options tbody.selected td.add-or-remove {
  background-image: url(/images/icons/remove_from_cart.png);
}
table.courses-options tbody.selected td.add-or-remove:hover {
  background-image: url(/images/icons/remove_from_cart_hover.png);
}
table.courses-options .information {
  border: 1px solid transparent;
  padding: 10px;
}
table.courses-options .description_section {
  display: none;
  margin-top: 10px;
}
table.courses-options tbody.selected td {
  background-color: #dae5eb;
}
table.courses-options tbody.selected td.name {
  border-left: 5px solid #4fbc37;
}
table.courses-options tbody.selected .information {
  border-color: gray;
  background: white;
}
table.courses-options tbody.conflict td {
  background-color: #FC8381;
}
table.courses-options tbody.conflict td.name {
  border-left: 5px solid #F75E5C;
}
table.courses-options tfoot {
  border-top: 2px solid gray;
}
table.courses-options tfoot td {
  line-height: 1em;
}
table.courses-options .total.price {
  font-size: 1.5em;
}
table.courses-options .sold_out {
  color: red;
  display: block;
  margin-top: 5px;
  font-weight: bold;
  font-size: 0.9em;
}
table.courses-options .loading-ajax {
  display: none;
  margin-left: 48%;
  margin-top: 10px;
}
table.courses-options .confirmation,
table.courses-options .error-waiting-list {
  display: none;
  margin-top: 10px;
}
table.courses-options.ecole_ss tbody.selected td {
  background-color: #dae5eb;
}
table.courses-options.ecole_ss tbody.selected td.name {
  border-left: 5px solid #4b87ad;
}
table.courses-options.ecole_ss tbody.selected .information {
  border-color: gray;
  background: white;
}
table.courses-options.ecole_ss tbody.selected .description_section {
  display: block;
}
.course-type-header {
  position: relative;
  border: 1px solid #ccc;
  padding: 10px;
  padding-left: 36px;
  border-radius: 5px;
  cursor: pointer;
  user-select: none;
}
.course-type-header .course-type-header-arrow {
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -6px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid currentColor;
  transition: transform 0.2s ease;
  transform: rotate(-90deg);
}
.course-type-header[aria-expanded="true"] .course-type-header-arrow {
  transform: rotate(0deg);
}
.course-type-header img.type-img {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
.courses-oneType {
  position: relative;
  overflow: hidden;
  max-height: 3000000px;
  transition: max-height 0.35s ease;
}
.courses-oneType .courses-options {
  margin-top: 0 !important;
}
.courses-oneType-wrapper.courses-oneType-collapsed .courses-oneType {
  max-height: 0;
}
.courses-oneType .course-subject-groups .course-subject-wrapper {
  margin-bottom: 12px;
  padding: 0 30px !important;
}
.courses-oneType .course-subject-groups .course-subject-wrapper:last-child {
  margin-bottom: 0;
}
.courses-oneType .course-subject-groups .course-subject-wrapper.course-subject-collapsed:not(.course-subject-just-collapsed):hover {
  transform-origin: left center;
  transition: transform 180ms ease, box-shadow 180ms ease, color 180ms ease, text-shadow 180ms ease;
  cursor: pointer;
  transform: scale(1.04);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15), 0 2px 4px rgba(0,0,0,0.08);
  position: relative;
  z-index: 1;
}
.courses-oneType .course-subject-groups .course-subject-header {
  position: relative;
  cursor: pointer;
  user-select: none;
  padding: 25px;
}
.courses-oneType .course-subject-groups .course-subject-header .course-subject-header-arrow {
  position: absolute;
  left: 2px;
  top: 50%;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid currentColor;
  transition: transform 0.2s ease;
  transform: rotate(-90deg);
}
.courses-oneType .course-subject-groups .course-subject-header[aria-expanded="true"] .course-subject-header-arrow {
  transform: rotate(0deg);
}
.courses-oneType .course-subject-groups .course-subject-header .course-subject-title {
  font-weight: 600;
  font-size: 1em;
  padding: 10px;
}
.courses-oneType .course-subject-groups .course-subject-header .course-subject-title .course-subject-available-count {
  font-weight: normal;
  opacity: 0.85;
}
.courses-oneType .course-subject-groups .course-subject-content {
  overflow: hidden;
  max-height: 50000px;
  transition: max-height 0.35s ease;
}
.courses-oneType .course-subject-groups .course-subject-content .courses-options {
  margin-top: 0 !important;
  margin-bottom: 0;
}
.courses-oneType .course-subject-groups .course-subject-wrapper.course-subject-collapsed .course-subject-content {
  max-height: 0;
  border-width: 0;
}
.loader {
  width: 70px;
  margin: auto;
  padding: 30px;
  background: white;
  border: 2px solid #eee;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #555;
  text-align: center;
}
.courses_section {
  padding: 10px;
}
.courses_section h2.title {
  font-size: 1.3em;
}
.courses_section h3 {
  margin-bottom: 10px !important;
  line-height: 1em !important;
}
.courses_section h3.title {
  margin-top: 10px;
  font-size: 1em;
}
.exams_section {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: left;
  gap: 1em;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.exams_section .exam_title {
  flex-shrink: 0;
}
.exams_section .exam_content tbody {
  border-width: 0;
  border-style: none;
}
.exams_section .exam_content .exam_item {
  display: flex;
  flex-wrap: wrap;
}
.exams_section .exam_content .exam_item td {
  background: white;
  vertical-align: top;
  padding: 0.25em 0.5em 0.5em 0;
}
.exams_section .exam_content .exam_item td:first-child {
  white-space: nowrap;
  padding-right: 1em;
}
.courses_section.description_section {
  padding-top: 0px;
  padding-bottom: 0px;
}
.addon_section .one_addon {
  border: 1px solid #ddd;
  padding: 15px;
  padding-top: 5px;
  margin-bottom: 10px;
  display: flex;
}
.one_addon .add-or-remove-addon {
  width: 24px;
  background: transparent url(/images/icons/add_to_cart.png) center center no-repeat;
  cursor: pointer;
}
.one_addon .add-or-remove-addon:hover {
  background-image: url(/images/icons/add_to_cart_hover.png);
}
.one_addon {
  --addon-fade-color: white;
}
.one_addon.selected {
  background: #eff3ee;
  --addon-fade-color: #eff3ee;
  border-left: 5px solid #4fbc37;
}
.one_addon.selected .add-or-remove-addon {
  background-image: url(/images/icons/remove_from_cart.png);
}
.one_addon.selected .add-or-remove-addon:hover {
  background-image: url(/images/icons/remove_from_cart_hover.png);
}
.addon_section {
  padding-left: 60px;
  padding-right: 60px;
}
.addon_description_wrapper .addon_description_text_outer {
  position: relative;
  max-height: 7em;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.addon_description_wrapper .addon_description_text_outer::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2.5em;
  background: linear-gradient(to bottom,transparent,var(--addon-fade-color));
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.addon_description_wrapper.expanded .addon_description_text_outer {
  max-height: 50em;
}
.addon_description_wrapper.expanded .addon_description_text_outer::after {
  opacity: 0;
  pointer-events: none;
}
.addon_description_text {
  line-height: 1.4;
}
.addon_description_toggle-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8px 0;
  text-align: center;
}
.addon_description_toggle {
  background: #bbb;
  display: inline-block;
  margin: 0;
  padding: 4px 10px;
  font-size: 0.9em;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.one_addon .information_addon {
  flex: 8;
  padding: 20px;
}
.one_addon .price {
  flex: 1;
  width: 75px;
  text-align: right;
  font-weight: bold;
  color: #990000;
  align-self: center;
}
.one_addon .add-or-remove-addon {
  flex: 1;
}
@media only screen and (max-width: 768px) {
  table.courses-options .exam_title_heading {
    display: none !important;
  }
}
