body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    letter-spacing: 0;
    font-weight: 400;
    font-style: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga" on;
    color: rgba(0,0,0,.8);
    line-height: 1.4;
}
a, .btn-link {
    color:#07c;
}
a.btn-transparent {
    background-color:transparent;
    color:#fff;
}
.btn-success {
    background-color:#1D9C73;
    border-color:#1D9C73;
}
.btn-success:hover {
    background-color:#007952;
    border-color:#1D9C73;
}
.filler {
    color: #fff;
}
form p label, .form-group label {
    font-weight: bold;
}
/* STICKY FOOTER */
html {
    position: relative;
    min-height: 100%;
}
body.flex {
    margin: 0 0 80px 0;
}
div#footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 80px;
    width: 100%;
    color:#222;
    padding:30px 0;
    border-top:1px solid #eee;
}
div#footer a {
    color:#222;
    padding:7px;
}
p.mentions {
    color:#888;
    line-height:15px;
    margin-top:5px;
}
p.mentions.order {
    color:#444;
    line-height:16px;
    margin-top:0;
}

/* ICONS (Lucide inline SVGs) */
.filter-icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    stroke-width: 2;
    display: inline-block;
}

/* TOOLTIP */
button.black-tooltip {
  border:none;
  background:#444;
  color:#fff;
  border-radius:100%;
  padding:2px 6px;
  line-height:14px;
  font-weight: bold;
  margin-top:4px;
}


/* FORMS */
ul.errorlist {
  list-style: none;
  padding:0;
  color:red;
  margin:0;
}
ul.errorlist li {
  margin-bottom:10px;
}
form.required_starred label.required::after {
  content: ' *';
  color:#8dae28;
}
ul.radio-inline {
  list-style: none;
  display: inline-flex;
  padding: 0;
  margin:0;
}
ul.radio-inline li {
  margin-right: 1rem;
}
.helptext {
    color: #666;
    font-size: 0.9rem;
}

/* HEADER */
div#header {
  color:#222;
  overflow: hidden;
}
div#toplogo {
  padding:10px 0;
}

/* LOGIN */
form.login-form {
  border:1px solid #ddd;
  border-radius:4px;
  padding:40px;
  margin-bottom:5px;
}

/* FORMATION */
div.course-navigation {
    border-bottom:1px solid #D7DADE;
    width:100%;
    background: #fff;
    position:fixed;
    height:35px;
    z-index: 1000;
    line-height:35px;
}
div.course-navigation img {
    margin: 7px;
    opacity: 0.4;
}
div.course-navigation small.text-muted {
  line-height:33px;
}
div.course-navigation div#countdown {
  line-height:33px;
}
div.course-navigation a {
    padding:0px 10px;
    display:inline-block;
}
div.course-navigation a.active {
  font-weight:bold;
}
a#nav-button {
  display: none;
  padding:0px 10px !important;
}
div#autoplay_info {
  color:red;
}
div.loading {
    position: absolute;
    top: 30%;
    width: 100%;
    text-align: center;
}

div.course-sidebar {
    width: 349px;
    margin-top:35px;
    background: #eee;
    height: 100%;
    border-right: 1px solid #D7DADE;
    position: fixed;
    overflow: scroll;
    display: inline-block;
    padding-bottom:100px;
}
div.course-sidebar h2 {
    padding:20px 20px 0px 20px;
    text-align:center;
    font-weight: bold;
    font-size:1.4rem;
}
div.course-sidebar h3.teacher {
  padding:0px 20px 20px 20px;
  margin-top:0;
  text-align: center;
  font-size:1.1rem;
  font-weight: normal;
  line-height: 1.5;
}
ul.course-list {
    list-style: none;
    padding:0;
}
ul.course-list h3 {
    line-height:20px;
    padding:10px;
    background:#1D9C73;
    margin:20px 0 0 0;
    color:#fff;
    font-size:1rem;
}
ul.course-list a,
ul.course-list li span.not_clickable {
    padding:6px 10px;
    display:block;
    color:#000;
}
ul.course-list a.completed {
    color:#888;
}
ul.course-list a.active {
    background:#fff;
}
ul.course-list a:hover {
    background:#FEFEFE;
    text-decoration: none;
}
ul.course-list a.unavailable:hover {
    background: #eee;
    color:#bbb;
}
ul.course-list span.completion-icon {
    color:#666;
}
ul.course-list span.completion-icon i.fa-circle-o {
    color:#3498DB;
}
ul.course-list a.unavailable span.completion-icon i.fa-circle-o {
    color:#ccc;
}
div.course-main {
    margin-left: 350px;
    background: #fff;
}
div.course-content {
    max-width:1300px;
    margin:0 auto;
    padding-bottom:49px;
    padding: 60px 40px;
}
div.course-main h1 {
    text-align:center;
}
div.course-main div.description {
    margin:20px 0;
}
div.course-video {
    margin:60px;
}
div.course-arrows {
    position: fixed;
    bottom:0;
    right:0;
    left:350px;
    margin:10px;
    box-shadow: 0 0 10px #bbb;
}
div.course-arrows a, div.arrow_placeholder {
    height: 49px;
    text-align: center;
    padding: 10px 0;
    display: block;
    width:50%;
    float:left;
    background: #fff;
    border-top:1px solid #D7DADE;
}
div.arrow_placeholder {
    background:#D7DADE;
}
div.course-arrows a:hover {
    text-decoration:none;
    background:#3498DB;
    color:#fff;
}
div.course-arrows a.previous:hover span.icon-arrow-left {
  background-image:url("/static/studeo/icon/arrow-left-white.4778743c8ebe.svg");
}
div.course-arrows a.next {
    background:#3498DB;
    color:#fff;
}

/* EVALUATION */
form#evaluation div.reponse {
  margin:30px auto;
}

form#evaluation label {
  font-weight: normal;
}
form#evaluation label.truefalse {
  padding:4px;
}


/* COMPTE */

.account-sidebar {
  width: 349px;
  margin-top: 35px;
  background: #eee;
  height: calc(100% - 35px);
  border-right: 1px solid #D7DADE;
  position: fixed;
  overflow: auto;
  display: flex;
  flex-direction: column;
  padding: 20px;
  padding-bottom: 0;
}
.account-sidebar h1 {
  font-weight: bold;
  font-size: 1.4rem;
}
.account-sidebar .text-muted {
  display: block;
}
.account-nav {
  display: flex;
  flex-direction: column;
  gap: 0.4em;
}
.account-footer {
  margin-top: auto;
  padding-bottom: 15px;
  flex-shrink: 0;
}
.account-content {
  margin-left: 349px;
  padding: 55px 30px;
}

div.course-list-item {
  padding:20px;
  background: #f5f9ff;
  border-radius:3px;
}
div.course-list-item-anchor {
    background: #f6f6f6;
    padding:20px;
    border-radius:3px;
}

/* SATISFACTION */
form#satisfaction ul, form#survey ul {
  list-style: none;
  padding: 0;
}
form#satisfaction ul li label, form#survey ul li label {
  font-weight: normal;
}
form#satisfaction textarea {
  display: block;
  width:100%;
  border:1px solid #ccc;
}

@media screen and (max-width: 768px) {
  div.course-navigation {
      height: 45px;
      line-height:45px;
  }
  select#country {
    height: 45px;
  }
  div.course-navigation a {
    font-size: 1.5rem !important;
  }
  .course-navigation a.pull-right {
      margin-right:25px;
  }
  html,
  body {
    overflow-x: clip;
  }
  a#nav-button {
    display: inline-block;
  }
  .course-sidebar, .navbar {
    position: fixed;
    width: 100vw;
    top: 0;
    bottom: 35px;
    left: 0;
    z-index: 1;
  }
  .mobilehidden {
    display:none !important;
  }
  /* styling opened nav */
  .navbar {
    background:#fff !important;
    bottom:auto;
    z-index:1;
    text-align: center;
    border-bottom:2px solid #eee !important;
  }
  #navbar a {
    color:#3771C8 !important;
  }
  #toplogo {
    text-align: center;
  }
  nav {
    border-bottom:0;
  }
  ul.nav {
    text-align: center;
  }
  ul.nav li {
    margin:auto 20px;
  }
  ul.nav li:last-child {
    text-align: center;
  }
  ul.nav li.active a, ul.nav li a:hover, ul.nav li.active a:hover {
    background: transparent;
  }
  .course-sidebar, .navbar {
    transition: transform .25s;
    will-change: transform;
    transform: translateX(-100%);
  }
  .course-sidebar.is-opened, .navbar.is-opened {
    transform: translateX(0);
  }
  div.course-main {
      margin-left:0;
      padding:60px 10px 10px 10px;
  }
  div.course-video {
      margin:0;
  }
  div.course-arrows {
      left:0;
  }
  span.course-arrow-text {
      display:none;
  }
  div#footer div.col-md-6, div#footer div.col-md-3 {
    text-align: center;
  }
  div#footer a {
    display: block;
  }
  div#order {
    order: 2;
  }
  div#order_side {
    margin-right:15px;
    margin-left:15px;
    order: 1;
    left:0;
  }
  .xp-row {
    flex-wrap: wrap;
  }
  .xp-loyalty-link {
    width: 100%;
    margin-top: 10px;
    margin-left: 0 !important;
    padding-left: 0 !important;
    text-align: center;
  }
  .account-sidebar {
    position: relative;
    width: 100%;
    height: auto;
    border-right: none;
    border-bottom: 1px solid #D7DADE;
    margin-top: 0;
    padding-top: 55px;
    overflow: visible;
  }
  .account-footer {
    margin-top: 1em;
  }
  .account-content {
    margin-left: 0;
    padding: 20px 15px;
  }
}

/* Animal message bubble */
.animal-message {
    display: flex;
    align-items: center;
}
.animal-message__icon {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
}
.animal-message__icon img,
.animal-message__icon svg {
    width: 100%;
    height: 100%;
    display: block;
}
.animal-message__bubble {
    position: relative;
    background: #fff;
    border: 1px solid #333;
    border-radius: 12px;
    padding: 10px 16px;
    margin-left: 12px;
}
.animal-message__bubble::before {
    content: "";
    position: absolute;
    left: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16'%3E%3Cpath d='M8 1L1 8l7 7' fill='%23fff' stroke='%23333' stroke-width='1' stroke-linejoin='round'/%3E%3Crect x='8' y='0' width='2' height='16' fill='%23fff'/%3E%3C/svg%3E") no-repeat center;
}
.animal-message__bubble p {
    margin: 0;
}
.animal-message.borderless .animal-message__bubble {
    border: none;
    background: #edf3fe;
}
.animal-message.borderless .animal-message__bubble::before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16'%3E%3Cpath d='M8 1L1 8l7 7' fill='%23edf3fe' stroke='none'/%3E%3C/svg%3E") no-repeat center;
}
/* Smaller, lighter animal bubble variant */
.animal-message--small .animal-message__icon {
    width: 60px;
    height: 60px;
}
.animal-message--small .animal-message__bubble {
    padding: 9px 14px;
    margin-left: 10px;
}
.animal-message--light .animal-message__icon {
    color: #777;
    opacity: 0.80;
}
.animal-message--light .animal-message__icon img {
    opacity: 0.80;
}
