.row {
    --bs-gutter-x: 0;
}

#map {
    height: 500px !important;
    width: 90% !important;
}

html {
    padding: 0;
    margin: 0;
    height: 1000px;
}

body {
    width: 100%;
    background-color: #ffffff;
    background-image: url("../img/background2.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 0;
    margin: 0;
    align-content: center;
    color: #1d3461;
    font-size: 16px;
}

.container {
    min-height:100%;
    position:relative;
    padding-bottom:30px;   /* Hauteur du pied de page */
    color: #000000 !important;
}
#footer {
    position: fixed;
    bottom:0;  /* on le colle en bas */
    width:100%;
    height:30px;   /* Hauteur du pied de page */
    border-top: 1px solid #06a9b1;
    background-color: #ffffff;
    font-size: 14px;
}

.nodeco {
    text-decoration: none;
}

.nodeco:hover {
    background: none;
    text-decoration: none;
    border: 0;
}

.row-img img {
    width: 100%;
    padding: 10px;
}

.row-img {
    display: grid;
    text-align: center;
    align-content: space-around;
    justify-items: stretch;
    justify-content: space-evenly;
}


.container {
    width: 100%;
    border: 3px solid #92d7ff;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    margin-top: 20px;
    min-height: 700px;
    padding-bottom: 50px;
}

.menu {
    border-bottom: 3px solid #92d7ff;
    background-color: #ffffff;
    font-size: 20px;
}

.btn {
    float: right;
    border: 3px solid #1d3461;
    border-radius: 5px;
    background-color: #1d3461;
    color: #ffffff;
}

.btn:hover {
    border: 3px solid #1d3461;
    background-color: #FFFFFF;
    color: #1d3461;
}

.listing {
    display:grid;
    list-style: disc;
}

.listing li {
    text-transform: none;
}

h1 {
    font-size: 24px;
}

li {
    float: right;
    min-width:50px;
    text-transform: uppercase;
    margin-right: 20px;
}

a {
    text-decoration: none;
    color: #1d3461;
    padding: 10px;
}

a:hover {
    background-color: #1d3461;
    color: #FFFFFF;
}

ul {
    display:inline-block;
    list-style: none;
}