* {
    margin: 0;
    padding: 0;
}


body {
    background-color: #333;
    font-family: TT-Octosquares-Trial-Bold;
    display: grid;
    grid-template-rows: auto auto 1fr; /* Une ligne pour l'en-tête, une ligne pour le contenu et une ligne pour le footer */
    min-height: 100vh; /* Assure que la grille occupe au moins toute la hauteur de la fenêtre */
    margin: 0;
}
@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;
    width: 100%;
    z-index: 1000;
    border-bottom: #26caf8 solid 5px;
    margin-bottom: 10px;
}

.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;
}


/******************JSP COMMENT APPELR CA*********************/

.avertissement {
    color: #fff;
    border-bottom: #26caf8 solid 5px;
    margin-bottom: 10px;
    padding: 2%;
}

/******************MESSAGE PAS DE SELECTIONS**********************/



.no-selections{
    text-align: center;
    margin: auto;
}   


.invitation {
    border: #000000 solid 5px;
    border-radius: 5px;
    padding: 10px;
    background-color: white;
    color: #000;
    width: fit-content;
}

button {
    font-family: TT-Octosquares-Trial-Bold;
    width: 200px;
    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: -110px;
    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);
}

/******************SELECTIONS*********************/

.inner-column {
    padding: 0 20px 40px 20px;
}

a{  
    text-decoration: none;
}

.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;
}

.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;
    margin-top: 100px;
}

.card {
    display: inline-grid;
    grid-template-rows: 180px 150px 70px;
    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;

    margin: 3%;
    width: 400px;
  }


.card-image1 {
    grid-area: image;
    border-bottom: 5px solid black;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background-size: cover;
}



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

.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 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);

}

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


footer {
    background-color: #ccc;
    border-top: 5px solid #000;
}

footer a{
    color: black;
    text-decoration: none;
}

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


.foot-container {
    display: flex;
    justify-content: space-around;
    padding: 20px;
}

/* Styles pour les différentes sections du footer */
.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 <=995px) {

   .inner-column{
    padding-left: 17%;
   }

}
