body {
  /** Variable PLUTO */
  --pluto-header-color: white;
  --pluto-footer-color: #012E43;
  --pluto-header-line-color: #FD9C1D;
  --pluto-header-line-size: 5px;
  --pluto-header-menu-active-color: #FD9C1D;
  --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-interface-bg-color: #fde4f7;
  --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-bubble-freetag-bg-color: lightGrey;
  --pluto-localisation-color: #2db5f9;
  --pluto-banner-title-color: white;
  --pluto-message-color: blue;
  --pluto-tile: #979797;
  --pluto-surface: #f8f9fb;
  --pluto-surface-hover: #e7e8ea;
  --pluto-tile-border: 0.30000001192092896px solid #787f8b;
  --pluto-labels-border: 0.30000001192092896px solid #584e4e;
  --pluto-search-color: black;
  --pluto-search-placeholder-color: gray;
  --pluto-search-background: white;
  --pluto-search-expand-background: lightgray;
  --pluto-banner-mosaic-height: 18rem;
  --pluto-banner-mosaic-width: 30rem;
  --pluto-pastille-background-color: #F5F5F5;
  --pluto-pastille-border-color: #F5F5F5;
  --pluto-max-width: 16000px;

  /** Override variables Materials */
  --md-primary-fg-color: var(--pluto-header-color);
}

@font-face {
  font-family: "CNES Sans";
  src:
    local("CNES Sans"),
    url("../../assets/fonts/CNESSans-Regular.otf") format("opentype")
}

@font-face {
  font-family: "CNES Sans Bold";
  src:
    local("CNES Sans Bold"),
    url("../../assets/fonts/CNESSans-Bold.otf") format("opentype")
}

@font-face {
  font-family: "CNES Poster";
  src:
    local("CNES Poster"),
    url("../../assets/fonts/CNESPoster-Regular.otf") format("opentype")
}

.md-footer {
  position: relative;
  background-color: var(--pluto-footer-color);
  margin: 0px;
  padding: 0px;
  width: 100%;
  bottom: 0px;
}

.md-header {
  z-index: 20 !important;
  position: sticky;
  top: 0px;
  padding: 0px;
  padding-left: 18px;
  padding-top: 28px;
  transition: 0.5s ease all;
  border-bottom: var(--pluto-header-line-size) solid var(--pluto-header-line-color);
  display: block;
  
}
.md-header__topic span {
  display: none !important;
}
.md-header__button.md-logo img {
  width: 149px !important;
  height: 43px !important;
}
.md-main {
  width: 100% !important;
}

.md-container {
    overflow-y: hidden;
    overflow-x: hidden;
    width: 100%;
}

.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;
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.news-title {
  position: relative;
  left: 16px;
  top: -40px;
}
.float-logo {
  position: relative;
  width: 177px;
  height: 171px;
  top: -170px;
  float: right;
  background-color: var(--pluto-pastille-background-color);
  border-radius: 50%;
  border: 1px solid var(--pluto-pastille-border-color);
}
/**************************************** 
            Welcome (index)
******************************************/
/* Page localisation message */
.welcome-title {
  position: relative;
  top: -40px;
  left: 280px;
}
/* Banner */
.welcome-banner-image {
  padding: 0px;
  margin: 0px;
  position: relative;
  max-width: var(--pluto-max-width) !important;
  height: 347px !important;
  top: -32px !important;
  left: 40px !important;

  border: var(--pluto-tile-border);
  border-radius: 5px;
}
.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;
}

.md-typeset {
  margin: 0px;
  padding: 0px;
}
.gettingstarted-banner {
  padding: 0px;
  margin: 0px;
  position: relative;
  max-width: var(--pluto-max-width) !important;
  height: 180px !important;
  top: -64px !important;
  left: 0px !important;

  border: var(--pluto-tile-border);
  border-radius: 5px;
}
.gettingstarted-banner-title {
  color: var(--pluto-banner-title-color);
  line-height: 100%;
  font-size: 48px;
  position: relative;
  left: 64px;
  top: 72px;
  z-index: 15;
  font-family: "CNES Poster";
  text-transform: uppercase;

  
}
h1,h2,h3 {
  color: black !important;
}
h1 {
  font-weight: bold !important;
}

p,li {
  font-family: "CNES Sans";
}

.gettingstarted-banner-image {
  position: relative;
  width: 177px;
  height: 171px;
  padding: 0px;
  margin: 0px;
  top: 50%;
  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: 8000px !important;
  height: 180px !important;
  top: -48px !important;
  left: 0px !important;
  margin: 0px !important;
  padding: 0px !important;

  border: var(--pluto-tile-border);
  border-radius: 5px;
}
.tools-banner-title {
  color: var(--pluto-banner-title-color);
  font-size: 48px;
  position: relative;
  left: 64px;
  top: 48px;
  font-family: "CNES Poster";
  text-transform: uppercase;
}

.post-banner-title {
  color: var(--pluto-banner-title-color);
  font-size: 36px;
  position: relative;
  left: 16px;
  top: 72px;
  font-family: "CNES Poster";
  text-transform: uppercase;
}

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

.button {
  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,
.interface_selected,
.type_selected {
  cursor: pointer;
}

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

.date,
.type,
.type_selected {
  color: 222222;
  background-color: #c1b53d;
  font-family: "CNES Sans";
}

.license,
.license_selected,
.tools {
  color: 222222;
  background-color: var(--pluto-bubble-license-bg-color);
  font-family: "CNES Sans";
}

.freetag {
  color: 222222;
  background-color: var(--pluto-bubble-freetag-bg-color);
  font-family: "CNES Sans";
}

.pertinence {
  background-color: #ffffff;
  font-family: "CNES Sans";
}

.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);
  font-family: "CNES Sans";
}
.category,
.category_selected {
  background-color: var(--pluto-bubble-category-bg-color);
  font-family: "CNES Sans";
}

.interface,
.interface_selected {
  background-color: var(--pluto-bubble-interface-bg-color);
  font-family: "CNES Sans";
}

.category_selected,
.category_unselected,
.maturity_selected,
.maturity_unselected,
.license_selected,
.license_unselected,
.difficulty_selected,
.difficulty_unselected,
.interface_selected,
.interface_unselected,
.type_selected,
.type_unselected {
  padding-top: 5px;
  padding-bottom: 5px;
  width: 99%;
  font-family: "CNES Sans";
}

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

fieldset {
  position: relative;
  border-radius: 16px;
  border: 1px solid lightgray;
  text-align: center;
  font-size: 18px;
  margin-top: 4px;
  margin-bottom: 4px;
}

fieldset legend {
  font-size: 18px;
  text-align: left;
  font-family: "CNES Sans";
}

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-size: 18px;
  top: 12px;
  left: 13px;
  height: 48px;
  width: 95%;
  font-family: "CNES Sans Bold";
}

.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: 1px;
  cursor: pointer;
  margin: 0px;
  margin-left: 8px;
  margin-right: 8px;
  height: 500px;
  max-width: 450px;
}
.li-cards-mini {
  max-height: 400px;
}
.li-cards-mini:hover {
  background-color: var(--pluto-surface-hover);
}
.md-typeset .grid {
    gap: 0.8rem 0px;
    grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
}

.li-cards-container {
  position: relative;
  border-radius: 5px;
  margin: 0px;
  padding: 5px;
  height: 496px;
  width: 100%;
}

.li-cards-default,
.li-cards-hover,
.li-cards-default-highlight,
.li-cards-hover-highlight {
  margin: 0px;
  padding: 5px;
  position: absolute;
  top: 0px;
  left: 0px;
  list-style-position: inside;
  cursor: pointer;
  height: 100%;
  width: 100%;
  background-color: var(--pluto-surface);
  z-index:10;
}
.li-cards-hover {
  z-index: -1 !important;
}
.li-cards-hover-highlight {
  z-index: 15;
  opacity: 0.95;
  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: 130px;
  height: auto;
}

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

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

.md-grid {
  max-width: var(--pluto-max-width);
}

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

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

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

.main-container-gettingstarted {
  position: relative;
  top: 16px;
  bottom: 150px;
  border: 2px solid red;
}

.filters-container {
  display: inline-block;
  background-color: white;
  width: 200px;
  position: relative;
  left: 8px;
  margin-right: 8px;
  height: auto;
}

.tiles-container {
  position: relative;
  top: -48px;
  display: inline-block;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.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-interface-container,
.filter-type-container,
.toggle-producer-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;
}


.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;
}
.bubble-openclose {
  margin-top: -33px;
  padding: 3px;
  max-width: 16px;
  max-height: 16px;
  float: left;
  border-radius: 9px;
  background-color: white;
}

.bubble-legend {
  margin-left: 20px;
}

.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;
}

.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 {
  float: right;
  max-width: 150px;
  max-height: 150px;
}

.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 {
  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;
}

@keyframes fadeIn {
  from {  opacity:0;
          height: 0px;
          visibility: visible; }
  to {  opacity:1;
        height: 100%; }
}

@keyframes fadeOut {
  from {  opacity:1;
          height: 100%;
  }
  to {  opacity:0;
        height: 0px;
        visibility: hidden; }
}

.bubbles-category-container,
.bubbles-maturity-container,
.bubbles-license-container,
.bubbles-difficulty-container,
.bubbles-type-container,
.bubbles-interface-container,
.bubbles-category-container-hidden,
.bubbles-maturity-container-hidden,
.bubbles-license-container-hidden,
.bubbles-difficulty-container-hidden,
.bubbles-type-container-hidden,
.bubbles-interface-container-hidden {
  visibility: hidden;
  height: 0px;
}

.bubbles-category-container-visible,
.bubbles-maturity-container-visible,
.bubbles-license-container-visible,
.bubbles-difficulty-container-visible
.bubbles-type-container-visible,
.bubbles-interface-container-visible{
  visibility: visible;
}

.bubbles-category-container-visible,
.bubbles-maturity-container-visible,
.bubbles-license-container-visible,
.bubbles-difficulty-container-visible,
.bubbles-type-container-visible,
.bubbles-interface-container-visible {
  animation: fadeIn 0.3s ease-in-out;
}

.bubbles-category-container-hidden,
.bubbles-maturity-container-hidden,
.bubbles-license-container-hidden,
.bubbles-difficulty-container-hidden,
.bubbles-type-container-hidden,
.bubbles-interface-container-hidden {
  animation: fadeOut 0.1s ease-in-out;
}




/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  margin: 4px;
  margin-top: 12px;
  margin-bottom: 8px;
  height: 20px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(36px);
  -ms-transform: translateX(36px);
  transform: translateX(36px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 22px;
}

.slider.round:before {
  border-radius: 50%;
}

.toggle-title {
  position: absolute;
  margin-left: 64px;
  margin-top: 0px;
  font-size: 16px;
  text-wrap: nowrap;
}

hr {
  margin: 0px;
  padding: 0px;
}

.nop {
  border: 1px solid var(--pluto-surface-hover);
}

.cards ul {
  border: 4px solid red;
  display: flex;
  justify-content: right; /* align horizontal */
}

/* ===========
     Header 
   =========== */
.pluto_header {
  display: flex;
  flex-direction: row;
  background-color: var(--pluto-header-color);
  color: black;
  overflow-x: auto;
  z-index : 0;
}

.md-tabs__list {
  position: relative;
  top: 30px;
}

.md-tabs__link,
.md-tabs__link:hover,
.md-tabs__link:visited {
  color: black;
  text-transform: uppercase;
  font-weight: 700;
  font-size: .875rem;
  font-family: 'CNES Sans',sans-serif;
}
.md-tabs__item--active .md-tabs__link {
  color: var(--pluto-header-menu-active-color);
}

/** ==================
      SEARCH 
    ==================
*/

.md-search {
  margin-top: 16px !important;
  z-index: 200 !important;
  top: 40px !important;
  right: 0px !important;
  position: fixed !important;
  padding-right: 3rem !important;
}

.md-search__icon {
  left: 0.8rem !important;
  
}
.md-search__form, .md-search__form:hover {
  background-color: var(--pluto-search-background) ;
}

.md-search__inner {
  width: 80px;
}

.md-search__input::placeholder {
   color: var(--pluto-search-placeholder-color) !important;
}
.md-icon svg {
  fill: var(--pluto-search-color);
}

.header_image {
  max-width: 700px !important;
  height: 110px !important;
  padding: 6px;
  padding-left: 4px;
  padding-top: 8px;
  margin-bottom: 8px;
  float: left;
}

.md-copyright__highlight {
  color: white;
  text-transform: capitalize;
  font-weight: bolder;
  font-size: large;
}

.header_menu {
  font-size: 18px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 24px;
}
.header_menu a,
.header_menu a:hover,
.header_menu a:visited {
  text-transform: capitalize;
  font-weight: bolder;
  font-size: 18px;
  color: black !important;
}

.nolink,
.nolink:hover
{
  color: var(--pluto-font-color) !important;
}
.title-item {
  display: inline-block;
  width: 100px;
}

/** Index */
.index-content {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 0px;
  margin: 0px;
}

.index-left {
  margin-left:80px;
  display: block;
  width: 50%;
}

.index-left img {
  max-height: 250px;
  float: left;
  margin-left: -24px;
}

.index-right {
  margin-right:80px;
  display: block;
  width: 50%;
}


.index-right img {
  max-height: 600px;
}

.bandeaux {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 16px;
}

.bandeau {
  margin:0px;
  padding: 0px;
  margin-left:auto;
  margin-right:auto;
  display: flex;
  flex-direction: row;
}

.bandeau-left-text {
  width: var(--pluto-banner-mosaic-width);
  padding: 2rem;
  height: var(--pluto-banner-mosaic-height);
}
.bandeau-right-img {
  height: var(--pluto-banner-mosaic-height);
  padding: 0px;
  margin: 0px;
}
.bandeau-right-img img {
  margin: 0px;
  padding: 0px;
  width: var(--pluto-banner-mosaic-width);
  height: var(--pluto-banner-mosaic-height);
}
.bandeau-left-img {
  height: var(--pluto-banner-mosaic-height);
}
.bandeau-left-img img {
  margin: 0px;
  padding: 0px;
  height: var(--pluto-banner-mosaic-height);
  width: var(--pluto-banner-mosaic-width);
  margin-right:0px;
  margin-left: auto;
}
.bandeau-right-text {
  width: var(--pluto-banner-mosaic-width);
  padding: 2rem;
  height: var(--pluto-banner-mosaic-height);
}
.bandeau-text {
  width: 65%;
  padding-top: 16px;
  font-family: "CNES Sans";
  line-height: 1.5rem;
  font-size: 1rem;
  margin-bottom: 16px;
}

.bandeau-img img{
  height:20rem;
  width:auto;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
}

.bandeau-title {
  font-family: "CNES Poster";
  text-transform: uppercase;
  font-size: 1.5rem;
}

.bandeau-button {
  font-family: "CNES Sans";
  font-weight: bold;
  /* TODO: search to have the same size for every buttons */
  display: inline-block;
  text-align: center;
  width: 150px;
  border-radius: 6px;
  border: 0px;
  margin-left: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right:12px;
  background: linear-gradient(90deg, #FF9519,#D32744);
  color: white;
  cursor: pointer;
}

.tool-title {
  top: 80px !important;
  font-size: 32px !important;
}

.md-tabs__item {
    color: black !important;
    text-transform: uppercase;
    font-weight: 700 !important;
    font-size: .775rem;
}

.md-tabs__item--active a {
  color: var(--pluto-header-menu-active-color) !important;
}

.tile_img-gs {
  min-width: 50px;
  max-width: 170px;
  width: auto;
  min-height: 50px;
  max-height: 170px;
  height: auto;
  padding: 0px;
  margin:auto;
}

.odd {
  background: linear-gradient(135deg,rgb(175, 197, 175),rgb(250, 217, 156));
}

.select-lang {
  height: 50px;
  width:80px;
  margin: auto;
  margin-right:8px;
  z-index: 300;
  font-family: "CNES Sans",sans-serif;
  padding: 0px;
  border: 0px !important;
	background-color: white;
	color: black;
}
.select-lang option img {
  width: 24px;
}
.select-lang option::checkmark {
  content: '';
}

.select-lang option {
  display:flex;
}
.selected-content {
  font-size: 28px;
}
.select-lang,
.select-lang::picker(select) {
	appearance: base-select;
  padding: 0.1rem;
	border: 1px solid var(--pluto-header-line-color);
	border-radius: 10px;
	background-color: white;
	color: var(--pluto-header-line-color);
  font-size: 28px;
}


.select-lang::picker-icon {
  content: '';
}

.content {
  position: relative;
  margin-top:0px;
  padding-top:0px;
  margin-left: 16px;
  margin-right: 16px;
  top: -64px;
}

.legalnotice {
  margin-left: 8px;
  margin-right: 8px;
}