@charset "UTF-8";


@font-face {
  font-family: "Solway";
  src: url("/bibliotheques/css/fonts/Solway-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Solway";
  src: url("/bibliotheques/css/fonts/Solway-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Solway";
  src: url("/bibliotheques/css/fonts/Solway-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Solway";
  src: url("/bibliotheques/css/fonts/Solway-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Solway";
  src: url("/bibliotheques/css/fonts/Solway-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
.tab-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.tab-buttons {
  display: flex;
  justify-content: flex-end;
  background-color: #333;
  position: fixed; /* Fixe la barre des onglets */
  top: 0; /* La garde en haut de la page */
  width: 100%; /* Assure qu'elle prend la largeur complète */
  z-index: 7; /* Garantit que la barre est au-dessus des autres éléments */
  padding: 10px 0; /* Ajoute de l'espacement pour la rendre plus lisible */
}
@media screen and (max-width: 650px) {
  .tab-buttons {
    width: 80%;
    right: 0;
  }
}
@media screen and (orientation: portrait) and (max-width: 360px) {
  .tab-buttons {
    width: 80%;
    right: 0;
  }
}

.tab-button {
  padding: 10px 20px;
  cursor: pointer;
  background-color: #444;
  color: white;
  border: none;
  outline: none;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  /**/
  /***/
  /****/
}
@media screen and (orientation: portrait) and (max-width: 600px) {
  .tab-button {
    padding: 4px 3px;
    font-size: 12px;
    border: solid rgb(255, 193, 7) 1px;
    width: 70%;
  }
}
@media screen and (orientation: portrait) and (max-width: 380px) {
  .tab-button {
    padding: 4px 3px;
    font-size: 12px;
    border: solid rgb(255, 193, 7) 1px;
    width: 70%;
  }
}

.couper {
  display: none;
}

.tab-button::active {
  background-color: red;
}

.tab-button:hover {
  background-color: #ffc107;
}

.tab-content {
  display: none;
  padding: 0px;
  background-color: transparent;
}

.tab-content.tab-active {
  display: block;
  border-bottom: 3px solid #ffc107; /* Accentuation de l'onglet actif */
}

.but-active {
  background-color: #ffc107;
}

a {
  text-decoration: none;
  color: white;
}

body, html {
  height: 100%;
  margin: 0;
  font: 400 15px/1.8 "Lato", sans-serif;
  color: white;
}

.texteBlanc a {
  text-decoration: none;
  color: rgb(7, 176, 255);
}

.texteNoir {
  color: white;
}

.texteNoir a {
  text-decoration: none;
  color: rgb(7, 176, 255);
}

h1 {
  display: inline-block;
  font-size: 25px;
  font-family: "Solway-Regular";
  text-align: center;
  letter-spacing: 1px;
}

h2 {
  display: inline-block;
  font-family: "Solway-Regular";
  font-size: 25px;
  margin-bottom: 15px;
}

.visiteh2 {
  background-color: transparent;
}

h3 {
  font-family: "Solway-Regular";
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}
@media screen and (orientation: portrait) and (max-width: 360px) {
  h3 {
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 18px;
  }
}

.visiteh3 {
  display: inline-block;
  font-family: "Solway-Regular";
  font-size: 16px;
}

h4 {
  display: inline-block;
  padding-bottom: 10px;
  font-size: 18px;
}
@media screen and (max-width: 380px) {
  h4 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

em {
  font-size: 16px;
}

p {
  padding-top: 5px;
  padding-bottom: 5px;
}

.caption {
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000;
}

.caption span.border {
  background-color: rgba(17, 17, 17, 0.4784313725);
  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
}

.nodeco .nodeco a:hover .nodeco a:focus {
  text-decoration: none !important;
  color: inherit !important;
  background: none !important;
  border: none !important;
}

.nodeco:hover {
  text-decoration: none !important;
  color: inherit !important;
  background: none !important;
  border: none !important;
}

.border {
  background-color: rgba(17, 17, 17, 0.4784313725);
  color: #fff;
  padding: 18px;
  letter-spacing: 10px;
  margin-left: 62px;
  margin-right: 62px;
}
@media screen and (orientation: portrait) and (max-width: 360px) {
  .border {
    margin-left: 62px;
    margin-right: 62px;
    letter-spacing: 0px;
  }
}
@media screen and (orientation: portrait) and (max-width: 810px) {
  .border {
    margin-left: 62px;
    margin-right: 62px;
    letter-spacing: 0px;
  }
}
@media screen and (orientation: landscape) and (max-width: 1050px) {
  .border {
    margin-left: 62px;
    margin-right: 62px;
    letter-spacing: 0px;
  }
}
@media screen and (orientation: landscape) and (max-width: 750px) {
  .border {
    margin-left: 62px;
    margin-right: 62px;
    letter-spacing: 0px;
  }
}

.noborder {
  display: block;
  background-color: transparent;
  padding: 0px;
  letter-spacing: 1px;
}

@media only screen and (max-width: 1280px) {
  p {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media only screen and (max-width: 600px) {
  p {
    padding-left: 1px;
    padding-right: 1px;
  }
}
ol {
  padding-left: 15px;
}

ul {
  padding-left: 15px;
}

@media screen and (orientation: portrait) and (max-width: 900px) {
  .visiteul {
    padding-left: 15px;
    margin-left: 5px;
  }
}
@media screen and (orientation: portrait) and (max-width: 380px) {
  .visiteul {
    padding-left: 5vw;
    padding-right: 5vw;
    margin-left: 5px;
  }
}

.ulh1 {
  font-size: 16px;
}

.ulh2 {
  font-size: 14px;
  padding-left: 30px;
}

@media only screen and (max-width: 1280px) {
  ul {
    padding-left: 15px;
  }
}
.texteNoir {
  color: #ddd;
  background-color: #282E34;
  text-align: center;
  padding-left: 20vw;
  padding-right: 20vw;
  padding-top: 5vh;
  padding-bottom: 5vh;
  text-align: justify;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .texteNoir {
    padding-left: 2vw;
    padding-right: 2vw;
    width: 96vw;
  }
}
@media screen and (max-width: 380px) {
  .texteNoir {
    padding-left: 5vw;
    padding-right: 5vw;
    width: 90vw;
  }
}

.texteBlanc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  align-self: flex-start;
  align-content: flex-start;
  font-family: ui-sans-serif, -apple-system, system-ui, Segoe UI, Helvetica, Apple Color Emoji, Arial, sans-serif, Segoe UI Emoji, Segoe UI Symbol;
  color: black;
  background-color: white;
  text-align: center;
  text-align: justify;
  width: 60vw;
  padding-left: 20vw;
  padding-right: 20vw;
  padding-top: 75px;
}
@media screen and (max-width: 900px) {
  .texteBlanc {
    padding-left: 2vw;
    padding-right: 2vw;
    width: 96vw;
  }
}
@media screen and (max-width: 600px) {
  .texteBlanc {
    padding-left: 2vw;
    padding-right: 2vw;
    width: 96vw;
  }
}
@media screen and (max-width: 380px) {
  .texteBlanc {
    padding-left: 5vw;
    padding-right: 5vw;
    width: 90vw;
  }
}

/* Turn off parallax scrolling for tablets and phones 
  @media only screen and (max-device-width: 360px) {
      .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6, .bgimg-7, .bgimg-8, .bgimg-9 {
        background-attachment: scroll;
      }
    }
    */
.p-virtuelle {
  color: #ddd;
  background-color: #282E34;
  text-align: center;
  padding: 5vh 20vw;
  text-align: justify;
}
@media screen and (orientation: portrait) and (max-width: 360px) {
  .p-virtuelle {
    padding: 5vh 10vw;
  }
}

.transparente-summary {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  padding-top: 2vh;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed !important;
  height: 25vh;
  width: 25vw;
  right: 2vw;
  top: 8vh;
  display: block;
  z-index: 9999;
  min-width: 350px;
}
@media screen and (max-width: 650px) {
  .transparente-summary {
    top: 14vh;
  }
}
@media screen and (max-width: 380px) {
  .transparente-summary {
    top: 14vh;
    min-height: 350px;
  }
}

#sommaire1 {
  min-width: 350px;
  min-height: 350px;
}
@media screen and (orientation: portrait) and (max-width: 380px) {
  #sommaire1 {
    min-height: 350px;
  }
}

summary {
  font-weight: bold;
  font-size: 1.2em;
  cursor: pointer;
}

.sommaire {
  padding-left: 25px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  min-width: 350px;
  position: relative;
  list-style: none;
}
@media screen and (orientation: portrait) and (max-width: 380px) {
  .sommaire {
    min-width: 350px;
  }
}

dt {
  font-weight: bold;
}

.visiteVirtuelle {
  padding-left: 4vw;
  padding-right: 4vw;
}

.surdiv {
  position: relative;
}

.fleche {
  width: 25px;
  height: 25px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 20px;
}

.flecheimg {
  width: 100%;
  bottom: 0;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  align-self: center;
  margin-top: 32px;
  bottom: 2.2vh;
  padding-top: 25px;
  margin-left: auto;
  margin-right: auto;
}

.flecheTexteNoir {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 25px;
  height: 25px;
}

.flecheTexteBlanc {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 25px;
  height: 25px;
}

.parallax-section {
  position: relative;
  width: 100%;
}

.scroll-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  /* Ajuste la distance du bas */
  right: 20px;
  /* Ajuste la distance du bord droit */
  z-index: 9999;
  cursor: pointer;
  width: 50px;
  /* Ajuste la taille de l'icône */
  height: 50px;
}

.scroll-to-top img {
  width: 100%;
  height: 100%;
}

@media screen and (orientation: portrait) and (max-width: 380px) {
  dd {
    padding-left: 1vw;
    padding-right: 1vw;
    margin-left: 5px;
  }
}

hr {
  width: 80%;
  height: 0px;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.borderJaune {
  border: 2px solid rgb(255, 193, 7);
  border-collapse: collapse;
  width: 100%;
  text-align: left;
}
.borderJaune th,
.borderJaune td {
  padding: 10px;
  border: 1px solid rgb(255, 193, 7);
}
.borderJaune th {
  background-color: rgba(255, 193, 7, 0.2);
  font-weight: bold;
}
.borderJaune tbody tr:nth-child(even) {
  background-color: rgba(255, 193, 7, 0.1);
}
.borderJaune tbody tr:hover {
  background-color: rgba(255, 193, 7, 0.3);
}

@media screen and (max-width: 600px) {
  table {
    width: 200px;
    font-size: 12px;
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width: 380px) {
  table {
    width: 200px;
    font-size: 12px;
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width: 360px) {
  table {
    width: 200px;
    font-size: 11px;
    padding: 0;
    margin: 0;
  }
}