/* =========================== 

	IFRAME

 ========================== */
/* ---------------------------- */
/* UTILE                        */
/* ---------------------------- */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* ---------------------------- */
/* LIVRES                       */
/* ---------------------------- */
#carousel {
  margin-top: 5px;
}
#carousel .owl-item {
  float: none;
  display: inline-block;
  vertical-align: bottom; }

.owl-theme .owl-dots .owl-dot span {
  width: 5px;
  height: 5px; }

.owl-theme .owl-nav [class*="owl-"] {
  background: white;
  color: #a6c1ec;
  font-size: 50px;
  margin: 0;
  padding: 0 30px;
  margin-top: -10px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: white;
  color: #a6c1ec;
}

/* Boutons de navigation carousel accessibles */
.owl-theme .owl-nav button.owl-custom-prev,
.owl-theme .owl-nav button.owl-custom-next {
  background: white;
  border: none;
  color: #a6c1ec;
  font-size: 50px;
  cursor: pointer;
  padding: 0 30px;
}
.owl-theme .owl-nav button.owl-custom-prev:hover,
.owl-theme .owl-nav button.owl-custom-next:hover {
  color: #7ba3d8;
}
.owl-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ombre {
  -moz-box-shadow: #999 4px 4px 4px;
  -webkit-box-shadow: #999 4px 4px 4px;
  box-shadow: #999 4px 4px 4px; }

/* ============================== */
/* ACCESSIBILITÉ RGAA             */
/* ============================== */

/* Focus visible pour navigation clavier */
a:focus,
button:focus,
.lecture:focus {
  outline: 3px solid #005fcc;
  outline-offset: 2px;
}

/* Texte invisible visuellement mais lisible par lecteurs d'écran */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
