/* Importer les polices Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Italianno&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

:root {
    --card-background: #2f1408;
    --tab-background: #d7ccc8;
    --nav-background: #6c261a;
    --text-color: #fff8f5;
    --link-color: #d7ccc8;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Styles pour le body */
body {
    font-family: "Titillium Web", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    background-image: url('https://kiipmassage.fr/img/Depositphotos_301409350_XL_1920x1300.jpg'); /* Chemin à vérifier */
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* L'image de fond reste fixe */
    min-height: 100vh; /* Utilisation de min-height pour permettre au contenu de défiler */
    display: flex;
    flex-direction: column;
}

.container-col-2 {
    max-width: 80%; /* Limite la largeur à 90% de l'écran */
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 colonnes */
    gap: 20px; /* Espacement entre les cartes */
    margin: 0 auto;
}

.container {
    padding: 20px;
    border-radius: 10px;
    max-width: 80%; /* Limite la largeur à 90% de l'écran */
    margin: 0 auto; /* Centre la div sur l'écran */
}


.card {
    width: 100%;
    background-color: rgba(47, 20, 8, 0.1);
    padding: 20px;
    border-radius: 10px;
}

nav {
    background-color: var(--nav-background);
}

nav .brand-logo {
    font-weight: normal;
    font-style: normal;
    font-size: 4rem;
    padding: 5px;
    font-family: Italianno, cursive;
    display: flex;
    align-items: flex-start;
}

nav .brand-logo img {
            vertical-align: middle;
            margin-right: 10px;
            width: 80px; /* Ajustez la taille du logo selon vos besoins */
        }


.card {
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--text-color);
    border-radius: 30px;
}

.tabs {
    background-color: unset;
}

.tabs .indicator {
  background-color: transparent;
}

.tabs .tab a:hover{
    background-color: rgba(47, 20, 8, 0.2);
    color: var(--link-color);
    border-radius: 10px;
}

.tabs .tab a {
  color: var(--link-color);
}

.tabs .tab a.active {
  background-color: rgba(255,255,255, 0.5); /* Utilise la couleur de base var(--card-background) avec 70% d'opacité */
  color: var(--card-background);
  font-weight: 600;
  border-radius: 10px;
}

.tabs .tab a:focus, .tabs .tab a:focus.active {
  background-color: var(--tab-background); /* Utilise la couleur de base var(--card-background) avec 70% d'opacité */
  outline: none;
}


.card .card-title {
    font-family: "Italianno", cursive;
    font-weight: 200;
    font-style: normal;
    font-size: 4rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.card .card-content {
  padding: 24px;
  border-radius: 0px 0 30px 30px;
}


h1 {
    margin-bottom: 0.5em;
    font-family: "Italianno", cursive;
    font-weight: bolder;
    font-style: normal;
    text-align: center;
}

h2,h3 {
    font-family: "Italianno", cursive;
    font-weight: normal;
    font-style: normal;
}

h4 {
    font-family: "Titillium Web", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.75rem;
}

h1, h2, h3, h4 {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}


nav ul a {
    font-size: 2rem;
}

nav ul a:hover {
    background-color: rgba(255,255,255, 0.2);
}

.slogan {
    font-size: 1.5rem;
    margin: 1em 0;
}


.price {
    font-size: 1.5rem;
    font-weight: 600;
}

.contact-info {
    font-size: 1.2rem;
    margin-top: 1rem;
}

a {
    color: #ffcc00; /* Couleur pour le lien */
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

td, th {
    padding: 0px 5px;
}

.titillium-web-extralight {
  font-family: "Titillium Web", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.titillium-web-light {
  font-family: "Titillium Web", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.titillium-web-regular {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.titillium-web-semibold {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.titillium-web-bold {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.titillium-web-black {
  font-family: "Titillium Web", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.titillium-web-extralight-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.titillium-web-light-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.titillium-web-regular-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.titillium-web-semibold-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.titillium-web-bold-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-style: italic;
}


/* Styles pour le footer */
footer {
    margin-top: auto; /* Permet au footer de se déplacer vers le bas */
    text-align: center;
    padding: 10px 0;
    font-size: 1em;
    color: #fff; /* Couleur du texte du footer */
}

.flow-text {
        font-size: 1.25rem;
        text-align: justify;
}

/* Media query pour les petits écrans (téléphones) */
@media only screen and (max-width: 600px) {
    h1 {
        font-size: 2.5rem; /* Ajustement de la taille du h1 sur les téléphones */
    }

    h2 {
        font-size: 2rem; /* Ajustement de la taille du h2 sur les téléphones */
    }

    h3,h4 {
        font-size: 1.15rem;
    }

    .container-col-2 {
        display: grid;
        grid-template-columns: 1fr; /* 1 seule colonne sur petits écrans */
    }

    nav .brand-logo img {
        display: none;
    }

    nav .brand-logo {
        font-size: 2rem;
    }

    .card {
        max-width: 100%; /* Ajuste la largeur des cartes sur mobile */
    }

    .slogan {
        font-size: 1.2em; /* Réduire la taille du slogan */
    }

    .contact-info {
        font-size: 1em; /* Ajustement du texte de contact */
    }
}

