/*
 ===========================================================================
  Project Name: xLCZ.2025
  File Name:    global.css
  Description:  Feuille de style pour le design du site de Xavier 
  Lacaze

  Author:       Xavier Lacaze
  Created On:   22/08/2025
  Version:      1.0.0
  Last Updated: 22/08/2025

  License:      CC-BY-NC-ND
  Website:      www.xlcz.fr
  Contact:      xavier@xlcz.fr

 ===========================================================================
  
  Change Log:
  ---------------------------------------------------------------------------
  Version 1.0.0: Initial release

 ===========================================================================
*/


@font-face {
 font-family: "Rockness";
 src: url("./fonts/Rockness.woff") format("woff"),
      url("./fonts/Rockness.ttf") format("truetype");
}

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


header  {
    height: 125px;
}


body {
    opacity: 0; /* Initialement caché */
    transition: opacity 0.3s ease; /* Transition pour l'opacité */
}

body.visible {
    opacity: 1; /* Visible après chargement */
}

#black-screen {
    display: none; /* Masqué par défaut */
    position: fixed; /* Positionnement fixe */
    top: 0; /* En haut de la page */
    left: 0; /* À gauche de la page */
    width: 100%; /* Prend toute la largeur */
    height: 100%; /* Prend toute la hauteur */
    background: rgba(0, 0, 0, 0.8); /* Fond noir avec un peu de transparence */
    z-index: 9999; /* S'assure qu'il est au-dessus de tout */
}


section p {
    margin-bottom: 8px; /* Espace de 20px entre les paragraphes */
}


header svg {
    height: 115px;
    left: 50%; /* Centre le menu horizontalement */
    transform: translateX(-50%); /* Centre le menu */
    position: absolute;
}

/* Cibler chaque élément du SVG et leur appliquer une animation d'opacité 
   uniquement si la classe 'play-animation' est ajoutée */
header svg path,
header svg polygon,
header svg rect {
    opacity: 0; /* Commence à être invisible */
    animation: fadeIn 1s ease forwards; /* Animation d'apparition */
}

header svg path:nth-child(1){
        animation-delay: -1s; /* Délai pour les éléments spécifiques */
}

/* Ajouter des délais spécifiques pour chaque élément du SVG */

header svg path:nth-child(7),
header svg polygon:nth-child(8) {
    animation-delay: 1.1s; /* Délai pour les éléments spécifiques */
}

header svg path:nth-child(6),
header svg path:nth-child(9) {
    animation-delay: 1.2s; /* Délai pour les éléments spécifiques */
}

header svg path:nth-child(10),
header svg rect {
    animation-delay: 1.3s; /* Délai pour les éléments spécifiques */
}

header svg polygon:nth-child(4),
header svg path:nth-child(11) {
    animation-delay: 1.4s; /* Délai pour les éléments spécifiques */
}

header svg path:nth-child(3),
header svg polygon:nth-child(12) {
    animation-delay: 1.5s; /* Délai pour les éléments spécifiques */
}

header svg  polygon:nth-child(2),
header svg  path:nth-child(13) {
    animation-delay: 1.6s; /* Délai pour les éléments spécifiques */
}

/* Définition de l'animation fadeIn */
@keyframes fadeIn {
    to {
        opacity: 1; /* Rendre l'élément complètement visible */
    }
}


/* Animation pour faire apparaître les éléments avec opacité */
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    75% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
    }
}


section a::after {
    content: ' →'; /* Ajoute la flèche après le texte du lien */
}

footer {
    margin-bottom : 20vh;
}

ul {
        padding : 0px;
        margin : 0px;

}

ul li{
        list-style-type: none; /* Supprime les puces */
        padding : 0px;
        margin : 0px;

}


/******************** PRINCING PACKS ********************/



ul.princing {
    display: block;
    max-width : 100%;
    height: auto;
    flex-direction: column;
    border-radius : 0px;
    margin : 28px 0px 22px 0px;
    padding-bottom : 22px;
    border-bottom : 2px solid rgba(179,179,179,0.5);
}

ul.pack li h3{
border-bottom : 2px solid rgba(179,179,179,0.5);
padding-bottom : 28px;
margin-bottom : 0px;
}


ul.princing li{
    background-color: rgba(0,0,0,0) !important;
    background: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,0));
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
    max-width : 100%;
    border : 0px;
    height: inherit;
    border-radius : 0px;
    height : auto;
    min-height: auto;
    margin: 20px 0px;
    display: block;
    padding: 0px;
    cursor: inherit;
    padding : 0px;
}

ul.pack li p.accroche {
    margin-top: 4px;
padding-top : 28px !important;}

ul.princing li::before {
  content: "✔";            /* Ou "\2714" pour le même effet Unicode */
  color: #38c172;          /* Vert validation (modifiable) */
  display: inline-block;
  margin-right: 10px;
  font-weight: bold;
  font-size: 1.2em;        /* Ajuste la taille si besoin */
  vertical-align: middle;
}

ul.pack li ul.princing li:nth-child(1){
    margin-left : 0px !important;
}

 p.for {
    margin-bottom : 50px;
}


div.price { 
/*display:none;*/
border-bottom : 2px solid rgba(179,179,179,0.5);;
padding-top: 23px;
width : 100%;
padding-bottom: 24px;

font-size : 20px;
}

div.price span {
  font-family: "Courier New", Courier, monospace;
    font-size: 32px;
    font-weight: 600 !important;
}

div.price span sup{
    font-size : 22px;
}

div.price small{
    font-size : 12px;

}


div.live {
      position: relative;

    border: 2px solid rgba(179,179,179,0.6);
    border-radius : 50px;
    padding: 4px 16px 4px 26px;
    font-size : 14px;
    margin-bottom : 18px;
    margin-top: -10px;
  display: inline-block; /* <-- clé */
    white-space: nowrap; /* évite que ça coupe le texte */

}


/* le rond */
div.live::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: red;

  /* animation clignotante */
  animation: pulse 2.5s infinite;
}

@keyframes pulse {
  0% { opacity: 1; }
  50% { opacity: 0.1; }
  100% { opacity: 1; }
}


/******************** 404 ********************/



body.quatrecentquatre{
    width : 100vw;
    min-height : 100vh;
    background-color: #fff;
    background: url('/img/404.png');
    background-size:cover;
    background-position : center 0px;
     max-width: 1232px; /* Limite la largeur maximale à 1232px */
    margin: 0 auto; /* Centre horizontalement si l'écran est plus large */
    padding: 0 15px; /* Ajoute un peu de padding pour éviter que le contenu touche les bords de l'écran sur les petits écrans */
    box-sizing: border-box; /* Assure que les paddings sont pris en compte dans la largeur totale */
      font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;

}


body.quatrecentquatre .header svg {
    fill: white;
}

body.quatrecentquatre h1 {
      font-family: "Inter", sans-serif;
                font-style: normal;
                font-weight: 200;
                margin : 10px auto;
                font-size : 40px;


}

body.quatrecentquatre section.message-404 {
          font-family: "EB Garamond", serif;
          font-style: italic;
font-size: 18px;
    max-width : 500px;
    margin : 70px auto;
    font-weight: 500;
    width : 80%;
    background-color : white;
    padding : 40px;
    border : 1px solid #C5C7C7;
}

body.quatrecentquatre section.message-404 p {
    margin-bottom: 20px;
}



body.quatrecentquatre section.message-404 a {
    font-family: "Inter", sans-serif;
    font-style: normal;
    background-color : black;
    padding: 10px 16px;
    font-weight : 300;
    color : white;
    text-decoration: none;
    font-size : 16px;
        border : 2px solid black;
        transition : all 0.5s ease;

}

body.quatrecentquatre section.message-404 a:hover {
    background-color : white;
    font-weight : 800;
    color : black;
    border : 2px solid black;

}


body.quatrecentquatre{
    width : 100vw;
    min-height : 100vh;
    background-color: #fff;
    background: url('/img/404.png');
    background-size:cover;
    background-position : center 0px;
     max-width: 1232px; /* Limite la largeur maximale à 1232px */
    margin: 0 auto; /* Centre horizontalement si l'écran est plus large */
    padding: 0 15px; /* Ajoute un peu de padding pour éviter que le contenu touche les bords de l'écran sur les petits écrans */
    box-sizing: border-box; /* Assure que les paddings sont pris en compte dans la largeur totale */
      font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;

}





/******************** Mention légale ********************/

body.legal{
    width : 100vw;
    background-color: #fff;
    background-size:cover;
    background-position : center 0px;
     max-width: 1232px; /* Limite la largeur maximale à 1232px */
    margin: 0 auto; /* Centre horizontalement si l'écran est plus large */
    padding: 0 15px; /* Ajoute un peu de padding pour éviter que le contenu touche les bords de l'écran sur les petits écrans */
    box-sizing: border-box; /* Assure que les paddings sont pris en compte dans la largeur totale */
      font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
      max-width : 500px;
    width : 80%;

}

body.legal h1{
text-align: center;
font-size : 40px;
font-size : 100;
          font-family: "EB Garamond", serif;
          font-style: italic;
      } 

body.legal h2 {
font-family: "Inter", sans-serif;
font-style: normal;
font-weight: 200;
font-size : 30px;


}








/***************************************************/
/******************** REPONSIVE ********************/
/***************************************************/
@media only screen and (max-width: 768px) {




header {
 height: 75px !important;

}

header svg {
    height: 55px !important;
    margin-top : 20px;
}


}


/***************************************************/
/******************** CURSEUR **********************/
/***************************************************/

@media only screen and (min-width: 768px) {

  /* Conteneur principal du texte et du cercle */
  .custom-cursor {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 3; /* Assure que le texte et le cercle sont au-dessus des éléments */
        mix-blend-mode: overlay; /* Mode de fusion */

  }

  /* Cercle principal */
  .cursor-circle {
    position: absolute; /* Positionnement absolu à l'intérieur de .custom-cursor */
    width: 75px;
    height: 75px;
    border: 2px solid #ffff00;
   /*background: #ffff00;*/
    border-radius: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 2; /* Juste en dessous du texte */
    transition: width 0.2s, height 0.2s;
    animation: rotateCircle 30s linear infinite;
  }

  /* Texte circulaire */
  .cursor-text {
    position: absolute;
    width: 550px; /* Diamètre du cercle de texte */
    height: 550px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    font-weight: bold;
    color: green;
    text-transform: uppercase;
    pointer-events: none;
    z-index: 4; /* Le texte doit être au-dessus du cercle */
  }

  /* Positionner chaque lettre autour du cercle */
  .cursor-text span {
    position: absolute;
    opacity: 1;
    top: 50%;
    left: 50%;
    transform-origin: 0 0;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    color: #ffff00;

  }

  /* Animation du texte autour du cercle */
  .cursor-text {
    animation: rotateText 30s linear infinite;
  }

  /* Texte aligné autour du cercle */
  @keyframes rotateText {
    0% {
      transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
      transform: translate(-50%, -50%) rotate(360deg);
    }
  }

  /* Animation du cercle */
  @keyframes rotateCircle {
    0% {
      transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
      transform: translate(-50%, -50%) rotate(360deg);
    }
  }
}




#__next > main > div.main.text-default.flex.min-h-full.w-full.flex-col.items-center.overflow-clip > div {
    width : 95% !important;
}



/***************************************************/
/******************** HOMEPAGE *********************/
/***************************************************/





ul.portrait li.reality {
    background: url("../img/portrait/xavier-lacaze.jpg");
        background-position: 50% 50%;

}

ul.portrait li.ia {
    background: url("../img/portrait/ia.jpg");
    background-position: 50% 50%;
}



/* Cacher par défaut les éléments "reality" et "ia" */
.portrait li,
.intro li {
    display: none;  /* On cache tous les éléments au début */
}

/* Afficher l'élément actif */
.portrait .active, 
.intro .active {
    display: block;
}

/* Styles des onglets */
.tabs {
    margin-bottom: 20px;
}

/*
.tab-button {
    padding: 10px 20px;
    margin-right: 10px;
    cursor: pointer;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.tab-button:hover {
    background-color: #ddd;
}

.tab-button.active {
    background-color: #007BFF;
    color: white;
}

*/

.testi ul li {
  display: none;  /* Cache tous les éléments par défaut */
}

.signature {
        font-family: 'Rockness', sans-serif;
        letter-spacing: -1px;

}




.markee {
           overflow: hidden;
       }


       .markee ul {   
        --tw: 1000px; 
        --ad: 45s;
        display: flex;
        white-space: nowrap;
        justify-content: space-around;
        width: var(--tw);
        text-shadow: var(--tw) 0 currentColor, 
        calc(var(--tw) * 2) 0 currentColor, 
        calc(var(--tw) * 3) 0 currentColor,
        calc(var(--tw) * 4) 0 currentColor;

        will-change: transform;
        animation: markee var(--ad) linear infinite;
    }


    @keyframes markee {
        0% { 
            transform: translateX(0); 
        }
        100% { 
            transform: translateX(-100%); 
        }
    }

