html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
p {
    margin-bottom: 0!important;
}

body {
    font-family: "Work Sans", sans-serif!important;
}
.btn {
    padding: 12px 16px!important;
    font-size: 15px!important;
}

.btn-olive {
    background-color: #696E56!important;
    color: white!important;
}

header {
    padding: 25.5px 60px;
    box-shadow: 0px 2px 4px 0px #00000040;
}

h1, .h1 {
    color: #383B2E;
    font-family: "Bodoni Moda", sans-serif!important;
    font-size: 32px!important;
}

.hero {
    height: 430px;
    padding: 40px 40px 40px 40px;
    background-image: url("image/hero.jpeg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px;
}

.hero-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 350px;
    gap: 16px;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 24px;
    border-radius: 12px;
}

.hero-container h2 {
    font-size: 32px!important;
    font-family: "Bodoni Moda", sans-serif!important;
    color: #202020;
    font-weight: 700;
    margin-bottom: 0!important;
}

.hero-container p {
    font-size: 15px!important;

}

.btn-resa {
    border: solid 1px rgba(32, 32, 32, 1)!important;
    color: rgba(32, 32, 32, 1)!important;
    max-width: 250px;
    font-size: 15px!important;
}

.bandeaux {
    width: 100%;
    padding: 40px 60px;
    background-color: rgba(118, 142, 125, 1);
    text-align: center;
}

.bandeaux p {
    color: white;
    font-style: italic;
    font-size: 15px;
    margin-bottom: 40px;
}

h3 {
    font-size: 24px!important;
    font-weight: 700!important;
    margin-bottom: 0!important;
}

.bg-olive {
    background-color: #696E56!important;
}

.card-title {
    font-size: 15px!important;
    font-weight: 700!important;
    margin-bottom: 8px!important;
}

.card-text {
    font-size: 15px!important;
}

.slider {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.slider img {
    flex: 0 0 auto;
    margin-right: 16px;
}

.tag-title {
    margin-bottom: 12px!important;
}

.tag-container p {
    padding: 8px 12px;
    border-radius: 12px;
    font-size: 15px!important;
}

.tag-1 p {
    background-color: rgba(206, 213, 208, 1);
}

.tag-2 p {
    background-color: rgba(213, 206, 191, 1);
}

.tag-3 p {
    background-color: rgba(122, 128, 100, 0.6);
}

.tag-4 p {
    background-color: rgba(122, 128, 100, 0.6);
}

.tag-5 p {
    background-color: rgba(210, 212, 200, 1);
}

footer {
    padding: 40px 20px;
    background-color: #383B2E;
    color: white;
}

.btn-footer {
    background-color: rgba(255, 255, 255, 1)!important;
}

.btn-footer:hover {
    color: rgba(32, 32, 32, 1)!important;
}

.apt-2 img {
    border-radius: 12px;
}
.img-18 {
    width: 231px;
    object-fit: cover;
}
.img-19 {
    width: 169px;
    object-fit: cover;
}
.img-20 {
    width: 424px;
    object-fit: cover;
}
.img-11 {
    width: 424px;
    object-fit: cover;
}
@media (min-width: 768px) {
    .hero {
        padding: 40px 0 40px 40px;
    }
    .hero-container {
        width: 600px;
        height: 350px;
    }
    .slider {
        display: flex;
        overflow-x: hidden;
    }
    .r-card {
        min-height: 152px;
    }
}