/*******************************************************

COURS.CSS

********************************************************/
:root {
  --black: #000000;
  --white: #FFFFFF;
  --yellow: #CCCCCC;
  --offwhite: #EEEEEE;
}

.course-content {
	flex-grow:1;
  margin-bottom: 50px;
}

/********************************************************/
/* COURS LEFT PANEL
/********************************************************/
.course-left-feedback-container {
  padding: 0 0px 30px 0 px;
}
.course-left-feedback-title {
  font-size: 16px;
  font-weight: bold;
}
.course-left-feedback-text {
  font-size: 12px;
  text-align: justify;
  margin: 0;
  padding-bottom: 6px;
}
.course-left-feedback-comment {
  font-size: 12px;
  text-align: center;
  margin: 0;
}
.course-left-feedback-comment p {
  font-size: 12px;
  padding-bottom: 12px;
  margin: 0;
  font-style: italic;
}
.course-left-feedback-comment p:last-child {
  padding-bottom: 0;
}
.course-left-feedback-comment p:last-child {
  margin-bottom: 0px;
}
.course-left-feedback-open {
  width: 10px;
  height: 10px;
}
.course-left-feedback-close {
  width: 10px;
  height: 10px;
  position: relative;
  float: right;
}
.course-left-similar-courses-container {
  padding: 0 0px 10px 0px;
  margin-bottom: 10px;
}
.course-left-similar-courses-title {
  font-size: 16px;
  font-weight: bold;
}
.course-left-similar-courses-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.course-left-similar-courses-item {
  font-size: 12px;
}
.course-left-similar-courses-item::before {
  content: "\2022";
  color: var(--yellow);
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  /*margin-left: -1em;*/
}
.course-left-similar-courses-divider {
  border-top: 1px solid var(--black);
  margin-top: 6px;
  margin-bottom: 6px;
}

/********************************************************/
/* COURS CENTER PANEL
/********************************************************/
.course-content {
  margin-bottom: 50px;
}
.course-middle-image {
  width: 100%;
  margin-bottom: 12px;
}
.course-middle-title {
  font-size: 25px;
  font-weight: bold;
}
.course-middle-summary {
  font-size: 14px!important;
  line-height: 1.3em;
  text-align: justify;
}
.course-middle-subheading {
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
}
.course-middle-panel p, .course-middle-panel li {
  font-size: 14px;
  line-height: 1.3em;
  text-align: justify;
}
.course-middle-picto-img {
  width: 20px;
}
.course-middle-picto-text {
  line-height: 20px;
  font-size: 12px;
  padding-left: 15px;
}

/********************************************************/
/* COURS RIGHT PANEL
/********************************************************/
.course-right-panel {
  background-clip: content-box;
  /*box-shadow: inset 0 0 0 0 var(--white);*/
  height: 100%;
}
.panel-collapse {
  background: var(--offwhite);
  margin-bottom: 12px;
  padding: 15px;
}
.course-right-subheading {
  font-size: 12px;
  font-weight: bold;
}
.course-right-content {
  font-size: 12px;
  line-height: 1.3em;
  text-align: justify;
}
.course-right-teacher-img {
  width: 100%;
  aspect-ratio : 1 / 1;
  max-width: 150px;
  object-fit: cover;
}
.course-right-teacher-content {
  font-size: 10px;
}
.course-middle-content {
  padding-left: 15px;
  padding-right: 15px;
}

/********************************************************/
/* COURS RIGHT PANEL SESSION
/********************************************************/
.course-right-session-container {
  font-size: 12px;
}
.course-right-tool {
  margin-bottom: 15px;
}
.course-right-tool-title {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.course-right-table-tool tr td {
  padding-bottom: 6px;
}
.course-right-table-tool tr:last-child td {
  padding: 0;
}
.course-right-tool-img-c {
  width: 30px;
}
.course-right-tool-img {
  width: 15px;
}
.course-right-tool-text-title {
  font-size: 10px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-align: justify;
}
.course-right-tool-text {
  font-size: 10px;
  margin: 0;
  padding: 0;
  text-align: justify;
  color: #777777;
}
.course-right-yellow-button {
  width: 100%;
  padding: 10px;
  line-height: 18px;
  background-color: #FD7059;
}
.course-right-yellow-button-contact {
  font-size: 12px;
  font-weight: bold;
}
.course-right-yellow-button:hover {
  background-color: #FD7059;
}
.course-right-gray-button {
  width: 100%;
  padding: 10px;
  line-height: 18px;
  background-color: #DDDDDD;
}
.course-right-subscribe-text {
  font-size: 12px;
  padding: 6px;
  font-weight: bold;
  text-transform: uppercase;
}
.course-right-price-text {
  font-size: 12px;
}
.course-right-contact-text {
  font-size: 12px;
  font-weight: bold;
}
.course-right-days-left {
  font-size: 10px;
  font-style: italic;
  text-align: right;
}
.course-right-pricing-politic {
  font-size: 10px;
  text-transform: uppercase;
}
.course-right-divider {
  margin: 0;
  padding: 0;
}
.course-right-not-scheduled {
  font-weight: bold;
}
.course-right-print {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 15px;
}
.course-right-print-img {
  width: 20px;
}
.course-right-embed-video {
  width: 100%;
  padding: 0;
  margin-bottom: 50px;
  border: 0;
}
.course-right-free-title {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}
.course-right-free-text {
  font-size: 12px;
  margin: 0;
  margin-bottom: 12px;
}
.course-right-table {
  margin-bottom: 6px;
  font-size: 12px;
}
.course-right-table tr td {
  padding: 0;
}
@media screen and (max-width: 992px) {
  .course-right-print {
    position: relative;
    left: 0;
    bottom: 0;
    margin: 0 0 15px 15px;
  }
}

/********************************************************/
/* COURS POPOVER
/********************************************************/
.popover {
    font-size: 12px;
    width: 200px;
    text-align: center;
    background-color: var(--white);
}

/********************************************************/
/* COURS RECHERCHE
/********************************************************/
.course-subheading-title {
  text-transform: lowercase;
  line-height: 30px;
  font-size: 24px;
  font-weight: bold;
  vertical-align: top;
  margin: 0;
}
.course-search-result-text {
  width: 100%;
  text-align: justify;
  font-size: 24px;
  text-transform: uppercase;
}
.course-search-not-found {
  width: 100%;
  text-align: justify;
  font-size: 12px;
  border: 1px solid var(--yellow);
  padding: 10px 15px;
}
.course-search-list {
  list-style-type: square;
  padding-left: 30px;
}
.course-search-list-item {
  padding: 5px 0 5px 0;
}

/********************************************************/
/* COURS VIMEO
/********************************************************/
.course-vimeo-container-iframe {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.course-vimeo-container-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.course-vimeo-ol {
  padding-left: 0;
  font-size: 12px;
  font-weight: bold;
}
.course-vimeo-ol li {
  padding: 24px 0 12px 0;
}
.course-vimeo-ol li:first-child {
  padding: 0px 0 12px 0;
}

/********************************************************/
/* COURS MODAL
/********************************************************/
#interestModal {
  padding-right: 0px !important;
}