body {
  /** Variable PLUTO */
  --pluto-header-color: #143c5f;
  --pluto-font-color: black;
  --pluto-link-color: darkblue;
  --pluto-bubble-font-color: #162025;
  --pluto-bubble-maturity-bg-color: #f9e4e5;
  --pluto-bubble-category-bg-color: #8fd6f2;
  --pluto-bubble-license-bg-color: #c1f4cd;
  --pluto-button-refresh-bg-color: #2db5f9;
  --pluto-button-help-bg-color: #bcbcbc;
  --pluto-button-search-bg-color: #2db5f9;
  --pluto-localisation-color: #2db5f9;
  --pluto-banner-title-color: white;
  --pluto-message-color: blue;
  --pluto-header-color: #143c5f;
  --pluto-tile: #979797;
  --pluto-surface: #f8f9fb;
  --pluto-surface-hover: #e7e8ea;
  --pluto-tile-border: 0.30000001192092896px solid #787f8b;
  --pluto-labels-border: 0.30000001192092896px solid #584e4e;

  /** Override variables Materials */
  --md-primary-fg-color: var(--pluto-header-color);
}
.md-footer {
  background-color: var(--md-primary-fg-color);
  position: absolute;
  width: 100%;
  bottom: 0px;
}

/*.md-content .md-typeset h1 {
  display: none !important;
}*/
.md-header {
  z-index: 200;
}
.md-header__topic span {
  display: none !important;
}
.md-header__button.md-logo img {
  width: 149px !important;
  height: 43px !important;
}
.md-main {
  width: 100% !important;
  position: absolute;
  top: 106px;
  bottom: 68px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.md-content {
  width: 100% !important;
}

/* Page localisation message */
.welcome-title,
.gettingstarted-title,
.tools-title,
.news-title {
  color: var(--pluto-localisation-color) !important;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}

.news-title {
  position: relative;
  left: 16px;
  top: -40px;
}
.float-logo {
  position: relative;
  width: 177px;
  height: 171px;
  top: -120px;
  float: right;
}
/**************************************** 
            Welcome (index)
******************************************/
/* Page localisation message */
.welcome-title {
  position: relative;
  top: -40px;
  left: 280px;
}
.md-container {
  width: 100%;
}
/* Banner */
.welcome-banner-image {
  padding: 0px;
  margin: 0px;
  position: relative;
  max-width: 1844px !important;
  height: 347px !important;
  top: -32px !important;
  left: 40px !important;

  border: var(--pluto-tile-border);
  border-radius: 5px;
  /*opacity: 0.3;*/
}
.welcome-banner-title {
  color: var(--pluto-banner-title-color);
  font-size: 48px;
  position: relative;
  left: 296px;
  top: 64px;
}
.welcome-banner-logo {
  position: relative;
  left: -64px;
  top: 18px;
}
.welcome-banner-logo img {
  width: 740px;
  height: 182px;
  opacity: 1;
}

/* Hide beta bloc */
.beta {
  display: none;
}
/********************************************************************************
  Getting started 
  ******************************************************************************/
/* Page localisation message */
.gettingstarted-title {
  position: relative;
  top: -40px;
  left: 16px;
}

.gettingstarted-banner {
  padding: 0px;
  margin: 0px;
  position: relative;
  max-width: 1524px !important;
  height: 180px !important;
  top: -32px !important;
  left: 4px !important;

  border: var(--pluto-tile-border);
  border-radius: 5px;
  /*opacity: 0.3;*/
}
.gettingstarted-banner-title {
  color: var(--pluto-banner-title-color);
  line-height: 100%;
  font-size: 48px;
  position: relative;
  left: 64px;
  top: 54px;
  z-index: 15;
}
.gettingstarted-banner-image {
  position: relative;
  width: 177px;
  height: 171px;
  padding: 0px;
  margin: 0px;
  top: 24px;
  right: 0px;
  z-index: 10;
}
.gettingstarted-banner-image img {
  max-width: 177px;
  max-height: 171px;
}
/**************************************** 
            Tiles management
******************************************/
.tiles {
  margin: auto;
  margin-left: 36px;
  width: fit-content;
  flex-flow: row wrap;
  flex-grow: 16;
  align-items: self-start;
  display: flex;
}

.tile {
  display: flex;
  flex-direction: column;
  margin: 4px;
  background-color: var(--pluto-surface);
  border: var(--pluto-tile-border);
  opacity: 1;
  top: 0px;
  min-width: 263px;
  max-width: 263px;
  width: 263px;
  height: 400px;
  padding: 12px;
  border-radius: 5px;
}
.tile:hover {
  background-color: var(--pluto-surface-hover);
}
.tile a,
.tile a:visited,
.tile a:hover {
  color: black;
}

.tile img {
  max-width: 150px;
  max-height: 150px;
}
.tile p {
  margin-top: 0px;
  margin-bottom: 0px;
}
.tile-title {
  color: var(--pluto-tile);
  font-size: 20px;
  margin: 0px;
}
.tile-content {
  margin: 0px;
  padding: 0px;
  color: var(--pluto-font-color);
}
.tile-separator {
  display: block;
  margin: 0px;
  padding: 0px;
  border-top: 1px solid black;
}
/**************************************** 
            Toc Management
******************************************/
.toc {
  top: 110px;
  width: 247px;
  padding: 4px;
  margin-left: 24px;
  flex-shrink: 0;

  /* UI Properties */

  background: var(--pluto-surface) 0% 0% no-repeat padding-box;
  opacity: 1;
}
.toc-title {
  color: var(--pluto-font-color);
  font-size: 18px;
  font-weight: bold;
}

.toc-list {
  padding: 0;
  margin-left: 0;
  list-style: none;
}
.toc-list li {
  color: var(--pluto-font-color);
  font-size: 18px;
  margin-top: 18px;
}

.toc-list2 {
  padding: 0;
  margin-left: 8px;
  list-style: none;
}

.toc-list2 li {
  color: var(--pluto-font-color);
  font-size: 14px;
  margin-top: 14px;
}

.link-title,
.link-title a,
.link-title a:visited,
.link-title a:hover {
  color: var(--pluto-font-color);
}

.tools-title {
  position: relative;
  top: -40px;
  left: 280px;
}
/* Banner */
.tools-banner-image {
  position: relative;
  max-width: 1801px !important;
  height: 180px !important;
  top: -32px !important;
  left: 4px !important;

  border: var(--pluto-tile-border);
  border-radius: 5px;
}
.tools-banner-title {
  color: var(--pluto-banner-title-color);
  font-size: 48px;
  position: relative;
  left: 296px;
  top: 64px;
}

.post-banner-title {
  color: var(--pluto-banner-title-color);
  font-size: 36px;
  position: relative;
  left: 16px;
  top: 64px;
}

/********************************************************************************************/
.category,
.date,
.license,
.maturity,
.difficulty,
.pertinence,
.tools,
.type,
.category_selected,
.category_unselected,
.maturity_selected,
.maturity_unselected,
.license_selected,
.license_unselected,
.difficulty_selected,
.difficulty_unselected,
.type_selected,
.type_unselected,
.button {
  padding: 4px;
  margin-top: 4px;
  border-radius: 12px;
  color: var(--pluto-bubble-font-color);
  background-color: #b9cde6;
  /*white-space: nowrap;*/
  display: inline-block;
  font-size: 16px;
  padding-left: 12px;
  padding-right: 12px;
  margin-right: 8px;
}

.button {
  /*border: solid 1px black;*/
  color: black;
  font-size: 18px;
  background-color: var(--pluto-button-search-bg-color);
  cursor: pointer;
}
.bigbutton,
.bigbutton:hover,
.bigbutton:visited {
  border: var(--pluto-labels-border);
  border-radius: 16px;
  padding: 10px;
  margin-top: 10px;
  margin-right: 4px;
  color: var(--pluto-font-color);
  background-color: var(--pluto-localisation-color);
  cursor: pointer;
  font-size: medium;
}

.category_selected,
.maturity_selected,
.license_selected,
.difficulty_selected,
.type_selected {
  cursor: pointer;
}

.category_unselected,
.maturity_unselected,
.license_unselected,
.difficulty_unselected,
.type_unselected {
  cursor: pointer;
  color: grey;
  background-color: lightGrey;
}

.date,
.type,
.type_selected {
  color: 222222;
  background-color: #c1b53d;
}

.license,
.license_selected,
.tools {
  color: 222222;
  background-color: var(--pluto-bubble-license-bg-color);
}
.pertinence {
  background-color: #ffffff;
}

.logo {
  height: 16px;
  width: 48px;
  float: right;
}

.logo-cnes {
  height: 46px;
  width: 46px;
  float: right;
}

.star {
  height: 12px;
  width: 12px;
}

.maturity,
.maturity_selected,
.difficulty,
.difficulty_selected {
  color: 222222;
  background-color: var(--pluto-bubble-maturity-bg-color);
}
.category,
.category_selected {
  background-color: var(--pluto-bubble-category-bg-color);
}
.category_selected,
.category_unselected,
.maturity_selected,
.maturity_unselected,
.license_selected,
.license_unselected,
.difficulty_selected,
.difficulty_unselected,
.type_selected,
.type_unselected {
  padding-top: 5px;
  padding-bottom: 5px;
  width: 99%;
}

.all {
  display: inline-block;
  white-space: nowrap;
}

fieldset {
  border-radius: 16px;
  border: 1px solid lightgray;
  text-align: center;
  font-size: 18px;
}

select {
  border-radius: 8px;
  padding-left: 4px;
  padding-right: 4px;
  margin-right: 8px;
}

.title-content {
  margin-left: 250px;
  font-weight: bolder;
  font-size: larger;
}

.title {
  position: relative;
  font-weight: bold;
  font-size: 18px;
  top: 12px;
  left: 13px;
  height: 48px;
  width: 100%;
}

.p-right {
  margin-top: -8px;
  margin-right: 12px;
  float: right;
}

.scrollY {
  overflow-y: scroll;
}

p {
  font-size: medium;
}

.li-cards {
  list-style-position: inside;
  border: var(--pluto-tile-border);
  background-color: var(--pluto-surface);
  border-radius: 5px;
  padding: 5px;
  cursor: pointer;
  margin: 0px;
}
.li-cards:hover {
  background-color: var(--pluto-surface-hover);
}

img {
  padding: 5px;
  display: block;
  margin: auto;
  width: auto;
}

.tile_img {
  min-width: 50px;
  max-width: 150px;
  width: auto;
  min-height: 50px;
  max-height: 150px;
  height: auto;
}

.tool_page_img {
  min-height: 200px;
  max-height: 200px;
}

.dropdown-menu {
  max-height: 50%;
  overflow-y: auto;
}

.md-typeset .grid {
  grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
}

.md-grid {
  max-width: 3440px;
}

.default-title {
  padding-left: 8px;
}

.btn-filter {
  margin-left: 8px;
  margin-right: 8px;
}

.main-container {
  position: relative;
  top: 16px;
  bottom: 150px;
  display: flex;
}
.main-container-gettingstarted {
  position: relative;
  top: 16px;
  bottom: 150px;
}

.filters-container {
  display: inline-block;
  /*border: 3px solid red;*/
  background-color: white;
  width: 200px;
  margin-right: 8px;
}

.tiles-container {
  position: relative;
  top: -8px;
  display: inline-block;
  width: 100%;
}

.filter {
  border: solid 1px black;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 32px;
}

.sort-container {
  vertical-align: top;
  font-size: small;
}
.filter-text-container {
  vertical-align: top;
  font-size: small;
}
.filter-category-container,
.filter-maturity-container,
.filter-license-container,
.filter-difficulty-container,
.filter-type-container {
  vertical-align: top;
  display: inline-block;
  font-size: small;
}
.img-button {
  display: inline-block;
  max-width: 24px;
  max-height: 24px;
  float: right;
}

.icon-mini {
  width: 32px;
  height: 32px;
  float: left;
}

.icon-xmini {
  width: 24px;
  height: 24px;
  float: left;
}
.txtFilter {
  display: inline-block;
  background-color: #eeeeee;
  padding-right: 4px;
}

.filter-text-line1 {
  display: flex;
}

fieldset legend {
  font-size: 14px;
  text-align: left;
}

.legend-container {
  border: 1px solid red;
  width: 100%;
}
.help-image,
.reset-image {
  margin-top: -28px;
  padding: 3px;
  max-width: 16px;
  max-height: 16px;
  float: right;
  border-radius: 9px;
}
.help-image {
  background-color: var(--pluto-button-help-bg-color);
}
.reset-image {
  background-color: var(--pluto-button-refresh-bg-color);
  margin-right: 20px;
  cursor: pointer;
}

.md-tabs__link,
.md-tabs__link:hover,
.md-tabs__link:visited {
  color: white;
}
.image-tuto-type {
  float: left;
  min-width: 32px;
  min-height: 32px;
  max-width: 56px;
  max-height: 56px;
}

.label-difficulty-easy {
  color: green;
}
.label-difficulty-intermediate {
  color: darkorange;
}
.label-difficulty-advanced {
  color: darkred;
}

table th:first-of-type,
table td:first-of-type {
  white-space: nowrap;
}

.news {
  background-color: lightblue;
  height: 800px;
  overflow: scroll;
  border: 1px solid black;
}

.labels {
  padding-left: 16px;
  padding-right: 18px;
  padding-top: 20px;
  padding-bottom: 23px;
  background-color: var(--pluto-surface);
  border-radius: 11px;
  border: var(--pluto-labels-border);
}

.buttons-container {
  text-wrap: nowrap;
}

.banner-logo {
  /*background-color: white;*/
}

.md-ellipsis {
  color: black;
}

/* ============================================================
      Blog
   ============================================================ */
.tile-header-image {
  height: 239px;
}
.tile-logo {
  position: relative;
  height: 63px;
  width: 72px;
  left: 320px;
  top: -64px;
  z-index: 150;
}
.blog-avatar {
  height: 63px;
  width: 72px;
}

.tile-news-image {
  position: relative;
  top: 0px;
  left: 0px;
  padding: 0px;
  margin: 0px;
  width: 402px;
  height: 249px;
}

.tiles-news {
  margin: 0px;
  width: fit-content;
  flex-flow: row wrap;
  flex-grow: 16;
  align-items: self-start;
  display: flex;
}

.tile-news {
  /*display: flex;
  flex-direction: column;*/
  background-color: var(--pluto-surface);
  border: var(--pluto-tile-border);
  opacity: 1;
  top: 0px;
  min-width: 402px;
  max-width: 402px;
  width: 402px;
  height: 735px;
  margin: 4px;
  padding: 0px;
  border-radius: 5px;
  cursor: pointer;
}

.tile-news:hover {
  background-color: var(--pluto-surface-hover);
}

.tile-news-title {
  color: var(--pluto-tile);
  font-size: 20px;
  margin: 4px;
  padding: 0px;
}

.tile-news h2 {
  display: none;
}

.news-details {
  font-size: 11px;
  margin-left: 4px;
  margin-right: 4px;
}

.news-details a {
  font-weight: bold;
}
.news-dot {
  height: 24px;
  margin-right: 4px;
  margin-left: 4px;
  float: left;
  width: 24px;
  background-color: var(--pluto-button-search-bg-color);
  border-radius: 10px;
  border: 0px solid var(--pluto-button-search-bg-color);
}

.news-content {
  padding-left: 8px;
  padding-right: 4px;
}

a,
a:focus,
a:hover,
a:visited {
  color: var(--pluto-link-color);
}

.md-typeset a,
.md-typeset a:focus,
.md-typeset a:hover,
.md-typeset a:visited {
  color: var(--pluto-link-color);
}

.index {
  margin-left: 40px;
}

.tile-opaque img {
  background-color: white;
  border: 1px solid black;
}