div#block-docss-views-block-book-block-1 {
    padding-top: 100px;
  	text-align: center;
    font-weight: bold;
  	margin-top: 50px;
}



/* ===== STYLE DES CARTES ===== */

.card-view {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  padding: 20px;
  margin-bottom: 20px;
  background: #ffffff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  margin: 10px auto;
  font-weight: bold;
  max-width: 300px;
}

.card-view:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.card-view img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 5px;
}

.card-view h2,
.card-view h3,
.card-view h4 {
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 700;
}

.card-view p {
  color: #555;
  line-height: 1.6;
  font-weight: bold;
}

/* ===== Pret à commencer ===== */
div#block-docss-pretacommencer {
    text-align: center;
}


/* Bouton Accéder aux guides */
.btn-guides {
  display: inline-block;
  background-color: #007bff;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.2s ease, transform 0.1s ease;
}

.btn-guides:hover {
  background-color: #e3eefa;
  transform: translateY(-1px);
}

/* carte de guides*/
.node--view-mode-teaser {
    margin: 0;
    margin-bottom: 30px;
    padding: 48px 15px;
    text-align: center;
    border: 0;
    -webkit-box-shadow: 0 15px 35px 0 rgba(50, 50, 93, 0.1), 0 5px 4px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 15px 35px 0 rgba(50, 50, 93, 0.1), 0 5px 4px 0 #214bff;
}

/*LOGO*/
img.img-fluid.d-inline-block.align-top {
    margin-left: 25px;
}
/*Menu*/
div#navbar-collapse {
    margin-right: 80px;
}

/*Contenu des guides*/

.page-node-type-book  .col-sm-12.bs-region.bs-region--main {
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
    transition: box-shadow 0.3s ease, transform 0.2s ease;
}

div#block-docss-pagetitle {
    margin-left: 100px;
}


h3 {
    margin-bottom: 30px;
    font-weight: bolt;
    font-family: "Exo";
    font-size: 3rem;
}

section.row.region.region-footer {
    margin-left: 250px;
}