/* * 
GENERAL STYLE 
version 22.08.23-01 * */
body {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    font-weight: bolder;
}

h2 {
    font-family: 'Cinzel', serif;
    line-height: 1.5;
    letter-spacing: 0.3px;
    font-size: 40px;
}

h4,
p {
    line-height: 1.5;
    letter-spacing: 0.3px;
}

/* * INFOS SECTION * */
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
    padding: 16px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px dashed #b1b54e;
    text-align: left;
    font-size: x-large;
}

table-hover > tbody > tr:hover {
    background-color: rgba(177, 181, 78, 0.78);
    color: #fff;
}

.red {
    color: #e02e1d;
}

.green {
    color: #167506;
}

.map-container {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 50px;
}

.infos-section i {
    color: #b1b54e;
}

.contact {
    margin-bottom: 20px;
    text-align: center;
}

.contact h3 {
    font-family: 'Cinzel', serif;
}

.copy {
    text-align: center;
    color: #9c9c9c;
    font-size: 12px;
}

.zoom {
    width: 100%;
    height: auto;
    transform: scale(1);
    overflow: hidden;
}

.zoom:hover {
    transform: scale(1.02);
    transition: all 0.35s ease-in-out;
    overflow: hidden;
}

@media (max-width:767px) {
    .galerie-cadre {
        display: flex;
        flex-direction: column;
    }

    .galeries div {
        height: 420px;
    }
}

@media (min-width:768px) {
    .galerie-cadre {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px;
    }

    .galerie img {
        width: 100%;
        object-fit: cover;
    }

    .image-3 {
        grid-area: 1 / 3 / 6 / 5;
    }

    .image-4 {
        background-image: url('assets/img/la-route-du-sel-long-de-loire.jpg');
        grid-area: 6 / 3 / 8 / 5;
    }

    .image-5 {
        background-image: url('assets/img/loire-de-nuit.jpg');
        grid-area: 11 / 2 / 15 / 5;
    }

    .image-6 {
        background-image: url('assets/img/terasse-restaurent-vue-sur-la-loire-croped.jpg');
        grid-area: 8 / 1 / 11 / 5;
    }

    .image-7 {
        background-image: url('assets/img/guingette-verte.jpg');
        grid-area: 11 / 1 / 15 / 2;
    }
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.horaires {
    max-width: 100%;
    text-align: right!important;
}

.day {
    font-size: 20px;
    max-width: auto;
    margin: auto;
}

@media screen and (max-width: 767px) {
    .hideOnSmartphone {
        display: none;
    }

    .day {
        font-size: large;
    }
}

.card-body.dormir {
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}