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

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