@font-face {
    font-family: 'Baront_Didot';
    src: url('../Fonts/BARODTT__.woff') format('woff');    /* Format WOFF */
    /* Ajoutez les autres formats de police si nécessaire */
}

@font-face {
    font-family: 'FuturaBQ_Medium';
    src: url('../Fonts/FuturaBQMedium.woff') format('woff');    /* Format WOFF */
    /* Ajoutez les autres formats de police si nécessaire */
}

@font-face {
    font-family: 'FuturaBQ_Book';
    src: url('../Fonts/FuturaBQBook.woff') format('woff');    /* Format WOFF */
    /* Ajoutez les autres formats de police si nécessaire */
}

@font-face {
    font-family: 'Baront_Didot_Italique';
    src: url('../Fonts/Didot-Italic.woff') format('woff');    /* Format WOFF */
    /* Ajoutez les autres formats de police si nécessaire */
}

/* GENERAL */
html {
    margin: 0 auto;
}

body{
  margin: 0px;
}

/* SECTION 1 */
#banner{
  display: none;
}

#Mobile{
  max-width: 100%;
}

.section1{
  margin: 0;
  padding: 0;
  line-height: 0;
}

/* SECTION 2 */
.section2{
  padding: 50px 20px;
  background: linear-gradient(
  to bottom,
  rgb(242 222 205 / 15%),
  rgb(242 222 205 / 20%)
);
}

video{
  margin: 0px;
}

/* SECTION 5 */
.section5 {
  position: relative;
  margin: 0;
  padding: 50px 20px 0 20px;
  background-image: url(../Assets/Phone.png);
  background-repeat: no-repeat;
  background-position: left -280px top 140px;
  background-size: 140%;
  overflow: hidden; /* sécurité */
}

.section5::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 0; /* overlay */
}

.section5 > * {
  position: relative;
  z-index: 1; /* contenu AU-DESSUS de l’overlay */
}

.section5 h2{
  text-align: center;
  font-size: 22px;
  font-family: Baront_Didot;
  margin: 0px 0px 15px 0px;
  color: #000;
}

.section5 p{
  text-align: center;
  font-size: 18px;
  font-family: FuturaBQ_Book;
  margin: 0px 20px 0px 20px;
}

.btn-discover {
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-family: FuturaBQ_Book;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 25px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 30px;
}

.phone{
  display: inherit;
  text-align: center;
}

.image_phone{
  width: 20%;
  margin-bottom: 15px;
}

#Phone2{
  display: none;
}

/* CAROUSEL */
.carousel {
  position: relative;
  flex-direction: column;
  padding: 20px 20px 50px 20px;
}

.nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  z-index: 10;
}

.nav.prev { left: 8px; }
.nav.next { right: 8px; }


.slide {
  display: none;
  grid-template-columns: 1fr;
  gap: 24px;
  text-align: center;
}

.slide.active {
  display: grid;
}

.slide img {
  width: 100%;
  max-height: 60vh;
  object-fit: cover;
}

.subtitle {
  font-size: 18px;
  margin: 10px 0;
  font-family: FuturaBQ_Book;
}

blockquote {
  margin: 0;
  font-family: Baront_Didot_Italique;
  font-size: 18px;
}

/* BOUTON AUDIO */
.audio-btn {
  background: #000;
  border: none;
  border-radius: 999px;
  padding: 12px 20px;
  margin: 16px auto;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;
}

.audio-wave {
  display: block;
  width: 120px;
  height: 24px;
}

.audio-btn.playing rect {
  transform-origin: center bottom;
  animation: wave 0.9s infinite ease-in-out;
}

@keyframes wave {
  0%, 100% {
    transform: scaleY(0.4);
  }
  50% {
    transform: scaleY(1);
  }
}


/* SECTION 6 */
.section6{
  padding: 0px 20px;
  margin-bottom: 0px;
  background: linear-gradient(
  to bottom,
  rgb(242 222 205 / 10%),
  rgb(242 222 205 / 20%)
);
}

.section6 h2{
  text-align: center;
  font-size: 22px;
  font-family: Baront_Didot;
  margin: 50px 0px 30px 0px;
}

.section6 h3{
  text-align: center;
  font-size: 18px;
  font-family: FuturaBQ_Medium;
  margin: 0px 0px 30px 0px;
  background-color: rgb(242 222 205 / 50%);
  padding: 10px 0px;
}

.section6 img{
  width: 100%;
}


/* SECTION 7 */
.section7{
  padding: 50px 20px 0 20px;
  background: linear-gradient(
  to bottom,
  rgb(242 222 205 / 5%),
  rgb(242 222 205 / 20%)
);
}

.section7 h3{
  text-align: center;
  font-size: 18px;
  font-family: FuturaBQ_Medium;
  background-color: rgb(242 222 205 / 40%);
  padding: 10px 0px;
  margin: 0px 0px 30px 0px;
}

.section7 h4{
  text-align: center;
  font-size: 18px;
  font-family: FuturaBQ_Medium;
  padding: 0px 0px 30px 0px;
  margin: 0px;
  text-transform: uppercase;
}

.box {
  display: flex-wrap;
  width: 100%;
  text-align: center;
  padding-bottom: 50px;
}

.box h3{
  text-align: center;
  font-size: 16px;
  font-family: FuturaBQ_Medium;
  margin: 0px 0px 30px 0px;
  padding-bottom: 0px;
  text-transform: uppercase;

}

.box p{
  text-align: center;
  font-size: 16px;
  font-family: FuturaBQ_Book;
  margin: 0px 0px 0px 0px;
  text-transform: uppercase;
}

.box img{
  width: 80%;
  margin: 0 auto;
  padding-bottom: 30px;
}

.box div{
  padding: 0px 20px;
}


/* SECTION 8 */
.section8{
  padding: 50px 20px;
  background: linear-gradient(
  to bottom,
  rgb(242 222 205 / 50%),
  rgb(242 222 205 / 20%)
);
}

.section8 h3{
  text-align: center;
  font-size: 18px;
  font-family: FuturaBQ_Medium;
  margin: 0px 0px 30px 0px;
  background-color: rgb(242 222 205 / 60%);
  padding: 10px 0px;
}

.section8 img{
  width: 100%;
}


/* SECTION 9 */
.section9{
  padding: 50px 20px;
  background-image: url("../Assets/fond.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}

.section9 h2{
  text-align: center;
  font-size: 22px;
  font-family: Baront_Didot;
  margin: 0px;
}

/* CAROUSEL */
.carousel2 {
  position: relative;
  width: 100%;
}

.carousel2-viewport {
  overflow: hidden;
  width: 100%;
}

.carousel2-track {
  display: flex;
  transition: transform 0.4s ease;
  width: 100%;
}

.carousel2-slide {
  flex: 0 0 100%;
  width: 100%;
  box-sizing: border-box;

  /* Mobile : tout en colonne */
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 30px 16px;
}

/* Colonnes */
.carousel2-col {
  display: flex;
  flex-direction: column;          /* IMPORTANT */
  align-items: center;
  justify-content: center;
}

/* Colonne gauche */
.carousel2-col.left {
  order: 1;
}

/* Colonne droite */
.carousel2-col.right {
  order: 2;
  gap: 16px;
}

/* TITRE (Ancienne / Nouvelle teinte) */
.carousel2-col > .shade {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 0px;
  margin-top: 0px;
  text-align: center;
  text-transform: uppercase;
}

/* Wrapper des images à droite */
.carousel2-images {
  display: flex;
  flex-direction: column;          /* Mobile = empilé */
  gap: 24px;
  align-items: center;
}

/* Item */
.carousel2-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

/* Images */
.carousel2-col.left img {
  width: 180px;
  max-width: 100%;
}

.carousel2-col.right img {
  width: 120px;
  max-width: 100%;
}

/* Texte des teintes */
.carousel2-item .shade {
  font-size: 14px;
  line-height: 1;
  margin: 0;
  text-align: center;
}

/* Navigation mobile */
.carousel2-nav {
  background: none;
  border: none;
  font-size: 36px;
  padding: 12px 16px;
}

.carousel2-prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.carousel2-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}


/* SECTION 10 */
.section10{
  background-color: #000;
  padding: 20px 20px;
  text-align: center;
}
.section10 image{
  width: 100%;
}




