@media screen and (min-width: 1860px) {

.main-content {
max-width: 1320px;
}
}

@media screen and (max-width: 1080px) {
    
.desktop{
    display: none;

    }
    .mobile {
display: initial;
}
.main-story {
display: grid;
align-items: initial;
grid-template-columns: initial;
}
.main-story-photo {
order: 2;
}
.main-story-txt {
order: 1;
padding: 40px 10px 40px 10px;
border-radius: 0px;
}
.main-content {
margin-top: 0px;
}
.header-logo {
margin-left: 10px;
}
.full-content-centre img {
width: initial;
}
.main-content-txt {
margin-top: 80px;
margin-bottom: 80px;
margin-left: 20px;
margin-right: 20px;
}
.grid {
margin-right: 20px;
margin-left: 20px;
margin-bottom: 80px;
}
.grid-sizer, .grid-item {
width: calc((100% - 20px) / 2);
margin-bottom: 20px;
}
.gutter-sizer {
width: 20px;
}
.footer-content {
grid-template-columns: repeat(1, 1fr);
}
.header-horraires p {
text-align: center;
}
.cta-book {
margin: 20px auto 0px auto!important;
}
.header-horraires{
margin-bottom: 40px;
}
.mobile-hours {
margin-bottom: 20px;
margin-top: 10px;
}
.header-menu a {
color: #111;
}
.header-menu {
margin: 5px;
}
.mobile-logo {
margin-bottom: 0px;
}
.header-content {
height: 60px;
}
.close-overlay {
right: 20px;
top: 15px;
}
.close-overlay span {
}
.header-logo img{
    width: 250px;
    height: auto;
}
.carte-body-mockup .page-wrapper {
padding: 80px 20px 80px 20px;
}
.main-story-photo {
height: calc(150vw);
min-height: initial;
}
.carte-body-mockup .pdf-logo {
width: 320px;
}
.grid-verre-header, .grid-verre-row {
grid-template-columns: 1fr 35px 35px 35px;
align-items: center;
}
.item-name {
max-width: 260px;
}
.item-price {
font-size: 14px;
}
.stickers {
    width: 150px;
    height: 150px;
}
.sticker-info {
    width: 113px;
    height: 113px;
}
.item-dots {
margin: 0 0px;
}
/* Image à l'intérieur */
.lightbox-content {
    max-width: 100%;
    max-height: 100vh;
}
.lightbox .close-overlay {
top: 20px;
right: 20px;
}
.main-map {
height: 320px;
}
.sticker-6 {
margin-top: 240px;
}
}