/* rubik-regular - latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: local(''),
    url('/assets/fonts/rubik-v11-latin-regular.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/assets/fonts/rubik-v11-latin-regular.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* rubik-500 - latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  src: local(''),
    url('/assets/fonts/rubik-v11-latin-500.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/assets/fonts/rubik-v11-latin-500.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* rubik-600 - latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  src: local(''),
    url('/assets/fonts/rubik-v11-latin-600.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/assets/fonts/rubik-v11-latin-600.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* rubik-italic - latin */
@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 400;
  src: local(''),
    url('/assets/fonts/rubik-v11-latin-italic.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/assets/fonts/rubik-v11-latin-italic.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* annie-use-your-telescope-regular - latin */
@font-face {
  font-family: 'Annie Use Your Telescope';
  font-style: normal;
  font-weight: 400;
  src: local(''),
    url('/assets/fonts/annie-use-your-telescope-v11-latin-regular.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('/assets/fonts/annie-use-your-telescope-v11-latin-regular.woff') format('woff'),
    /* Modern Browsers */
}

.header {
  background-color: #0b0b4b;
  border-bottom: 1px solid #626291;
  color: #eaf2f8;
}

.header a {
  color: #eaf2f8;
}

nav .nav-list {
  color: #b1b1b1;
}

nav .nav-list a {
  color: gray;
}

nav .nav-pane {
  background-color: rgb(179, 179, 212);
  border-bottom: 1px solid #bcbce7;
}

.content {
  background-color: #fafdff;
}

nav input:checked+li {
  color: darkcyan;
}


@media(min-width: 900px) {
  nav {
    border-right: 1px solid lightgrey;
  }

  nav ul li label:hover {
    background-color: #f2f2cc;
  }

  nav input:checked+li>label {
    background-color: #e6e6c0;
    border-right: 3px solid #cfcf73;
  }
}

@media(max-width: 900px) {
  nav {
    background-color: #0b0b4b;
    border-bottom: 1px solid #626291;
  }

  nav ul li label:hover {
    background-color: #b2b2d8;
  }

  nav {
    color: #eaf2f8;
  }

  nav a {
    color: #eaf2f8;
  }

  nav input+li {
    border-top: 3px solid #EEEEFF;
    border-bottom: 3px solid #EEEEFF;
  }

  nav input:checked+li {
    background-color: #e6e6c0;
    border-top: 3px solid #EEEEFF;
    border-bottom: 3px solid #cfcf73;
  }
}


.section-accentWhite {
  background-color: #FFFFFF;
  color: #535c5e;
}

.section-accent1 {
  color: black;
}

.section-accent1 a {
  color: black;
}

.section-accent2 {
  background-color: #f4fedd;
  color: #353f52;
}

.section-accent2 a {
  color: #353f52;
}


.section-accent3 {
  background-color: #f0f0f0;
  color: #535c5e;
}

.section-accent3 a {
  color: #535c5e;
}


.section-accent-warn {
  background-color: #f7c569;
  color: #535c5e;
}

.section-accent3 a {
  color: #535c5e;
}




.section-row:nth-child(2n) {
  background-color: rgba(0, 0, 0, 0.04);
}

.superseded {
  color: rgb(180, 180, 180);
}

.superseded a {
  color: rgb(180, 180, 180);
}

.news-projects {
  color: rgb(75, 75, 75);
}

.news-projects a {
  color: rgb(75, 75, 75);
}




.navcontent {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
}

.header {
  padding: var(--header-padding);
  height: var(--header-height);
  font-weight: 500;
  font-size: 1.2em;

  display: flex;
  flex-direction: row;
}

.header a {
  text-decoration: none;
  flex-grow: 1;
}

nav a {
  text-decoration: none;
}

nav a:hover {
  text-decoration: underline;
}

nav a {
  text-decoration: none;
}

nav .nav-list {
  font-weight: 400;
  text-transform: uppercase;
}

nav {
  font-weight: 500;
  text-transform: uppercase;
}

nav ul {
  list-style-position: inside;
  list-style: none;
  padding: 0;
  margin: 0;
}

nav ul li label {
  display: block;
  padding: 10px;
}

nav input {
  display: none;
}

nav input:not(:checked)+li>ul.nav-pane {
  display: none;
}

nav input:checked+li>ul.nav-pane {
  display: flex;
}

:root {
  --header-height: 26px;
  --header-padding: 10px;
  --nav-width: 160px;
  --nav-pane-item-width: 200px;

  --nav-pane-item-separation: 15px;
}


nav .nav-pane {
  position: absolute;
  top: calc(var(--header-height) + var(--header-padding) * 2 + 1px);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
  align-items: stretch;
  padding-top: var(--nav-pane-item-separation);
}

nav .nav-pane>li {
  flex-grow: 0;
  text-align: center;
  flex-shrink: 0;
  flex-basis: var(--nav-pane-item-width);
}

nav .nav-pane>li+li {
  margin-bottom: var(--nav-pane-item-separation);
}

nav .nav-pane>li>ul {
  position: relative;
}


nav .nav-pane img {
  object-fit: contain;
  transition: .25s ease;
  border: 2px solid lightgrey;
  padding: 3px;
  background-color: white;
  opacity: 0.5;
  filter: grayscale(80%);
}

nav .nav-pane img:hover {
  opacity: 1;
  filter: grayscale(0%);
}

nav ul li label:hover img {
  opacity: 1;
  filter: grayscale(0%);
}

nav .nav-pane img:hover {
  opacity: 1;
  filter: grayscale(0%);
}




@media(max-width: 900px) {
  body {
    display: flex;
    flex-direction: column;
  }

  .navcontent {
    flex-grow: 1;
    align-items: stretch;
  }

  .header {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 45%;
    position: sticky;
    top: 0px;
    z-index: 9;

    display: flex;
    justify-content: left;
    align-items: center;
  }

  nav {
    flex-grow: 1;
    flex-shrink: 0;
    position: sticky;
    flex-basis: 50%;
    top: 0px;
    z-index: 10;

    display: flex;
    justify-content: left;
    align-items: center;
  }

  .content {
    flex-grow: 1;
    flex-basis: 90%;
    min-height: 100%;
  }

  nav .nav-pane {
    overflow: scroll;
    right: 0px;
    width: calc(100%);
    z-index: 10;
  }

  nav .nav-list {
    display: none;
  }

  nav>ul {
    display: flex;
    flex-direction: row;
    flex-wrap: no-wrap;
  }

  nav>ul>li {
    flex-grow: 1;
    flex-shrink: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media(min-width: 900px) {
  body {
    display: flex;
    flex-direction: column;
  }

  .navcontent {
    flex-grow: 1;
    flex-basis: 80%;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .header {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 95%;
    position: sticky;
    top: 0px;
    z-index: 10;

    display: flex;
    justify-content: left;
    align-items: center;
  }

  nav {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: var(--nav-width);
    min-height: 100%;
  }

  .content {
    flex-grow: 1;
    flex-basis: var(--nav-width);
  }

  nav .nav-pane {
    left: calc(var(--nav-width));
    width: calc(100% - var(--nav-width));
    z-index: 5;

  }
}



.current {
  color: green;
}

html,
body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: calc(100% - 26px);
  font-family: 'Rubik', sans-serif;
}

@media(min-width: 900px) {
  #map {
    width: 720px;
    height: 320px;
  }
}

@media(max-width: 900px) {
  #map {
    width: 640px;
    height: 320px;
  }
}

@media(max-width: 640px) {
  #map {
    width: 512px;
    height: 320px;
  }
}

#map {
  z-index: 0;
}

#map .leaflet-control-attribution {
  display: none;
}

.entete {
  font-family: 'Annie Use Your Telescope'
}


.section-arc {
  background-position: left 600px top 20px;
  background-repeat: no-repeat;
  background-size: 300px;
  background-image: url("/assets/css/images/arc.svg");
}

.section-arc2 {
  background-position: left 100px top -100px;
  background-repeat: no-repeat;
  background-size: 600px;
  background-image: url("/assets/css/images/arco.svg");
}

.content>div.zone-information {
  background-image: url("/assets/css/images/info.svg");
  background-position: left 10px top 10px;
  background-size: 48px;
  background-repeat: no-repeat;
  padding: 20px 20px 20px 70px;
  margin: 20px;
  border: 3px solid #beeaeb;
}

.flexbox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

.content ul.flexbox {
  margin-top: 5px;
  margin-bottom: 5px;
}

.pane-projects {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}

.content ul.pane-projects {
  padding-left: 20px;
  padding-right: 20px;
}

.pane-projects li {
  flex-basis: 400px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  background-color: #FFFFFF;
  border: 1px solid #f0f0f0;
}

.pane-projects li .project-row {
  display: flex;
  flex-direction: row;
}

.pane-projects li a.title {
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}

.pane-projects li div {
  display: flex;
  flex-shrink: 1;
  flex-grow: 1;
  flex-direction: column;
}

.pane-projects li img {
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 10px;
  object-fit: contain;
}

.pane-projects li div.tags {
  flex-grow: 0;
  flex-direction: row-reverse;
}

div.tags {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.pane-projects li div.tags .tag {
  flex-grow: 0;
  margin-bottom: 5px;
}

div.tags {
  display: flex;
  flex-direction: row-reverse;
}

div.tags .tag {
  background-color: #DCE5F2;
  border-radius: 5px;
  flex-shrink: 0;
  flex-grow: 0;
  font-size: small;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 6px;
  padding-right: 6px;
  text-transform: uppercase;
}

div.tags .tag+.tag {
  margin-right: 5px;
  margin-left: 5px;
}

.pane-projects img {
  transition: .25s ease;
  border: 2px solid lightgrey;
  padding: 3px;
  background-color: white;
}

.pane-projects-inactive img {
  opacity: 0.5;
  filter: grayscale(80%);
}

.pane-projects-inactive img:hover {
  opacity: 1;
  filter: grayscale(0%);
}



.flexbox li {
  margin-left: 5px;
  margin-right: 5px;
  flex-grow: 1;
  flex-shrink: 0;
}

.flexbox img {
  transition: .25s ease;
  border: 2px solid lightgrey;
  padding: 3px;
  background-color: white;
  opacity: 0.7;
  filter: grayscale(50%);
}

.flexbox img:hover {
  opacity: 1;
  filter: grayscale(0%);
}

img.belleimage {
  transition: .25s ease;
  border: 2px solid lightgrey;
  padding: 3px;
  background-color: white;
  opacity: 0.7;
  filter: grayscale(50%);
}

img.belleimage:hover {
  opacity: 1;
  filter: grayscale(0%);
}

.flexbox li+li {}

h1 {
  margin-top: 20px;
}

h2 {
  margin-top: 16px;
}

h3 {
  margin-top: 12px;
}

h4 {
  margin-top: 8px;
}

h5 {
  margin-top: 4px;
}

h1,
h2,
h3,
h4,
h5 {
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 0px;
}

p {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 6px;
  padding-top: 6px;
}

.content>div>h1,
.content>div>h2,
.content>div>h3,
.content>div>h4,
.content>div>h5,
.content>div>div,
.content>div>p,
.content>div>ul>li {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 0px;
  margin-right: 0px;
}

.content>div.section-accent1,
.content>div.section-accent2,
.content>div.section-accent3,
.content>div.section-accent4 {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.content>.section-breadcrumb {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
  margin-bottom: 20px;

}

.content ul {
  list-style-position: inside;
  list-style: none;
  padding: 0;
  margin: 0;
}



.superseded {
  text-decoration: line-through;
}

.superseded a {
  text-decoration: line-through;
}



.section-news-row {
  display: flex;
  flex-direction: row;
}

.news-icon {
  flex-grow: 0;
  width: 32px;
}

.news-icon img {
  padding-top: 8px;
  padding-bottom: 4px;
}

.news-description {
  flex-grow: 1;
}

.news-projects {
  padding-top: 4px;
  padding-bottom: 4px;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: right;
  max-width: 250px;
}

.news-projects {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: small;
}

.news-projects div {
  flex-grow: 1;
}

@media(min-width: 900px) {
  .news-projects {
    flex-direction: row;
  }
}

.pagination {
  padding: 12px;
}

.pagination a.previous {
  padding-left: 24px;
  background-image: url("/assets/images/icons/previous.png");
  background-repeat: no-repeat;
}

.pagination a.next {
  padding-right: 24px;
  background-image: url("/assets/images/icons/next.png");
  background-repeat: no-repeat;
  background-position-x: right;
}

.pagination {
  padding: 12px;
}

.pagination a:hover {
  filter: brightness(110%);
}

.pagination .page_number {
  margin-left: 12px;
  margin-right: 12px;
}

.readme {
  max-width: 700px;
}