@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 */
.section1{
  margin: 0;
  padding: 0;
  line-height: 0;
}

#banner{
  max-width: 100%;
}

#Mobile{
  display: none;
}

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

h1{
	text-align: center;
	font-size: 38px;
	font-family: Baront_Didot;
	margin: 0px 0px 50px 0px;
}

video{
  margin: 0px;
}


/* SECTION 5 */
.section5{
  position: relative;
	margin: 0;
	padding:80px 150px 0px 150px;
	/* background-color: rgb(242 222 205 / 40%); */
  background-image: url(../Assets/Phone.png);
  background-repeat: no-repeat;
  background-position: left 80px bottom 30px;
  background-size: 31%;
}

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

.section5 > * {
  position: relative;
  z-index: 1;
}

.section5 h2{
	text-align: center;
	font-size: 38px;
	font-family: Baront_Didot;
	margin: 0px 0px 15px 0px;
}

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

.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: flex;
  justify-content: center; /* centre horizontalement */
  align-items: center;     /* centre verticalement */
  gap: 50px;
}

.image_phone{
  width: 10%;
}

/* CAROUSSEL */
.carousel {
  position: relative;
  display: flex;
  align-items: center;
  padding: 40px 80px 80px 80px;
}

.carousel p{
	font-size: 22px;
  margin: 30px 0px;
  font-family: FuturaBQ_Book;
  text-align: left;
}

.slides {
  overflow: hidden;
  width: 100%;
}

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

.slide.active {
  display: grid;
}

.slide img {
  width: auto;
  height: 100%;
  margin: auto;
}

.audio-btn {
  margin-bottom: 24px;
}

.nav {
  background: none;
  border: none;
  font-size: 32px;
  cursor: pointer;
}

.content{
	padding: 10px 20px 0px 0px;
	margin: 0px;
}

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

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

  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: 80px 150px;
  background: linear-gradient(
  to bottom,
  rgb(242 222 205 / 10%),
  rgb(242 222 205 / 20%)
);
}

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

.section6 h3{
	text-align: center;
	font-size: 24px;
	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: 80px 100px 80px 100px;
	background: linear-gradient(
  to bottom,
  rgb(242 222 205 / 5%),
  rgb(242 222 205 / 20%)
);
}

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

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

.box {
  display: flex;
  width: 100%;
  text-align: center;
}

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

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

.box img{
	width: 50%;
	margin: 0 auto;
}

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

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

.section8 h3{
	text-align: center;
	font-size: 24px;
	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: 80px 150px 0px 150px;
	background-image: url("../Assets/fond.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}

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


/* CAROUSEL 2 – TEINTES */

.carousel2 {
  position: relative;
  padding: 50px 150px 80px 150px;
}

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

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

.carousel2-slide {
  min-width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 0px;
}

.carousel2-col {
  flex-direction: column;
  justify-content: flex-start;
}

.carousel2-col.left img {
  width: 100%;
  max-width: 370px;
  margin: auto;
}

.carousel2-col.right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.carousel2-images {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: flex-start;
}

.carousel2-slide.type-b .carousel2-col.right {
  flex-direction: column;
}

.carousel2-col.right > .shade {
  margin-bottom: 20px;
  margin-top: 0px;
  text-align: center;
}

.carousel2-col.right img {
  width: 280px;  
  max-width: 100%;
  height: auto;
  cursor: pointer;
}

.carousel2-col img {
  display: block;
  margin: 0 auto;
}

.carousel2-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
}

/* Bloc image + texte */
.carousel2-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
}

/* Titres au-dessus des images */
.carousel2-col > .shade {
  font-family: FuturaBQ_Book;
  text-transform: uppercase;
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
  margin-top: 0px;
  text-align: center;
}

/* Images */
.carousel2-item img {
  display: block;
  margin-bottom: 10px;
}

/* Texte sous image */
.carousel2-item .shade {
  font-family: FuturaBQ_Book;
  font-size: 20px;
  color: #000;
  margin: 0;
}

/* Liens : pas de style parasite */
.carousel2-item:visited,
.carousel2-item:hover,
.carousel2-item:active {
  color: inherit;
}

/* NAV */
.carousel2-nav {
  background: none;
  border: none;
  font-size: 32px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel2-prev {
  left: 120px;
}

.carousel2-next {
  right: 120px;
}



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


