header,
html,
body,
.navbar {

    background-color: #fafafa !important;
}

.imagegl {
    /* width: 100%;
    height: 100vh; */
    background-position: center;
    background-size: contain;
    background-image: linear-gradient(0deg, transparent, #918979ab), url(https://upload.wikimedia.org/wikipedia/commons/4/41/Regions_of_Italy_with_names_modified-fr.png);
    border-radius: 10px;
    box-shadow: 5px 5px rgba(223, 216, 203, 0.875);
    margin: 30px;
}

.container {}

.title {
    margin: 50px;
    background-color: #da1d2a;
    border-radius: 40px;
    box-shadow: 5px 5px #2e2b29;
    color: #fafafa;
    position: sticky;
}

.salutations {

    display: flex;
    flex-direction: row;
    justify-content: end;
    margin: 0 15% 0 0;
    font-size: 1.5em;
    font-weight: 700;
    color: #494141;
}

div#navbarTogglerDemo02 {
    flex-grow: inherit;
}

.row {
    /* background-color: #7f2b2b; */
    margin: 50px 0;
}

.col {
    margin-top: 50px;
}

img.photoVille {
    width: 80%;
    height: auto;
}

.descVille {

    padding: 10px;
    align-self: center;
    background-color: #da1d2a;
    border-radius: 40px;
    box-shadow: 5px 5px #2e2b29;
    color: #fafafa;
}

.descAppart {
    padding: 15px;
    align-self: center;
    background-color: #fafafa;
    border-radius: 10px;
    border: 1px solid #2e2b29;
    box-shadow: 5px 10px 5px 2px #2e2b29;
    margin: 0px 20px;
}

.descSection {
    margin: 20px 0;
}

.descTrajet {
    font-size: 1.5em;
}

p {
    text-align: initial;
}

a.navbar-brand {
    font-size: 2em;
    font-weight: 700;
    color: #5a4d4d;
}

.backHebergement {
    background-color: antiquewhite;
    padding: 30px 0;
    border-radius: 10px;
    box-shadow: 5px 10px 5px 2px #000000a6;
}

.backVisite {
    background-color: #e7eae6;
    padding: 30px 0;
    border-radius: 10px;
    box-shadow: 5px 10px 5px 2px #000000a6;
}

.carte {
    width: 80%;
    height: 200px;
}

.carte2 {
    margin: 20px 0;
    width: 100%;
    height: 400px;
}