/*  Theme Name:   Kadence-child
Theme URI:    https://www.ducic-architecte.com/ 
Description:   thème site Ducic architect 2024
Author:       Lisa  
Author URI:    
Template:     kadence
Version:      0.1.0 */

/*Galerie projet page */

.acf-gallery {
    display: flex !important; 
    flex-wrap: wrap !important;
    flex-direction: column; /* Les éléments sont en colonne */
    column-gap: 100px !important;
    align-content : center !important;

}

.acf-gallery-item img {
    max-width: 100%;
    max-height: 1500px;
    margin-bottom : 20px;
}

.acf-gallery-item {
    overflow: hidden;
}