/**{*/
/*    border: 1px solid red;*/
/*}*/

html, body {
    margin: 0;
    padding: 0;
    position: relative;
}

body {
    position: relative;
    background-color: #fff;
}

h1, h2{
    line-height: 1rem;
    margin-bottom: 1.5rem;
}

p{
    line-height: 1.5rem;
}

.content{
    padding: 10rem 0px;
    width: 70%;
    margin: auto;
    color: #000;
    text-align: left;
}

.scroll-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
    /* Ajout pour Firefox */
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

/* Support pour les barres de défilement WebKit (Safari/Chrome) et Firefox */
.scroll-container::-webkit-scrollbar {
    height: 8px;
}

.scroll-container::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.scroll-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.scroll-container img {
    position: relative;
    display: inline-block;
    width: auto;
    height: 115vh;
    z-index: 2;
    /* Amélioration du rendu sur Firefox */
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}

/* Conteneur pour les liens - meilleure approche */
.links-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 3;
}

.link-email {
    position: absolute;
    display: block;
	left:7045px;
	top:995px;
   /* bottom: 14.5%;
    right: -202%;*/
    height: 28px;
    width: 180px;
    z-index: 3;
    /*background-color: red;*/
    cursor: pointer;
    pointer-events: auto;
    /* Support Firefox pour les transformations */
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
	/*border: 1px solid red;*/
}

.link-lien {
    position: absolute;
    display: block;
    bottom: 12.5%;
    right: -199%;
    height: 2%;
    width: 9%;
    z-index: 3;
    /*background-color: green;*/
    cursor: pointer;
    pointer-events: auto;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.link-impressum {
    position: absolute;
    display: block;
    bottom: 17%;
    right: -216%;
    height: 5%;
    width: 7%;
    z-index: 3;
    /*background-color: darkred;*/
    cursor: pointer;
    pointer-events: auto;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.link-datenschutz {
    position: absolute;
    display: block;
    bottom: 17%;
    right: -223%;
    height: 5%;
    width: 7%;
    z-index: 3;
    /*background-color: darkmagenta;*/
    cursor: pointer;
    pointer-events: auto;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.link-top {
    position: absolute;
    display: block;
    bottom: 11%;
    right: -200%;
    height: 8%;
    width: 5%;
    z-index: 3;
    /*background-color: fuchsia;*/
    cursor: pointer;
    pointer-events: auto;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

/* Support spécifique Firefox */
@-moz-document url-prefix() {
    .scroll-container {
        scrollbar-width: thin;
        scrollbar-color: #888 #f1f1f1;
    }

    .scroll-container img {
        image-rendering: -moz-crisp-edges;
    }
}


.page-bottom{
    position: absolute;
    z-index: 50;
    bottom: 1rem;
    left: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.page-bottom a{
    color: #000;
    display: block;
    cursor: pointer;
    font-size: 1rem;

}

/**{*/
/*    border: 1px solid red;*/
/*}*/
