@charset "UTF-8";
@import url(main.css);
/*-------------------- Bloc engagements --------------------*/
.engagements { background-color: #f7f7f7; padding: 60px 20px; text-align: center; }

.engagements-title { font-size: 2.5rem; margin-bottom: 40px; font-weight: bold; color: #333; }

.engagements-container { display: flex; flex-wrap: wrap; gap: 30px; justify-content: center; }

.engagement-item { background: white; padding: 20px; border-radius: 16px; max-width: 300px; box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease; }

.engagement-item:hover { transform: translateY(-5px); }

.engagement-item img { height: 180px; margin-bottom: 20px; }

.engagement-item h3 { font-size: 2rem; color: #2c2c2c; margin-bottom: 15px; }

.engagement-item p { font-size: 1rem; color: #555; line-height: 1.5; }

/*-------------------- Vidéo des pages secondaires --------------------*/
.spacer { display: none; }

#secondaires { height: 0 !important; }

#secondaires + style + #fullHeight { height: 80vh !important; }

/*----------------------------------------  Supprimer bandeau pages secondaires*/
.websitePageTitle-div { display: none !important; }

/*----------------------------------------  Shadowbox navbar homepage*/
.navbar { box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.2); }

/*# sourceMappingURL=custom.css.map */