/*
 Theme Name: PixMyWall Child
 Theme URI: https://pixmywall.com
 Description: Child theme ultra-léger pour GeneratePress
 Author: Florian
 Author URI: https://pixmywall.com
 Template: generatepress
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: pixmywall-child
*/

/* Ajoutez ici vos surcharges CSS. Exemple :
.header-cta { border-radius: 10px; }
*/
/* Conteneur pleine largeur */
.inspi-full {
  width: 100vw; /* plein écran */
  position: relative;
  left: 50%;
  margin-left: -50vw;
}

/* Carrousel Swiper */
.inspi-swiper {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 20px 0 40px;
}

/* Slides */
.inspi-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

/* Carte */
.card-inspi {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0,0,0,.08);
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Image entière, non rognée */
.card-inspi .card-img {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.card-inspi .card-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: con
