/*
Theme Name: Child-2025-intradosse
Theme URI: 
Author: 
Author URI: 
Description: 
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
Text Domain: child-2025-intradosse
Tags: 
*/

/* 1 */
/* max-width images */
.imgcob
{
max-width: 400px !important;
}

/* 2 */
/* effet animation images */

.image-hover {
    position: relative;
    overflow: hidden;
    display: inline-block;
  }
  
  .image-hover img {
    display: block;
    transition: transform 0.5s ease;
  }
  
  .image-hover::after {
    content: "En savoir plus";
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0,0,0,0.7);
    color: white;
    padding: 5px 10px;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 4px;
    pointer-events: none; /* texte non cliquable, clic passe à l’image */
  }
  
  .image-hover:hover img {
    transform: scale(1.1);
  }
  
  .image-hover:hover::after {
    opacity: 1; /* reste visible tant que l'image est survolée */
  }

  /* 3 */
  /* Titre en majuscule */
  
  .wp-block-post-title {
    text-transform: uppercase;
}

/* 5 maj fil d'ariane */

.breadcrumbs {
  text-transform: uppercase;
}

.home .breadcrumbs {
  display: none;
}


/* .breadcrumbs::before {
  content: "Fil d’Ariane : ";
  font-weight: bold;
} */


/* 4 img realisation */

/* .wp-block-column img {
  max-height: 267px;
  object-fit: cover;
  width: 100%;
} */

  