/* body {
  background-color: #fff6e4;
} */

/* h1 {
  font-family: "Aclonica";
  font-size: 3.5em;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
} */

.post-meta{
  display: none
}

.portee-adoptee{
  color: #c71515 !important;
  font-weight: bold;
  font-size: 3em !important;
  text-align: center;
}

#left-area{
  width: auto !important;
}

@media (min-width: 981px){
  #left-area{
    width: auto !important;
  }
}

.container::before{
  display: none;
}

.wp-block-post-title{
  font-family: "Aclonica";
  font-size: 3.5em;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}

.portee-details {
  max-width: 100%;
  margin: 3vw auto;
  padding: 20px;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  font-size: 1em;
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 8px;
  background-color: #759B76;
  box-shadow: 0px 2px 5px rgba(29, 50, 16, 0.274);
}

.portee-details h2 {
  color: white;
  text-decoration: underline;
  font-size: 2.2em;
}

.portee-details p {
  font-family: "baloo 2";
  margin: 5px 0;
  line-height: 1.6;
  color: #1D3210;
  font-size: 1.4em;
}

.portee-details strong {
  color: #fff;
}

.portee-gallery {
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1vw;
  margin-top: 20px;
}

.portee-gallery a {
  display: block;
  width: 23%; /* ajustable selon l'affichage souhaité */
  text-align: center;
  position: relative;
  cursor: zoom-in;
}

.portee-gallery img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border: 1px solid #ccc;
  border-radius: 5px;
  transition: transform 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.portee-gallery a:hover img {
  transform: scale(1.1);
}

.portee-gallery-caption {
  font-size: 0.9rem;
  color: #444;
  margin-top: 5px;
}


.parents-section{
  display: flex;
  justify-content: space-around;
}

.parent-item {
  text-align: center;
  max-width: 200px;
}

.parent-item a{
  color: #1D3210;
}

.parent-item img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.parent-item img:hover {
  transform: scale(1.05);
}

.parent-item p {
  width: max-content;
  margin-top: 10px;
  font-size: 1.4em;
}