@import url('https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400..900;1,400..900&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



*{
  transition: all 2s ease;
  margin: 0;
}

body{
  background-color: #F9AF15;
  margin: 0;
  transition: all, 5s, ease;
}

header{
  width: 100%;
  height: 100px;
  background-color: #151A3C;
  color:#9AD8F6 ;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

nav{
 text-align: end;
 gap: 15px;
}

nav a{
  font-size: 24pt;
  color: #b3e2fa;
  padding: 20px;
  font-family: "Kanit";
  font-weight: 900;
  text-decoration: none;
}

nav a:hover{
  font-size: 28pt;
  color: #c0eaff;
  text-decoration: underline;
}

header img{
  margin-top: 120px;
  margin-left: 40px;
  height: 200px;
  border-radius: 100%;
}

header img:hover{
  height: 250px;
}

a:hover{
  text-decoration: underline;
}
.a1{
  background-color: #151A3C;
  color: #9AD8F6;
  padding: 20px;
  font-family: "Kanit";
  font-weight: 900;
  font-size: 20pt;
  text-decoration: none;
  border-radius: 25px;
}

.a2{
  font-family: "Kanit";
  font-weight: bold;
  background-color: #9AD8F6;
  font-size: 20pt;
  padding: 20px;
  border-radius: 20px;
  margin: 32px;
}

#menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 32px;
  color: #9AD8F6;
  cursor: pointer;
}

/* Responsive */
@media (max-width: 768px) {
  header {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
  }

  #menu-toggle {
    display: block;
  }

  nav {
    display: none;
    flex-direction: column;
    width: 100%;
    background-color: #151A3C;
  }

  nav.show {
    display: flex;
  }

  nav a {
    font-size: 18pt;
    padding: 10px 20px;
  }

  header img {
    height: 60px;
    margin: 10px 0;
  }
}

.ht1{
  background-color: #9AD8F6;
  color: #151A3C;
  font-size: 40pt;
  font-family: "Kanit";
  width: 900px;
  border-radius: 50px;
  padding: 20px;
  border: solid #151A3C 2px;
}

.ht2{
  color: white;
  font-family: "Kanit";
  font-size: 60pt;
}

#s1i{
  justify-content: space-between;
  align-items: center;
  background: url(../asset/fond\ s1.png);
  background-size: contain;
  height: 600px;
  padding: 100px;
  display: flex;
}

#ckysommeil{
  text-align: end;
  object-position: top;
  width: 400px;           
  height: 400px;
  border-radius: 100%;      
  object-fit: cover;       
  overflow: hidden;
}



#carousel-section {
  width: 90%;
  margin: 50px auto;
  background: radial-gradient(circle, #ffffff 0%, #91c4e8 40%, #2b5d99 100%);
  border-radius: 40px;
  padding: 20px 100px;
  text-align: center;
}

.carousel-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 500px;
  position: relative;
  overflow: visible;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel-item {
  flex: 0 0 33.3333%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.carousel-item img {
  width: 300px;
  height: 400px;
  border-radius: 30px;
  transition: transform 0.5s ease-in-out;
}

.carousel-item.active img {
  transform: scale(1.5);
  z-index: 2;
  border-radius: 20px;
  position: relative;
}


.nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0,0,0,0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 2;
}

.nav.left {
  left: 10px;
}

.nav.right {
  right: 10px;
}

.flex{
  display: flex;
}

.h1t3{
  font-family: "Kanit";
  font-weight:800;
  font-size: 60pt;
}

.h1t2{
  font-family: "Kanit";
  font-weight: 400;
  font-size: 80pt;
}

#m{
  font-size: 60pt;
}

#center{
  text-align: center;
}

.h2t1{
  font-weight: 400;
  font-family: "Alegreya";
  font-size: 40pt;
}

.sec3{
  background: url(../asset/artiste/sec3.png);
  height: 700px;
  padding: 100px 0 50px 100px;
}

#t3{
  background: url(../asset/artiste/sec4.png);
}

#av2{
  color: #F9AF15;
}

.footix img{
  border-radius: 20px;
  margin: 0px 20px 0px 20px;
  text-align: justify;
  width: 260px;
}

.ix{
  justify-content: center;
  align-items: center;
  margin: 50px;
  width: 500px;
}

.footix h2{
  text-align: center;
  margin: 5px 0px 20px 0px;
  color: #151A3C;
  font-family: "Kanit";
}

.bt2{
  text-decoration: none;
  margin: 20px;
  border-radius: 20px;
  font-family: "Alegreya";
  font-weight: bold;
  font-size: 40pt;
  padding: 12px;
  border: #151A3C 2px solid;
  background-color: #9AD8F6 ;
}

li{
  font-size: 32pt;
  font-family: "Alegreya";
}

ul{
  margin-bottom: 72px;
}

ol{
  margin: 50px;
}

.affiche{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; 
  gap: 2rem;
padding: 2rem;
}

.flex{
  display: flex ;
  justify-content: space-between;
  align-items: center;
}

section{
  width: 100%;
}

.ta{
  align-items: center;
  margin: 0;
}

.fb{
  width: 100%;
  display: flex;
  background-color: #9AD8F6;
  height: 900px;
  margin-top: 40px;
  padding: 100px;
}

#section30{
  padding: 52px;
  text-align: center;
}

h3{
  text-align: center;
  font-size: 20pt;
  font-family: "Kanit";
  font-weight: bolder;
}

#spec{
  width: 100%;
  background: url(../asset/fond\ s2.png);
}

.imaage{
  padding-left: 100px;
  border-radius: 50px;
}

#fk{
  background: url(../asset/fond\ s2.png);
}

#b{
  color: white;
}

#aff{
  text-align: center;
}

.ffb{
  align-items: center;
  margin-right: 100px;
  background-color: #9AD8F6;
  padding: 20px;
  border-radius: 52px;
  text-align: center;
  margin-left: 50px;
}

.imgt2{
  border-radius: 52px;
  height: 500px;
}

.h2t3{
  margin: 10px;
  font-family: "Kanit" ;
  font-weight: bolder;
  border-radius: 20px;
  padding: 20px;
  background-color: #151A3C;
  color: #9AD8F6;
}

.at5{
  margin: 20px;
  text-decoration: none;
  color: #ffffff;
  padding: 20px;
  font-family: "Kanit" ;
  font-weight: bolder;
  border-radius: 20px;
  background: hsla(35, 97%, 63%, 1);

  background: linear-gradient(45deg, hsla(35, 97%, 63%, 1) 0%, hsla(43, 100%, 75%, 1) 5%, hsla(11, 90%, 61%, 1) 31%, hsla(0, 98%, 55%, 1) 43%, hsla(340, 75%, 54%, 1) 51%, hsla(326, 57%, 48%, 1) 62%, hsla(276, 51%, 47%, 1) 74%, hsla(243, 66%, 59%, 1) 93%, hsla(230, 77%, 58%, 1) 100%);

  background: -moz-linear-gradient(45deg, hsla(35, 97%, 63%, 1) 0%, hsla(43, 100%, 75%, 1) 5%, hsla(11, 90%, 61%, 1) 31%, hsla(0, 98%, 55%, 1) 43%, hsla(340, 75%, 54%, 1) 51%, hsla(326, 57%, 48%, 1) 62%, hsla(276, 51%, 47%, 1) 74%, hsla(243, 66%, 59%, 1) 93%, hsla(230, 77%, 58%, 1) 100%);

  background: -webkit-linear-gradient(45deg, hsla(35, 97%, 63%, 1) 0%, hsla(43, 100%, 75%, 1) 5%, hsla(11, 90%, 61%, 1) 31%, hsla(0, 98%, 55%, 1) 43%, hsla(340, 75%, 54%, 1) 51%, hsla(326, 57%, 48%, 1) 62%, hsla(276, 51%, 47%, 1) 74%, hsla(243, 66%, 59%, 1) 93%, hsla(230, 77%, 58%, 1) 100%);
}

#mar{
  justify-content: center;
}

.tarif{
  padding: 20px;
  background-color: #ffffff;
  margin: 50px;
  border-radius: 24px;
}

.imgt{
  height: 500px;
  border-radius: 24px;
}

.balou{
  font-family: "Kanit";
  color: #2b5d99;
  font-weight: lighter;
  font-size: 32pt;
}

.calb{
  font-family: "Kanit";
  color: rgb(0, 0, 0);
  font-weight: bolder;
  font-size: 28pt;
}

#ce{
  text-align: center;
}

.lii{
  font-size: 24pt;
  font-family: "Kanit";
  font-weight: 500;
}

.rs{
  height: 500px;
}

.ds{
  padding: 10px;
  border-radius: 52px;
  background-color: #ffffff;
  margin: 20px;
  text-align: center;
}

#mar{
  text-align: center;
}

a{
  text-decoration: none;
}

a:hover{
  text-decoration: underline;
}

@media (max-width: 480px) {
  a {
    font-size: 12px;
  }

  nav#haut {
    justify-content: flex-start;
    margin-bottom: 10px;
  }

  header div {
    justify-content: flex-end;
  }
}

/* === GLOBAL === */
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif;
  text-align: center;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto; /* centrer l'image */
}

h1, h2, p, li {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* Flex wrap par défaut + centrage */
.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}

/* Centrage de nav */
nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}

/* Affiches individuelles */
.footix {
  width: 200px;
  text-align: center;
}

/* Sections avec éléments gauche/droite */
.fb, .affiche {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}

.fb > div, .affiche > div {
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Carousel responsive */
.carousel-container {
  overflow: hidden;
  width: 100%;
}

.carousel-track {
  display: flex;
  transition: transform 0.3s ease-in-out;
  gap: 1rem;
  justify-content: center;
}

.carousel-item {
  flex: 0 0 auto;
  width: 250px;
}

/* Boutons du carousel */
.nav {
  background-color: transparent;
  border: none;
  font-size: 2rem;
  cursor: pointer;
}

/* === RESPONSIVE === */

/* Téléphones */
@media (max-width: 600px) {
  nav {
    flex-direction: column;
    align-items: center;
  }

  .carousel-item {
    width: 80%;
  }

  .fb, .affiche {
    flex-direction: column;
    text-align: center;
  }

  .fb > div, .affiche > div {
    flex: 1 1 100%;
  }

  .footix {
    width: 80%;
  }

  .bt2, .a1 {
    font-size: 0.9rem;
  }
}

/* Tablettes et petits ordis */
@media (max-width: 1024px) {
  .footix {
    width: 150px;
  }

  .carousel-item {
    width: 180px;
  }

  .bt2, .a1 {
    font-size: 1rem;
  }
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, p, li {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.footix {
  width: 200px;
  text-align: center;
}

.fb, .affiche {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.fb > div, .affiche > div {
  flex: 1 1 300px;
}

.carousel-container {
  overflow: hidden;
  width: 100%;
}

.carousel-track {
  display: flex;
  transition: transform 0.3s ease-in-out;
  gap: 1rem;
}

.carousel-item {
  flex: 0 0 auto;
  width: 250px;
}

/* === RESPONSIVE === */
@media (max-width: 600px) {
  nav {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .carousel-item {
    width: 80%;
  }

  .fb, .affiche {
    flex-direction: column;
    text-align: center;
  }

  .footix {
    width: 45%;
  }

  .bt2, .a1 {
    font-size: 0.9rem;
  }
}

@media (max-width: 1024px) {
  .footix {
    width: 150px;
  }

  .carousel-item {
    width: 180px;
  }

  .bt2, .a1 {
    margin-top: 50px;
    font-size: 20px;
  }
}


/*Tournat*/

/* --- Base globale responsive --- */

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background-color: #F9AF15;
  font-family: 'Kanit', sans-serif;
  transition: background-color 0.5s ease;
}

header {
  width: 100%;
  height: 100px;
  background-color: #151A3C;
  color: #9AD8F6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  flex-wrap: wrap;
}

nav {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

nav a {
  font-size: 1.5rem; /* ~24pt */
  color: #b3e2fa;
  padding: 10px 15px;
  font-weight: 900;
  text-decoration: none;
  transition: all 0.3s ease;
}

nav a:hover {
  font-size: 1.75rem;
  color: #c0eaff;
  text-decoration: underline;
}

header img {
  height: 80px;
  border-radius: 50%;
  transition: height 0.3s ease;
  margin: 10px 0;
}

header img:hover {
  height: 100px;
}

/* --- Carousel --- */
#carousel-section {
  width: 90%;
  margin: 50px auto;
  background: radial-gradient(circle, #ffffff 0%, #91c4e8 40%, #2b5d99 100%);
  border-radius: 40px;
  padding: 20px 20px; /* réduire le padding sur petit écran */
  text-align: center;
  overflow: hidden;
}

.carousel-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto; /* plus flexible */
  position: relative;
  overflow: hidden;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
}

.carousel-item {
  flex: 0 0 auto;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-item img {
  width: 90vw;
  max-width: 300px;
  height: auto;
  border-radius: 30px;
  transition: transform 0.5s ease-in-out;
}

.carousel-item.active img {
  transform: scale(1.2);
  z-index: 2;
  border-radius: 20px;
  position: relative;
}

/* Boutons nav */
.nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0,0,0,0.5);
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  z-index: 10;
  font-size: 1.5rem;
  border-radius: 50%;
  user-select: none;
}

.nav.left {
  left: 10px;
}

.nav.right {
  right: 10px;
}

.h1t2{
  font-size: 80px;
}

#t3{
  text-align: left;
}


/* --- Responsive media queries --- */

@media (min-width: 768px) {
  /* Desktop medium et plus */

  .carousel-item {
    flex: 0 0 33.3333%; /* 3 items */
  }

  .carousel-item img {
    max-width: 300px;
  }
}

@media (max-width: 767px) {
  /* Tablettes et mobiles */

  header {
    height: auto;
    flex-direction: column;
    align-items: center;
  }

  nav {
    justify-content: center;
    text-align: center;
  }

  nav a {
    font-size: 1.2rem;
    padding: 8px 12px;
  }

  #carousel-section {
    padding: 20px 10px;
  }

  .carousel-container {
    height: auto;
  }

  .carousel-item {
    flex: 0 0 80%; /* 1 item visible presque full width */
  }

  .carousel-item img {
    max-width: 90vw;
  }

  .nav {
    padding: 8px 10px;
    font-size: 1.25rem;
  }

  .h1t2{
    font-size: 40px;
  }
  
  li{
    font-size: 
  }
}

@media (max-width: 480px) {
  nav a {
    font-size: 1rem;
    padding: 6px 8px;
  }

  header img {
    height: 60px;
  }

  .nav {
    padding: 6px 8px;
    font-size: 1rem;
  }

  .h1t2{
    font-size: 20px;
  }
  
  li{
    font-size: 10px; 
  }

  .fb{
    height: 1500px;
  }
  
}

@media (max-width: 1000px) {
  .h1t2{
    font-size: 20px;
  }

  .none{
    visibility: hidden ;
    width: 1px;
    height: 1px;
  }

  .ix{
    visibility: hidden;
    width: 1px;
    height: 1px;
  }

  .sec3{
    height: 110%;
  }

  .fb{
    height: 1000px
  };
  
  li{
    font-size: 10px;
  }

  .h1t2{
    font-size: 60px;
  }
}


.carousel-container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-track {
  display: flex;
  transition: transform 0.4s ease;
  width: max-content;
  transition: transform 0.4s ease;
  will-change: transform;
}

.carousel-item {
  flex: 0 0 320px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.4s ease;
  padding: 10px;
  box-sizing: border-box;
}

.carousel-item img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  transition: transform 0.4s ease;
}

.carousel-item.active img {
  transform: scale(1.2);
  z-index: 2;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}
