/* General Styles */
body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
}

h2 span {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.navbar {
    padding: 1rem 0;
}

.navbar-custom {
    background: linear-gradient(90deg, #171718, #024a93);
}

/* Portfolio Section */
.portfolio {
    background-color: #89bdf2;
}

.portfolio-item {
    background-color: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}


.footer {
    background: linear-gradient(90deg, #004080, #1e3853); /* Dégradé bleu */
}

.footer p {
    margin: 0;
    font-size: 14px;
}

.footer i {
    font-size: 1.2rem;
    transition: color 0.3s ease-in-out;
}

.footer i:hover {
    color: #007bff;
}

.bold-text {
    font-weight: bold;
}
