* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #333;
    font-family: TT-Octosquares-Trial-Bold;
}

body::before{
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(images/Accueil.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    filter: blur(5px);
    z-index: -1;
}

@font-face {
    font-family: ethnocentric-rg-it;
    src: url(Font/ethnocentric-rg-it.woff);
    font-weight: bold;
}

@font-face {
    font-family: Dune_Rise_1;
    src: url(Font/Dune_Rise_1.woff);
    font-weight: bold;
}

@font-face {
    font-family: TT-Octosquares-Trial-Bold;
    src: url(Font/TT-Octosquares-Trial-Bold.woff);
    font-weight: bold;
}


/*********BARRE DE NAVIGATION*********/

.navbar {
    background-color: #333;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}


.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    font-size: large;
    text-align: center;
    font-family: Dune_Rise_1;
}

.container a {
    list-style-type: none;
    text-decoration: none;
    color: #fff;
    margin: 0;
    padding: 0;
    display: flex;
}

.container .logo {
    font-family: ethnocentric-rg-it;
    font-size:xx-large;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

nav ul li {
    margin: 0 10px;
}


nav ul li a {
    text-decoration: none;
    color: #fff;
    transition: 0.1s ease;
}

nav ul li a:hover {
    color: #27d86c;
    border: #27d86c solid 2px;
    border-radius: 5px;
    padding-top: 5px;
    padding-left: 2px;
    padding-right: 2px;
    box-shadow: 10px 5px 5px rgba(39, 216, 108, .50);
}

.content {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

#progres{
    height: 10px;
            width: 0; /* Largeur initiale à 0 */
            border-radius: 0px 50px 50px 0px;
            position: fixed;
            background: linear-gradient(to right, #27d86c, #26caf8);
            transition: width 0.3s ease; /
}

/********************ACCUEIL*********************/

.accueil {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    border-radius: 10px;
}

.bloc {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;

    width: fit-content;
    background-color: #ffffff;
    padding: 1% 3% 1% 3%;

    border: #000 solid 5px;
}


.bloc2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;

    width: fit-content;
    background-color: #333;
    padding: 1% 3% 1% 3%;

    border: #000000 solid 5px;
    border-radius: 10px;
    color: white;
}

.bloc2 h4{
    font-size: x-large;
    padding-bottom: 3px;
    border-bottom: #ffffff solid 5px;
    margin-bottom: 2%;
}

.bloc h1 {
    font-size: 5rem;
    font-family: ethnocentric-rg-it;
}

.bloc h2 {
    font-size: 3rem;
}

.bloc h3{
    font-size: 1.5rem;
    padding-bottom: 3px;
    border-bottom: #000 solid 5px;
    margin-bottom: 2%;
}

.bloc p{
    padding-bottom: 20px;
}

.present{
    width: 50%;
}

.accueil a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    text-decoration: none;
}



/*********PRESENTATION********/

.page{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 50px;

    background-color: #333;
    padding: 3% 0 3% 0;
    margin: 5% 5% 3% 5%;
    border: white solid 5px;
    border-radius: 10px;
}


.page1-container{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;

    background-color: #333;
    padding: 0 3% 0 3%;
    border-radius: 10px;
}

/*.deco {
    border: #26caf8 solid 2px;
    border-radius: 5px;
    border-style: ridge;
    padding: 2px;
}

.deco2 {
    border: #f78cff solid 2px;
    border-radius: 5px;
    border-style: ridge;
    padding: 2px;
    box-shadow: 5px 5px 20px rgb(0, 0, 0, 0.7);
}*/

.search{
    width: max-content;
    display: flex;
    align-items: center;
    padding: 14px;
    border: #ffffff solid 3px;
    border-radius: 0.5em;
    background: #333;
    transition: 0.3s ease;
    }
    

.champ-recherche{
        margin-left: 14px;
        outline: none;
        border: none;
        background: none;
        color: #fff
    }
    
.search-input::placeholder {
        color: rgba(255, 255, 255, 0.25);
    }

input {
    font-family: TT-Octosquares-Trial-Bold;
    font-size: medium;
}

.search:hover {
    border: rgb(38, 202, 248) solid 3px;
}

.img{
    background-image: url(images/VRillustration1.jpg);
    width: 100%;
    height: 30vh;
    background-size: cover;
    background-position: center;
    transition: 0.3s ease;
}

.img:hover{
    transform: scale(1.2);
    box-shadow: 5px 5px 15px rgb(0, 0, 0, 0.6);
}



#overflow {
    border: black solid 5px;
    border-radius: 15px;
    overflow: hidden;
    width: 30%;
}


/***********SLIDER 1**********/

.page2-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 50px;

    background-color: #1b1b1b;
    padding: 3% 0 3% 0;
    margin: 3% 5% 5% 5%;
    border: white solid 5px;
    border-radius: 10px;
    width: 80%;

    box-shadow: 10px -10px 25px 0 rgba(38, 202, 248, .50), -10px 10px 25px 0 rgba(198, 37, 208, .50);
}


h4{
  color: #fff;
  font-size: xx-large;  
}

.sliderN1 h1 {
    margin-top: 25px;
    margin-bottom: 0;
    text-align: center;
    color: rgb(255, 255, 255);
}

.sliderN1 {
    position: relative;
    left: -100%; /* Déplace le slider hors de la vue */
    opacity: 0; /* Le rend invisible */
    transition: left 1s ease-in-out, opacity 1s ease-in-out; /* Ajoute une transition pour le déplacement et l'opacité */
}
.sliderN1.active {
    left: 0; /* Ramène le slider au centre */
    opacity: 1; /* Rend le slider visible */
}


#slider {
    margin-top: 20px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    max-width: 100%;
    text-align: center;

}

#slider input[type=radio] {
    display: none;
}

#slider label {
    cursor: pointer;
    text-decoration: none;
}

#slides {
    padding: 10px 10px 10px 10px;
    border: 0px solid transparent;
    border-radius: 10px;
    background: linear-gradient(to right, rgb(198, 37, 208), rgb(38, 202, 248));;
    position: relative;
    z-index: 1;
}

#overflowSLDR {
    width: 100%;
    overflow: hidden;
}

#slide1:checked~#slides .inner {
    margin-left: 0;
}

#slide2:checked~#slides .inner {
    margin-left: -100%;
}

#slide3:checked~#slides .inner {
    margin-left: -200%;
}

#slide4:checked~#slides .inner {
    margin-left: -300%;
}

#slide5:checked~#slides .inner {
    margin-left: -400%;
}

#slides .inner {
    transition: margin-left 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    width: 500%;
    height: 300px;
}

#slides .slide {
    width: 20%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #fff;
}

#slides .slide_1 {
    background-image: url(images/coral-hightlands.jpg);
    background-size: cover;
    border: 0px solid transparent;
    border-radius: 10px;
    transition: 0.5s ease;
    
}

#slides .slide_2 {
    background-image: url(images/godhome.jpg);
    background-size: cover;
    border: 0px solid transparent;
    border-radius: 10px;
    transition: 0.5s ease;
}

#slides .slide_3 {
    background-image: url(images/arkham.jpg);
    background-size: cover;
    border: 0px solid transparent;
    border-radius: 10px;
    transition: 0.5s ease;
}

#slides .slide_4 {
    background-image: url(images/spooky-house.jpg);
    background-size: cover;
    border: 0px solid transparent;
    border-radius: 10px;
    transition: 0.5s ease;
}

#slides .slide_5 {
    background-image: url(images/dont-scream.jpg);
    background-size: cover;
    border: 0px solid transparent;
    border-radius: 10px;
    transition: 0.5s ease;
}

#slides .slide_1:hover,
#slides .slide_2:hover,
#slides .slide_3:hover,
#slides .slide_4:hover,
#slides .slide_5:hover{
    transform: scale(1.2);
}

.slide-content {
    color: #ffffff;
    background-color: rgb(0, 0, 0, .70);
    padding: 5px;
    border: 0px solid transparent;
    border-radius: 5px; 
    width: 80%;
    margin: auto;
}

a{
    text-decoration: none;
}

#controls {
    margin: -180px 0 0 0;
    width: 150px;
    height: 33px;
    z-index: 3;
    position: relative;
}

#controls label {
    transition: opacity 0.2s ease-out;
    display: none;
    width: 50px;
    height: 50px;
    opacity: .4;
}

#controls label:hover {
    opacity: 1;
}

#slide1:checked~#controls label:nth-child(2),
#slide2:checked~#controls label:nth-child(3),
#slide3:checked~#controls label:nth-child(4),
#slide4:checked~#controls label:nth-child(5),
#slide5:checked~#controls label:nth-child(1) {
    margin: 20px;
    height: 0px;
    border-left: 50px solid #26caf8;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    float: right;
    margin-top: -35px;
    margin-right: -770px;
    display: block;
    animation: float2 3s infinite;
}

#slide1:checked~#controls label:nth-last-child(1),
#slide2:checked~#controls label:nth-last-child(5),
#slide3:checked~#controls label:nth-last-child(4),
#slide4:checked~#controls label:nth-last-child(3),
#slide5:checked~#controls label:nth-last-child(2) {
    margin: 20px;
    height: 0px;
    border-right: 50px solid #c625d0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    float: left;
    margin-top: -35px;
    margin-left: -120px;
    display: block;
    animation: float1 3s infinite;
}

#bullets {
    margin: 150px 0 0;
    text-align: center;
}

#bullets label {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #ccc;
    margin: 0 10px;
}

#slide1:checked~#bullets label:nth-child(1),
#slide2:checked~#bullets label:nth-child(2),
#slide3:checked~#bullets label:nth-child(3),
#slide4:checked~#bullets label:nth-child(4),
#slide5:checked~#bullets label:nth-child(5) {
    background: #27d86c;
}

.full-list{
    opacity: 0;
    
}

.full-list.active{
    opacity: 1;
    animation: pop-in 2s;
}


/*********SLIDER 2************/

.sliderN2 h1 {
    margin-top: 25px;
    margin-bottom: 0;
    text-align: center;
    color: rgb(255, 255, 255);
}

.sliderN2 {
    position: relative;
    left: -100%;
    opacity: 0;
    transition: left 1s ease-in-out, opacity 1s ease-in-out;
}

.sliderN2.active {
    left: 0;
    opacity: 1;
}


#slider-container {
    margin-top: 20px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    max-width: 100%;
    text-align: center;

}

#slider-container input[type=radio] {
    display: none;
}

#slider-container label {
    cursor: pointer;
    text-decoration: none;
}

#Nslides {
    padding: 10px;
    border: 0px solid transparent;
    border-radius: 10px;
    background: linear-gradient(to right, #c625d0, #26caf8);;
    position: relative;
    z-index: 1;
}

#Noverflow {
    width: 100%;
    overflow: hidden;
}

#Nslide1:checked~#Nslides .Ninner {
    margin-left: 0;
}

#Nslide2:checked~#Nslides .Ninner {
    margin-left: -100%;
}

#Nslide3:checked~#Nslides .Ninner {
    margin-left: -200%;
}

#Nslide4:checked~#Nslides .Ninner {
    margin-left: -300%;
}

#Nslide5:checked~#Nslides .Ninner {
    margin-left: -400%;
}

#Nslides .Ninner {
    transition: margin-left 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    width: 500%;
    height: 300px;
}

#Nslides .Nslide {
    width: 20%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #fff;
}

#Nslides .Nslide_1 {
    background-image: url(images/stromveil-castle.jpg);
    background-size: cover;
    border: 0px solid transparent;
    border-radius: 10px;
    transition: 0.5s ease;
}

#Nslides .Nslide_2 {
    background-image: url(images/hyruleCastle.jpg);
    background-size: cover;
    border: 0px solid transparent;
    border-radius: 10px;
    transition: 0.5s ease;
}

#Nslides .Nslide_3 {
    background-image: url(images/white-palace.jpg);
    background-size: cover;
    border: 0px solid transparent;
    border-radius: 10px;
    transition: 0.5s ease;
}

#Nslides .Nslide_4 {
    background-image: url(images/re8-castle.jpg);
    background-size: cover;
    border: 0px solid transparent;
    border-radius: 10px;
    transition: 0.5s ease;
}

#Nslides .Nslide_5 {
    background-image: url(images/maze-bank.jpg);
    background-size: cover;
    border: 0px solid transparent;
    border-radius: 10px;
    transition: 0.5s ease;
}

#Nslides .Nslide_1:hover,
#Nslides .Nslide_2:hover,
#Nslides .Nslide_3:hover,
#Nslides .Nslide_4:hover,
#Nslides .Nslide_5:hover{
    transform: scale(1.2);
}

.slide-fill {
    color: #ffffff;
    background-color: rgb(0, 0, 0, .70);
    padding: 5px;
    border: 0px solid transparent;
    border-radius: 5px; 
    width: 80%;
    margin: auto;
}

#other-controls {
    margin: -180px 0 0 0;
    width: 150px;
    height: 33px;
    z-index: 3;
    position: relative;
}

#other-controls label {
    transition: opacity 0.2s ease-out;
    display: none;
    width: 50px;
    height: 50px;
    opacity: .4;
}

#other-controls label:hover {
    opacity: 1;
}

#Nslide1:checked~#other-controls label:nth-child(2),
#Nslide2:checked~#other-controls label:nth-child(3),
#Nslide3:checked~#other-controls label:nth-child(4),
#Nslide4:checked~#other-controls label:nth-child(5),
#Nslide5:checked~#other-controls label:nth-child(1) {
    margin: 20px;
    height: 0px;
    border-left: 50px solid #26caf8;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    float: right;
    margin-top: -35px;
    margin-right: -770px;
    display: block;
    animation: float2 3s infinite;
}

#Nslide1:checked~#other-controls label:nth-last-child(1),
#Nslide2:checked~#other-controls label:nth-last-child(5),
#Nslide3:checked~#other-controls label:nth-last-child(4),
#Nslide4:checked~#other-controls label:nth-last-child(3),
#Nslide5:checked~#other-controls label:nth-last-child(2) {
    margin: 20px;
    height: 0px;
    border-right: 50px solid #c625d0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    float: left;
    margin-top: -35px;
    margin-left: -120px;
    display: block;
    animation: float1 3s infinite;
}

#Nbullets {
    margin: 150px 0 0;
    text-align: center;
}

#Nbullets label {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #ccc;
    margin: 0 10px;
}

#Nslide1:checked~#Nbullets label:nth-child(1),
#Nslide2:checked~#Nbullets label:nth-child(2),
#Nslide3:checked~#Nbullets label:nth-child(3),
#Nslide4:checked~#Nbullets label:nth-child(4),
#Nslide5:checked~#Nbullets label:nth-child(5) {
    background: #27d86c;
}

@keyframes float1 {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(-20px);
    }

    100% {
        transform: translateX(0px);
    }
}

@keyframes float2 {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(20px);
    }

    100% {
        transform: translateX(0px);
    }
}

/*********COMMENTAIRE*********/

.comments .heading_container {
    margin-bottom: 30px;
}

.comments .box {
    display: flex;
    flex-direction: column;
    margin: 15px;
}

.comments .img-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    margin-bottom: -40px;
    margin-left: 25px;
    z-index: 5;
}

.comments .img-box img {
    border-radius: 100%;
    border: #000 solid 5px;
    width: 95px;
    height: 90px;
}

.comments .client_id {
    display: flex;
    justify-content: space-between;
}

.comments .client_info h6 {
    font-weight: 600;
    margin-bottom: 5px;
}

.comments .client_info p {
    margin-bottom: 10px;
    font-size: 14px;
    /* Taille de police unique */
}

.comments .detail-box {
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    padding: 75px 25px 25px 25px;
}

.comments .detail-box i {
    color: #00204a;
    margin-bottom: 10px;
}

.comments .owl-carousel .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 45px;
}

.comments .owl-carousel .owl-nav .owl-prev,
.comments .owl-carousel .owl-nav .owl-next {
    width: 55px;
    height: 55px;
    background-color: #fff;
    color: #000;
    outline: none;
    font-size: 24px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

.comments .owl-carousel .owl-nav .owl-prev:hover,
.comments .owl-carousel .owl-nav .owl-next:hover {
    color: #00204a;
}

.comments {
    display: flex;
    justify-content: center;
    align-items: center;
}

.comments .container {
    width: 80%;
    max-width: 1200px;
}

.carousel-wrap {
    display: flex;
    justify-content: center;
}

.client_owl-carousel {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.item {
    width: 300px;
    margin: 15px;
}

.card{
    display: grid;
    grid-template-columns: 270px;
    grid-template-rows: 100px 180px 50px;
    grid-template-areas: "image" "text" "stats";

    border: 5px solid black;
    border-radius: 18px;
    background-color: rgb(255, 255, 255);
    box-shadow: 5px 5px 15px rgb(0, 0, 0, 0.9);
    text-align: center;

    transition: 0.5s ease;
    cursor: pointer;

    transform-style: preserve-3d;
    perspective: 1000px;
    height: 60%;
}


.card-image1{
    grid-area: image;
    border-bottom: 5px solid black;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background-image: url(images/cosmo-canyon.jpg);
    background-size: cover;
}

.card-image2{
    grid-area: image;
    border-bottom: 5px solid black;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background-image: url(images/re8-castle.jpg);
    background-size: cover;
}


.card-image3{
    grid-area: image;
    border-bottom: 5px solid black;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background-image: url(images/heaven-mount.jpg);
    background-size: cover;
}


.card-image4{
    grid-area: image;
    border-bottom: 5px solid black;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background-image: url(images/true-lab.jpg);
    background-size: cover;
}


.card-image5{
    grid-area: image;
    border-bottom: 5px solid black;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background-image: url(images/maze-bank.jpg);
    background-size: cover;
}


.card-text{
    grid-area: text ;
    margin: 15px;
    transform: translateZ(30px);
}

.card-text .date{
    color: #c625d0;
    font-size: 1rem;
}

.comment1{
    color: grey;
    font-size: 0.7rem;
    font-weight: 400px;
}

.comment2{
    color: grey;
    font-size: 0.9rem;
    font-weight: 400px;
}

.comment3{
    color: grey;
    font-size: 0.9rem;
    font-weight: 400px;
}

.comment4{
    color: grey;
    font-size: 0.9rem;
    font-weight: 400px;
}

.comment5{
    color: grey;
    font-size: 0.9rem;
    font-weight: 400px;
}

.card-text h2{
    margin-top: 0px;
    font-size: 1.2rem;
}

.card-stats{
    grid-area: stats;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    border-top: 5px solid black;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
    background: linear-gradient(to right, #c625d0, #26caf8, #27d86c);
}

.card-stats .stat{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 0px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    color: white;
    transform: translateZ(30px);
}

.card-stats .type{
    font-size: 0.8rem;
    font-weight: 300px;
    text-transform: uppercase;
    transform: translateZ(30px);
}

.card-stats .value{
    font-size: 1rem;
    transform: translateZ(30px);
}

.card-stats .value sup{
    font-size: 1rem;
}

.card:hover{
    transform: scale(1.2);
    box-shadow: 5px 5px 15px rgb(0, 0, 0, 0.6);

}

/*********BOUTON DECOUVRIR PLUS*********/

.page3{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 50px;

    background-color: #333;
    padding: 1% 0 1% 0;
    margin: 5% 5% 3% 5%;
    border: white solid 5px;
    border-radius: 10px;
}

.full-list h1 {
    margin-top: 25px;
    margin-bottom: 0;
    text-align: center;
    font-size: 2rem;
    color: rgb(0, 0, 0);
    border-bottom: black solid 5px ;
}

.decotitre{
    margin-top: 3px ;
    width: 70%;
    border-bottom: #000 solid 5px;
}

.full-list{
    opacity: 0;
    
}

.full-list.active{
    opacity: 1;
    animation: pop-in 2s;
}

@keyframes pop-in {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(1.4);
    }

    100% {
        transform: scale(1);
    }
}


.full-list h2 {
    margin-top: 25px;
    margin-bottom: 0;
    text-align: center;
    color: rgb(0, 0, 0);
}

.full-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Centre les éléments horizontalement */
    margin-bottom: 30px;
}

.full-list .box {
    border: #000000 solid 5px;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;

}

.deco {
    border: #26caf8 solid 2px;
    border-radius: 5px;
    border-style: ridge;
    padding: 2px;
}

.deco2 {
    border: #f78cff solid 2px;
    border-radius: 5px;
    border-style: ridge;
    padding: 2px;
    box-shadow: 5px 5px 20px rgb(0, 0, 0, 0.7);
}

button {
    font-family: TT-Octosquares-Trial-Bold;
    background: transparent;
    border: rgb(0, 0, 0) solid 3px;
    color: rgb(255, 255, 255);
    margin-top: 10px;
    /* Ajout de marge en haut */
    padding: 10px 20px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    font-size: 1.5rem;
    transition: all .2s;
    z-index: 2;
    
}

button::after {
    content: "";
    width: 400px;
    height: 400px;
    background: linear-gradient(225deg, #27d86c 0%, #26caf8 50%, #c625d0 100%);
    position: absolute;
    top: -25px;
    left: -120px;
    z-index: -1;
    transition: all .5s;
}

button:hover::after {
    transform: rotate(150deg);
}

button:hover {
    transform: translate(0, -6px);
    box-shadow: 10px -10px 25px 0 rgba(143, 64, 248, .50), -10px 10px 25px 0 rgba(39, 200, 255, .50);
}

.full-list h1 {
    margin-top: 25px;
    margin-bottom: 0;
    text-align: center;
    font-size: 2rem;
    color: rgb(0, 0, 0);
}

.full-list h2 {
    margin-top: 25px;
    margin-bottom: 0;   
    text-align: center;
    color: rgb(0, 0, 0);
}

.autre h1 {
    margin-top: 25px;
    margin-bottom: 0;
    text-align: center;
    font-size: 2rem;
    color: rgb(0, 0, 0);
    border-bottom: black solid 5px ;
}

.autre{
    opacity: 0;
    
}

.autre.active{
    opacity: 1;
    animation: pop-in 2s;
}

@keyframes pop-in {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(1.4);
    }

    100% {
        transform: scale(1);
    }
}


.autre h2 {
    margin-top: 25px;
    margin-bottom: 0;
    text-align: center;
    color: rgb(0, 0, 0);
}

.autre {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Centre les éléments horizontalement */
    margin-bottom: 7px;
}

.autre .box {
    border: #000000 solid 5px;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;

}

.autre h1 {
    margin-top: 25px;
    margin-bottom: 0;
    text-align: center;
    font-size: 2rem;
    color: rgb(0, 0, 0);
}

.autre h2 {
    margin-top: 25px;
    margin-bottom: 0;   
    text-align: center;
    color: rgb(0, 0, 0);
}

/*********BAS DE PAGE*********/

footer {
    display: flex;
    flex-direction: column;
}

footer a{
    color: #000;
    text-decoration: none;
}

footer a:hover{
    text-decoration: underline;
}

.foot-container {
    background-color: #ccc;
    border: #000 solid 5px;
    display: flex;
    justify-content: space-around;
    padding: 20px;
    margin-top: 100px;
}

.contacts h1 {
    font-family: ethnocentric-rg-it;
    font-size: x-large;
}

.contacts,
.events,
.Category,
.About {
    flex: 1;
    max-width: 300px;
    padding: 10px;
}

.contacts,
.events,
.Category {
    margin-right: 10px;
    border-right: #000 solid 5px;
}


@media (width <=910px) {

    .container li {
     font-size: 1rem;        
    }

    .container .logo{
        display: none;
    }
    .reservation {
        gap: 20px;
    }

}

/****************************************/

@media (width <=860px) {

    .bloc h1 {
        font-size: 4rem;
    }
    
    .bloc h2 {
        font-size: 2rem;
    }

}

@media (width <=1140px) {

    /*SLIDERS*/
    .sliderN1{
        width: inherit;
    }
    .sliderN2{
        width: inherit;
    }

    #slide1:checked~#controls label:nth-child(2),
    #slide2:checked~#controls label:nth-child(3),
    #slide3:checked~#controls label:nth-child(4),
    #slide4:checked~#controls label:nth-child(5),
    #slide5:checked~#controls label:nth-child(1),
    #slide1:checked~#controls label:nth-last-child(1),
    #slide2:checked~#controls label:nth-last-child(5),
    #slide3:checked~#controls label:nth-last-child(4),
    #slide4:checked~#controls label:nth-last-child(3),
    #slide5:checked~#controls label:nth-last-child(2),
    #Nslide1:checked~#other-controls label:nth-child(2), 
    #Nslide2:checked~#other-controls label:nth-child(3), 
    #Nslide3:checked~#other-controls label:nth-child(4), 
    #Nslide4:checked~#other-controls label:nth-child(5), 
    #Nslide5:checked~#other-controls label:nth-child(1),
    #Nslide1:checked~#other-controls label:nth-last-child(1),
    #Nslide2:checked~#other-controls label:nth-last-child(5),
    #Nslide3:checked~#other-controls label:nth-last-child(4),
    #Nslide4:checked~#other-controls label:nth-last-child(3),
    #Nslide5:checked~#other-controls label:nth-last-child(2)  {
        display: none;
    }
    .slide-content,
    .slide-fill {
        width: 60%;
    }
    .slide-content h2,
    .slide-fill h2{
        font-size: 1rem;
    }
    .slide-content p,
    .slide-fill p{
        font-size: 0.8rem;
    }
    #bullets,
    #Nbullets{
        margin: 155px 0 0;
    }
    #bullets label,
    #Nbullets label{
        width: 20px;
        height: 20px;
    }

}