body {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position-x: right !important;
}
#content {
  min-height: calc(100vh - 176px) !important;
}
.content_tma {
  min-height: calc(100vh - 136px) !important;
}
.home {
  margin-left: 0px;
  background: none;
  border: none;
  height: auto;
  margin: 0 auto 0;
  max-width: 1180px;
  min-width: 760px;
}
.header-global {
  border-bottom: none;
  box-shadow: none;
  background: none;
}
.header-global h1.logo img.ec-logo-size {
  display: none;
}
.wrapper-header {
  max-width: 1500px !important;
}
.empty-dashboard-message {
  max-width: 600px;
  margin-left: 0px;
  background: none;
  color: none !important;
  border: none;
}
#tma_background_font {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/media/microsite/netexplo/bg_img2.jpg);
}
header > nav > ol {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
}
.user-link {
  box-shadow: none !important;
}
.user-link:hover {
  background-color: rgba(21, 67, 121, 0.7) !important;
  border-radius: 15px;
}

/*Homepage*/
#connectButnsWrapper {
  max-width: 600px;
  margin-left: 0px;
  background: none;
  border: none;
  text-align: center;
}
.butnContainer {
  margin-top: 50px;
}
.butnContainer > a {
  padding: 10px 90px;
  text-align: center;
  text-shadow: none;
  font-weight: 900;
  letter-spacing: 0;
  color: white;
  background-color: #9be7d8;
  box-sizing: border-box;
  transition: color 0.25s ease-in-out, background 0.25s ease-in-out,
    box-shadow 0.25s ease-in-out;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0px 0px 0px black;
  border-color: transparent;
  border-radius: 3px;
  font-size: 24px;
}
.butnContainer > a:hover {
  background-color: rgba(155, 231, 216, 0.5);
}
.header-global {
  height: 120px;
}

/* Dashboard */
#dashboard_course_content {
  margin: 0px;
  width: 100%;
}
#logoData4Manager > img {
  margin-top: 50px;
  max-width: 70vw;
}
.empty-dashboard-message p {
  color: rgba(21, 67, 121, 1);
  line-height: 100%;
}

@media screen and (max-width: 670px) {
  #logoData4Manager {
    margin-left: 10px;
  }
  #logoData4Manager > img {
    position: relative;
  }
  /* #tma_background_font {
    background-position-x: -955px;
  } */
}
@media screen and (max-width: 500px) {
  .header-global h1.logo img.ec-logo-size {
    min-width: 90vw;
  }
}
