.icon-blue {
	color: #ffffff;
	background-color: #2266C2; }

.nowrap {white-space: nowrap;}

.min-vh-30 {
	min-height: 30vh; }

@media (min-width: 992px)
{
	.header-main .navbar-expand-lg .navbar-nav > .nav-item > .nav-link
	{
		line-height: 65px;
	}
}


.engagements
{
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.box {
    min-width: 250px;
    flex: 1;
    margin: 3px;
    /* Autres styles pour vos boîtes (couleur de fond, bordure, etc.) */
}
