::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #efefef;
}

::-webkit-scrollbar-thumb {
  background: #d5d5d5;
}

::-webkit-scrollbar-thumb:hover {
  background: #c4c4c4;
}

* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html {
  margin-left: calc(100vw - 100%);
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  background-color: #fff;
  color: #333;
}

hr {
  margin: 40px 0;
  border: none;
  border-top: 1px solid #222;
}

main {
  margin: 4vh auto 8vh auto;
  width: 1080px;
  max-width: 100%;
  padding: 0 20px;
}

a {
  color: #222;
  cursor: pointer;
}

a:hover {
  color: #777;
}

#pdf-container a {
  text-decoration: none;
}

#home-link {
  margin-top: 5px;
}

#doc-link {
  text-decoration: none;
  margin: 3px 5px 0 20px
}

select#nav-select {
  font-family: Arial, Helvetica, sans-serif;
  border: 1px solid #b6b6b6;
  height: 26px;
  background-color: white;
  padding: 2px 35px 2px 5px;
  display: inline-block;
  width: 266px;
  max-width: 65vw;
}
label {
  display: block;
}
input {
  border-radius: 0;
  font-size: 13px;
  border:1px solid #ccc;
  display: block;
  margin:1em 0;
 padding: 0.5em;
}

#clef {
  width: 100%;
}

#submit {
  width: 150px;
  border: none;
  margin: 10px 0;
  background-color: #303030;
  color:#efefef
}

#submit:disabled {
  background-color: #888;
}

select#nav-select:focus {
  outline: none !important;
  background-color: whitesmoke;
  box-shadow: none;
}

#door,
#login {
  width: 320px;
  height: 320px;
  margin: 15vh auto;
}
#land {
  margin-bottom: 20vh
}

input:focus {
  outline: none !important;
  box-shadow: none;
  border: 1px solid #444
}

p {
  display: block;
  margin-block-start: 1em 0;
  margin-block-end: 1em 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

h1 {
  margin: 1em 0 2em 0;
  text-transform: uppercase;
  letter-spacing: 1em;
  font-size: clamp(20px, 4vmin, 30px);
  font-weight: normal;
  max-width: 100%;
}

.air-header h1 {

  margin-bottom:1rem;
  font-size: 1.25em;
  letter-spacing:0.5em
}
.air-header > * {

display: inline-block;
}
.air-header > h2:before {
content:'[';
margin:0 0.2em 0 0.25em;
}
.air-header > h2:after {
  content:']';
  margin:0 0.75em 0 0.2em;
  }
#pdf-container {
  width: 100%;
  margin-top: 65px;
}

#pdf-canvas {
  display: block;
  position: relative;
  margin: 0 auto;
}

.layerHidden {
  display: none;
}

.annotationLayer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 1;
}

.annotationLayer section {
  position: absolute;
}

.annotationLayer section a {

  display: block;
  width: 100%;
  height: 10px;
}

#home-nav {
  width:calc(100% - 20px);
  z-index: +1;
  position: absolute;
  top: 20px;
  left: 20px;
}

#home-nav>* {
  display: inline-block;
  vertical-align: top;
}

.nav {
  opacity: 0.4;
  position: fixed;
  top: 45vh;
  transition: opacity 0.4s ease;
  padding: 10px;
  z-index: 9999;
}

.nav:hover {
  opacity: 0.8;
}

#next {
  right: 1vw;
}

#prev {
  left: 1vw;
}

.chapitre {
  color: #888888;
}

.hidden {
  display: none;
}

.land-header {
  font-size: 0.85em;
  color: #888;
  margin: 4em 0;
  text-align: right;
}

.amorce {
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: clamp(30px, 5vmin, 40px)
}

.block {
  width: 600px;
  max-width: 100%;
  margin: 20vh auto 0 auto;

}
.emt {
  margin-top:20vh
}

.nav-link {
  margin-top: 4px;
  margin-left: 10px;
}

.amorce-links {
  margin-left: 50px;
}

.nav-link a {
  font-size: .85em;
}



.rsrc-items  {
  display: none;
}
h2{
  font-size: 1em;
  font-weight: normal;
margin:0;
padding:0;
}

.rsrc-header {
  display: inline-block;
  padding-left: 0.3em;
  padding-bottom: 0.1em;
  margin: 1em 0;
  border-left:1px solid #222;
  border-bottom: 1px solid #222;
  width: 300px;
  max-width: 100vw;
  transition: all 0.2s linear;
}

.rsrc-header.active, .rsrc-header:hover {
  width: 430px
}

.rsrc-header:hover{
  color:#222;
}

.rsrc-description {
  font-size: 0.85em;
  color: #888;
  margin: 0.3em 0;
  min-height: 3em;
}

.rsrc-section ul {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
  list-style-type: none;
}

.rsrc-items a {
  text-decoration: none;
}

.rsrc-items a:hover:not(.loading) .rsrc-nom {
  text-decoration: underline;
  color: #222
}

.rsrc-nom {
  display: inline-block;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0.2em 0 0 0;
  padding: 0;
  font-size: 1em;
}

.rsrc-element {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 190px;
}
.rsrc-element a.loading {
  font-style: italic;
  cursor: default;
  color: #888;
  text-decoration: none;
}

.rsrc-section img {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid rgb(204, 204, 204);
  transition: filter 0.3s linear;
  filter: grayscale(100%);
}
.rsrc-section img:hover {
  filter: none;
}
.air-host {
  margin: 0 auto;
  position: relative;
}

.airtable-embed {
  border: none;
  background: transparent;
  width: 1080px;
  max-width: 100%;
  margin-bottom: 8vh;
}
.air-loader {
  width: 1080px;
  max-width: 100%;
  text-align: center;
  font-size: 0.85em;
  color: #888;
}

.air-container {
  position: absolute;
  top: 0
}
.amorce-form {
  margin: 15vh 0 0 0;
}
