﻿.section-image {
    background-image: url("https://www.gpme.lu/web/image/website_groupepme.img_fiduciaire_intro");
    background-size: cover;
    background-position: center;
}

.section-image2 {
    background-image: url("https://www.eac.be/assets/images/logo-long-eac-computer-352x128.jpg");
    background-size: cover;
    background-position: center;
}

.section-image,
.section-image2 {
    min-height: 200px;
    height: 100%;
    background-size: cover;
    background-position: center;
    width: 100%;
    max-width: 1000px;
}


.btn-bg-text {
    background-color: #58c3be;
    padding: 10px 20px;
    border-radius: 6px;
    display: inline-block;
}

/*table {
    width: 100%;
    border-collapse: collapse;
}

    table th, table td {
        padding: 8px 12px;
        border-bottom: 1px solid #ccc;
    }

    table th {
        background-color: #f5f5f5;
        text-align: left;
    }*/

.map-container {
    width: 100%;
    height: 100%;
    min-height: 370px;
    position: relative;
}

    .map-container iframe {
        width: 100%;
        height: 100%;
        border: 0;
        position: absolute;
        top: 0;
        left: 0;
    }

.no-style-link {
    all: unset;
    cursor: pointer;
}