        @font-face {
            font-family: "Maru";
            src: url("./Fonts/GT-Maru-Regular.woff");
            font-weight: normal;
            font-style: normal;
        }
        @font-face {
            font-family: "MaruBold";
            src: url("./Fonts/GT-Maru-Bold.woff");
            font-weight: bold;
            font-style: normal;
        }
        @font-face {
            font-family: "MaruBlack";
            src: url("./Fonts/GT-Maru-Black.woff");
            font-weight: bolder;
            font-style: normal;
        }
        
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        .slides{
            display: none;
        }
        img{
            margin: 0px;
            padding: 0px;           
        }
        .button-container {
            display: flex;
            flex-wrap: wrap;
            position: absolute;
            align-items: center;
            justify-content: center;
            max-width: 600px;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
        .prev, .next{
            cursor:pointer;
            color: white;
            position: absolute;
            top: 50%;
            transform: translate(0, -50%);
            padding: 16px;
            border-radius: 0px;
            background: rgba(0, 0, 0, .5);
            transition: all .5s;
        }
        .prev:hover, .next:hover{
            background: rgba(0, 0, 0, .8);
        }
        .next{
            right: 0;
        }
        h1 {
            font-family: "MaruBlack";
            font-weight: 900;
            width: 300px;
        }

        h2 {
            display: flex;
            font-family: "MaruBold";
            background-color: black;
            color: white;
            font-size: 12px;
            font-weight: 600;
            justify-content: space-between;
            width: 100%;
            
        }

        .DL{
            text-align: right;
            font-family: "MaruBold";
            background-color: black;
            color: white;
            font-size: 12px;
            font-weight: 800;
            padding-right: 4px;
        }
        .BTL{
            text-align: right;
            font-family: "MaruBold";
            background-color: black;
            color: white;
            font-size: 12px;
            font-weight: 800;
            padding-right: 4px;
        }
        .decallage {
            text-align: left;
            padding-left: 4px;
        }
        .decallageD{
            margin-top: 20px;
            padding-left: 4px;
        }
        h3 {
            font-family: "Maru";
            font-weight: normal; 
            margin-bottom: 2px;
            color: black;
            font-size: 12px;

        }
        h4 {
            font-family: "MaruBlack";
            font-weight: 900;
            width: 500px;
            font-size: 32px;
            display: flex;
        }
        h5{
            display: flex;
            font-family: "MaruBold";
            background-color: black;
            color: black;
            font-size: 12px;
            font-weight: 600;
            justify-content: space-between;
            height: 15px;
        }
        h7{
            font-family: "MaruBold";
            font-weight: 800;
            margin-top: 1px;
            margin-bottom: 1px ;
            font-size: 12px;

        }
        .prix{
            padding-right: 0px;
        }

        p {
            font-family: "MaruBold";
            font-weight: 800;
            margin-top: 1px;
            margin-bottom: 1px ;
            font-size: 12px;
        }
        button {
            font-family:"MaruBlack";
        }
        

        .menubutton {
            color: black;
            width: 290px;
            height: 22px;
            border: 1px solid black;
            background: white;
            cursor: pointer;
            font-size: 1.rem;
            font-family:"MaruBlack";
        }
        .active,
        .menubutton:hover{
            background-color: black;
            color: white;
        }
        .menubutton1 {
            color: black;
            display: flex;
            width: 290px;
            height: 22px;
            border-top: 1px solid black;
            border-right: 1px solid black;
            border-bottom: 0px;
            border-left: none;
            background: white;
            cursor: pointer;
            font-size: 14px;
            justify-content: center;
        }
        .menubutton2 {
            color: black;
            display: flex;
            width: 290px;
            height: 22px;
            border-top: none;
            border-right: none;
            border-bottom: 1px solid black;
            border-left: 1px solid black;
            background: white;
            cursor: pointer;
            font-size: 14px;
            justify-content: center;
        }
        .menu-buttonl {
            color: black;
            display: flex;
            width: 290px;
            height: 22px;
            border: 1px solid black;
            background: white;
            cursor: pointer;
            font-size: 14px;
            justify-content: center;
        }
        .menu-buttonl:hover {
            background-color: black;
            color: white;

        }
        
        .ColonneG {
            width: 50%;
            max-width: 600px;
            padding-right: 1%;
        }
        .ColonneGG {
            width: 34%;
            max-width: 600px;
            padding-right: 1%;
        }
        .ColonneD {
            width: 50%;
            max-width: 600px;
            padding-left: 1%;
        }
        .ColonneDD {
            width: 100%;
            max-width: 752px;
            padding-top: 5%;
            margin-top: 1px;
            padding-left: 1%;
        }
        .petiteS{
            display: flex;
            justify-content: space-between;
            width: 100%;
        }
        .petiteD{
            justify-content: space-between;
            width: 100%;
        }
        
        .txtD{
            display: flex;
            text-align: right;
        }
        .Manger {
            display: flex;
            justify-content: center; 
            width: 100%;
            padding-bottom: 2%;
            padding-left: 4%;
            padding-right: 4%;
        }

        .popup {
            max-height: 1200px;
            overflow: auto;
            scrollbar-width: none;
            display: none;
            position: fixed;
            width: 50vw;
            height: 50vh;
            background: white;
            border: 1px solid black;
            box-shadow: 0 0 10px rgba(0,0,0,0.3);
        }
        .popupl {
            max-height: 1200px;
            overflow: auto;
            scrollbar-width: none;
            display: none;
            position: fixed;
            width: 50vw;
            height: 50vh;
            background: transparent;
        }
        @media (max-width: 930px) {
            .popupl {
                width: 100%;
                height: 100%;
                overflow-x: hidden;
                border: 0px;
            }  

            
        }
        @media (max-width: 930px) {
            .Slip {
                justify-content: space-between; 
                width: 100%;
                height: 100%;
                padding-top: 7%;
                padding-left: 7%;
                padding-right: 7%;
                background-color: white;
            }  
            
            
        }
        @media (max-width: 930px) {
            * {
                margin: 0;
                padding: none;
                box-sizing: border-box;
            }  
            
            
        }
        @media (max-width: 930px) {
            h1 {
                font-size: 24px;
                width: 100%;
            }  
            
            
        }
 
        @media (max-width: 930px) {
            .popup{
                width: 100%;
                height: 100%;
                overflow-x: hidden;
                border: 0px;
            }  
            
        }
        @media (max-width: 930px) {
            h2 {
                font-family: "MaruBold";
                background-color: black;
                color: white;
                font-size: 12px;
                font-weight: 600;
                width: 100%;
                height: 17px;
                
            }
            
        }
        @media (max-width: 930px) {
            h4 {
                font-family: "MaruBlack";
                color: black;
                font-size: 24px;
                font-weight: 600;
                padding-top: 5%;    
            }
            
        }
        @media (max-width: 930px) {
            p {
                font-family: "MaruBold";
                font-weight: 800;
                margin-top: 1px;
                margin-bottom: 1px ;
                font-size: 12px;    
            }
            
        }
        
        @media (max-width: 930px) {
            .prix {
                padding-right: 0px;
                padding-left: 15px;             
            }
            
        }
        @media (max-width: 930px) {
            h3 {
                font-family: "Maru";
                font-weight: normal; 
                margin-bottom: 2px;
                color: black;
                font-size: 12px;
                
            }
            
        }
        @media (max-width: 930px) {
            .ColonneG {
                width: 100%;
                padding-right: 0px;
                padding-left: 0px;
            }
            
        }
        @media (max-width: 930px) {
            .ColonneGG {
                width: 100%;
                padding-right: 0px;
                padding-left: 0px;
            }
            
        }
        @media (max-width: 930px) {
            .ColonneD {
                width: 100%;
                padding-right: 0px;
                padding-left: 0px;
            }
            
        }
        @media (max-width: 930px) {
            .ColonneDD {
                font-size: 0px;
            }
            
        }
        @media (max-width: 930px) {
            a {
                display: none;
            }
            
        }

        @media (max-width: 930px) {
            body {
                height: 100%;
            }
            
        }
        @media (max-width: 930px) {
            .container {
                background-color: transparent;
            }
            
        }
        @media (max-width: 930px) {
            .button-container {
                position: fixed;
                top: 50%;
            }
            
        }
        @media (max-width: 930px) {
            .Manger {
                display: flex;
                flex-direction: column;
                justify-content: space-between; 
                width: 100%;
                padding-top: 0px;
                padding-left: 7%;
                padding-right: 7%;
            }
            
        }

        .close-button {
            position: sticky;
            top: 2px;
            left: 2px;
            padding: 4px 6px;
            border: 1px solid black;
            background: red;
            color: white;
            cursor: pointer;
            font-size: 8px;
            z-index: 1000;
        }
        .close-buttonl {
            position: relative;
            left: 290px;
            padding-top: 5px;
            padding-bottom: 4px;
            padding-left: 6px;
            padding-right: 7px;
            border: 1px solid black;
            background: red;
            color: white;
            cursor: pointer;
            font-size: 8px;
            justify-content: center;
        }
        @media (max-width: 900px) {
            .close-button {
                position: fixed;
                top: 1px;
                left: 94%;
                padding-top: 6px;
                padding-bottom: 4px;
                padding-left: 6px;
                padding-right: 7px;
                border: 1px solid black;
                background: red;
                color: white;
                cursor: pointer;
                font-size: 8px;
            }
            
        }
        @media (max-width: 900px) {
            .close-buttonl {
                position: fixed;
                top: 1px;
                left: 94%;
                padding-top: 6px;
                padding-bottom: 4px;
                padding-left: 6px;
                padding-right: 7px;
                border: 1px solid black;
                background: red;
                color: white;
                cursor: pointer;
                font-size: 8px;
            }
            
        }
        @media (max-width: 900px) {
            .menu-buttonl {
            display: flex;
            width: 290px;
            height: 22px;
            border: none;
            background: white;
            cursor: pointer;
            justify-content: left;
            font-family: "MaruBold";
            font-weight: 800;
            font-size: 12px;
            }
            
        }
        @media (max-width: 930px) {
            .menu-buttonll {
                font-family: "MaruBold";
                background-color: black;
                color: white;
                font-size: 12px;
                font-weight: 600;
                width: 100%;
                height: 17px;
                
            }
            
        }
        #map {
            height: 400px;
            width: 100%;
          }

        /* Position each popup in different corners */
        #popup1 { top: 0; left: 0; }
        #popup2 { top: 0; right: 0; }
        #popup3 { bottom: 0; left: 0; }
        #popup4 { bottom: 0; right: 0; }
body {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-image 1s ease-in-out;
    height: 100vh;
    margin: 0;
    padding: 0;
}
.slides {
    display: none;
}

.slides.active {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    object-fit: cover;
}

.container {
    position: relative;
    min-height: 100vh;
}
.slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: -1;
}

.slides.active {
    opacity: 1;
}

.container {
    position: relative;
    min-height: 100vh;
}
.slip-title {
    display: none;
}

@media (max-width: 930px) {
    .slip-title {
        display: block;
        font-family: "MaruBlack";
        font-size: 24px;
        text-align: center;
        margin-bottom: 20px;
        width: 100%;
    }
}
.slip-title {
    display: none;
}

@media (max-width: 930px) {
    .slip-title {
        display: block;
        font-family: "MaruBlack";
        font-size: 24px;
        text-align: left;
        margin-bottom: 0px;
        width: 100%;
    }
}