
html, body {
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
}

body {
    background-color: #FFFFFF;
    color: #2C3E50;
    margin: 0;
    padding: 0;
}

.fw-bold {
    font-weight: 900;
}

i {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.section-5 {
    width: 100%;
    overflow: hidden;
}

#map-container {
    width: 100%;
    height: 400px;
}

header, footer {
    text-align: center;
}

main {
    padding: 20px;
}

.card-profile {
    padding: 20px;
    text-align: center;
    background-color: transparent; /* Remove background */
}

.card-profile img {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    border: 10px solid #2C3E50;
}

.card-profile h5, .card-profile p {
    margin-top: 10px;
}

section h3 {
    margin-bottom: 15px;
}

section p {
    margin-bottom: 30px;
}

#contact {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    position: relative;
}

.contact-card {
    background-color: white;
    border: 10px solid #2C3E50;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.contact-card .card-body {
    padding: 20px; /* Ajustez le padding selon vos besoins */
}

.wave-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.wave-container svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 75px;
}

.btn-primary, .bg-primary {
    background-color: #2C3E50 !important;
    border-color: #2C3E50 !important;
}

.text-primary {
    color: #2C3E50 !important;
}

.btn-secondary, .bg-secondary {
    background-color: #3498DB !important;
    border-color: #3498DB !important;
}

.text-secondary {
    color: #3498DB !important;
}

.bg-accent {
    background-color: #fd6038 !important;
}

.text-accent {
    color: #fd6038 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

.text-dark {
    color: #343a40 !important;
}

.bg-error, .alert-danger {
    background-color: #E74C3C !important;
}

.text-error {
    color: #E74C3C !important;
}

.bg-success, .alert-success {
    background-color: #2ECC71 !important;
}

.text-success {
    color: #2ECC71 !important;
}

.bg-warning, .alert-warning {
    background-color: #F1C40F !important;
}

.text-warning {
    color: #F1C40F !important;
}

.bg-info, .alert-info {
    background-color: #3498DB !important;
}

.text-info {
    color: #3498DB !important;
}

.section-1 {
    background-color: #2C3E50;
    color: #FFFFFF;
}

.section-2 {
    background-color: #3498DB;
    color: #FFFFFF;
}

.section-3 {
    background-color: #fd6038;
    color: #FFFFFF;
}

.section-4 {
    background-color: #3498DB;
    color: #FFFFFF;
}

.section-5 {
    background-color: #343a40;
    color: #FFFFFF;
}
