/* Background de la page internet */
@import url(https://db.onlinewebfonts.com/c/9b9cad44314f47ea67ac9d2652bdd80a?family=Adam+Light);

body {
    margin: 0 auto;
    background-color:#292929;
    cursor: url('/images/TEST.png'), auto;
    overflow-x: hidden; /* Empêche le défilement horizontal */
    display: flex;
    flex-direction: column;
    align-items: center;
}


/* Police d'écriture et curseur */
@font-face {
    font-family: 'Adam-Light';
    src:url('Adam-Light.ttf.woff') format('woff'),
        url('Adam-Light.ttf.svg#Adam-Light') format('svg'),
        url('Adam-Light.ttf.eot'),
        url('Adam-Light.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: "Adam Light";
    cursor: url('/images/TEST.png'), auto;
    font-weight: lighter;
}

::-webkit-scrollbar{
    display: none;
}




.A-load {
    background-color: #292929;
    position: fixed; /* Utiliser "fixed" pour que le conteneur occupe tout l'écran */
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh; /* Utiliser "100vh" pour définir la hauteur en fonction de la taille de l'écran */
    z-index: 200000000000000; /* Assurez-vous que le z-index est supérieur à celui des autres éléments */
    animation: fadeInOut 2s ease-in-out forwards;
}

.A-load img {
    display: block;
    margin: auto; /* Centre l'image horizontalement et verticalement */
    margin-top: 15vw;
    max-width: 100%; /* Assurez-vous que l'image ne dépasse pas la largeur du conteneur */
    max-height: 100%; /* Assurez-vous que l'image ne dépasse pas la hauteur du conteneur */
    animation: fadeIn 1.5s ease-in forwards;
    opacity: 0;
}




@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeInOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        display: none;
    }
}






/* Bannière du haut (menu) */

.header {

    display: flex;
    background-color: rgba(94, 94, 94, 0.308);
    position: fixed;
    right: 0;
    left: 0;
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}


.header.hidden {
    opacity: 0;
    pointer-events: none;
}


header.header img{
    width: 20%;
    padding-left: 0.5%;
    padding-top: 0.5%;
    padding-bottom: 0.3%;
    transition: all 0.3s ease;
}

.navbar {
    display : flex;
    margin-left : 10%;
    width: 100%;
    justify-content: space-around;
    align-items: end;
}

.ri-shopping-cart-line {
    color: white;
    display: flex;
    align-items: end;
    font-size: 1.8vw;
    padding-bottom: 0.4vw;
    margin-right: 2.3vw;
    transition: all 0.3s ease;
    text-decoration: none; /* Supprime le soulignement */
}

.ri-shopping-cart-line:hover {
    text-decoration: none; /* Supprime le soulignement */
    color: #c48c67;
}




.icons {
    position: absolute;
    color: white;
    display: none;
    font-size: 2.8rem;
    right: 5%;
}

#check {
    display: none;
}

.navbar li {
    text-decoration: none;
    display: flex;
    transition: all 0.3s ease; /* Pour ajouter une transition fluide */
}

/* Réduire la taille des blocs lorsque la fenêtre est réduite */
.navbar li {
    font-size: 2.5vw; /* Utilisation de vw pour la taille de la police, ajuste selon tes préférences */
}

.navbar a{
    color: white;
    text-decoration : none;
    font-size: 100%;
}

/* Styles pour les liens non visités */
.navbar li a:link {
    color: white;
    text-decoration: none;
}

/* Styles pour les liens visités */
.navbar li.active a {
    color: #c48c67;
}

/* Styles pour les liens au survol */
.navbar li a:hover {
    color: #c48c67; /* Couleur au survol */
    transition: color 0.4s ease;
}

/* Styles pour les liens lorsqu'ils sont activés (cliqués) */
.navbar li a:active {
    color: #888888; /* Couleur lorsqu'un lien est activé */
}

/* Image à coté de 3D */
.orange-letter{
    color: #c48c67;
}






/* remonter la page */

.img_click_top_page {
    width: 4vw;
    height: 4vw;
    margin: 0;
    position: fixed;
    bottom: 1vw;
    left: 1vw;
    overflow: hidden;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    cursor: pointer; /* Ajoute un curseur pointer pour indiquer que c'est cliquable */
}

.img_click_top_page img {
    width: 4vw;
    height: 5vw;
    object-fit: cover;
    border-radius: 50%;
}

#backToTop {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

#backToTop.visible {
    opacity: 1;
}










.content {
    width: 80vw;
    height: auto;
    margin: 0 auto;
    margin-top: 10vw;
}



.projet1 {
    margin-top: 5vw;
    z-index: -1;
    
}

.projet1 h1, h2{
    line-height: 1;
}


.projet1 h1{
    font-size: 2.5vw;
    color: white;
    text-align: center;
}

.projet1 h2{
    font-size: 1.8vw;
    color: white;
    text-align: center;
}


.projet1 h3{
    color: white;
    text-align: center;
    padding-top: 2vw;
    max-width: 70vw;
    margin: 0 auto; /* permet de centrer le conteneur du texte */
    font-size: 1.5vw;
}

.projet1 img {
    height: 20vw;
    margin-bottom: 10px;
    overflow: hidden;
    padding-right: 0vw;
}

/* Styles spécifiques pour les images du projet 1 */

.projet1 .img11 {
    width: 13vw;
}

.projet1 .img12 {
    width: 13vw;
}

.projet1 .img13 {
    width: 13vw; 
}

.projet1 .img14 {
    width: 15vw;
}

.projet1 .img15 {
    width: 15vw; 
}


.image-container {
    display: flex;
    margin-bottom: 20px;
    max-height: 20vw;
    max-width: 80vw;
}

#fullscreen-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

#fullscreen-image {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}


.projet1 .separation {
    position: relative; /* Ajout de position relative pour que les .th_dot soient positionnés par rapport à la .separation */
    border-top: 2px solid #ccc;
    margin-top: 3vw;
    z-index: -10;
}

.projet1 .th_dot {
    height: 1.3vw;
    width: 1.3vw;
    background-color: #ffffff;
    position: absolute;
    z-index: 5;
    border-radius: 50%;
    z-index: -9;
}

#th11 {
    top: 100%; /* Utilisation de 100% pour être positionné au bas de la .separation */
    left: 37.2%;
    transform: translate(-50%, -50%); /* Pour centrer l'élément par rapport à son coin supérieur gauche */
}

#th12 {
    top: 100%;
    left: 44.2%;
    transform: translate(-50%, -50%);
}

#th13 {
    top: 100%;
    left: 70.55%;
    transform: translate(-50%, -50%);
}

.buttons1{
    z-index: 20;
    display: flex;
    justify-content: space-between; /* Les boutons seront espacés équitablement */
    align-items: center; /* Centrage vertical des boutons */
}


.buttons1 button {
    display: none;
    border: none;
    margin: 0 -5vw;
    margin-top: -42vw;
    width: auto;
    height: auto;
    background-color: transparent;
    border-radius: 50%;
}


.buttons1 button:hover{
    transition: 0.6s ease;
    background-color: rgb(0, 0, 0, 0.5);
    border-radius: 50%;

}


#prev1,
#next1 {
    margin-top: -45vw;
    width: 4vw; /* Ajuste la largeur selon tes besoins */
    height: 4vw; /* Ajuste la hauteur selon tes besoins */
    background-size: cover; /* Ou background-size: contain; selon tes préférences */
    cursor: pointer;
}

















.projet2 {
    margin-top: 10vw;
    z-index: -1;
    opacity: 0; /* Initialement, le rendre invisible */
    transition: opacity 0.4s ease-in-out;
}

.projet2.visible {
    opacity: 1; /* Rendre visible lorsque la classe visible est présente */
}

.projet2 h1, h2{
    line-height: 1;
}


.projet2 h1{
    font-size: 2.5vw;
    color: white;
    text-align: center;
}

.projet2 h2{
    font-size: 1.8vw;
    color: white;
    text-align: center;
}


.projet2 h3{
    color: white;
    text-align: center;
    padding-top: 2vw;
    max-width: 70vw;
    margin: 0 auto; /* permet de centrer le conteneur du texte */
    font-size: 1.5vw;
}

.projet2 img {
    height: 20vw;
    margin-bottom: 10px;
    overflow: hidden;
    padding-right: 1vw;
}

/* Styles spécifiques pour les images du projet 1 */
.projet2 .img21 {
    width: 20vw;
}

.projet2 .img22 {
    width: 28vw;
}

.projet2 .img23 {
    width: 20vw;
}

.projet2 .img24 {
    width: 20vw;
}

.projet2 .img25 {
    width: 28vw; 
}



.image-container {
    display: flex;
    justify-content:space-around;
    margin-bottom: 20px;
}

.projet2 .separation {
    position: relative; /* Ajout de position relative pour que les .th_dot soient positionnés par rapport à la .separation */
    border-top: 2px solid #ccc;
    margin-top: 3vw;
}

.projet2 .th_dot {
    height: 1.3vw;
    width: 1.3vw;
    background-color: #ffffff;
    position: absolute;
    z-index: 5;
    border-radius: 50%;
}

#th21 {
    top: 100%; /* Utilisation de 100% pour être positionné au bas de la .separation */
    left: 20%;
    transform: translate(-50%, -50%); /* Pour centrer l'élément par rapport à son coin supérieur gauche */
}

#th22 {
    top: 100%;
    left: 45%;
    transform: translate(-50%, -50%);
}

#th23 {
    top: 100%;
    left: 54%;
    transform: translate(-50%, -50%);
}

.buttons2{
    z-index: 20;
    display: flex;
    justify-content: space-between; /* Les boutons seront espacés équitablement */
    align-items: center; /* Centrage vertical des boutons */
}


.buttons2 button {
    display: none;
    border: none;
    margin: 0 -5vw;
    margin-top: -38vw;
    width: auto;
    height: auto;
    background-color: transparent;
    border-radius: 50%;
}


.buttons2 button:hover{
    transition: 0.6s ease;
    background-color: rgb(0, 0, 0, 0.5);
    border-radius: 50%;

}


#prev2,
#next2 {
    width: 4vw; /* Ajuste la largeur selon tes besoins */
    height: 4vw; /* Ajuste la hauteur selon tes besoins */
    background-size: cover; /* Ou background-size: contain; selon tes préférences */
    cursor: pointer;
}


div.lock {
    display: none;
}













.projet3 {
    margin-top: 10vw;
    z-index: -1;
    opacity: 0; /* Initialement, le rendre invisible */
    transition: opacity 0.4s ease-in-out;
}

.projet3.visible {
    opacity: 1; /* Rendre visible lorsque la classe visible est présente */
}

.projet3 h1, h2{
    line-height: 1;
}


.projet3 h1{
    font-size: 2.5vw;
    color: white;
    text-align: center;
}

.projet3 h2{
    font-size: 1.8vw;
    color: white;
    text-align: center;
}


.projet3 h3{
    color: white;
    text-align: center;
    padding-top: 2vw;
    max-width: 70vw;
    margin: 0 auto; /* permet de centrer le conteneur du texte */
    font-size: 1.5vw;
}

.projet3 img {
    height: 20vw;
    margin-bottom: 10px;
    overflow: hidden;
    padding-right: 1vw;
}

/* Styles spécifiques pour les images du projet 1 */


.projet3 .img32 {
    width: 18vw;
}

.projet3 .img33 {
    width: 20vw; 
}

.projet3 .img34 {
    width: 20vw;
}

.projet3 .img35 {
    width: 20vw; 
}

.projet3 .img36 {
    width: 20vw; 
}

.image-container {
    display: flex;
    justify-content:space-around;
    margin-bottom: 20px;
}

.projet3 .separation {
    position: relative; /* Ajout de position relative pour que les .th_dot soient positionnés par rapport à la .separation */
    border-top: 2px solid #ccc;
    margin-top: 3vw;
}

.projet3 .th_dot {
    height: 1.3vw;
    width: 1.3vw;
    background-color: #ffffff;
    position: absolute;
    z-index: 5;
    border-radius: 50%;
}

#th31 {
    top: 100%; /* Utilisation de 100% pour être positionné au bas de la .separation */
    left: 80%;
    transform: translate(-50%, -50%); /* Pour centrer l'élément par rapport à son coin supérieur gauche */
}

#th32 {
    top: 100%;
    left: 55%;
    transform: translate(-50%, -50%);
}

#th33 {
    top: 100%;
    left: 46%;
    transform: translate(-50%, -50%);
}

.buttons3{
    z-index: 20;
    display: flex;
    justify-content: space-between; /* Les boutons seront espacés équitablement */
    align-items: center; /* Centrage vertical des boutons */
}


.buttons3 button {
    display: none;
    border: none;
    margin: 0 -5vw;
    margin-top: -38vw;
    width: auto;
    height: auto;
    background-color: transparent;
    border-radius: 50%;
}


.buttons3 button:hover{
    transition: 0.6s ease;
    background-color: rgb(0, 0, 0, 0.5);
    border-radius: 50%;

}


#prev3,
#next3 {
    width: 4vw; /* Ajuste la largeur selon tes besoins */
    height: 4vw; /* Ajuste la hauteur selon tes besoins */
    background-size: cover; /* Ou background-size: contain; selon tes préférences */
    cursor: pointer;
}
















.projet4 {
    margin-top: 10vw;
    z-index: -1;
    opacity: 0; /* Initialement, le rendre invisible */
    transition: opacity 0.4s ease-in-out;
}

.projet4.visible {
    opacity: 1; /* Rendre visible lorsque la classe visible est présente */
}

.projet4 h1, h2{
    line-height: 1;
}


.projet4 h1{
    font-size: 2.5vw;
    color: white;
    text-align: center;
}

.projet4 h2{
    font-size: 1.8vw;
    color: white;
    text-align: center;
}


.projet4 h3{
    color: white;
    text-align: center;
    padding-top: 2vw;
    max-width: 70vw;
    margin: 0 auto; /* permet de centrer le conteneur du texte */
    font-size: 1.5vw;
}

.projet4 img {
    height: 20vw;
    margin-bottom: 10px;
    overflow: hidden;
    padding-right: 1vw;
}

/* Styles spécifiques pour les images du projet 1 */

.projet4 .img42 {
    width: 15vw;
}

.projet4 .img43 {
    width: 23vw; 
}

.projet4 .img44 {
    width: 10vw;
}

.projet4 .img45 {
    width: 25vw; 
}


.image-container {
    display: flex;
    justify-content:space-around;
    margin-bottom: 20px;
}

.projet4 .separation {
    position: relative; /* Ajout de position relative pour que les .th_dot soient positionnés par rapport à la .separation */
    border-top: 2px solid #ccc;
    margin-top: 3vw;
}

.projet4 .th_dot {
    height: 1.3vw;
    width: 1.3vw;
    background-color: #ffffff;
    position: absolute;
    z-index: 5;
    border-radius: 50%;
}

#th41 {
    top: 100%; /* Utilisation de 100% pour être positionné au bas de la .separation */
    left: 80%;
    transform: translate(-50%, -50%); /* Pour centrer l'élément par rapport à son coin supérieur gauche */
}

#th42 {
    top: 100%;
    left: 55%;
    transform: translate(-50%, -50%);
}

#th43 {
    top: 100%;
    left: 46%;
    transform: translate(-50%, -50%);
}

.buttons4{
    z-index: 20;
    display: flex;
    justify-content: space-between; /* Les boutons seront espacés équitablement */
    align-items: center; /* Centrage vertical des boutons */
}


.buttons4 button {
    display: none;
    border: none;
    margin: 0 -5vw;
    margin-top: -42vw;
    width: auto;
    height: auto;
    background-color: transparent;
    border-radius: 50%;
}


.buttons4 button:hover{
    transition: 0.6s ease;
    background-color: rgb(0, 0, 0, 0.5);
    border-radius: 50%;

}


#prev4,
#next4 {
    width: 4vw; /* Ajuste la largeur selon tes besoins */
    height: 4vw; /* Ajuste la hauteur selon tes besoins */
    background-size: cover; /* Ou background-size: contain; selon tes préférences */
    cursor: pointer;
}










.projet5 {
    margin-top: 10vw;
    z-index: -1;
    opacity: 0; /* Initialement, le rendre invisible */
    transition: opacity 0.4s ease-in-out;
}

.projet5.visible {
    opacity: 1; /* Rendre visible lorsque la classe visible est présente */
}

.projet5 h1, h2{
    line-height: 1;
}


.projet5 h1{
    font-size: 2.5vw;
    color: white;
    text-align: center;
}

.projet5 h2{
    font-size: 1.8vw;
    color: white;
    text-align: center;
}


.projet5 h3{
    color: white;
    text-align: center;
    padding-top: 2vw;
    max-width: 70vw;
    margin: 0 auto; /* permet de centrer le conteneur du texte */
    font-size: 1.5vw;
}

.projet5 img {
    height: 20vw;
    margin-bottom: 10px;
    overflow: hidden;
    padding-right: 1vw;
}

/* Styles spécifiques pour les images du projet 1 */


.projet5 .img51 {
    width: 23vw;
}

.projet5 .img52 {
    width: 23vw; 
}

.projet5 .img53 {
    width: 40vw;
}



.image-container {
    display: flex;
    justify-content:space-around;
    margin-bottom: 20px;
}

.projet5 .separation {
    position: relative; /* Ajout de position relative pour que les .th_dot soient positionnés par rapport à la .separation */
    border-top: 2px solid #ccc;
    margin-top: 3vw;
}

.projet5 .th_dot {
    height: 1.3vw;
    width: 1.3vw;
    background-color: #ffffff;
    position: absolute;
    z-index: 5;
    border-radius: 50%;
}

#th51 {
    top: 100%; /* Utilisation de 100% pour être positionné au bas de la .separation */
    left: 80%;
    transform: translate(-50%, -50%); /* Pour centrer l'élément par rapport à son coin supérieur gauche */
}

#th52 {
    top: 100%;
    left: 55%;
    transform: translate(-50%, -50%);
}

#th53 {
    top: 100%;
    left: 46%;
    transform: translate(-50%, -50%);
}

.buttons5{
    z-index: 20;
    display: flex;
    justify-content: space-between; /* Les boutons seront espacés équitablement */
    align-items: center; /* Centrage vertical des boutons */
}


.buttons5 button {
    display: none;
    border: none;
    margin: 0 -5vw;
    margin-top: -38vw;
    width: auto;
    height: auto;
    background-color: transparent;
    border-radius: 50%;
}


.buttons5 button:hover{
    transition: 0.6s ease;
    background-color: rgb(0, 0, 0, 0.5);
    border-radius: 50%;

}


#prev5,
#next5 {
    width: 4vw; /* Ajuste la largeur selon tes besoins */
    height: 4vw; /* Ajuste la hauteur selon tes besoins */
    background-size: cover; /* Ou background-size: contain; selon tes préférences */
    cursor: pointer;
}






.projet6 {
    margin-top: 10vw;
    z-index: -1;
    opacity: 0; /* Initialement, le rendre invisible */
    transition: opacity 0.4s ease-in-out;
}

.projet6.visible {
    opacity: 1; /* Rendre visible lorsque la classe visible est présente */
}

.projet6 h1, h2{
    line-height: 1;
}


.projet6 h1{
    font-size: 2.5vw;
    color: white;
    text-align: center;
}

.projet6 h2{
    font-size: 1.8vw;
    color: white;
    text-align: center;
}


.projet6 h3{
    color: white;
    text-align: center;
    padding-top: 2vw;
    max-width: 70vw;
    margin: 0 auto; /* permet de centrer le conteneur du texte */
    font-size: 1.5vw;
}

.projet6 img {
    height: 20vw;
    margin-bottom: 10px;
    overflow: hidden;
    padding-right: 1vw;
}

/* Styles spécifiques pour les images du projet 1 */


.projet6 .img61 {
    width: 26vw;
}

.projet6 .img62 {
    width: 26vw; 
}

.projet6 .img63 {
    width: 33vw;
}

.projet6 .img64 {
    width: 27vw;
}

.projet6 .img65 {
    width: 23vw; 
}



.image-container {
    display: flex;
    justify-content:space-around;
    margin-bottom: 20px;
}

.projet6 .separation {
    position: relative; /* Ajout de position relative pour que les .th_dot soient positionnés par rapport à la .separation */
    border-top: 2px solid #ccc;
    margin-top: 3vw;
}

.projet6 .th_dot {
    height: 1.3vw;
    width: 1.3vw;
    background-color: #ffffff;
    position: absolute;
    z-index: 5;
    border-radius: 50%;
}

#th61 {
    top: 100%; /* Utilisation de 100% pour être positionné au bas de la .separation */
    left: 80%;
    transform: translate(-50%, -50%); /* Pour centrer l'élément par rapport à son coin supérieur gauche */
}

#th62 {
    top: 100%;
    left: 55%;
    transform: translate(-50%, -50%);
}

#th63 {
    top: 100%;
    left: 46%;
    transform: translate(-50%, -50%);
}

.buttons6{
    z-index: 20;
    display: flex;
    justify-content: space-between; /* Les boutons seront espacés équitablement */
    align-items: center; /* Centrage vertical des boutons */
}


.buttons6 button {
    display: none;
    border: none;
    margin: 0 -5vw;
    margin-top: -38vw;
    width: auto;
    height: auto;
    background-color: transparent;
    border-radius: 50%;
}


.buttons6 button:hover{
    transition: 0.6s ease;
    background-color: rgb(0, 0, 0, 0.5);
    border-radius: 50%;

}


#prev6,
#next6 {
    width: 4vw; /* Ajuste la largeur selon tes besoins */
    height: 4vw; /* Ajuste la hauteur selon tes besoins */
    background-size: cover; /* Ou background-size: contain; selon tes préférences */
    cursor: pointer;
}








.projet7 {
    margin-top: 5vw;
    z-index: -1;
    
}

.projet7 h1, h2{
    line-height: 1;
}


.projet7 h1{
    font-size: 2.5vw;
    color: white;
    text-align: center;
}

.projet7 h2{
    font-size: 1.8vw;
    color: white;
    text-align: center;
}


.projet7 h3{
    color: white;
    text-align: center;
    padding-top: 2vw;
    max-width: 70vw;
    margin: 0 auto; /* permet de centrer le conteneur du texte */
    font-size: 1.5vw;
}

.projet7 img {
    height: 20vw;
    margin-bottom: 10px;
    overflow: hidden;
    padding-right: 0vw;
}

/* Styles spécifiques pour les images du projet 1 */

.projet7 .img71 {
    width: 13vw;
}

.projet7 .img72 {
    width: 13vw;
}

.projet7 .img73 {
    width: 13vw; 
}

.projet7 .img74 {
    width: 15vw;
}

.projet7 .img75 {
    width: 15vw; 
}


.image-container {
    display: flex;
    margin-bottom: 20px;
    max-height: 20vw;
    max-width: 80vw;
}

#fullscreen-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

#fullscreen-image {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}


.projet7 .separation {
    position: relative; /* Ajout de position relative pour que les .th_dot soient positionnés par rapport à la .separation */
    border-top: 2px solid #ccc;
    margin-top: 3vw;
    z-index: -10;
}

.projet7 .th_dot {
    height: 1.3vw;
    width: 1.3vw;
    background-color: #ffffff;
    position: absolute;
    z-index: 5;
    border-radius: 50%;
    z-index: -9;
}

#th71 {
    top: 100%; /* Utilisation de 100% pour être positionné au bas de la .separation */
    left: 37.2%;
    transform: translate(-50%, -50%); /* Pour centrer l'élément par rapport à son coin supérieur gauche */
}

#th72 {
    top: 100%;
    left: 44.2%;
    transform: translate(-50%, -50%);
}

#th73 {
    top: 100%;
    left: 70.55%;
    transform: translate(-50%, -50%);
}

.buttons7{
    z-index: 20;
    display: flex;
    justify-content: space-between; /* Les boutons seront espacés équitablement */
    align-items: center; /* Centrage vertical des boutons */
}


.buttons7 button {
    display: none;
    border: none;
    margin: 0 -5vw;
    margin-top: -42vw;
    width: auto;
    height: auto;
    background-color: transparent;
    border-radius: 50%;
}


.buttons7 button:hover{
    transition: 0.6s ease;
    background-color: rgb(0, 0, 0, 0.5);
    border-radius: 50%;

}


#prev7,
#next7 {
    margin-top: -45vw;
    width: 4vw; /* Ajuste la largeur selon tes besoins */
    height: 4vw; /* Ajuste la hauteur selon tes besoins */
    background-size: cover; /* Ou background-size: contain; selon tes préférences */
    cursor: pointer;
}


/* footer */

footer{
    overflow: hidden;
    margin-top: 10%;
    width: 100%;
}

div.Informations{
    display: flex;
    padding-top: 0.5vw;
    align-items: center;
    justify-content: space-around;
}

div.Contact{
    font-size: 1vw;
    color: white;
    width: 50vw;
    text-align: center;
    padding-left: 1vw;
}

div.Informations img {
    width: 7%;
}

div.icones {
    display: flex;
    justify-content: space-around; /* changer space-around à space-between */
    width: 10vw;
    height: 8vw;
    align-items: center;
}



.icones a i{
    font-size: 2vw;
    color: white;
    padding: 0.5vw;
    opacity: 1;
    transition: opacity 0.3s;
}

  
.icones a i:hover {
    opacity: 0.3;
  }
    
  .Contact p{
    line-height: 0.5;
    color: rgb(255, 255, 255);
    font-size: 1.2vw;
}


@media (max-width: 768px) and (orientation:portrait){

    header.header img{
        width: 36%;
        padding-left: 0.5%;
        padding-top: 0.5%;
        padding-bottom: 0.3%;
        transition: all 0.3s ease;
    }

    .icons {
        display: inline-flex;
        bottom: 25%;
        font-size: 6vw;
    }

    .icons #close {
        display: none;
    }

    .ri-shopping-cart-line {
        display: inline-block;
        position: absolute;
        color: white;
        font-size: 6vw;
        right: 15%;
        bottom: 25%;
        text-decoration: none;
    }
    
    .header {
        align-items: center;
    }

    .navbar {
        position: absolute;
        top: 100%;
        left: 0;
        margin: 0;
        width: 100%;
        height: 0;
        display: flex; /* Ajout de la propriété display flex */
        align-items: center; /* Pour centrer verticalement le contenu */
        flex-direction: column; /* Afficher les éléments en colonne */
        background: rgba(0, 0, 0, 0.7);
        backdrop-filter: blur(5px);
        overflow: hidden;
        transition: .3s ease;
        z-index: 11000;
    }
    
    .navbar a {
        display: block;
        font-size: 10vw;
        text-align: center;
        opacity: 0;
        transition: .3s ease;
        line-height: .1; /* Ajuster la hauteur de ligne pour réduire l'espace */
    }
    
    
    
    
    .header {
        z-index: 200;
        display: flex;
        background-color: rgba(94, 94, 94, 0.308); /* Fond d'en-tête semi-transparent */
        position: fixed;
        right: 0;
        left: 0;
        opacity: 1;
        transition: opacity 0.4s ease-in-out;
        height: 18vw;
        
    }

    #check:checked~.icons #menu{
        display: none;
    }

    #check:checked~.icons #close{
        display: inline-flex;
    }

    
    #check:checked ~ .navbar {
        height: 73vh;
    }
    
    #check:checked ~ .navbar a{
        transform: translateY(0);
        opacity: 1;
        transition-delay: calc(.35s * var(--i));
    }

    #check:checked ~ body {
        overflow: hidden;
    }

    /* Pour éviter que le fond ne soit coupé lors du défilement vers le haut */
    #check:checked ~ .top-page {
        position: fixed;
        width: 100%;
    }

    footer{
        margin-top: 150%;
    }

    div.content {
        display: none;
    }

    .lock h1{
        color: white;
    }

    .lock img {
        width: 50%;
        margin-top: 30vw;
        position: relative;
        animation: rotation 4s infinite;
    }

    @keyframes rotation {
        0% {
          transform: rotate(0deg); /* Rotation initiale à 0 degrés */
        }
        50% {
          transform: rotate(35deg); /* Rotation à 180 degrés à mi-chemin de l'animation */
        }
        100% {
          transform: rotate(0deg); /* Retour à la rotation initiale à la fin de l'animation */
        }
      }

    div.lock {
        
        text-align: center;
        position: relative;
        display: block;
        z-index: 0;
        width: 100%;
        height: 100%;
    }
}




@media (max-width: 666px) and (orientation:landscape){
    .icons {
        display: inline-flex;
        font-size: 3vw;
    }

    .icons #close {
        display: none;
    }

    .ri-shopping-cart-line {
        display: inline-block;
        position: absolute;
        color: white;
        font-size: 3vw;
        right: 9%;
        bottom: 28%;
        text-decoration: none;
    }
    
    .header {
        align-items: center;
    }

    .navbar {
        position : absolute;
        top: 100%;
        left: 0;
        margin: 0;
        width: 100%;
        height: 0;
        display: block;
        background: rgba(0, 0, 0, 0.4);
        backdrop-filter: blur(5px);
        overflow: hidden;
        transition: .3s ease;
        z-index: 11000;
    }

    .navbar a{
        display: block;
        font-size: 3.4vw;
        margin: 2.6% auto;
        text-align: center;
        transform: translateY(-50px);
        opacity: 0;
        transition: .3s ease;
    }
    

    #check:checked~.icons #menu{
        display: none;
    }

    #check:checked~.icons #close{
        display: inline-flex;
    }

    
    #check:checked ~ .navbar {
        height: 44vw;
    }
    
    #check:checked ~ .navbar a{
        transform: translateY(0);
        opacity: 1;
        transition-delay: calc(.15s * var(--i));
    }

    #check:checked ~ body {
        overflow: hidden;
    }

    /* Pour éviter que le fond ne soit coupé lors du défilement vers le haut */
    #check:checked ~ .top-page {
        position: fixed;
        width: 100%;
    }

    footer{
        margin-top: 100%;
    }

    div.Contact{
        font-size: 1vw;
        text-decoration: none;
        color: white;
        width: 60vw;
        text-align: center;
        padding-left: 4vw;
        z-index: 10;
    }
        
    .Contact p{
        text-decoration: none;
        line-height: 0.5;
        color: rgb(255, 255, 255);
        font-size: 2.3vw;
    }
    
    div.Informations img {
        width: 12%;
        margin-left: 2vw;
    }

    .img_click_top_page{
        display: none;
    }

    .img_click_top_page{
        display: none;
    }
}